| 1 | [ Nov 27 18:34:20 Enabled. ] | ||
| 2 | [ Nov 27 18:34:20 Rereading configuration. ] | ||
| 3 | [ Nov 27 18:34:21 Rereading configuration. ] | ||
| 4 | [ Nov 27 18:34:26 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 27 18:34:26 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.27 18:34:26.966237 [ 1 ] {} <Information> Application: Will watch for the process with pid 25782 | ||
| 29 | 2024.11.27 18:34:26.966645 [ 1 ] {} <Information> Application: Forked a child process to watch | ||
| 30 | 2024.11.27 18:34:27.179528 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 25782 | ||
| 31 | 2024.11.27 18:34:27.180259 [ 1 ] {} <Information> Application: starting up | ||
| 32 | 2024.11.27 18:34:27.180976 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc | ||
| 33 | 2024.11.27 18:34:27.261601 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. | ||
| 34 | 2024.11.27 18:34:27.288486 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536 | ||
| 35 | 2024.11.27 18:34:27.288532 [ 1 ] {} <Debug> Application: Initializing DateLUT. | ||
| 36 | 2024.11.27 18:34:27.288545 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'. | ||
| 37 | 2024.11.27 18:34:27.288615 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it | ||
| 38 | 2024.11.27 18:34:27.289008 [ 1 ] {} <Debug> Application: Initializing interserver credentials. | ||
| 39 | 2024.11.27 18:34:27.290619 [ 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.27 18:34:27.291517 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
| 43 | 2024.11.27 18:34:27.292349 [ 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.27 18:34:27.292372 [ 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.27 18:34:27.292386 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB | ||
| 46 | 2024.11.27 18:34:27.292562 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 47 | 2024.11.27 18:34:27.293462 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads | ||
| 48 | 2024.11.27 18:34:27.299541 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 49 | 2024.11.27 18:34:27.300426 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 50 | 2024.11.27 18:34:27.301884 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 51 | 2024.11.27 18:34:27.301959 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
| 52 | 2024.11.27 18:34:27.303497 [ 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.27 18:34:27.303982 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
| 56 | 2024.11.27 18:34:27.308183 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
| 57 | 2024.11.27 18:34:27.308680 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml | ||
| 58 | 2024.11.27 18:34:27.310247 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin | ||
| 59 | 2024.11.27 18:34:27.310688 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 | ||
| 60 | 2024.11.27 18:34:27.311117 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 | ||
| 61 | 2024.11.27 18:34:27.311471 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 | ||
| 62 | 2024.11.27 18:34:27.312987 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds | ||
| 63 | 2024.11.27 18:34:27.313017 [ 1 ] {} <Information> Application: Loading metadata from /data/ | ||
| 64 | 2024.11.27 18:34:27.313106 [ 24 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 65 | 2024.11.27 18:34:27.313284 [ 24 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 66 | 2024.11.27 18:34:27.331561 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. | ||
| 67 | 2024.11.27 18:34:27.331588 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000151783 sec | ||
| 68 | 2024.11.27 18:34:27.331630 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 69 | 2024.11.27 18:34:27.331646 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 70 | 2024.11.27 18:34:27.332735 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables. | ||
| 71 | 2024.11.27 18:34:27.333762 [ 1 ] {} <Debug> SystemLog: Creating system.query_log from query_log | ||
| 72 | 2024.11.27 18:34:27.342937 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config | ||
| 73 | 2024.11.27 18:34:27.342980 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config | ||
| 74 | 2024.11.27 18:34:27.343001 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config | ||
| 75 | 2024.11.27 18:34:27.343020 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config | ||
| 76 | 2024.11.27 18:34:27.343055 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config | ||
| 77 | 2024.11.27 18:34:27.343076 [ 1 ] {} <Debug> SystemLog: Creating system.metric_log from metric_log | ||
| 78 | 2024.11.27 18:34:27.345637 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config | ||
| 79 | 2024.11.27 18:34:27.345681 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config | ||
| 80 | 2024.11.27 18:34:27.345707 [ 1 ] {} <Debug> SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log | ||
| 81 | 2024.11.27 18:34:27.345887 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config | ||
| 82 | 2024.11.27 18:34:27.345906 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config | ||
| 83 | 2024.11.27 18:34:27.345939 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config | ||
| 84 | 2024.11.27 18:34:27.345959 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config | ||
| 85 | 2024.11.27 18:34:27.345972 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config | ||
| 86 | 2024.11.27 18:34:27.346005 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config | ||
| 87 | 2024.11.27 18:34:27.346023 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config | ||
| 88 | 2024.11.27 18:34:27.374376 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. | ||
| 89 | 2024.11.27 18:34:27.379584 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. | ||
| 90 | 2024.11.27 18:34:27.379623 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 6.6831e-05 sec | ||
| 91 | 2024.11.27 18:34:27.379638 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 92 | 2024.11.27 18:34:27.379650 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 93 | 2024.11.27 18:34:27.379675 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables. | ||
| 94 | 2024.11.27 18:34:27.379917 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ | ||
| 95 | 2024.11.27 18:34:27.379963 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded | ||
| 96 | 2024.11.27 18:34:27.379976 [ 1 ] {} <Debug> Application: Loaded metadata. | ||
| 97 | 2024.11.27 18:34:27.379988 [ 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.27 18:34:27.380000 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled. | ||
| 99 | 2024.11.27 18:34:27.384210 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 100 | 2024.11.27 18:34:27.384454 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 24.77 MiB, peak 24.77 MiB, free memory in arenas 0.00 B, will set to 117.11 MiB (RSS), difference: 92.34 MiB | ||
| 101 | 2024.11.27 18:34:27.385423 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.288e-05 sec. | ||
| 102 | 2024.11.27 18:34:27.386399 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123 | ||
| 103 | 2024.11.27 18:34:27.386488 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 | ||
| 104 | 2024.11.27 18:34:27.386507 [ 1 ] {} <Information> Application: Ready for connections. | ||
| 105 | 2024.11.27 18:34:27.637605 [ 3 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:37389 | ||
| 106 | 2024.11.27 18:34:27.637869 [ 3 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 107 | 2024.11.27 18:34:27.637923 [ 3 ] {} <Debug> TCP-Session: a361a2aa-9c7a-4712-a8d0-944b968af4ff Authenticating user 'default' from [fd00:1122:3344:101::d]:37389 | ||
| 108 | 2024.11.27 18:34:27.637956 [ 3 ] {} <Debug> TCP-Session: a361a2aa-9c7a-4712-a8d0-944b968af4ff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 109 | 2024.11.27 18:34:27.637977 [ 3 ] {} <Debug> TCP-Session: a361a2aa-9c7a-4712-a8d0-944b968af4ff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 110 | 2024.11.27 18:34:27.638063 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 111 | 2024.11.27 18:34:27.638090 [ 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.27 18:34:27.638115 [ 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.27 18:34:27.638543 [ 4 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:39648 | ||
| 114 | 2024.11.27 18:34:27.638676 [ 4 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 115 | 2024.11.27 18:34:27.638715 [ 4 ] {} <Debug> TCP-Session: 401c6771-b177-400a-a966-2f909717228b Authenticating user 'default' from [fd00:1122:3344:101::d]:39648 | ||
| 116 | 2024.11.27 18:34:27.638745 [ 4 ] {} <Debug> TCP-Session: 401c6771-b177-400a-a966-2f909717228b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 117 | 2024.11.27 18:34:27.638780 [ 4 ] {} <Debug> TCP-Session: 401c6771-b177-400a-a966-2f909717228b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 118 | 2024.11.27 18:34:27.639444 [ 5 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:34182 | ||
| 119 | 2024.11.27 18:34:27.639444 [ 253 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:38077 | ||
| 120 | 2024.11.27 18:34:27.639559 [ 254 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:42051 | ||
| 121 | 2024.11.27 18:34:27.639686 [ 253 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 122 | 2024.11.27 18:34:27.639698 [ 5 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 123 | 2024.11.27 18:34:27.639860 [ 5 ] {} <Debug> TCP-Session: 4767aad5-764d-4923-8582-72418d209dd0 Authenticating user 'default' from [fd00:1122:3344:101::d]:34182 | ||
| 124 | 2024.11.27 18:34:27.639860 [ 253 ] {} <Debug> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Authenticating user 'default' from [fd00:1122:3344:101::d]:38077 | ||
| 125 | 2024.11.27 18:34:27.639886 [ 254 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 126 | 2024.11.27 18:34:27.639789 [ 255 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:43488 | ||
| 127 | 2024.11.27 18:34:27.639991 [ 253 ] {} <Debug> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 128 | 2024.11.27 18:34:27.639982 [ 5 ] {} <Debug> TCP-Session: 4767aad5-764d-4923-8582-72418d209dd0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 129 | 2024.11.27 18:34:27.640007 [ 254 ] {} <Debug> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Authenticating user 'default' from [fd00:1122:3344:101::d]:42051 | ||
| 130 | 2024.11.27 18:34:27.639959 [ 256 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:36044 | ||
| 131 | 2024.11.27 18:34:27.640050 [ 257 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:65058 | ||
| 132 | 2024.11.27 18:34:27.640097 [ 5 ] {} <Debug> TCP-Session: 4767aad5-764d-4923-8582-72418d209dd0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 133 | 2024.11.27 18:34:27.640090 [ 253 ] {} <Debug> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 134 | 2024.11.27 18:34:27.640409 [ 257 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 135 | 2024.11.27 18:34:27.640401 [ 254 ] {} <Debug> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 136 | 2024.11.27 18:34:27.640476 [ 255 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 137 | 2024.11.27 18:34:27.640493 [ 258 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:47630 | ||
| 138 | 2024.11.27 18:34:27.640512 [ 254 ] {} <Debug> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 139 | 2024.11.27 18:34:27.640640 [ 256 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 140 | 2024.11.27 18:34:27.640721 [ 258 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 141 | 2024.11.27 18:34:27.640744 [ 257 ] {} <Debug> TCP-Session: 3463a904-b9c7-4903-accb-2c03755b831b Authenticating user 'default' from [fd00:1122:3344:101::d]:65058 | ||
| 142 | 2024.11.27 18:34:27.640763 [ 256 ] {} <Debug> TCP-Session: 3db13c9b-a785-47f0-ae04-ce01d7aa84b2 Authenticating user 'default' from [fd00:1122:3344:101::d]:36044 | ||
| 143 | 2024.11.27 18:34:27.640720 [ 255 ] {} <Debug> TCP-Session: cbc2792b-e432-4af9-90ef-7612a0c8efa0 Authenticating user 'default' from [fd00:1122:3344:101::d]:43488 | ||
| 144 | 2024.11.27 18:34:27.640785 [ 258 ] {} <Debug> TCP-Session: d7a98a41-7f2e-4384-a889-7e4e18a189dd Authenticating user 'default' from [fd00:1122:3344:101::d]:47630 | ||
| 145 | 2024.11.27 18:34:27.640802 [ 257 ] {} <Debug> TCP-Session: 3463a904-b9c7-4903-accb-2c03755b831b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 146 | 2024.11.27 18:34:27.640819 [ 256 ] {} <Debug> TCP-Session: 3db13c9b-a785-47f0-ae04-ce01d7aa84b2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 147 | 2024.11.27 18:34:27.640858 [ 255 ] {} <Debug> TCP-Session: cbc2792b-e432-4af9-90ef-7612a0c8efa0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 148 | 2024.11.27 18:34:27.640863 [ 258 ] {} <Debug> TCP-Session: d7a98a41-7f2e-4384-a889-7e4e18a189dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 149 | 2024.11.27 18:34:27.640886 [ 257 ] {} <Debug> TCP-Session: 3463a904-b9c7-4903-accb-2c03755b831b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 150 | 2024.11.27 18:34:27.640906 [ 256 ] {} <Debug> TCP-Session: 3db13c9b-a785-47f0-ae04-ce01d7aa84b2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 151 | 2024.11.27 18:34:27.640922 [ 255 ] {} <Debug> TCP-Session: cbc2792b-e432-4af9-90ef-7612a0c8efa0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 152 | 2024.11.27 18:34:27.640939 [ 258 ] {} <Debug> TCP-Session: d7a98a41-7f2e-4384-a889-7e4e18a189dd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 153 | 2024.11.27 18:34:27.644505 [ 3 ] {} <Trace> TCP-Session: a361a2aa-9c7a-4712-a8d0-944b968af4ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 154 | 2024.11.27 18:34:27.647107 [ 3 ] {0b3818bc-4722-41b3-8c28-9005b85e8e62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37389) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
| 155 | 2024.11.27 18:34:27.693680 [ 3 ] {0b3818bc-4722-41b3-8c28-9005b85e8e62} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:37389) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
| 156 | |||
| 157 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 158 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 159 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
| 160 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 161 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 162 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 163 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
| 164 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
| 165 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
| 166 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
| 167 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
| 168 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 169 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 170 | 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse | ||
| 171 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 172 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 173 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 174 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 175 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 176 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 177 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 178 | |||
| 179 | 2024.11.27 18:34:27.694910 [ 3 ] {0b3818bc-4722-41b3-8c28-9005b85e8e62} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
| 180 | |||
| 181 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 182 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 183 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
| 184 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 185 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 186 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 187 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
| 188 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
| 189 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
| 190 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
| 191 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
| 192 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 193 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 194 | 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse | ||
| 195 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 196 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 197 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 198 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 199 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 200 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 201 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 202 | |||
| 203 | 2024.11.27 18:34:27.695015 [ 3 ] {0b3818bc-4722-41b3-8c28-9005b85e8e62} <Debug> TCPHandler: Processed in 0.051994591 sec. | ||
| 204 | 2024.11.27 18:34:27.695405 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 205 | 2024.11.27 18:34:27.695634 [ 253 ] {668de4f0-5dbd-40f5-864a-503cceae710f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
| 206 | 2024.11.27 18:34:27.696024 [ 253 ] {668de4f0-5dbd-40f5-864a-503cceae710f} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:38077) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
| 207 | |||
| 208 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 209 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 210 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
| 211 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 212 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 213 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 214 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
| 215 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
| 216 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
| 217 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
| 218 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
| 219 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 220 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 221 | 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse | ||
| 222 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 223 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 224 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 225 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 226 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 227 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 228 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 229 | |||
| 230 | 2024.11.27 18:34:27.696207 [ 253 ] {668de4f0-5dbd-40f5-864a-503cceae710f} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
| 231 | |||
| 232 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 233 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 234 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
| 235 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 236 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 237 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 238 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
| 239 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
| 240 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
| 241 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
| 242 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
| 243 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 244 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 245 | 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse | ||
| 246 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 247 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 248 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 249 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 250 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 251 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 252 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 253 | |||
| 254 | 2024.11.27 18:34:27.696299 [ 253 ] {668de4f0-5dbd-40f5-864a-503cceae710f} <Debug> TCPHandler: Processed in 0.001058476 sec. | ||
| 255 | 2024.11.27 18:34:27.696599 [ 3 ] {} <Trace> TCP-Session: a361a2aa-9c7a-4712-a8d0-944b968af4ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 256 | 2024.11.27 18:34:27.697794 [ 3 ] {ed518b96-8e3e-4756-a804-ac926185d532} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37389) DROP DATABASE IF EXISTS oximeter (stage: Complete) | ||
| 257 | 2024.11.27 18:34:27.698405 [ 3 ] {ed518b96-8e3e-4756-a804-ac926185d532} <Debug> TCPHandler: Processed in 0.001917098 sec. | ||
| 258 | 2024.11.27 18:34:27.698632 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 259 | 2024.11.27 18:34:27.698765 [ 253 ] {c4784e3e-23c5-4b5f-8835-7d58af3d07bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) | ||
| 260 | 2024.11.27 18:34:27.698883 [ 253 ] {c4784e3e-23c5-4b5f-8835-7d58af3d07bd} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* | ||
| 261 | 2024.11.27 18:34:27.706627 [ 253 ] {c4784e3e-23c5-4b5f-8835-7d58af3d07bd} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. | ||
| 262 | 2024.11.27 18:34:27.706649 [ 253 ] {c4784e3e-23c5-4b5f-8835-7d58af3d07bd} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.5541e-05 sec | ||
| 263 | 2024.11.27 18:34:27.706663 [ 253 ] {c4784e3e-23c5-4b5f-8835-7d58af3d07bd} <Trace> ReferentialDeps: No tables | ||
| 264 | 2024.11.27 18:34:27.706685 [ 253 ] {c4784e3e-23c5-4b5f-8835-7d58af3d07bd} <Trace> LoadingDeps: No tables | ||
| 265 | 2024.11.27 18:34:27.706709 [ 253 ] {c4784e3e-23c5-4b5f-8835-7d58af3d07bd} <Information> DatabaseAtomic (oximeter): Starting up tables. | ||
| 266 | 2024.11.27 18:34:27.706761 [ 253 ] {c4784e3e-23c5-4b5f-8835-7d58af3d07bd} <Debug> TCPHandler: Processed in 0.008195462 sec. | ||
| 267 | 2024.11.27 18:34:27.706955 [ 3 ] {} <Trace> TCP-Session: a361a2aa-9c7a-4712-a8d0-944b968af4ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 268 | 2024.11.27 18:34:27.707177 [ 3 ] {2d654103-47a0-4726-bb13-4a0f991e0e17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37389) /* The version table contains metadata about the `oximeter` database */ | ||
| 269 | CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete) | ||
| 270 | 2024.11.27 18:34:27.707235 [ 3 ] {2d654103-47a0-4726-bb13-4a0f991e0e17} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version | ||
| 271 | 2024.11.27 18:34:27.714876 [ 3 ] {2d654103-47a0-4726-bb13-4a0f991e0e17} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1 | ||
| 272 | 2024.11.27 18:34:27.719988 [ 3 ] {2d654103-47a0-4726-bb13-4a0f991e0e17} <Debug> oximeter.version (8f02b1b1-aa75-460d-aedc-38c275b7835f): Loading data parts | ||
| 273 | 2024.11.27 18:34:27.720526 [ 3 ] {2d654103-47a0-4726-bb13-4a0f991e0e17} <Debug> oximeter.version (8f02b1b1-aa75-460d-aedc-38c275b7835f): There are no data parts | ||
| 274 | 2024.11.27 18:34:27.723436 [ 3 ] {2d654103-47a0-4726-bb13-4a0f991e0e17} <Debug> TCPHandler: Processed in 0.016549705 sec. | ||
| 275 | 2024.11.27 18:34:27.723634 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 276 | 2024.11.27 18:34:27.723858 [ 253 ] {786628aa-37ad-47a8-8f88-a9049489412e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) /* The measurement tables contain all individual samples from each timeseries. | ||
| 277 | * | ||
| 278 | * Each table stores a single datum type, and otherwise contains nearly the same | ||
| 279 | * structure. The primary sorting key is on the timeseries name, key, and then | ||
| 280 | * timestamp, so that all timeseries from the same schema are grouped, followed | ||
| 281 | * by all samples from the same timeseries. | ||
| 282 | * | ||
| 283 | * This reflects that one usually looks up the _key_ in one or more field table, | ||
| 284 | * and then uses that to index quickly into the measurements tables. | ||
| 285 | */ | ||
| 286 | CREATE TABLE IF NOT EXISTS oximeter.measurements_bool ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Bool) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 287 | 2024.11.27 18:34:27.723939 [ 253 ] {786628aa-37ad-47a8-8f88-a9049489412e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool | ||
| 288 | 2024.11.27 18:34:27.731788 [ 253 ] {786628aa-37ad-47a8-8f88-a9049489412e} <Debug> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3): Loading data parts | ||
| 289 | 2024.11.27 18:34:27.732082 [ 253 ] {786628aa-37ad-47a8-8f88-a9049489412e} <Debug> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3): There are no data parts | ||
| 290 | 2024.11.27 18:34:27.738425 [ 253 ] {786628aa-37ad-47a8-8f88-a9049489412e} <Debug> TCPHandler: Processed in 0.01484844 sec. | ||
| 291 | 2024.11.27 18:34:27.738640 [ 3 ] {} <Trace> TCP-Session: a361a2aa-9c7a-4712-a8d0-944b968af4ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 292 | 2024.11.27 18:34:27.738881 [ 3 ] {33690bda-f1e6-4542-b746-9e2d4760977c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37389) CREATE TABLE IF NOT EXISTS oximeter.measurements_i8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 293 | 2024.11.27 18:34:27.738941 [ 3 ] {33690bda-f1e6-4542-b746-9e2d4760977c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 | ||
| 294 | 2024.11.27 18:34:27.747911 [ 3 ] {33690bda-f1e6-4542-b746-9e2d4760977c} <Debug> oximeter.measurements_i8 (b650d174-5010-4f32-ab20-410e35e3744b): Loading data parts | ||
| 295 | 2024.11.27 18:34:27.748125 [ 3 ] {33690bda-f1e6-4542-b746-9e2d4760977c} <Debug> oximeter.measurements_i8 (b650d174-5010-4f32-ab20-410e35e3744b): There are no data parts | ||
| 296 | 2024.11.27 18:34:27.753952 [ 3 ] {33690bda-f1e6-4542-b746-9e2d4760977c} <Debug> TCPHandler: Processed in 0.015379328 sec. | ||
| 297 | 2024.11.27 18:34:27.754160 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 298 | 2024.11.27 18:34:27.754411 [ 253 ] {02ebd702-c639-4f34-93ba-580e10d8fe64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) CREATE TABLE IF NOT EXISTS oximeter.measurements_u8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 299 | 2024.11.27 18:34:27.754485 [ 253 ] {02ebd702-c639-4f34-93ba-580e10d8fe64} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 | ||
| 300 | 2024.11.27 18:34:27.763421 [ 253 ] {02ebd702-c639-4f34-93ba-580e10d8fe64} <Debug> oximeter.measurements_u8 (ed65a504-e199-4989-9c40-37e808f86f98): Loading data parts | ||
| 301 | 2024.11.27 18:34:27.763595 [ 253 ] {02ebd702-c639-4f34-93ba-580e10d8fe64} <Debug> oximeter.measurements_u8 (ed65a504-e199-4989-9c40-37e808f86f98): There are no data parts | ||
| 302 | 2024.11.27 18:34:27.768724 [ 253 ] {02ebd702-c639-4f34-93ba-580e10d8fe64} <Debug> TCPHandler: Processed in 0.014632367 sec. | ||
| 303 | 2024.11.27 18:34:27.768939 [ 3 ] {} <Trace> TCP-Session: a361a2aa-9c7a-4712-a8d0-944b968af4ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 304 | 2024.11.27 18:34:27.769167 [ 3 ] {b9afc12f-13d0-4707-9513-5c44ac0b68e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37389) CREATE TABLE IF NOT EXISTS oximeter.measurements_i16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 305 | 2024.11.27 18:34:27.769221 [ 3 ] {b9afc12f-13d0-4707-9513-5c44ac0b68e1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 | ||
| 306 | 2024.11.27 18:34:27.775147 [ 3 ] {b9afc12f-13d0-4707-9513-5c44ac0b68e1} <Debug> oximeter.measurements_i16 (3c6f43d3-c501-4389-a476-5f7c5d1764d1): Loading data parts | ||
| 307 | 2024.11.27 18:34:27.775338 [ 3 ] {b9afc12f-13d0-4707-9513-5c44ac0b68e1} <Debug> oximeter.measurements_i16 (3c6f43d3-c501-4389-a476-5f7c5d1764d1): There are no data parts | ||
| 308 | 2024.11.27 18:34:27.780735 [ 3 ] {b9afc12f-13d0-4707-9513-5c44ac0b68e1} <Debug> TCPHandler: Processed in 0.011853686 sec. | ||
| 309 | 2024.11.27 18:34:27.780950 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 310 | 2024.11.27 18:34:27.781196 [ 253 ] {d0f1b2db-766b-4716-9751-06435d6d12a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) CREATE TABLE IF NOT EXISTS oximeter.measurements_u16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 311 | 2024.11.27 18:34:27.781263 [ 253 ] {d0f1b2db-766b-4716-9751-06435d6d12a2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 | ||
| 312 | 2024.11.27 18:34:27.789357 [ 253 ] {d0f1b2db-766b-4716-9751-06435d6d12a2} <Debug> oximeter.measurements_u16 (168469a8-72b9-4738-b94f-0ef63202dbff): Loading data parts | ||
| 313 | 2024.11.27 18:34:27.789538 [ 253 ] {d0f1b2db-766b-4716-9751-06435d6d12a2} <Debug> oximeter.measurements_u16 (168469a8-72b9-4738-b94f-0ef63202dbff): There are no data parts | ||
| 314 | 2024.11.27 18:34:27.794552 [ 253 ] {d0f1b2db-766b-4716-9751-06435d6d12a2} <Debug> TCPHandler: Processed in 0.013669083 sec. | ||
| 315 | 2024.11.27 18:34:27.794759 [ 3 ] {} <Trace> TCP-Session: a361a2aa-9c7a-4712-a8d0-944b968af4ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 316 | 2024.11.27 18:34:27.795029 [ 3 ] {a913ad93-0d55-4c07-9ad0-942f57ab495d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37389) CREATE TABLE IF NOT EXISTS oximeter.measurements_i32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 317 | 2024.11.27 18:34:27.795094 [ 3 ] {a913ad93-0d55-4c07-9ad0-942f57ab495d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 | ||
| 318 | 2024.11.27 18:34:27.801264 [ 3 ] {a913ad93-0d55-4c07-9ad0-942f57ab495d} <Debug> oximeter.measurements_i32 (c2b48f28-a884-4ea9-a6de-8409715a4549): Loading data parts | ||
| 319 | 2024.11.27 18:34:27.801447 [ 3 ] {a913ad93-0d55-4c07-9ad0-942f57ab495d} <Debug> oximeter.measurements_i32 (c2b48f28-a884-4ea9-a6de-8409715a4549): There are no data parts | ||
| 320 | 2024.11.27 18:34:27.806820 [ 3 ] {a913ad93-0d55-4c07-9ad0-942f57ab495d} <Debug> TCPHandler: Processed in 0.012129179 sec. | ||
| 321 | 2024.11.27 18:34:27.807028 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 322 | 2024.11.27 18:34:27.807239 [ 253 ] {531bdeaf-1ec7-4962-883a-f85514e9e2dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) CREATE TABLE IF NOT EXISTS oximeter.measurements_u32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 323 | 2024.11.27 18:34:27.807319 [ 253 ] {531bdeaf-1ec7-4962-883a-f85514e9e2dc} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 | ||
| 324 | 2024.11.27 18:34:27.815536 [ 253 ] {531bdeaf-1ec7-4962-883a-f85514e9e2dc} <Debug> oximeter.measurements_u32 (347907bd-9a67-4d73-a834-0d814bf0753c): Loading data parts | ||
| 325 | 2024.11.27 18:34:27.815710 [ 253 ] {531bdeaf-1ec7-4962-883a-f85514e9e2dc} <Debug> oximeter.measurements_u32 (347907bd-9a67-4d73-a834-0d814bf0753c): There are no data parts | ||
| 326 | 2024.11.27 18:34:27.820849 [ 253 ] {531bdeaf-1ec7-4962-883a-f85514e9e2dc} <Debug> TCPHandler: Processed in 0.013876386 sec. | ||
| 327 | 2024.11.27 18:34:27.821071 [ 3 ] {} <Trace> TCP-Session: a361a2aa-9c7a-4712-a8d0-944b968af4ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 328 | 2024.11.27 18:34:27.821322 [ 3 ] {43204937-5c9b-41ea-9b30-1ed10733a552} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37389) CREATE TABLE IF NOT EXISTS oximeter.measurements_i64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 329 | 2024.11.27 18:34:27.821370 [ 3 ] {43204937-5c9b-41ea-9b30-1ed10733a552} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 | ||
| 330 | 2024.11.27 18:34:27.827400 [ 3 ] {43204937-5c9b-41ea-9b30-1ed10733a552} <Debug> oximeter.measurements_i64 (81325452-4d63-4de5-abc2-2c655a421d12): Loading data parts | ||
| 331 | 2024.11.27 18:34:27.827570 [ 3 ] {43204937-5c9b-41ea-9b30-1ed10733a552} <Debug> oximeter.measurements_i64 (81325452-4d63-4de5-abc2-2c655a421d12): There are no data parts | ||
| 332 | 2024.11.27 18:34:27.832853 [ 3 ] {43204937-5c9b-41ea-9b30-1ed10733a552} <Debug> TCPHandler: Processed in 0.011852205 sec. | ||
| 333 | 2024.11.27 18:34:27.833039 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 334 | 2024.11.27 18:34:27.833252 [ 253 ] {2f3d9724-fc66-4fd3-b671-124a23f8b8cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) CREATE TABLE IF NOT EXISTS oximeter.measurements_u64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 335 | 2024.11.27 18:34:27.833328 [ 253 ] {2f3d9724-fc66-4fd3-b671-124a23f8b8cf} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 | ||
| 336 | 2024.11.27 18:34:27.841659 [ 253 ] {2f3d9724-fc66-4fd3-b671-124a23f8b8cf} <Debug> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Loading data parts | ||
| 337 | 2024.11.27 18:34:27.841959 [ 253 ] {2f3d9724-fc66-4fd3-b671-124a23f8b8cf} <Debug> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): There are no data parts | ||
| 338 | 2024.11.27 18:34:27.846672 [ 253 ] {2f3d9724-fc66-4fd3-b671-124a23f8b8cf} <Debug> TCPHandler: Processed in 0.013691043 sec. | ||
| 339 | 2024.11.27 18:34:27.846877 [ 3 ] {} <Trace> TCP-Session: a361a2aa-9c7a-4712-a8d0-944b968af4ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 340 | 2024.11.27 18:34:27.847145 [ 3 ] {05eb4311-f4a7-4363-962f-016b5dbbaf1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37389) CREATE TABLE IF NOT EXISTS oximeter.measurements_f32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 341 | 2024.11.27 18:34:27.847202 [ 3 ] {05eb4311-f4a7-4363-962f-016b5dbbaf1f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 | ||
| 342 | 2024.11.27 18:34:27.853516 [ 3 ] {05eb4311-f4a7-4363-962f-016b5dbbaf1f} <Debug> oximeter.measurements_f32 (ee2b6622-49f6-4bd6-8994-fb20cf68e187): Loading data parts | ||
| 343 | 2024.11.27 18:34:27.853707 [ 3 ] {05eb4311-f4a7-4363-962f-016b5dbbaf1f} <Debug> oximeter.measurements_f32 (ee2b6622-49f6-4bd6-8994-fb20cf68e187): There are no data parts | ||
| 344 | 2024.11.27 18:34:27.856540 [ 261 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:33193 | ||
| 345 | 2024.11.27 18:34:27.857647 [ 261 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 346 | 2024.11.27 18:34:27.857688 [ 261 ] {} <Debug> TCP-Session: 8e87abfd-d516-442d-b9ea-94c865e2bf73 Authenticating user 'default' from [fd00:1122:3344:101::b]:33193 | ||
| 347 | 2024.11.27 18:34:27.857712 [ 261 ] {} <Debug> TCP-Session: 8e87abfd-d516-442d-b9ea-94c865e2bf73 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 348 | 2024.11.27 18:34:27.857742 [ 261 ] {} <Debug> TCP-Session: 8e87abfd-d516-442d-b9ea-94c865e2bf73 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 349 | 2024.11.27 18:34:27.857809 [ 261 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 350 | 2024.11.27 18:34:27.857835 [ 261 ] {} <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 | ||
| 351 | 2024.11.27 18:34:27.857863 [ 261 ] {} <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 | ||
| 352 | 2024.11.27 18:34:27.859453 [ 3 ] {05eb4311-f4a7-4363-962f-016b5dbbaf1f} <Debug> TCPHandler: Processed in 0.012644548 sec. | ||
| 353 | 2024.11.27 18:34:27.859669 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 354 | 2024.11.27 18:34:27.859892 [ 253 ] {bc8afe8c-16d4-4a1b-8754-8735fab1dfc1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) 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) | ||
| 355 | 2024.11.27 18:34:27.859964 [ 253 ] {bc8afe8c-16d4-4a1b-8754-8735fab1dfc1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 | ||
| 356 | 2024.11.27 18:34:27.862475 [ 262 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:63519 | ||
| 357 | 2024.11.27 18:34:27.862606 [ 262 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 358 | 2024.11.27 18:34:27.862616 [ 263 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:36502 | ||
| 359 | 2024.11.27 18:34:27.862638 [ 262 ] {} <Debug> TCP-Session: 28997895-2702-414f-8049-f48df6a156c1 Authenticating user 'default' from [fd00:1122:3344:101::b]:63519 | ||
| 360 | 2024.11.27 18:34:27.862689 [ 262 ] {} <Debug> TCP-Session: 28997895-2702-414f-8049-f48df6a156c1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 361 | 2024.11.27 18:34:27.862762 [ 262 ] {} <Debug> TCP-Session: 28997895-2702-414f-8049-f48df6a156c1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 362 | 2024.11.27 18:34:27.862866 [ 263 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 363 | 2024.11.27 18:34:27.862956 [ 264 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:42359 | ||
| 364 | 2024.11.27 18:34:27.863009 [ 265 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:40190 | ||
| 365 | 2024.11.27 18:34:27.863035 [ 263 ] {} <Debug> TCP-Session: 4f84626f-2d0b-414e-94ca-6b1f58a59da1 Authenticating user 'default' from [fd00:1122:3344:101::b]:36502 | ||
| 366 | 2024.11.27 18:34:27.863248 [ 266 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:49909 | ||
| 367 | 2024.11.27 18:34:27.863276 [ 263 ] {} <Debug> TCP-Session: 4f84626f-2d0b-414e-94ca-6b1f58a59da1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 368 | 2024.11.27 18:34:27.863295 [ 264 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 369 | 2024.11.27 18:34:27.863270 [ 265 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 370 | 2024.11.27 18:34:27.863329 [ 267 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:55339 | ||
| 371 | 2024.11.27 18:34:27.863531 [ 268 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:59860 | ||
| 372 | 2024.11.27 18:34:27.863552 [ 265 ] {} <Debug> TCP-Session: 9d54e6b9-9fd2-4d5b-926a-3799e44e6161 Authenticating user 'default' from [fd00:1122:3344:101::b]:40190 | ||
| 373 | 2024.11.27 18:34:27.863573 [ 264 ] {} <Debug> TCP-Session: 35ee959c-768c-4534-ab1f-a41914bb92aa Authenticating user 'default' from [fd00:1122:3344:101::b]:42359 | ||
| 374 | 2024.11.27 18:34:27.863598 [ 266 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 375 | 2024.11.27 18:34:27.863414 [ 263 ] {} <Debug> TCP-Session: 4f84626f-2d0b-414e-94ca-6b1f58a59da1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 376 | 2024.11.27 18:34:27.863819 [ 265 ] {} <Debug> TCP-Session: 9d54e6b9-9fd2-4d5b-926a-3799e44e6161 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 377 | 2024.11.27 18:34:27.863888 [ 264 ] {} <Debug> TCP-Session: 35ee959c-768c-4534-ab1f-a41914bb92aa Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 378 | 2024.11.27 18:34:27.863814 [ 268 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 379 | 2024.11.27 18:34:27.863922 [ 265 ] {} <Debug> TCP-Session: 9d54e6b9-9fd2-4d5b-926a-3799e44e6161 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 380 | 2024.11.27 18:34:27.863909 [ 267 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 381 | 2024.11.27 18:34:27.863966 [ 264 ] {} <Debug> TCP-Session: 35ee959c-768c-4534-ab1f-a41914bb92aa Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 382 | 2024.11.27 18:34:27.864007 [ 268 ] {} <Debug> TCP-Session: 91a474df-ee02-4719-b42f-796b5f26fe30 Authenticating user 'default' from [fd00:1122:3344:101::b]:59860 | ||
| 383 | 2024.11.27 18:34:27.864090 [ 266 ] {} <Debug> TCP-Session: fb6d0710-4830-4363-9a3c-48dbe7b190c6 Authenticating user 'default' from [fd00:1122:3344:101::b]:49909 | ||
| 384 | 2024.11.27 18:34:27.864148 [ 268 ] {} <Debug> TCP-Session: 91a474df-ee02-4719-b42f-796b5f26fe30 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 385 | 2024.11.27 18:34:27.864147 [ 267 ] {} <Debug> TCP-Session: b86c7362-dad3-42fa-a94f-f19b36835c9a Authenticating user 'default' from [fd00:1122:3344:101::b]:55339 | ||
| 386 | 2024.11.27 18:34:27.864196 [ 266 ] {} <Debug> TCP-Session: fb6d0710-4830-4363-9a3c-48dbe7b190c6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 387 | 2024.11.27 18:34:27.864224 [ 268 ] {} <Debug> TCP-Session: 91a474df-ee02-4719-b42f-796b5f26fe30 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 388 | 2024.11.27 18:34:27.864235 [ 266 ] {} <Debug> TCP-Session: fb6d0710-4830-4363-9a3c-48dbe7b190c6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 389 | 2024.11.27 18:34:27.864262 [ 267 ] {} <Debug> TCP-Session: b86c7362-dad3-42fa-a94f-f19b36835c9a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 390 | 2024.11.27 18:34:27.864346 [ 267 ] {} <Debug> TCP-Session: b86c7362-dad3-42fa-a94f-f19b36835c9a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 391 | 2024.11.27 18:34:27.867758 [ 253 ] {bc8afe8c-16d4-4a1b-8754-8735fab1dfc1} <Debug> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653): Loading data parts | ||
| 392 | 2024.11.27 18:34:27.867967 [ 253 ] {bc8afe8c-16d4-4a1b-8754-8735fab1dfc1} <Debug> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653): There are no data parts | ||
| 393 | 2024.11.27 18:34:27.873941 [ 253 ] {bc8afe8c-16d4-4a1b-8754-8735fab1dfc1} <Debug> TCPHandler: Processed in 0.014334112 sec. | ||
| 394 | 2024.11.27 18:34:27.874194 [ 3 ] {} <Trace> TCP-Session: a361a2aa-9c7a-4712-a8d0-944b968af4ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 395 | 2024.11.27 18:34:27.874461 [ 3 ] {1efbc238-d04c-49f1-96dd-5279a871ab53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37389) 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) | ||
| 396 | 2024.11.27 18:34:27.874550 [ 3 ] {1efbc238-d04c-49f1-96dd-5279a871ab53} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string | ||
| 397 | 2024.11.27 18:34:27.883067 [ 3 ] {1efbc238-d04c-49f1-96dd-5279a871ab53} <Debug> oximeter.measurements_string (41b84dc2-f1b3-4fa5-96fd-b902fef6f751): Loading data parts | ||
| 398 | 2024.11.27 18:34:27.883332 [ 3 ] {1efbc238-d04c-49f1-96dd-5279a871ab53} <Debug> oximeter.measurements_string (41b84dc2-f1b3-4fa5-96fd-b902fef6f751): There are no data parts | ||
| 399 | 2024.11.27 18:34:27.889108 [ 3 ] {1efbc238-d04c-49f1-96dd-5279a871ab53} <Debug> TCPHandler: Processed in 0.014995682 sec. | ||
| 400 | 2024.11.27 18:34:27.889360 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 401 | 2024.11.27 18:34:27.889648 [ 253 ] {13b9caab-7c92-4c3b-b4e1-8b7f22c1e01a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /* | ||
| 402 | * NOTE: Right now we can't unambiguously record a nullable byte array. | ||
| 403 | * Arrays cannot be nested in `Nullable()` types, and encoding the array as | ||
| 404 | * a string isn't palatable for a few reasons. | ||
| 405 | * See: https://github.com/oxidecomputer/omicron/issues/4551 for more | ||
| 406 | * details. | ||
| 407 | */ | ||
| 408 | datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 409 | 2024.11.27 18:34:27.889732 [ 253 ] {13b9caab-7c92-4c3b-b4e1-8b7f22c1e01a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes | ||
| 410 | 2024.11.27 18:34:27.893998 [ 253 ] {13b9caab-7c92-4c3b-b4e1-8b7f22c1e01a} <Debug> oximeter.measurements_bytes (326b2616-3498-49e6-a2f7-7f51afae44d0): Loading data parts | ||
| 411 | 2024.11.27 18:34:27.894193 [ 253 ] {13b9caab-7c92-4c3b-b4e1-8b7f22c1e01a} <Debug> oximeter.measurements_bytes (326b2616-3498-49e6-a2f7-7f51afae44d0): There are no data parts | ||
| 412 | 2024.11.27 18:34:27.896024 [ 253 ] {13b9caab-7c92-4c3b-b4e1-8b7f22c1e01a} <Debug> TCPHandler: Processed in 0.00672821 sec. | ||
| 413 | 2024.11.27 18:34:27.896255 [ 3 ] {} <Trace> TCP-Session: a361a2aa-9c7a-4712-a8d0-944b968af4ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 414 | 2024.11.27 18:34:27.896497 [ 3 ] {883c4497-841c-44d6-8109-8d947c6ec1d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37389) 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) | ||
| 415 | 2024.11.27 18:34:27.896571 [ 3 ] {883c4497-841c-44d6-8109-8d947c6ec1d7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 | ||
| 416 | 2024.11.27 18:34:27.899199 [ 3 ] {883c4497-841c-44d6-8109-8d947c6ec1d7} <Debug> oximeter.measurements_cumulativei64 (e0b4f3f9-c50e-46ff-9dd8-f1bf70a01b7d): Loading data parts | ||
| 417 | 2024.11.27 18:34:27.899396 [ 3 ] {883c4497-841c-44d6-8109-8d947c6ec1d7} <Debug> oximeter.measurements_cumulativei64 (e0b4f3f9-c50e-46ff-9dd8-f1bf70a01b7d): There are no data parts | ||
| 418 | 2024.11.27 18:34:27.900756 [ 3 ] {883c4497-841c-44d6-8109-8d947c6ec1d7} <Debug> TCPHandler: Processed in 0.004569418 sec. | ||
| 419 | 2024.11.27 18:34:27.900966 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 420 | 2024.11.27 18:34:27.901223 [ 253 ] {926f0f5d-ab35-48d9-a7d9-a3400e9081a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) 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) | ||
| 421 | 2024.11.27 18:34:27.901282 [ 253 ] {926f0f5d-ab35-48d9-a7d9-a3400e9081a6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 | ||
| 422 | 2024.11.27 18:34:27.903193 [ 253 ] {926f0f5d-ab35-48d9-a7d9-a3400e9081a6} <Debug> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Loading data parts | ||
| 423 | 2024.11.27 18:34:27.903397 [ 253 ] {926f0f5d-ab35-48d9-a7d9-a3400e9081a6} <Debug> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): There are no data parts | ||
| 424 | 2024.11.27 18:34:27.904677 [ 253 ] {926f0f5d-ab35-48d9-a7d9-a3400e9081a6} <Debug> TCPHandler: Processed in 0.003769446 sec. | ||
| 425 | 2024.11.27 18:34:27.904893 [ 3 ] {} <Trace> TCP-Session: a361a2aa-9c7a-4712-a8d0-944b968af4ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 426 | 2024.11.27 18:34:27.905113 [ 3 ] {1192c1be-0baa-4638-8c78-30c7a4d2cbff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37389) 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) | ||
| 427 | 2024.11.27 18:34:27.905188 [ 3 ] {1192c1be-0baa-4638-8c78-30c7a4d2cbff} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 | ||
| 428 | 2024.11.27 18:34:27.906900 [ 3 ] {1192c1be-0baa-4638-8c78-30c7a4d2cbff} <Debug> oximeter.measurements_cumulativef32 (09ce3b66-956b-46be-87e6-4b1bbcef9613): Loading data parts | ||
| 429 | 2024.11.27 18:34:27.907071 [ 3 ] {1192c1be-0baa-4638-8c78-30c7a4d2cbff} <Debug> oximeter.measurements_cumulativef32 (09ce3b66-956b-46be-87e6-4b1bbcef9613): There are no data parts | ||
| 430 | 2024.11.27 18:34:27.908373 [ 3 ] {1192c1be-0baa-4638-8c78-30c7a4d2cbff} <Debug> TCPHandler: Processed in 0.003536593 sec. | ||
| 431 | 2024.11.27 18:34:27.908588 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 432 | 2024.11.27 18:34:27.908883 [ 253 ] {47b2e469-9130-4b9f-8b76-048ce0ffcc66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) 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) | ||
| 433 | 2024.11.27 18:34:27.908958 [ 253 ] {47b2e469-9130-4b9f-8b76-048ce0ffcc66} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 | ||
| 434 | 2024.11.27 18:34:27.910738 [ 253 ] {47b2e469-9130-4b9f-8b76-048ce0ffcc66} <Debug> oximeter.measurements_cumulativef64 (bb9658e4-ad6d-422e-9ad4-bfc9b16e03cc): Loading data parts | ||
| 435 | 2024.11.27 18:34:27.910999 [ 253 ] {47b2e469-9130-4b9f-8b76-048ce0ffcc66} <Debug> oximeter.measurements_cumulativef64 (bb9658e4-ad6d-422e-9ad4-bfc9b16e03cc): There are no data parts | ||
| 436 | 2024.11.27 18:34:27.912193 [ 253 ] {47b2e469-9130-4b9f-8b76-048ce0ffcc66} <Debug> TCPHandler: Processed in 0.003673694 sec. | ||
| 437 | 2024.11.27 18:34:27.912386 [ 3 ] {} <Trace> TCP-Session: a361a2aa-9c7a-4712-a8d0-944b968af4ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 438 | 2024.11.27 18:34:27.912703 [ 3 ] {1273772d-f793-4bf7-811c-240775a4aee9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37389) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* | ||
| 439 | * NOTE: Array types cannot be Nullable, see | ||
| 440 | * https://clickhouse.com/docs/en/sql-reference/data-types/nullable | ||
| 441 | * for more details. | ||
| 442 | * | ||
| 443 | * This means we need to use empty arrays to indicate a missing value. This | ||
| 444 | * is unfortunate, and at this point relies on the fact that an | ||
| 445 | * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need | ||
| 446 | * to figure out another way to represent missing samples here. | ||
| 447 | */ | ||
| 448 | 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) | ||
| 449 | 2024.11.27 18:34:27.912780 [ 3 ] {1273772d-f793-4bf7-811c-240775a4aee9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 | ||
| 450 | 2024.11.27 18:34:27.914741 [ 3 ] {1273772d-f793-4bf7-811c-240775a4aee9} <Debug> oximeter.measurements_histogrami8 (bef708d2-918e-41b0-b890-814cd6976ac3): Loading data parts | ||
| 451 | 2024.11.27 18:34:27.914930 [ 3 ] {1273772d-f793-4bf7-811c-240775a4aee9} <Debug> oximeter.measurements_histogrami8 (bef708d2-918e-41b0-b890-814cd6976ac3): There are no data parts | ||
| 452 | 2024.11.27 18:34:27.916432 [ 3 ] {1273772d-f793-4bf7-811c-240775a4aee9} <Debug> TCPHandler: Processed in 0.004107071 sec. | ||
| 453 | 2024.11.27 18:34:27.916639 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 454 | 2024.11.27 18:34:27.917024 [ 253 ] {6bb889a9-93cd-4790-8141-cec1063b68ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) 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) | ||
| 455 | 2024.11.27 18:34:27.917110 [ 253 ] {6bb889a9-93cd-4790-8141-cec1063b68ec} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 | ||
| 456 | 2024.11.27 18:34:27.919137 [ 253 ] {6bb889a9-93cd-4790-8141-cec1063b68ec} <Debug> oximeter.measurements_histogramu8 (0c599dd0-0cf0-4123-81ed-ea9ee5ef2797): Loading data parts | ||
| 457 | 2024.11.27 18:34:27.919314 [ 253 ] {6bb889a9-93cd-4790-8141-cec1063b68ec} <Debug> oximeter.measurements_histogramu8 (0c599dd0-0cf0-4123-81ed-ea9ee5ef2797): There are no data parts | ||
| 458 | 2024.11.27 18:34:27.920698 [ 253 ] {6bb889a9-93cd-4790-8141-cec1063b68ec} <Debug> TCPHandler: Processed in 0.004129021 sec. | ||
| 459 | 2024.11.27 18:34:27.920914 [ 3 ] {} <Trace> TCP-Session: a361a2aa-9c7a-4712-a8d0-944b968af4ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 460 | 2024.11.27 18:34:27.921272 [ 3 ] {09412d01-3e81-4271-932e-f3d3aea8fcc5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37389) 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) | ||
| 461 | 2024.11.27 18:34:27.921359 [ 3 ] {09412d01-3e81-4271-932e-f3d3aea8fcc5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 | ||
| 462 | 2024.11.27 18:34:27.923384 [ 3 ] {09412d01-3e81-4271-932e-f3d3aea8fcc5} <Debug> oximeter.measurements_histogrami16 (b55d42a2-0eb6-4ace-b332-e3e2cf0ebe90): Loading data parts | ||
| 463 | 2024.11.27 18:34:27.923581 [ 3 ] {09412d01-3e81-4271-932e-f3d3aea8fcc5} <Debug> oximeter.measurements_histogrami16 (b55d42a2-0eb6-4ace-b332-e3e2cf0ebe90): There are no data parts | ||
| 464 | 2024.11.27 18:34:27.924881 [ 3 ] {09412d01-3e81-4271-932e-f3d3aea8fcc5} <Debug> TCPHandler: Processed in 0.004046059 sec. | ||
| 465 | 2024.11.27 18:34:27.925061 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 466 | 2024.11.27 18:34:27.925385 [ 253 ] {e7be8e58-f87d-4b13-a88d-c88e314e86db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) 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) | ||
| 467 | 2024.11.27 18:34:27.925453 [ 253 ] {e7be8e58-f87d-4b13-a88d-c88e314e86db} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 | ||
| 468 | 2024.11.27 18:34:27.927464 [ 253 ] {e7be8e58-f87d-4b13-a88d-c88e314e86db} <Debug> oximeter.measurements_histogramu16 (aed21559-4c3f-4281-97c3-bbe66d7271b4): Loading data parts | ||
| 469 | 2024.11.27 18:34:27.927627 [ 253 ] {e7be8e58-f87d-4b13-a88d-c88e314e86db} <Debug> oximeter.measurements_histogramu16 (aed21559-4c3f-4281-97c3-bbe66d7271b4): There are no data parts | ||
| 470 | 2024.11.27 18:34:27.928925 [ 253 ] {e7be8e58-f87d-4b13-a88d-c88e314e86db} <Debug> TCPHandler: Processed in 0.003920218 sec. | ||
| 471 | 2024.11.27 18:34:27.929110 [ 3 ] {} <Trace> TCP-Session: a361a2aa-9c7a-4712-a8d0-944b968af4ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 472 | 2024.11.27 18:34:27.929406 [ 3 ] {ebf11a9a-7d72-4e35-9265-cd72ab0d709e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37389) 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) | ||
| 473 | 2024.11.27 18:34:27.929495 [ 3 ] {ebf11a9a-7d72-4e35-9265-cd72ab0d709e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 | ||
| 474 | 2024.11.27 18:34:27.931472 [ 3 ] {ebf11a9a-7d72-4e35-9265-cd72ab0d709e} <Debug> oximeter.measurements_histogrami32 (906c3252-a3df-4777-be55-893082af5fed): Loading data parts | ||
| 475 | 2024.11.27 18:34:27.931653 [ 3 ] {ebf11a9a-7d72-4e35-9265-cd72ab0d709e} <Debug> oximeter.measurements_histogrami32 (906c3252-a3df-4777-be55-893082af5fed): There are no data parts | ||
| 476 | 2024.11.27 18:34:27.932932 [ 3 ] {ebf11a9a-7d72-4e35-9265-cd72ab0d709e} <Debug> TCPHandler: Processed in 0.003879798 sec. | ||
| 477 | 2024.11.27 18:34:27.933133 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 478 | 2024.11.27 18:34:27.933449 [ 253 ] {0c0ad0b2-49bf-4d10-b402-aaaf62ceff6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) 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) | ||
| 479 | 2024.11.27 18:34:27.933524 [ 253 ] {0c0ad0b2-49bf-4d10-b402-aaaf62ceff6d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 | ||
| 480 | 2024.11.27 18:34:27.936116 [ 253 ] {0c0ad0b2-49bf-4d10-b402-aaaf62ceff6d} <Debug> oximeter.measurements_histogramu32 (d72f8e12-021b-482c-9268-245810964bd5): Loading data parts | ||
| 481 | 2024.11.27 18:34:27.936287 [ 253 ] {0c0ad0b2-49bf-4d10-b402-aaaf62ceff6d} <Debug> oximeter.measurements_histogramu32 (d72f8e12-021b-482c-9268-245810964bd5): There are no data parts | ||
| 482 | 2024.11.27 18:34:27.938037 [ 253 ] {0c0ad0b2-49bf-4d10-b402-aaaf62ceff6d} <Debug> TCPHandler: Processed in 0.004962543 sec. | ||
| 483 | 2024.11.27 18:34:27.938239 [ 3 ] {} <Trace> TCP-Session: a361a2aa-9c7a-4712-a8d0-944b968af4ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 484 | 2024.11.27 18:34:27.938615 [ 3 ] {92dc8eef-c36d-43a6-8177-ba2de14b8b8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37389) 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) | ||
| 485 | 2024.11.27 18:34:27.938728 [ 3 ] {92dc8eef-c36d-43a6-8177-ba2de14b8b8b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 | ||
| 486 | 2024.11.27 18:34:27.940963 [ 3 ] {92dc8eef-c36d-43a6-8177-ba2de14b8b8b} <Debug> oximeter.measurements_histogrami64 (01926b43-79bc-4c36-8a80-b5f3273cb4d5): Loading data parts | ||
| 487 | 2024.11.27 18:34:27.941168 [ 3 ] {92dc8eef-c36d-43a6-8177-ba2de14b8b8b} <Debug> oximeter.measurements_histogrami64 (01926b43-79bc-4c36-8a80-b5f3273cb4d5): There are no data parts | ||
| 488 | 2024.11.27 18:34:27.942379 [ 3 ] {92dc8eef-c36d-43a6-8177-ba2de14b8b8b} <Debug> TCPHandler: Processed in 0.004200022 sec. | ||
| 489 | 2024.11.27 18:34:27.942572 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 490 | 2024.11.27 18:34:27.942896 [ 253 ] {1e740422-30f5-4885-98a2-0613c81d7313} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) 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) | ||
| 491 | 2024.11.27 18:34:27.942967 [ 253 ] {1e740422-30f5-4885-98a2-0613c81d7313} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 | ||
| 492 | 2024.11.27 18:34:27.945017 [ 253 ] {1e740422-30f5-4885-98a2-0613c81d7313} <Debug> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Loading data parts | ||
| 493 | 2024.11.27 18:34:27.945188 [ 253 ] {1e740422-30f5-4885-98a2-0613c81d7313} <Debug> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): There are no data parts | ||
| 494 | 2024.11.27 18:34:27.946510 [ 253 ] {1e740422-30f5-4885-98a2-0613c81d7313} <Debug> TCPHandler: Processed in 0.003995579 sec. | ||
| 495 | 2024.11.27 18:34:27.946702 [ 3 ] {} <Trace> TCP-Session: a361a2aa-9c7a-4712-a8d0-944b968af4ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 496 | 2024.11.27 18:34:27.947000 [ 3 ] {60144ddd-4964-4788-9ce8-5d26a3b4e867} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37389) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float32), counts Array(UInt64), min Float32, max Float32, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 497 | 2024.11.27 18:34:27.947091 [ 3 ] {60144ddd-4964-4788-9ce8-5d26a3b4e867} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 | ||
| 498 | 2024.11.27 18:34:27.949195 [ 3 ] {60144ddd-4964-4788-9ce8-5d26a3b4e867} <Debug> oximeter.measurements_histogramf32 (77604f85-db8d-4ec6-956f-fd62c96d034c): Loading data parts | ||
| 499 | 2024.11.27 18:34:27.949401 [ 3 ] {60144ddd-4964-4788-9ce8-5d26a3b4e867} <Debug> oximeter.measurements_histogramf32 (77604f85-db8d-4ec6-956f-fd62c96d034c): There are no data parts | ||
| 500 | 2024.11.27 18:34:27.950675 [ 3 ] {60144ddd-4964-4788-9ce8-5d26a3b4e867} <Debug> TCPHandler: Processed in 0.00403018 sec. | ||
| 501 | 2024.11.27 18:34:27.950877 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 502 | 2024.11.27 18:34:27.951205 [ 253 ] {276a0a27-89c6-4c3f-8915-ab1f3021b174} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float64), counts Array(UInt64), min Float64, max Float64, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 503 | 2024.11.27 18:34:27.951275 [ 253 ] {276a0a27-89c6-4c3f-8915-ab1f3021b174} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 | ||
| 504 | 2024.11.27 18:34:27.953639 [ 253 ] {276a0a27-89c6-4c3f-8915-ab1f3021b174} <Debug> oximeter.measurements_histogramf64 (6bf57bce-eb6a-485e-836c-d6e32bc076c5): Loading data parts | ||
| 505 | 2024.11.27 18:34:27.953881 [ 253 ] {276a0a27-89c6-4c3f-8915-ab1f3021b174} <Debug> oximeter.measurements_histogramf64 (6bf57bce-eb6a-485e-836c-d6e32bc076c5): There are no data parts | ||
| 506 | 2024.11.27 18:34:27.955230 [ 253 ] {276a0a27-89c6-4c3f-8915-ab1f3021b174} <Debug> TCPHandler: Processed in 0.004417585 sec. | ||
| 507 | 2024.11.27 18:34:27.955435 [ 3 ] {} <Trace> TCP-Session: a361a2aa-9c7a-4712-a8d0-944b968af4ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 508 | 2024.11.27 18:34:27.955660 [ 3 ] {98aaee2d-6de9-4381-8e8e-f437d84f77eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37389) /* The field tables store named dimensions of each timeseries. | ||
| 509 | * | ||
| 510 | * As with the measurement tables, there is one field table for each field data | ||
| 511 | * type. Fields are deduplicated by using the "replacing merge tree", though | ||
| 512 | * this behavior **must not** be relied upon for query correctness. | ||
| 513 | * | ||
| 514 | * The index for the fields differs from the measurements, however. Rows are | ||
| 515 | * sorted by timeseries name, then field name, field value, and finally | ||
| 516 | * timeseries key. This reflects the most common pattern for looking them up: | ||
| 517 | * by field name and possibly value, within a timeseries. The resulting keys are | ||
| 518 | * usually then used to look up measurements. | ||
| 519 | * | ||
| 520 | * NOTE: We may want to consider a secondary index on these tables, sorting by | ||
| 521 | * timeseries name and then key, since it would improve lookups where one | ||
| 522 | * already has the key. Realistically though, these tables are quite small and | ||
| 523 | * so performance benefits will be low in absolute terms. | ||
| 524 | * | ||
| 525 | * TTL: We use a materialized column to expire old field table records. This | ||
| 526 | * column is generated automatically by the database whenever a new row is | ||
| 527 | * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *` | ||
| 528 | * query. Since these tables are `ReplacingMergeTree`s, that means the last | ||
| 529 | * record will remain during a deduplication, which will have the last | ||
| 530 | * timestamp. ClickHouse will then expire old data for us, similar to the | ||
| 531 | * measurement tables. | ||
| 532 | */ | ||
| 533 | CREATE TABLE IF NOT EXISTS oximeter.fields_bool ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Bool, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 534 | 2024.11.27 18:34:27.955758 [ 3 ] {98aaee2d-6de9-4381-8e8e-f437d84f77eb} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool | ||
| 535 | 2024.11.27 18:34:27.957869 [ 3 ] {98aaee2d-6de9-4381-8e8e-f437d84f77eb} <Debug> oximeter.fields_bool (93bd078c-5394-4c9a-8b6e-adaecaa41ff7): Loading data parts | ||
| 536 | 2024.11.27 18:34:27.958071 [ 3 ] {98aaee2d-6de9-4381-8e8e-f437d84f77eb} <Debug> oximeter.fields_bool (93bd078c-5394-4c9a-8b6e-adaecaa41ff7): There are no data parts | ||
| 537 | 2024.11.27 18:34:27.959272 [ 3 ] {98aaee2d-6de9-4381-8e8e-f437d84f77eb} <Debug> TCPHandler: Processed in 0.003904448 sec. | ||
| 538 | 2024.11.27 18:34:27.959502 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 539 | 2024.11.27 18:34:27.959740 [ 253 ] {b1dc8043-c43d-4385-9084-edb393719799} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) CREATE TABLE IF NOT EXISTS oximeter.fields_i8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 540 | 2024.11.27 18:34:27.959809 [ 253 ] {b1dc8043-c43d-4385-9084-edb393719799} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 | ||
| 541 | 2024.11.27 18:34:27.962040 [ 253 ] {b1dc8043-c43d-4385-9084-edb393719799} <Debug> oximeter.fields_i8 (e95ceecd-00f0-4f62-b6e2-421c7c8eda22): Loading data parts | ||
| 542 | 2024.11.27 18:34:27.962223 [ 253 ] {b1dc8043-c43d-4385-9084-edb393719799} <Debug> oximeter.fields_i8 (e95ceecd-00f0-4f62-b6e2-421c7c8eda22): There are no data parts | ||
| 543 | 2024.11.27 18:34:27.963686 [ 253 ] {b1dc8043-c43d-4385-9084-edb393719799} <Debug> TCPHandler: Processed in 0.004241992 sec. | ||
| 544 | 2024.11.27 18:34:27.963934 [ 3 ] {} <Trace> TCP-Session: a361a2aa-9c7a-4712-a8d0-944b968af4ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 545 | 2024.11.27 18:34:27.964224 [ 3 ] {f5144730-ecbf-49bf-aeda-2ff2f78e2401} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37389) CREATE TABLE IF NOT EXISTS oximeter.fields_u8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 546 | 2024.11.27 18:34:27.964334 [ 3 ] {f5144730-ecbf-49bf-aeda-2ff2f78e2401} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 | ||
| 547 | 2024.11.27 18:34:27.966397 [ 3 ] {f5144730-ecbf-49bf-aeda-2ff2f78e2401} <Debug> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297): Loading data parts | ||
| 548 | 2024.11.27 18:34:27.966623 [ 3 ] {f5144730-ecbf-49bf-aeda-2ff2f78e2401} <Debug> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297): There are no data parts | ||
| 549 | 2024.11.27 18:34:27.967912 [ 3 ] {f5144730-ecbf-49bf-aeda-2ff2f78e2401} <Debug> TCPHandler: Processed in 0.0040549 sec. | ||
| 550 | 2024.11.27 18:34:27.968167 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 551 | 2024.11.27 18:34:27.968434 [ 253 ] {859e1632-1f00-4dbc-b35e-bf77ca9da39d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) CREATE TABLE IF NOT EXISTS oximeter.fields_i16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int16, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 552 | 2024.11.27 18:34:27.968491 [ 253 ] {859e1632-1f00-4dbc-b35e-bf77ca9da39d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 | ||
| 553 | 2024.11.27 18:34:27.970378 [ 253 ] {859e1632-1f00-4dbc-b35e-bf77ca9da39d} <Debug> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb): Loading data parts | ||
| 554 | 2024.11.27 18:34:27.970543 [ 253 ] {859e1632-1f00-4dbc-b35e-bf77ca9da39d} <Debug> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb): There are no data parts | ||
| 555 | 2024.11.27 18:34:27.971776 [ 253 ] {859e1632-1f00-4dbc-b35e-bf77ca9da39d} <Debug> TCPHandler: Processed in 0.003668884 sec. | ||
| 556 | 2024.11.27 18:34:27.972006 [ 3 ] {} <Trace> TCP-Session: a361a2aa-9c7a-4712-a8d0-944b968af4ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 557 | 2024.11.27 18:34:27.972219 [ 3 ] {017a3be1-4205-4700-896b-45d4167d9603} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37389) CREATE TABLE IF NOT EXISTS oximeter.fields_u16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt16, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 558 | 2024.11.27 18:34:27.972301 [ 3 ] {017a3be1-4205-4700-896b-45d4167d9603} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 | ||
| 559 | 2024.11.27 18:34:27.974320 [ 3 ] {017a3be1-4205-4700-896b-45d4167d9603} <Debug> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Loading data parts | ||
| 560 | 2024.11.27 18:34:27.974522 [ 3 ] {017a3be1-4205-4700-896b-45d4167d9603} <Debug> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): There are no data parts | ||
| 561 | 2024.11.27 18:34:27.975735 [ 3 ] {017a3be1-4205-4700-896b-45d4167d9603} <Debug> TCPHandler: Processed in 0.003788376 sec. | ||
| 562 | 2024.11.27 18:34:27.975922 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 563 | 2024.11.27 18:34:27.976172 [ 253 ] {b4f9f56d-bdfd-4b9b-81e1-a947e28ee0aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) CREATE TABLE IF NOT EXISTS oximeter.fields_i32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 564 | 2024.11.27 18:34:27.976237 [ 253 ] {b4f9f56d-bdfd-4b9b-81e1-a947e28ee0aa} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 | ||
| 565 | 2024.11.27 18:34:27.978010 [ 253 ] {b4f9f56d-bdfd-4b9b-81e1-a947e28ee0aa} <Debug> oximeter.fields_i32 (b65c9948-6388-488b-9dd1-499e9cad9932): Loading data parts | ||
| 566 | 2024.11.27 18:34:27.978173 [ 253 ] {b4f9f56d-bdfd-4b9b-81e1-a947e28ee0aa} <Debug> oximeter.fields_i32 (b65c9948-6388-488b-9dd1-499e9cad9932): There are no data parts | ||
| 567 | 2024.11.27 18:34:27.979351 [ 253 ] {b4f9f56d-bdfd-4b9b-81e1-a947e28ee0aa} <Debug> TCPHandler: Processed in 0.003488662 sec. | ||
| 568 | 2024.11.27 18:34:27.979560 [ 3 ] {} <Trace> TCP-Session: a361a2aa-9c7a-4712-a8d0-944b968af4ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 569 | 2024.11.27 18:34:27.979808 [ 3 ] {e8185fd6-c17e-49b5-b6d8-d6f4279451c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37389) CREATE TABLE IF NOT EXISTS oximeter.fields_u32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 570 | 2024.11.27 18:34:27.979900 [ 3 ] {e8185fd6-c17e-49b5-b6d8-d6f4279451c4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 | ||
| 571 | 2024.11.27 18:34:27.981720 [ 3 ] {e8185fd6-c17e-49b5-b6d8-d6f4279451c4} <Debug> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Loading data parts | ||
| 572 | 2024.11.27 18:34:27.981901 [ 3 ] {e8185fd6-c17e-49b5-b6d8-d6f4279451c4} <Debug> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): There are no data parts | ||
| 573 | 2024.11.27 18:34:27.983486 [ 3 ] {e8185fd6-c17e-49b5-b6d8-d6f4279451c4} <Debug> TCPHandler: Processed in 0.003987509 sec. | ||
| 574 | 2024.11.27 18:34:27.983704 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 575 | 2024.11.27 18:34:27.983944 [ 253 ] {08403b75-c74c-4700-ba2e-a7bc14236ac8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) CREATE TABLE IF NOT EXISTS oximeter.fields_i64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int64, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 576 | 2024.11.27 18:34:27.984002 [ 253 ] {08403b75-c74c-4700-ba2e-a7bc14236ac8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 | ||
| 577 | 2024.11.27 18:34:27.985789 [ 253 ] {08403b75-c74c-4700-ba2e-a7bc14236ac8} <Debug> oximeter.fields_i64 (8c46b544-64b2-47b3-aa3b-6c1c471ee801): Loading data parts | ||
| 578 | 2024.11.27 18:34:27.986039 [ 253 ] {08403b75-c74c-4700-ba2e-a7bc14236ac8} <Debug> oximeter.fields_i64 (8c46b544-64b2-47b3-aa3b-6c1c471ee801): There are no data parts | ||
| 579 | 2024.11.27 18:34:27.987212 [ 253 ] {08403b75-c74c-4700-ba2e-a7bc14236ac8} <Debug> TCPHandler: Processed in 0.003568823 sec. | ||
| 580 | 2024.11.27 18:34:27.987423 [ 3 ] {} <Trace> TCP-Session: a361a2aa-9c7a-4712-a8d0-944b968af4ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 581 | 2024.11.27 18:34:27.987667 [ 3 ] {d52aae49-e0a3-4849-874a-17ba88705576} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37389) CREATE TABLE IF NOT EXISTS oximeter.fields_u64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt64, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 582 | 2024.11.27 18:34:27.987760 [ 3 ] {d52aae49-e0a3-4849-874a-17ba88705576} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 | ||
| 583 | 2024.11.27 18:34:27.989545 [ 3 ] {d52aae49-e0a3-4849-874a-17ba88705576} <Debug> oximeter.fields_u64 (fa8895cb-9758-4a13-a105-b67b9572a88a): Loading data parts | ||
| 584 | 2024.11.27 18:34:27.989733 [ 3 ] {d52aae49-e0a3-4849-874a-17ba88705576} <Debug> oximeter.fields_u64 (fa8895cb-9758-4a13-a105-b67b9572a88a): There are no data parts | ||
| 585 | 2024.11.27 18:34:27.990915 [ 3 ] {d52aae49-e0a3-4849-874a-17ba88705576} <Debug> TCPHandler: Processed in 0.003561173 sec. | ||
| 586 | 2024.11.27 18:34:27.991115 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 587 | 2024.11.27 18:34:27.991398 [ 253 ] {23e7881c-f190-428f-8ae6-232e266b00bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) CREATE TABLE IF NOT EXISTS oximeter.fields_ipaddr ( timeseries_name String, timeseries_key UInt64, field_name String, field_value IPv6, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 588 | 2024.11.27 18:34:27.991470 [ 253 ] {23e7881c-f190-428f-8ae6-232e266b00bd} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr | ||
| 589 | 2024.11.27 18:34:27.993461 [ 253 ] {23e7881c-f190-428f-8ae6-232e266b00bd} <Debug> oximeter.fields_ipaddr (53955b2a-eb56-41e3-a1fe-af6ea47fe91e): Loading data parts | ||
| 590 | 2024.11.27 18:34:27.993651 [ 253 ] {23e7881c-f190-428f-8ae6-232e266b00bd} <Debug> oximeter.fields_ipaddr (53955b2a-eb56-41e3-a1fe-af6ea47fe91e): There are no data parts | ||
| 591 | 2024.11.27 18:34:27.994946 [ 253 ] {23e7881c-f190-428f-8ae6-232e266b00bd} <Debug> TCPHandler: Processed in 0.003898358 sec. | ||
| 592 | 2024.11.27 18:34:27.995130 [ 3 ] {} <Trace> TCP-Session: a361a2aa-9c7a-4712-a8d0-944b968af4ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 593 | 2024.11.27 18:34:27.995363 [ 3 ] {aec12aa0-224b-4e69-b678-86f17bcadb02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37389) CREATE TABLE IF NOT EXISTS oximeter.fields_string ( timeseries_name String, timeseries_key UInt64, field_name String, field_value String, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 594 | 2024.11.27 18:34:27.995452 [ 3 ] {aec12aa0-224b-4e69-b678-86f17bcadb02} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string | ||
| 595 | 2024.11.27 18:34:27.997347 [ 3 ] {aec12aa0-224b-4e69-b678-86f17bcadb02} <Debug> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Loading data parts | ||
| 596 | 2024.11.27 18:34:27.997528 [ 3 ] {aec12aa0-224b-4e69-b678-86f17bcadb02} <Debug> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): There are no data parts | ||
| 597 | 2024.11.27 18:34:27.998715 [ 3 ] {aec12aa0-224b-4e69-b678-86f17bcadb02} <Debug> TCPHandler: Processed in 0.003641514 sec. | ||
| 598 | 2024.11.27 18:34:27.998916 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 599 | 2024.11.27 18:34:27.999170 [ 253 ] {378c2101-28fd-4c96-8988-acd0d9262752} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) 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) | ||
| 600 | 2024.11.27 18:34:27.999242 [ 253 ] {378c2101-28fd-4c96-8988-acd0d9262752} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid | ||
| 601 | 2024.11.27 18:34:28.001234 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 124.32 MiB, peak 124.32 MiB, free memory in arenas 0.00 B, will set to 136.20 MiB (RSS), difference: 11.88 MiB | ||
| 602 | 2024.11.27 18:34:28.001280 [ 253 ] {378c2101-28fd-4c96-8988-acd0d9262752} <Debug> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Loading data parts | ||
| 603 | 2024.11.27 18:34:28.001566 [ 253 ] {378c2101-28fd-4c96-8988-acd0d9262752} <Debug> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): There are no data parts | ||
| 604 | 2024.11.27 18:34:28.003086 [ 253 ] {378c2101-28fd-4c96-8988-acd0d9262752} <Debug> TCPHandler: Processed in 0.004226333 sec. | ||
| 605 | 2024.11.27 18:34:28.003290 [ 3 ] {} <Trace> TCP-Session: a361a2aa-9c7a-4712-a8d0-944b968af4ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 606 | 2024.11.27 18:34:28.003617 [ 3 ] {8cc7b3c5-8be5-4188-808f-a3e15ba2aefc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37389) /* The timeseries schema table stores the extracted schema for the samples | ||
| 607 | * oximeter collects. | ||
| 608 | */ | ||
| 609 | CREATE TABLE IF NOT EXISTS oximeter.timeseries_schema ( timeseries_name String, fields Nested( name String, type Enum( 'Bool' = 1, 'I64' = 2, 'IpAddr' = 3, 'String' = 4, 'Uuid' = 6, 'I8' = 7, 'U8' = 8, 'I16' = 9, 'U16' = 10, 'I32' = 11, 'U32' = 12, 'U64' = 13 ), source Enum( 'Target' = 1, 'Metric' = 2 ) ), datum_type Enum( 'Bool' = 1, 'I64' = 2, 'F64' = 3, 'String' = 4, 'Bytes' = 5, 'CumulativeI64' = 6, 'CumulativeF64' = 7, 'HistogramI64' = 8, 'HistogramF64' = 9, 'I8' = 10, 'U8' = 11, 'I16' = 12, 'U16' = 13, 'I32' = 14, 'U32' = 15, 'U64' = 16, 'F32' = 17, 'CumulativeU64' = 18, 'CumulativeF32' = 19, 'HistogramI8' = 20, 'HistogramU8' = 21, 'HistogramI16' = 22, 'HistogramU16' = 23, 'HistogramI32' = 24, 'HistogramU32' = 25, 'HistogramU64' = 26, 'HistogramF32' = 27 ), created DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (timeseries_name, fields.name) (stage: Complete) | ||
| 610 | 2024.11.27 18:34:28.003694 [ 3 ] {8cc7b3c5-8be5-4188-808f-a3e15ba2aefc} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema | ||
| 611 | 2024.11.27 18:34:28.005435 [ 3 ] {8cc7b3c5-8be5-4188-808f-a3e15ba2aefc} <Debug> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7): Loading data parts | ||
| 612 | 2024.11.27 18:34:28.005604 [ 3 ] {8cc7b3c5-8be5-4188-808f-a3e15ba2aefc} <Debug> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7): There are no data parts | ||
| 613 | 2024.11.27 18:34:28.007009 [ 3 ] {8cc7b3c5-8be5-4188-808f-a3e15ba2aefc} <Debug> TCPHandler: Processed in 0.003776226 sec. | ||
| 614 | 2024.11.27 18:34:28.007218 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 615 | 2024.11.27 18:34:28.007426 [ 253 ] {a6ee5ea5-99ea-41f9-bdb8-77aadef8498a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.version (*) VALUES (stage: Complete) | ||
| 616 | 2024.11.27 18:34:28.008732 [ 253 ] {a6ee5ea5-99ea-41f9-bdb8-77aadef8498a} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version | ||
| 617 | 2024.11.27 18:34:28.016747 [ 259 ] {a6ee5ea5-99ea-41f9-bdb8-77aadef8498a} <Trace> oximeter.version (8f02b1b1-aa75-460d-aedc-38c275b7835f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 618 | 2024.11.27 18:34:28.016844 [ 259 ] {a6ee5ea5-99ea-41f9-bdb8-77aadef8498a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 619 | 2024.11.27 18:34:28.021547 [ 259 ] {a6ee5ea5-99ea-41f9-bdb8-77aadef8498a} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 620 | 2024.11.27 18:34:28.021932 [ 259 ] {a6ee5ea5-99ea-41f9-bdb8-77aadef8498a} <Trace> oximeter.version (8f02b1b1-aa75-460d-aedc-38c275b7835f): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 621 | 2024.11.27 18:34:28.022296 [ 253 ] {a6ee5ea5-99ea-41f9-bdb8-77aadef8498a} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.014945 sec., 66.91201070592172 rows/sec., 1.05 KiB/sec. | ||
| 622 | 2024.11.27 18:34:28.022580 [ 253 ] {a6ee5ea5-99ea-41f9-bdb8-77aadef8498a} <Debug> TCPHandler: Processed in 0.015421709 sec. | ||
| 623 | 2024.11.27 18:34:29.000146 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 136.43 MiB, peak 136.43 MiB, free memory in arenas 0.00 B, will set to 139.95 MiB (RSS), difference: 3.53 MiB | ||
| 624 | 2024.11.27 18:34:30.345774 [ 269 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:47525 | ||
| 625 | 2024.11.27 18:34:30.346813 [ 269 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 626 | 2024.11.27 18:34:30.346889 [ 269 ] {} <Debug> TCP-Session: d30ecda3-48a5-4a9a-ad7e-859a7241ecf9 Authenticating user 'default' from [fd00:1122:3344:101::c]:47525 | ||
| 627 | 2024.11.27 18:34:30.346951 [ 269 ] {} <Debug> TCP-Session: d30ecda3-48a5-4a9a-ad7e-859a7241ecf9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 628 | 2024.11.27 18:34:30.346997 [ 269 ] {} <Debug> TCP-Session: d30ecda3-48a5-4a9a-ad7e-859a7241ecf9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 629 | 2024.11.27 18:34:30.347069 [ 269 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 630 | 2024.11.27 18:34:30.347104 [ 269 ] {} <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 | ||
| 631 | 2024.11.27 18:34:30.347149 [ 269 ] {} <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 | ||
| 632 | 2024.11.27 18:34:30.348129 [ 270 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:40052 | ||
| 633 | 2024.11.27 18:34:30.348222 [ 271 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:61275 | ||
| 634 | 2024.11.27 18:34:30.348310 [ 270 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 635 | 2024.11.27 18:34:30.348332 [ 272 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:33160 | ||
| 636 | 2024.11.27 18:34:30.348497 [ 271 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 637 | 2024.11.27 18:34:30.348513 [ 273 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:38097 | ||
| 638 | 2024.11.27 18:34:30.348576 [ 271 ] {} <Debug> TCP-Session: c92a2956-317a-4dba-a9a6-63f6ef8b36c7 Authenticating user 'default' from [fd00:1122:3344:101::c]:61275 | ||
| 639 | 2024.11.27 18:34:30.348695 [ 272 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 640 | 2024.11.27 18:34:30.348747 [ 274 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:58068 | ||
| 641 | 2024.11.27 18:34:30.348764 [ 271 ] {} <Debug> TCP-Session: c92a2956-317a-4dba-a9a6-63f6ef8b36c7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 642 | 2024.11.27 18:34:30.348887 [ 275 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:37895 | ||
| 643 | 2024.11.27 18:34:30.348748 [ 270 ] {} <Debug> TCP-Session: cb11b29f-8636-424d-a824-310bf826709d Authenticating user 'default' from [fd00:1122:3344:101::c]:40052 | ||
| 644 | 2024.11.27 18:34:30.348921 [ 271 ] {} <Debug> TCP-Session: c92a2956-317a-4dba-a9a6-63f6ef8b36c7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 645 | 2024.11.27 18:34:30.348913 [ 273 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 646 | 2024.11.27 18:34:30.348993 [ 276 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:33800 | ||
| 647 | 2024.11.27 18:34:30.349018 [ 272 ] {} <Debug> TCP-Session: 82fa35d5-7852-4b04-9810-92d3cbb29ed7 Authenticating user 'default' from [fd00:1122:3344:101::c]:33160 | ||
| 648 | 2024.11.27 18:34:30.349046 [ 270 ] {} <Debug> TCP-Session: cb11b29f-8636-424d-a824-310bf826709d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 649 | 2024.11.27 18:34:30.349368 [ 270 ] {} <Debug> TCP-Session: cb11b29f-8636-424d-a824-310bf826709d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 650 | 2024.11.27 18:34:30.349371 [ 274 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 651 | 2024.11.27 18:34:30.349398 [ 276 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 652 | 2024.11.27 18:34:30.349510 [ 276 ] {} <Debug> TCP-Session: aafea605-ec61-4259-b634-ae77f86581dd Authenticating user 'default' from [fd00:1122:3344:101::c]:33800 | ||
| 653 | 2024.11.27 18:34:30.349514 [ 272 ] {} <Debug> TCP-Session: 82fa35d5-7852-4b04-9810-92d3cbb29ed7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 654 | 2024.11.27 18:34:30.349562 [ 273 ] {} <Debug> TCP-Session: 8362aabf-35f9-437d-8e08-83f963073611 Authenticating user 'default' from [fd00:1122:3344:101::c]:38097 | ||
| 655 | 2024.11.27 18:34:30.349594 [ 272 ] {} <Debug> TCP-Session: 82fa35d5-7852-4b04-9810-92d3cbb29ed7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 656 | 2024.11.27 18:34:30.349593 [ 276 ] {} <Debug> TCP-Session: aafea605-ec61-4259-b634-ae77f86581dd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 657 | 2024.11.27 18:34:30.349624 [ 274 ] {} <Debug> TCP-Session: b5dd6b22-7706-4fc3-8354-94c9b8f2fdea Authenticating user 'default' from [fd00:1122:3344:101::c]:58068 | ||
| 658 | 2024.11.27 18:34:30.349659 [ 276 ] {} <Debug> TCP-Session: aafea605-ec61-4259-b634-ae77f86581dd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 659 | 2024.11.27 18:34:30.349643 [ 273 ] {} <Debug> TCP-Session: 8362aabf-35f9-437d-8e08-83f963073611 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 660 | 2024.11.27 18:34:30.349709 [ 274 ] {} <Debug> TCP-Session: b5dd6b22-7706-4fc3-8354-94c9b8f2fdea Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 661 | 2024.11.27 18:34:30.349762 [ 273 ] {} <Debug> TCP-Session: 8362aabf-35f9-437d-8e08-83f963073611 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 662 | 2024.11.27 18:34:30.349798 [ 274 ] {} <Debug> TCP-Session: b5dd6b22-7706-4fc3-8354-94c9b8f2fdea Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 663 | 2024.11.27 18:34:30.351378 [ 275 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 664 | 2024.11.27 18:34:30.351417 [ 275 ] {} <Debug> TCP-Session: 5540dca7-90d5-4a8e-a904-4e7586c271c8 Authenticating user 'default' from [fd00:1122:3344:101::c]:37895 | ||
| 665 | 2024.11.27 18:34:30.351509 [ 275 ] {} <Debug> TCP-Session: 5540dca7-90d5-4a8e-a904-4e7586c271c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 666 | 2024.11.27 18:34:30.351526 [ 275 ] {} <Debug> TCP-Session: 5540dca7-90d5-4a8e-a904-4e7586c271c8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 667 | 2024.11.27 18:34:30.915880 [ 277 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:37392 | ||
| 668 | 2024.11.27 18:34:30.916900 [ 277 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 669 | 2024.11.27 18:34:30.916937 [ 277 ] {} <Debug> TCP-Session: f81d2e1d-62a2-4cae-8a34-3ce023bb260c Authenticating user 'default' from [fd00:1122:3344:101::a]:37392 | ||
| 670 | 2024.11.27 18:34:30.916960 [ 277 ] {} <Debug> TCP-Session: f81d2e1d-62a2-4cae-8a34-3ce023bb260c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 671 | 2024.11.27 18:34:30.916992 [ 277 ] {} <Debug> TCP-Session: f81d2e1d-62a2-4cae-8a34-3ce023bb260c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 672 | 2024.11.27 18:34:30.917060 [ 277 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 673 | 2024.11.27 18:34:30.917089 [ 277 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 674 | 2024.11.27 18:34:30.917122 [ 277 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 675 | 2024.11.27 18:34:30.918061 [ 278 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:56047 | ||
| 676 | 2024.11.27 18:34:30.918152 [ 279 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:53559 | ||
| 677 | 2024.11.27 18:34:30.918289 [ 278 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 678 | 2024.11.27 18:34:30.918301 [ 280 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:65530 | ||
| 679 | 2024.11.27 18:34:30.918442 [ 281 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:45088 | ||
| 680 | 2024.11.27 18:34:30.918460 [ 279 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 681 | 2024.11.27 18:34:30.918481 [ 278 ] {} <Debug> TCP-Session: 85821b0e-b09b-4112-a040-b5d9c8d43d39 Authenticating user 'default' from [fd00:1122:3344:101::a]:56047 | ||
| 682 | 2024.11.27 18:34:30.918520 [ 279 ] {} <Debug> TCP-Session: 1e26930c-033c-4a8d-8866-28e3b1831810 Authenticating user 'default' from [fd00:1122:3344:101::a]:53559 | ||
| 683 | 2024.11.27 18:34:30.918796 [ 282 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:32784 | ||
| 684 | 2024.11.27 18:34:30.918809 [ 279 ] {} <Debug> TCP-Session: 1e26930c-033c-4a8d-8866-28e3b1831810 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 685 | 2024.11.27 18:34:30.918848 [ 278 ] {} <Debug> TCP-Session: 85821b0e-b09b-4112-a040-b5d9c8d43d39 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 686 | 2024.11.27 18:34:30.918869 [ 279 ] {} <Debug> TCP-Session: 1e26930c-033c-4a8d-8866-28e3b1831810 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 687 | 2024.11.27 18:34:30.919021 [ 278 ] {} <Debug> TCP-Session: 85821b0e-b09b-4112-a040-b5d9c8d43d39 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 688 | 2024.11.27 18:34:30.919046 [ 283 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:57920 | ||
| 689 | 2024.11.27 18:34:30.919132 [ 284 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:39391 | ||
| 690 | 2024.11.27 18:34:30.919765 [ 280 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 691 | 2024.11.27 18:34:30.919802 [ 280 ] {} <Debug> TCP-Session: 6649f9ca-69c5-49a0-9199-de353c0021a4 Authenticating user 'default' from [fd00:1122:3344:101::a]:65530 | ||
| 692 | 2024.11.27 18:34:30.919822 [ 281 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 693 | 2024.11.27 18:34:30.919851 [ 283 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 694 | 2024.11.27 18:34:30.919865 [ 282 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 695 | 2024.11.27 18:34:30.919851 [ 284 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 696 | 2024.11.27 18:34:30.919952 [ 283 ] {} <Debug> TCP-Session: 9176c984-b2ca-4962-956d-b2f8c6632cad Authenticating user 'default' from [fd00:1122:3344:101::a]:57920 | ||
| 697 | 2024.11.27 18:34:30.919952 [ 281 ] {} <Debug> TCP-Session: a4638047-565b-4a28-b0bb-9da2b437d641 Authenticating user 'default' from [fd00:1122:3344:101::a]:45088 | ||
| 698 | 2024.11.27 18:34:30.919973 [ 282 ] {} <Debug> TCP-Session: 1402b40b-5d63-4e3d-889b-29e6cc7acec4 Authenticating user 'default' from [fd00:1122:3344:101::a]:32784 | ||
| 699 | 2024.11.27 18:34:30.919834 [ 280 ] {} <Debug> TCP-Session: 6649f9ca-69c5-49a0-9199-de353c0021a4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 700 | 2024.11.27 18:34:30.920059 [ 281 ] {} <Debug> TCP-Session: a4638047-565b-4a28-b0bb-9da2b437d641 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 701 | 2024.11.27 18:34:30.920092 [ 283 ] {} <Debug> TCP-Session: 9176c984-b2ca-4962-956d-b2f8c6632cad Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 702 | 2024.11.27 18:34:30.920130 [ 280 ] {} <Debug> TCP-Session: 6649f9ca-69c5-49a0-9199-de353c0021a4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 703 | 2024.11.27 18:34:30.920131 [ 282 ] {} <Debug> TCP-Session: 1402b40b-5d63-4e3d-889b-29e6cc7acec4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 704 | 2024.11.27 18:34:30.920154 [ 281 ] {} <Debug> TCP-Session: a4638047-565b-4a28-b0bb-9da2b437d641 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 705 | 2024.11.27 18:34:30.920181 [ 283 ] {} <Debug> TCP-Session: 9176c984-b2ca-4962-956d-b2f8c6632cad Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 706 | 2024.11.27 18:34:30.920199 [ 282 ] {} <Debug> TCP-Session: 1402b40b-5d63-4e3d-889b-29e6cc7acec4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 707 | 2024.11.27 18:34:30.920101 [ 284 ] {} <Debug> TCP-Session: 120afb25-292d-494b-86c0-b8b5cdd6c7a3 Authenticating user 'default' from [fd00:1122:3344:101::a]:39391 | ||
| 708 | 2024.11.27 18:34:30.920407 [ 284 ] {} <Debug> TCP-Session: 120afb25-292d-494b-86c0-b8b5cdd6c7a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 709 | 2024.11.27 18:34:30.920463 [ 284 ] {} <Debug> TCP-Session: 120afb25-292d-494b-86c0-b8b5cdd6c7a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 710 | 2024.11.27 18:34:34.847213 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 | ||
| 711 | 2024.11.27 18:34:34.847215 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 488 | ||
| 712 | 2024.11.27 18:34:34.847377 [ 244 ] {} <Debug> SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog | ||
| 713 | 2024.11.27 18:34:34.847525 [ 243 ] {} <Debug> SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog | ||
| 714 | 2024.11.27 18:34:34.858024 [ 243 ] {} <Debug> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Loading data parts | ||
| 715 | 2024.11.27 18:34:34.858415 [ 243 ] {} <Debug> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): There are no data parts | ||
| 716 | 2024.11.27 18:34:34.866074 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 717 | 2024.11.27 18:34:34.866136 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 718 | 2024.11.27 18:34:34.868966 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 719 | 2024.11.27 18:34:34.869594 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 720 | 2024.11.27 18:34:34.870445 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 488 | ||
| 721 | 2024.11.27 18:34:34.877434 [ 244 ] {} <Debug> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Loading data parts | ||
| 722 | 2024.11.27 18:34:34.877704 [ 244 ] {} <Debug> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): There are no data parts | ||
| 723 | 2024.11.27 18:34:34.900089 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 724 | 2024.11.27 18:34:34.900132 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 725 | 2024.11.27 18:34:34.910323 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 726 | 2024.11.27 18:34:34.911850 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 727 | 2024.11.27 18:34:34.917518 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 8 | ||
| 728 | 2024.11.27 18:34:35.000157 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 145.84 MiB, peak 149.84 MiB, free memory in arenas 0.00 B, will set to 150.65 MiB (RSS), difference: 4.80 MiB | ||
| 729 | 2024.11.27 18:34:37.347121 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 90 entries to flush up to offset 90 | ||
| 730 | 2024.11.27 18:34:37.347223 [ 242 ] {} <Debug> SystemLog (system.query_log): Creating new table system.query_log for QueryLog | ||
| 731 | 2024.11.27 18:34:37.351889 [ 242 ] {} <Debug> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): Loading data parts | ||
| 732 | 2024.11.27 18:34:37.352178 [ 242 ] {} <Debug> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): There are no data parts | ||
| 733 | 2024.11.27 18:34:37.357768 [ 242 ] {} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 734 | 2024.11.27 18:34:37.357806 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 735 | 2024.11.27 18:34:37.359415 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 736 | 2024.11.27 18:34:37.359761 [ 242 ] {} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 737 | 2024.11.27 18:34:37.360246 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 90 | ||
| 738 | 2024.11.27 18:34:38.000160 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 154.84 MiB, peak 154.84 MiB, free memory in arenas 0.00 B, will set to 151.05 MiB (RSS), difference: -3.79 MiB | ||
| 739 | 2024.11.27 18:34:42.313529 [ 121 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 740 | 2024.11.27 18:34:42.313589 [ 121 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 741 | 2024.11.27 18:34:42.371520 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 976 | ||
| 742 | 2024.11.27 18:34:42.372396 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 743 | 2024.11.27 18:34:42.372487 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 744 | 2024.11.27 18:34:42.373054 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 745 | 2024.11.27 18:34:42.373313 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 746 | 2024.11.27 18:34:42.373600 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976 | ||
| 747 | 2024.11.27 18:34:42.418586 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 | ||
| 748 | 2024.11.27 18:34:42.439522 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 749 | 2024.11.27 18:34:42.439582 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 750 | 2024.11.27 18:34:42.446144 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 751 | 2024.11.27 18:34:42.446885 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 752 | 2024.11.27 18:34:42.449351 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 16 | ||
| 753 | 2024.11.27 18:34:43.000201 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 151.73 MiB, peak 155.73 MiB, free memory in arenas 0.00 B, will set to 152.79 MiB (RSS), difference: 1.06 MiB | ||
| 754 | 2024.11.27 18:34:48.000160 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 148.80 MiB, peak 155.73 MiB, free memory in arenas 0.00 B, will set to 152.82 MiB (RSS), difference: 4.01 MiB | ||
| 755 | 2024.11.27 18:34:48.029424 [ 3 ] {} <Trace> TCP-Session: a361a2aa-9c7a-4712-a8d0-944b968af4ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 756 | 2024.11.27 18:34:48.029705 [ 3 ] {d58b4a7e-3b37-4571-8718-dbe6d6a1af63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37389) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) | ||
| 757 | 2024.11.27 18:34:48.030076 [ 3 ] {d58b4a7e-3b37-4571-8718-dbe6d6a1af63} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 758 | 2024.11.27 18:34:48.030350 [ 3 ] {d58b4a7e-3b37-4571-8718-dbe6d6a1af63} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 759 | 2024.11.27 18:34:48.031115 [ 3 ] {d58b4a7e-3b37-4571-8718-dbe6d6a1af63} <Debug> TCPHandler: Processed in 0.001816187 sec. | ||
| 760 | 2024.11.27 18:34:48.034406 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 761 | 2024.11.27 18:34:48.034643 [ 253 ] {999acb61-a791-46a0-abce-c0f77331bf17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_routes') FORMAT Native; (stage: Complete) | ||
| 762 | 2024.11.27 18:34:48.036593 [ 253 ] {999acb61-a791-46a0-abce-c0f77331bf17} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 763 | 2024.11.27 18:34:48.036673 [ 253 ] {999acb61-a791-46a0-abce-c0f77331bf17} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 764 | 2024.11.27 18:34:48.037319 [ 253 ] {999acb61-a791-46a0-abce-c0f77331bf17} <Debug> TCPHandler: Processed in 0.003045425 sec. | ||
| 765 | 2024.11.27 18:34:48.037661 [ 3 ] {} <Trace> TCP-Session: a361a2aa-9c7a-4712-a8d0-944b968af4ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 766 | 2024.11.27 18:34:48.037854 [ 3 ] {9728b594-535d-425a-b67b-b9b675c10fae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37389) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) | ||
| 767 | 2024.11.27 18:34:48.038381 [ 3 ] {9728b594-535d-425a-b67b-b9b675c10fae} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 768 | 2024.11.27 18:34:48.038451 [ 3 ] {9728b594-535d-425a-b67b-b9b675c10fae} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 769 | 2024.11.27 18:34:48.039085 [ 3 ] {9728b594-535d-425a-b67b-b9b675c10fae} <Debug> TCPHandler: Processed in 0.001494852 sec. | ||
| 770 | 2024.11.27 18:34:48.039414 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 771 | 2024.11.27 18:34:48.039581 [ 253 ] {a5570f7d-0e02-490e-a5c6-35a0b39bc703} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 772 | 2024.11.27 18:34:48.040020 [ 253 ] {a5570f7d-0e02-490e-a5c6-35a0b39bc703} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 773 | 2024.11.27 18:34:48.040089 [ 253 ] {a5570f7d-0e02-490e-a5c6-35a0b39bc703} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 774 | 2024.11.27 18:34:48.040708 [ 253 ] {a5570f7d-0e02-490e-a5c6-35a0b39bc703} <Debug> TCPHandler: Processed in 0.00135454 sec. | ||
| 775 | 2024.11.27 18:34:48.040976 [ 3 ] {} <Trace> TCP-Session: a361a2aa-9c7a-4712-a8d0-944b968af4ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 776 | 2024.11.27 18:34:48.041132 [ 3 ] {e9b48f22-4259-4c2e-ad93-aba289750cf4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37389) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 777 | 2024.11.27 18:34:48.041508 [ 3 ] {e9b48f22-4259-4c2e-ad93-aba289750cf4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 778 | 2024.11.27 18:34:48.041566 [ 3 ] {e9b48f22-4259-4c2e-ad93-aba289750cf4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 779 | 2024.11.27 18:34:48.042101 [ 3 ] {e9b48f22-4259-4c2e-ad93-aba289750cf4} <Debug> TCPHandler: Processed in 0.001179177 sec. | ||
| 780 | 2024.11.27 18:34:48.042405 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 781 | 2024.11.27 18:34:48.042562 [ 253 ] {6f53f005-4066-40e7-8e2c-89e3796e2908} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 782 | 2024.11.27 18:34:48.042999 [ 253 ] {6f53f005-4066-40e7-8e2c-89e3796e2908} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 783 | 2024.11.27 18:34:48.043067 [ 253 ] {6f53f005-4066-40e7-8e2c-89e3796e2908} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 784 | 2024.11.27 18:34:48.043674 [ 253 ] {6f53f005-4066-40e7-8e2c-89e3796e2908} <Debug> TCPHandler: Processed in 0.001324509 sec. | ||
| 785 | 2024.11.27 18:34:48.043935 [ 3 ] {} <Trace> TCP-Session: a361a2aa-9c7a-4712-a8d0-944b968af4ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 786 | 2024.11.27 18:34:48.044090 [ 3 ] {de1486e9-8c55-4e5d-8f43-862ec98e0256} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37389) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 787 | 2024.11.27 18:34:48.044469 [ 3 ] {de1486e9-8c55-4e5d-8f43-862ec98e0256} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 788 | 2024.11.27 18:34:48.044525 [ 3 ] {de1486e9-8c55-4e5d-8f43-862ec98e0256} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 789 | 2024.11.27 18:34:48.045051 [ 3 ] {de1486e9-8c55-4e5d-8f43-862ec98e0256} <Debug> TCPHandler: Processed in 0.001172608 sec. | ||
| 790 | 2024.11.27 18:34:48.045310 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 791 | 2024.11.27 18:34:48.045465 [ 253 ] {cf38a9e3-710d-4065-b39f-a3ac2d0fab42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 792 | 2024.11.27 18:34:48.045847 [ 253 ] {cf38a9e3-710d-4065-b39f-a3ac2d0fab42} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 793 | 2024.11.27 18:34:48.045905 [ 253 ] {cf38a9e3-710d-4065-b39f-a3ac2d0fab42} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 794 | 2024.11.27 18:34:48.046417 [ 253 ] {cf38a9e3-710d-4065-b39f-a3ac2d0fab42} <Debug> TCPHandler: Processed in 0.001163037 sec. | ||
| 795 | 2024.11.27 18:34:48.046685 [ 3 ] {} <Trace> TCP-Session: a361a2aa-9c7a-4712-a8d0-944b968af4ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 796 | 2024.11.27 18:34:48.046869 [ 3 ] {642ba412-98df-4658-8197-da77b9539bf5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37389) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 797 | 2024.11.27 18:34:48.047328 [ 3 ] {642ba412-98df-4658-8197-da77b9539bf5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 798 | 2024.11.27 18:34:48.047395 [ 3 ] {642ba412-98df-4658-8197-da77b9539bf5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 799 | 2024.11.27 18:34:48.047955 [ 3 ] {642ba412-98df-4658-8197-da77b9539bf5} <Debug> TCPHandler: Processed in 0.00133224 sec. | ||
| 800 | 2024.11.27 18:34:48.048217 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 801 | 2024.11.27 18:34:48.048374 [ 253 ] {2f32df3e-bd65-4c7b-9b5a-c60abbac996a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 802 | 2024.11.27 18:34:48.048760 [ 253 ] {2f32df3e-bd65-4c7b-9b5a-c60abbac996a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 803 | 2024.11.27 18:34:48.048816 [ 253 ] {2f32df3e-bd65-4c7b-9b5a-c60abbac996a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 804 | 2024.11.27 18:34:48.049313 [ 253 ] {2f32df3e-bd65-4c7b-9b5a-c60abbac996a} <Debug> TCPHandler: Processed in 0.001151897 sec. | ||
| 805 | 2024.11.27 18:34:48.049566 [ 3 ] {} <Trace> TCP-Session: a361a2aa-9c7a-4712-a8d0-944b968af4ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 806 | 2024.11.27 18:34:48.049739 [ 3 ] {04318781-9444-40bb-96b9-1545a128d3c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37389) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 807 | 2024.11.27 18:34:48.050200 [ 3 ] {04318781-9444-40bb-96b9-1545a128d3c7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 808 | 2024.11.27 18:34:48.050270 [ 3 ] {04318781-9444-40bb-96b9-1545a128d3c7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 809 | 2024.11.27 18:34:48.050853 [ 3 ] {04318781-9444-40bb-96b9-1545a128d3c7} <Debug> TCPHandler: Processed in 0.00134174 sec. | ||
| 810 | 2024.11.27 18:34:48.051103 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 811 | 2024.11.27 18:34:48.051263 [ 253 ] {e6efe3d6-cae5-4e31-b5e5-dfde66b54003} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 812 | 2024.11.27 18:34:48.051658 [ 253 ] {e6efe3d6-cae5-4e31-b5e5-dfde66b54003} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 813 | 2024.11.27 18:34:48.051715 [ 253 ] {e6efe3d6-cae5-4e31-b5e5-dfde66b54003} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 814 | 2024.11.27 18:34:48.052217 [ 253 ] {e6efe3d6-cae5-4e31-b5e5-dfde66b54003} <Debug> TCPHandler: Processed in 0.001167057 sec. | ||
| 815 | 2024.11.27 18:34:48.052496 [ 3 ] {} <Trace> TCP-Session: a361a2aa-9c7a-4712-a8d0-944b968af4ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 816 | 2024.11.27 18:34:48.052656 [ 3 ] {3c46e93f-0887-4a5b-af7b-851a74b20794} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37389) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 817 | 2024.11.27 18:34:48.053125 [ 3 ] {3c46e93f-0887-4a5b-af7b-851a74b20794} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 818 | 2024.11.27 18:34:48.053193 [ 3 ] {3c46e93f-0887-4a5b-af7b-851a74b20794} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 819 | 2024.11.27 18:34:48.053781 [ 3 ] {3c46e93f-0887-4a5b-af7b-851a74b20794} <Debug> TCPHandler: Processed in 0.00134037 sec. | ||
| 820 | 2024.11.27 18:34:48.054044 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 821 | 2024.11.27 18:34:48.054208 [ 253 ] {578bee01-d9d1-494b-a653-373bc193d629} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 822 | 2024.11.27 18:34:48.054613 [ 253 ] {578bee01-d9d1-494b-a653-373bc193d629} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 823 | 2024.11.27 18:34:48.054670 [ 253 ] {578bee01-d9d1-494b-a653-373bc193d629} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 824 | 2024.11.27 18:34:48.055186 [ 253 ] {578bee01-d9d1-494b-a653-373bc193d629} <Debug> TCPHandler: Processed in 0.001198588 sec. | ||
| 825 | 2024.11.27 18:34:48.055445 [ 3 ] {} <Trace> TCP-Session: a361a2aa-9c7a-4712-a8d0-944b968af4ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 826 | 2024.11.27 18:34:48.055608 [ 3 ] {65b8034a-f357-45e5-8dfb-2eb0fb4f5e49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37389) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 827 | 2024.11.27 18:34:48.056086 [ 3 ] {65b8034a-f357-45e5-8dfb-2eb0fb4f5e49} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 828 | 2024.11.27 18:34:48.056153 [ 3 ] {65b8034a-f357-45e5-8dfb-2eb0fb4f5e49} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 829 | 2024.11.27 18:34:48.056739 [ 3 ] {65b8034a-f357-45e5-8dfb-2eb0fb4f5e49} <Debug> TCPHandler: Processed in 0.00135033 sec. | ||
| 830 | 2024.11.27 18:34:48.056976 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 831 | 2024.11.27 18:34:48.057138 [ 253 ] {e22d02f5-9f6b-48d5-83df-fc503cd4ef63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 832 | 2024.11.27 18:34:48.057541 [ 253 ] {e22d02f5-9f6b-48d5-83df-fc503cd4ef63} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 833 | 2024.11.27 18:34:48.057597 [ 253 ] {e22d02f5-9f6b-48d5-83df-fc503cd4ef63} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 834 | 2024.11.27 18:34:48.058103 [ 253 ] {e22d02f5-9f6b-48d5-83df-fc503cd4ef63} <Debug> TCPHandler: Processed in 0.001181167 sec. | ||
| 835 | 2024.11.27 18:34:48.058375 [ 3 ] {} <Trace> TCP-Session: a361a2aa-9c7a-4712-a8d0-944b968af4ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 836 | 2024.11.27 18:34:48.058536 [ 3 ] {055a908d-fe9d-41e6-a16c-b52e91116140} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37389) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 837 | 2024.11.27 18:34:48.058937 [ 3 ] {055a908d-fe9d-41e6-a16c-b52e91116140} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 838 | 2024.11.27 18:34:48.058993 [ 3 ] {055a908d-fe9d-41e6-a16c-b52e91116140} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 839 | 2024.11.27 18:34:48.059651 [ 3 ] {055a908d-fe9d-41e6-a16c-b52e91116140} <Debug> TCPHandler: Processed in 0.00133279 sec. | ||
| 840 | 2024.11.27 18:34:48.059920 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 841 | 2024.11.27 18:34:48.060114 [ 253 ] {afc3eac2-0eb4-4a86-91ec-6e6121752ab2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 842 | 2024.11.27 18:34:48.060606 [ 253 ] {afc3eac2-0eb4-4a86-91ec-6e6121752ab2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 843 | 2024.11.27 18:34:48.060673 [ 253 ] {afc3eac2-0eb4-4a86-91ec-6e6121752ab2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 844 | 2024.11.27 18:34:48.061174 [ 253 ] {afc3eac2-0eb4-4a86-91ec-6e6121752ab2} <Debug> TCPHandler: Processed in 0.00131793 sec. | ||
| 845 | 2024.11.27 18:34:48.066196 [ 3 ] {} <Trace> TCP-Session: a361a2aa-9c7a-4712-a8d0-944b968af4ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 846 | 2024.11.27 18:34:48.066344 [ 3 ] {5376f079-a72b-425a-bf82-d932bb2cb2a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37389) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 847 | 2024.11.27 18:34:48.066407 [ 3 ] {5376f079-a72b-425a-bf82-d932bb2cb2a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 848 | 2024.11.27 18:34:48.067261 [ 3 ] {5376f079-a72b-425a-bf82-d932bb2cb2a2} <Trace> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 849 | 2024.11.27 18:34:48.067305 [ 3 ] {5376f079-a72b-425a-bf82-d932bb2cb2a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 850 | 2024.11.27 18:34:48.067965 [ 3 ] {5376f079-a72b-425a-bf82-d932bb2cb2a2} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 851 | 2024.11.27 18:34:48.068364 [ 3 ] {5376f079-a72b-425a-bf82-d932bb2cb2a2} <Trace> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7): 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.27 18:34:48.068645 [ 3 ] {5376f079-a72b-425a-bf82-d932bb2cb2a2} <Debug> executeQuery: Read 18 rows, 2.52 KiB in 0.002331 sec., 7722.007722007721 rows/sec., 1.05 MiB/sec. | ||
| 853 | 2024.11.27 18:34:48.068727 [ 3 ] {5376f079-a72b-425a-bf82-d932bb2cb2a2} <Debug> TCPHandler: Processed in 0.002595679 sec. | ||
| 854 | 2024.11.27 18:34:48.068894 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 855 | 2024.11.27 18:34:48.069027 [ 253 ] {82483ba2-38f0-47d5-9ae0-42882003eb9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 856 | 2024.11.27 18:34:48.069080 [ 253 ] {82483ba2-38f0-47d5-9ae0-42882003eb9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 857 | 2024.11.27 18:34:48.070459 [ 253 ] {82483ba2-38f0-47d5-9ae0-42882003eb9a} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 858 | 2024.11.27 18:34:48.070496 [ 253 ] {82483ba2-38f0-47d5-9ae0-42882003eb9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 859 | 2024.11.27 18:34:48.071068 [ 253 ] {82483ba2-38f0-47d5-9ae0-42882003eb9a} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 860 | 2024.11.27 18:34:48.071551 [ 253 ] {82483ba2-38f0-47d5-9ae0-42882003eb9a} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): 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.27 18:34:48.071784 [ 253 ] {82483ba2-38f0-47d5-9ae0-42882003eb9a} <Debug> executeQuery: Read 30 rows, 2.32 KiB in 0.002786 sec., 10768.126346015793 rows/sec., 831.45 KiB/sec. | ||
| 862 | 2024.11.27 18:34:48.071945 [ 253 ] {82483ba2-38f0-47d5-9ae0-42882003eb9a} <Debug> TCPHandler: Processed in 0.003104466 sec. | ||
| 863 | 2024.11.27 18:34:48.072140 [ 3 ] {} <Trace> TCP-Session: a361a2aa-9c7a-4712-a8d0-944b968af4ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 864 | 2024.11.27 18:34:48.072280 [ 3 ] {75e32f2a-be3e-405e-930e-f576ed85031c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37389) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 865 | 2024.11.27 18:34:48.072337 [ 3 ] {75e32f2a-be3e-405e-930e-f576ed85031c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 866 | 2024.11.27 18:34:48.072988 [ 3 ] {75e32f2a-be3e-405e-930e-f576ed85031c} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 867 | 2024.11.27 18:34:48.073026 [ 3 ] {75e32f2a-be3e-405e-930e-f576ed85031c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 868 | 2024.11.27 18:34:48.073511 [ 3 ] {75e32f2a-be3e-405e-930e-f576ed85031c} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 869 | 2024.11.27 18:34:48.073949 [ 3 ] {75e32f2a-be3e-405e-930e-f576ed85031c} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): 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.27 18:34:48.074182 [ 3 ] {75e32f2a-be3e-405e-930e-f576ed85031c} <Debug> executeQuery: Read 36 rows, 2.88 KiB in 0.001924 sec., 18711.01871101871 rows/sec., 1.46 MiB/sec. | ||
| 871 | 2024.11.27 18:34:48.074298 [ 3 ] {75e32f2a-be3e-405e-930e-f576ed85031c} <Debug> TCPHandler: Processed in 0.002223683 sec. | ||
| 872 | 2024.11.27 18:34:48.074454 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 873 | 2024.11.27 18:34:48.074597 [ 253 ] {15aaf96e-6562-4c16-b31d-939535da7e4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 874 | 2024.11.27 18:34:48.074662 [ 253 ] {15aaf96e-6562-4c16-b31d-939535da7e4d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 875 | 2024.11.27 18:34:48.076039 [ 253 ] {15aaf96e-6562-4c16-b31d-939535da7e4d} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 876 | 2024.11.27 18:34:48.076076 [ 253 ] {15aaf96e-6562-4c16-b31d-939535da7e4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 877 | 2024.11.27 18:34:48.076646 [ 253 ] {15aaf96e-6562-4c16-b31d-939535da7e4d} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 878 | 2024.11.27 18:34:48.077165 [ 253 ] {15aaf96e-6562-4c16-b31d-939535da7e4d} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): 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.27 18:34:48.077434 [ 253 ] {15aaf96e-6562-4c16-b31d-939535da7e4d} <Debug> executeQuery: Read 110 rows, 7.86 KiB in 0.002854 sec., 38542.39663629993 rows/sec., 2.69 MiB/sec. | ||
| 880 | 2024.11.27 18:34:48.077502 [ 253 ] {15aaf96e-6562-4c16-b31d-939535da7e4d} <Debug> TCPHandler: Processed in 0.003113506 sec. | ||
| 881 | 2024.11.27 18:34:48.077663 [ 3 ] {} <Trace> TCP-Session: a361a2aa-9c7a-4712-a8d0-944b968af4ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 882 | 2024.11.27 18:34:48.077801 [ 3 ] {e0e2e94e-a449-4582-9a27-dd9dc2816142} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37389) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 883 | 2024.11.27 18:34:48.077859 [ 3 ] {e0e2e94e-a449-4582-9a27-dd9dc2816142} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 884 | 2024.11.27 18:34:48.078434 [ 3 ] {e0e2e94e-a449-4582-9a27-dd9dc2816142} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 885 | 2024.11.27 18:34:48.078479 [ 3 ] {e0e2e94e-a449-4582-9a27-dd9dc2816142} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 886 | 2024.11.27 18:34:48.079018 [ 3 ] {e0e2e94e-a449-4582-9a27-dd9dc2816142} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 887 | 2024.11.27 18:34:48.079456 [ 3 ] {e0e2e94e-a449-4582-9a27-dd9dc2816142} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): 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.27 18:34:48.079670 [ 3 ] {e0e2e94e-a449-4582-9a27-dd9dc2816142} <Debug> executeQuery: Read 40 rows, 2.73 KiB in 0.0019 sec., 21052.63157894737 rows/sec., 1.41 MiB/sec. | ||
| 889 | 2024.11.27 18:34:48.079720 [ 3 ] {e0e2e94e-a449-4582-9a27-dd9dc2816142} <Debug> TCPHandler: Processed in 0.002122922 sec. | ||
| 890 | 2024.11.27 18:34:49.873742 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1403 | ||
| 891 | 2024.11.27 18:34:49.874659 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 892 | 2024.11.27 18:34:49.874727 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 893 | 2024.11.27 18:34:49.875660 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 894 | 2024.11.27 18:34:49.876359 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 895 | 2024.11.27 18:34:49.876653 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1403 | ||
| 896 | 2024.11.27 18:34:49.949413 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 | ||
| 897 | 2024.11.27 18:34:49.971235 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 898 | 2024.11.27 18:34:49.971313 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.19 GiB. | ||
| 899 | 2024.11.27 18:34:49.979362 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 900 | 2024.11.27 18:34:49.981137 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 901 | 2024.11.27 18:34:49.986140 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 23 | ||
| 902 | 2024.11.27 18:34:53.033905 [ 3 ] {} <Trace> TCP-Session: a361a2aa-9c7a-4712-a8d0-944b968af4ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 903 | 2024.11.27 18:34:53.034124 [ 3 ] {5e8fca9f-4c5e-4013-b3da-87dfd1dfe0cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37389) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 904 | 2024.11.27 18:34:53.034203 [ 3 ] {5e8fca9f-4c5e-4013-b3da-87dfd1dfe0cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 905 | 2024.11.27 18:34:53.034993 [ 3 ] {5e8fca9f-4c5e-4013-b3da-87dfd1dfe0cc} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 906 | 2024.11.27 18:34:53.035042 [ 3 ] {5e8fca9f-4c5e-4013-b3da-87dfd1dfe0cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 907 | 2024.11.27 18:34:53.035568 [ 3 ] {5e8fca9f-4c5e-4013-b3da-87dfd1dfe0cc} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 908 | 2024.11.27 18:34:53.036024 [ 3 ] {5e8fca9f-4c5e-4013-b3da-87dfd1dfe0cc} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 909 | 2024.11.27 18:34:53.036264 [ 3 ] {5e8fca9f-4c5e-4013-b3da-87dfd1dfe0cc} <Debug> executeQuery: Read 30 rows, 2.32 KiB in 0.002197 sec., 13654.984069185251 rows/sec., 1.03 MiB/sec. | ||
| 910 | 2024.11.27 18:34:53.036325 [ 3 ] {5e8fca9f-4c5e-4013-b3da-87dfd1dfe0cc} <Debug> TCPHandler: Processed in 0.002552747 sec. | ||
| 911 | 2024.11.27 18:34:53.036590 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 912 | 2024.11.27 18:34:53.036810 [ 253 ] {223aa70b-00c3-4530-af95-6b358090706a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 913 | 2024.11.27 18:34:53.036886 [ 253 ] {223aa70b-00c3-4530-af95-6b358090706a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 914 | 2024.11.27 18:34:53.037641 [ 253 ] {223aa70b-00c3-4530-af95-6b358090706a} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 915 | 2024.11.27 18:34:53.037686 [ 253 ] {223aa70b-00c3-4530-af95-6b358090706a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 916 | 2024.11.27 18:34:53.038231 [ 253 ] {223aa70b-00c3-4530-af95-6b358090706a} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 917 | 2024.11.27 18:34:53.038708 [ 253 ] {223aa70b-00c3-4530-af95-6b358090706a} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 918 | 2024.11.27 18:34:53.038956 [ 253 ] {223aa70b-00c3-4530-af95-6b358090706a} <Debug> executeQuery: Read 36 rows, 2.88 KiB in 0.002199 sec., 16371.077762619372 rows/sec., 1.28 MiB/sec. | ||
| 919 | 2024.11.27 18:34:53.039127 [ 253 ] {223aa70b-00c3-4530-af95-6b358090706a} <Debug> TCPHandler: Processed in 0.0026775 sec. | ||
| 920 | 2024.11.27 18:34:53.039307 [ 3 ] {} <Trace> TCP-Session: a361a2aa-9c7a-4712-a8d0-944b968af4ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 921 | 2024.11.27 18:34:53.039453 [ 3 ] {7e9826ad-9de3-4d68-9fed-f4b3fb6b4c87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37389) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 922 | 2024.11.27 18:34:53.039517 [ 3 ] {7e9826ad-9de3-4d68-9fed-f4b3fb6b4c87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 923 | 2024.11.27 18:34:53.040116 [ 3 ] {7e9826ad-9de3-4d68-9fed-f4b3fb6b4c87} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 924 | 2024.11.27 18:34:53.040156 [ 3 ] {7e9826ad-9de3-4d68-9fed-f4b3fb6b4c87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 925 | 2024.11.27 18:34:53.040648 [ 3 ] {7e9826ad-9de3-4d68-9fed-f4b3fb6b4c87} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 926 | 2024.11.27 18:34:53.041087 [ 3 ] {7e9826ad-9de3-4d68-9fed-f4b3fb6b4c87} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 927 | 2024.11.27 18:34:53.041310 [ 3 ] {7e9826ad-9de3-4d68-9fed-f4b3fb6b4c87} <Debug> executeQuery: Read 110 rows, 7.86 KiB in 0.001892 sec., 58139.53488372093 rows/sec., 4.06 MiB/sec. | ||
| 928 | 2024.11.27 18:34:53.041363 [ 3 ] {7e9826ad-9de3-4d68-9fed-f4b3fb6b4c87} <Debug> TCPHandler: Processed in 0.002123091 sec. | ||
| 929 | 2024.11.27 18:34:53.041529 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 930 | 2024.11.27 18:34:53.041684 [ 253 ] {e7cff2bf-bf69-42c1-9450-72ded1598765} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 931 | 2024.11.27 18:34:53.041749 [ 253 ] {e7cff2bf-bf69-42c1-9450-72ded1598765} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 932 | 2024.11.27 18:34:53.042271 [ 253 ] {e7cff2bf-bf69-42c1-9450-72ded1598765} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 933 | 2024.11.27 18:34:53.042310 [ 253 ] {e7cff2bf-bf69-42c1-9450-72ded1598765} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 934 | 2024.11.27 18:34:53.042797 [ 253 ] {e7cff2bf-bf69-42c1-9450-72ded1598765} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 935 | 2024.11.27 18:34:53.043256 [ 253 ] {e7cff2bf-bf69-42c1-9450-72ded1598765} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 936 | 2024.11.27 18:34:53.043444 [ 253 ] {e7cff2bf-bf69-42c1-9450-72ded1598765} <Debug> executeQuery: Read 40 rows, 2.73 KiB in 0.001798 sec., 22246.94104560623 rows/sec., 1.49 MiB/sec. | ||
| 937 | 2024.11.27 18:34:53.043493 [ 253 ] {e7cff2bf-bf69-42c1-9450-72ded1598765} <Debug> TCPHandler: Processed in 0.00203621 sec. | ||
| 938 | 2024.11.27 18:34:57.313631 [ 43 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 939 | 2024.11.27 18:34:57.313696 [ 43 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 940 | 2024.11.27 18:34:57.361624 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 144 | ||
| 941 | 2024.11.27 18:34:57.366486 [ 242 ] {} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 942 | 2024.11.27 18:34:57.366580 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 943 | 2024.11.27 18:34:57.368560 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 944 | 2024.11.27 18:34:57.369158 [ 242 ] {} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 945 | 2024.11.27 18:34:57.369919 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 144 | ||
| 946 | 2024.11.27 18:34:57.376758 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1891 | ||
| 947 | 2024.11.27 18:34:57.377515 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 948 | 2024.11.27 18:34:57.377562 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 949 | 2024.11.27 18:34:57.378333 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 950 | 2024.11.27 18:34:57.378798 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 951 | 2024.11.27 18:34:57.379006 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891 | ||
| 952 | 2024.11.27 18:34:57.486221 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 | ||
| 953 | 2024.11.27 18:34:57.505319 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 954 | 2024.11.27 18:34:57.505365 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 955 | 2024.11.27 18:34:57.512142 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 956 | 2024.11.27 18:34:57.512890 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 957 | 2024.11.27 18:34:57.515285 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 31 | ||
| 958 | 2024.11.27 18:34:58.034028 [ 3 ] {} <Trace> TCP-Session: a361a2aa-9c7a-4712-a8d0-944b968af4ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 959 | 2024.11.27 18:34:58.034256 [ 3 ] {5fc72ba2-799e-4d07-85dc-96618d518166} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37389) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 960 | 2024.11.27 18:34:58.034341 [ 3 ] {5fc72ba2-799e-4d07-85dc-96618d518166} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 961 | 2024.11.27 18:34:58.035160 [ 3 ] {5fc72ba2-799e-4d07-85dc-96618d518166} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 962 | 2024.11.27 18:34:58.035214 [ 3 ] {5fc72ba2-799e-4d07-85dc-96618d518166} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 963 | 2024.11.27 18:34:58.035689 [ 3 ] {5fc72ba2-799e-4d07-85dc-96618d518166} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 964 | 2024.11.27 18:34:58.035958 [ 3 ] {5fc72ba2-799e-4d07-85dc-96618d518166} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 965 | 2024.11.27 18:34:58.036206 [ 3 ] {5fc72ba2-799e-4d07-85dc-96618d518166} <Debug> executeQuery: Read 30 rows, 2.32 KiB in 0.002005 sec., 14962.593516209477 rows/sec., 1.13 MiB/sec. | ||
| 966 | 2024.11.27 18:34:58.036278 [ 3 ] {5fc72ba2-799e-4d07-85dc-96618d518166} <Debug> TCPHandler: Processed in 0.002384465 sec. | ||
| 967 | 2024.11.27 18:34:58.036517 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 968 | 2024.11.27 18:34:58.036729 [ 253 ] {f82bc65e-6d2b-452c-bd6b-b4025a5e7e44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 969 | 2024.11.27 18:34:58.036823 [ 253 ] {f82bc65e-6d2b-452c-bd6b-b4025a5e7e44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 970 | 2024.11.27 18:34:58.037582 [ 253 ] {f82bc65e-6d2b-452c-bd6b-b4025a5e7e44} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 971 | 2024.11.27 18:34:58.037631 [ 253 ] {f82bc65e-6d2b-452c-bd6b-b4025a5e7e44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 972 | 2024.11.27 18:34:58.038068 [ 253 ] {f82bc65e-6d2b-452c-bd6b-b4025a5e7e44} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 973 | 2024.11.27 18:34:58.038323 [ 253 ] {f82bc65e-6d2b-452c-bd6b-b4025a5e7e44} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 974 | 2024.11.27 18:34:58.038642 [ 253 ] {f82bc65e-6d2b-452c-bd6b-b4025a5e7e44} <Debug> executeQuery: Read 36 rows, 2.88 KiB in 0.001949 sec., 18471.010774756287 rows/sec., 1.44 MiB/sec. | ||
| 975 | 2024.11.27 18:34:58.038746 [ 253 ] {f82bc65e-6d2b-452c-bd6b-b4025a5e7e44} <Debug> TCPHandler: Processed in 0.002366515 sec. | ||
| 976 | 2024.11.27 18:34:58.038899 [ 3 ] {} <Trace> TCP-Session: a361a2aa-9c7a-4712-a8d0-944b968af4ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 977 | 2024.11.27 18:34:58.039049 [ 3 ] {58105d0b-9541-4a2d-82e4-3bf77f58dc03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37389) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 978 | 2024.11.27 18:34:58.039117 [ 3 ] {58105d0b-9541-4a2d-82e4-3bf77f58dc03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 979 | 2024.11.27 18:34:58.039880 [ 3 ] {58105d0b-9541-4a2d-82e4-3bf77f58dc03} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 980 | 2024.11.27 18:34:58.039928 [ 3 ] {58105d0b-9541-4a2d-82e4-3bf77f58dc03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 981 | 2024.11.27 18:34:58.040332 [ 3 ] {58105d0b-9541-4a2d-82e4-3bf77f58dc03} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 982 | 2024.11.27 18:34:58.040568 [ 3 ] {58105d0b-9541-4a2d-82e4-3bf77f58dc03} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 983 | 2024.11.27 18:34:58.040788 [ 3 ] {58105d0b-9541-4a2d-82e4-3bf77f58dc03} <Debug> executeQuery: Read 110 rows, 7.86 KiB in 0.001776 sec., 61936.93693693694 rows/sec., 4.32 MiB/sec. | ||
| 984 | 2024.11.27 18:34:58.040846 [ 3 ] {58105d0b-9541-4a2d-82e4-3bf77f58dc03} <Debug> TCPHandler: Processed in 0.00201792 sec. | ||
| 985 | 2024.11.27 18:34:58.040992 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 986 | 2024.11.27 18:34:58.041119 [ 253 ] {54ef137b-e7d9-43cc-a3c0-b74eaea26bde} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 987 | 2024.11.27 18:34:58.041175 [ 253 ] {54ef137b-e7d9-43cc-a3c0-b74eaea26bde} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 988 | 2024.11.27 18:34:58.041681 [ 253 ] {54ef137b-e7d9-43cc-a3c0-b74eaea26bde} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 989 | 2024.11.27 18:34:58.041723 [ 253 ] {54ef137b-e7d9-43cc-a3c0-b74eaea26bde} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 990 | 2024.11.27 18:34:58.042191 [ 253 ] {54ef137b-e7d9-43cc-a3c0-b74eaea26bde} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 991 | 2024.11.27 18:34:58.042433 [ 253 ] {54ef137b-e7d9-43cc-a3c0-b74eaea26bde} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 992 | 2024.11.27 18:34:58.042727 [ 253 ] {54ef137b-e7d9-43cc-a3c0-b74eaea26bde} <Debug> executeQuery: Read 40 rows, 2.73 KiB in 0.001619 sec., 24706.60901791229 rows/sec., 1.65 MiB/sec. | ||
| 993 | 2024.11.27 18:34:58.042796 [ 253 ] {54ef137b-e7d9-43cc-a3c0-b74eaea26bde} <Debug> TCPHandler: Processed in 0.001860917 sec. | ||
| 994 | 2024.11.27 18:35:03.030343 [ 3 ] {} <Trace> TCP-Session: a361a2aa-9c7a-4712-a8d0-944b968af4ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 995 | 2024.11.27 18:35:03.030627 [ 3 ] {e6d050a1-2d39-4e8d-bd38-0d19885c0fd0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37389) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 996 | 2024.11.27 18:35:03.032967 [ 3 ] {e6d050a1-2d39-4e8d-bd38-0d19885c0fd0} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 997 | 2024.11.27 18:35:03.036932 [ 3 ] {e6d050a1-2d39-4e8d-bd38-0d19885c0fd0} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 998 | 2024.11.27 18:35:03.037309 [ 3 ] {e6d050a1-2d39-4e8d-bd38-0d19885c0fd0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 999 | 2024.11.27 18:35:03.039452 [ 3 ] {e6d050a1-2d39-4e8d-bd38-0d19885c0fd0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1000 | 2024.11.27 18:35:03.039865 [ 3 ] {e6d050a1-2d39-4e8d-bd38-0d19885c0fd0} <Debug> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (SelectExecutor): Key condition: (column 0 notIn 18-element set) | ||
| 1001 | 2024.11.27 18:35:03.044672 [ 3 ] {e6d050a1-2d39-4e8d-bd38-0d19885c0fd0} <Trace> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1002 | 2024.11.27 18:35:03.044731 [ 3 ] {e6d050a1-2d39-4e8d-bd38-0d19885c0fd0} <Debug> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (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 | ||
| 1003 | 2024.11.27 18:35:03.044751 [ 3 ] {e6d050a1-2d39-4e8d-bd38-0d19885c0fd0} <Trace> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1004 | 2024.11.27 18:35:03.044872 [ 3 ] {e6d050a1-2d39-4e8d-bd38-0d19885c0fd0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1005 | 2024.11.27 18:35:03.044899 [ 3 ] {e6d050a1-2d39-4e8d-bd38-0d19885c0fd0} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1006 | 2024.11.27 18:35:03.059957 [ 3 ] {e6d050a1-2d39-4e8d-bd38-0d19885c0fd0} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.029446 sec., 611.2884602322896 rows/sec., 25.01 KiB/sec. | ||
| 1007 | 2024.11.27 18:35:03.060089 [ 3 ] {e6d050a1-2d39-4e8d-bd38-0d19885c0fd0} <Debug> TCPHandler: Processed in 0.029876153 sec. | ||
| 1008 | 2024.11.27 18:35:03.061998 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1009 | 2024.11.27 18:35:03.062261 [ 253 ] {01ea6e50-c916-4f4c-879c-4153ce2eb350} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1010 | 2024.11.27 18:35:03.062674 [ 253 ] {01ea6e50-c916-4f4c-879c-4153ce2eb350} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1011 | 2024.11.27 18:35:03.062721 [ 253 ] {01ea6e50-c916-4f4c-879c-4153ce2eb350} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1012 | 2024.11.27 18:35:03.063040 [ 253 ] {01ea6e50-c916-4f4c-879c-4153ce2eb350} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1013 | 2024.11.27 18:35:03.063125 [ 253 ] {01ea6e50-c916-4f4c-879c-4153ce2eb350} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1014 | 2024.11.27 18:35:03.063310 [ 253 ] {01ea6e50-c916-4f4c-879c-4153ce2eb350} <Debug> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (SelectExecutor): Key condition: (column 0 notIn 19-element set) | ||
| 1015 | 2024.11.27 18:35:03.063351 [ 253 ] {01ea6e50-c916-4f4c-879c-4153ce2eb350} <Trace> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1016 | 2024.11.27 18:35:03.063378 [ 253 ] {01ea6e50-c916-4f4c-879c-4153ce2eb350} <Debug> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (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 | ||
| 1017 | 2024.11.27 18:35:03.063397 [ 253 ] {01ea6e50-c916-4f4c-879c-4153ce2eb350} <Trace> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1018 | 2024.11.27 18:35:03.063448 [ 253 ] {01ea6e50-c916-4f4c-879c-4153ce2eb350} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1019 | 2024.11.27 18:35:03.063473 [ 253 ] {01ea6e50-c916-4f4c-879c-4153ce2eb350} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1020 | 2024.11.27 18:35:03.064158 [ 253 ] {01ea6e50-c916-4f4c-879c-4153ce2eb350} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002015 sec., 8933.002481389578 rows/sec., 365.42 KiB/sec. | ||
| 1021 | 2024.11.27 18:35:03.064288 [ 253 ] {01ea6e50-c916-4f4c-879c-4153ce2eb350} <Debug> TCPHandler: Processed in 0.002433296 sec. | ||
| 1022 | 2024.11.27 18:35:03.064656 [ 3 ] {} <Trace> TCP-Session: a361a2aa-9c7a-4712-a8d0-944b968af4ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1023 | 2024.11.27 18:35:03.064846 [ 3 ] {f85e0309-7a9c-4590-9c2b-a15da715b7d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37389) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1024 | 2024.11.27 18:35:03.065171 [ 3 ] {f85e0309-7a9c-4590-9c2b-a15da715b7d1} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1025 | 2024.11.27 18:35:03.065216 [ 3 ] {f85e0309-7a9c-4590-9c2b-a15da715b7d1} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1026 | 2024.11.27 18:35:03.065501 [ 3 ] {f85e0309-7a9c-4590-9c2b-a15da715b7d1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1027 | 2024.11.27 18:35:03.065570 [ 3 ] {f85e0309-7a9c-4590-9c2b-a15da715b7d1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1028 | 2024.11.27 18:35:03.065729 [ 3 ] {f85e0309-7a9c-4590-9c2b-a15da715b7d1} <Debug> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (SelectExecutor): Key condition: (column 0 notIn 20-element set) | ||
| 1029 | 2024.11.27 18:35:03.065764 [ 3 ] {f85e0309-7a9c-4590-9c2b-a15da715b7d1} <Trace> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1030 | 2024.11.27 18:35:03.065788 [ 3 ] {f85e0309-7a9c-4590-9c2b-a15da715b7d1} <Debug> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (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 | ||
| 1031 | 2024.11.27 18:35:03.065805 [ 3 ] {f85e0309-7a9c-4590-9c2b-a15da715b7d1} <Trace> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1032 | 2024.11.27 18:35:03.065853 [ 3 ] {f85e0309-7a9c-4590-9c2b-a15da715b7d1} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1033 | 2024.11.27 18:35:03.065877 [ 3 ] {f85e0309-7a9c-4590-9c2b-a15da715b7d1} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1034 | 2024.11.27 18:35:03.066475 [ 3 ] {f85e0309-7a9c-4590-9c2b-a15da715b7d1} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001714 sec., 10501.750291715285 rows/sec., 429.60 KiB/sec. | ||
| 1035 | 2024.11.27 18:35:03.066589 [ 3 ] {f85e0309-7a9c-4590-9c2b-a15da715b7d1} <Debug> TCPHandler: Processed in 0.002000949 sec. | ||
| 1036 | 2024.11.27 18:35:03.066872 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1037 | 2024.11.27 18:35:03.067092 [ 253 ] {10a59711-91ad-490a-88f3-72be79b39d81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1038 | 2024.11.27 18:35:03.067470 [ 253 ] {10a59711-91ad-490a-88f3-72be79b39d81} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1039 | 2024.11.27 18:35:03.067523 [ 253 ] {10a59711-91ad-490a-88f3-72be79b39d81} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1040 | 2024.11.27 18:35:03.067866 [ 253 ] {10a59711-91ad-490a-88f3-72be79b39d81} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1041 | 2024.11.27 18:35:03.067947 [ 253 ] {10a59711-91ad-490a-88f3-72be79b39d81} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1042 | 2024.11.27 18:35:03.068119 [ 253 ] {10a59711-91ad-490a-88f3-72be79b39d81} <Debug> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (SelectExecutor): Key condition: (column 0 notIn 21-element set) | ||
| 1043 | 2024.11.27 18:35:03.068152 [ 253 ] {10a59711-91ad-490a-88f3-72be79b39d81} <Trace> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1044 | 2024.11.27 18:35:03.068176 [ 253 ] {10a59711-91ad-490a-88f3-72be79b39d81} <Debug> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (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 | ||
| 1045 | 2024.11.27 18:35:03.068192 [ 253 ] {10a59711-91ad-490a-88f3-72be79b39d81} <Trace> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1046 | 2024.11.27 18:35:03.068239 [ 253 ] {10a59711-91ad-490a-88f3-72be79b39d81} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1047 | 2024.11.27 18:35:03.068262 [ 253 ] {10a59711-91ad-490a-88f3-72be79b39d81} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1048 | 2024.11.27 18:35:03.068847 [ 253 ] {10a59711-91ad-490a-88f3-72be79b39d81} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.00186 sec., 9677.419354838708 rows/sec., 395.88 KiB/sec. | ||
| 1049 | 2024.11.27 18:35:03.068963 [ 253 ] {10a59711-91ad-490a-88f3-72be79b39d81} <Debug> TCPHandler: Processed in 0.002161892 sec. | ||
| 1050 | 2024.11.27 18:35:03.075484 [ 3 ] {} <Trace> TCP-Session: a361a2aa-9c7a-4712-a8d0-944b968af4ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1051 | 2024.11.27 18:35:03.075613 [ 3 ] {4c263911-1dbd-49a7-93ad-bea9528f5ef8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37389) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1052 | 2024.11.27 18:35:03.075673 [ 3 ] {4c263911-1dbd-49a7-93ad-bea9528f5ef8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1053 | 2024.11.27 18:35:03.076478 [ 3 ] {4c263911-1dbd-49a7-93ad-bea9528f5ef8} <Trace> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1054 | 2024.11.27 18:35:03.076516 [ 3 ] {4c263911-1dbd-49a7-93ad-bea9528f5ef8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 1055 | 2024.11.27 18:35:03.077015 [ 3 ] {4c263911-1dbd-49a7-93ad-bea9528f5ef8} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1056 | 2024.11.27 18:35:03.077233 [ 3 ] {4c263911-1dbd-49a7-93ad-bea9528f5ef8} <Trace> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1057 | 2024.11.27 18:35:03.077436 [ 3 ] {4c263911-1dbd-49a7-93ad-bea9528f5ef8} <Debug> executeQuery: Read 4 rows, 433.00 B in 0.00186 sec., 2150.537634408602 rows/sec., 227.34 KiB/sec. | ||
| 1058 | 2024.11.27 18:35:03.077496 [ 3 ] {4c263911-1dbd-49a7-93ad-bea9528f5ef8} <Debug> TCPHandler: Processed in 0.0020722 sec. | ||
| 1059 | 2024.11.27 18:35:03.077652 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1060 | 2024.11.27 18:35:03.077804 [ 253 ] {c647bb77-5390-43b1-bef6-b74a9f44b478} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1061 | 2024.11.27 18:35:03.077865 [ 253 ] {c647bb77-5390-43b1-bef6-b74a9f44b478} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1062 | 2024.11.27 18:35:03.078570 [ 253 ] {c647bb77-5390-43b1-bef6-b74a9f44b478} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1063 | 2024.11.27 18:35:03.078620 [ 253 ] {c647bb77-5390-43b1-bef6-b74a9f44b478} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 1064 | 2024.11.27 18:35:03.079050 [ 253 ] {c647bb77-5390-43b1-bef6-b74a9f44b478} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1065 | 2024.11.27 18:35:03.079303 [ 253 ] {c647bb77-5390-43b1-bef6-b74a9f44b478} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1066 | 2024.11.27 18:35:03.079541 [ 253 ] {c647bb77-5390-43b1-bef6-b74a9f44b478} <Debug> executeQuery: Read 106 rows, 9.15 KiB in 0.001781 sec., 59517.12521055587 rows/sec., 5.02 MiB/sec. | ||
| 1067 | 2024.11.27 18:35:03.079599 [ 253 ] {c647bb77-5390-43b1-bef6-b74a9f44b478} <Debug> TCPHandler: Processed in 0.00201676 sec. | ||
| 1068 | 2024.11.27 18:35:03.079744 [ 3 ] {} <Trace> TCP-Session: a361a2aa-9c7a-4712-a8d0-944b968af4ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1069 | 2024.11.27 18:35:03.079862 [ 3 ] {e60929b7-f83c-4f6d-9288-63bbd3dbf1d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37389) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1070 | 2024.11.27 18:35:03.079911 [ 3 ] {e60929b7-f83c-4f6d-9288-63bbd3dbf1d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1071 | 2024.11.27 18:35:03.080535 [ 3 ] {e60929b7-f83c-4f6d-9288-63bbd3dbf1d9} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1072 | 2024.11.27 18:35:03.080569 [ 3 ] {e60929b7-f83c-4f6d-9288-63bbd3dbf1d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 1073 | 2024.11.27 18:35:03.080949 [ 3 ] {e60929b7-f83c-4f6d-9288-63bbd3dbf1d9} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1074 | 2024.11.27 18:35:03.081179 [ 3 ] {e60929b7-f83c-4f6d-9288-63bbd3dbf1d9} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1075 | 2024.11.27 18:35:03.081412 [ 3 ] {e60929b7-f83c-4f6d-9288-63bbd3dbf1d9} <Debug> executeQuery: Read 25 rows, 1.88 KiB in 0.001565 sec., 15974.44089456869 rows/sec., 1.17 MiB/sec. | ||
| 1076 | 2024.11.27 18:35:03.081496 [ 3 ] {e60929b7-f83c-4f6d-9288-63bbd3dbf1d9} <Debug> TCPHandler: Processed in 0.001806907 sec. | ||
| 1077 | 2024.11.27 18:35:03.081657 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1078 | 2024.11.27 18:35:03.081800 [ 253 ] {bb42acee-4331-41b8-90ff-a42899ec0da9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1079 | 2024.11.27 18:35:03.081858 [ 253 ] {bb42acee-4331-41b8-90ff-a42899ec0da9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1080 | 2024.11.27 18:35:03.082498 [ 253 ] {bb42acee-4331-41b8-90ff-a42899ec0da9} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1081 | 2024.11.27 18:35:03.082537 [ 253 ] {bb42acee-4331-41b8-90ff-a42899ec0da9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 1082 | 2024.11.27 18:35:03.082907 [ 253 ] {bb42acee-4331-41b8-90ff-a42899ec0da9} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1083 | 2024.11.27 18:35:03.083148 [ 253 ] {bb42acee-4331-41b8-90ff-a42899ec0da9} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1084 | 2024.11.27 18:35:03.083448 [ 253 ] {bb42acee-4331-41b8-90ff-a42899ec0da9} <Debug> executeQuery: Read 96 rows, 7.69 KiB in 0.001661 sec., 57796.508127633955 rows/sec., 4.52 MiB/sec. | ||
| 1085 | 2024.11.27 18:35:03.083539 [ 253 ] {bb42acee-4331-41b8-90ff-a42899ec0da9} <Debug> TCPHandler: Processed in 0.001953559 sec. | ||
| 1086 | 2024.11.27 18:35:03.083669 [ 3 ] {} <Trace> TCP-Session: a361a2aa-9c7a-4712-a8d0-944b968af4ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1087 | 2024.11.27 18:35:03.083786 [ 3 ] {83bb528e-d008-41b2-91bb-a60fbb5392a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37389) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1088 | 2024.11.27 18:35:03.083839 [ 3 ] {83bb528e-d008-41b2-91bb-a60fbb5392a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1089 | 2024.11.27 18:35:03.084404 [ 3 ] {83bb528e-d008-41b2-91bb-a60fbb5392a4} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1090 | 2024.11.27 18:35:03.084440 [ 3 ] {83bb528e-d008-41b2-91bb-a60fbb5392a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 1091 | 2024.11.27 18:35:03.084828 [ 3 ] {83bb528e-d008-41b2-91bb-a60fbb5392a4} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1092 | 2024.11.27 18:35:03.085053 [ 3 ] {83bb528e-d008-41b2-91bb-a60fbb5392a4} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1093 | 2024.11.27 18:35:03.085225 [ 3 ] {83bb528e-d008-41b2-91bb-a60fbb5392a4} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001463 sec., 109364.31989063567 rows/sec., 7.62 MiB/sec. | ||
| 1094 | 2024.11.27 18:35:03.085276 [ 3 ] {83bb528e-d008-41b2-91bb-a60fbb5392a4} <Debug> TCPHandler: Processed in 0.001662885 sec. | ||
| 1095 | 2024.11.27 18:35:03.085431 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1096 | 2024.11.27 18:35:03.085571 [ 253 ] {02469b45-c7c3-4b96-95f7-890b517a917e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1097 | 2024.11.27 18:35:03.085667 [ 253 ] {02469b45-c7c3-4b96-95f7-890b517a917e} <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 | ||
| 1098 | 2024.11.27 18:35:03.086933 [ 253 ] {02469b45-c7c3-4b96-95f7-890b517a917e} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1099 | 2024.11.27 18:35:03.086974 [ 253 ] {02469b45-c7c3-4b96-95f7-890b517a917e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 1100 | 2024.11.27 18:35:03.089582 [ 253 ] {02469b45-c7c3-4b96-95f7-890b517a917e} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1101 | 2024.11.27 18:35:03.089900 [ 253 ] {02469b45-c7c3-4b96-95f7-890b517a917e} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1102 | 2024.11.27 18:35:03.090177 [ 253 ] {02469b45-c7c3-4b96-95f7-890b517a917e} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.004633 sec., 5396.071659831643 rows/sec., 9.67 MiB/sec. | ||
| 1103 | 2024.11.27 18:35:03.090284 [ 253 ] {02469b45-c7c3-4b96-95f7-890b517a917e} <Debug> TCPHandler: Processed in 0.004921273 sec. | ||
| 1104 | 2024.11.27 18:35:03.090432 [ 3 ] {} <Trace> TCP-Session: a361a2aa-9c7a-4712-a8d0-944b968af4ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1105 | 2024.11.27 18:35:03.090549 [ 3 ] {3ebf61e7-a994-4257-b7da-43951ccbd837} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37389) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 1106 | 2024.11.27 18:35:03.090600 [ 3 ] {3ebf61e7-a994-4257-b7da-43951ccbd837} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 1107 | 2024.11.27 18:35:03.091071 [ 3 ] {3ebf61e7-a994-4257-b7da-43951ccbd837} <Trace> oximeter.measurements_i64 (81325452-4d63-4de5-abc2-2c655a421d12): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1108 | 2024.11.27 18:35:03.091110 [ 3 ] {3ebf61e7-a994-4257-b7da-43951ccbd837} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 1109 | 2024.11.27 18:35:03.091472 [ 3 ] {3ebf61e7-a994-4257-b7da-43951ccbd837} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1110 | 2024.11.27 18:35:03.091709 [ 3 ] {3ebf61e7-a994-4257-b7da-43951ccbd837} <Trace> oximeter.measurements_i64 (81325452-4d63-4de5-abc2-2c655a421d12): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1111 | 2024.11.27 18:35:03.091988 [ 3 ] {3ebf61e7-a994-4257-b7da-43951ccbd837} <Debug> executeQuery: Read 12 rows, 926.00 B in 0.001459 sec., 8224.81151473612 rows/sec., 619.81 KiB/sec. | ||
| 1112 | 2024.11.27 18:35:03.092048 [ 3 ] {3ebf61e7-a994-4257-b7da-43951ccbd837} <Debug> TCPHandler: Processed in 0.001674055 sec. | ||
| 1113 | 2024.11.27 18:35:03.092192 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1114 | 2024.11.27 18:35:03.092336 [ 253 ] {ce8fab87-2cc1-4eb9-92f4-97e69584b92a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1115 | 2024.11.27 18:35:03.092396 [ 253 ] {ce8fab87-2cc1-4eb9-92f4-97e69584b92a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1116 | 2024.11.27 18:35:03.092989 [ 253 ] {ce8fab87-2cc1-4eb9-92f4-97e69584b92a} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1117 | 2024.11.27 18:35:03.093038 [ 253 ] {ce8fab87-2cc1-4eb9-92f4-97e69584b92a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 1118 | 2024.11.27 18:35:03.093416 [ 253 ] {ce8fab87-2cc1-4eb9-92f4-97e69584b92a} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1119 | 2024.11.27 18:35:03.093660 [ 253 ] {ce8fab87-2cc1-4eb9-92f4-97e69584b92a} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1120 | 2024.11.27 18:35:03.093888 [ 253 ] {ce8fab87-2cc1-4eb9-92f4-97e69584b92a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001586 sec., 37831.02143757881 rows/sec., 2.55 MiB/sec. | ||
| 1121 | 2024.11.27 18:35:03.093943 [ 253 ] {ce8fab87-2cc1-4eb9-92f4-97e69584b92a} <Debug> TCPHandler: Processed in 0.001820267 sec. | ||
| 1122 | 2024.11.27 18:35:04.879164 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 2318 | ||
| 1123 | 2024.11.27 18:35:04.879984 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1124 | 2024.11.27 18:35:04.880039 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 1125 | 2024.11.27 18:35:04.880601 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1126 | 2024.11.27 18:35:04.880858 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1127 | 2024.11.27 18:35:04.881112 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2318 | ||
| 1128 | 2024.11.27 18:35:05.015371 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 | ||
| 1129 | 2024.11.27 18:35:05.035404 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1130 | 2024.11.27 18:35:05.035459 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 1131 | 2024.11.27 18:35:05.042321 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1132 | 2024.11.27 18:35:05.043082 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1133 | 2024.11.27 18:35:05.046280 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 38 | ||
| 1134 | 2024.11.27 18:35:07.370224 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 176 | ||
| 1135 | 2024.11.27 18:35:07.373397 [ 242 ] {} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1136 | 2024.11.27 18:35:07.373474 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 1137 | 2024.11.27 18:35:07.375084 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1138 | 2024.11.27 18:35:07.375409 [ 242 ] {} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1139 | 2024.11.27 18:35:07.376144 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 176 | ||
| 1140 | 2024.11.27 18:35:08.037282 [ 3 ] {} <Trace> TCP-Session: a361a2aa-9c7a-4712-a8d0-944b968af4ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1141 | 2024.11.27 18:35:08.037474 [ 3 ] {9de2f631-43d0-43c7-98da-7e08bd78f955} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37389) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1142 | 2024.11.27 18:35:08.037543 [ 3 ] {9de2f631-43d0-43c7-98da-7e08bd78f955} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1143 | 2024.11.27 18:35:08.038295 [ 3 ] {9de2f631-43d0-43c7-98da-7e08bd78f955} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1144 | 2024.11.27 18:35:08.038346 [ 3 ] {9de2f631-43d0-43c7-98da-7e08bd78f955} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 1145 | 2024.11.27 18:35:08.038781 [ 3 ] {9de2f631-43d0-43c7-98da-7e08bd78f955} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1146 | 2024.11.27 18:35:08.039028 [ 3 ] {9de2f631-43d0-43c7-98da-7e08bd78f955} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1147 | 2024.11.27 18:35:08.039283 [ 3 ] {9de2f631-43d0-43c7-98da-7e08bd78f955} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001856 sec., 30172.41379310345 rows/sec., 2.30 MiB/sec. | ||
| 1148 | 2024.11.27 18:35:08.039335 [ 3 ] {9de2f631-43d0-43c7-98da-7e08bd78f955} <Debug> TCPHandler: Processed in 0.002200442 sec. | ||
| 1149 | 2024.11.27 18:35:08.039585 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1150 | 2024.11.27 18:35:08.039784 [ 253 ] {1420d96f-2e5b-4e03-ad84-a4f63946a613} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1151 | 2024.11.27 18:35:08.039857 [ 253 ] {1420d96f-2e5b-4e03-ad84-a4f63946a613} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1152 | 2024.11.27 18:35:08.040632 [ 253 ] {1420d96f-2e5b-4e03-ad84-a4f63946a613} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1153 | 2024.11.27 18:35:08.040677 [ 253 ] {1420d96f-2e5b-4e03-ad84-a4f63946a613} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 1154 | 2024.11.27 18:35:08.041121 [ 253 ] {1420d96f-2e5b-4e03-ad84-a4f63946a613} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1155 | 2024.11.27 18:35:08.041376 [ 253 ] {1420d96f-2e5b-4e03-ad84-a4f63946a613} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1156 | 2024.11.27 18:35:08.041653 [ 253 ] {1420d96f-2e5b-4e03-ad84-a4f63946a613} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001914 sec., 33437.82654127482 rows/sec., 2.61 MiB/sec. | ||
| 1157 | 2024.11.27 18:35:08.041866 [ 253 ] {1420d96f-2e5b-4e03-ad84-a4f63946a613} <Debug> TCPHandler: Processed in 0.002407556 sec. | ||
| 1158 | 2024.11.27 18:35:08.042031 [ 3 ] {} <Trace> TCP-Session: a361a2aa-9c7a-4712-a8d0-944b968af4ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1159 | 2024.11.27 18:35:08.042147 [ 3 ] {8e64d5a8-b65c-40fe-84f3-9fcadf46763e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37389) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1160 | 2024.11.27 18:35:08.042201 [ 3 ] {8e64d5a8-b65c-40fe-84f3-9fcadf46763e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1161 | 2024.11.27 18:35:08.042823 [ 3 ] {8e64d5a8-b65c-40fe-84f3-9fcadf46763e} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1162 | 2024.11.27 18:35:08.042861 [ 3 ] {8e64d5a8-b65c-40fe-84f3-9fcadf46763e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 1163 | 2024.11.27 18:35:08.043275 [ 3 ] {8e64d5a8-b65c-40fe-84f3-9fcadf46763e} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1164 | 2024.11.27 18:35:08.043508 [ 3 ] {8e64d5a8-b65c-40fe-84f3-9fcadf46763e} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1165 | 2024.11.27 18:35:08.043796 [ 3 ] {8e64d5a8-b65c-40fe-84f3-9fcadf46763e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001656 sec., 96618.35748792271 rows/sec., 6.73 MiB/sec. | ||
| 1166 | 2024.11.27 18:35:08.043876 [ 3 ] {8e64d5a8-b65c-40fe-84f3-9fcadf46763e} <Debug> TCPHandler: Processed in 0.001903328 sec. | ||
| 1167 | 2024.11.27 18:35:08.044030 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1168 | 2024.11.27 18:35:08.044150 [ 253 ] {630e8c15-4e0f-4f1b-8d1b-d013bfdeced8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1169 | 2024.11.27 18:35:08.044206 [ 253 ] {630e8c15-4e0f-4f1b-8d1b-d013bfdeced8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1170 | 2024.11.27 18:35:08.044810 [ 253 ] {630e8c15-4e0f-4f1b-8d1b-d013bfdeced8} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1171 | 2024.11.27 18:35:08.044858 [ 253 ] {630e8c15-4e0f-4f1b-8d1b-d013bfdeced8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 1172 | 2024.11.27 18:35:08.045298 [ 253 ] {630e8c15-4e0f-4f1b-8d1b-d013bfdeced8} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1173 | 2024.11.27 18:35:08.045552 [ 253 ] {630e8c15-4e0f-4f1b-8d1b-d013bfdeced8} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1174 | 2024.11.27 18:35:08.045778 [ 253 ] {630e8c15-4e0f-4f1b-8d1b-d013bfdeced8} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001653 sec., 36297.640653357535 rows/sec., 2.45 MiB/sec. | ||
| 1175 | 2024.11.27 18:35:08.045828 [ 253 ] {630e8c15-4e0f-4f1b-8d1b-d013bfdeced8} <Debug> TCPHandler: Processed in 0.001857487 sec. | ||
| 1176 | 2024.11.27 18:35:12.313752 [ 83 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1177 | 2024.11.27 18:35:12.313823 [ 83 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1178 | 2024.11.27 18:35:12.381230 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 2806 | ||
| 1179 | 2024.11.27 18:35:12.381915 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1180 | 2024.11.27 18:35:12.381970 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 1181 | 2024.11.27 18:35:12.382562 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1182 | 2024.11.27 18:35:12.382820 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1183 | 2024.11.27 18:35:12.383024 [ 83 ] {} <Debug> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1184 | 2024.11.27 18:35:12.383081 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2806 | ||
| 1185 | 2024.11.27 18:35:12.383117 [ 83 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1186 | 2024.11.27 18:35:12.383144 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 1187 | 2024.11.27 18:35:12.387141 [ 193 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::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 | ||
| 1188 | 2024.11.27 18:35:12.387369 [ 193 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1189 | 2024.11.27 18:35:12.387481 [ 193 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 488 rows starting from the beginning of the part | ||
| 1190 | 2024.11.27 18:35:12.387640 [ 193 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 488 rows starting from the beginning of the part | ||
| 1191 | 2024.11.27 18:35:12.387873 [ 193 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 427 rows starting from the beginning of the part | ||
| 1192 | 2024.11.27 18:35:12.388079 [ 193 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 488 rows starting from the beginning of the part | ||
| 1193 | 2024.11.27 18:35:12.388234 [ 193 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 427 rows starting from the beginning of the part | ||
| 1194 | 2024.11.27 18:35:12.388392 [ 193 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 488 rows starting from the beginning of the part | ||
| 1195 | 2024.11.27 18:35:12.408392 [ 188 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2806 rows, containing 4 columns (4 merged, 0 gathered) in 0.025156143 sec., 111543.33158306502 rows/sec., 1.60 MiB/sec. | ||
| 1196 | 2024.11.27 18:35:12.408790 [ 187 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1197 | 2024.11.27 18:35:12.409180 [ 187 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_6_1} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1198 | 2024.11.27 18:35:12.409277 [ 187 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_6_1} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1199 | 2024.11.27 18:35:12.409421 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.34 MiB. | ||
| 1200 | 2024.11.27 18:35:12.546439 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46 | ||
| 1201 | 2024.11.27 18:35:12.567096 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1202 | 2024.11.27 18:35:12.567163 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 1203 | 2024.11.27 18:35:12.573999 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1204 | 2024.11.27 18:35:12.574795 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1205 | 2024.11.27 18:35:12.575108 [ 83 ] {} <Debug> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1206 | 2024.11.27 18:35:12.575179 [ 83 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1207 | 2024.11.27 18:35:12.575227 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 1208 | 2024.11.27 18:35:12.575591 [ 187 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::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 | ||
| 1209 | 2024.11.27 18:35:12.590536 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 46 | ||
| 1210 | 2024.11.27 18:35:12.591888 [ 187 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1211 | 2024.11.27 18:35:12.593425 [ 187 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 8 rows starting from the beginning of the part | ||
| 1212 | 2024.11.27 18:35:12.598992 [ 187 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 8 rows starting from the beginning of the part | ||
| 1213 | 2024.11.27 18:35:12.604300 [ 187 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 7 rows starting from the beginning of the part | ||
| 1214 | 2024.11.27 18:35:12.610618 [ 187 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 8 rows starting from the beginning of the part | ||
| 1215 | 2024.11.27 18:35:12.617688 [ 187 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 7 rows starting from the beginning of the part | ||
| 1216 | 2024.11.27 18:35:12.622174 [ 187 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 8 rows starting from the beginning of the part | ||
| 1217 | 2024.11.27 18:35:12.682452 [ 188 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.107111278 sec., 429.4599117751167 rows/sec., 2.22 MiB/sec. | ||
| 1218 | 2024.11.27 18:35:12.684929 [ 188 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1219 | 2024.11.27 18:35:12.687768 [ 188 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_6_1} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1220 | 2024.11.27 18:35:12.687874 [ 188 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_6_1} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1221 | 2024.11.27 18:35:12.690052 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB. | ||
| 1222 | 2024.11.27 18:35:13.000168 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 159.95 MiB, peak 169.49 MiB, free memory in arenas 0.00 B, will set to 163.00 MiB (RSS), difference: 3.05 MiB | ||
| 1223 | 2024.11.27 18:35:13.038432 [ 3 ] {} <Trace> TCP-Session: a361a2aa-9c7a-4712-a8d0-944b968af4ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1224 | 2024.11.27 18:35:13.038624 [ 3 ] {5b29aad9-3743-483e-8a9e-b5dfe0f610ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37389) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1225 | 2024.11.27 18:35:13.038700 [ 3 ] {5b29aad9-3743-483e-8a9e-b5dfe0f610ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1226 | 2024.11.27 18:35:13.039555 [ 3 ] {5b29aad9-3743-483e-8a9e-b5dfe0f610ef} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1227 | 2024.11.27 18:35:13.039603 [ 3 ] {5b29aad9-3743-483e-8a9e-b5dfe0f610ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 1228 | 2024.11.27 18:35:13.040049 [ 3 ] {5b29aad9-3743-483e-8a9e-b5dfe0f610ef} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1229 | 2024.11.27 18:35:13.040315 [ 3 ] {5b29aad9-3743-483e-8a9e-b5dfe0f610ef} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1230 | 2024.11.27 18:35:13.040496 [ 83 ] {} <Debug> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1231 | 2024.11.27 18:35:13.040568 [ 83 ] {} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1232 | 2024.11.27 18:35:13.040571 [ 3 ] {5b29aad9-3743-483e-8a9e-b5dfe0f610ef} <Debug> executeQuery: Read 106 rows, 9.15 KiB in 0.001993 sec., 53186.15153035625 rows/sec., 4.48 MiB/sec. | ||
| 1233 | 2024.11.27 18:35:13.040608 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 1234 | 2024.11.27 18:35:13.040718 [ 3 ] {5b29aad9-3743-483e-8a9e-b5dfe0f610ef} <Debug> TCPHandler: Processed in 0.002410485 sec. | ||
| 1235 | 2024.11.27 18:35:13.040868 [ 192 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::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 | ||
| 1236 | 2024.11.27 18:35:13.041032 [ 192 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1237 | 2024.11.27 18:35:13.041033 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1238 | 2024.11.27 18:35:13.041073 [ 192 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 30 rows starting from the beginning of the part | ||
| 1239 | 2024.11.27 18:35:13.041411 [ 192 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 30 rows starting from the beginning of the part | ||
| 1240 | 2024.11.27 18:35:13.041506 [ 253 ] {e27a0528-08d6-4bec-b967-e11c7ce5fd00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1241 | 2024.11.27 18:35:13.041628 [ 192 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 30 rows starting from the beginning of the part | ||
| 1242 | 2024.11.27 18:35:13.041715 [ 253 ] {e27a0528-08d6-4bec-b967-e11c7ce5fd00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1243 | 2024.11.27 18:35:13.041969 [ 192 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 106 rows starting from the beginning of the part | ||
| 1244 | 2024.11.27 18:35:13.042392 [ 192 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 56 rows starting from the beginning of the part | ||
| 1245 | 2024.11.27 18:35:13.042674 [ 192 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 106 rows starting from the beginning of the part | ||
| 1246 | 2024.11.27 18:35:13.044716 [ 253 ] {e27a0528-08d6-4bec-b967-e11c7ce5fd00} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1247 | 2024.11.27 18:35:13.044795 [ 253 ] {e27a0528-08d6-4bec-b967-e11c7ce5fd00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 1248 | 2024.11.27 18:35:13.045984 [ 192 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 358 rows, containing 5 columns (5 merged, 0 gathered) in 0.005247887 sec., 68217.93228398402 rows/sec., 5.77 MiB/sec. | ||
| 1249 | 2024.11.27 18:35:13.046036 [ 253 ] {e27a0528-08d6-4bec-b967-e11c7ce5fd00} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1250 | 2024.11.27 18:35:13.046296 [ 201 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1251 | 2024.11.27 18:35:13.046509 [ 253 ] {e27a0528-08d6-4bec-b967-e11c7ce5fd00} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1252 | 2024.11.27 18:35:13.047031 [ 253 ] {e27a0528-08d6-4bec-b967-e11c7ce5fd00} <Debug> executeQuery: Read 25 rows, 1.88 KiB in 0.005709 sec., 4379.0506218251885 rows/sec., 329.28 KiB/sec. | ||
| 1253 | 2024.11.27 18:35:13.047209 [ 196 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_6_1} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1254 | 2024.11.27 18:35:13.047219 [ 253 ] {e27a0528-08d6-4bec-b967-e11c7ce5fd00} <Debug> TCPHandler: Processed in 0.006363754 sec. | ||
| 1255 | 2024.11.27 18:35:13.047412 [ 196 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_6_1} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1256 | 2024.11.27 18:35:13.047451 [ 3 ] {} <Trace> TCP-Session: a361a2aa-9c7a-4712-a8d0-944b968af4ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1257 | 2024.11.27 18:35:13.047545 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 1258 | 2024.11.27 18:35:13.047632 [ 3 ] {bd1fd104-eaa2-4186-b1b6-c4b299170909} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37389) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1259 | 2024.11.27 18:35:13.047685 [ 3 ] {bd1fd104-eaa2-4186-b1b6-c4b299170909} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1260 | 2024.11.27 18:35:13.048328 [ 3 ] {bd1fd104-eaa2-4186-b1b6-c4b299170909} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1261 | 2024.11.27 18:35:13.048366 [ 3 ] {bd1fd104-eaa2-4186-b1b6-c4b299170909} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 1262 | 2024.11.27 18:35:13.048745 [ 3 ] {bd1fd104-eaa2-4186-b1b6-c4b299170909} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1263 | 2024.11.27 18:35:13.048982 [ 3 ] {bd1fd104-eaa2-4186-b1b6-c4b299170909} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1264 | 2024.11.27 18:35:13.049136 [ 83 ] {} <Debug> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1265 | 2024.11.27 18:35:13.049201 [ 83 ] {} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1266 | 2024.11.27 18:35:13.049236 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 1267 | 2024.11.27 18:35:13.049240 [ 3 ] {bd1fd104-eaa2-4186-b1b6-c4b299170909} <Debug> executeQuery: Read 89 rows, 7.12 KiB in 0.001624 sec., 54802.95566502463 rows/sec., 4.28 MiB/sec. | ||
| 1268 | 2024.11.27 18:35:13.049446 [ 3 ] {bd1fd104-eaa2-4186-b1b6-c4b299170909} <Debug> TCPHandler: Processed in 0.002065711 sec. | ||
| 1269 | 2024.11.27 18:35:13.049525 [ 201 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::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 | ||
| 1270 | 2024.11.27 18:35:13.049673 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1271 | 2024.11.27 18:35:13.049742 [ 201 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1272 | 2024.11.27 18:35:13.049811 [ 201 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 36 rows starting from the beginning of the part | ||
| 1273 | 2024.11.27 18:35:13.049881 [ 253 ] {2f5df466-b3fd-4c3c-9800-1ca48ba2a8c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1274 | 2024.11.27 18:35:13.050055 [ 253 ] {2f5df466-b3fd-4c3c-9800-1ca48ba2a8c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1275 | 2024.11.27 18:35:13.050145 [ 201 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 36 rows starting from the beginning of the part | ||
| 1276 | 2024.11.27 18:35:13.050463 [ 201 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 36 rows starting from the beginning of the part | ||
| 1277 | 2024.11.27 18:35:13.050775 [ 201 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 96 rows starting from the beginning of the part | ||
| 1278 | 2024.11.27 18:35:13.051108 [ 201 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 64 rows starting from the beginning of the part | ||
| 1279 | 2024.11.27 18:35:13.051447 [ 201 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 89 rows starting from the beginning of the part | ||
| 1280 | 2024.11.27 18:35:13.052919 [ 253 ] {2f5df466-b3fd-4c3c-9800-1ca48ba2a8c7} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1281 | 2024.11.27 18:35:13.052992 [ 253 ] {2f5df466-b3fd-4c3c-9800-1ca48ba2a8c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 1282 | 2024.11.27 18:35:13.054124 [ 253 ] {2f5df466-b3fd-4c3c-9800-1ca48ba2a8c7} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1283 | 2024.11.27 18:35:13.054366 [ 201 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 357 rows, containing 5 columns (5 merged, 0 gathered) in 0.005019665 sec., 71120.28392332954 rows/sec., 5.83 MiB/sec. | ||
| 1284 | 2024.11.27 18:35:13.054543 [ 201 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1285 | 2024.11.27 18:35:13.054656 [ 253 ] {2f5df466-b3fd-4c3c-9800-1ca48ba2a8c7} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1286 | 2024.11.27 18:35:13.054926 [ 83 ] {} <Debug> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1287 | 2024.11.27 18:35:13.055018 [ 83 ] {} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1288 | 2024.11.27 18:35:13.055106 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 1289 | 2024.11.27 18:35:13.055230 [ 201 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_6_1} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1290 | 2024.11.27 18:35:13.055254 [ 253 ] {2f5df466-b3fd-4c3c-9800-1ca48ba2a8c7} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005358 sec., 29861.888764464355 rows/sec., 2.08 MiB/sec. | ||
| 1291 | 2024.11.27 18:35:13.055527 [ 192 ] {67d43675-535f-43d0-af84-f38bbc85c22c::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 | ||
| 1292 | 2024.11.27 18:35:13.055587 [ 201 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_6_1} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1293 | 2024.11.27 18:35:13.055653 [ 253 ] {2f5df466-b3fd-4c3c-9800-1ca48ba2a8c7} <Debug> TCPHandler: Processed in 0.00606645 sec. | ||
| 1294 | 2024.11.27 18:35:13.055874 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 1295 | 2024.11.27 18:35:13.055921 [ 3 ] {} <Trace> TCP-Session: a361a2aa-9c7a-4712-a8d0-944b968af4ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1296 | 2024.11.27 18:35:13.056022 [ 192 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1297 | 2024.11.27 18:35:13.056123 [ 192 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 110 rows starting from the beginning of the part | ||
| 1298 | 2024.11.27 18:35:13.056189 [ 3 ] {a71a0e4e-c6e6-40b8-b99b-eff923885c87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37389) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1299 | 2024.11.27 18:35:13.056355 [ 192 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 110 rows starting from the beginning of the part | ||
| 1300 | 2024.11.27 18:35:13.056533 [ 3 ] {a71a0e4e-c6e6-40b8-b99b-eff923885c87} <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 | ||
| 1301 | 2024.11.27 18:35:13.056806 [ 192 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 110 rows starting from the beginning of the part | ||
| 1302 | 2024.11.27 18:35:13.057264 [ 192 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 160 rows starting from the beginning of the part | ||
| 1303 | 2024.11.27 18:35:13.057692 [ 192 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 160 rows starting from the beginning of the part | ||
| 1304 | 2024.11.27 18:35:13.058098 [ 192 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 160 rows starting from the beginning of the part | ||
| 1305 | 2024.11.27 18:35:13.061570 [ 192 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 810 rows, containing 5 columns (5 merged, 0 gathered) in 0.006325874 sec., 128045.54754015018 rows/sec., 8.93 MiB/sec. | ||
| 1306 | 2024.11.27 18:35:13.061756 [ 3 ] {a71a0e4e-c6e6-40b8-b99b-eff923885c87} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1307 | 2024.11.27 18:35:13.061809 [ 3 ] {a71a0e4e-c6e6-40b8-b99b-eff923885c87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 1308 | 2024.11.27 18:35:13.061817 [ 192 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1309 | 2024.11.27 18:35:13.062437 [ 192 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1310 | 2024.11.27 18:35:13.062619 [ 192 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1311 | 2024.11.27 18:35:13.062764 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
| 1312 | 2024.11.27 18:35:13.063083 [ 3 ] {a71a0e4e-c6e6-40b8-b99b-eff923885c87} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1313 | 2024.11.27 18:35:13.063359 [ 3 ] {a71a0e4e-c6e6-40b8-b99b-eff923885c87} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1314 | 2024.11.27 18:35:13.063659 [ 3 ] {a71a0e4e-c6e6-40b8-b99b-eff923885c87} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.007523 sec., 3323.1423634188486 rows/sec., 5.95 MiB/sec. | ||
| 1315 | 2024.11.27 18:35:13.063785 [ 3 ] {a71a0e4e-c6e6-40b8-b99b-eff923885c87} <Debug> TCPHandler: Processed in 0.008003468 sec. | ||
| 1316 | 2024.11.27 18:35:13.063963 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1317 | 2024.11.27 18:35:13.064104 [ 253 ] {e8c8347b-1316-4783-8260-aa7bfbc94b59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1318 | 2024.11.27 18:35:13.064165 [ 253 ] {e8c8347b-1316-4783-8260-aa7bfbc94b59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1319 | 2024.11.27 18:35:13.064690 [ 253 ] {e8c8347b-1316-4783-8260-aa7bfbc94b59} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1320 | 2024.11.27 18:35:13.064729 [ 253 ] {e8c8347b-1316-4783-8260-aa7bfbc94b59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 1321 | 2024.11.27 18:35:13.065108 [ 253 ] {e8c8347b-1316-4783-8260-aa7bfbc94b59} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1322 | 2024.11.27 18:35:13.065351 [ 253 ] {e8c8347b-1316-4783-8260-aa7bfbc94b59} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1323 | 2024.11.27 18:35:13.065518 [ 83 ] {} <Debug> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1324 | 2024.11.27 18:35:13.065588 [ 83 ] {} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1325 | 2024.11.27 18:35:13.065605 [ 253 ] {e8c8347b-1316-4783-8260-aa7bfbc94b59} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001525 sec., 39344.262295081964 rows/sec., 2.65 MiB/sec. | ||
| 1326 | 2024.11.27 18:35:13.065628 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 1327 | 2024.11.27 18:35:13.065779 [ 253 ] {e8c8347b-1316-4783-8260-aa7bfbc94b59} <Debug> TCPHandler: Processed in 0.001881878 sec. | ||
| 1328 | 2024.11.27 18:35:13.066109 [ 201 ] {c59724f6-f374-41a1-8302-611230e47527::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 | ||
| 1329 | 2024.11.27 18:35:13.066255 [ 201 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1330 | 2024.11.27 18:35:13.066291 [ 201 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 40 rows starting from the beginning of the part | ||
| 1331 | 2024.11.27 18:35:13.066404 [ 201 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 40 rows starting from the beginning of the part | ||
| 1332 | 2024.11.27 18:35:13.066599 [ 201 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 40 rows starting from the beginning of the part | ||
| 1333 | 2024.11.27 18:35:13.066803 [ 201 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 60 rows starting from the beginning of the part | ||
| 1334 | 2024.11.27 18:35:13.066946 [ 201 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 60 rows starting from the beginning of the part | ||
| 1335 | 2024.11.27 18:35:13.067112 [ 201 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 60 rows starting from the beginning of the part | ||
| 1336 | 2024.11.27 18:35:13.068245 [ 186 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 300 rows, containing 4 columns (4 merged, 0 gathered) in 0.002475726 sec., 121176.57608313682 rows/sec., 8.14 MiB/sec. | ||
| 1337 | 2024.11.27 18:35:13.068476 [ 186 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1338 | 2024.11.27 18:35:13.069009 [ 186 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_6_1} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1339 | 2024.11.27 18:35:13.069154 [ 186 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_6_1} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1340 | 2024.11.27 18:35:13.069298 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 1341 | 2024.11.27 18:35:13.748737 [ 3 ] {} <Trace> TCP-Session: a361a2aa-9c7a-4712-a8d0-944b968af4ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1342 | 2024.11.27 18:35:13.748985 [ 3 ] {eba492c6-dc3b-4f81-bef6-724a6d619091} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37389) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1343 | 2024.11.27 18:35:13.749433 [ 3 ] {eba492c6-dc3b-4f81-bef6-724a6d619091} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1344 | 2024.11.27 18:35:13.749482 [ 3 ] {eba492c6-dc3b-4f81-bef6-724a6d619091} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1345 | 2024.11.27 18:35:13.749803 [ 3 ] {eba492c6-dc3b-4f81-bef6-724a6d619091} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1346 | 2024.11.27 18:35:13.749887 [ 3 ] {eba492c6-dc3b-4f81-bef6-724a6d619091} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1347 | 2024.11.27 18:35:13.750061 [ 3 ] {eba492c6-dc3b-4f81-bef6-724a6d619091} <Debug> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (SelectExecutor): Key condition: (column 0 notIn 22-element set) | ||
| 1348 | 2024.11.27 18:35:13.750328 [ 287 ] {eba492c6-dc3b-4f81-bef6-724a6d619091} <Trace> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1349 | 2024.11.27 18:35:13.750355 [ 286 ] {eba492c6-dc3b-4f81-bef6-724a6d619091} <Trace> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1350 | 2024.11.27 18:35:13.750505 [ 3 ] {eba492c6-dc3b-4f81-bef6-724a6d619091} <Debug> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
| 1351 | 2024.11.27 18:35:13.750539 [ 3 ] {eba492c6-dc3b-4f81-bef6-724a6d619091} <Trace> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1352 | 2024.11.27 18:35:13.754454 [ 3 ] {eba492c6-dc3b-4f81-bef6-724a6d619091} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1353 | 2024.11.27 18:35:13.754496 [ 3 ] {eba492c6-dc3b-4f81-bef6-724a6d619091} <Debug> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (SelectExecutor): Reading approx. 22 rows with 2 streams | ||
| 1354 | 2024.11.27 18:35:13.754574 [ 3 ] {eba492c6-dc3b-4f81-bef6-724a6d619091} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1355 | 2024.11.27 18:35:13.754665 [ 3 ] {eba492c6-dc3b-4f81-bef6-724a6d619091} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1356 | 2024.11.27 18:35:13.756174 [ 3 ] {eba492c6-dc3b-4f81-bef6-724a6d619091} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.007299 sec., 3014.1115221263185 rows/sec., 126.17 KiB/sec. | ||
| 1357 | 2024.11.27 18:35:13.756323 [ 3 ] {eba492c6-dc3b-4f81-bef6-724a6d619091} <Debug> TCPHandler: Processed in 0.007716484 sec. | ||
| 1358 | 2024.11.27 18:35:13.756736 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1359 | 2024.11.27 18:35:13.756980 [ 253 ] {c95cd950-c226-421c-9b85-36228b775b63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1360 | 2024.11.27 18:35:13.757394 [ 253 ] {c95cd950-c226-421c-9b85-36228b775b63} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1361 | 2024.11.27 18:35:13.757443 [ 253 ] {c95cd950-c226-421c-9b85-36228b775b63} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1362 | 2024.11.27 18:35:13.757772 [ 253 ] {c95cd950-c226-421c-9b85-36228b775b63} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1363 | 2024.11.27 18:35:13.757856 [ 253 ] {c95cd950-c226-421c-9b85-36228b775b63} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1364 | 2024.11.27 18:35:13.758036 [ 253 ] {c95cd950-c226-421c-9b85-36228b775b63} <Debug> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (SelectExecutor): Key condition: (column 0 notIn 23-element set) | ||
| 1365 | 2024.11.27 18:35:13.758166 [ 286 ] {c95cd950-c226-421c-9b85-36228b775b63} <Trace> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1366 | 2024.11.27 18:35:13.758173 [ 288 ] {c95cd950-c226-421c-9b85-36228b775b63} <Trace> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1367 | 2024.11.27 18:35:13.758289 [ 253 ] {c95cd950-c226-421c-9b85-36228b775b63} <Debug> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
| 1368 | 2024.11.27 18:35:13.758320 [ 253 ] {c95cd950-c226-421c-9b85-36228b775b63} <Trace> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1369 | 2024.11.27 18:35:13.758414 [ 253 ] {c95cd950-c226-421c-9b85-36228b775b63} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1370 | 2024.11.27 18:35:13.758437 [ 253 ] {c95cd950-c226-421c-9b85-36228b775b63} <Debug> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (SelectExecutor): Reading approx. 22 rows with 2 streams | ||
| 1371 | 2024.11.27 18:35:13.758481 [ 253 ] {c95cd950-c226-421c-9b85-36228b775b63} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1372 | 2024.11.27 18:35:13.758533 [ 253 ] {c95cd950-c226-421c-9b85-36228b775b63} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1373 | 2024.11.27 18:35:13.759637 [ 253 ] {c95cd950-c226-421c-9b85-36228b775b63} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.002773 sec., 7933.645870897945 rows/sec., 332.09 KiB/sec. | ||
| 1374 | 2024.11.27 18:35:13.759788 [ 253 ] {c95cd950-c226-421c-9b85-36228b775b63} <Debug> TCPHandler: Processed in 0.003183717 sec. | ||
| 1375 | 2024.11.27 18:35:13.760087 [ 3 ] {} <Trace> TCP-Session: a361a2aa-9c7a-4712-a8d0-944b968af4ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1376 | 2024.11.27 18:35:13.760312 [ 3 ] {ea8201f9-848d-43d0-8307-2e415af55faa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37389) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1377 | 2024.11.27 18:35:13.760652 [ 3 ] {ea8201f9-848d-43d0-8307-2e415af55faa} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1378 | 2024.11.27 18:35:13.760702 [ 3 ] {ea8201f9-848d-43d0-8307-2e415af55faa} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1379 | 2024.11.27 18:35:13.760994 [ 3 ] {ea8201f9-848d-43d0-8307-2e415af55faa} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1380 | 2024.11.27 18:35:13.761063 [ 3 ] {ea8201f9-848d-43d0-8307-2e415af55faa} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1381 | 2024.11.27 18:35:13.761218 [ 3 ] {ea8201f9-848d-43d0-8307-2e415af55faa} <Debug> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (SelectExecutor): Key condition: (column 0 notIn 24-element set) | ||
| 1382 | 2024.11.27 18:35:13.761321 [ 288 ] {ea8201f9-848d-43d0-8307-2e415af55faa} <Trace> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1383 | 2024.11.27 18:35:13.761333 [ 287 ] {ea8201f9-848d-43d0-8307-2e415af55faa} <Trace> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1384 | 2024.11.27 18:35:13.761431 [ 3 ] {ea8201f9-848d-43d0-8307-2e415af55faa} <Debug> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
| 1385 | 2024.11.27 18:35:13.761459 [ 3 ] {ea8201f9-848d-43d0-8307-2e415af55faa} <Trace> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1386 | 2024.11.27 18:35:13.761539 [ 3 ] {ea8201f9-848d-43d0-8307-2e415af55faa} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1387 | 2024.11.27 18:35:13.761560 [ 3 ] {ea8201f9-848d-43d0-8307-2e415af55faa} <Debug> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (SelectExecutor): Reading approx. 22 rows with 2 streams | ||
| 1388 | 2024.11.27 18:35:13.761601 [ 3 ] {ea8201f9-848d-43d0-8307-2e415af55faa} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1389 | 2024.11.27 18:35:13.761648 [ 3 ] {ea8201f9-848d-43d0-8307-2e415af55faa} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1390 | 2024.11.27 18:35:13.762668 [ 3 ] {ea8201f9-848d-43d0-8307-2e415af55faa} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.002464 sec., 8928.571428571428 rows/sec., 373.74 KiB/sec. | ||
| 1391 | 2024.11.27 18:35:13.762807 [ 3 ] {ea8201f9-848d-43d0-8307-2e415af55faa} <Debug> TCPHandler: Processed in 0.002816142 sec. | ||
| 1392 | 2024.11.27 18:35:13.763157 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1393 | 2024.11.27 18:35:13.763346 [ 253 ] {0af0603c-a03b-4dda-a3ee-f2c712407b1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1394 | 2024.11.27 18:35:13.763674 [ 253 ] {0af0603c-a03b-4dda-a3ee-f2c712407b1e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1395 | 2024.11.27 18:35:13.763719 [ 253 ] {0af0603c-a03b-4dda-a3ee-f2c712407b1e} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1396 | 2024.11.27 18:35:13.764007 [ 253 ] {0af0603c-a03b-4dda-a3ee-f2c712407b1e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1397 | 2024.11.27 18:35:13.764074 [ 253 ] {0af0603c-a03b-4dda-a3ee-f2c712407b1e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1398 | 2024.11.27 18:35:13.764225 [ 253 ] {0af0603c-a03b-4dda-a3ee-f2c712407b1e} <Debug> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (SelectExecutor): Key condition: (column 0 notIn 25-element set) | ||
| 1399 | 2024.11.27 18:35:13.764332 [ 288 ] {0af0603c-a03b-4dda-a3ee-f2c712407b1e} <Trace> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1400 | 2024.11.27 18:35:13.764337 [ 286 ] {0af0603c-a03b-4dda-a3ee-f2c712407b1e} <Trace> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1401 | 2024.11.27 18:35:13.764462 [ 253 ] {0af0603c-a03b-4dda-a3ee-f2c712407b1e} <Debug> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
| 1402 | 2024.11.27 18:35:13.764490 [ 253 ] {0af0603c-a03b-4dda-a3ee-f2c712407b1e} <Trace> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1403 | 2024.11.27 18:35:13.764574 [ 253 ] {0af0603c-a03b-4dda-a3ee-f2c712407b1e} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1404 | 2024.11.27 18:35:13.764595 [ 253 ] {0af0603c-a03b-4dda-a3ee-f2c712407b1e} <Debug> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (SelectExecutor): Reading approx. 22 rows with 2 streams | ||
| 1405 | 2024.11.27 18:35:13.764635 [ 253 ] {0af0603c-a03b-4dda-a3ee-f2c712407b1e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1406 | 2024.11.27 18:35:13.764682 [ 253 ] {0af0603c-a03b-4dda-a3ee-f2c712407b1e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1407 | 2024.11.27 18:35:13.765708 [ 253 ] {0af0603c-a03b-4dda-a3ee-f2c712407b1e} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.002453 sec., 8968.609865470853 rows/sec., 375.42 KiB/sec. | ||
| 1408 | 2024.11.27 18:35:13.765841 [ 253 ] {0af0603c-a03b-4dda-a3ee-f2c712407b1e} <Debug> TCPHandler: Processed in 0.002745601 sec. | ||
| 1409 | 2024.11.27 18:35:13.766100 [ 3 ] {} <Trace> TCP-Session: a361a2aa-9c7a-4712-a8d0-944b968af4ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1410 | 2024.11.27 18:35:13.766314 [ 3 ] {121ee693-e32c-4878-91ed-0051e166b094} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37389) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1411 | 2024.11.27 18:35:13.766644 [ 3 ] {121ee693-e32c-4878-91ed-0051e166b094} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1412 | 2024.11.27 18:35:13.766689 [ 3 ] {121ee693-e32c-4878-91ed-0051e166b094} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1413 | 2024.11.27 18:35:13.766979 [ 3 ] {121ee693-e32c-4878-91ed-0051e166b094} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1414 | 2024.11.27 18:35:13.767045 [ 3 ] {121ee693-e32c-4878-91ed-0051e166b094} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1415 | 2024.11.27 18:35:13.767193 [ 3 ] {121ee693-e32c-4878-91ed-0051e166b094} <Debug> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (SelectExecutor): Key condition: (column 0 notIn 26-element set) | ||
| 1416 | 2024.11.27 18:35:13.767298 [ 287 ] {121ee693-e32c-4878-91ed-0051e166b094} <Trace> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1417 | 2024.11.27 18:35:13.767309 [ 286 ] {121ee693-e32c-4878-91ed-0051e166b094} <Trace> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1418 | 2024.11.27 18:35:13.767416 [ 3 ] {121ee693-e32c-4878-91ed-0051e166b094} <Debug> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
| 1419 | 2024.11.27 18:35:13.767444 [ 3 ] {121ee693-e32c-4878-91ed-0051e166b094} <Trace> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1420 | 2024.11.27 18:35:13.767524 [ 3 ] {121ee693-e32c-4878-91ed-0051e166b094} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1421 | 2024.11.27 18:35:13.767545 [ 3 ] {121ee693-e32c-4878-91ed-0051e166b094} <Debug> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (SelectExecutor): Reading approx. 22 rows with 2 streams | ||
| 1422 | 2024.11.27 18:35:13.767585 [ 3 ] {121ee693-e32c-4878-91ed-0051e166b094} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1423 | 2024.11.27 18:35:13.767636 [ 3 ] {121ee693-e32c-4878-91ed-0051e166b094} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1424 | 2024.11.27 18:35:13.768659 [ 3 ] {121ee693-e32c-4878-91ed-0051e166b094} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.002447 sec., 8990.600735594606 rows/sec., 376.34 KiB/sec. | ||
| 1425 | 2024.11.27 18:35:13.768795 [ 3 ] {121ee693-e32c-4878-91ed-0051e166b094} <Debug> TCPHandler: Processed in 0.002761881 sec. | ||
| 1426 | 2024.11.27 18:35:13.769055 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1427 | 2024.11.27 18:35:13.769238 [ 253 ] {54471887-7ec1-4111-8b99-5e024b510a1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1428 | 2024.11.27 18:35:13.769561 [ 253 ] {54471887-7ec1-4111-8b99-5e024b510a1b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1429 | 2024.11.27 18:35:13.769607 [ 253 ] {54471887-7ec1-4111-8b99-5e024b510a1b} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1430 | 2024.11.27 18:35:13.769898 [ 253 ] {54471887-7ec1-4111-8b99-5e024b510a1b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1431 | 2024.11.27 18:35:13.769964 [ 253 ] {54471887-7ec1-4111-8b99-5e024b510a1b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1432 | 2024.11.27 18:35:13.770113 [ 253 ] {54471887-7ec1-4111-8b99-5e024b510a1b} <Debug> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (SelectExecutor): Key condition: (column 0 notIn 27-element set) | ||
| 1433 | 2024.11.27 18:35:13.770228 [ 288 ] {54471887-7ec1-4111-8b99-5e024b510a1b} <Trace> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1434 | 2024.11.27 18:35:13.770231 [ 287 ] {54471887-7ec1-4111-8b99-5e024b510a1b} <Trace> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1435 | 2024.11.27 18:35:13.770337 [ 253 ] {54471887-7ec1-4111-8b99-5e024b510a1b} <Debug> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
| 1436 | 2024.11.27 18:35:13.770361 [ 253 ] {54471887-7ec1-4111-8b99-5e024b510a1b} <Trace> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1437 | 2024.11.27 18:35:13.770439 [ 253 ] {54471887-7ec1-4111-8b99-5e024b510a1b} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1438 | 2024.11.27 18:35:13.770458 [ 253 ] {54471887-7ec1-4111-8b99-5e024b510a1b} <Debug> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (SelectExecutor): Reading approx. 22 rows with 2 streams | ||
| 1439 | 2024.11.27 18:35:13.770498 [ 253 ] {54471887-7ec1-4111-8b99-5e024b510a1b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1440 | 2024.11.27 18:35:13.770544 [ 253 ] {54471887-7ec1-4111-8b99-5e024b510a1b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1441 | 2024.11.27 18:35:13.771548 [ 253 ] {54471887-7ec1-4111-8b99-5e024b510a1b} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.002393 sec., 9193.480986209777 rows/sec., 384.83 KiB/sec. | ||
| 1442 | 2024.11.27 18:35:13.771684 [ 253 ] {54471887-7ec1-4111-8b99-5e024b510a1b} <Debug> TCPHandler: Processed in 0.002687169 sec. | ||
| 1443 | 2024.11.27 18:35:13.832298 [ 3 ] {} <Trace> TCP-Session: a361a2aa-9c7a-4712-a8d0-944b968af4ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1444 | 2024.11.27 18:35:13.832493 [ 3 ] {31e173c0-92cc-4e13-bd2b-78f56cb9463a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37389) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1445 | 2024.11.27 18:35:13.832826 [ 3 ] {31e173c0-92cc-4e13-bd2b-78f56cb9463a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1446 | 2024.11.27 18:35:13.832872 [ 3 ] {31e173c0-92cc-4e13-bd2b-78f56cb9463a} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1447 | 2024.11.27 18:35:13.833174 [ 3 ] {31e173c0-92cc-4e13-bd2b-78f56cb9463a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1448 | 2024.11.27 18:35:13.833240 [ 3 ] {31e173c0-92cc-4e13-bd2b-78f56cb9463a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1449 | 2024.11.27 18:35:13.833391 [ 3 ] {31e173c0-92cc-4e13-bd2b-78f56cb9463a} <Debug> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (SelectExecutor): Key condition: (column 0 notIn 28-element set) | ||
| 1450 | 2024.11.27 18:35:13.833514 [ 286 ] {31e173c0-92cc-4e13-bd2b-78f56cb9463a} <Trace> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1451 | 2024.11.27 18:35:13.833522 [ 287 ] {31e173c0-92cc-4e13-bd2b-78f56cb9463a} <Trace> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1452 | 2024.11.27 18:35:13.833647 [ 3 ] {31e173c0-92cc-4e13-bd2b-78f56cb9463a} <Debug> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (SelectExecutor): Selected 2/2 parts by partition key, 2 parts by primary key, 2/2 marks by primary key, 2 marks to read from 2 ranges | ||
| 1453 | 2024.11.27 18:35:13.833674 [ 3 ] {31e173c0-92cc-4e13-bd2b-78f56cb9463a} <Trace> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1454 | 2024.11.27 18:35:13.833749 [ 3 ] {31e173c0-92cc-4e13-bd2b-78f56cb9463a} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1455 | 2024.11.27 18:35:13.833768 [ 3 ] {31e173c0-92cc-4e13-bd2b-78f56cb9463a} <Debug> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (SelectExecutor): Reading approx. 22 rows with 2 streams | ||
| 1456 | 2024.11.27 18:35:13.833806 [ 3 ] {31e173c0-92cc-4e13-bd2b-78f56cb9463a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1457 | 2024.11.27 18:35:13.833851 [ 3 ] {31e173c0-92cc-4e13-bd2b-78f56cb9463a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1458 | 2024.11.27 18:35:13.834917 [ 3 ] {31e173c0-92cc-4e13-bd2b-78f56cb9463a} <Debug> executeQuery: Read 22 rows, 943.00 B in 0.002508 sec., 8771.929824561405 rows/sec., 367.18 KiB/sec. | ||
| 1459 | 2024.11.27 18:35:13.835056 [ 3 ] {31e173c0-92cc-4e13-bd2b-78f56cb9463a} <Debug> TCPHandler: Processed in 0.002822852 sec. | ||
| 1460 | 2024.11.27 18:35:13.835568 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1461 | 2024.11.27 18:35:13.835701 [ 253 ] {04c406df-3398-4640-ae91-29544e4b7d37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1462 | 2024.11.27 18:35:13.835754 [ 253 ] {04c406df-3398-4640-ae91-29544e4b7d37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1463 | 2024.11.27 18:35:13.836507 [ 253 ] {04c406df-3398-4640-ae91-29544e4b7d37} <Trace> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1464 | 2024.11.27 18:35:13.836545 [ 253 ] {04c406df-3398-4640-ae91-29544e4b7d37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 1465 | 2024.11.27 18:35:13.837050 [ 253 ] {04c406df-3398-4640-ae91-29544e4b7d37} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1466 | 2024.11.27 18:35:13.837266 [ 253 ] {04c406df-3398-4640-ae91-29544e4b7d37} <Trace> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1467 | 2024.11.27 18:35:13.837458 [ 253 ] {04c406df-3398-4640-ae91-29544e4b7d37} <Debug> executeQuery: Read 7 rows, 1.42 KiB in 0.001795 sec., 3899.7214484679666 rows/sec., 793.22 KiB/sec. | ||
| 1468 | 2024.11.27 18:35:13.837512 [ 253 ] {04c406df-3398-4640-ae91-29544e4b7d37} <Debug> TCPHandler: Processed in 0.002001829 sec. | ||
| 1469 | 2024.11.27 18:35:13.837669 [ 3 ] {} <Trace> TCP-Session: a361a2aa-9c7a-4712-a8d0-944b968af4ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1470 | 2024.11.27 18:35:13.837817 [ 3 ] {8e9fc220-5c36-4e03-a76a-f6909645a141} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37389) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1471 | 2024.11.27 18:35:13.837874 [ 3 ] {8e9fc220-5c36-4e03-a76a-f6909645a141} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1472 | 2024.11.27 18:35:13.839125 [ 3 ] {8e9fc220-5c36-4e03-a76a-f6909645a141} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1473 | 2024.11.27 18:35:13.839168 [ 3 ] {8e9fc220-5c36-4e03-a76a-f6909645a141} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 1474 | 2024.11.27 18:35:13.839648 [ 3 ] {8e9fc220-5c36-4e03-a76a-f6909645a141} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1475 | 2024.11.27 18:35:13.839888 [ 3 ] {8e9fc220-5c36-4e03-a76a-f6909645a141} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1476 | 2024.11.27 18:35:13.840128 [ 3 ] {8e9fc220-5c36-4e03-a76a-f6909645a141} <Debug> executeQuery: Read 1197 rows, 100.57 KiB in 0.002346 sec., 510230.179028133 rows/sec., 41.86 MiB/sec. | ||
| 1477 | 2024.11.27 18:35:13.840213 [ 3 ] {8e9fc220-5c36-4e03-a76a-f6909645a141} <Debug> TCPHandler: Processed in 0.002611238 sec. | ||
| 1478 | 2024.11.27 18:35:13.840353 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1479 | 2024.11.27 18:35:13.840492 [ 253 ] {53d97545-637d-43a4-a50c-f2fe51c6b498} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1480 | 2024.11.27 18:35:13.840549 [ 253 ] {53d97545-637d-43a4-a50c-f2fe51c6b498} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1481 | 2024.11.27 18:35:13.841343 [ 253 ] {53d97545-637d-43a4-a50c-f2fe51c6b498} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1482 | 2024.11.27 18:35:13.841388 [ 253 ] {53d97545-637d-43a4-a50c-f2fe51c6b498} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 1483 | 2024.11.27 18:35:13.841763 [ 253 ] {53d97545-637d-43a4-a50c-f2fe51c6b498} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1484 | 2024.11.27 18:35:13.841998 [ 253 ] {53d97545-637d-43a4-a50c-f2fe51c6b498} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1485 | 2024.11.27 18:35:13.842190 [ 253 ] {53d97545-637d-43a4-a50c-f2fe51c6b498} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001727 sec., 132020.84539664158 rows/sec., 8.94 MiB/sec. | ||
| 1486 | 2024.11.27 18:35:13.842240 [ 253 ] {53d97545-637d-43a4-a50c-f2fe51c6b498} <Debug> TCPHandler: Processed in 0.001940808 sec. | ||
| 1487 | 2024.11.27 18:35:13.842385 [ 3 ] {} <Trace> TCP-Session: a361a2aa-9c7a-4712-a8d0-944b968af4ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1488 | 2024.11.27 18:35:13.842520 [ 3 ] {202e6cd7-86b0-4ef9-845f-cb5b5bfa4008} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37389) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1489 | 2024.11.27 18:35:13.842575 [ 3 ] {202e6cd7-86b0-4ef9-845f-cb5b5bfa4008} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1490 | 2024.11.27 18:35:13.843463 [ 3 ] {202e6cd7-86b0-4ef9-845f-cb5b5bfa4008} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1491 | 2024.11.27 18:35:13.843502 [ 3 ] {202e6cd7-86b0-4ef9-845f-cb5b5bfa4008} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 1492 | 2024.11.27 18:35:13.843872 [ 3 ] {202e6cd7-86b0-4ef9-845f-cb5b5bfa4008} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1493 | 2024.11.27 18:35:13.844113 [ 3 ] {202e6cd7-86b0-4ef9-845f-cb5b5bfa4008} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1494 | 2024.11.27 18:35:13.844346 [ 3 ] {202e6cd7-86b0-4ef9-845f-cb5b5bfa4008} <Debug> executeQuery: Read 520 rows, 39.40 KiB in 0.00185 sec., 281081.08108108107 rows/sec., 20.80 MiB/sec. | ||
| 1495 | 2024.11.27 18:35:13.844401 [ 3 ] {202e6cd7-86b0-4ef9-845f-cb5b5bfa4008} <Debug> TCPHandler: Processed in 0.002078501 sec. | ||
| 1496 | 2024.11.27 18:35:13.844540 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1497 | 2024.11.27 18:35:13.844657 [ 253 ] {63204b50-5369-43a9-b420-abce64070218} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1498 | 2024.11.27 18:35:13.844708 [ 253 ] {63204b50-5369-43a9-b420-abce64070218} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1499 | 2024.11.27 18:35:13.847626 [ 253 ] {63204b50-5369-43a9-b420-abce64070218} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1500 | 2024.11.27 18:35:13.847663 [ 253 ] {63204b50-5369-43a9-b420-abce64070218} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 1501 | 2024.11.27 18:35:13.848181 [ 253 ] {63204b50-5369-43a9-b420-abce64070218} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1502 | 2024.11.27 18:35:13.848421 [ 253 ] {63204b50-5369-43a9-b420-abce64070218} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1503 | 2024.11.27 18:35:13.848620 [ 253 ] {63204b50-5369-43a9-b420-abce64070218} <Debug> executeQuery: Read 1635 rows, 111.87 KiB in 0.003985 sec., 410288.58218318695 rows/sec., 27.41 MiB/sec. | ||
| 1504 | 2024.11.27 18:35:13.848673 [ 253 ] {63204b50-5369-43a9-b420-abce64070218} <Debug> TCPHandler: Processed in 0.004187762 sec. | ||
| 1505 | 2024.11.27 18:35:13.848833 [ 3 ] {} <Trace> TCP-Session: a361a2aa-9c7a-4712-a8d0-944b968af4ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1506 | 2024.11.27 18:35:13.848972 [ 3 ] {6bedec7c-fdd7-4cd0-be96-9964fcb12fe4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37389) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1507 | 2024.11.27 18:35:13.849028 [ 3 ] {6bedec7c-fdd7-4cd0-be96-9964fcb12fe4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1508 | 2024.11.27 18:35:13.849559 [ 3 ] {6bedec7c-fdd7-4cd0-be96-9964fcb12fe4} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1509 | 2024.11.27 18:35:13.849597 [ 3 ] {6bedec7c-fdd7-4cd0-be96-9964fcb12fe4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.18 GiB. | ||
| 1510 | 2024.11.27 18:35:13.849958 [ 3 ] {6bedec7c-fdd7-4cd0-be96-9964fcb12fe4} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1511 | 2024.11.27 18:35:13.850188 [ 3 ] {6bedec7c-fdd7-4cd0-be96-9964fcb12fe4} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1512 | 2024.11.27 18:35:13.850398 [ 3 ] {6bedec7c-fdd7-4cd0-be96-9964fcb12fe4} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.001457 sec., 8236.101578586136 rows/sec., 568.38 KiB/sec. | ||
| 1513 | 2024.11.27 18:35:13.850447 [ 3 ] {6bedec7c-fdd7-4cd0-be96-9964fcb12fe4} <Debug> TCPHandler: Processed in 0.001683925 sec. | ||
| 1514 | 2024.11.27 18:35:17.376363 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 222 | ||
| 1515 | 2024.11.27 18:35:17.380015 [ 242 ] {} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1516 | 2024.11.27 18:35:17.380074 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 1517 | 2024.11.27 18:35:17.381780 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1518 | 2024.11.27 18:35:17.382112 [ 242 ] {} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1519 | 2024.11.27 18:35:17.382966 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 222 | ||
| 1520 | 2024.11.27 18:35:18.035355 [ 3 ] {} <Trace> TCP-Session: a361a2aa-9c7a-4712-a8d0-944b968af4ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1521 | 2024.11.27 18:35:18.035578 [ 3 ] {2eb0c27d-28f1-436b-8469-3458a6ef0645} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37389) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1522 | 2024.11.27 18:35:18.035681 [ 3 ] {2eb0c27d-28f1-436b-8469-3458a6ef0645} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1523 | 2024.11.27 18:35:18.036721 [ 3 ] {2eb0c27d-28f1-436b-8469-3458a6ef0645} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1524 | 2024.11.27 18:35:18.036769 [ 3 ] {2eb0c27d-28f1-436b-8469-3458a6ef0645} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 1525 | 2024.11.27 18:35:18.037216 [ 3 ] {2eb0c27d-28f1-436b-8469-3458a6ef0645} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1526 | 2024.11.27 18:35:18.037474 [ 3 ] {2eb0c27d-28f1-436b-8469-3458a6ef0645} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1527 | 2024.11.27 18:35:18.037721 [ 3 ] {2eb0c27d-28f1-436b-8469-3458a6ef0645} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002216 sec., 25270.758122743682 rows/sec., 1.93 MiB/sec. | ||
| 1528 | 2024.11.27 18:35:18.037782 [ 3 ] {2eb0c27d-28f1-436b-8469-3458a6ef0645} <Debug> TCPHandler: Processed in 0.002557788 sec. | ||
| 1529 | 2024.11.27 18:35:18.038027 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1530 | 2024.11.27 18:35:18.038242 [ 253 ] {f9a2f91e-28f1-46a8-85bf-3cbd1882b378} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1531 | 2024.11.27 18:35:18.038324 [ 253 ] {f9a2f91e-28f1-46a8-85bf-3cbd1882b378} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1532 | 2024.11.27 18:35:18.039145 [ 253 ] {f9a2f91e-28f1-46a8-85bf-3cbd1882b378} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1533 | 2024.11.27 18:35:18.039193 [ 253 ] {f9a2f91e-28f1-46a8-85bf-3cbd1882b378} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 1534 | 2024.11.27 18:35:18.039644 [ 253 ] {f9a2f91e-28f1-46a8-85bf-3cbd1882b378} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1535 | 2024.11.27 18:35:18.039903 [ 253 ] {f9a2f91e-28f1-46a8-85bf-3cbd1882b378} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1536 | 2024.11.27 18:35:18.040144 [ 253 ] {f9a2f91e-28f1-46a8-85bf-3cbd1882b378} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001964 sec., 32586.558044806516 rows/sec., 2.54 MiB/sec. | ||
| 1537 | 2024.11.27 18:35:18.040207 [ 253 ] {f9a2f91e-28f1-46a8-85bf-3cbd1882b378} <Debug> TCPHandler: Processed in 0.002319935 sec. | ||
| 1538 | 2024.11.27 18:35:18.040374 [ 3 ] {} <Trace> TCP-Session: a361a2aa-9c7a-4712-a8d0-944b968af4ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1539 | 2024.11.27 18:35:18.040517 [ 3 ] {6f7fa93f-a187-4afe-ad64-a437e618c0dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37389) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1540 | 2024.11.27 18:35:18.040592 [ 3 ] {6f7fa93f-a187-4afe-ad64-a437e618c0dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1541 | 2024.11.27 18:35:18.041182 [ 3 ] {6f7fa93f-a187-4afe-ad64-a437e618c0dd} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1542 | 2024.11.27 18:35:18.041224 [ 3 ] {6f7fa93f-a187-4afe-ad64-a437e618c0dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 1543 | 2024.11.27 18:35:18.041636 [ 3 ] {6f7fa93f-a187-4afe-ad64-a437e618c0dd} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1544 | 2024.11.27 18:35:18.041886 [ 3 ] {6f7fa93f-a187-4afe-ad64-a437e618c0dd} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1545 | 2024.11.27 18:35:18.042111 [ 3 ] {6f7fa93f-a187-4afe-ad64-a437e618c0dd} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001636 sec., 78239.60880195598 rows/sec., 5.45 MiB/sec. | ||
| 1546 | 2024.11.27 18:35:18.042169 [ 3 ] {6f7fa93f-a187-4afe-ad64-a437e618c0dd} <Debug> TCPHandler: Processed in 0.001854618 sec. | ||
| 1547 | 2024.11.27 18:35:18.042339 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1548 | 2024.11.27 18:35:18.042470 [ 253 ] {9d97f078-906b-478d-bd41-13d294051e27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1549 | 2024.11.27 18:35:18.042527 [ 253 ] {9d97f078-906b-478d-bd41-13d294051e27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1550 | 2024.11.27 18:35:18.043047 [ 253 ] {9d97f078-906b-478d-bd41-13d294051e27} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1551 | 2024.11.27 18:35:18.043087 [ 253 ] {9d97f078-906b-478d-bd41-13d294051e27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 1552 | 2024.11.27 18:35:18.043490 [ 253 ] {9d97f078-906b-478d-bd41-13d294051e27} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1553 | 2024.11.27 18:35:18.043732 [ 253 ] {9d97f078-906b-478d-bd41-13d294051e27} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1554 | 2024.11.27 18:35:18.043944 [ 253 ] {9d97f078-906b-478d-bd41-13d294051e27} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001506 sec., 31872.509960159365 rows/sec., 2.15 MiB/sec. | ||
| 1555 | 2024.11.27 18:35:18.043999 [ 253 ] {9d97f078-906b-478d-bd41-13d294051e27} <Debug> TCPHandler: Processed in 0.001718196 sec. | ||
| 1556 | 2024.11.27 18:35:19.883219 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 3233 | ||
| 1557 | 2024.11.27 18:35:19.883887 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1558 | 2024.11.27 18:35:19.883925 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 1559 | 2024.11.27 18:35:19.884447 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1560 | 2024.11.27 18:35:19.884693 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1561 | 2024.11.27 18:35:19.884868 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3233 | ||
| 1562 | 2024.11.27 18:35:20.090721 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53 | ||
| 1563 | 2024.11.27 18:35:20.110126 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1564 | 2024.11.27 18:35:20.110184 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 1565 | 2024.11.27 18:35:20.117186 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1566 | 2024.11.27 18:35:20.117939 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1567 | 2024.11.27 18:35:20.120596 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 53 | ||
| 1568 | 2024.11.27 18:35:21.000174 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 164.09 MiB, peak 169.49 MiB, free memory in arenas 0.00 B, will set to 165.23 MiB (RSS), difference: 1.14 MiB | ||
| 1569 | 2024.11.27 18:35:23.037247 [ 3 ] {} <Trace> TCP-Session: a361a2aa-9c7a-4712-a8d0-944b968af4ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1570 | 2024.11.27 18:35:23.037450 [ 3 ] {1436f7d4-be10-450a-b659-db524ecedb4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37389) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1571 | 2024.11.27 18:35:23.037528 [ 3 ] {1436f7d4-be10-450a-b659-db524ecedb4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1572 | 2024.11.27 18:35:23.038323 [ 3 ] {1436f7d4-be10-450a-b659-db524ecedb4f} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1573 | 2024.11.27 18:35:23.038370 [ 3 ] {1436f7d4-be10-450a-b659-db524ecedb4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 1574 | 2024.11.27 18:35:23.038827 [ 3 ] {1436f7d4-be10-450a-b659-db524ecedb4f} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1575 | 2024.11.27 18:35:23.039081 [ 3 ] {1436f7d4-be10-450a-b659-db524ecedb4f} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1576 | 2024.11.27 18:35:23.039369 [ 3 ] {1436f7d4-be10-450a-b659-db524ecedb4f} <Debug> executeQuery: Read 106 rows, 9.15 KiB in 0.001966 sec., 53916.58189216684 rows/sec., 4.54 MiB/sec. | ||
| 1577 | 2024.11.27 18:35:23.039533 [ 3 ] {1436f7d4-be10-450a-b659-db524ecedb4f} <Debug> TCPHandler: Processed in 0.002412055 sec. | ||
| 1578 | 2024.11.27 18:35:23.039801 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1579 | 2024.11.27 18:35:23.039993 [ 253 ] {5976543f-06bb-42d0-ac42-56db1acb0b8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1580 | 2024.11.27 18:35:23.040067 [ 253 ] {5976543f-06bb-42d0-ac42-56db1acb0b8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1581 | 2024.11.27 18:35:23.040827 [ 253 ] {5976543f-06bb-42d0-ac42-56db1acb0b8c} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1582 | 2024.11.27 18:35:23.040876 [ 253 ] {5976543f-06bb-42d0-ac42-56db1acb0b8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 1583 | 2024.11.27 18:35:23.041299 [ 253 ] {5976543f-06bb-42d0-ac42-56db1acb0b8c} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1584 | 2024.11.27 18:35:23.041545 [ 253 ] {5976543f-06bb-42d0-ac42-56db1acb0b8c} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1585 | 2024.11.27 18:35:23.041775 [ 253 ] {5976543f-06bb-42d0-ac42-56db1acb0b8c} <Debug> executeQuery: Read 25 rows, 1.88 KiB in 0.001835 sec., 13623.978201634876 rows/sec., 1.00 MiB/sec. | ||
| 1586 | 2024.11.27 18:35:23.041829 [ 253 ] {5976543f-06bb-42d0-ac42-56db1acb0b8c} <Debug> TCPHandler: Processed in 0.002163192 sec. | ||
| 1587 | 2024.11.27 18:35:23.041993 [ 3 ] {} <Trace> TCP-Session: a361a2aa-9c7a-4712-a8d0-944b968af4ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1588 | 2024.11.27 18:35:23.042140 [ 3 ] {2e3b42dd-5f67-4c44-8614-57c471dd69e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37389) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1589 | 2024.11.27 18:35:23.042201 [ 3 ] {2e3b42dd-5f67-4c44-8614-57c471dd69e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1590 | 2024.11.27 18:35:23.042922 [ 3 ] {2e3b42dd-5f67-4c44-8614-57c471dd69e8} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1591 | 2024.11.27 18:35:23.042959 [ 3 ] {2e3b42dd-5f67-4c44-8614-57c471dd69e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 1592 | 2024.11.27 18:35:23.043330 [ 3 ] {2e3b42dd-5f67-4c44-8614-57c471dd69e8} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1593 | 2024.11.27 18:35:23.043585 [ 3 ] {2e3b42dd-5f67-4c44-8614-57c471dd69e8} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1594 | 2024.11.27 18:35:23.043777 [ 3 ] {2e3b42dd-5f67-4c44-8614-57c471dd69e8} <Debug> executeQuery: Read 89 rows, 7.12 KiB in 0.001672 sec., 53229.66507177033 rows/sec., 4.16 MiB/sec. | ||
| 1595 | 2024.11.27 18:35:23.043832 [ 3 ] {2e3b42dd-5f67-4c44-8614-57c471dd69e8} <Debug> TCPHandler: Processed in 0.001907248 sec. | ||
| 1596 | 2024.11.27 18:35:23.043989 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1597 | 2024.11.27 18:35:23.044106 [ 253 ] {cb4a6ced-0cba-4d2c-b439-8fab63b4de59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1598 | 2024.11.27 18:35:23.044159 [ 253 ] {cb4a6ced-0cba-4d2c-b439-8fab63b4de59} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1599 | 2024.11.27 18:35:23.044719 [ 253 ] {cb4a6ced-0cba-4d2c-b439-8fab63b4de59} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1600 | 2024.11.27 18:35:23.044759 [ 253 ] {cb4a6ced-0cba-4d2c-b439-8fab63b4de59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 1601 | 2024.11.27 18:35:23.045149 [ 253 ] {cb4a6ced-0cba-4d2c-b439-8fab63b4de59} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1602 | 2024.11.27 18:35:23.045381 [ 253 ] {cb4a6ced-0cba-4d2c-b439-8fab63b4de59} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1603 | 2024.11.27 18:35:23.045635 [ 253 ] {cb4a6ced-0cba-4d2c-b439-8fab63b4de59} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001554 sec., 102960.10296010296 rows/sec., 7.17 MiB/sec. | ||
| 1604 | 2024.11.27 18:35:23.045807 [ 253 ] {cb4a6ced-0cba-4d2c-b439-8fab63b4de59} <Debug> TCPHandler: Processed in 0.001866467 sec. | ||
| 1605 | 2024.11.27 18:35:23.045980 [ 3 ] {} <Trace> TCP-Session: a361a2aa-9c7a-4712-a8d0-944b968af4ff Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1606 | 2024.11.27 18:35:23.046118 [ 3 ] {7b51d4af-0669-43eb-89d0-c550d6a97fc4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:37389) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1607 | 2024.11.27 18:35:23.046212 [ 3 ] {7b51d4af-0669-43eb-89d0-c550d6a97fc4} <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 | ||
| 1608 | 2024.11.27 18:35:23.047423 [ 3 ] {7b51d4af-0669-43eb-89d0-c550d6a97fc4} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1609 | 2024.11.27 18:35:23.047460 [ 3 ] {7b51d4af-0669-43eb-89d0-c550d6a97fc4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 1610 | 2024.11.27 18:35:23.048112 [ 3 ] {7b51d4af-0669-43eb-89d0-c550d6a97fc4} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1611 | 2024.11.27 18:35:23.048375 [ 3 ] {7b51d4af-0669-43eb-89d0-c550d6a97fc4} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1612 | 2024.11.27 18:35:23.048585 [ 3 ] {7b51d4af-0669-43eb-89d0-c550d6a97fc4} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.002499 sec., 10004.001600640257 rows/sec., 17.93 MiB/sec. | ||
| 1613 | 2024.11.27 18:35:23.048689 [ 3 ] {7b51d4af-0669-43eb-89d0-c550d6a97fc4} <Debug> TCPHandler: Processed in 0.002778411 sec. | ||
| 1614 | 2024.11.27 18:35:23.048839 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1615 | 2024.11.27 18:35:23.048957 [ 253 ] {d1dfb189-6183-436f-a3b3-b3223d2bd99e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1616 | 2024.11.27 18:35:23.049007 [ 253 ] {d1dfb189-6183-436f-a3b3-b3223d2bd99e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1617 | 2024.11.27 18:35:23.049499 [ 253 ] {d1dfb189-6183-436f-a3b3-b3223d2bd99e} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1618 | 2024.11.27 18:35:23.049538 [ 253 ] {d1dfb189-6183-436f-a3b3-b3223d2bd99e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 1619 | 2024.11.27 18:35:23.049912 [ 253 ] {d1dfb189-6183-436f-a3b3-b3223d2bd99e} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1620 | 2024.11.27 18:35:23.050162 [ 253 ] {d1dfb189-6183-436f-a3b3-b3223d2bd99e} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1621 | 2024.11.27 18:35:23.050428 [ 253 ] {d1dfb189-6183-436f-a3b3-b3223d2bd99e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001486 sec., 40376.85060565276 rows/sec., 2.72 MiB/sec. | ||
| 1622 | 2024.11.27 18:35:23.050644 [ 253 ] {d1dfb189-6183-436f-a3b3-b3223d2bd99e} <Debug> TCPHandler: Processed in 0.001857657 sec. | ||
| 1623 | 2024.11.27 18:35:27.313874 [ 67 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1624 | 2024.11.27 18:35:27.313969 [ 67 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1625 | 2024.11.27 18:35:27.383255 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 242 | ||
| 1626 | 2024.11.27 18:35:27.385060 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 3721 | ||
| 1627 | 2024.11.27 18:35:27.389540 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1628 | 2024.11.27 18:35:27.389621 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 1629 | 2024.11.27 18:35:27.390732 [ 242 ] {} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1630 | 2024.11.27 18:35:27.390863 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 1631 | 2024.11.27 18:35:27.391194 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1632 | 2024.11.27 18:35:27.391814 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1633 | 2024.11.27 18:35:27.392329 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3721 | ||
| 1634 | 2024.11.27 18:35:27.393389 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1635 | 2024.11.27 18:35:27.393723 [ 242 ] {} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1636 | 2024.11.27 18:35:27.394344 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 242 | ||
| 1637 | 2024.11.27 18:35:27.620688 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61 | ||
| 1638 | 2024.11.27 18:35:27.639619 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1639 | 2024.11.27 18:35:27.639677 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 1640 | 2024.11.27 18:35:27.640599 [ 3 ] {} <Debug> TCPHandler: Done processing connection. | ||
| 1641 | 2024.11.27 18:35:27.640714 [ 3 ] {} <Debug> TCP-Session: a361a2aa-9c7a-4712-a8d0-944b968af4ff Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1642 | 2024.11.27 18:35:27.646845 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1643 | 2024.11.27 18:35:27.647593 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1644 | 2024.11.27 18:35:27.650099 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 61 | ||
| 1645 | 2024.11.27 18:35:28.000210 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 163.76 MiB, peak 169.49 MiB, free memory in arenas 0.00 B, will set to 166.18 MiB (RSS), difference: 2.42 MiB | ||
| 1646 | 2024.11.27 18:35:28.036085 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1647 | 2024.11.27 18:35:28.036386 [ 253 ] {47fe7bec-1aa0-43c0-986d-7a38ddc067de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1648 | 2024.11.27 18:35:28.036501 [ 253 ] {47fe7bec-1aa0-43c0-986d-7a38ddc067de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1649 | 2024.11.27 18:35:28.037433 [ 253 ] {47fe7bec-1aa0-43c0-986d-7a38ddc067de} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1650 | 2024.11.27 18:35:28.037479 [ 253 ] {47fe7bec-1aa0-43c0-986d-7a38ddc067de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 1651 | 2024.11.27 18:35:28.037928 [ 253 ] {47fe7bec-1aa0-43c0-986d-7a38ddc067de} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 1652 | 2024.11.27 18:35:28.038285 [ 253 ] {47fe7bec-1aa0-43c0-986d-7a38ddc067de} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1653 | 2024.11.27 18:35:28.038895 [ 253 ] {47fe7bec-1aa0-43c0-986d-7a38ddc067de} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002594 sec., 21588.28064764842 rows/sec., 1.65 MiB/sec. | ||
| 1654 | 2024.11.27 18:35:28.038952 [ 253 ] {47fe7bec-1aa0-43c0-986d-7a38ddc067de} <Debug> TCPHandler: Processed in 0.003055565 sec. | ||
| 1655 | 2024.11.27 18:35:28.039235 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1656 | 2024.11.27 18:35:28.039446 [ 254 ] {7bc8a9de-5d2b-4fc5-b205-28e510923a73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1657 | 2024.11.27 18:35:28.039553 [ 254 ] {7bc8a9de-5d2b-4fc5-b205-28e510923a73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1658 | 2024.11.27 18:35:28.040359 [ 254 ] {7bc8a9de-5d2b-4fc5-b205-28e510923a73} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1659 | 2024.11.27 18:35:28.040398 [ 254 ] {7bc8a9de-5d2b-4fc5-b205-28e510923a73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 1660 | 2024.11.27 18:35:28.040833 [ 254 ] {7bc8a9de-5d2b-4fc5-b205-28e510923a73} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 1661 | 2024.11.27 18:35:28.041081 [ 254 ] {7bc8a9de-5d2b-4fc5-b205-28e510923a73} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1662 | 2024.11.27 18:35:28.041413 [ 254 ] {7bc8a9de-5d2b-4fc5-b205-28e510923a73} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002002 sec., 31968.03196803197 rows/sec., 2.50 MiB/sec. | ||
| 1663 | 2024.11.27 18:35:28.041681 [ 254 ] {7bc8a9de-5d2b-4fc5-b205-28e510923a73} <Debug> MemoryTracker: Peak memory usage (for query): 4.22 MiB. | ||
| 1664 | 2024.11.27 18:35:28.041722 [ 254 ] {7bc8a9de-5d2b-4fc5-b205-28e510923a73} <Debug> TCPHandler: Processed in 0.002643359 sec. | ||
| 1665 | 2024.11.27 18:35:28.041888 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1666 | 2024.11.27 18:35:28.042004 [ 253 ] {3b2c5f73-fcf0-4faa-a76a-43263f08b243} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1667 | 2024.11.27 18:35:28.042059 [ 253 ] {3b2c5f73-fcf0-4faa-a76a-43263f08b243} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1668 | 2024.11.27 18:35:28.042672 [ 253 ] {3b2c5f73-fcf0-4faa-a76a-43263f08b243} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1669 | 2024.11.27 18:35:28.042713 [ 253 ] {3b2c5f73-fcf0-4faa-a76a-43263f08b243} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 1670 | 2024.11.27 18:35:28.043123 [ 253 ] {3b2c5f73-fcf0-4faa-a76a-43263f08b243} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 1671 | 2024.11.27 18:35:28.043364 [ 253 ] {3b2c5f73-fcf0-4faa-a76a-43263f08b243} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1672 | 2024.11.27 18:35:28.043605 [ 253 ] {3b2c5f73-fcf0-4faa-a76a-43263f08b243} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001618 sec., 98887.51545117429 rows/sec., 6.89 MiB/sec. | ||
| 1673 | 2024.11.27 18:35:28.043671 [ 253 ] {3b2c5f73-fcf0-4faa-a76a-43263f08b243} <Debug> TCPHandler: Processed in 0.001842687 sec. | ||
| 1674 | 2024.11.27 18:35:28.043833 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1675 | 2024.11.27 18:35:28.043972 [ 254 ] {58a85079-5d4d-4e42-96ef-3137ab729684} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1676 | 2024.11.27 18:35:28.044032 [ 254 ] {58a85079-5d4d-4e42-96ef-3137ab729684} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1677 | 2024.11.27 18:35:28.044612 [ 254 ] {58a85079-5d4d-4e42-96ef-3137ab729684} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1678 | 2024.11.27 18:35:28.044658 [ 254 ] {58a85079-5d4d-4e42-96ef-3137ab729684} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 1679 | 2024.11.27 18:35:28.045054 [ 254 ] {58a85079-5d4d-4e42-96ef-3137ab729684} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 1680 | 2024.11.27 18:35:28.045298 [ 254 ] {58a85079-5d4d-4e42-96ef-3137ab729684} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1681 | 2024.11.27 18:35:28.045634 [ 254 ] {58a85079-5d4d-4e42-96ef-3137ab729684} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001658 sec., 36188.17852834741 rows/sec., 2.44 MiB/sec. | ||
| 1682 | 2024.11.27 18:35:28.045854 [ 254 ] {58a85079-5d4d-4e42-96ef-3137ab729684} <Debug> TCPHandler: Processed in 0.002085681 sec. | ||
| 1683 | 2024.11.27 18:35:29.000209 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 168.49 MiB, peak 170.47 MiB, free memory in arenas 0.00 B, will set to 166.22 MiB (RSS), difference: -2.27 MiB | ||
| 1684 | 2024.11.27 18:35:33.037107 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1685 | 2024.11.27 18:35:33.037323 [ 253 ] {334569e8-5a85-4ada-a82c-76c37f2cab9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1686 | 2024.11.27 18:35:33.037399 [ 253 ] {334569e8-5a85-4ada-a82c-76c37f2cab9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1687 | 2024.11.27 18:35:33.038234 [ 253 ] {334569e8-5a85-4ada-a82c-76c37f2cab9c} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1688 | 2024.11.27 18:35:33.038290 [ 253 ] {334569e8-5a85-4ada-a82c-76c37f2cab9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 1689 | 2024.11.27 18:35:33.038740 [ 253 ] {334569e8-5a85-4ada-a82c-76c37f2cab9c} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 1690 | 2024.11.27 18:35:33.039014 [ 253 ] {334569e8-5a85-4ada-a82c-76c37f2cab9c} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1691 | 2024.11.27 18:35:33.039217 [ 63 ] {} <Debug> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 1692 | 2024.11.27 18:35:33.039280 [ 253 ] {334569e8-5a85-4ada-a82c-76c37f2cab9c} <Debug> executeQuery: Read 106 rows, 9.15 KiB in 0.002007 sec., 52815.14698555057 rows/sec., 4.45 MiB/sec. | ||
| 1693 | 2024.11.27 18:35:33.039311 [ 63 ] {} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1694 | 2024.11.27 18:35:33.039386 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 1695 | 2024.11.27 18:35:33.039419 [ 253 ] {334569e8-5a85-4ada-a82c-76c37f2cab9c} <Debug> TCPHandler: Processed in 0.002444336 sec. | ||
| 1696 | 2024.11.27 18:35:33.039750 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1697 | 2024.11.27 18:35:33.039825 [ 192 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::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 | ||
| 1698 | 2024.11.27 18:35:33.040053 [ 254 ] {6c4f2795-b1cf-4ca0-a820-83f57949a7ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1699 | 2024.11.27 18:35:33.040086 [ 192 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1700 | 2024.11.27 18:35:33.040145 [ 192 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 106 rows starting from the beginning of the part | ||
| 1701 | 2024.11.27 18:35:33.040170 [ 254 ] {6c4f2795-b1cf-4ca0-a820-83f57949a7ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1702 | 2024.11.27 18:35:33.040481 [ 192 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1197 rows starting from the beginning of the part | ||
| 1703 | 2024.11.27 18:35:33.040730 [ 192 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 56 rows starting from the beginning of the part | ||
| 1704 | 2024.11.27 18:35:33.041063 [ 192 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 106 rows starting from the beginning of the part | ||
| 1705 | 2024.11.27 18:35:33.041461 [ 192 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 56 rows starting from the beginning of the part | ||
| 1706 | 2024.11.27 18:35:33.041833 [ 192 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 106 rows starting from the beginning of the part | ||
| 1707 | 2024.11.27 18:35:33.043096 [ 254 ] {6c4f2795-b1cf-4ca0-a820-83f57949a7ba} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1708 | 2024.11.27 18:35:33.043180 [ 254 ] {6c4f2795-b1cf-4ca0-a820-83f57949a7ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 1709 | 2024.11.27 18:35:33.044270 [ 254 ] {6c4f2795-b1cf-4ca0-a820-83f57949a7ba} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1710 | 2024.11.27 18:35:33.044793 [ 254 ] {6c4f2795-b1cf-4ca0-a820-83f57949a7ba} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1711 | 2024.11.27 18:35:33.044955 [ 201 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1627 rows, containing 5 columns (5 merged, 0 gathered) in 0.005456951 sec., 298151.843401196 rows/sec., 25.61 MiB/sec. | ||
| 1712 | 2024.11.27 18:35:33.045222 [ 254 ] {6c4f2795-b1cf-4ca0-a820-83f57949a7ba} <Debug> executeQuery: Read 25 rows, 1.88 KiB in 0.00526 sec., 4752.851711026616 rows/sec., 357.39 KiB/sec. | ||
| 1713 | 2024.11.27 18:35:33.045393 [ 254 ] {6c4f2795-b1cf-4ca0-a820-83f57949a7ba} <Debug> TCPHandler: Processed in 0.005842447 sec. | ||
| 1714 | 2024.11.27 18:35:33.045409 [ 201 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 1715 | 2024.11.27 18:35:33.045617 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1716 | 2024.11.27 18:35:33.045839 [ 253 ] {3052b991-c8db-4451-8c39-0d2adde80250} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1717 | 2024.11.27 18:35:33.045931 [ 253 ] {3052b991-c8db-4451-8c39-0d2adde80250} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1718 | 2024.11.27 18:35:33.045952 [ 201 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_11_2} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1719 | 2024.11.27 18:35:33.046212 [ 201 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_11_2} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 1720 | 2024.11.27 18:35:33.046440 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.59 MiB. | ||
| 1721 | 2024.11.27 18:35:33.046967 [ 253 ] {3052b991-c8db-4451-8c39-0d2adde80250} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1722 | 2024.11.27 18:35:33.047014 [ 253 ] {3052b991-c8db-4451-8c39-0d2adde80250} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 1723 | 2024.11.27 18:35:33.047395 [ 253 ] {3052b991-c8db-4451-8c39-0d2adde80250} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 1724 | 2024.11.27 18:35:33.047637 [ 253 ] {3052b991-c8db-4451-8c39-0d2adde80250} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1725 | 2024.11.27 18:35:33.047804 [ 63 ] {} <Debug> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 1726 | 2024.11.27 18:35:33.047867 [ 63 ] {} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1727 | 2024.11.27 18:35:33.047894 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 1728 | 2024.11.27 18:35:33.047918 [ 253 ] {3052b991-c8db-4451-8c39-0d2adde80250} <Debug> executeQuery: Read 89 rows, 7.12 KiB in 0.002136 sec., 41666.66666666667 rows/sec., 3.25 MiB/sec. | ||
| 1729 | 2024.11.27 18:35:33.048322 [ 200 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::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 | ||
| 1730 | 2024.11.27 18:35:33.048355 [ 253 ] {3052b991-c8db-4451-8c39-0d2adde80250} <Debug> TCPHandler: Processed in 0.002839212 sec. | ||
| 1731 | 2024.11.27 18:35:33.048596 [ 200 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1732 | 2024.11.27 18:35:33.048625 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1733 | 2024.11.27 18:35:33.048645 [ 200 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 96 rows starting from the beginning of the part | ||
| 1734 | 2024.11.27 18:35:33.048968 [ 200 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 520 rows starting from the beginning of the part | ||
| 1735 | 2024.11.27 18:35:33.048987 [ 254 ] {61c2cbd8-0ad0-41ee-8c00-4ed4959529e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1736 | 2024.11.27 18:35:33.049201 [ 254 ] {61c2cbd8-0ad0-41ee-8c00-4ed4959529e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1737 | 2024.11.27 18:35:33.049226 [ 200 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 64 rows starting from the beginning of the part | ||
| 1738 | 2024.11.27 18:35:33.049555 [ 200 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 89 rows starting from the beginning of the part | ||
| 1739 | 2024.11.27 18:35:33.049919 [ 200 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 64 rows starting from the beginning of the part | ||
| 1740 | 2024.11.27 18:35:33.050280 [ 200 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 89 rows starting from the beginning of the part | ||
| 1741 | 2024.11.27 18:35:33.051742 [ 254 ] {61c2cbd8-0ad0-41ee-8c00-4ed4959529e4} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1742 | 2024.11.27 18:35:33.051814 [ 254 ] {61c2cbd8-0ad0-41ee-8c00-4ed4959529e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 1743 | 2024.11.27 18:35:33.052744 [ 254 ] {61c2cbd8-0ad0-41ee-8c00-4ed4959529e4} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 1744 | 2024.11.27 18:35:33.053048 [ 192 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 922 rows, containing 5 columns (5 merged, 0 gathered) in 0.005057415 sec., 182306.57361517692 rows/sec., 14.51 MiB/sec. | ||
| 1745 | 2024.11.27 18:35:33.053216 [ 254 ] {61c2cbd8-0ad0-41ee-8c00-4ed4959529e4} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1746 | 2024.11.27 18:35:33.053270 [ 192 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 1747 | 2024.11.27 18:35:33.053419 [ 63 ] {} <Debug> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 1748 | 2024.11.27 18:35:33.053529 [ 63 ] {} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1749 | 2024.11.27 18:35:33.053620 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 1750 | 2024.11.27 18:35:33.053702 [ 254 ] {61c2cbd8-0ad0-41ee-8c00-4ed4959529e4} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004867 sec., 32874.46065337991 rows/sec., 2.29 MiB/sec. | ||
| 1751 | 2024.11.27 18:35:33.054149 [ 254 ] {61c2cbd8-0ad0-41ee-8c00-4ed4959529e4} <Debug> TCPHandler: Processed in 0.005630513 sec. | ||
| 1752 | 2024.11.27 18:35:33.054198 [ 192 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_11_2} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1753 | 2024.11.27 18:35:33.054549 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1754 | 2024.11.27 18:35:33.054591 [ 192 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_11_2} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 1755 | 2024.11.27 18:35:33.054633 [ 197 ] {67d43675-535f-43d0-af84-f38bbc85c22c::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 | ||
| 1756 | 2024.11.27 18:35:33.054847 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. | ||
| 1757 | 2024.11.27 18:35:33.054976 [ 253 ] {007180df-51ec-4889-a090-2ae591f43ddd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1758 | 2024.11.27 18:35:33.055053 [ 197 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1759 | 2024.11.27 18:35:33.055167 [ 197 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 810 rows starting from the beginning of the part | ||
| 1760 | 2024.11.27 18:35:33.055180 [ 253 ] {007180df-51ec-4889-a090-2ae591f43ddd} <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 | ||
| 1761 | 2024.11.27 18:35:33.055704 [ 197 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1635 rows starting from the beginning of the part | ||
| 1762 | 2024.11.27 18:35:33.056053 [ 197 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 128 rows starting from the beginning of the part | ||
| 1763 | 2024.11.27 18:35:33.056426 [ 197 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 160 rows starting from the beginning of the part | ||
| 1764 | 2024.11.27 18:35:33.056833 [ 197 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 160 rows starting from the beginning of the part | ||
| 1765 | 2024.11.27 18:35:33.057192 [ 197 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 160 rows starting from the beginning of the part | ||
| 1766 | 2024.11.27 18:35:33.060572 [ 253 ] {007180df-51ec-4889-a090-2ae591f43ddd} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1767 | 2024.11.27 18:35:33.060633 [ 253 ] {007180df-51ec-4889-a090-2ae591f43ddd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 1768 | 2024.11.27 18:35:33.061454 [ 198 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3053 rows, containing 5 columns (5 merged, 0 gathered) in 0.007622473 sec., 400526.18093891576 rows/sec., 27.30 MiB/sec. | ||
| 1769 | 2024.11.27 18:35:33.061776 [ 198 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 1770 | 2024.11.27 18:35:33.061876 [ 253 ] {007180df-51ec-4889-a090-2ae591f43ddd} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1771 | 2024.11.27 18:35:33.062129 [ 198 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1772 | 2024.11.27 18:35:33.062231 [ 253 ] {007180df-51ec-4889-a090-2ae591f43ddd} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1773 | 2024.11.27 18:35:33.062275 [ 198 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 1774 | 2024.11.27 18:35:33.062474 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.74 MiB. | ||
| 1775 | 2024.11.27 18:35:33.062651 [ 253 ] {007180df-51ec-4889-a090-2ae591f43ddd} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.007828 sec., 3193.663771078181 rows/sec., 5.72 MiB/sec. | ||
| 1776 | 2024.11.27 18:35:33.062792 [ 253 ] {007180df-51ec-4889-a090-2ae591f43ddd} <Debug> TCPHandler: Processed in 0.008503217 sec. | ||
| 1777 | 2024.11.27 18:35:33.062963 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1778 | 2024.11.27 18:35:33.063082 [ 254 ] {6f77ce8a-e6cd-48c8-b4bb-564491c90f0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1779 | 2024.11.27 18:35:33.063133 [ 254 ] {6f77ce8a-e6cd-48c8-b4bb-564491c90f0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1780 | 2024.11.27 18:35:33.063638 [ 254 ] {6f77ce8a-e6cd-48c8-b4bb-564491c90f0f} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1781 | 2024.11.27 18:35:33.063679 [ 254 ] {6f77ce8a-e6cd-48c8-b4bb-564491c90f0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 1782 | 2024.11.27 18:35:33.064061 [ 254 ] {6f77ce8a-e6cd-48c8-b4bb-564491c90f0f} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 1783 | 2024.11.27 18:35:33.064295 [ 254 ] {6f77ce8a-e6cd-48c8-b4bb-564491c90f0f} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1784 | 2024.11.27 18:35:33.064451 [ 63 ] {} <Debug> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 1785 | 2024.11.27 18:35:33.064508 [ 63 ] {} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1786 | 2024.11.27 18:35:33.064543 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 1787 | 2024.11.27 18:35:33.064556 [ 254 ] {6f77ce8a-e6cd-48c8-b4bb-564491c90f0f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001491 sec., 40241.44869215292 rows/sec., 2.71 MiB/sec. | ||
| 1788 | 2024.11.27 18:35:33.064744 [ 254 ] {6f77ce8a-e6cd-48c8-b4bb-564491c90f0f} <Debug> TCPHandler: Processed in 0.001839367 sec. | ||
| 1789 | 2024.11.27 18:35:33.064787 [ 200 ] {c59724f6-f374-41a1-8302-611230e47527::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 | ||
| 1790 | 2024.11.27 18:35:33.064934 [ 200 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1791 | 2024.11.27 18:35:33.064970 [ 200 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 300 rows starting from the beginning of the part | ||
| 1792 | 2024.11.27 18:35:33.065057 [ 200 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 12 rows starting from the beginning of the part | ||
| 1793 | 2024.11.27 18:35:33.065146 [ 200 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 48 rows starting from the beginning of the part | ||
| 1794 | 2024.11.27 18:35:33.065214 [ 200 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 60 rows starting from the beginning of the part | ||
| 1795 | 2024.11.27 18:35:33.065349 [ 200 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 60 rows starting from the beginning of the part | ||
| 1796 | 2024.11.27 18:35:33.065442 [ 200 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 60 rows starting from the beginning of the part | ||
| 1797 | 2024.11.27 18:35:33.066513 [ 199 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 540 rows, containing 4 columns (4 merged, 0 gathered) in 0.001895948 sec., 284817.93804471433 rows/sec., 19.15 MiB/sec. | ||
| 1798 | 2024.11.27 18:35:33.066656 [ 200 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 1799 | 2024.11.27 18:35:33.066926 [ 200 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_11_2} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1800 | 2024.11.27 18:35:33.067000 [ 200 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_11_2} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 1801 | 2024.11.27 18:35:33.067066 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 1802 | 2024.11.27 18:35:34.892467 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 4148 | ||
| 1803 | 2024.11.27 18:35:34.893082 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1804 | 2024.11.27 18:35:34.893126 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 1805 | 2024.11.27 18:35:34.893634 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1806 | 2024.11.27 18:35:34.893891 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1807 | 2024.11.27 18:35:34.894124 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4148 | ||
| 1808 | 2024.11.27 18:35:35.150188 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68 | ||
| 1809 | 2024.11.27 18:35:35.170542 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1810 | 2024.11.27 18:35:35.170603 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 1811 | 2024.11.27 18:35:35.180103 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1812 | 2024.11.27 18:35:35.180880 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1813 | 2024.11.27 18:35:35.184789 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 68 | ||
| 1814 | 2024.11.27 18:35:37.394520 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 262 | ||
| 1815 | 2024.11.27 18:35:37.397371 [ 242 ] {} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1816 | 2024.11.27 18:35:37.397423 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 1817 | 2024.11.27 18:35:37.398884 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1818 | 2024.11.27 18:35:37.399191 [ 242 ] {} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1819 | 2024.11.27 18:35:37.399435 [ 56 ] {} <Debug> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1820 | 2024.11.27 18:35:37.399568 [ 56 ] {} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1821 | 2024.11.27 18:35:37.399663 [ 56 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 1822 | 2024.11.27 18:35:37.400216 [ 198 ] {b2094d96-d5ad-4d24-939b-7466c2610b9f::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 | ||
| 1823 | 2024.11.27 18:35:37.400754 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 262 | ||
| 1824 | 2024.11.27 18:35:37.401217 [ 198 ] {b2094d96-d5ad-4d24-939b-7466c2610b9f::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1825 | 2024.11.27 18:35:37.401354 [ 198 ] {b2094d96-d5ad-4d24-939b-7466c2610b9f::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 | ||
| 1826 | 2024.11.27 18:35:37.402007 [ 198 ] {b2094d96-d5ad-4d24-939b-7466c2610b9f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 54 rows starting from the beginning of the part | ||
| 1827 | 2024.11.27 18:35:37.402574 [ 198 ] {b2094d96-d5ad-4d24-939b-7466c2610b9f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 32 rows starting from the beginning of the part | ||
| 1828 | 2024.11.27 18:35:37.403138 [ 198 ] {b2094d96-d5ad-4d24-939b-7466c2610b9f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 46 rows starting from the beginning of the part | ||
| 1829 | 2024.11.27 18:35:37.403651 [ 198 ] {b2094d96-d5ad-4d24-939b-7466c2610b9f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 20 rows starting from the beginning of the part | ||
| 1830 | 2024.11.27 18:35:37.404258 [ 198 ] {b2094d96-d5ad-4d24-939b-7466c2610b9f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 20 rows starting from the beginning of the part | ||
| 1831 | 2024.11.27 18:35:37.411836 [ 199 ] {b2094d96-d5ad-4d24-939b-7466c2610b9f::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 262 rows, containing 72 columns (72 merged, 0 gathered) in 0.012022238 sec., 21792.94736969939 rows/sec., 21.45 MiB/sec. | ||
| 1832 | 2024.11.27 18:35:37.412793 [ 199 ] {b2094d96-d5ad-4d24-939b-7466c2610b9f::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1833 | 2024.11.27 18:35:37.413617 [ 199 ] {b2094d96-d5ad-4d24-939b-7466c2610b9f::all_1_6_1} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1834 | 2024.11.27 18:35:37.413713 [ 199 ] {b2094d96-d5ad-4d24-939b-7466c2610b9f::all_1_6_1} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1835 | 2024.11.27 18:35:37.414038 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.57 MiB. | ||
| 1836 | 2024.11.27 18:35:38.036973 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1837 | 2024.11.27 18:35:38.037274 [ 253 ] {2a8e84e9-c5e4-40de-a09b-90417be3c766} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1838 | 2024.11.27 18:35:38.037388 [ 253 ] {2a8e84e9-c5e4-40de-a09b-90417be3c766} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1839 | 2024.11.27 18:35:38.038461 [ 253 ] {2a8e84e9-c5e4-40de-a09b-90417be3c766} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1840 | 2024.11.27 18:35:38.038509 [ 253 ] {2a8e84e9-c5e4-40de-a09b-90417be3c766} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 1841 | 2024.11.27 18:35:38.038933 [ 253 ] {2a8e84e9-c5e4-40de-a09b-90417be3c766} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 1842 | 2024.11.27 18:35:38.039189 [ 253 ] {2a8e84e9-c5e4-40de-a09b-90417be3c766} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1843 | 2024.11.27 18:35:38.039433 [ 253 ] {2a8e84e9-c5e4-40de-a09b-90417be3c766} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002245 sec., 24944.320712694876 rows/sec., 1.90 MiB/sec. | ||
| 1844 | 2024.11.27 18:35:38.039559 [ 253 ] {2a8e84e9-c5e4-40de-a09b-90417be3c766} <Debug> TCPHandler: Processed in 0.002774521 sec. | ||
| 1845 | 2024.11.27 18:35:38.039828 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1846 | 2024.11.27 18:35:38.040051 [ 254 ] {673a0496-7601-4fce-a663-50f162195702} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1847 | 2024.11.27 18:35:38.040131 [ 254 ] {673a0496-7601-4fce-a663-50f162195702} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1848 | 2024.11.27 18:35:38.040910 [ 254 ] {673a0496-7601-4fce-a663-50f162195702} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1849 | 2024.11.27 18:35:38.040967 [ 254 ] {673a0496-7601-4fce-a663-50f162195702} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 1850 | 2024.11.27 18:35:38.041425 [ 254 ] {673a0496-7601-4fce-a663-50f162195702} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 1851 | 2024.11.27 18:35:38.041678 [ 254 ] {673a0496-7601-4fce-a663-50f162195702} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1852 | 2024.11.27 18:35:38.041899 [ 254 ] {673a0496-7601-4fce-a663-50f162195702} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001906 sec., 33578.1741867786 rows/sec., 2.62 MiB/sec. | ||
| 1853 | 2024.11.27 18:35:38.041959 [ 254 ] {673a0496-7601-4fce-a663-50f162195702} <Debug> TCPHandler: Processed in 0.002273963 sec. | ||
| 1854 | 2024.11.27 18:35:38.042141 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1855 | 2024.11.27 18:35:38.042286 [ 253 ] {b6c58670-17fa-4bb7-82ce-480f60d27f4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1856 | 2024.11.27 18:35:38.042352 [ 253 ] {b6c58670-17fa-4bb7-82ce-480f60d27f4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1857 | 2024.11.27 18:35:38.043049 [ 253 ] {b6c58670-17fa-4bb7-82ce-480f60d27f4f} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1858 | 2024.11.27 18:35:38.043096 [ 253 ] {b6c58670-17fa-4bb7-82ce-480f60d27f4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 1859 | 2024.11.27 18:35:38.043496 [ 253 ] {b6c58670-17fa-4bb7-82ce-480f60d27f4f} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 1860 | 2024.11.27 18:35:38.043730 [ 253 ] {b6c58670-17fa-4bb7-82ce-480f60d27f4f} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1861 | 2024.11.27 18:35:38.044037 [ 253 ] {b6c58670-17fa-4bb7-82ce-480f60d27f4f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001767 sec., 90548.95302773062 rows/sec., 6.31 MiB/sec. | ||
| 1862 | 2024.11.27 18:35:38.044221 [ 253 ] {b6c58670-17fa-4bb7-82ce-480f60d27f4f} <Debug> TCPHandler: Processed in 0.002140502 sec. | ||
| 1863 | 2024.11.27 18:35:38.044396 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1864 | 2024.11.27 18:35:38.044540 [ 254 ] {0d31d464-c4af-4d52-a610-e2e7249eb938} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1865 | 2024.11.27 18:35:38.044601 [ 254 ] {0d31d464-c4af-4d52-a610-e2e7249eb938} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1866 | 2024.11.27 18:35:38.045188 [ 254 ] {0d31d464-c4af-4d52-a610-e2e7249eb938} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1867 | 2024.11.27 18:35:38.045226 [ 254 ] {0d31d464-c4af-4d52-a610-e2e7249eb938} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 1868 | 2024.11.27 18:35:38.045606 [ 254 ] {0d31d464-c4af-4d52-a610-e2e7249eb938} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 1869 | 2024.11.27 18:35:38.045841 [ 254 ] {0d31d464-c4af-4d52-a610-e2e7249eb938} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1870 | 2024.11.27 18:35:38.046018 [ 254 ] {0d31d464-c4af-4d52-a610-e2e7249eb938} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001512 sec., 39682.53968253968 rows/sec., 2.67 MiB/sec. | ||
| 1871 | 2024.11.27 18:35:38.046071 [ 254 ] {0d31d464-c4af-4d52-a610-e2e7249eb938} <Debug> TCPHandler: Processed in 0.001746026 sec. | ||
| 1872 | 2024.11.27 18:35:42.314020 [ 50 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1873 | 2024.11.27 18:35:42.314081 [ 50 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1874 | 2024.11.27 18:35:42.394326 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 4636 | ||
| 1875 | 2024.11.27 18:35:42.394974 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1876 | 2024.11.27 18:35:42.395023 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 1877 | 2024.11.27 18:35:42.395589 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 1878 | 2024.11.27 18:35:42.395837 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1879 | 2024.11.27 18:35:42.396074 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4636 | ||
| 1880 | 2024.11.27 18:35:42.684879 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76 | ||
| 1881 | 2024.11.27 18:35:42.705214 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1882 | 2024.11.27 18:35:42.705278 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 1883 | 2024.11.27 18:35:42.712465 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 1884 | 2024.11.27 18:35:42.713229 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1885 | 2024.11.27 18:35:42.716184 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 76 | ||
| 1886 | 2024.11.27 18:35:43.037024 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1887 | 2024.11.27 18:35:43.037222 [ 253 ] {9daebc00-6e58-452b-93f5-3a6bf64fb9c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1888 | 2024.11.27 18:35:43.037305 [ 253 ] {9daebc00-6e58-452b-93f5-3a6bf64fb9c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1889 | 2024.11.27 18:35:43.038199 [ 253 ] {9daebc00-6e58-452b-93f5-3a6bf64fb9c2} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1890 | 2024.11.27 18:35:43.038248 [ 253 ] {9daebc00-6e58-452b-93f5-3a6bf64fb9c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 1891 | 2024.11.27 18:35:43.038693 [ 253 ] {9daebc00-6e58-452b-93f5-3a6bf64fb9c2} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 1892 | 2024.11.27 18:35:43.038957 [ 253 ] {9daebc00-6e58-452b-93f5-3a6bf64fb9c2} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1893 | 2024.11.27 18:35:43.039172 [ 253 ] {9daebc00-6e58-452b-93f5-3a6bf64fb9c2} <Debug> executeQuery: Read 106 rows, 9.15 KiB in 0.002007 sec., 52815.14698555057 rows/sec., 4.45 MiB/sec. | ||
| 1894 | 2024.11.27 18:35:43.039236 [ 253 ] {9daebc00-6e58-452b-93f5-3a6bf64fb9c2} <Debug> TCPHandler: Processed in 0.002343555 sec. | ||
| 1895 | 2024.11.27 18:35:43.039477 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1896 | 2024.11.27 18:35:43.039683 [ 254 ] {e6f5bea4-3057-451b-a440-6519e1ac722a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1897 | 2024.11.27 18:35:43.039763 [ 254 ] {e6f5bea4-3057-451b-a440-6519e1ac722a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1898 | 2024.11.27 18:35:43.040546 [ 254 ] {e6f5bea4-3057-451b-a440-6519e1ac722a} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1899 | 2024.11.27 18:35:43.040593 [ 254 ] {e6f5bea4-3057-451b-a440-6519e1ac722a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 1900 | 2024.11.27 18:35:43.041021 [ 254 ] {e6f5bea4-3057-451b-a440-6519e1ac722a} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1901 | 2024.11.27 18:35:43.041270 [ 254 ] {e6f5bea4-3057-451b-a440-6519e1ac722a} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1902 | 2024.11.27 18:35:43.041441 [ 50 ] {} <Debug> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 1903 | 2024.11.27 18:35:43.041510 [ 50 ] {} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1904 | 2024.11.27 18:35:43.041539 [ 254 ] {e6f5bea4-3057-451b-a440-6519e1ac722a} <Debug> executeQuery: Read 25 rows, 1.88 KiB in 0.001905 sec., 13123.359580052493 rows/sec., 986.82 KiB/sec. | ||
| 1905 | 2024.11.27 18:35:43.041554 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 1906 | 2024.11.27 18:35:43.041704 [ 254 ] {e6f5bea4-3057-451b-a440-6519e1ac722a} <Debug> TCPHandler: Processed in 0.002356694 sec. | ||
| 1907 | 2024.11.27 18:35:43.041920 [ 198 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::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 | ||
| 1908 | 2024.11.27 18:35:43.041952 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1909 | 2024.11.27 18:35:43.042085 [ 198 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1910 | 2024.11.27 18:35:43.042124 [ 253 ] {ae678156-9308-4975-8cec-7da4e3c838d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1911 | 2024.11.27 18:35:43.042130 [ 198 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 25 rows starting from the beginning of the part | ||
| 1912 | 2024.11.27 18:35:43.042191 [ 253 ] {ae678156-9308-4975-8cec-7da4e3c838d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1913 | 2024.11.27 18:35:43.042301 [ 198 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 25 rows starting from the beginning of the part | ||
| 1914 | 2024.11.27 18:35:43.042794 [ 198 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 25 rows starting from the beginning of the part | ||
| 1915 | 2024.11.27 18:35:43.043127 [ 198 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 25 rows starting from the beginning of the part | ||
| 1916 | 2024.11.27 18:35:43.043563 [ 198 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 25 rows starting from the beginning of the part | ||
| 1917 | 2024.11.27 18:35:43.044665 [ 253 ] {ae678156-9308-4975-8cec-7da4e3c838d7} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1918 | 2024.11.27 18:35:43.044737 [ 253 ] {ae678156-9308-4975-8cec-7da4e3c838d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 1919 | 2024.11.27 18:35:43.045271 [ 198 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 125 rows, containing 5 columns (5 merged, 0 gathered) in 0.003588863 sec., 34829.972612495934 rows/sec., 2.69 MiB/sec. | ||
| 1920 | 2024.11.27 18:35:43.045346 [ 253 ] {ae678156-9308-4975-8cec-7da4e3c838d7} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 1921 | 2024.11.27 18:35:43.045463 [ 199 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 1922 | 2024.11.27 18:35:43.045773 [ 253 ] {ae678156-9308-4975-8cec-7da4e3c838d7} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1923 | 2024.11.27 18:35:43.046203 [ 191 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_5_1} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1924 | 2024.11.27 18:35:43.046357 [ 253 ] {ae678156-9308-4975-8cec-7da4e3c838d7} <Debug> executeQuery: Read 89 rows, 7.12 KiB in 0.004243 sec., 20975.724723073297 rows/sec., 1.64 MiB/sec. | ||
| 1925 | 2024.11.27 18:35:43.046518 [ 191 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_5_1} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 1926 | 2024.11.27 18:35:43.046556 [ 253 ] {ae678156-9308-4975-8cec-7da4e3c838d7} <Debug> TCPHandler: Processed in 0.004715499 sec. | ||
| 1927 | 2024.11.27 18:35:43.046764 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 1928 | 2024.11.27 18:35:43.046802 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1929 | 2024.11.27 18:35:43.046919 [ 254 ] {ec09f645-7af7-4365-9064-e2b61892a8e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1930 | 2024.11.27 18:35:43.046972 [ 254 ] {ec09f645-7af7-4365-9064-e2b61892a8e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1931 | 2024.11.27 18:35:43.047553 [ 254 ] {ec09f645-7af7-4365-9064-e2b61892a8e9} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1932 | 2024.11.27 18:35:43.047591 [ 254 ] {ec09f645-7af7-4365-9064-e2b61892a8e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 1933 | 2024.11.27 18:35:43.047989 [ 254 ] {ec09f645-7af7-4365-9064-e2b61892a8e9} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 1934 | 2024.11.27 18:35:43.048226 [ 254 ] {ec09f645-7af7-4365-9064-e2b61892a8e9} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1935 | 2024.11.27 18:35:43.048425 [ 254 ] {ec09f645-7af7-4365-9064-e2b61892a8e9} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001525 sec., 104918.03278688523 rows/sec., 7.31 MiB/sec. | ||
| 1936 | 2024.11.27 18:35:43.048479 [ 254 ] {ec09f645-7af7-4365-9064-e2b61892a8e9} <Debug> TCPHandler: Processed in 0.001772386 sec. | ||
| 1937 | 2024.11.27 18:35:43.048662 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1938 | 2024.11.27 18:35:43.048810 [ 253 ] {9f538549-082e-4a5a-ab82-726934e32aa2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1939 | 2024.11.27 18:35:43.048907 [ 253 ] {9f538549-082e-4a5a-ab82-726934e32aa2} <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 | ||
| 1940 | 2024.11.27 18:35:43.050117 [ 253 ] {9f538549-082e-4a5a-ab82-726934e32aa2} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1941 | 2024.11.27 18:35:43.050158 [ 253 ] {9f538549-082e-4a5a-ab82-726934e32aa2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 1942 | 2024.11.27 18:35:43.050831 [ 253 ] {9f538549-082e-4a5a-ab82-726934e32aa2} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1943 | 2024.11.27 18:35:43.051093 [ 253 ] {9f538549-082e-4a5a-ab82-726934e32aa2} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1944 | 2024.11.27 18:35:43.051385 [ 253 ] {9f538549-082e-4a5a-ab82-726934e32aa2} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.002604 sec., 9600.614439324117 rows/sec., 17.20 MiB/sec. | ||
| 1945 | 2024.11.27 18:35:43.051493 [ 253 ] {9f538549-082e-4a5a-ab82-726934e32aa2} <Debug> TCPHandler: Processed in 0.002900943 sec. | ||
| 1946 | 2024.11.27 18:35:43.051645 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1947 | 2024.11.27 18:35:43.051783 [ 254 ] {6f1bbad8-c81a-4eea-9a41-5adab78d7be3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1948 | 2024.11.27 18:35:43.051849 [ 254 ] {6f1bbad8-c81a-4eea-9a41-5adab78d7be3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1949 | 2024.11.27 18:35:43.052404 [ 254 ] {6f1bbad8-c81a-4eea-9a41-5adab78d7be3} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1950 | 2024.11.27 18:35:43.052444 [ 254 ] {6f1bbad8-c81a-4eea-9a41-5adab78d7be3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.67 GiB. | ||
| 1951 | 2024.11.27 18:35:43.052819 [ 254 ] {6f1bbad8-c81a-4eea-9a41-5adab78d7be3} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 1952 | 2024.11.27 18:35:43.053053 [ 254 ] {6f1bbad8-c81a-4eea-9a41-5adab78d7be3} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1953 | 2024.11.27 18:35:43.053260 [ 254 ] {6f1bbad8-c81a-4eea-9a41-5adab78d7be3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001507 sec., 39814.200398142 rows/sec., 2.68 MiB/sec. | ||
| 1954 | 2024.11.27 18:35:43.053308 [ 254 ] {6f1bbad8-c81a-4eea-9a41-5adab78d7be3} <Debug> TCPHandler: Processed in 0.001730076 sec. | ||
| 1955 | 2024.11.27 18:35:47.400934 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 282 | ||
| 1956 | 2024.11.27 18:35:47.403869 [ 242 ] {} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1957 | 2024.11.27 18:35:47.403936 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 1958 | 2024.11.27 18:35:47.405438 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1959 | 2024.11.27 18:35:47.405774 [ 242 ] {} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1960 | 2024.11.27 18:35:47.406386 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 282 | ||
| 1961 | 2024.11.27 18:35:48.028549 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1962 | 2024.11.27 18:35:48.028815 [ 253 ] {10505f4d-85a4-4118-80ba-a2e3f4973c06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1963 | 2024.11.27 18:35:48.029280 [ 253 ] {10505f4d-85a4-4118-80ba-a2e3f4973c06} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1964 | 2024.11.27 18:35:48.029335 [ 253 ] {10505f4d-85a4-4118-80ba-a2e3f4973c06} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1965 | 2024.11.27 18:35:48.029876 [ 253 ] {10505f4d-85a4-4118-80ba-a2e3f4973c06} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1966 | 2024.11.27 18:35:48.029973 [ 253 ] {10505f4d-85a4-4118-80ba-a2e3f4973c06} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1967 | 2024.11.27 18:35:48.030164 [ 253 ] {10505f4d-85a4-4118-80ba-a2e3f4973c06} <Debug> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (SelectExecutor): Key condition: (column 0 notIn 29-element set) | ||
| 1968 | 2024.11.27 18:35:48.030370 [ 288 ] {10505f4d-85a4-4118-80ba-a2e3f4973c06} <Trace> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1969 | 2024.11.27 18:35:48.030393 [ 286 ] {10505f4d-85a4-4118-80ba-a2e3f4973c06} <Trace> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1970 | 2024.11.27 18:35:48.030383 [ 287 ] {10505f4d-85a4-4118-80ba-a2e3f4973c06} <Trace> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1971 | 2024.11.27 18:35:48.030569 [ 253 ] {10505f4d-85a4-4118-80ba-a2e3f4973c06} <Debug> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (SelectExecutor): Selected 3/3 parts by partition key, 3 parts by primary key, 3/3 marks by primary key, 3 marks to read from 3 ranges | ||
| 1972 | 2024.11.27 18:35:48.030601 [ 253 ] {10505f4d-85a4-4118-80ba-a2e3f4973c06} <Trace> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1973 | 2024.11.27 18:35:48.030734 [ 253 ] {10505f4d-85a4-4118-80ba-a2e3f4973c06} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1974 | 2024.11.27 18:35:48.030761 [ 253 ] {10505f4d-85a4-4118-80ba-a2e3f4973c06} <Debug> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (SelectExecutor): Reading approx. 29 rows with 3 streams | ||
| 1975 | 2024.11.27 18:35:48.030810 [ 253 ] {10505f4d-85a4-4118-80ba-a2e3f4973c06} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1976 | 2024.11.27 18:35:48.030861 [ 253 ] {10505f4d-85a4-4118-80ba-a2e3f4973c06} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1977 | 2024.11.27 18:35:48.030904 [ 253 ] {10505f4d-85a4-4118-80ba-a2e3f4973c06} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'kstat_sampler:expired_targets', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1978 | 2024.11.27 18:35:48.032664 [ 253 ] {10505f4d-85a4-4118-80ba-a2e3f4973c06} <Debug> executeQuery: Read 29 rows, 1.17 KiB in 0.003971 sec., 7302.946361118107 rows/sec., 295.85 KiB/sec. | ||
| 1979 | 2024.11.27 18:35:48.032880 [ 253 ] {10505f4d-85a4-4118-80ba-a2e3f4973c06} <Debug> TCPHandler: Processed in 0.004467916 sec. | ||
| 1980 | 2024.11.27 18:35:48.072147 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1981 | 2024.11.27 18:35:48.072348 [ 253 ] {8c86f6f8-b917-4edf-96da-22d1353025d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1982 | 2024.11.27 18:35:48.072438 [ 253 ] {8c86f6f8-b917-4edf-96da-22d1353025d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1983 | 2024.11.27 18:35:48.073362 [ 253 ] {8c86f6f8-b917-4edf-96da-22d1353025d1} <Trace> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1984 | 2024.11.27 18:35:48.073411 [ 253 ] {8c86f6f8-b917-4edf-96da-22d1353025d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 1985 | 2024.11.27 18:35:48.073964 [ 253 ] {8c86f6f8-b917-4edf-96da-22d1353025d1} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1986 | 2024.11.27 18:35:48.074202 [ 253 ] {8c86f6f8-b917-4edf-96da-22d1353025d1} <Trace> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1987 | 2024.11.27 18:35:48.074431 [ 253 ] {8c86f6f8-b917-4edf-96da-22d1353025d1} <Debug> executeQuery: Read 1 rows, 232.00 B in 0.00213 sec., 469.4835680751174 rows/sec., 106.37 KiB/sec. | ||
| 1988 | 2024.11.27 18:35:48.074603 [ 253 ] {8c86f6f8-b917-4edf-96da-22d1353025d1} <Debug> TCPHandler: Processed in 0.002575379 sec. | ||
| 1989 | 2024.11.27 18:35:48.074851 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1990 | 2024.11.27 18:35:48.075028 [ 254 ] {865248df-358d-4f0a-9b99-401a31d718c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 1991 | 2024.11.27 18:35:48.075100 [ 254 ] {865248df-358d-4f0a-9b99-401a31d718c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 1992 | 2024.11.27 18:35:48.075869 [ 254 ] {865248df-358d-4f0a-9b99-401a31d718c6} <Trace> oximeter.fields_ipaddr (53955b2a-eb56-41e3-a1fe-af6ea47fe91e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1993 | 2024.11.27 18:35:48.075915 [ 254 ] {865248df-358d-4f0a-9b99-401a31d718c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 1994 | 2024.11.27 18:35:48.076335 [ 254 ] {865248df-358d-4f0a-9b99-401a31d718c6} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1995 | 2024.11.27 18:35:48.076586 [ 254 ] {865248df-358d-4f0a-9b99-401a31d718c6} <Trace> oximeter.fields_ipaddr (53955b2a-eb56-41e3-a1fe-af6ea47fe91e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1996 | 2024.11.27 18:35:48.076841 [ 254 ] {865248df-358d-4f0a-9b99-401a31d718c6} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001859 sec., 2151.694459386767 rows/sec., 175.46 KiB/sec. | ||
| 1997 | 2024.11.27 18:35:48.076989 [ 254 ] {865248df-358d-4f0a-9b99-401a31d718c6} <Debug> TCPHandler: Processed in 0.002264204 sec. | ||
| 1998 | 2024.11.27 18:35:48.077170 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1999 | 2024.11.27 18:35:48.077308 [ 253 ] {96be47af-f4f1-4b52-b986-a0d4c7822be1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2000 | 2024.11.27 18:35:48.077363 [ 253 ] {96be47af-f4f1-4b52-b986-a0d4c7822be1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2001 | 2024.11.27 18:35:48.078651 [ 253 ] {96be47af-f4f1-4b52-b986-a0d4c7822be1} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2002 | 2024.11.27 18:35:48.078696 [ 253 ] {96be47af-f4f1-4b52-b986-a0d4c7822be1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2003 | 2024.11.27 18:35:48.079340 [ 253 ] {96be47af-f4f1-4b52-b986-a0d4c7822be1} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2004 | 2024.11.27 18:35:48.079723 [ 253 ] {96be47af-f4f1-4b52-b986-a0d4c7822be1} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2005 | 2024.11.27 18:35:48.079933 [ 253 ] {96be47af-f4f1-4b52-b986-a0d4c7822be1} <Debug> executeQuery: Read 1230 rows, 103.67 KiB in 0.002658 sec., 462753.95033860044 rows/sec., 38.09 MiB/sec. | ||
| 2006 | 2024.11.27 18:35:48.080000 [ 253 ] {96be47af-f4f1-4b52-b986-a0d4c7822be1} <Debug> TCPHandler: Processed in 0.002893913 sec. | ||
| 2007 | 2024.11.27 18:35:48.080163 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2008 | 2024.11.27 18:35:48.080297 [ 254 ] {981e54e8-fe9f-45f5-a0ab-7bb4da1f03ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2009 | 2024.11.27 18:35:48.080353 [ 254 ] {981e54e8-fe9f-45f5-a0ab-7bb4da1f03ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2010 | 2024.11.27 18:35:48.080977 [ 254 ] {981e54e8-fe9f-45f5-a0ab-7bb4da1f03ea} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2011 | 2024.11.27 18:35:48.081018 [ 254 ] {981e54e8-fe9f-45f5-a0ab-7bb4da1f03ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2012 | 2024.11.27 18:35:48.081385 [ 254 ] {981e54e8-fe9f-45f5-a0ab-7bb4da1f03ea} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2013 | 2024.11.27 18:35:48.081631 [ 254 ] {981e54e8-fe9f-45f5-a0ab-7bb4da1f03ea} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2014 | 2024.11.27 18:35:48.081884 [ 254 ] {981e54e8-fe9f-45f5-a0ab-7bb4da1f03ea} <Debug> executeQuery: Read 20 rows, 1.48 KiB in 0.001619 sec., 12353.304508956146 rows/sec., 915.64 KiB/sec. | ||
| 2015 | 2024.11.27 18:35:48.081947 [ 254 ] {981e54e8-fe9f-45f5-a0ab-7bb4da1f03ea} <Debug> TCPHandler: Processed in 0.001842437 sec. | ||
| 2016 | 2024.11.27 18:35:48.082136 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2017 | 2024.11.27 18:35:48.082271 [ 253 ] {e65ec98d-35e1-47e9-b50f-efafeef6c378} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2018 | 2024.11.27 18:35:48.082326 [ 253 ] {e65ec98d-35e1-47e9-b50f-efafeef6c378} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2019 | 2024.11.27 18:35:48.083044 [ 253 ] {e65ec98d-35e1-47e9-b50f-efafeef6c378} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2020 | 2024.11.27 18:35:48.083086 [ 253 ] {e65ec98d-35e1-47e9-b50f-efafeef6c378} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2021 | 2024.11.27 18:35:48.083491 [ 253 ] {e65ec98d-35e1-47e9-b50f-efafeef6c378} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2022 | 2024.11.27 18:35:48.083735 [ 253 ] {e65ec98d-35e1-47e9-b50f-efafeef6c378} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2023 | 2024.11.27 18:35:48.083968 [ 253 ] {e65ec98d-35e1-47e9-b50f-efafeef6c378} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001711 sec., 133255.40619520747 rows/sec., 9.02 MiB/sec. | ||
| 2024 | 2024.11.27 18:35:48.084087 [ 253 ] {e65ec98d-35e1-47e9-b50f-efafeef6c378} <Debug> TCPHandler: Processed in 0.00201772 sec. | ||
| 2025 | 2024.11.27 18:35:48.084243 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2026 | 2024.11.27 18:35:48.084359 [ 254 ] {919a8586-7945-4be9-b6a9-647674f9b9eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2027 | 2024.11.27 18:35:48.084408 [ 254 ] {919a8586-7945-4be9-b6a9-647674f9b9eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2028 | 2024.11.27 18:35:48.085259 [ 254 ] {919a8586-7945-4be9-b6a9-647674f9b9eb} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2029 | 2024.11.27 18:35:48.085299 [ 254 ] {919a8586-7945-4be9-b6a9-647674f9b9eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2030 | 2024.11.27 18:35:48.085691 [ 254 ] {919a8586-7945-4be9-b6a9-647674f9b9eb} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2031 | 2024.11.27 18:35:48.085923 [ 254 ] {919a8586-7945-4be9-b6a9-647674f9b9eb} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2032 | 2024.11.27 18:35:48.086128 [ 254 ] {919a8586-7945-4be9-b6a9-647674f9b9eb} <Debug> executeQuery: Read 553 rows, 42.07 KiB in 0.00179 sec., 308938.5474860335 rows/sec., 22.95 MiB/sec. | ||
| 2033 | 2024.11.27 18:35:48.086246 [ 254 ] {919a8586-7945-4be9-b6a9-647674f9b9eb} <Debug> TCPHandler: Processed in 0.00205981 sec. | ||
| 2034 | 2024.11.27 18:35:48.086418 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2035 | 2024.11.27 18:35:48.086550 [ 253 ] {4b6b8bf8-a690-427d-afee-e7ebaef07cd5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2036 | 2024.11.27 18:35:48.086613 [ 253 ] {4b6b8bf8-a690-427d-afee-e7ebaef07cd5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2037 | 2024.11.27 18:35:48.087436 [ 253 ] {4b6b8bf8-a690-427d-afee-e7ebaef07cd5} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2038 | 2024.11.27 18:35:48.087477 [ 253 ] {4b6b8bf8-a690-427d-afee-e7ebaef07cd5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2039 | 2024.11.27 18:35:48.087964 [ 253 ] {4b6b8bf8-a690-427d-afee-e7ebaef07cd5} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2040 | 2024.11.27 18:35:48.088210 [ 253 ] {4b6b8bf8-a690-427d-afee-e7ebaef07cd5} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2041 | 2024.11.27 18:35:48.088438 [ 253 ] {4b6b8bf8-a690-427d-afee-e7ebaef07cd5} <Debug> executeQuery: Read 882 rows, 60.77 KiB in 0.001918 sec., 459854.01459854015 rows/sec., 30.94 MiB/sec. | ||
| 2042 | 2024.11.27 18:35:48.088499 [ 253 ] {4b6b8bf8-a690-427d-afee-e7ebaef07cd5} <Debug> TCPHandler: Processed in 0.002145222 sec. | ||
| 2043 | 2024.11.27 18:35:48.088645 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2044 | 2024.11.27 18:35:48.088762 [ 254 ] {32b3e3d0-3f0d-4a08-8102-25e8a04b587f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2045 | 2024.11.27 18:35:48.088844 [ 254 ] {32b3e3d0-3f0d-4a08-8102-25e8a04b587f} <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 | ||
| 2046 | 2024.11.27 18:35:48.089992 [ 254 ] {32b3e3d0-3f0d-4a08-8102-25e8a04b587f} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2047 | 2024.11.27 18:35:48.090033 [ 254 ] {32b3e3d0-3f0d-4a08-8102-25e8a04b587f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2048 | 2024.11.27 18:35:48.090666 [ 254 ] {32b3e3d0-3f0d-4a08-8102-25e8a04b587f} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2049 | 2024.11.27 18:35:48.090919 [ 254 ] {32b3e3d0-3f0d-4a08-8102-25e8a04b587f} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2050 | 2024.11.27 18:35:48.091099 [ 45 ] {} <Debug> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2051 | 2024.11.27 18:35:48.091182 [ 45 ] {} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2052 | 2024.11.27 18:35:48.091200 [ 254 ] {32b3e3d0-3f0d-4a08-8102-25e8a04b587f} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002454 sec., 6519.967400162999 rows/sec., 11.68 MiB/sec. | ||
| 2053 | 2024.11.27 18:35:48.091224 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2054 | 2024.11.27 18:35:48.091485 [ 254 ] {32b3e3d0-3f0d-4a08-8102-25e8a04b587f} <Debug> TCPHandler: Processed in 0.002898913 sec. | ||
| 2055 | 2024.11.27 18:35:48.091490 [ 199 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::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 | ||
| 2056 | 2024.11.27 18:35:48.091699 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2057 | 2024.11.27 18:35:48.091830 [ 199 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2058 | 2024.11.27 18:35:48.091945 [ 253 ] {c4cd932e-4d12-4b53-9228-2196564cebf2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 2059 | 2024.11.27 18:35:48.091966 [ 199 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 25 rows starting from the beginning of the part | ||
| 2060 | 2024.11.27 18:35:48.092024 [ 253 ] {c4cd932e-4d12-4b53-9228-2196564cebf2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 2061 | 2024.11.27 18:35:48.092848 [ 199 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 25 rows starting from the beginning of the part | ||
| 2062 | 2024.11.27 18:35:48.093477 [ 199 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 25 rows starting from the beginning of the part | ||
| 2063 | 2024.11.27 18:35:48.094273 [ 199 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 25 rows starting from the beginning of the part | ||
| 2064 | 2024.11.27 18:35:48.094495 [ 253 ] {c4cd932e-4d12-4b53-9228-2196564cebf2} <Trace> oximeter.measurements_i64 (81325452-4d63-4de5-abc2-2c655a421d12): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2065 | 2024.11.27 18:35:48.094654 [ 253 ] {c4cd932e-4d12-4b53-9228-2196564cebf2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2066 | 2024.11.27 18:35:48.094977 [ 199 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 25 rows starting from the beginning of the part | ||
| 2067 | 2024.11.27 18:35:48.095603 [ 199 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 16 rows starting from the beginning of the part | ||
| 2068 | 2024.11.27 18:35:48.096531 [ 253 ] {c4cd932e-4d12-4b53-9228-2196564cebf2} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2069 | 2024.11.27 18:35:48.097114 [ 253 ] {c4cd932e-4d12-4b53-9228-2196564cebf2} <Trace> oximeter.measurements_i64 (81325452-4d63-4de5-abc2-2c655a421d12): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2070 | 2024.11.27 18:35:48.097846 [ 253 ] {c4cd932e-4d12-4b53-9228-2196564cebf2} <Debug> executeQuery: Read 15 rows, 1.09 KiB in 0.005973 sec., 2511.3008538422905 rows/sec., 182.13 KiB/sec. | ||
| 2071 | 2024.11.27 18:35:48.098041 [ 253 ] {c4cd932e-4d12-4b53-9228-2196564cebf2} <Debug> TCPHandler: Processed in 0.006444466 sec. | ||
| 2072 | 2024.11.27 18:35:48.098293 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2073 | 2024.11.27 18:35:48.098441 [ 254 ] {e4218596-c51e-4407-8433-2b71e33a6482} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2074 | 2024.11.27 18:35:48.098515 [ 254 ] {e4218596-c51e-4407-8433-2b71e33a6482} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2075 | 2024.11.27 18:35:48.099408 [ 254 ] {e4218596-c51e-4407-8433-2b71e33a6482} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2076 | 2024.11.27 18:35:48.099454 [ 254 ] {e4218596-c51e-4407-8433-2b71e33a6482} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2077 | 2024.11.27 18:35:48.100057 [ 254 ] {e4218596-c51e-4407-8433-2b71e33a6482} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2078 | 2024.11.27 18:35:48.100402 [ 254 ] {e4218596-c51e-4407-8433-2b71e33a6482} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2079 | 2024.11.27 18:35:48.100638 [ 254 ] {e4218596-c51e-4407-8433-2b71e33a6482} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002237 sec., 26821.63611980331 rows/sec., 1.81 MiB/sec. | ||
| 2080 | 2024.11.27 18:35:48.100730 [ 254 ] {e4218596-c51e-4407-8433-2b71e33a6482} <Debug> TCPHandler: Processed in 0.002538168 sec. | ||
| 2081 | 2024.11.27 18:35:48.101503 [ 198 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 141 rows, containing 19 columns (19 merged, 0 gathered) in 0.01015724 sec., 13881.723775356299 rows/sec., 24.88 MiB/sec. | ||
| 2082 | 2024.11.27 18:35:48.101984 [ 189 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2083 | 2024.11.27 18:35:48.102477 [ 189 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2084 | 2024.11.27 18:35:48.102572 [ 189 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2085 | 2024.11.27 18:35:48.102747 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.12 MiB. | ||
| 2086 | 2024.11.27 18:35:49.896221 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5063 | ||
| 2087 | 2024.11.27 18:35:49.897055 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2088 | 2024.11.27 18:35:49.897111 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2089 | 2024.11.27 18:35:49.897694 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2090 | 2024.11.27 18:35:49.897966 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2091 | 2024.11.27 18:35:49.898210 [ 44 ] {} <Debug> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2092 | 2024.11.27 18:35:49.898302 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5063 | ||
| 2093 | 2024.11.27 18:35:49.898332 [ 44 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2094 | 2024.11.27 18:35:49.898370 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2095 | 2024.11.27 18:35:49.898520 [ 199 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::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 | ||
| 2096 | 2024.11.27 18:35:49.898651 [ 199 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2097 | 2024.11.27 18:35:49.898691 [ 199 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 2806 rows starting from the beginning of the part | ||
| 2098 | 2024.11.27 18:35:49.898775 [ 199 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 427 rows starting from the beginning of the part | ||
| 2099 | 2024.11.27 18:35:49.898986 [ 199 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 488 rows starting from the beginning of the part | ||
| 2100 | 2024.11.27 18:35:49.899194 [ 199 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 427 rows starting from the beginning of the part | ||
| 2101 | 2024.11.27 18:35:49.899332 [ 199 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 488 rows starting from the beginning of the part | ||
| 2102 | 2024.11.27 18:35:49.899524 [ 199 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 427 rows starting from the beginning of the part | ||
| 2103 | 2024.11.27 18:35:49.901253 [ 198 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5063 rows, containing 4 columns (4 merged, 0 gathered) in 0.002797041 sec., 1810127.202282698 rows/sec., 25.89 MiB/sec. | ||
| 2104 | 2024.11.27 18:35:49.902059 [ 198 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2105 | 2024.11.27 18:35:49.902419 [ 198 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_11_2} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2106 | 2024.11.27 18:35:49.902519 [ 198 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_11_2} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2107 | 2024.11.27 18:35:49.902641 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB. | ||
| 2108 | 2024.11.27 18:35:50.216270 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83 | ||
| 2109 | 2024.11.27 18:35:50.236913 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2110 | 2024.11.27 18:35:50.236951 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2111 | 2024.11.27 18:35:50.244324 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2112 | 2024.11.27 18:35:50.245067 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2113 | 2024.11.27 18:35:50.245356 [ 40 ] {} <Debug> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2114 | 2024.11.27 18:35:50.245427 [ 40 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2115 | 2024.11.27 18:35:50.245472 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2116 | 2024.11.27 18:35:50.245888 [ 194 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::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 | ||
| 2117 | 2024.11.27 18:35:50.261491 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 83 | ||
| 2118 | 2024.11.27 18:35:50.262842 [ 194 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2119 | 2024.11.27 18:35:50.264421 [ 194 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 46 rows starting from the beginning of the part | ||
| 2120 | 2024.11.27 18:35:50.270145 [ 194 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 7 rows starting from the beginning of the part | ||
| 2121 | 2024.11.27 18:35:50.275762 [ 194 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 8 rows starting from the beginning of the part | ||
| 2122 | 2024.11.27 18:35:50.281300 [ 194 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 7 rows starting from the beginning of the part | ||
| 2123 | 2024.11.27 18:35:50.287002 [ 194 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 8 rows starting from the beginning of the part | ||
| 2124 | 2024.11.27 18:35:50.291785 [ 194 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 7 rows starting from the beginning of the part | ||
| 2125 | 2024.11.27 18:35:50.347323 [ 199 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.101711027 sec., 816.037380096457 rows/sec., 4.22 MiB/sec. | ||
| 2126 | 2024.11.27 18:35:50.349722 [ 193 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2127 | 2024.11.27 18:35:50.352590 [ 193 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_11_2} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2128 | 2024.11.27 18:35:50.352729 [ 193 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_11_2} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2129 | 2024.11.27 18:35:50.355196 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB. | ||
| 2130 | 2024.11.27 18:35:53.037538 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2131 | 2024.11.27 18:35:53.037754 [ 253 ] {87bdb82e-42bd-41a0-b352-8a3aec8b8058} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2132 | 2024.11.27 18:35:53.037836 [ 253 ] {87bdb82e-42bd-41a0-b352-8a3aec8b8058} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2133 | 2024.11.27 18:35:53.038694 [ 253 ] {87bdb82e-42bd-41a0-b352-8a3aec8b8058} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2134 | 2024.11.27 18:35:53.038737 [ 253 ] {87bdb82e-42bd-41a0-b352-8a3aec8b8058} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2135 | 2024.11.27 18:35:53.039188 [ 253 ] {87bdb82e-42bd-41a0-b352-8a3aec8b8058} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2136 | 2024.11.27 18:35:53.039445 [ 253 ] {87bdb82e-42bd-41a0-b352-8a3aec8b8058} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2137 | 2024.11.27 18:35:53.039671 [ 253 ] {87bdb82e-42bd-41a0-b352-8a3aec8b8058} <Debug> executeQuery: Read 106 rows, 9.15 KiB in 0.001977 sec., 53616.59079413252 rows/sec., 4.52 MiB/sec. | ||
| 2138 | 2024.11.27 18:35:53.039799 [ 253 ] {87bdb82e-42bd-41a0-b352-8a3aec8b8058} <Debug> TCPHandler: Processed in 0.002401856 sec. | ||
| 2139 | 2024.11.27 18:35:53.040083 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2140 | 2024.11.27 18:35:53.040299 [ 254 ] {a1c1a594-b4ce-437c-ab87-c9a0d73675fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2141 | 2024.11.27 18:35:53.040381 [ 254 ] {a1c1a594-b4ce-437c-ab87-c9a0d73675fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2142 | 2024.11.27 18:35:53.041128 [ 254 ] {a1c1a594-b4ce-437c-ab87-c9a0d73675fe} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2143 | 2024.11.27 18:35:53.041179 [ 254 ] {a1c1a594-b4ce-437c-ab87-c9a0d73675fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2144 | 2024.11.27 18:35:53.041621 [ 254 ] {a1c1a594-b4ce-437c-ab87-c9a0d73675fe} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2145 | 2024.11.27 18:35:53.041882 [ 254 ] {a1c1a594-b4ce-437c-ab87-c9a0d73675fe} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2146 | 2024.11.27 18:35:53.042116 [ 254 ] {a1c1a594-b4ce-437c-ab87-c9a0d73675fe} <Debug> executeQuery: Read 25 rows, 1.88 KiB in 0.001872 sec., 13354.700854700855 rows/sec., 1004.21 KiB/sec. | ||
| 2147 | 2024.11.27 18:35:53.042179 [ 254 ] {a1c1a594-b4ce-437c-ab87-c9a0d73675fe} <Debug> TCPHandler: Processed in 0.002258823 sec. | ||
| 2148 | 2024.11.27 18:35:53.042320 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2149 | 2024.11.27 18:35:53.042440 [ 253 ] {0a461ae9-6dae-4541-954e-c635da4ff8e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2150 | 2024.11.27 18:35:53.042491 [ 253 ] {0a461ae9-6dae-4541-954e-c635da4ff8e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2151 | 2024.11.27 18:35:53.043215 [ 253 ] {0a461ae9-6dae-4541-954e-c635da4ff8e3} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2152 | 2024.11.27 18:35:53.043261 [ 253 ] {0a461ae9-6dae-4541-954e-c635da4ff8e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2153 | 2024.11.27 18:35:53.043686 [ 253 ] {0a461ae9-6dae-4541-954e-c635da4ff8e3} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2154 | 2024.11.27 18:35:53.043927 [ 253 ] {0a461ae9-6dae-4541-954e-c635da4ff8e3} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2155 | 2024.11.27 18:35:53.044106 [ 253 ] {0a461ae9-6dae-4541-954e-c635da4ff8e3} <Debug> executeQuery: Read 89 rows, 7.12 KiB in 0.001691 sec., 52631.57894736842 rows/sec., 4.11 MiB/sec. | ||
| 2156 | 2024.11.27 18:35:53.044158 [ 253 ] {0a461ae9-6dae-4541-954e-c635da4ff8e3} <Debug> TCPHandler: Processed in 0.001893668 sec. | ||
| 2157 | 2024.11.27 18:35:53.044298 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2158 | 2024.11.27 18:35:53.044424 [ 254 ] {08f42676-8adf-476d-8f1c-96ea0a691a57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2159 | 2024.11.27 18:35:53.044483 [ 254 ] {08f42676-8adf-476d-8f1c-96ea0a691a57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2160 | 2024.11.27 18:35:53.045202 [ 254 ] {08f42676-8adf-476d-8f1c-96ea0a691a57} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2161 | 2024.11.27 18:35:53.045251 [ 254 ] {08f42676-8adf-476d-8f1c-96ea0a691a57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2162 | 2024.11.27 18:35:53.045698 [ 254 ] {08f42676-8adf-476d-8f1c-96ea0a691a57} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2163 | 2024.11.27 18:35:53.045949 [ 254 ] {08f42676-8adf-476d-8f1c-96ea0a691a57} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2164 | 2024.11.27 18:35:53.046178 [ 254 ] {08f42676-8adf-476d-8f1c-96ea0a691a57} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001784 sec., 89686.09865470852 rows/sec., 6.25 MiB/sec. | ||
| 2165 | 2024.11.27 18:35:53.046235 [ 254 ] {08f42676-8adf-476d-8f1c-96ea0a691a57} <Debug> TCPHandler: Processed in 0.0019975 sec. | ||
| 2166 | 2024.11.27 18:35:53.046395 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2167 | 2024.11.27 18:35:53.046519 [ 253 ] {4c9bf5f3-fc9f-469e-be69-9e476b3afdc5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2168 | 2024.11.27 18:35:53.046612 [ 253 ] {4c9bf5f3-fc9f-469e-be69-9e476b3afdc5} <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 | ||
| 2169 | 2024.11.27 18:35:53.047904 [ 253 ] {4c9bf5f3-fc9f-469e-be69-9e476b3afdc5} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2170 | 2024.11.27 18:35:53.047942 [ 253 ] {4c9bf5f3-fc9f-469e-be69-9e476b3afdc5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2171 | 2024.11.27 18:35:53.048585 [ 253 ] {4c9bf5f3-fc9f-469e-be69-9e476b3afdc5} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2172 | 2024.11.27 18:35:53.048835 [ 253 ] {4c9bf5f3-fc9f-469e-be69-9e476b3afdc5} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2173 | 2024.11.27 18:35:53.049081 [ 253 ] {4c9bf5f3-fc9f-469e-be69-9e476b3afdc5} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.002593 sec., 9641.342074816816 rows/sec., 17.28 MiB/sec. | ||
| 2174 | 2024.11.27 18:35:53.049325 [ 253 ] {4c9bf5f3-fc9f-469e-be69-9e476b3afdc5} <Debug> TCPHandler: Processed in 0.002988944 sec. | ||
| 2175 | 2024.11.27 18:35:53.049493 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2176 | 2024.11.27 18:35:53.049633 [ 254 ] {4e1ba54e-3071-4392-ab97-b763ab406520} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2177 | 2024.11.27 18:35:53.049695 [ 254 ] {4e1ba54e-3071-4392-ab97-b763ab406520} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2178 | 2024.11.27 18:35:53.050283 [ 254 ] {4e1ba54e-3071-4392-ab97-b763ab406520} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2179 | 2024.11.27 18:35:53.050331 [ 254 ] {4e1ba54e-3071-4392-ab97-b763ab406520} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2180 | 2024.11.27 18:35:53.050741 [ 254 ] {4e1ba54e-3071-4392-ab97-b763ab406520} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2181 | 2024.11.27 18:35:53.050999 [ 254 ] {4e1ba54e-3071-4392-ab97-b763ab406520} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2182 | 2024.11.27 18:35:53.051223 [ 254 ] {4e1ba54e-3071-4392-ab97-b763ab406520} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001623 sec., 36968.57670979667 rows/sec., 2.49 MiB/sec. | ||
| 2183 | 2024.11.27 18:35:53.051277 [ 254 ] {4e1ba54e-3071-4392-ab97-b763ab406520} <Debug> TCPHandler: Processed in 0.001854528 sec. | ||
| 2184 | 2024.11.27 18:35:57.314130 [ 34 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2185 | 2024.11.27 18:35:57.314239 [ 34 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2186 | 2024.11.27 18:35:57.398453 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 5551 | ||
| 2187 | 2024.11.27 18:35:57.399225 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2188 | 2024.11.27 18:35:57.399287 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2189 | 2024.11.27 18:35:57.399959 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2190 | 2024.11.27 18:35:57.400236 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2191 | 2024.11.27 18:35:57.400512 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5551 | ||
| 2192 | 2024.11.27 18:35:57.406548 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 316 | ||
| 2193 | 2024.11.27 18:35:57.409641 [ 242 ] {} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2194 | 2024.11.27 18:35:57.409687 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2195 | 2024.11.27 18:35:57.411185 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2196 | 2024.11.27 18:35:57.411499 [ 242 ] {} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2197 | 2024.11.27 18:35:57.411993 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 316 | ||
| 2198 | 2024.11.27 18:35:57.761594 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91 | ||
| 2199 | 2024.11.27 18:35:57.780259 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2200 | 2024.11.27 18:35:57.780312 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2201 | 2024.11.27 18:35:57.787366 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2202 | 2024.11.27 18:35:57.788103 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2203 | 2024.11.27 18:35:57.790614 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 91 | ||
| 2204 | 2024.11.27 18:35:58.037300 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2205 | 2024.11.27 18:35:58.037516 [ 253 ] {8b825e04-fbfe-4bc7-bd8f-099728239bdd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2206 | 2024.11.27 18:35:58.037596 [ 253 ] {8b825e04-fbfe-4bc7-bd8f-099728239bdd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2207 | 2024.11.27 18:35:58.038390 [ 253 ] {8b825e04-fbfe-4bc7-bd8f-099728239bdd} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2208 | 2024.11.27 18:35:58.038441 [ 253 ] {8b825e04-fbfe-4bc7-bd8f-099728239bdd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2209 | 2024.11.27 18:35:58.038927 [ 253 ] {8b825e04-fbfe-4bc7-bd8f-099728239bdd} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2210 | 2024.11.27 18:35:58.039186 [ 253 ] {8b825e04-fbfe-4bc7-bd8f-099728239bdd} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2211 | 2024.11.27 18:35:58.039383 [ 35 ] {} <Debug> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2212 | 2024.11.27 18:35:58.039452 [ 253 ] {8b825e04-fbfe-4bc7-bd8f-099728239bdd} <Debug> executeQuery: Read 88 rows, 7.40 KiB in 0.001994 sec., 44132.397191574724 rows/sec., 3.63 MiB/sec. | ||
| 2213 | 2024.11.27 18:35:58.039477 [ 35 ] {} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2214 | 2024.11.27 18:35:58.039548 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2215 | 2024.11.27 18:35:58.039576 [ 253 ] {8b825e04-fbfe-4bc7-bd8f-099728239bdd} <Debug> TCPHandler: Processed in 0.002406176 sec. | ||
| 2216 | 2024.11.27 18:35:58.039813 [ 188 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::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 | ||
| 2217 | 2024.11.27 18:35:58.039894 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2218 | 2024.11.27 18:35:58.040013 [ 188 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2219 | 2024.11.27 18:35:58.040087 [ 188 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1247 rows starting from the beginning of the part | ||
| 2220 | 2024.11.27 18:35:58.040150 [ 254 ] {6507a6a4-2a07-4e05-a505-d1d3b490fd99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2221 | 2024.11.27 18:35:58.040303 [ 254 ] {6507a6a4-2a07-4e05-a505-d1d3b490fd99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2222 | 2024.11.27 18:35:58.040376 [ 188 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 56 rows starting from the beginning of the part | ||
| 2223 | 2024.11.27 18:35:58.040742 [ 188 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 106 rows starting from the beginning of the part | ||
| 2224 | 2024.11.27 18:35:58.040950 [ 188 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1230 rows starting from the beginning of the part | ||
| 2225 | 2024.11.27 18:35:58.041277 [ 188 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 106 rows starting from the beginning of the part | ||
| 2226 | 2024.11.27 18:35:58.041532 [ 188 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 88 rows starting from the beginning of the part | ||
| 2227 | 2024.11.27 18:35:58.043151 [ 254 ] {6507a6a4-2a07-4e05-a505-d1d3b490fd99} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2228 | 2024.11.27 18:35:58.043223 [ 254 ] {6507a6a4-2a07-4e05-a505-d1d3b490fd99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2229 | 2024.11.27 18:35:58.044248 [ 254 ] {6507a6a4-2a07-4e05-a505-d1d3b490fd99} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2230 | 2024.11.27 18:35:58.044540 [ 254 ] {6507a6a4-2a07-4e05-a505-d1d3b490fd99} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2231 | 2024.11.27 18:35:58.045206 [ 254 ] {6507a6a4-2a07-4e05-a505-d1d3b490fd99} <Debug> executeQuery: Read 16 rows, 1.20 KiB in 0.005091 sec., 3142.801021410332 rows/sec., 236.32 KiB/sec. | ||
| 2232 | 2024.11.27 18:35:58.045538 [ 254 ] {6507a6a4-2a07-4e05-a505-d1d3b490fd99} <Debug> TCPHandler: Processed in 0.005821266 sec. | ||
| 2233 | 2024.11.27 18:35:58.045543 [ 188 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2833 rows, containing 5 columns (5 merged, 0 gathered) in 0.005879697 sec., 481827.54995708115 rows/sec., 41.55 MiB/sec. | ||
| 2234 | 2024.11.27 18:35:58.045734 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2235 | 2024.11.27 18:35:58.045825 [ 188 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2236 | 2024.11.27 18:35:58.045987 [ 253 ] {841c5f4b-43bf-4a1c-83e9-7dfd1edeeb79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2237 | 2024.11.27 18:35:58.046073 [ 253 ] {841c5f4b-43bf-4a1c-83e9-7dfd1edeeb79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2238 | 2024.11.27 18:35:58.046414 [ 188 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_16_3} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2239 | 2024.11.27 18:35:58.046682 [ 188 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_16_3} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2240 | 2024.11.27 18:35:58.046859 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.75 MiB. | ||
| 2241 | 2024.11.27 18:35:58.047261 [ 253 ] {841c5f4b-43bf-4a1c-83e9-7dfd1edeeb79} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2242 | 2024.11.27 18:35:58.047305 [ 253 ] {841c5f4b-43bf-4a1c-83e9-7dfd1edeeb79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2243 | 2024.11.27 18:35:58.047679 [ 253 ] {841c5f4b-43bf-4a1c-83e9-7dfd1edeeb79} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2244 | 2024.11.27 18:35:58.047938 [ 253 ] {841c5f4b-43bf-4a1c-83e9-7dfd1edeeb79} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2245 | 2024.11.27 18:35:58.048098 [ 35 ] {} <Debug> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2246 | 2024.11.27 18:35:58.048161 [ 35 ] {} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2247 | 2024.11.27 18:35:58.048190 [ 253 ] {841c5f4b-43bf-4a1c-83e9-7dfd1edeeb79} <Debug> executeQuery: Read 80 rows, 6.40 KiB in 0.002301 sec., 34767.492394611036 rows/sec., 2.71 MiB/sec. | ||
| 2248 | 2024.11.27 18:35:58.048204 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2249 | 2024.11.27 18:35:58.048356 [ 253 ] {841c5f4b-43bf-4a1c-83e9-7dfd1edeeb79} <Debug> TCPHandler: Processed in 0.00269611 sec. | ||
| 2250 | 2024.11.27 18:35:58.048444 [ 199 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::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 | ||
| 2251 | 2024.11.27 18:35:58.048557 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2252 | 2024.11.27 18:35:58.048588 [ 199 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2253 | 2024.11.27 18:35:58.048620 [ 199 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 552 rows starting from the beginning of the part | ||
| 2254 | 2024.11.27 18:35:58.048807 [ 254 ] {406d4515-c954-4e02-811f-7436d4ebc873} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2255 | 2024.11.27 18:35:58.048819 [ 199 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 64 rows starting from the beginning of the part | ||
| 2256 | 2024.11.27 18:35:58.048985 [ 254 ] {406d4515-c954-4e02-811f-7436d4ebc873} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2257 | 2024.11.27 18:35:58.049115 [ 199 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 89 rows starting from the beginning of the part | ||
| 2258 | 2024.11.27 18:35:58.049514 [ 199 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 553 rows starting from the beginning of the part | ||
| 2259 | 2024.11.27 18:35:58.049914 [ 199 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 89 rows starting from the beginning of the part | ||
| 2260 | 2024.11.27 18:35:58.050255 [ 199 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 80 rows starting from the beginning of the part | ||
| 2261 | 2024.11.27 18:35:58.051367 [ 254 ] {406d4515-c954-4e02-811f-7436d4ebc873} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2262 | 2024.11.27 18:35:58.051418 [ 254 ] {406d4515-c954-4e02-811f-7436d4ebc873} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2263 | 2024.11.27 18:35:58.052007 [ 254 ] {406d4515-c954-4e02-811f-7436d4ebc873} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2264 | 2024.11.27 18:35:58.052351 [ 254 ] {406d4515-c954-4e02-811f-7436d4ebc873} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2265 | 2024.11.27 18:35:58.052370 [ 199 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1427 rows, containing 5 columns (5 merged, 0 gathered) in 0.00404411 sec., 352858.84904218727 rows/sec., 27.86 MiB/sec. | ||
| 2266 | 2024.11.27 18:35:58.052510 [ 35 ] {} <Debug> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2267 | 2024.11.27 18:35:58.052601 [ 35 ] {} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2268 | 2024.11.27 18:35:58.052645 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2269 | 2024.11.27 18:35:58.052677 [ 254 ] {406d4515-c954-4e02-811f-7436d4ebc873} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.003998 sec., 40020.01000500251 rows/sec., 2.79 MiB/sec. | ||
| 2270 | 2024.11.27 18:35:58.052758 [ 196 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2271 | 2024.11.27 18:35:58.053025 [ 254 ] {406d4515-c954-4e02-811f-7436d4ebc873} <Debug> TCPHandler: Processed in 0.004543377 sec. | ||
| 2272 | 2024.11.27 18:35:58.053049 [ 188 ] {67d43675-535f-43d0-af84-f38bbc85c22c::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 | ||
| 2273 | 2024.11.27 18:35:58.053334 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2274 | 2024.11.27 18:35:58.053407 [ 188 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2275 | 2024.11.27 18:35:58.053515 [ 188 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 3053 rows starting from the beginning of the part | ||
| 2276 | 2024.11.27 18:35:58.053789 [ 196 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_16_3} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2277 | 2024.11.27 18:35:58.053873 [ 188 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 160 rows starting from the beginning of the part | ||
| 2278 | 2024.11.27 18:35:58.053943 [ 253 ] {e07fe207-185f-4232-ac69-d915559e9440} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2279 | 2024.11.27 18:35:58.054193 [ 196 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_16_3} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2280 | 2024.11.27 18:35:58.054371 [ 188 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 160 rows starting from the beginning of the part | ||
| 2281 | 2024.11.27 18:35:58.054515 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 2282 | 2024.11.27 18:35:58.054735 [ 253 ] {e07fe207-185f-4232-ac69-d915559e9440} <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 | ||
| 2283 | 2024.11.27 18:35:58.054802 [ 188 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 882 rows starting from the beginning of the part | ||
| 2284 | 2024.11.27 18:35:58.055302 [ 188 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 160 rows starting from the beginning of the part | ||
| 2285 | 2024.11.27 18:35:58.055714 [ 188 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 160 rows starting from the beginning of the part | ||
| 2286 | 2024.11.27 18:35:58.059515 [ 253 ] {e07fe207-185f-4232-ac69-d915559e9440} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2287 | 2024.11.27 18:35:58.059578 [ 253 ] {e07fe207-185f-4232-ac69-d915559e9440} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2288 | 2024.11.27 18:35:58.060281 [ 196 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4575 rows, containing 5 columns (5 merged, 0 gathered) in 0.007550762 sec., 605899.1132285722 rows/sec., 41.32 MiB/sec. | ||
| 2289 | 2024.11.27 18:35:58.060648 [ 253 ] {e07fe207-185f-4232-ac69-d915559e9440} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2290 | 2024.11.27 18:35:58.060805 [ 196 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2291 | 2024.11.27 18:35:58.061198 [ 253 ] {e07fe207-185f-4232-ac69-d915559e9440} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2292 | 2024.11.27 18:35:58.061445 [ 190 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2293 | 2024.11.27 18:35:58.061844 [ 253 ] {e07fe207-185f-4232-ac69-d915559e9440} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.008258 sec., 1937.5151368370066 rows/sec., 3.47 MiB/sec. | ||
| 2294 | 2024.11.27 18:35:58.061870 [ 190 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2295 | 2024.11.27 18:35:58.062348 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.98 MiB. | ||
| 2296 | 2024.11.27 18:35:58.062527 [ 253 ] {e07fe207-185f-4232-ac69-d915559e9440} <Debug> TCPHandler: Processed in 0.009377329 sec. | ||
| 2297 | 2024.11.27 18:35:58.062719 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2298 | 2024.11.27 18:35:58.062860 [ 254 ] {2caa54f6-60f3-4a05-a6c3-3bc517eaae28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2299 | 2024.11.27 18:35:58.062920 [ 254 ] {2caa54f6-60f3-4a05-a6c3-3bc517eaae28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2300 | 2024.11.27 18:35:58.063530 [ 254 ] {2caa54f6-60f3-4a05-a6c3-3bc517eaae28} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2301 | 2024.11.27 18:35:58.063577 [ 254 ] {2caa54f6-60f3-4a05-a6c3-3bc517eaae28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2302 | 2024.11.27 18:35:58.063954 [ 254 ] {2caa54f6-60f3-4a05-a6c3-3bc517eaae28} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2303 | 2024.11.27 18:35:58.064188 [ 254 ] {2caa54f6-60f3-4a05-a6c3-3bc517eaae28} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2304 | 2024.11.27 18:35:58.064310 [ 35 ] {} <Debug> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2305 | 2024.11.27 18:35:58.064347 [ 35 ] {} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2306 | 2024.11.27 18:35:58.064374 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2307 | 2024.11.27 18:35:58.064381 [ 254 ] {2caa54f6-60f3-4a05-a6c3-3bc517eaae28} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001552 sec., 38659.79381443299 rows/sec., 2.61 MiB/sec. | ||
| 2308 | 2024.11.27 18:35:58.064571 [ 254 ] {2caa54f6-60f3-4a05-a6c3-3bc517eaae28} <Debug> TCPHandler: Processed in 0.001914638 sec. | ||
| 2309 | 2024.11.27 18:35:58.064622 [ 190 ] {c59724f6-f374-41a1-8302-611230e47527::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 | ||
| 2310 | 2024.11.27 18:35:58.064778 [ 190 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2311 | 2024.11.27 18:35:58.064827 [ 190 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 540 rows starting from the beginning of the part | ||
| 2312 | 2024.11.27 18:35:58.064947 [ 190 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 60 rows starting from the beginning of the part | ||
| 2313 | 2024.11.27 18:35:58.065220 [ 190 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 60 rows starting from the beginning of the part | ||
| 2314 | 2024.11.27 18:35:58.065371 [ 190 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 60 rows starting from the beginning of the part | ||
| 2315 | 2024.11.27 18:35:58.065469 [ 190 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 60 rows starting from the beginning of the part | ||
| 2316 | 2024.11.27 18:35:58.065776 [ 190 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 60 rows starting from the beginning of the part | ||
| 2317 | 2024.11.27 18:35:58.066963 [ 186 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 840 rows, containing 4 columns (4 merged, 0 gathered) in 0.002510427 sec., 334604.43183569965 rows/sec., 22.52 MiB/sec. | ||
| 2318 | 2024.11.27 18:35:58.067164 [ 187 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2319 | 2024.11.27 18:35:58.067517 [ 187 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_16_3} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2320 | 2024.11.27 18:35:58.067608 [ 187 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_16_3} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2321 | 2024.11.27 18:35:58.067698 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
| 2322 | 2024.11.27 18:36:03.029823 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2323 | 2024.11.27 18:36:03.030098 [ 253 ] {95fb2e7a-3964-4058-81f1-bb7754f0c365} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 2324 | 2024.11.27 18:36:03.030527 [ 253 ] {95fb2e7a-3964-4058-81f1-bb7754f0c365} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2325 | 2024.11.27 18:36:03.030578 [ 253 ] {95fb2e7a-3964-4058-81f1-bb7754f0c365} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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_rib:active_routes')" moved to PREWHERE | ||
| 2326 | 2024.11.27 18:36:03.030933 [ 253 ] {95fb2e7a-3964-4058-81f1-bb7754f0c365} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2327 | 2024.11.27 18:36:03.031022 [ 253 ] {95fb2e7a-3964-4058-81f1-bb7754f0c365} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2328 | 2024.11.27 18:36:03.031203 [ 253 ] {95fb2e7a-3964-4058-81f1-bb7754f0c365} <Debug> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (SelectExecutor): Key condition: (column 0 notIn 30-element set) | ||
| 2329 | 2024.11.27 18:36:03.031495 [ 291 ] {95fb2e7a-3964-4058-81f1-bb7754f0c365} <Trace> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 2330 | 2024.11.27 18:36:03.031513 [ 290 ] {95fb2e7a-3964-4058-81f1-bb7754f0c365} <Trace> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2331 | 2024.11.27 18:36:03.031479 [ 288 ] {95fb2e7a-3964-4058-81f1-bb7754f0c365} <Trace> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2332 | 2024.11.27 18:36:03.031456 [ 287 ] {95fb2e7a-3964-4058-81f1-bb7754f0c365} <Trace> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2333 | 2024.11.27 18:36:03.031699 [ 253 ] {95fb2e7a-3964-4058-81f1-bb7754f0c365} <Debug> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (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 | ||
| 2334 | 2024.11.27 18:36:03.031728 [ 253 ] {95fb2e7a-3964-4058-81f1-bb7754f0c365} <Trace> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2335 | 2024.11.27 18:36:03.031848 [ 253 ] {95fb2e7a-3964-4058-81f1-bb7754f0c365} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2336 | 2024.11.27 18:36:03.031877 [ 253 ] {95fb2e7a-3964-4058-81f1-bb7754f0c365} <Debug> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (SelectExecutor): Reading approx. 29 rows with 3 streams | ||
| 2337 | 2024.11.27 18:36:03.031922 [ 253 ] {95fb2e7a-3964-4058-81f1-bb7754f0c365} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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_rib:active_routes'))" | ||
| 2338 | 2024.11.27 18:36:03.031971 [ 253 ] {95fb2e7a-3964-4058-81f1-bb7754f0c365} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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_rib:active_routes'))" | ||
| 2339 | 2024.11.27 18:36:03.032015 [ 253 ] {95fb2e7a-3964-4058-81f1-bb7754f0c365} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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_rib:active_routes'))" | ||
| 2340 | 2024.11.27 18:36:03.033511 [ 253 ] {95fb2e7a-3964-4058-81f1-bb7754f0c365} <Debug> executeQuery: Read 29 rows, 1.17 KiB in 0.003532 sec., 8210.645526613816 rows/sec., 332.62 KiB/sec. | ||
| 2341 | 2024.11.27 18:36:03.033702 [ 253 ] {95fb2e7a-3964-4058-81f1-bb7754f0c365} <Debug> TCPHandler: Processed in 0.00401172 sec. | ||
| 2342 | 2024.11.27 18:36:03.034137 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2343 | 2024.11.27 18:36:03.034377 [ 254 ] {58ce995b-deb8-46a6-b8be-043b32670a8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 2344 | 2024.11.27 18:36:03.034795 [ 254 ] {58ce995b-deb8-46a6-b8be-043b32670a8a} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2345 | 2024.11.27 18:36:03.034845 [ 254 ] {58ce995b-deb8-46a6-b8be-043b32670a8a} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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_rib:active_routes')" moved to PREWHERE | ||
| 2346 | 2024.11.27 18:36:03.035200 [ 254 ] {58ce995b-deb8-46a6-b8be-043b32670a8a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2347 | 2024.11.27 18:36:03.035278 [ 254 ] {58ce995b-deb8-46a6-b8be-043b32670a8a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2348 | 2024.11.27 18:36:03.035454 [ 254 ] {58ce995b-deb8-46a6-b8be-043b32670a8a} <Debug> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (SelectExecutor): Key condition: (column 0 notIn 31-element set) | ||
| 2349 | 2024.11.27 18:36:03.035618 [ 287 ] {58ce995b-deb8-46a6-b8be-043b32670a8a} <Trace> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2350 | 2024.11.27 18:36:03.035629 [ 291 ] {58ce995b-deb8-46a6-b8be-043b32670a8a} <Trace> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2351 | 2024.11.27 18:36:03.035650 [ 288 ] {58ce995b-deb8-46a6-b8be-043b32670a8a} <Trace> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2352 | 2024.11.27 18:36:03.035705 [ 290 ] {58ce995b-deb8-46a6-b8be-043b32670a8a} <Trace> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 2353 | 2024.11.27 18:36:03.035832 [ 254 ] {58ce995b-deb8-46a6-b8be-043b32670a8a} <Debug> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (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 | ||
| 2354 | 2024.11.27 18:36:03.035862 [ 254 ] {58ce995b-deb8-46a6-b8be-043b32670a8a} <Trace> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2355 | 2024.11.27 18:36:03.035982 [ 254 ] {58ce995b-deb8-46a6-b8be-043b32670a8a} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2356 | 2024.11.27 18:36:03.036006 [ 254 ] {58ce995b-deb8-46a6-b8be-043b32670a8a} <Debug> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (SelectExecutor): Reading approx. 29 rows with 3 streams | ||
| 2357 | 2024.11.27 18:36:03.036051 [ 254 ] {58ce995b-deb8-46a6-b8be-043b32670a8a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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_rib:active_routes'))" | ||
| 2358 | 2024.11.27 18:36:03.036099 [ 254 ] {58ce995b-deb8-46a6-b8be-043b32670a8a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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_rib:active_routes'))" | ||
| 2359 | 2024.11.27 18:36:03.036144 [ 254 ] {58ce995b-deb8-46a6-b8be-043b32670a8a} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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_rib:active_routes'))" | ||
| 2360 | 2024.11.27 18:36:03.037626 [ 254 ] {58ce995b-deb8-46a6-b8be-043b32670a8a} <Debug> executeQuery: Read 29 rows, 1.17 KiB in 0.003363 sec., 8623.253047873923 rows/sec., 349.33 KiB/sec. | ||
| 2361 | 2024.11.27 18:36:03.037822 [ 254 ] {58ce995b-deb8-46a6-b8be-043b32670a8a} <Debug> TCPHandler: Processed in 0.003803657 sec. | ||
| 2362 | 2024.11.27 18:36:03.038430 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2363 | 2024.11.27 18:36:03.038631 [ 253 ] {ce98628e-0c5f-4ca0-a0fc-27953fca4b3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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') FORMAT Native; (stage: Complete) | ||
| 2364 | 2024.11.27 18:36:03.038983 [ 253 ] {ce98628e-0c5f-4ca0-a0fc-27953fca4b3c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2365 | 2024.11.27 18:36:03.039032 [ 253 ] {ce98628e-0c5f-4ca0-a0fc-27953fca4b3c} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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')" moved to PREWHERE | ||
| 2366 | 2024.11.27 18:36:03.039355 [ 253 ] {ce98628e-0c5f-4ca0-a0fc-27953fca4b3c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2367 | 2024.11.27 18:36:03.039424 [ 253 ] {ce98628e-0c5f-4ca0-a0fc-27953fca4b3c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2368 | 2024.11.27 18:36:03.039576 [ 253 ] {ce98628e-0c5f-4ca0-a0fc-27953fca4b3c} <Debug> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (SelectExecutor): Key condition: (column 0 notIn 32-element set) | ||
| 2369 | 2024.11.27 18:36:03.039708 [ 291 ] {ce98628e-0c5f-4ca0-a0fc-27953fca4b3c} <Trace> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2370 | 2024.11.27 18:36:03.039735 [ 288 ] {ce98628e-0c5f-4ca0-a0fc-27953fca4b3c} <Trace> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2371 | 2024.11.27 18:36:03.039764 [ 287 ] {ce98628e-0c5f-4ca0-a0fc-27953fca4b3c} <Trace> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2372 | 2024.11.27 18:36:03.039821 [ 290 ] {ce98628e-0c5f-4ca0-a0fc-27953fca4b3c} <Trace> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 2373 | 2024.11.27 18:36:03.039941 [ 253 ] {ce98628e-0c5f-4ca0-a0fc-27953fca4b3c} <Debug> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (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 | ||
| 2374 | 2024.11.27 18:36:03.039971 [ 253 ] {ce98628e-0c5f-4ca0-a0fc-27953fca4b3c} <Trace> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2375 | 2024.11.27 18:36:03.040081 [ 253 ] {ce98628e-0c5f-4ca0-a0fc-27953fca4b3c} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2376 | 2024.11.27 18:36:03.040105 [ 253 ] {ce98628e-0c5f-4ca0-a0fc-27953fca4b3c} <Debug> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (SelectExecutor): Reading approx. 29 rows with 3 streams | ||
| 2377 | 2024.11.27 18:36:03.040147 [ 253 ] {ce98628e-0c5f-4ca0-a0fc-27953fca4b3c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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'))" | ||
| 2378 | 2024.11.27 18:36:03.040195 [ 253 ] {ce98628e-0c5f-4ca0-a0fc-27953fca4b3c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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'))" | ||
| 2379 | 2024.11.27 18:36:03.040242 [ 253 ] {ce98628e-0c5f-4ca0-a0fc-27953fca4b3c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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'))" | ||
| 2380 | 2024.11.27 18:36:03.041648 [ 253 ] {ce98628e-0c5f-4ca0-a0fc-27953fca4b3c} <Debug> executeQuery: Read 29 rows, 1.17 KiB in 0.003114 sec., 9312.780989081568 rows/sec., 377.27 KiB/sec. | ||
| 2381 | 2024.11.27 18:36:03.041835 [ 253 ] {ce98628e-0c5f-4ca0-a0fc-27953fca4b3c} <Debug> TCPHandler: Processed in 0.003463831 sec. | ||
| 2382 | 2024.11.27 18:36:03.042096 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2383 | 2024.11.27 18:36:03.042294 [ 254 ] {823ded8d-983f-4e0b-b57e-4eb9c1ddc0ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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') FORMAT Native; (stage: Complete) | ||
| 2384 | 2024.11.27 18:36:03.042671 [ 254 ] {823ded8d-983f-4e0b-b57e-4eb9c1ddc0ba} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2385 | 2024.11.27 18:36:03.042722 [ 254 ] {823ded8d-983f-4e0b-b57e-4eb9c1ddc0ba} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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')" moved to PREWHERE | ||
| 2386 | 2024.11.27 18:36:03.043055 [ 254 ] {823ded8d-983f-4e0b-b57e-4eb9c1ddc0ba} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2387 | 2024.11.27 18:36:03.043124 [ 254 ] {823ded8d-983f-4e0b-b57e-4eb9c1ddc0ba} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2388 | 2024.11.27 18:36:03.043280 [ 254 ] {823ded8d-983f-4e0b-b57e-4eb9c1ddc0ba} <Debug> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (SelectExecutor): Key condition: (column 0 notIn 33-element set) | ||
| 2389 | 2024.11.27 18:36:03.043459 [ 287 ] {823ded8d-983f-4e0b-b57e-4eb9c1ddc0ba} <Trace> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2390 | 2024.11.27 18:36:03.043468 [ 291 ] {823ded8d-983f-4e0b-b57e-4eb9c1ddc0ba} <Trace> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2391 | 2024.11.27 18:36:03.043495 [ 290 ] {823ded8d-983f-4e0b-b57e-4eb9c1ddc0ba} <Trace> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 2392 | 2024.11.27 18:36:03.043482 [ 288 ] {823ded8d-983f-4e0b-b57e-4eb9c1ddc0ba} <Trace> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2393 | 2024.11.27 18:36:03.043663 [ 254 ] {823ded8d-983f-4e0b-b57e-4eb9c1ddc0ba} <Debug> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (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 | ||
| 2394 | 2024.11.27 18:36:03.043698 [ 254 ] {823ded8d-983f-4e0b-b57e-4eb9c1ddc0ba} <Trace> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2395 | 2024.11.27 18:36:03.043819 [ 254 ] {823ded8d-983f-4e0b-b57e-4eb9c1ddc0ba} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2396 | 2024.11.27 18:36:03.043843 [ 254 ] {823ded8d-983f-4e0b-b57e-4eb9c1ddc0ba} <Debug> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (SelectExecutor): Reading approx. 29 rows with 3 streams | ||
| 2397 | 2024.11.27 18:36:03.043888 [ 254 ] {823ded8d-983f-4e0b-b57e-4eb9c1ddc0ba} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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'))" | ||
| 2398 | 2024.11.27 18:36:03.043940 [ 254 ] {823ded8d-983f-4e0b-b57e-4eb9c1ddc0ba} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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'))" | ||
| 2399 | 2024.11.27 18:36:03.043988 [ 254 ] {823ded8d-983f-4e0b-b57e-4eb9c1ddc0ba} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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'))" | ||
| 2400 | 2024.11.27 18:36:03.045444 [ 254 ] {823ded8d-983f-4e0b-b57e-4eb9c1ddc0ba} <Debug> executeQuery: Read 29 rows, 1.17 KiB in 0.003245 sec., 8936.825885978427 rows/sec., 362.04 KiB/sec. | ||
| 2401 | 2024.11.27 18:36:03.045636 [ 254 ] {823ded8d-983f-4e0b-b57e-4eb9c1ddc0ba} <Debug> TCPHandler: Processed in 0.003604184 sec. | ||
| 2402 | 2024.11.27 18:36:03.045989 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2403 | 2024.11.27 18:36:03.046186 [ 253 ] {c3a9aa0d-a093-4dc3-b66a-464ba3586ea8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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:occupancy') FORMAT Native; (stage: Complete) | ||
| 2404 | 2024.11.27 18:36:03.046537 [ 253 ] {c3a9aa0d-a093-4dc3-b66a-464ba3586ea8} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2405 | 2024.11.27 18:36:03.046588 [ 253 ] {c3a9aa0d-a093-4dc3-b66a-464ba3586ea8} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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:occupancy')" moved to PREWHERE | ||
| 2406 | 2024.11.27 18:36:03.046913 [ 253 ] {c3a9aa0d-a093-4dc3-b66a-464ba3586ea8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2407 | 2024.11.27 18:36:03.046982 [ 253 ] {c3a9aa0d-a093-4dc3-b66a-464ba3586ea8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2408 | 2024.11.27 18:36:03.047137 [ 253 ] {c3a9aa0d-a093-4dc3-b66a-464ba3586ea8} <Debug> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (SelectExecutor): Key condition: (column 0 notIn 34-element set) | ||
| 2409 | 2024.11.27 18:36:03.047259 [ 291 ] {c3a9aa0d-a093-4dc3-b66a-464ba3586ea8} <Trace> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2410 | 2024.11.27 18:36:03.047302 [ 287 ] {c3a9aa0d-a093-4dc3-b66a-464ba3586ea8} <Trace> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2411 | 2024.11.27 18:36:03.047337 [ 288 ] {c3a9aa0d-a093-4dc3-b66a-464ba3586ea8} <Trace> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2412 | 2024.11.27 18:36:03.047368 [ 290 ] {c3a9aa0d-a093-4dc3-b66a-464ba3586ea8} <Trace> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 2413 | 2024.11.27 18:36:03.047489 [ 253 ] {c3a9aa0d-a093-4dc3-b66a-464ba3586ea8} <Debug> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (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 | ||
| 2414 | 2024.11.27 18:36:03.047518 [ 253 ] {c3a9aa0d-a093-4dc3-b66a-464ba3586ea8} <Trace> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2415 | 2024.11.27 18:36:03.047627 [ 253 ] {c3a9aa0d-a093-4dc3-b66a-464ba3586ea8} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2416 | 2024.11.27 18:36:03.047650 [ 253 ] {c3a9aa0d-a093-4dc3-b66a-464ba3586ea8} <Debug> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (SelectExecutor): Reading approx. 29 rows with 3 streams | ||
| 2417 | 2024.11.27 18:36:03.047691 [ 253 ] {c3a9aa0d-a093-4dc3-b66a-464ba3586ea8} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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:occupancy'))" | ||
| 2418 | 2024.11.27 18:36:03.047741 [ 253 ] {c3a9aa0d-a093-4dc3-b66a-464ba3586ea8} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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:occupancy'))" | ||
| 2419 | 2024.11.27 18:36:03.047815 [ 253 ] {c3a9aa0d-a093-4dc3-b66a-464ba3586ea8} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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:occupancy'))" | ||
| 2420 | 2024.11.27 18:36:03.049227 [ 253 ] {c3a9aa0d-a093-4dc3-b66a-464ba3586ea8} <Debug> executeQuery: Read 29 rows, 1.17 KiB in 0.003137 sec., 9244.501115715651 rows/sec., 374.50 KiB/sec. | ||
| 2421 | 2024.11.27 18:36:03.049430 [ 253 ] {c3a9aa0d-a093-4dc3-b66a-464ba3586ea8} <Debug> TCPHandler: Processed in 0.003498252 sec. | ||
| 2422 | 2024.11.27 18:36:03.049706 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2423 | 2024.11.27 18:36:03.049946 [ 254 ] {d981fb12-ce7e-4717-9c69-19f2c4f0a610} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) | ||
| 2424 | 2024.11.27 18:36:03.050370 [ 254 ] {d981fb12-ce7e-4717-9c69-19f2c4f0a610} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2425 | 2024.11.27 18:36:03.050432 [ 254 ] {d981fb12-ce7e-4717-9c69-19f2c4f0a610} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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:inserts', 'switch_table:occupancy')" moved to PREWHERE | ||
| 2426 | 2024.11.27 18:36:03.050826 [ 254 ] {d981fb12-ce7e-4717-9c69-19f2c4f0a610} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2427 | 2024.11.27 18:36:03.050895 [ 254 ] {d981fb12-ce7e-4717-9c69-19f2c4f0a610} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2428 | 2024.11.27 18:36:03.051048 [ 254 ] {d981fb12-ce7e-4717-9c69-19f2c4f0a610} <Debug> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (SelectExecutor): Key condition: (column 0 notIn 35-element set) | ||
| 2429 | 2024.11.27 18:36:03.051228 [ 291 ] {d981fb12-ce7e-4717-9c69-19f2c4f0a610} <Trace> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2430 | 2024.11.27 18:36:03.051231 [ 287 ] {d981fb12-ce7e-4717-9c69-19f2c4f0a610} <Trace> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2431 | 2024.11.27 18:36:03.051238 [ 288 ] {d981fb12-ce7e-4717-9c69-19f2c4f0a610} <Trace> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2432 | 2024.11.27 18:36:03.051267 [ 290 ] {d981fb12-ce7e-4717-9c69-19f2c4f0a610} <Trace> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 2433 | 2024.11.27 18:36:03.051425 [ 254 ] {d981fb12-ce7e-4717-9c69-19f2c4f0a610} <Debug> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (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 | ||
| 2434 | 2024.11.27 18:36:03.051456 [ 254 ] {d981fb12-ce7e-4717-9c69-19f2c4f0a610} <Trace> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2435 | 2024.11.27 18:36:03.051567 [ 254 ] {d981fb12-ce7e-4717-9c69-19f2c4f0a610} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2436 | 2024.11.27 18:36:03.051589 [ 254 ] {d981fb12-ce7e-4717-9c69-19f2c4f0a610} <Debug> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (SelectExecutor): Reading approx. 29 rows with 3 streams | ||
| 2437 | 2024.11.27 18:36:03.051632 [ 254 ] {d981fb12-ce7e-4717-9c69-19f2c4f0a610} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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:inserts', 'switch_table:occupancy'))" | ||
| 2438 | 2024.11.27 18:36:03.051682 [ 254 ] {d981fb12-ce7e-4717-9c69-19f2c4f0a610} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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:inserts', 'switch_table:occupancy'))" | ||
| 2439 | 2024.11.27 18:36:03.051727 [ 254 ] {d981fb12-ce7e-4717-9c69-19f2c4f0a610} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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:inserts', 'switch_table:occupancy'))" | ||
| 2440 | 2024.11.27 18:36:03.053113 [ 254 ] {d981fb12-ce7e-4717-9c69-19f2c4f0a610} <Debug> executeQuery: Read 29 rows, 1.17 KiB in 0.00329 sec., 8814.589665653495 rows/sec., 357.08 KiB/sec. | ||
| 2441 | 2024.11.27 18:36:03.053297 [ 254 ] {d981fb12-ce7e-4717-9c69-19f2c4f0a610} <Debug> TCPHandler: Processed in 0.003659374 sec. | ||
| 2442 | 2024.11.27 18:36:03.053634 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2443 | 2024.11.27 18:36:03.053916 [ 253 ] {3f7f4651-a9a8-4d6e-ac3d-35b57d8e3e83} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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:deletes', 'switch_table:inserts', 'switch_table:occupancy') FORMAT Native; (stage: Complete) | ||
| 2444 | 2024.11.27 18:36:03.054332 [ 253 ] {3f7f4651-a9a8-4d6e-ac3d-35b57d8e3e83} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2445 | 2024.11.27 18:36:03.054393 [ 253 ] {3f7f4651-a9a8-4d6e-ac3d-35b57d8e3e83} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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:deletes', 'switch_table:inserts', 'switch_table:occupancy')" moved to PREWHERE | ||
| 2446 | 2024.11.27 18:36:03.054791 [ 253 ] {3f7f4651-a9a8-4d6e-ac3d-35b57d8e3e83} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2447 | 2024.11.27 18:36:03.054856 [ 253 ] {3f7f4651-a9a8-4d6e-ac3d-35b57d8e3e83} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2448 | 2024.11.27 18:36:03.055009 [ 253 ] {3f7f4651-a9a8-4d6e-ac3d-35b57d8e3e83} <Debug> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (SelectExecutor): Key condition: (column 0 notIn 36-element set) | ||
| 2449 | 2024.11.27 18:36:03.055179 [ 287 ] {3f7f4651-a9a8-4d6e-ac3d-35b57d8e3e83} <Trace> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2450 | 2024.11.27 18:36:03.055195 [ 288 ] {3f7f4651-a9a8-4d6e-ac3d-35b57d8e3e83} <Trace> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2451 | 2024.11.27 18:36:03.055206 [ 291 ] {3f7f4651-a9a8-4d6e-ac3d-35b57d8e3e83} <Trace> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2452 | 2024.11.27 18:36:03.055231 [ 290 ] {3f7f4651-a9a8-4d6e-ac3d-35b57d8e3e83} <Trace> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 2453 | 2024.11.27 18:36:03.055371 [ 253 ] {3f7f4651-a9a8-4d6e-ac3d-35b57d8e3e83} <Debug> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (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 | ||
| 2454 | 2024.11.27 18:36:03.055401 [ 253 ] {3f7f4651-a9a8-4d6e-ac3d-35b57d8e3e83} <Trace> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2455 | 2024.11.27 18:36:03.055508 [ 253 ] {3f7f4651-a9a8-4d6e-ac3d-35b57d8e3e83} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2456 | 2024.11.27 18:36:03.055529 [ 253 ] {3f7f4651-a9a8-4d6e-ac3d-35b57d8e3e83} <Debug> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (SelectExecutor): Reading approx. 29 rows with 3 streams | ||
| 2457 | 2024.11.27 18:36:03.055573 [ 253 ] {3f7f4651-a9a8-4d6e-ac3d-35b57d8e3e83} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 2458 | 2024.11.27 18:36:03.055622 [ 253 ] {3f7f4651-a9a8-4d6e-ac3d-35b57d8e3e83} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 2459 | 2024.11.27 18:36:03.055665 [ 253 ] {3f7f4651-a9a8-4d6e-ac3d-35b57d8e3e83} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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:deletes', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 2460 | 2024.11.27 18:36:03.057023 [ 253 ] {3f7f4651-a9a8-4d6e-ac3d-35b57d8e3e83} <Debug> executeQuery: Read 29 rows, 1.17 KiB in 0.003233 sec., 8969.996906897617 rows/sec., 363.38 KiB/sec. | ||
| 2461 | 2024.11.27 18:36:03.057196 [ 253 ] {3f7f4651-a9a8-4d6e-ac3d-35b57d8e3e83} <Debug> TCPHandler: Processed in 0.003637684 sec. | ||
| 2462 | 2024.11.27 18:36:03.057457 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2463 | 2024.11.27 18:36:03.057686 [ 254 ] {17fa9357-2036-45d6-b71c-9b1eab321aa7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 2464 | 2024.11.27 18:36:03.058048 [ 254 ] {17fa9357-2036-45d6-b71c-9b1eab321aa7} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2465 | 2024.11.27 18:36:03.058097 [ 254 ] {17fa9357-2036-45d6-b71c-9b1eab321aa7} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE | ||
| 2466 | 2024.11.27 18:36:03.058426 [ 254 ] {17fa9357-2036-45d6-b71c-9b1eab321aa7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2467 | 2024.11.27 18:36:03.058493 [ 254 ] {17fa9357-2036-45d6-b71c-9b1eab321aa7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2468 | 2024.11.27 18:36:03.058644 [ 254 ] {17fa9357-2036-45d6-b71c-9b1eab321aa7} <Debug> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (SelectExecutor): Key condition: (column 0 notIn 37-element set) | ||
| 2469 | 2024.11.27 18:36:03.058828 [ 288 ] {17fa9357-2036-45d6-b71c-9b1eab321aa7} <Trace> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2470 | 2024.11.27 18:36:03.058827 [ 287 ] {17fa9357-2036-45d6-b71c-9b1eab321aa7} <Trace> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2471 | 2024.11.27 18:36:03.058836 [ 291 ] {17fa9357-2036-45d6-b71c-9b1eab321aa7} <Trace> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2472 | 2024.11.27 18:36:03.058864 [ 290 ] {17fa9357-2036-45d6-b71c-9b1eab321aa7} <Trace> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 2473 | 2024.11.27 18:36:03.059029 [ 254 ] {17fa9357-2036-45d6-b71c-9b1eab321aa7} <Debug> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (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 | ||
| 2474 | 2024.11.27 18:36:03.059058 [ 254 ] {17fa9357-2036-45d6-b71c-9b1eab321aa7} <Trace> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2475 | 2024.11.27 18:36:03.059170 [ 254 ] {17fa9357-2036-45d6-b71c-9b1eab321aa7} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2476 | 2024.11.27 18:36:03.059192 [ 254 ] {17fa9357-2036-45d6-b71c-9b1eab321aa7} <Debug> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (SelectExecutor): Reading approx. 29 rows with 3 streams | ||
| 2477 | 2024.11.27 18:36:03.059234 [ 254 ] {17fa9357-2036-45d6-b71c-9b1eab321aa7} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
| 2478 | 2024.11.27 18:36:03.059284 [ 254 ] {17fa9357-2036-45d6-b71c-9b1eab321aa7} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
| 2479 | 2024.11.27 18:36:03.059332 [ 254 ] {17fa9357-2036-45d6-b71c-9b1eab321aa7} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
| 2480 | 2024.11.27 18:36:03.060744 [ 254 ] {17fa9357-2036-45d6-b71c-9b1eab321aa7} <Debug> executeQuery: Read 29 rows, 1.17 KiB in 0.003175 sec., 9133.858267716536 rows/sec., 370.02 KiB/sec. | ||
| 2481 | 2024.11.27 18:36:03.060929 [ 254 ] {17fa9357-2036-45d6-b71c-9b1eab321aa7} <Debug> TCPHandler: Processed in 0.003541072 sec. | ||
| 2482 | 2024.11.27 18:36:03.061202 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2483 | 2024.11.27 18:36:03.061428 [ 253 ] {9457da1f-5d11-493f-9ba5-40f3ac05292b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 2484 | 2024.11.27 18:36:03.061828 [ 253 ] {9457da1f-5d11-493f-9ba5-40f3ac05292b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2485 | 2024.11.27 18:36:03.061878 [ 253 ] {9457da1f-5d11-493f-9ba5-40f3ac05292b} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates')" moved to PREWHERE | ||
| 2486 | 2024.11.27 18:36:03.062210 [ 253 ] {9457da1f-5d11-493f-9ba5-40f3ac05292b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2487 | 2024.11.27 18:36:03.062276 [ 253 ] {9457da1f-5d11-493f-9ba5-40f3ac05292b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2488 | 2024.11.27 18:36:03.062427 [ 253 ] {9457da1f-5d11-493f-9ba5-40f3ac05292b} <Debug> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (SelectExecutor): Key condition: (column 0 notIn 38-element set) | ||
| 2489 | 2024.11.27 18:36:03.062490 [ 291 ] {9457da1f-5d11-493f-9ba5-40f3ac05292b} <Trace> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2490 | 2024.11.27 18:36:03.062562 [ 288 ] {9457da1f-5d11-493f-9ba5-40f3ac05292b} <Trace> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2491 | 2024.11.27 18:36:03.062592 [ 290 ] {9457da1f-5d11-493f-9ba5-40f3ac05292b} <Trace> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2492 | 2024.11.27 18:36:03.062643 [ 287 ] {9457da1f-5d11-493f-9ba5-40f3ac05292b} <Trace> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 2493 | 2024.11.27 18:36:03.062740 [ 253 ] {9457da1f-5d11-493f-9ba5-40f3ac05292b} <Debug> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (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 | ||
| 2494 | 2024.11.27 18:36:03.062765 [ 253 ] {9457da1f-5d11-493f-9ba5-40f3ac05292b} <Trace> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2495 | 2024.11.27 18:36:03.062873 [ 253 ] {9457da1f-5d11-493f-9ba5-40f3ac05292b} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2496 | 2024.11.27 18:36:03.062896 [ 253 ] {9457da1f-5d11-493f-9ba5-40f3ac05292b} <Debug> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (SelectExecutor): Reading approx. 29 rows with 3 streams | ||
| 2497 | 2024.11.27 18:36:03.062937 [ 253 ] {9457da1f-5d11-493f-9ba5-40f3ac05292b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
| 2498 | 2024.11.27 18:36:03.062986 [ 253 ] {9457da1f-5d11-493f-9ba5-40f3ac05292b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
| 2499 | 2024.11.27 18:36:03.063032 [ 253 ] {9457da1f-5d11-493f-9ba5-40f3ac05292b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:updates'))" | ||
| 2500 | 2024.11.27 18:36:03.064406 [ 253 ] {9457da1f-5d11-493f-9ba5-40f3ac05292b} <Debug> executeQuery: Read 29 rows, 1.17 KiB in 0.003095 sec., 9369.95153473344 rows/sec., 379.58 KiB/sec. | ||
| 2501 | 2024.11.27 18:36:03.064577 [ 253 ] {9457da1f-5d11-493f-9ba5-40f3ac05292b} <Debug> TCPHandler: Processed in 0.003441301 sec. | ||
| 2502 | 2024.11.27 18:36:03.064855 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2503 | 2024.11.27 18:36:03.065092 [ 254 ] {4db80d82-6840-4817-933a-07084d7ac990} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 2504 | 2024.11.27 18:36:03.065510 [ 254 ] {4db80d82-6840-4817-933a-07084d7ac990} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2505 | 2024.11.27 18:36:03.065572 [ 254 ] {4db80d82-6840-4817-933a-07084d7ac990} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 2506 | 2024.11.27 18:36:03.065947 [ 254 ] {4db80d82-6840-4817-933a-07084d7ac990} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2507 | 2024.11.27 18:36:03.066015 [ 254 ] {4db80d82-6840-4817-933a-07084d7ac990} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2508 | 2024.11.27 18:36:03.066165 [ 254 ] {4db80d82-6840-4817-933a-07084d7ac990} <Debug> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (SelectExecutor): Key condition: (column 0 notIn 39-element set) | ||
| 2509 | 2024.11.27 18:36:03.066322 [ 288 ] {4db80d82-6840-4817-933a-07084d7ac990} <Trace> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2510 | 2024.11.27 18:36:03.066357 [ 291 ] {4db80d82-6840-4817-933a-07084d7ac990} <Trace> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2511 | 2024.11.27 18:36:03.066389 [ 290 ] {4db80d82-6840-4817-933a-07084d7ac990} <Trace> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 2512 | 2024.11.27 18:36:03.066405 [ 287 ] {4db80d82-6840-4817-933a-07084d7ac990} <Trace> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2513 | 2024.11.27 18:36:03.066530 [ 254 ] {4db80d82-6840-4817-933a-07084d7ac990} <Debug> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (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 | ||
| 2514 | 2024.11.27 18:36:03.066559 [ 254 ] {4db80d82-6840-4817-933a-07084d7ac990} <Trace> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2515 | 2024.11.27 18:36:03.066671 [ 254 ] {4db80d82-6840-4817-933a-07084d7ac990} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2516 | 2024.11.27 18:36:03.066694 [ 254 ] {4db80d82-6840-4817-933a-07084d7ac990} <Debug> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (SelectExecutor): Reading approx. 29 rows with 3 streams | ||
| 2517 | 2024.11.27 18:36:03.066734 [ 254 ] {4db80d82-6840-4817-933a-07084d7ac990} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2518 | 2024.11.27 18:36:03.066781 [ 254 ] {4db80d82-6840-4817-933a-07084d7ac990} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2519 | 2024.11.27 18:36:03.066827 [ 254 ] {4db80d82-6840-4817-933a-07084d7ac990} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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:deletes', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2520 | 2024.11.27 18:36:03.068184 [ 254 ] {4db80d82-6840-4817-933a-07084d7ac990} <Debug> executeQuery: Read 29 rows, 1.17 KiB in 0.003211 sec., 9031.454375583931 rows/sec., 365.87 KiB/sec. | ||
| 2521 | 2024.11.27 18:36:03.068368 [ 254 ] {4db80d82-6840-4817-933a-07084d7ac990} <Debug> TCPHandler: Processed in 0.003584522 sec. | ||
| 2522 | 2024.11.27 18:36:03.068616 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2523 | 2024.11.27 18:36:03.068841 [ 253 ] {d1089a92-cb11-4407-be1f-b734a10972ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 2524 | 2024.11.27 18:36:03.069263 [ 253 ] {d1089a92-cb11-4407-be1f-b734a10972ab} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2525 | 2024.11.27 18:36:03.069323 [ 253 ] {d1089a92-cb11-4407-be1f-b734a10972ab} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 2526 | 2024.11.27 18:36:03.069741 [ 253 ] {d1089a92-cb11-4407-be1f-b734a10972ab} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2527 | 2024.11.27 18:36:03.069811 [ 253 ] {d1089a92-cb11-4407-be1f-b734a10972ab} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2528 | 2024.11.27 18:36:03.069961 [ 253 ] {d1089a92-cb11-4407-be1f-b734a10972ab} <Debug> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (SelectExecutor): Key condition: (column 0 notIn 40-element set) | ||
| 2529 | 2024.11.27 18:36:03.070134 [ 290 ] {d1089a92-cb11-4407-be1f-b734a10972ab} <Trace> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2530 | 2024.11.27 18:36:03.070130 [ 287 ] {d1089a92-cb11-4407-be1f-b734a10972ab} <Trace> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2531 | 2024.11.27 18:36:03.070130 [ 291 ] {d1089a92-cb11-4407-be1f-b734a10972ab} <Trace> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2532 | 2024.11.27 18:36:03.070177 [ 288 ] {d1089a92-cb11-4407-be1f-b734a10972ab} <Trace> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 2533 | 2024.11.27 18:36:03.070306 [ 253 ] {d1089a92-cb11-4407-be1f-b734a10972ab} <Debug> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (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 | ||
| 2534 | 2024.11.27 18:36:03.070336 [ 253 ] {d1089a92-cb11-4407-be1f-b734a10972ab} <Trace> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2535 | 2024.11.27 18:36:03.070443 [ 253 ] {d1089a92-cb11-4407-be1f-b734a10972ab} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2536 | 2024.11.27 18:36:03.070465 [ 253 ] {d1089a92-cb11-4407-be1f-b734a10972ab} <Debug> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (SelectExecutor): Reading approx. 29 rows with 3 streams | ||
| 2537 | 2024.11.27 18:36:03.070505 [ 253 ] {d1089a92-cb11-4407-be1f-b734a10972ab} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2538 | 2024.11.27 18:36:03.070552 [ 253 ] {d1089a92-cb11-4407-be1f-b734a10972ab} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2539 | 2024.11.27 18:36:03.070599 [ 253 ] {d1089a92-cb11-4407-be1f-b734a10972ab} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2540 | 2024.11.27 18:36:03.072106 [ 253 ] {d1089a92-cb11-4407-be1f-b734a10972ab} <Debug> executeQuery: Read 29 rows, 1.17 KiB in 0.003381 sec., 8577.34398107069 rows/sec., 347.47 KiB/sec. | ||
| 2541 | 2024.11.27 18:36:03.072278 [ 253 ] {d1089a92-cb11-4407-be1f-b734a10972ab} <Debug> TCPHandler: Processed in 0.003727765 sec. | ||
| 2542 | 2024.11.27 18:36:03.076222 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2543 | 2024.11.27 18:36:03.076457 [ 254 ] {55cf4d8b-e887-4cb3-b8e8-da5580c720e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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) | ||
| 2544 | 2024.11.27 18:36:03.076861 [ 254 ] {55cf4d8b-e887-4cb3-b8e8-da5580c720e0} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2545 | 2024.11.27 18:36:03.076914 [ 254 ] {55cf4d8b-e887-4cb3-b8e8-da5580c720e0} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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 | ||
| 2546 | 2024.11.27 18:36:03.077255 [ 254 ] {55cf4d8b-e887-4cb3-b8e8-da5580c720e0} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2547 | 2024.11.27 18:36:03.077322 [ 254 ] {55cf4d8b-e887-4cb3-b8e8-da5580c720e0} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2548 | 2024.11.27 18:36:03.077471 [ 254 ] {55cf4d8b-e887-4cb3-b8e8-da5580c720e0} <Debug> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (SelectExecutor): Key condition: (column 0 notIn 41-element set) | ||
| 2549 | 2024.11.27 18:36:03.077608 [ 291 ] {55cf4d8b-e887-4cb3-b8e8-da5580c720e0} <Trace> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2550 | 2024.11.27 18:36:03.077654 [ 288 ] {55cf4d8b-e887-4cb3-b8e8-da5580c720e0} <Trace> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2551 | 2024.11.27 18:36:03.077690 [ 290 ] {55cf4d8b-e887-4cb3-b8e8-da5580c720e0} <Trace> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 2552 | 2024.11.27 18:36:03.077662 [ 287 ] {55cf4d8b-e887-4cb3-b8e8-da5580c720e0} <Trace> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2553 | 2024.11.27 18:36:03.077838 [ 254 ] {55cf4d8b-e887-4cb3-b8e8-da5580c720e0} <Debug> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (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 | ||
| 2554 | 2024.11.27 18:36:03.077867 [ 254 ] {55cf4d8b-e887-4cb3-b8e8-da5580c720e0} <Trace> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2555 | 2024.11.27 18:36:03.077980 [ 254 ] {55cf4d8b-e887-4cb3-b8e8-da5580c720e0} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2556 | 2024.11.27 18:36:03.078001 [ 254 ] {55cf4d8b-e887-4cb3-b8e8-da5580c720e0} <Debug> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (SelectExecutor): Reading approx. 29 rows with 3 streams | ||
| 2557 | 2024.11.27 18:36:03.078043 [ 254 ] {55cf4d8b-e887-4cb3-b8e8-da5580c720e0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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'))" | ||
| 2558 | 2024.11.27 18:36:03.078092 [ 254 ] {55cf4d8b-e887-4cb3-b8e8-da5580c720e0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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'))" | ||
| 2559 | 2024.11.27 18:36:03.078139 [ 254 ] {55cf4d8b-e887-4cb3-b8e8-da5580c720e0} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', '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'))" | ||
| 2560 | 2024.11.27 18:36:03.079567 [ 254 ] {55cf4d8b-e887-4cb3-b8e8-da5580c720e0} <Debug> executeQuery: Read 29 rows, 1.17 KiB in 0.003231 sec., 8975.54936552151 rows/sec., 363.60 KiB/sec. | ||
| 2561 | 2024.11.27 18:36:03.079754 [ 254 ] {55cf4d8b-e887-4cb3-b8e8-da5580c720e0} <Debug> TCPHandler: Processed in 0.003598843 sec. | ||
| 2562 | 2024.11.27 18:36:03.088410 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2563 | 2024.11.27 18:36:03.088567 [ 253 ] {6ddfc9f9-c88d-4b53-bdf9-8fcdb4eed76a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 2564 | 2024.11.27 18:36:03.088631 [ 253 ] {6ddfc9f9-c88d-4b53-bdf9-8fcdb4eed76a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2565 | 2024.11.27 18:36:03.089449 [ 253 ] {6ddfc9f9-c88d-4b53-bdf9-8fcdb4eed76a} <Trace> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2566 | 2024.11.27 18:36:03.089491 [ 253 ] {6ddfc9f9-c88d-4b53-bdf9-8fcdb4eed76a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2567 | 2024.11.27 18:36:03.090008 [ 253 ] {6ddfc9f9-c88d-4b53-bdf9-8fcdb4eed76a} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2568 | 2024.11.27 18:36:03.090227 [ 253 ] {6ddfc9f9-c88d-4b53-bdf9-8fcdb4eed76a} <Trace> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2569 | 2024.11.27 18:36:03.090518 [ 253 ] {6ddfc9f9-c88d-4b53-bdf9-8fcdb4eed76a} <Debug> executeQuery: Read 12 rows, 2.49 KiB in 0.001981 sec., 6057.546693589096 rows/sec., 1.23 MiB/sec. | ||
| 2570 | 2024.11.27 18:36:03.090653 [ 253 ] {6ddfc9f9-c88d-4b53-bdf9-8fcdb4eed76a} <Debug> TCPHandler: Processed in 0.002309204 sec. | ||
| 2571 | 2024.11.27 18:36:03.090833 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2572 | 2024.11.27 18:36:03.090984 [ 254 ] {93984197-eace-40af-a918-2d75ee730a35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2573 | 2024.11.27 18:36:03.091043 [ 254 ] {93984197-eace-40af-a918-2d75ee730a35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2574 | 2024.11.27 18:36:03.094336 [ 254 ] {93984197-eace-40af-a918-2d75ee730a35} <Trace> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2575 | 2024.11.27 18:36:03.094380 [ 254 ] {93984197-eace-40af-a918-2d75ee730a35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2576 | 2024.11.27 18:36:03.094844 [ 254 ] {93984197-eace-40af-a918-2d75ee730a35} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 2577 | 2024.11.27 18:36:03.095088 [ 254 ] {93984197-eace-40af-a918-2d75ee730a35} <Trace> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2578 | 2024.11.27 18:36:03.095331 [ 254 ] {93984197-eace-40af-a918-2d75ee730a35} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.004376 sec., 3199.2687385740405 rows/sec., 230.30 KiB/sec. | ||
| 2579 | 2024.11.27 18:36:03.095405 [ 254 ] {93984197-eace-40af-a918-2d75ee730a35} <Debug> TCPHandler: Processed in 0.004638749 sec. | ||
| 2580 | 2024.11.27 18:36:03.095574 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2581 | 2024.11.27 18:36:03.095715 [ 253 ] {ff85c420-01e2-450d-9647-88dfc69b62c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 2582 | 2024.11.27 18:36:03.095773 [ 253 ] {ff85c420-01e2-450d-9647-88dfc69b62c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 2583 | 2024.11.27 18:36:03.096471 [ 253 ] {ff85c420-01e2-450d-9647-88dfc69b62c6} <Trace> oximeter.fields_ipaddr (53955b2a-eb56-41e3-a1fe-af6ea47fe91e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2584 | 2024.11.27 18:36:03.096518 [ 253 ] {ff85c420-01e2-450d-9647-88dfc69b62c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2585 | 2024.11.27 18:36:03.096903 [ 253 ] {ff85c420-01e2-450d-9647-88dfc69b62c6} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2586 | 2024.11.27 18:36:03.097138 [ 253 ] {ff85c420-01e2-450d-9647-88dfc69b62c6} <Trace> oximeter.fields_ipaddr (53955b2a-eb56-41e3-a1fe-af6ea47fe91e): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2587 | 2024.11.27 18:36:03.097408 [ 253 ] {ff85c420-01e2-450d-9647-88dfc69b62c6} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001701 sec., 3527.336860670194 rows/sec., 287.63 KiB/sec. | ||
| 2588 | 2024.11.27 18:36:03.097506 [ 253 ] {ff85c420-01e2-450d-9647-88dfc69b62c6} <Debug> TCPHandler: Processed in 0.00199871 sec. | ||
| 2589 | 2024.11.27 18:36:03.097651 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2590 | 2024.11.27 18:36:03.097777 [ 254 ] {9afbdb8c-24c5-4551-8211-39e0cc7219de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2591 | 2024.11.27 18:36:03.097836 [ 254 ] {9afbdb8c-24c5-4551-8211-39e0cc7219de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2592 | 2024.11.27 18:36:03.098679 [ 254 ] {9afbdb8c-24c5-4551-8211-39e0cc7219de} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2593 | 2024.11.27 18:36:03.098727 [ 254 ] {9afbdb8c-24c5-4551-8211-39e0cc7219de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2594 | 2024.11.27 18:36:03.099117 [ 254 ] {9afbdb8c-24c5-4551-8211-39e0cc7219de} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2595 | 2024.11.27 18:36:03.099365 [ 254 ] {9afbdb8c-24c5-4551-8211-39e0cc7219de} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2596 | 2024.11.27 18:36:03.099549 [ 254 ] {9afbdb8c-24c5-4551-8211-39e0cc7219de} <Debug> executeQuery: Read 256 rows, 22.94 KiB in 0.001804 sec., 141906.87361419067 rows/sec., 12.42 MiB/sec. | ||
| 2597 | 2024.11.27 18:36:03.099602 [ 254 ] {9afbdb8c-24c5-4551-8211-39e0cc7219de} <Debug> TCPHandler: Processed in 0.002009359 sec. | ||
| 2598 | 2024.11.27 18:36:03.099752 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2599 | 2024.11.27 18:36:03.099903 [ 253 ] {3f12625f-a10b-490d-a4fd-1b3ac8142a9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2600 | 2024.11.27 18:36:03.099965 [ 253 ] {3f12625f-a10b-490d-a4fd-1b3ac8142a9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2601 | 2024.11.27 18:36:03.100682 [ 253 ] {3f12625f-a10b-490d-a4fd-1b3ac8142a9a} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2602 | 2024.11.27 18:36:03.100730 [ 253 ] {3f12625f-a10b-490d-a4fd-1b3ac8142a9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2603 | 2024.11.27 18:36:03.101123 [ 253 ] {3f12625f-a10b-490d-a4fd-1b3ac8142a9a} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2604 | 2024.11.27 18:36:03.101370 [ 253 ] {3f12625f-a10b-490d-a4fd-1b3ac8142a9a} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2605 | 2024.11.27 18:36:03.101595 [ 253 ] {3f12625f-a10b-490d-a4fd-1b3ac8142a9a} <Debug> executeQuery: Read 38 rows, 2.75 KiB in 0.001723 sec., 22054.556006964598 rows/sec., 1.56 MiB/sec. | ||
| 2606 | 2024.11.27 18:36:03.101650 [ 253 ] {3f12625f-a10b-490d-a4fd-1b3ac8142a9a} <Debug> TCPHandler: Processed in 0.001956909 sec. | ||
| 2607 | 2024.11.27 18:36:03.101804 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2608 | 2024.11.27 18:36:03.101945 [ 254 ] {d08c7afc-a3af-41f0-9400-0d0a267eab1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2609 | 2024.11.27 18:36:03.102004 [ 254 ] {d08c7afc-a3af-41f0-9400-0d0a267eab1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2610 | 2024.11.27 18:36:03.102692 [ 254 ] {d08c7afc-a3af-41f0-9400-0d0a267eab1d} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2611 | 2024.11.27 18:36:03.102738 [ 254 ] {d08c7afc-a3af-41f0-9400-0d0a267eab1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2612 | 2024.11.27 18:36:03.103093 [ 254 ] {d08c7afc-a3af-41f0-9400-0d0a267eab1d} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2613 | 2024.11.27 18:36:03.103324 [ 254 ] {d08c7afc-a3af-41f0-9400-0d0a267eab1d} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2614 | 2024.11.27 18:36:03.103573 [ 254 ] {d08c7afc-a3af-41f0-9400-0d0a267eab1d} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001637 sec., 8552.22968845449 rows/sec., 598.94 KiB/sec. | ||
| 2615 | 2024.11.27 18:36:03.103653 [ 254 ] {d08c7afc-a3af-41f0-9400-0d0a267eab1d} <Debug> TCPHandler: Processed in 0.001911419 sec. | ||
| 2616 | 2024.11.27 18:36:03.103803 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2617 | 2024.11.27 18:36:03.103943 [ 253 ] {1c3dc5bb-5e89-4202-90a1-7b83a217ae0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2618 | 2024.11.27 18:36:03.104001 [ 253 ] {1c3dc5bb-5e89-4202-90a1-7b83a217ae0c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2619 | 2024.11.27 18:36:03.104688 [ 253 ] {1c3dc5bb-5e89-4202-90a1-7b83a217ae0c} <Trace> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2620 | 2024.11.27 18:36:03.104736 [ 253 ] {1c3dc5bb-5e89-4202-90a1-7b83a217ae0c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2621 | 2024.11.27 18:36:03.105106 [ 253 ] {1c3dc5bb-5e89-4202-90a1-7b83a217ae0c} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 2622 | 2024.11.27 18:36:03.105350 [ 253 ] {1c3dc5bb-5e89-4202-90a1-7b83a217ae0c} <Trace> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2623 | 2024.11.27 18:36:03.105622 [ 253 ] {1c3dc5bb-5e89-4202-90a1-7b83a217ae0c} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001692 sec., 7683.215130023641 rows/sec., 479.05 KiB/sec. | ||
| 2624 | 2024.11.27 18:36:03.105682 [ 253 ] {1c3dc5bb-5e89-4202-90a1-7b83a217ae0c} <Debug> TCPHandler: Processed in 0.001942399 sec. | ||
| 2625 | 2024.11.27 18:36:03.105842 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2626 | 2024.11.27 18:36:03.105981 [ 254 ] {ee0f9331-cf12-4a16-b11c-53bf73c9bbd6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2627 | 2024.11.27 18:36:03.106039 [ 254 ] {ee0f9331-cf12-4a16-b11c-53bf73c9bbd6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2628 | 2024.11.27 18:36:03.106876 [ 254 ] {ee0f9331-cf12-4a16-b11c-53bf73c9bbd6} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2629 | 2024.11.27 18:36:03.106915 [ 254 ] {ee0f9331-cf12-4a16-b11c-53bf73c9bbd6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2630 | 2024.11.27 18:36:03.107291 [ 254 ] {ee0f9331-cf12-4a16-b11c-53bf73c9bbd6} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2631 | 2024.11.27 18:36:03.107521 [ 254 ] {ee0f9331-cf12-4a16-b11c-53bf73c9bbd6} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2632 | 2024.11.27 18:36:03.107700 [ 254 ] {ee0f9331-cf12-4a16-b11c-53bf73c9bbd6} <Debug> executeQuery: Read 413 rows, 30.17 KiB in 0.00175 sec., 236000 rows/sec., 16.84 MiB/sec. | ||
| 2633 | 2024.11.27 18:36:03.107753 [ 254 ] {ee0f9331-cf12-4a16-b11c-53bf73c9bbd6} <Debug> TCPHandler: Processed in 0.001979099 sec. | ||
| 2634 | 2024.11.27 18:36:03.107911 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2635 | 2024.11.27 18:36:03.108050 [ 253 ] {e45c22c2-063c-41d4-b3f0-a5731f33a2db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2636 | 2024.11.27 18:36:03.108110 [ 253 ] {e45c22c2-063c-41d4-b3f0-a5731f33a2db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2637 | 2024.11.27 18:36:03.108667 [ 253 ] {e45c22c2-063c-41d4-b3f0-a5731f33a2db} <Trace> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2638 | 2024.11.27 18:36:03.108713 [ 253 ] {e45c22c2-063c-41d4-b3f0-a5731f33a2db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2639 | 2024.11.27 18:36:03.109100 [ 253 ] {e45c22c2-063c-41d4-b3f0-a5731f33a2db} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 2640 | 2024.11.27 18:36:03.109347 [ 253 ] {e45c22c2-063c-41d4-b3f0-a5731f33a2db} <Trace> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2641 | 2024.11.27 18:36:03.109628 [ 253 ] {e45c22c2-063c-41d4-b3f0-a5731f33a2db} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001585 sec., 3785.488958990536 rows/sec., 197.78 KiB/sec. | ||
| 2642 | 2024.11.27 18:36:03.109692 [ 253 ] {e45c22c2-063c-41d4-b3f0-a5731f33a2db} <Debug> TCPHandler: Processed in 0.001845937 sec. | ||
| 2643 | 2024.11.27 18:36:03.109848 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2644 | 2024.11.27 18:36:03.109989 [ 254 ] {34209859-1c9c-43c7-b87d-ff8fcdd3cbbf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2645 | 2024.11.27 18:36:03.110049 [ 254 ] {34209859-1c9c-43c7-b87d-ff8fcdd3cbbf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2646 | 2024.11.27 18:36:03.110729 [ 254 ] {34209859-1c9c-43c7-b87d-ff8fcdd3cbbf} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2647 | 2024.11.27 18:36:03.110774 [ 254 ] {34209859-1c9c-43c7-b87d-ff8fcdd3cbbf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2648 | 2024.11.27 18:36:03.111162 [ 254 ] {34209859-1c9c-43c7-b87d-ff8fcdd3cbbf} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2649 | 2024.11.27 18:36:03.111405 [ 254 ] {34209859-1c9c-43c7-b87d-ff8fcdd3cbbf} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2650 | 2024.11.27 18:36:03.111628 [ 254 ] {34209859-1c9c-43c7-b87d-ff8fcdd3cbbf} <Debug> executeQuery: Read 240 rows, 16.48 KiB in 0.00167 sec., 143712.5748502994 rows/sec., 9.64 MiB/sec. | ||
| 2651 | 2024.11.27 18:36:03.111837 [ 254 ] {34209859-1c9c-43c7-b87d-ff8fcdd3cbbf} <Debug> TCPHandler: Processed in 0.002050961 sec. | ||
| 2652 | 2024.11.27 18:36:03.112006 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2653 | 2024.11.27 18:36:03.112144 [ 253 ] {8168a0ee-5dc5-4f27-ad21-e879a2d2d5fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2654 | 2024.11.27 18:36:03.112204 [ 253 ] {8168a0ee-5dc5-4f27-ad21-e879a2d2d5fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2655 | 2024.11.27 18:36:03.112746 [ 253 ] {8168a0ee-5dc5-4f27-ad21-e879a2d2d5fe} <Trace> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2656 | 2024.11.27 18:36:03.112791 [ 253 ] {8168a0ee-5dc5-4f27-ad21-e879a2d2d5fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2657 | 2024.11.27 18:36:03.113152 [ 253 ] {8168a0ee-5dc5-4f27-ad21-e879a2d2d5fe} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 2658 | 2024.11.27 18:36:03.113396 [ 253 ] {8168a0ee-5dc5-4f27-ad21-e879a2d2d5fe} <Trace> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2659 | 2024.11.27 18:36:03.113604 [ 253 ] {8168a0ee-5dc5-4f27-ad21-e879a2d2d5fe} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001482 sec., 674.7638326585695 rows/sec., 45.47 KiB/sec. | ||
| 2660 | 2024.11.27 18:36:03.113721 [ 253 ] {8168a0ee-5dc5-4f27-ad21-e879a2d2d5fe} <Debug> TCPHandler: Processed in 0.001780457 sec. | ||
| 2661 | 2024.11.27 18:36:03.113877 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2662 | 2024.11.27 18:36:03.114017 [ 254 ] {0d144254-eb93-4028-abfa-bcd9e3334d06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2663 | 2024.11.27 18:36:03.114111 [ 254 ] {0d144254-eb93-4028-abfa-bcd9e3334d06} <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 | ||
| 2664 | 2024.11.27 18:36:03.115389 [ 254 ] {0d144254-eb93-4028-abfa-bcd9e3334d06} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2665 | 2024.11.27 18:36:03.115430 [ 254 ] {0d144254-eb93-4028-abfa-bcd9e3334d06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2666 | 2024.11.27 18:36:03.116051 [ 254 ] {0d144254-eb93-4028-abfa-bcd9e3334d06} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2667 | 2024.11.27 18:36:03.116300 [ 254 ] {0d144254-eb93-4028-abfa-bcd9e3334d06} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2668 | 2024.11.27 18:36:03.116548 [ 254 ] {0d144254-eb93-4028-abfa-bcd9e3334d06} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.002562 sec., 9758.001561280249 rows/sec., 17.49 MiB/sec. | ||
| 2669 | 2024.11.27 18:36:03.116641 [ 254 ] {0d144254-eb93-4028-abfa-bcd9e3334d06} <Debug> TCPHandler: Processed in 0.002833622 sec. | ||
| 2670 | 2024.11.27 18:36:03.116794 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2671 | 2024.11.27 18:36:03.116931 [ 253 ] {5949ad4f-da8b-4f54-8130-3be478fcdb92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2672 | 2024.11.27 18:36:03.116990 [ 253 ] {5949ad4f-da8b-4f54-8130-3be478fcdb92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2673 | 2024.11.27 18:36:03.117561 [ 253 ] {5949ad4f-da8b-4f54-8130-3be478fcdb92} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2674 | 2024.11.27 18:36:03.117608 [ 253 ] {5949ad4f-da8b-4f54-8130-3be478fcdb92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2675 | 2024.11.27 18:36:03.118003 [ 253 ] {5949ad4f-da8b-4f54-8130-3be478fcdb92} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2676 | 2024.11.27 18:36:03.118243 [ 253 ] {5949ad4f-da8b-4f54-8130-3be478fcdb92} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2677 | 2024.11.27 18:36:03.118465 [ 253 ] {5949ad4f-da8b-4f54-8130-3be478fcdb92} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001564 sec., 52429.66751918158 rows/sec., 3.33 MiB/sec. | ||
| 2678 | 2024.11.27 18:36:03.118577 [ 253 ] {5949ad4f-da8b-4f54-8130-3be478fcdb92} <Debug> TCPHandler: Processed in 0.001847058 sec. | ||
| 2679 | 2024.11.27 18:36:04.000160 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 172.11 MiB, peak 178.49 MiB, free memory in arenas 0.00 B, will set to 170.45 MiB (RSS), difference: -1.66 MiB | ||
| 2680 | 2024.11.27 18:36:04.900649 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5978 | ||
| 2681 | 2024.11.27 18:36:04.901361 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2682 | 2024.11.27 18:36:04.901418 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.66 GiB. | ||
| 2683 | 2024.11.27 18:36:04.902011 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2684 | 2024.11.27 18:36:04.902277 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2685 | 2024.11.27 18:36:04.902528 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5978 | ||
| 2686 | 2024.11.27 18:36:05.290685 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98 | ||
| 2687 | 2024.11.27 18:36:05.310314 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2688 | 2024.11.27 18:36:05.310360 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 2689 | 2024.11.27 18:36:05.318028 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2690 | 2024.11.27 18:36:05.318770 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2691 | 2024.11.27 18:36:05.322006 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 98 | ||
| 2692 | 2024.11.27 18:36:06.000183 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 170.97 MiB, peak 178.49 MiB, free memory in arenas 0.00 B, will set to 172.03 MiB (RSS), difference: 1.06 MiB | ||
| 2693 | 2024.11.27 18:36:07.412225 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 62 entries to flush up to offset 378 | ||
| 2694 | 2024.11.27 18:36:07.416048 [ 242 ] {} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2695 | 2024.11.27 18:36:07.416111 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 2696 | 2024.11.27 18:36:07.417699 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2697 | 2024.11.27 18:36:07.418023 [ 242 ] {} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2698 | 2024.11.27 18:36:07.418700 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 378 | ||
| 2699 | 2024.11.27 18:36:08.037528 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2700 | 2024.11.27 18:36:08.037745 [ 253 ] {3464cfc6-e6a8-4023-b90a-8ba0c080a7a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2701 | 2024.11.27 18:36:08.037828 [ 253 ] {3464cfc6-e6a8-4023-b90a-8ba0c080a7a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2702 | 2024.11.27 18:36:08.038653 [ 253 ] {3464cfc6-e6a8-4023-b90a-8ba0c080a7a9} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2703 | 2024.11.27 18:36:08.038707 [ 253 ] {3464cfc6-e6a8-4023-b90a-8ba0c080a7a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 2704 | 2024.11.27 18:36:08.039160 [ 253 ] {3464cfc6-e6a8-4023-b90a-8ba0c080a7a9} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 2705 | 2024.11.27 18:36:08.039443 [ 253 ] {3464cfc6-e6a8-4023-b90a-8ba0c080a7a9} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2706 | 2024.11.27 18:36:08.039686 [ 253 ] {3464cfc6-e6a8-4023-b90a-8ba0c080a7a9} <Debug> executeQuery: Read 88 rows, 7.40 KiB in 0.002 sec., 44000 rows/sec., 3.61 MiB/sec. | ||
| 2707 | 2024.11.27 18:36:08.039758 [ 253 ] {3464cfc6-e6a8-4023-b90a-8ba0c080a7a9} <Debug> TCPHandler: Processed in 0.002376395 sec. | ||
| 2708 | 2024.11.27 18:36:08.040050 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2709 | 2024.11.27 18:36:08.040263 [ 254 ] {6827840f-7c2d-480a-9811-86440c303584} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2710 | 2024.11.27 18:36:08.040344 [ 254 ] {6827840f-7c2d-480a-9811-86440c303584} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2711 | 2024.11.27 18:36:08.041167 [ 254 ] {6827840f-7c2d-480a-9811-86440c303584} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2712 | 2024.11.27 18:36:08.041218 [ 254 ] {6827840f-7c2d-480a-9811-86440c303584} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 2713 | 2024.11.27 18:36:08.041648 [ 254 ] {6827840f-7c2d-480a-9811-86440c303584} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2714 | 2024.11.27 18:36:08.041908 [ 254 ] {6827840f-7c2d-480a-9811-86440c303584} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2715 | 2024.11.27 18:36:08.042081 [ 127 ] {} <Debug> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 | ||
| 2716 | 2024.11.27 18:36:08.042157 [ 127 ] {} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2717 | 2024.11.27 18:36:08.042162 [ 254 ] {6827840f-7c2d-480a-9811-86440c303584} <Debug> executeQuery: Read 16 rows, 1.20 KiB in 0.00195 sec., 8205.128205128205 rows/sec., 616.99 KiB/sec. | ||
| 2718 | 2024.11.27 18:36:08.042185 [ 127 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 2719 | 2024.11.27 18:36:08.042311 [ 254 ] {6827840f-7c2d-480a-9811-86440c303584} <Debug> TCPHandler: Processed in 0.002402915 sec. | ||
| 2720 | 2024.11.27 18:36:08.042438 [ 190 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::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 | ||
| 2721 | 2024.11.27 18:36:08.042503 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2722 | 2024.11.27 18:36:08.042609 [ 190 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2723 | 2024.11.27 18:36:08.042659 [ 190 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 25 rows starting from the beginning of the part | ||
| 2724 | 2024.11.27 18:36:08.042660 [ 253 ] {a7fb92ba-31fa-4795-b939-15f68b135c64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2725 | 2024.11.27 18:36:08.042744 [ 253 ] {a7fb92ba-31fa-4795-b939-15f68b135c64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2726 | 2024.11.27 18:36:08.042842 [ 190 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 20 rows starting from the beginning of the part | ||
| 2727 | 2024.11.27 18:36:08.043265 [ 190 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 25 rows starting from the beginning of the part | ||
| 2728 | 2024.11.27 18:36:08.043624 [ 190 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 16 rows starting from the beginning of the part | ||
| 2729 | 2024.11.27 18:36:08.043965 [ 190 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 38 rows starting from the beginning of the part | ||
| 2730 | 2024.11.27 18:36:08.044384 [ 190 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 16 rows starting from the beginning of the part | ||
| 2731 | 2024.11.27 18:36:08.045415 [ 253 ] {a7fb92ba-31fa-4795-b939-15f68b135c64} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2732 | 2024.11.27 18:36:08.045466 [ 253 ] {a7fb92ba-31fa-4795-b939-15f68b135c64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 2733 | 2024.11.27 18:36:08.046116 [ 253 ] {a7fb92ba-31fa-4795-b939-15f68b135c64} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 2734 | 2024.11.27 18:36:08.046273 [ 190 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 140 rows, containing 5 columns (5 merged, 0 gathered) in 0.003957179 sec., 35378.73823751718 rows/sec., 2.70 MiB/sec. | ||
| 2735 | 2024.11.27 18:36:08.046395 [ 190 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) | ||
| 2736 | 2024.11.27 18:36:08.046454 [ 253 ] {a7fb92ba-31fa-4795-b939-15f68b135c64} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2737 | 2024.11.27 18:36:08.046772 [ 253 ] {a7fb92ba-31fa-4795-b939-15f68b135c64} <Debug> executeQuery: Read 80 rows, 6.40 KiB in 0.004149 sec., 19281.75463967221 rows/sec., 1.51 MiB/sec. | ||
| 2738 | 2024.11.27 18:36:08.046811 [ 190 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_10_2} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2739 | 2024.11.27 18:36:08.046873 [ 253 ] {a7fb92ba-31fa-4795-b939-15f68b135c64} <Debug> TCPHandler: Processed in 0.004431536 sec. | ||
| 2740 | 2024.11.27 18:36:08.046930 [ 190 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_10_2} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 | ||
| 2741 | 2024.11.27 18:36:08.047030 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 2742 | 2024.11.27 18:36:08.047083 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2743 | 2024.11.27 18:36:08.047204 [ 254 ] {f5ae7374-1304-4988-b272-04caaf505ab7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2744 | 2024.11.27 18:36:08.047259 [ 254 ] {f5ae7374-1304-4988-b272-04caaf505ab7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2745 | 2024.11.27 18:36:08.047856 [ 254 ] {f5ae7374-1304-4988-b272-04caaf505ab7} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2746 | 2024.11.27 18:36:08.047896 [ 254 ] {f5ae7374-1304-4988-b272-04caaf505ab7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 2747 | 2024.11.27 18:36:08.048306 [ 254 ] {f5ae7374-1304-4988-b272-04caaf505ab7} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 2748 | 2024.11.27 18:36:08.048560 [ 254 ] {f5ae7374-1304-4988-b272-04caaf505ab7} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2749 | 2024.11.27 18:36:08.048802 [ 254 ] {f5ae7374-1304-4988-b272-04caaf505ab7} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001614 sec., 99132.58983890954 rows/sec., 6.90 MiB/sec. | ||
| 2750 | 2024.11.27 18:36:08.048910 [ 254 ] {f5ae7374-1304-4988-b272-04caaf505ab7} <Debug> TCPHandler: Processed in 0.001907328 sec. | ||
| 2751 | 2024.11.27 18:36:08.049108 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2752 | 2024.11.27 18:36:08.049228 [ 253 ] {9e6c120d-da3e-4fe0-bb30-32d133b514dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2753 | 2024.11.27 18:36:08.049311 [ 253 ] {9e6c120d-da3e-4fe0-bb30-32d133b514dd} <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 | ||
| 2754 | 2024.11.27 18:36:08.050418 [ 253 ] {9e6c120d-da3e-4fe0-bb30-32d133b514dd} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2755 | 2024.11.27 18:36:08.050457 [ 253 ] {9e6c120d-da3e-4fe0-bb30-32d133b514dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 2756 | 2024.11.27 18:36:08.051090 [ 253 ] {9e6c120d-da3e-4fe0-bb30-32d133b514dd} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2757 | 2024.11.27 18:36:08.051354 [ 253 ] {9e6c120d-da3e-4fe0-bb30-32d133b514dd} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2758 | 2024.11.27 18:36:08.051694 [ 253 ] {9e6c120d-da3e-4fe0-bb30-32d133b514dd} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002468 sec., 6482.982171799027 rows/sec., 11.62 MiB/sec. | ||
| 2759 | 2024.11.27 18:36:08.051883 [ 253 ] {9e6c120d-da3e-4fe0-bb30-32d133b514dd} <Debug> TCPHandler: Processed in 0.002832322 sec. | ||
| 2760 | 2024.11.27 18:36:08.052061 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2761 | 2024.11.27 18:36:08.052201 [ 254 ] {31c50cca-9747-4920-b54c-05855e55278f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2762 | 2024.11.27 18:36:08.052261 [ 254 ] {31c50cca-9747-4920-b54c-05855e55278f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2763 | 2024.11.27 18:36:08.052848 [ 254 ] {31c50cca-9747-4920-b54c-05855e55278f} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2764 | 2024.11.27 18:36:08.052899 [ 254 ] {31c50cca-9747-4920-b54c-05855e55278f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 2765 | 2024.11.27 18:36:08.053279 [ 254 ] {31c50cca-9747-4920-b54c-05855e55278f} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 2766 | 2024.11.27 18:36:08.053519 [ 254 ] {31c50cca-9747-4920-b54c-05855e55278f} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2767 | 2024.11.27 18:36:08.053740 [ 254 ] {31c50cca-9747-4920-b54c-05855e55278f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00157 sec., 38216.56050955414 rows/sec., 2.58 MiB/sec. | ||
| 2768 | 2024.11.27 18:36:08.053789 [ 254 ] {31c50cca-9747-4920-b54c-05855e55278f} <Debug> TCPHandler: Processed in 0.001795486 sec. | ||
| 2769 | 2024.11.27 18:36:12.314489 [ 26 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2770 | 2024.11.27 18:36:12.314558 [ 26 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2771 | 2024.11.27 18:36:12.402649 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6466 | ||
| 2772 | 2024.11.27 18:36:12.403383 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2773 | 2024.11.27 18:36:12.403442 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 2774 | 2024.11.27 18:36:12.403978 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2775 | 2024.11.27 18:36:12.404241 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2776 | 2024.11.27 18:36:12.404536 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6466 | ||
| 2777 | 2024.11.27 18:36:12.822082 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106 | ||
| 2778 | 2024.11.27 18:36:12.843519 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2779 | 2024.11.27 18:36:12.843578 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 2780 | 2024.11.27 18:36:12.851102 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2781 | 2024.11.27 18:36:12.851894 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2782 | 2024.11.27 18:36:12.855228 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 106 | ||
| 2783 | 2024.11.27 18:36:13.041531 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2784 | 2024.11.27 18:36:13.041722 [ 253 ] {c4a00396-ec7b-4c8d-8ab6-a36726255ac6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2785 | 2024.11.27 18:36:13.041797 [ 253 ] {c4a00396-ec7b-4c8d-8ab6-a36726255ac6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2786 | 2024.11.27 18:36:13.042584 [ 253 ] {c4a00396-ec7b-4c8d-8ab6-a36726255ac6} <Trace> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2787 | 2024.11.27 18:36:13.042635 [ 253 ] {c4a00396-ec7b-4c8d-8ab6-a36726255ac6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 2788 | 2024.11.27 18:36:13.043084 [ 253 ] {c4a00396-ec7b-4c8d-8ab6-a36726255ac6} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2789 | 2024.11.27 18:36:13.043382 [ 253 ] {c4a00396-ec7b-4c8d-8ab6-a36726255ac6} <Trace> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2790 | 2024.11.27 18:36:13.043629 [ 253 ] {c4a00396-ec7b-4c8d-8ab6-a36726255ac6} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00195 sec., 7179.48717948718 rows/sec., 516.83 KiB/sec. | ||
| 2791 | 2024.11.27 18:36:13.043791 [ 253 ] {c4a00396-ec7b-4c8d-8ab6-a36726255ac6} <Debug> TCPHandler: Processed in 0.002396706 sec. | ||
| 2792 | 2024.11.27 18:36:13.044043 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2793 | 2024.11.27 18:36:13.044230 [ 254 ] {c1138889-1a8e-4c9f-b793-6438cfb5b2a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2794 | 2024.11.27 18:36:13.044306 [ 254 ] {c1138889-1a8e-4c9f-b793-6438cfb5b2a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2795 | 2024.11.27 18:36:13.045147 [ 254 ] {c1138889-1a8e-4c9f-b793-6438cfb5b2a2} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2796 | 2024.11.27 18:36:13.045190 [ 254 ] {c1138889-1a8e-4c9f-b793-6438cfb5b2a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 2797 | 2024.11.27 18:36:13.045659 [ 254 ] {c1138889-1a8e-4c9f-b793-6438cfb5b2a2} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 2798 | 2024.11.27 18:36:13.045927 [ 254 ] {c1138889-1a8e-4c9f-b793-6438cfb5b2a2} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2799 | 2024.11.27 18:36:13.046176 [ 254 ] {c1138889-1a8e-4c9f-b793-6438cfb5b2a2} <Debug> executeQuery: Read 253 rows, 22.72 KiB in 0.001995 sec., 126817.0426065163 rows/sec., 11.12 MiB/sec. | ||
| 2800 | 2024.11.27 18:36:13.046397 [ 254 ] {c1138889-1a8e-4c9f-b793-6438cfb5b2a2} <Debug> TCPHandler: Processed in 0.002484327 sec. | ||
| 2801 | 2024.11.27 18:36:13.046550 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2802 | 2024.11.27 18:36:13.046673 [ 253 ] {d8a6cc72-be49-4d35-aac4-42cdfdb036be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2803 | 2024.11.27 18:36:13.046727 [ 253 ] {d8a6cc72-be49-4d35-aac4-42cdfdb036be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2804 | 2024.11.27 18:36:13.047360 [ 253 ] {d8a6cc72-be49-4d35-aac4-42cdfdb036be} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2805 | 2024.11.27 18:36:13.047400 [ 253 ] {d8a6cc72-be49-4d35-aac4-42cdfdb036be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 2806 | 2024.11.27 18:36:13.047770 [ 253 ] {d8a6cc72-be49-4d35-aac4-42cdfdb036be} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2807 | 2024.11.27 18:36:13.048051 [ 253 ] {d8a6cc72-be49-4d35-aac4-42cdfdb036be} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2808 | 2024.11.27 18:36:13.048284 [ 253 ] {d8a6cc72-be49-4d35-aac4-42cdfdb036be} <Debug> executeQuery: Read 32 rows, 2.34 KiB in 0.001639 sec., 19524.10006101281 rows/sec., 1.39 MiB/sec. | ||
| 2809 | 2024.11.27 18:36:13.048339 [ 253 ] {d8a6cc72-be49-4d35-aac4-42cdfdb036be} <Debug> TCPHandler: Processed in 0.001849368 sec. | ||
| 2810 | 2024.11.27 18:36:13.048523 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2811 | 2024.11.27 18:36:13.048654 [ 254 ] {3fd1a7f1-6901-4482-8511-1880ee1fad78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2812 | 2024.11.27 18:36:13.048711 [ 254 ] {3fd1a7f1-6901-4482-8511-1880ee1fad78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2813 | 2024.11.27 18:36:13.049456 [ 254 ] {3fd1a7f1-6901-4482-8511-1880ee1fad78} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2814 | 2024.11.27 18:36:13.049495 [ 254 ] {3fd1a7f1-6901-4482-8511-1880ee1fad78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 2815 | 2024.11.27 18:36:13.049953 [ 254 ] {3fd1a7f1-6901-4482-8511-1880ee1fad78} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2816 | 2024.11.27 18:36:13.050216 [ 254 ] {3fd1a7f1-6901-4482-8511-1880ee1fad78} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2817 | 2024.11.27 18:36:13.050453 [ 254 ] {3fd1a7f1-6901-4482-8511-1880ee1fad78} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001811 sec., 7730.535615681944 rows/sec., 541.40 KiB/sec. | ||
| 2818 | 2024.11.27 18:36:13.050589 [ 254 ] {3fd1a7f1-6901-4482-8511-1880ee1fad78} <Debug> TCPHandler: Processed in 0.002129612 sec. | ||
| 2819 | 2024.11.27 18:36:13.050765 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2820 | 2024.11.27 18:36:13.050891 [ 253 ] {9363aa4e-068d-4f9a-a3e4-4e37b04f4015} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2821 | 2024.11.27 18:36:13.050944 [ 253 ] {9363aa4e-068d-4f9a-a3e4-4e37b04f4015} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2822 | 2024.11.27 18:36:13.051541 [ 253 ] {9363aa4e-068d-4f9a-a3e4-4e37b04f4015} <Trace> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2823 | 2024.11.27 18:36:13.051582 [ 253 ] {9363aa4e-068d-4f9a-a3e4-4e37b04f4015} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 2824 | 2024.11.27 18:36:13.051960 [ 253 ] {9363aa4e-068d-4f9a-a3e4-4e37b04f4015} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2825 | 2024.11.27 18:36:13.052214 [ 253 ] {9363aa4e-068d-4f9a-a3e4-4e37b04f4015} <Trace> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2826 | 2024.11.27 18:36:13.052465 [ 253 ] {9363aa4e-068d-4f9a-a3e4-4e37b04f4015} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001585 sec., 8201.892744479495 rows/sec., 511.39 KiB/sec. | ||
| 2827 | 2024.11.27 18:36:13.052574 [ 253 ] {9363aa4e-068d-4f9a-a3e4-4e37b04f4015} <Debug> TCPHandler: Processed in 0.001870907 sec. | ||
| 2828 | 2024.11.27 18:36:13.052723 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2829 | 2024.11.27 18:36:13.052847 [ 254 ] {ce20b63d-2672-4034-91cc-fc73b5d4b2ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2830 | 2024.11.27 18:36:13.052906 [ 254 ] {ce20b63d-2672-4034-91cc-fc73b5d4b2ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2831 | 2024.11.27 18:36:13.053660 [ 254 ] {ce20b63d-2672-4034-91cc-fc73b5d4b2ec} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2832 | 2024.11.27 18:36:13.053698 [ 254 ] {ce20b63d-2672-4034-91cc-fc73b5d4b2ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 2833 | 2024.11.27 18:36:13.054095 [ 254 ] {ce20b63d-2672-4034-91cc-fc73b5d4b2ec} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 2834 | 2024.11.27 18:36:13.054333 [ 254 ] {ce20b63d-2672-4034-91cc-fc73b5d4b2ec} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2835 | 2024.11.27 18:36:13.054546 [ 254 ] {ce20b63d-2672-4034-91cc-fc73b5d4b2ec} <Debug> executeQuery: Read 407 rows, 29.68 KiB in 0.001728 sec., 235532.40740740742 rows/sec., 16.78 MiB/sec. | ||
| 2836 | 2024.11.27 18:36:13.054759 [ 254 ] {ce20b63d-2672-4034-91cc-fc73b5d4b2ec} <Debug> TCPHandler: Processed in 0.002095451 sec. | ||
| 2837 | 2024.11.27 18:36:13.054930 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2838 | 2024.11.27 18:36:13.055059 [ 253 ] {eff39f24-1bda-4940-b25d-d7003b3f413b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2839 | 2024.11.27 18:36:13.055114 [ 253 ] {eff39f24-1bda-4940-b25d-d7003b3f413b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2840 | 2024.11.27 18:36:13.055637 [ 253 ] {eff39f24-1bda-4940-b25d-d7003b3f413b} <Trace> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2841 | 2024.11.27 18:36:13.055677 [ 253 ] {eff39f24-1bda-4940-b25d-d7003b3f413b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 2842 | 2024.11.27 18:36:13.056062 [ 253 ] {eff39f24-1bda-4940-b25d-d7003b3f413b} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2843 | 2024.11.27 18:36:13.056347 [ 253 ] {eff39f24-1bda-4940-b25d-d7003b3f413b} <Trace> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2844 | 2024.11.27 18:36:13.056563 [ 253 ] {eff39f24-1bda-4940-b25d-d7003b3f413b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001533 sec., 3913.8943248532287 rows/sec., 204.49 KiB/sec. | ||
| 2845 | 2024.11.27 18:36:13.056616 [ 253 ] {eff39f24-1bda-4940-b25d-d7003b3f413b} <Debug> TCPHandler: Processed in 0.001749056 sec. | ||
| 2846 | 2024.11.27 18:36:13.056769 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2847 | 2024.11.27 18:36:13.056902 [ 254 ] {9be06d95-dbae-45c7-bb60-f05a60c4cebe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2848 | 2024.11.27 18:36:13.056960 [ 254 ] {9be06d95-dbae-45c7-bb60-f05a60c4cebe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2849 | 2024.11.27 18:36:13.057551 [ 254 ] {9be06d95-dbae-45c7-bb60-f05a60c4cebe} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2850 | 2024.11.27 18:36:13.057588 [ 254 ] {9be06d95-dbae-45c7-bb60-f05a60c4cebe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 2851 | 2024.11.27 18:36:13.058001 [ 254 ] {9be06d95-dbae-45c7-bb60-f05a60c4cebe} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 2852 | 2024.11.27 18:36:13.058240 [ 254 ] {9be06d95-dbae-45c7-bb60-f05a60c4cebe} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2853 | 2024.11.27 18:36:13.058520 [ 254 ] {9be06d95-dbae-45c7-bb60-f05a60c4cebe} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001646 sec., 143985.4191980559 rows/sec., 9.65 MiB/sec. | ||
| 2854 | 2024.11.27 18:36:13.058721 [ 254 ] {9be06d95-dbae-45c7-bb60-f05a60c4cebe} <Debug> TCPHandler: Processed in 0.00200783 sec. | ||
| 2855 | 2024.11.27 18:36:13.058879 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2856 | 2024.11.27 18:36:13.059004 [ 253 ] {cec3a1a2-f08d-414e-801b-b219ff07e3b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2857 | 2024.11.27 18:36:13.059060 [ 253 ] {cec3a1a2-f08d-414e-801b-b219ff07e3b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2858 | 2024.11.27 18:36:13.059553 [ 253 ] {cec3a1a2-f08d-414e-801b-b219ff07e3b9} <Trace> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2859 | 2024.11.27 18:36:13.059595 [ 253 ] {cec3a1a2-f08d-414e-801b-b219ff07e3b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 2860 | 2024.11.27 18:36:13.060019 [ 253 ] {cec3a1a2-f08d-414e-801b-b219ff07e3b9} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2861 | 2024.11.27 18:36:13.060290 [ 253 ] {cec3a1a2-f08d-414e-801b-b219ff07e3b9} <Trace> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2862 | 2024.11.27 18:36:13.060514 [ 253 ] {cec3a1a2-f08d-414e-801b-b219ff07e3b9} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001536 sec., 651.0416666666666 rows/sec., 43.87 KiB/sec. | ||
| 2863 | 2024.11.27 18:36:13.060570 [ 253 ] {cec3a1a2-f08d-414e-801b-b219ff07e3b9} <Debug> TCPHandler: Processed in 0.001749306 sec. | ||
| 2864 | 2024.11.27 18:36:13.060726 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2865 | 2024.11.27 18:36:13.060850 [ 254 ] {3f07aac8-0f07-41d5-a9cf-738e3d5c4446} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2866 | 2024.11.27 18:36:13.060947 [ 254 ] {3f07aac8-0f07-41d5-a9cf-738e3d5c4446} <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 | ||
| 2867 | 2024.11.27 18:36:13.062158 [ 254 ] {3f07aac8-0f07-41d5-a9cf-738e3d5c4446} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2868 | 2024.11.27 18:36:13.062197 [ 254 ] {3f07aac8-0f07-41d5-a9cf-738e3d5c4446} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 2869 | 2024.11.27 18:36:13.062847 [ 254 ] {3f07aac8-0f07-41d5-a9cf-738e3d5c4446} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2870 | 2024.11.27 18:36:13.063103 [ 254 ] {3f07aac8-0f07-41d5-a9cf-738e3d5c4446} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2871 | 2024.11.27 18:36:13.063240 [ 23 ] {} <Debug> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2872 | 2024.11.27 18:36:13.063291 [ 23 ] {} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2873 | 2024.11.27 18:36:13.063318 [ 254 ] {3f07aac8-0f07-41d5-a9cf-738e3d5c4446} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.002493 sec., 10028.078620136383 rows/sec., 17.97 MiB/sec. | ||
| 2874 | 2024.11.27 18:36:13.063322 [ 23 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 2875 | 2024.11.27 18:36:13.063925 [ 254 ] {3f07aac8-0f07-41d5-a9cf-738e3d5c4446} <Debug> TCPHandler: Processed in 0.003247398 sec. | ||
| 2876 | 2024.11.27 18:36:13.063941 [ 186 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::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 | ||
| 2877 | 2024.11.27 18:36:13.064160 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2878 | 2024.11.27 18:36:13.064327 [ 253 ] {79a36230-2d65-416f-902a-84a8e3e3faa8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2879 | 2024.11.27 18:36:13.064405 [ 253 ] {79a36230-2d65-416f-902a-84a8e3e3faa8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2880 | 2024.11.27 18:36:13.064530 [ 186 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2881 | 2024.11.27 18:36:13.064691 [ 186 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 141 rows starting from the beginning of the part | ||
| 2882 | 2024.11.27 18:36:13.065360 [ 186 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 25 rows starting from the beginning of the part | ||
| 2883 | 2024.11.27 18:36:13.065903 [ 253 ] {79a36230-2d65-416f-902a-84a8e3e3faa8} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2884 | 2024.11.27 18:36:13.065967 [ 253 ] {79a36230-2d65-416f-902a-84a8e3e3faa8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 2885 | 2024.11.27 18:36:13.065978 [ 186 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 16 rows starting from the beginning of the part | ||
| 2886 | 2024.11.27 18:36:13.066541 [ 186 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 25 rows starting from the beginning of the part | ||
| 2887 | 2024.11.27 18:36:13.067085 [ 186 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 16 rows starting from the beginning of the part | ||
| 2888 | 2024.11.27 18:36:13.067128 [ 253 ] {79a36230-2d65-416f-902a-84a8e3e3faa8} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 2889 | 2024.11.27 18:36:13.067548 [ 186 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 25 rows starting from the beginning of the part | ||
| 2890 | 2024.11.27 18:36:13.067746 [ 253 ] {79a36230-2d65-416f-902a-84a8e3e3faa8} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2891 | 2024.11.27 18:36:13.068492 [ 253 ] {79a36230-2d65-416f-902a-84a8e3e3faa8} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.004177 sec., 19631.314340435718 rows/sec., 1.25 MiB/sec. | ||
| 2892 | 2024.11.27 18:36:13.068908 [ 253 ] {79a36230-2d65-416f-902a-84a8e3e3faa8} <Debug> TCPHandler: Processed in 0.004843931 sec. | ||
| 2893 | 2024.11.27 18:36:13.071879 [ 201 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 248 rows, containing 19 columns (19 merged, 0 gathered) in 0.008419734 sec., 29454.61222409164 rows/sec., 52.78 MiB/sec. | ||
| 2894 | 2024.11.27 18:36:13.072373 [ 186 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2895 | 2024.11.27 18:36:13.072772 [ 186 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2896 | 2024.11.27 18:36:13.072856 [ 186 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2897 | 2024.11.27 18:36:13.072980 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.54 MiB. | ||
| 2898 | 2024.11.27 18:36:14.106176 [ 27 ] {} <Debug> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2899 | 2024.11.27 18:36:14.106235 [ 27 ] {} <Trace> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2900 | 2024.11.27 18:36:14.106258 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 2901 | 2024.11.27 18:36:14.106464 [ 190 ] {a63fb304-9892-4b03-ba94-8fdf38a57ca7::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 | ||
| 2902 | 2024.11.27 18:36:14.106818 [ 190 ] {a63fb304-9892-4b03-ba94-8fdf38a57ca7::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2903 | 2024.11.27 18:36:14.106863 [ 190 ] {a63fb304-9892-4b03-ba94-8fdf38a57ca7::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 18 rows starting from the beginning of the part | ||
| 2904 | 2024.11.27 18:36:14.106965 [ 190 ] {a63fb304-9892-4b03-ba94-8fdf38a57ca7::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 | ||
| 2905 | 2024.11.27 18:36:14.107095 [ 190 ] {a63fb304-9892-4b03-ba94-8fdf38a57ca7::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 7 rows starting from the beginning of the part | ||
| 2906 | 2024.11.27 18:36:14.107210 [ 190 ] {a63fb304-9892-4b03-ba94-8fdf38a57ca7::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 | ||
| 2907 | 2024.11.27 18:36:14.107329 [ 190 ] {a63fb304-9892-4b03-ba94-8fdf38a57ca7::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 12 rows starting from the beginning of the part | ||
| 2908 | 2024.11.27 18:36:14.109586 [ 186 ] {a63fb304-9892-4b03-ba94-8fdf38a57ca7::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 42 rows, containing 6 columns (6 merged, 0 gathered) in 0.003250398 sec., 12921.494536976703 rows/sec., 2.13 MiB/sec. | ||
| 2909 | 2024.11.27 18:36:14.109806 [ 197 ] {a63fb304-9892-4b03-ba94-8fdf38a57ca7::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2910 | 2024.11.27 18:36:14.110345 [ 197 ] {a63fb304-9892-4b03-ba94-8fdf38a57ca7::all_1_5_1} <Trace> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2911 | 2024.11.27 18:36:14.110434 [ 197 ] {a63fb304-9892-4b03-ba94-8fdf38a57ca7::all_1_5_1} <Trace> oximeter.timeseries_schema (a63fb304-9892-4b03-ba94-8fdf38a57ca7) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2912 | 2024.11.27 18:36:14.110547 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
| 2913 | 2024.11.27 18:36:17.419070 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 412 | ||
| 2914 | 2024.11.27 18:36:17.422215 [ 242 ] {} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2915 | 2024.11.27 18:36:17.422282 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 2916 | 2024.11.27 18:36:17.423838 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2917 | 2024.11.27 18:36:17.424148 [ 242 ] {} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2918 | 2024.11.27 18:36:17.424740 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 412 | ||
| 2919 | 2024.11.27 18:36:18.066311 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2920 | 2024.11.27 18:36:18.066514 [ 253 ] {2b99c64f-fc9d-489a-87bf-d37a5bc1b946} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 2921 | 2024.11.27 18:36:18.066592 [ 253 ] {2b99c64f-fc9d-489a-87bf-d37a5bc1b946} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 2922 | 2024.11.27 18:36:18.067356 [ 253 ] {2b99c64f-fc9d-489a-87bf-d37a5bc1b946} <Trace> oximeter.fields_ipaddr (53955b2a-eb56-41e3-a1fe-af6ea47fe91e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2923 | 2024.11.27 18:36:18.067413 [ 253 ] {2b99c64f-fc9d-489a-87bf-d37a5bc1b946} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 2924 | 2024.11.27 18:36:18.067907 [ 253 ] {2b99c64f-fc9d-489a-87bf-d37a5bc1b946} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2925 | 2024.11.27 18:36:18.068187 [ 253 ] {2b99c64f-fc9d-489a-87bf-d37a5bc1b946} <Trace> oximeter.fields_ipaddr (53955b2a-eb56-41e3-a1fe-af6ea47fe91e): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2926 | 2024.11.27 18:36:18.068430 [ 253 ] {2b99c64f-fc9d-489a-87bf-d37a5bc1b946} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001974 sec., 1013.1712259371834 rows/sec., 82.62 KiB/sec. | ||
| 2927 | 2024.11.27 18:36:18.068503 [ 253 ] {2b99c64f-fc9d-489a-87bf-d37a5bc1b946} <Debug> TCPHandler: Processed in 0.002332804 sec. | ||
| 2928 | 2024.11.27 18:36:18.068741 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2929 | 2024.11.27 18:36:18.068931 [ 254 ] {411bc662-e947-400b-945d-8c12d40e7728} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2930 | 2024.11.27 18:36:18.069011 [ 254 ] {411bc662-e947-400b-945d-8c12d40e7728} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2931 | 2024.11.27 18:36:18.070278 [ 254 ] {411bc662-e947-400b-945d-8c12d40e7728} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2932 | 2024.11.27 18:36:18.070331 [ 254 ] {411bc662-e947-400b-945d-8c12d40e7728} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 2933 | 2024.11.27 18:36:18.070826 [ 254 ] {411bc662-e947-400b-945d-8c12d40e7728} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 2934 | 2024.11.27 18:36:18.071078 [ 254 ] {411bc662-e947-400b-945d-8c12d40e7728} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2935 | 2024.11.27 18:36:18.071336 [ 254 ] {411bc662-e947-400b-945d-8c12d40e7728} <Debug> executeQuery: Read 1229 rows, 103.59 KiB in 0.002457 sec., 500203.5002035002 rows/sec., 41.17 MiB/sec. | ||
| 2936 | 2024.11.27 18:36:18.071407 [ 254 ] {411bc662-e947-400b-945d-8c12d40e7728} <Debug> TCPHandler: Processed in 0.002793381 sec. | ||
| 2937 | 2024.11.27 18:36:18.071573 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2938 | 2024.11.27 18:36:18.071705 [ 253 ] {3de4a5a3-076c-45ac-bd62-56c3b49297ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2939 | 2024.11.27 18:36:18.071760 [ 253 ] {3de4a5a3-076c-45ac-bd62-56c3b49297ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2940 | 2024.11.27 18:36:18.072427 [ 253 ] {3de4a5a3-076c-45ac-bd62-56c3b49297ef} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2941 | 2024.11.27 18:36:18.072472 [ 253 ] {3de4a5a3-076c-45ac-bd62-56c3b49297ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 2942 | 2024.11.27 18:36:18.072856 [ 253 ] {3de4a5a3-076c-45ac-bd62-56c3b49297ef} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2943 | 2024.11.27 18:36:18.073109 [ 253 ] {3de4a5a3-076c-45ac-bd62-56c3b49297ef} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2944 | 2024.11.27 18:36:18.073335 [ 253 ] {3de4a5a3-076c-45ac-bd62-56c3b49297ef} <Debug> executeQuery: Read 18 rows, 1.34 KiB in 0.001663 sec., 10823.812387251954 rows/sec., 807.44 KiB/sec. | ||
| 2945 | 2024.11.27 18:36:18.073397 [ 253 ] {3de4a5a3-076c-45ac-bd62-56c3b49297ef} <Debug> TCPHandler: Processed in 0.001889168 sec. | ||
| 2946 | 2024.11.27 18:36:18.073565 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2947 | 2024.11.27 18:36:18.073699 [ 254 ] {ffeeff43-5ae9-4a69-9cb9-8c32883391bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2948 | 2024.11.27 18:36:18.073754 [ 254 ] {ffeeff43-5ae9-4a69-9cb9-8c32883391bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2949 | 2024.11.27 18:36:18.074476 [ 254 ] {ffeeff43-5ae9-4a69-9cb9-8c32883391bb} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2950 | 2024.11.27 18:36:18.074519 [ 254 ] {ffeeff43-5ae9-4a69-9cb9-8c32883391bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 2951 | 2024.11.27 18:36:18.074910 [ 254 ] {ffeeff43-5ae9-4a69-9cb9-8c32883391bb} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2952 | 2024.11.27 18:36:18.075162 [ 254 ] {ffeeff43-5ae9-4a69-9cb9-8c32883391bb} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2953 | 2024.11.27 18:36:18.075391 [ 254 ] {ffeeff43-5ae9-4a69-9cb9-8c32883391bb} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001722 sec., 132404.181184669 rows/sec., 8.97 MiB/sec. | ||
| 2954 | 2024.11.27 18:36:18.075451 [ 254 ] {ffeeff43-5ae9-4a69-9cb9-8c32883391bb} <Debug> TCPHandler: Processed in 0.001948819 sec. | ||
| 2955 | 2024.11.27 18:36:18.075611 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2956 | 2024.11.27 18:36:18.075732 [ 253 ] {d478c665-ee8e-43f9-a0e9-a541f5e0cb49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2957 | 2024.11.27 18:36:18.075784 [ 253 ] {d478c665-ee8e-43f9-a0e9-a541f5e0cb49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2958 | 2024.11.27 18:36:18.076575 [ 253 ] {d478c665-ee8e-43f9-a0e9-a541f5e0cb49} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2959 | 2024.11.27 18:36:18.076617 [ 253 ] {d478c665-ee8e-43f9-a0e9-a541f5e0cb49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 2960 | 2024.11.27 18:36:18.077009 [ 253 ] {d478c665-ee8e-43f9-a0e9-a541f5e0cb49} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 2961 | 2024.11.27 18:36:18.077259 [ 253 ] {d478c665-ee8e-43f9-a0e9-a541f5e0cb49} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2962 | 2024.11.27 18:36:18.077484 [ 253 ] {d478c665-ee8e-43f9-a0e9-a541f5e0cb49} <Debug> executeQuery: Read 538 rows, 40.85 KiB in 0.00178 sec., 302247.191011236 rows/sec., 22.41 MiB/sec. | ||
| 2963 | 2024.11.27 18:36:18.077542 [ 253 ] {d478c665-ee8e-43f9-a0e9-a541f5e0cb49} <Debug> TCPHandler: Processed in 0.001991429 sec. | ||
| 2964 | 2024.11.27 18:36:18.077698 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2965 | 2024.11.27 18:36:18.077841 [ 254 ] {be75f41b-b062-4478-a14a-ba461cc2da68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2966 | 2024.11.27 18:36:18.077910 [ 254 ] {be75f41b-b062-4478-a14a-ba461cc2da68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2967 | 2024.11.27 18:36:18.078779 [ 254 ] {be75f41b-b062-4478-a14a-ba461cc2da68} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2968 | 2024.11.27 18:36:18.078820 [ 254 ] {be75f41b-b062-4478-a14a-ba461cc2da68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 2969 | 2024.11.27 18:36:18.079276 [ 254 ] {be75f41b-b062-4478-a14a-ba461cc2da68} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 2970 | 2024.11.27 18:36:18.079533 [ 254 ] {be75f41b-b062-4478-a14a-ba461cc2da68} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2971 | 2024.11.27 18:36:18.079796 [ 254 ] {be75f41b-b062-4478-a14a-ba461cc2da68} <Debug> executeQuery: Read 881 rows, 60.70 KiB in 0.001981 sec., 444724.8864209995 rows/sec., 29.92 MiB/sec. | ||
| 2972 | 2024.11.27 18:36:18.080012 [ 254 ] {be75f41b-b062-4478-a14a-ba461cc2da68} <Debug> TCPHandler: Processed in 0.002380065 sec. | ||
| 2973 | 2024.11.27 18:36:18.080219 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2974 | 2024.11.27 18:36:18.080342 [ 253 ] {ec93b46b-44bc-4a3a-8192-d65b05fcf69c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2975 | 2024.11.27 18:36:18.080431 [ 253 ] {ec93b46b-44bc-4a3a-8192-d65b05fcf69c} <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 | ||
| 2976 | 2024.11.27 18:36:18.081612 [ 253 ] {ec93b46b-44bc-4a3a-8192-d65b05fcf69c} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2977 | 2024.11.27 18:36:18.081654 [ 253 ] {ec93b46b-44bc-4a3a-8192-d65b05fcf69c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 2978 | 2024.11.27 18:36:18.082311 [ 253 ] {ec93b46b-44bc-4a3a-8192-d65b05fcf69c} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2979 | 2024.11.27 18:36:18.082580 [ 253 ] {ec93b46b-44bc-4a3a-8192-d65b05fcf69c} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2980 | 2024.11.27 18:36:18.082821 [ 253 ] {ec93b46b-44bc-4a3a-8192-d65b05fcf69c} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002506 sec., 6384.676775738229 rows/sec., 11.44 MiB/sec. | ||
| 2981 | 2024.11.27 18:36:18.082915 [ 253 ] {ec93b46b-44bc-4a3a-8192-d65b05fcf69c} <Debug> TCPHandler: Processed in 0.002794212 sec. | ||
| 2982 | 2024.11.27 18:36:18.083073 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2983 | 2024.11.27 18:36:18.083214 [ 254 ] {dd586f00-bd83-4041-afa6-e9661c63de7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2984 | 2024.11.27 18:36:18.083274 [ 254 ] {dd586f00-bd83-4041-afa6-e9661c63de7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2985 | 2024.11.27 18:36:18.083880 [ 254 ] {dd586f00-bd83-4041-afa6-e9661c63de7a} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2986 | 2024.11.27 18:36:18.083928 [ 254 ] {dd586f00-bd83-4041-afa6-e9661c63de7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 2987 | 2024.11.27 18:36:18.084345 [ 254 ] {dd586f00-bd83-4041-afa6-e9661c63de7a} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 2988 | 2024.11.27 18:36:18.084587 [ 254 ] {dd586f00-bd83-4041-afa6-e9661c63de7a} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2989 | 2024.11.27 18:36:18.084813 [ 254 ] {dd586f00-bd83-4041-afa6-e9661c63de7a} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001631 sec., 36787.24708767627 rows/sec., 2.48 MiB/sec. | ||
| 2990 | 2024.11.27 18:36:18.084865 [ 254 ] {dd586f00-bd83-4041-afa6-e9661c63de7a} <Debug> TCPHandler: Processed in 0.001863147 sec. | ||
| 2991 | 2024.11.27 18:36:19.904665 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 6893 | ||
| 2992 | 2024.11.27 18:36:19.905298 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2993 | 2024.11.27 18:36:19.905336 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.65 GiB. | ||
| 2994 | 2024.11.27 18:36:19.905894 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2995 | 2024.11.27 18:36:19.906160 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2996 | 2024.11.27 18:36:19.906338 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6893 | ||
| 2997 | 2024.11.27 18:36:20.355303 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 114 | ||
| 2998 | 2024.11.27 18:36:20.375741 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2999 | 2024.11.27 18:36:20.375800 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3000 | 2024.11.27 18:36:20.383274 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3001 | 2024.11.27 18:36:20.384038 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3002 | 2024.11.27 18:36:20.386895 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 114 | ||
| 3003 | 2024.11.27 18:36:23.041383 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3004 | 2024.11.27 18:36:23.041581 [ 253 ] {62347d39-bf87-4061-acd2-7d2429384b55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3005 | 2024.11.27 18:36:23.041659 [ 253 ] {62347d39-bf87-4061-acd2-7d2429384b55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3006 | 2024.11.27 18:36:23.042435 [ 253 ] {62347d39-bf87-4061-acd2-7d2429384b55} <Trace> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3007 | 2024.11.27 18:36:23.042488 [ 253 ] {62347d39-bf87-4061-acd2-7d2429384b55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3008 | 2024.11.27 18:36:23.042949 [ 253 ] {62347d39-bf87-4061-acd2-7d2429384b55} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 3009 | 2024.11.27 18:36:23.043208 [ 253 ] {62347d39-bf87-4061-acd2-7d2429384b55} <Trace> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3010 | 2024.11.27 18:36:23.043458 [ 253 ] {62347d39-bf87-4061-acd2-7d2429384b55} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001932 sec., 7246.376811594203 rows/sec., 521.64 KiB/sec. | ||
| 3011 | 2024.11.27 18:36:23.043523 [ 253 ] {62347d39-bf87-4061-acd2-7d2429384b55} <Debug> TCPHandler: Processed in 0.002282743 sec. | ||
| 3012 | 2024.11.27 18:36:23.043766 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3013 | 2024.11.27 18:36:23.043991 [ 254 ] {46f50c69-b296-4934-94c2-d8273daef39b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3014 | 2024.11.27 18:36:23.044075 [ 254 ] {46f50c69-b296-4934-94c2-d8273daef39b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3015 | 2024.11.27 18:36:23.044985 [ 254 ] {46f50c69-b296-4934-94c2-d8273daef39b} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3016 | 2024.11.27 18:36:23.045058 [ 254 ] {46f50c69-b296-4934-94c2-d8273daef39b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3017 | 2024.11.27 18:36:23.045603 [ 254 ] {46f50c69-b296-4934-94c2-d8273daef39b} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3018 | 2024.11.27 18:36:23.045884 [ 254 ] {46f50c69-b296-4934-94c2-d8273daef39b} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3019 | 2024.11.27 18:36:23.046132 [ 126 ] {} <Debug> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3020 | 2024.11.27 18:36:23.046202 [ 126 ] {} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3021 | 2024.11.27 18:36:23.046235 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3022 | 2024.11.27 18:36:23.046318 [ 254 ] {46f50c69-b296-4934-94c2-d8273daef39b} <Debug> executeQuery: Read 253 rows, 22.72 KiB in 0.002362 sec., 107112.61642675698 rows/sec., 9.39 MiB/sec. | ||
| 3023 | 2024.11.27 18:36:23.046493 [ 197 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::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 | ||
| 3024 | 2024.11.27 18:36:23.046502 [ 254 ] {46f50c69-b296-4934-94c2-d8273daef39b} <Debug> TCPHandler: Processed in 0.002873293 sec. | ||
| 3025 | 2024.11.27 18:36:23.046755 [ 197 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3026 | 2024.11.27 18:36:23.046769 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3027 | 2024.11.27 18:36:23.046827 [ 197 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1281 rows starting from the beginning of the part | ||
| 3028 | 2024.11.27 18:36:23.047098 [ 197 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 256 rows starting from the beginning of the part | ||
| 3029 | 2024.11.27 18:36:23.047165 [ 253 ] {a4a241bd-e983-4422-b45e-ece05b87a792} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3030 | 2024.11.27 18:36:23.047422 [ 197 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 88 rows starting from the beginning of the part | ||
| 3031 | 2024.11.27 18:36:23.047423 [ 253 ] {a4a241bd-e983-4422-b45e-ece05b87a792} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3032 | 2024.11.27 18:36:23.047721 [ 197 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 253 rows starting from the beginning of the part | ||
| 3033 | 2024.11.27 18:36:23.048025 [ 197 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 1229 rows starting from the beginning of the part | ||
| 3034 | 2024.11.27 18:36:23.048393 [ 197 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 253 rows starting from the beginning of the part | ||
| 3035 | 2024.11.27 18:36:23.050076 [ 253 ] {a4a241bd-e983-4422-b45e-ece05b87a792} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3036 | 2024.11.27 18:36:23.050159 [ 253 ] {a4a241bd-e983-4422-b45e-ece05b87a792} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3037 | 2024.11.27 18:36:23.051190 [ 253 ] {a4a241bd-e983-4422-b45e-ece05b87a792} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3038 | 2024.11.27 18:36:23.051539 [ 253 ] {a4a241bd-e983-4422-b45e-ece05b87a792} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): 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.27 18:36:23.051797 [ 253 ] {a4a241bd-e983-4422-b45e-ece05b87a792} <Debug> executeQuery: Read 32 rows, 2.34 KiB in 0.00485 sec., 6597.938144329897 rows/sec., 481.64 KiB/sec. | ||
| 3040 | 2024.11.27 18:36:23.051892 [ 253 ] {a4a241bd-e983-4422-b45e-ece05b87a792} <Debug> TCPHandler: Processed in 0.005224527 sec. | ||
| 3041 | 2024.11.27 18:36:23.052145 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3042 | 2024.11.27 18:36:23.052297 [ 197 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3360 rows, containing 5 columns (5 merged, 0 gathered) in 0.005969298 sec., 562880.2582816271 rows/sec., 49.25 MiB/sec. | ||
| 3043 | 2024.11.27 18:36:23.052367 [ 254 ] {7d073305-7490-4d9b-b06a-066ecf2f4ebb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3044 | 2024.11.27 18:36:23.052433 [ 254 ] {7d073305-7490-4d9b-b06a-066ecf2f4ebb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3045 | 2024.11.27 18:36:23.052598 [ 197 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3046 | 2024.11.27 18:36:23.053173 [ 197 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_21_4} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3047 | 2024.11.27 18:36:23.053389 [ 197 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_21_4} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3048 | 2024.11.27 18:36:23.053552 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.84 MiB. | ||
| 3049 | 2024.11.27 18:36:23.053686 [ 254 ] {7d073305-7490-4d9b-b06a-066ecf2f4ebb} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3050 | 2024.11.27 18:36:23.053732 [ 254 ] {7d073305-7490-4d9b-b06a-066ecf2f4ebb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3051 | 2024.11.27 18:36:23.054110 [ 254 ] {7d073305-7490-4d9b-b06a-066ecf2f4ebb} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 3052 | 2024.11.27 18:36:23.054360 [ 254 ] {7d073305-7490-4d9b-b06a-066ecf2f4ebb} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3053 | 2024.11.27 18:36:23.054486 [ 126 ] {} <Debug> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 3054 | 2024.11.27 18:36:23.054525 [ 126 ] {} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3055 | 2024.11.27 18:36:23.054550 [ 254 ] {7d073305-7490-4d9b-b06a-066ecf2f4ebb} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002235 sec., 6263.982102908278 rows/sec., 438.69 KiB/sec. | ||
| 3056 | 2024.11.27 18:36:23.054552 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3057 | 2024.11.27 18:36:23.054723 [ 254 ] {7d073305-7490-4d9b-b06a-066ecf2f4ebb} <Debug> TCPHandler: Processed in 0.00270105 sec. | ||
| 3058 | 2024.11.27 18:36:23.054979 [ 200 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::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 | ||
| 3059 | 2024.11.27 18:36:23.055046 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3060 | 2024.11.27 18:36:23.055247 [ 200 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3061 | 2024.11.27 18:36:23.055279 [ 253 ] {4206c4b5-ee7a-4536-a2e6-3c10e1396c2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3062 | 2024.11.27 18:36:23.055310 [ 200 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 228 rows starting from the beginning of the part | ||
| 3063 | 2024.11.27 18:36:23.055375 [ 253 ] {4206c4b5-ee7a-4536-a2e6-3c10e1396c2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3064 | 2024.11.27 18:36:23.055610 [ 200 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 228 rows starting from the beginning of the part | ||
| 3065 | 2024.11.27 18:36:23.055986 [ 200 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 14 rows starting from the beginning of the part | ||
| 3066 | 2024.11.27 18:36:23.056298 [ 200 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 14 rows starting from the beginning of the part | ||
| 3067 | 2024.11.27 18:36:23.056677 [ 200 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 228 rows starting from the beginning of the part | ||
| 3068 | 2024.11.27 18:36:23.057093 [ 200 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 14 rows starting from the beginning of the part | ||
| 3069 | 2024.11.27 18:36:23.058435 [ 253 ] {4206c4b5-ee7a-4536-a2e6-3c10e1396c2a} <Trace> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3070 | 2024.11.27 18:36:23.058494 [ 253 ] {4206c4b5-ee7a-4536-a2e6-3c10e1396c2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3071 | 2024.11.27 18:36:23.059496 [ 253 ] {4206c4b5-ee7a-4536-a2e6-3c10e1396c2a} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 3072 | 2024.11.27 18:36:23.060066 [ 253 ] {4206c4b5-ee7a-4536-a2e6-3c10e1396c2a} <Trace> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3073 | 2024.11.27 18:36:23.060094 [ 200 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 726 rows, containing 5 columns (5 merged, 0 gathered) in 0.00541793 sec., 133999.51642047794 rows/sec., 9.59 MiB/sec. | ||
| 3074 | 2024.11.27 18:36:23.060326 [ 200 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 3075 | 2024.11.27 18:36:23.060435 [ 253 ] {4206c4b5-ee7a-4536-a2e6-3c10e1396c2a} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00521 sec., 2495.2015355086373 rows/sec., 155.58 KiB/sec. | ||
| 3076 | 2024.11.27 18:36:23.060570 [ 253 ] {4206c4b5-ee7a-4536-a2e6-3c10e1396c2a} <Debug> TCPHandler: Processed in 0.005694284 sec. | ||
| 3077 | 2024.11.27 18:36:23.060766 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3078 | 2024.11.27 18:36:23.060833 [ 186 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_6_1} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3079 | 2024.11.27 18:36:23.061026 [ 254 ] {666b1326-8cd9-451b-bce3-d288e0dfe346} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3080 | 2024.11.27 18:36:23.061075 [ 186 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_6_1} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 3081 | 2024.11.27 18:36:23.061128 [ 254 ] {666b1326-8cd9-451b-bce3-d288e0dfe346} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3082 | 2024.11.27 18:36:23.061293 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 3083 | 2024.11.27 18:36:23.062000 [ 254 ] {666b1326-8cd9-451b-bce3-d288e0dfe346} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3084 | 2024.11.27 18:36:23.062044 [ 254 ] {666b1326-8cd9-451b-bce3-d288e0dfe346} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3085 | 2024.11.27 18:36:23.062427 [ 254 ] {666b1326-8cd9-451b-bce3-d288e0dfe346} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3086 | 2024.11.27 18:36:23.062665 [ 254 ] {666b1326-8cd9-451b-bce3-d288e0dfe346} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3087 | 2024.11.27 18:36:23.062791 [ 126 ] {} <Debug> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3088 | 2024.11.27 18:36:23.062831 [ 126 ] {} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3089 | 2024.11.27 18:36:23.062853 [ 254 ] {666b1326-8cd9-451b-bce3-d288e0dfe346} <Debug> executeQuery: Read 407 rows, 29.68 KiB in 0.001901 sec., 214097.8432403998 rows/sec., 15.25 MiB/sec. | ||
| 3090 | 2024.11.27 18:36:23.062858 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3091 | 2024.11.27 18:36:23.062953 [ 254 ] {666b1326-8cd9-451b-bce3-d288e0dfe346} <Debug> TCPHandler: Processed in 0.002266513 sec. | ||
| 3092 | 2024.11.27 18:36:23.063075 [ 200 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::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 | ||
| 3093 | 2024.11.27 18:36:23.063158 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3094 | 2024.11.27 18:36:23.063248 [ 200 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3095 | 2024.11.27 18:36:23.063321 [ 200 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 583 rows starting from the beginning of the part | ||
| 3096 | 2024.11.27 18:36:23.063385 [ 253 ] {5c68b7e7-992f-4662-ae46-02948acd9058} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3097 | 2024.11.27 18:36:23.063561 [ 200 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 413 rows starting from the beginning of the part | ||
| 3098 | 2024.11.27 18:36:23.063586 [ 253 ] {5c68b7e7-992f-4662-ae46-02948acd9058} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3099 | 2024.11.27 18:36:23.063944 [ 200 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 80 rows starting from the beginning of the part | ||
| 3100 | 2024.11.27 18:36:23.064341 [ 200 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 407 rows starting from the beginning of the part | ||
| 3101 | 2024.11.27 18:36:23.064761 [ 200 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 538 rows starting from the beginning of the part | ||
| 3102 | 2024.11.27 18:36:23.065124 [ 200 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 407 rows starting from the beginning of the part | ||
| 3103 | 2024.11.27 18:36:23.066272 [ 253 ] {5c68b7e7-992f-4662-ae46-02948acd9058} <Trace> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3104 | 2024.11.27 18:36:23.066346 [ 253 ] {5c68b7e7-992f-4662-ae46-02948acd9058} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3105 | 2024.11.27 18:36:23.067441 [ 253 ] {5c68b7e7-992f-4662-ae46-02948acd9058} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 3106 | 2024.11.27 18:36:23.067873 [ 253 ] {5c68b7e7-992f-4662-ae46-02948acd9058} <Trace> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3107 | 2024.11.27 18:36:23.068117 [ 253 ] {5c68b7e7-992f-4662-ae46-02948acd9058} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004809 sec., 1247.6606363069245 rows/sec., 65.19 KiB/sec. | ||
| 3108 | 2024.11.27 18:36:23.068300 [ 253 ] {5c68b7e7-992f-4662-ae46-02948acd9058} <Debug> TCPHandler: Processed in 0.005242698 sec. | ||
| 3109 | 2024.11.27 18:36:23.068564 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3110 | 2024.11.27 18:36:23.068628 [ 200 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2428 rows, containing 5 columns (5 merged, 0 gathered) in 0.005667044 sec., 428442.0590346572 rows/sec., 32.87 MiB/sec. | ||
| 3111 | 2024.11.27 18:36:23.068751 [ 254 ] {9e1316f0-948e-4ed0-bca7-583bb9ca4ef4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3112 | 2024.11.27 18:36:23.068854 [ 254 ] {9e1316f0-948e-4ed0-bca7-583bb9ca4ef4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3113 | 2024.11.27 18:36:23.068864 [ 200 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3114 | 2024.11.27 18:36:23.069510 [ 200 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_21_4} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3115 | 2024.11.27 18:36:23.069623 [ 200 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_21_4} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3116 | 2024.11.27 18:36:23.069792 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.60 MiB. | ||
| 3117 | 2024.11.27 18:36:23.070028 [ 254 ] {9e1316f0-948e-4ed0-bca7-583bb9ca4ef4} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3118 | 2024.11.27 18:36:23.070070 [ 254 ] {9e1316f0-948e-4ed0-bca7-583bb9ca4ef4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3119 | 2024.11.27 18:36:23.070462 [ 254 ] {9e1316f0-948e-4ed0-bca7-583bb9ca4ef4} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3120 | 2024.11.27 18:36:23.070703 [ 254 ] {9e1316f0-948e-4ed0-bca7-583bb9ca4ef4} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3121 | 2024.11.27 18:36:23.070827 [ 126 ] {} <Debug> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3122 | 2024.11.27 18:36:23.070863 [ 126 ] {} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3123 | 2024.11.27 18:36:23.070886 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3124 | 2024.11.27 18:36:23.070891 [ 254 ] {9e1316f0-948e-4ed0-bca7-583bb9ca4ef4} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002181 sec., 108665.74965612103 rows/sec., 7.28 MiB/sec. | ||
| 3125 | 2024.11.27 18:36:23.071105 [ 254 ] {9e1316f0-948e-4ed0-bca7-583bb9ca4ef4} <Debug> TCPHandler: Processed in 0.00267494 sec. | ||
| 3126 | 2024.11.27 18:36:23.071146 [ 186 ] {67d43675-535f-43d0-af84-f38bbc85c22c::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 | ||
| 3127 | 2024.11.27 18:36:23.071268 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3128 | 2024.11.27 18:36:23.071306 [ 186 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3129 | 2024.11.27 18:36:23.071342 [ 186 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 4575 rows starting from the beginning of the part | ||
| 3130 | 2024.11.27 18:36:23.071403 [ 253 ] {44274ad0-fcd4-4041-92ef-9a54e7293976} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3131 | 2024.11.27 18:36:23.071538 [ 186 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 240 rows starting from the beginning of the part | ||
| 3132 | 2024.11.27 18:36:23.071562 [ 253 ] {44274ad0-fcd4-4041-92ef-9a54e7293976} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3133 | 2024.11.27 18:36:23.071916 [ 186 ] {67d43675-535f-43d0-af84-f38bbc85c22c::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 | ||
| 3134 | 2024.11.27 18:36:23.072291 [ 186 ] {67d43675-535f-43d0-af84-f38bbc85c22c::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 | ||
| 3135 | 2024.11.27 18:36:23.072699 [ 186 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 881 rows starting from the beginning of the part | ||
| 3136 | 2024.11.27 18:36:23.073071 [ 186 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 237 rows starting from the beginning of the part | ||
| 3137 | 2024.11.27 18:36:23.073823 [ 253 ] {44274ad0-fcd4-4041-92ef-9a54e7293976} <Trace> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3138 | 2024.11.27 18:36:23.073868 [ 253 ] {44274ad0-fcd4-4041-92ef-9a54e7293976} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3139 | 2024.11.27 18:36:23.074325 [ 253 ] {44274ad0-fcd4-4041-92ef-9a54e7293976} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 3140 | 2024.11.27 18:36:23.074667 [ 253 ] {44274ad0-fcd4-4041-92ef-9a54e7293976} <Trace> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3141 | 2024.11.27 18:36:23.075059 [ 253 ] {44274ad0-fcd4-4041-92ef-9a54e7293976} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00367 sec., 272.47956403269757 rows/sec., 18.36 KiB/sec. | ||
| 3142 | 2024.11.27 18:36:23.075135 [ 253 ] {44274ad0-fcd4-4041-92ef-9a54e7293976} <Debug> TCPHandler: Processed in 0.003922528 sec. | ||
| 3143 | 2024.11.27 18:36:23.075300 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3144 | 2024.11.27 18:36:23.075447 [ 254 ] {9f912b4d-8735-4836-94b8-b2cfc7d31ed7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3145 | 2024.11.27 18:36:23.075579 [ 254 ] {9f912b4d-8735-4836-94b8-b2cfc7d31ed7} <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 | ||
| 3146 | 2024.11.27 18:36:23.076621 [ 200 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6330 rows, containing 5 columns (5 merged, 0 gathered) in 0.005645914 sec., 1121164.792804141 rows/sec., 76.21 MiB/sec. | ||
| 3147 | 2024.11.27 18:36:23.077146 [ 200 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3148 | 2024.11.27 18:36:23.077832 [ 200 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3149 | 2024.11.27 18:36:23.078080 [ 200 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3150 | 2024.11.27 18:36:23.078290 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.39 MiB. | ||
| 3151 | 2024.11.27 18:36:23.078289 [ 254 ] {9f912b4d-8735-4836-94b8-b2cfc7d31ed7} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3152 | 2024.11.27 18:36:23.078355 [ 254 ] {9f912b4d-8735-4836-94b8-b2cfc7d31ed7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3153 | 2024.11.27 18:36:23.079030 [ 254 ] {9f912b4d-8735-4836-94b8-b2cfc7d31ed7} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3154 | 2024.11.27 18:36:23.079315 [ 254 ] {9f912b4d-8735-4836-94b8-b2cfc7d31ed7} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): 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.27 18:36:23.079555 [ 254 ] {9f912b4d-8735-4836-94b8-b2cfc7d31ed7} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.004131 sec., 6051.8034374243525 rows/sec., 10.84 MiB/sec. | ||
| 3156 | 2024.11.27 18:36:23.079791 [ 254 ] {9f912b4d-8735-4836-94b8-b2cfc7d31ed7} <Debug> TCPHandler: Processed in 0.004558908 sec. | ||
| 3157 | 2024.11.27 18:36:23.079958 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3158 | 2024.11.27 18:36:23.080078 [ 253 ] {e0bbe6cd-9d15-476e-b02d-0c7511d24309} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3159 | 2024.11.27 18:36:23.080130 [ 253 ] {e0bbe6cd-9d15-476e-b02d-0c7511d24309} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3160 | 2024.11.27 18:36:23.080631 [ 253 ] {e0bbe6cd-9d15-476e-b02d-0c7511d24309} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3161 | 2024.11.27 18:36:23.080670 [ 253 ] {e0bbe6cd-9d15-476e-b02d-0c7511d24309} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3162 | 2024.11.27 18:36:23.081068 [ 253 ] {e0bbe6cd-9d15-476e-b02d-0c7511d24309} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3163 | 2024.11.27 18:36:23.081307 [ 253 ] {e0bbe6cd-9d15-476e-b02d-0c7511d24309} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3164 | 2024.11.27 18:36:23.081477 [ 126 ] {} <Debug> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3165 | 2024.11.27 18:36:23.081529 [ 126 ] {} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3166 | 2024.11.27 18:36:23.081552 [ 253 ] {e0bbe6cd-9d15-476e-b02d-0c7511d24309} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001493 sec., 54922.97387809779 rows/sec., 3.49 MiB/sec. | ||
| 3167 | 2024.11.27 18:36:23.081565 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3168 | 2024.11.27 18:36:23.081719 [ 253 ] {e0bbe6cd-9d15-476e-b02d-0c7511d24309} <Debug> TCPHandler: Processed in 0.001821527 sec. | ||
| 3169 | 2024.11.27 18:36:23.081804 [ 200 ] {c59724f6-f374-41a1-8302-611230e47527::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 | ||
| 3170 | 2024.11.27 18:36:23.081930 [ 200 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3171 | 2024.11.27 18:36:23.081962 [ 200 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 840 rows starting from the beginning of the part | ||
| 3172 | 2024.11.27 18:36:23.082081 [ 200 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 82 rows starting from the beginning of the part | ||
| 3173 | 2024.11.27 18:36:23.082272 [ 200 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 60 rows starting from the beginning of the part | ||
| 3174 | 2024.11.27 18:36:23.082397 [ 200 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 82 rows starting from the beginning of the part | ||
| 3175 | 2024.11.27 18:36:23.082512 [ 200 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 60 rows starting from the beginning of the part | ||
| 3176 | 2024.11.27 18:36:23.082644 [ 200 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 82 rows starting from the beginning of the part | ||
| 3177 | 2024.11.27 18:36:23.083807 [ 195 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1206 rows, containing 4 columns (4 merged, 0 gathered) in 0.002114562 sec., 570330.8770326904 rows/sec., 37.95 MiB/sec. | ||
| 3178 | 2024.11.27 18:36:23.084005 [ 195 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3179 | 2024.11.27 18:36:23.084301 [ 195 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_21_4} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3180 | 2024.11.27 18:36:23.084383 [ 195 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_21_4} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3181 | 2024.11.27 18:36:23.084466 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.41 MiB. | ||
| 3182 | 2024.11.27 18:36:27.314611 [ 147 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3183 | 2024.11.27 18:36:27.314715 [ 147 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3184 | 2024.11.27 18:36:27.406468 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 7381 | ||
| 3185 | 2024.11.27 18:36:27.407133 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3186 | 2024.11.27 18:36:27.407185 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3187 | 2024.11.27 18:36:27.407706 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3188 | 2024.11.27 18:36:27.407964 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3189 | 2024.11.27 18:36:27.408198 [ 147 ] {} <Debug> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3190 | 2024.11.27 18:36:27.408217 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7381 | ||
| 3191 | 2024.11.27 18:36:27.408298 [ 147 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3192 | 2024.11.27 18:36:27.408332 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3193 | 2024.11.27 18:36:27.408465 [ 191 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::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 | ||
| 3194 | 2024.11.27 18:36:27.408591 [ 191 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3195 | 2024.11.27 18:36:27.408646 [ 191 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 5063 rows starting from the beginning of the part | ||
| 3196 | 2024.11.27 18:36:27.408755 [ 191 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 488 rows starting from the beginning of the part | ||
| 3197 | 2024.11.27 18:36:27.408985 [ 191 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 427 rows starting from the beginning of the part | ||
| 3198 | 2024.11.27 18:36:27.409238 [ 191 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 488 rows starting from the beginning of the part | ||
| 3199 | 2024.11.27 18:36:27.409416 [ 191 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 427 rows starting from the beginning of the part | ||
| 3200 | 2024.11.27 18:36:27.409529 [ 191 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 488 rows starting from the beginning of the part | ||
| 3201 | 2024.11.27 18:36:27.411329 [ 189 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7381 rows, containing 4 columns (4 merged, 0 gathered) in 0.002920053 sec., 2527693.8466527835 rows/sec., 36.16 MiB/sec. | ||
| 3202 | 2024.11.27 18:36:27.412327 [ 198 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3203 | 2024.11.27 18:36:27.412717 [ 198 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_16_3} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3204 | 2024.11.27 18:36:27.412814 [ 198 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_16_3} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3205 | 2024.11.27 18:36:27.412943 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.42 MiB. | ||
| 3206 | 2024.11.27 18:36:27.424952 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 450 | ||
| 3207 | 2024.11.27 18:36:27.428146 [ 242 ] {} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3208 | 2024.11.27 18:36:27.428192 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3209 | 2024.11.27 18:36:27.429615 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3210 | 2024.11.27 18:36:27.429903 [ 242 ] {} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3211 | 2024.11.27 18:36:27.430104 [ 147 ] {} <Debug> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3212 | 2024.11.27 18:36:27.430221 [ 147 ] {} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3213 | 2024.11.27 18:36:27.430289 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3214 | 2024.11.27 18:36:27.430840 [ 191 ] {b2094d96-d5ad-4d24-939b-7466c2610b9f::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 | ||
| 3215 | 2024.11.27 18:36:27.431827 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 450 | ||
| 3216 | 2024.11.27 18:36:27.432255 [ 191 ] {b2094d96-d5ad-4d24-939b-7466c2610b9f::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3217 | 2024.11.27 18:36:27.432425 [ 191 ] {b2094d96-d5ad-4d24-939b-7466c2610b9f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 262 rows starting from the beginning of the part | ||
| 3218 | 2024.11.27 18:36:27.433034 [ 191 ] {b2094d96-d5ad-4d24-939b-7466c2610b9f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 20 rows starting from the beginning of the part | ||
| 3219 | 2024.11.27 18:36:27.433661 [ 191 ] {b2094d96-d5ad-4d24-939b-7466c2610b9f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 34 rows starting from the beginning of the part | ||
| 3220 | 2024.11.27 18:36:27.434431 [ 191 ] {b2094d96-d5ad-4d24-939b-7466c2610b9f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 62 rows starting from the beginning of the part | ||
| 3221 | 2024.11.27 18:36:27.435126 [ 191 ] {b2094d96-d5ad-4d24-939b-7466c2610b9f::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 | ||
| 3222 | 2024.11.27 18:36:27.435733 [ 191 ] {b2094d96-d5ad-4d24-939b-7466c2610b9f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 38 rows starting from the beginning of the part | ||
| 3223 | 2024.11.27 18:36:27.444133 [ 189 ] {b2094d96-d5ad-4d24-939b-7466c2610b9f::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 450 rows, containing 72 columns (72 merged, 0 gathered) in 0.013724363 sec., 32788.40701021971 rows/sec., 30.88 MiB/sec. | ||
| 3224 | 2024.11.27 18:36:27.445097 [ 194 ] {b2094d96-d5ad-4d24-939b-7466c2610b9f::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3225 | 2024.11.27 18:36:27.445857 [ 194 ] {b2094d96-d5ad-4d24-939b-7466c2610b9f::all_1_11_2} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3226 | 2024.11.27 18:36:27.445940 [ 194 ] {b2094d96-d5ad-4d24-939b-7466c2610b9f::all_1_11_2} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3227 | 2024.11.27 18:36:27.446239 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.88 MiB. | ||
| 3228 | 2024.11.27 18:36:27.886968 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 121 | ||
| 3229 | 2024.11.27 18:36:27.909080 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3230 | 2024.11.27 18:36:27.909139 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3231 | 2024.11.27 18:36:27.917342 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3232 | 2024.11.27 18:36:27.918123 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3233 | 2024.11.27 18:36:27.918540 [ 145 ] {} <Debug> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3234 | 2024.11.27 18:36:27.918730 [ 145 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3235 | 2024.11.27 18:36:27.918849 [ 145 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3236 | 2024.11.27 18:36:27.919284 [ 191 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::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 | ||
| 3237 | 2024.11.27 18:36:27.934253 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 121 | ||
| 3238 | 2024.11.27 18:36:27.935550 [ 191 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3239 | 2024.11.27 18:36:27.937134 [ 191 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 83 rows starting from the beginning of the part | ||
| 3240 | 2024.11.27 18:36:27.942954 [ 191 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 8 rows starting from the beginning of the part | ||
| 3241 | 2024.11.27 18:36:27.948694 [ 191 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 7 rows starting from the beginning of the part | ||
| 3242 | 2024.11.27 18:36:27.954098 [ 191 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 8 rows starting from the beginning of the part | ||
| 3243 | 2024.11.27 18:36:27.959849 [ 191 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 8 rows starting from the beginning of the part | ||
| 3244 | 2024.11.27 18:36:27.964577 [ 191 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 7 rows starting from the beginning of the part | ||
| 3245 | 2024.11.27 18:36:28.000156 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 184.17 MiB, peak 184.17 MiB, free memory in arenas 0.00 B, will set to 176.77 MiB (RSS), difference: -7.40 MiB | ||
| 3246 | 2024.11.27 18:36:28.002893 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.002463216 sec. | ||
| 3247 | 2024.11.27 18:36:28.027246 [ 189 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.108221614 sec., 1118.0760989204985 rows/sec., 5.78 MiB/sec. | ||
| 3248 | 2024.11.27 18:36:28.030149 [ 189 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3249 | 2024.11.27 18:36:28.032980 [ 189 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_16_3} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3250 | 2024.11.27 18:36:28.033116 [ 189 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_16_3} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3251 | 2024.11.27 18:36:28.035245 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.52 MiB. | ||
| 3252 | 2024.11.27 18:36:28.036877 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3253 | 2024.11.27 18:36:28.037171 [ 253 ] {1adadb37-40a1-4dae-97e4-c409d7fc4af1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3254 | 2024.11.27 18:36:28.037288 [ 253 ] {1adadb37-40a1-4dae-97e4-c409d7fc4af1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3255 | 2024.11.27 18:36:28.038160 [ 253 ] {1adadb37-40a1-4dae-97e4-c409d7fc4af1} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3256 | 2024.11.27 18:36:28.038204 [ 253 ] {1adadb37-40a1-4dae-97e4-c409d7fc4af1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3257 | 2024.11.27 18:36:28.038666 [ 253 ] {1adadb37-40a1-4dae-97e4-c409d7fc4af1} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3258 | 2024.11.27 18:36:28.038922 [ 253 ] {1adadb37-40a1-4dae-97e4-c409d7fc4af1} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3259 | 2024.11.27 18:36:28.039151 [ 253 ] {1adadb37-40a1-4dae-97e4-c409d7fc4af1} <Debug> executeQuery: Read 88 rows, 7.40 KiB in 0.002064 sec., 42635.65891472869 rows/sec., 3.50 MiB/sec. | ||
| 3260 | 2024.11.27 18:36:28.039368 [ 253 ] {1adadb37-40a1-4dae-97e4-c409d7fc4af1} <Debug> TCPHandler: Processed in 0.00266868 sec. | ||
| 3261 | 2024.11.27 18:36:28.039615 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3262 | 2024.11.27 18:36:28.039817 [ 254 ] {383c51c6-1a8b-4fc7-8c8d-45a71be2d28e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3263 | 2024.11.27 18:36:28.039896 [ 254 ] {383c51c6-1a8b-4fc7-8c8d-45a71be2d28e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3264 | 2024.11.27 18:36:28.040688 [ 254 ] {383c51c6-1a8b-4fc7-8c8d-45a71be2d28e} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3265 | 2024.11.27 18:36:28.040736 [ 254 ] {383c51c6-1a8b-4fc7-8c8d-45a71be2d28e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3266 | 2024.11.27 18:36:28.041174 [ 254 ] {383c51c6-1a8b-4fc7-8c8d-45a71be2d28e} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3267 | 2024.11.27 18:36:28.041426 [ 254 ] {383c51c6-1a8b-4fc7-8c8d-45a71be2d28e} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3268 | 2024.11.27 18:36:28.041664 [ 254 ] {383c51c6-1a8b-4fc7-8c8d-45a71be2d28e} <Debug> executeQuery: Read 16 rows, 1.20 KiB in 0.001902 sec., 8412.197686645635 rows/sec., 632.56 KiB/sec. | ||
| 3269 | 2024.11.27 18:36:28.041725 [ 254 ] {383c51c6-1a8b-4fc7-8c8d-45a71be2d28e} <Debug> TCPHandler: Processed in 0.002240814 sec. | ||
| 3270 | 2024.11.27 18:36:28.041898 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3271 | 2024.11.27 18:36:28.042046 [ 253 ] {87d2eac3-3da6-4348-885a-e8bc8f621de4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3272 | 2024.11.27 18:36:28.042108 [ 253 ] {87d2eac3-3da6-4348-885a-e8bc8f621de4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3273 | 2024.11.27 18:36:28.042786 [ 253 ] {87d2eac3-3da6-4348-885a-e8bc8f621de4} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3274 | 2024.11.27 18:36:28.042825 [ 253 ] {87d2eac3-3da6-4348-885a-e8bc8f621de4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3275 | 2024.11.27 18:36:28.043208 [ 253 ] {87d2eac3-3da6-4348-885a-e8bc8f621de4} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3276 | 2024.11.27 18:36:28.043450 [ 253 ] {87d2eac3-3da6-4348-885a-e8bc8f621de4} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3277 | 2024.11.27 18:36:28.043667 [ 253 ] {87d2eac3-3da6-4348-885a-e8bc8f621de4} <Debug> executeQuery: Read 80 rows, 6.40 KiB in 0.001657 sec., 48280.024140012065 rows/sec., 3.77 MiB/sec. | ||
| 3278 | 2024.11.27 18:36:28.043912 [ 253 ] {87d2eac3-3da6-4348-885a-e8bc8f621de4} <Debug> TCPHandler: Processed in 0.002079511 sec. | ||
| 3279 | 2024.11.27 18:36:28.044158 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3280 | 2024.11.27 18:36:28.044304 [ 254 ] {5af10ed0-28de-4421-929f-b0b7df6974e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3281 | 2024.11.27 18:36:28.044369 [ 254 ] {5af10ed0-28de-4421-929f-b0b7df6974e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3282 | 2024.11.27 18:36:28.044980 [ 254 ] {5af10ed0-28de-4421-929f-b0b7df6974e4} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3283 | 2024.11.27 18:36:28.045023 [ 254 ] {5af10ed0-28de-4421-929f-b0b7df6974e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3284 | 2024.11.27 18:36:28.045437 [ 254 ] {5af10ed0-28de-4421-929f-b0b7df6974e4} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3285 | 2024.11.27 18:36:28.045678 [ 254 ] {5af10ed0-28de-4421-929f-b0b7df6974e4} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3286 | 2024.11.27 18:36:28.045919 [ 254 ] {5af10ed0-28de-4421-929f-b0b7df6974e4} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001641 sec., 97501.52346130408 rows/sec., 6.79 MiB/sec. | ||
| 3287 | 2024.11.27 18:36:28.045995 [ 254 ] {5af10ed0-28de-4421-929f-b0b7df6974e4} <Debug> TCPHandler: Processed in 0.001963009 sec. | ||
| 3288 | 2024.11.27 18:36:28.046151 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3289 | 2024.11.27 18:36:28.046293 [ 253 ] {bfbabe56-20c2-4495-87ab-7bb5e6e21725} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3290 | 2024.11.27 18:36:28.046391 [ 253 ] {bfbabe56-20c2-4495-87ab-7bb5e6e21725} <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 | ||
| 3291 | 2024.11.27 18:36:28.047580 [ 253 ] {bfbabe56-20c2-4495-87ab-7bb5e6e21725} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3292 | 2024.11.27 18:36:28.047619 [ 253 ] {bfbabe56-20c2-4495-87ab-7bb5e6e21725} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3293 | 2024.11.27 18:36:28.048307 [ 253 ] {bfbabe56-20c2-4495-87ab-7bb5e6e21725} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3294 | 2024.11.27 18:36:28.048582 [ 253 ] {bfbabe56-20c2-4495-87ab-7bb5e6e21725} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3295 | 2024.11.27 18:36:28.048782 [ 253 ] {bfbabe56-20c2-4495-87ab-7bb5e6e21725} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002522 sec., 6344.171292624901 rows/sec., 11.37 MiB/sec. | ||
| 3296 | 2024.11.27 18:36:28.048893 [ 253 ] {bfbabe56-20c2-4495-87ab-7bb5e6e21725} <Debug> TCPHandler: Processed in 0.002812232 sec. | ||
| 3297 | 2024.11.27 18:36:28.049056 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3298 | 2024.11.27 18:36:28.049197 [ 254 ] {938f3cb5-ee32-4dd0-ac63-a1460c9763a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3299 | 2024.11.27 18:36:28.049258 [ 254 ] {938f3cb5-ee32-4dd0-ac63-a1460c9763a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3300 | 2024.11.27 18:36:28.049789 [ 254 ] {938f3cb5-ee32-4dd0-ac63-a1460c9763a7} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3301 | 2024.11.27 18:36:28.049829 [ 254 ] {938f3cb5-ee32-4dd0-ac63-a1460c9763a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3302 | 2024.11.27 18:36:28.050207 [ 254 ] {938f3cb5-ee32-4dd0-ac63-a1460c9763a7} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3303 | 2024.11.27 18:36:28.050441 [ 254 ] {938f3cb5-ee32-4dd0-ac63-a1460c9763a7} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3304 | 2024.11.27 18:36:28.050673 [ 254 ] {938f3cb5-ee32-4dd0-ac63-a1460c9763a7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001508 sec., 39787.798408488066 rows/sec., 2.68 MiB/sec. | ||
| 3305 | 2024.11.27 18:36:28.050901 [ 254 ] {938f3cb5-ee32-4dd0-ac63-a1460c9763a7} <Debug> TCPHandler: Processed in 0.001912829 sec. | ||
| 3306 | 2024.11.27 18:36:29.000154 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 167.81 MiB, peak 184.17 MiB, free memory in arenas 0.00 B, will set to 176.94 MiB (RSS), difference: 9.14 MiB | ||
| 3307 | 2024.11.27 18:36:33.042128 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3308 | 2024.11.27 18:36:33.042344 [ 253 ] {f7c34ac1-2117-4646-9057-e2cfa072bbcb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3309 | 2024.11.27 18:36:33.042419 [ 253 ] {f7c34ac1-2117-4646-9057-e2cfa072bbcb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3310 | 2024.11.27 18:36:33.043184 [ 253 ] {f7c34ac1-2117-4646-9057-e2cfa072bbcb} <Trace> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3311 | 2024.11.27 18:36:33.043234 [ 253 ] {f7c34ac1-2117-4646-9057-e2cfa072bbcb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3312 | 2024.11.27 18:36:33.043686 [ 253 ] {f7c34ac1-2117-4646-9057-e2cfa072bbcb} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 3313 | 2024.11.27 18:36:33.043941 [ 253 ] {f7c34ac1-2117-4646-9057-e2cfa072bbcb} <Trace> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3314 | 2024.11.27 18:36:33.044144 [ 253 ] {f7c34ac1-2117-4646-9057-e2cfa072bbcb} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001855 sec., 7547.169811320754 rows/sec., 543.30 KiB/sec. | ||
| 3315 | 2024.11.27 18:36:33.044210 [ 253 ] {f7c34ac1-2117-4646-9057-e2cfa072bbcb} <Debug> TCPHandler: Processed in 0.002218713 sec. | ||
| 3316 | 2024.11.27 18:36:33.044454 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3317 | 2024.11.27 18:36:33.044664 [ 254 ] {de5bb00d-a5f8-41aa-8819-e69197d704ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3318 | 2024.11.27 18:36:33.044746 [ 254 ] {de5bb00d-a5f8-41aa-8819-e69197d704ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3319 | 2024.11.27 18:36:33.045981 [ 254 ] {de5bb00d-a5f8-41aa-8819-e69197d704ce} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3320 | 2024.11.27 18:36:33.046032 [ 254 ] {de5bb00d-a5f8-41aa-8819-e69197d704ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3321 | 2024.11.27 18:36:33.046481 [ 254 ] {de5bb00d-a5f8-41aa-8819-e69197d704ce} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3322 | 2024.11.27 18:36:33.046737 [ 254 ] {de5bb00d-a5f8-41aa-8819-e69197d704ce} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3323 | 2024.11.27 18:36:33.046980 [ 254 ] {de5bb00d-a5f8-41aa-8819-e69197d704ce} <Debug> executeQuery: Read 253 rows, 22.72 KiB in 0.002375 sec., 106526.31578947368 rows/sec., 9.34 MiB/sec. | ||
| 3324 | 2024.11.27 18:36:33.047050 [ 254 ] {de5bb00d-a5f8-41aa-8819-e69197d704ce} <Debug> TCPHandler: Processed in 0.002734321 sec. | ||
| 3325 | 2024.11.27 18:36:33.047224 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3326 | 2024.11.27 18:36:33.047355 [ 253 ] {5ba08c75-a553-4321-97a0-78c894999920} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3327 | 2024.11.27 18:36:33.047410 [ 253 ] {5ba08c75-a553-4321-97a0-78c894999920} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3328 | 2024.11.27 18:36:33.048029 [ 253 ] {5ba08c75-a553-4321-97a0-78c894999920} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3329 | 2024.11.27 18:36:33.048069 [ 253 ] {5ba08c75-a553-4321-97a0-78c894999920} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3330 | 2024.11.27 18:36:33.048444 [ 253 ] {5ba08c75-a553-4321-97a0-78c894999920} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3331 | 2024.11.27 18:36:33.048688 [ 253 ] {5ba08c75-a553-4321-97a0-78c894999920} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3332 | 2024.11.27 18:36:33.048814 [ 141 ] {} <Debug> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0 | ||
| 3333 | 2024.11.27 18:36:33.048859 [ 141 ] {} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3334 | 2024.11.27 18:36:33.048881 [ 253 ] {5ba08c75-a553-4321-97a0-78c894999920} <Debug> executeQuery: Read 32 rows, 2.34 KiB in 0.001553 sec., 20605.2801030264 rows/sec., 1.47 MiB/sec. | ||
| 3335 | 2024.11.27 18:36:33.048884 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3336 | 2024.11.27 18:36:33.048976 [ 253 ] {5ba08c75-a553-4321-97a0-78c894999920} <Debug> TCPHandler: Processed in 0.001814627 sec. | ||
| 3337 | 2024.11.27 18:36:33.049183 [ 193 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::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 | ||
| 3338 | 2024.11.27 18:36:33.049202 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3339 | 2024.11.27 18:36:33.049494 [ 193 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3340 | 2024.11.27 18:36:33.049510 [ 254 ] {4d5fda7a-6163-4ab9-9bc2-260050970a2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3341 | 2024.11.27 18:36:33.049557 [ 193 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 58 rows starting from the beginning of the part | ||
| 3342 | 2024.11.27 18:36:33.049626 [ 254 ] {4d5fda7a-6163-4ab9-9bc2-260050970a2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3343 | 2024.11.27 18:36:33.049900 [ 193 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 32 rows starting from the beginning of the part | ||
| 3344 | 2024.11.27 18:36:33.050218 [ 193 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 18 rows starting from the beginning of the part | ||
| 3345 | 2024.11.27 18:36:33.050619 [ 193 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 32 rows starting from the beginning of the part | ||
| 3346 | 2024.11.27 18:36:33.051019 [ 193 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 16 rows starting from the beginning of the part | ||
| 3347 | 2024.11.27 18:36:33.051329 [ 193 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 32 rows starting from the beginning of the part | ||
| 3348 | 2024.11.27 18:36:33.052639 [ 254 ] {4d5fda7a-6163-4ab9-9bc2-260050970a2b} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3349 | 2024.11.27 18:36:33.052704 [ 254 ] {4d5fda7a-6163-4ab9-9bc2-260050970a2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3350 | 2024.11.27 18:36:33.053855 [ 254 ] {4d5fda7a-6163-4ab9-9bc2-260050970a2b} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3351 | 2024.11.27 18:36:33.054353 [ 199 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 188 rows, containing 5 columns (5 merged, 0 gathered) in 0.00536092 sec., 35068.60762704909 rows/sec., 2.65 MiB/sec. | ||
| 3352 | 2024.11.27 18:36:33.054372 [ 254 ] {4d5fda7a-6163-4ab9-9bc2-260050970a2b} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3353 | 2024.11.27 18:36:33.054653 [ 196 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) | ||
| 3354 | 2024.11.27 18:36:33.054870 [ 254 ] {4d5fda7a-6163-4ab9-9bc2-260050970a2b} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005395 sec., 2594.9953660797037 rows/sec., 181.74 KiB/sec. | ||
| 3355 | 2024.11.27 18:36:33.055070 [ 254 ] {4d5fda7a-6163-4ab9-9bc2-260050970a2b} <Debug> TCPHandler: Processed in 0.005975338 sec. | ||
| 3356 | 2024.11.27 18:36:33.055287 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3357 | 2024.11.27 18:36:33.055352 [ 196 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_15_3} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3358 | 2024.11.27 18:36:33.055539 [ 253 ] {7a57d40e-8107-4145-9cd5-fdee86dd86b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3359 | 2024.11.27 18:36:33.055574 [ 196 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_15_3} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3 | ||
| 3360 | 2024.11.27 18:36:33.055620 [ 253 ] {7a57d40e-8107-4145-9cd5-fdee86dd86b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3361 | 2024.11.27 18:36:33.055800 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 3362 | 2024.11.27 18:36:33.056369 [ 253 ] {7a57d40e-8107-4145-9cd5-fdee86dd86b7} <Trace> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3363 | 2024.11.27 18:36:33.056413 [ 253 ] {7a57d40e-8107-4145-9cd5-fdee86dd86b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3364 | 2024.11.27 18:36:33.056782 [ 253 ] {7a57d40e-8107-4145-9cd5-fdee86dd86b7} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 3365 | 2024.11.27 18:36:33.057046 [ 253 ] {7a57d40e-8107-4145-9cd5-fdee86dd86b7} <Trace> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3366 | 2024.11.27 18:36:33.057279 [ 253 ] {7a57d40e-8107-4145-9cd5-fdee86dd86b7} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001831 sec., 7099.9453850355 rows/sec., 442.68 KiB/sec. | ||
| 3367 | 2024.11.27 18:36:33.057361 [ 253 ] {7a57d40e-8107-4145-9cd5-fdee86dd86b7} <Debug> TCPHandler: Processed in 0.002175352 sec. | ||
| 3368 | 2024.11.27 18:36:33.057515 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3369 | 2024.11.27 18:36:33.057656 [ 254 ] {96ee00a4-e539-4f7b-bdfc-9f4929052917} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3370 | 2024.11.27 18:36:33.057718 [ 254 ] {96ee00a4-e539-4f7b-bdfc-9f4929052917} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3371 | 2024.11.27 18:36:33.058631 [ 254 ] {96ee00a4-e539-4f7b-bdfc-9f4929052917} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3372 | 2024.11.27 18:36:33.058673 [ 254 ] {96ee00a4-e539-4f7b-bdfc-9f4929052917} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3373 | 2024.11.27 18:36:33.059077 [ 254 ] {96ee00a4-e539-4f7b-bdfc-9f4929052917} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3374 | 2024.11.27 18:36:33.059320 [ 254 ] {96ee00a4-e539-4f7b-bdfc-9f4929052917} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3375 | 2024.11.27 18:36:33.059541 [ 254 ] {96ee00a4-e539-4f7b-bdfc-9f4929052917} <Debug> executeQuery: Read 407 rows, 29.68 KiB in 0.001917 sec., 212310.9024517475 rows/sec., 15.12 MiB/sec. | ||
| 3376 | 2024.11.27 18:36:33.059598 [ 254 ] {96ee00a4-e539-4f7b-bdfc-9f4929052917} <Debug> TCPHandler: Processed in 0.002144401 sec. | ||
| 3377 | 2024.11.27 18:36:33.059757 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3378 | 2024.11.27 18:36:33.059897 [ 253 ] {a2ad5381-5ee9-4f3b-b924-457994979683} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3379 | 2024.11.27 18:36:33.059960 [ 253 ] {a2ad5381-5ee9-4f3b-b924-457994979683} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3380 | 2024.11.27 18:36:33.060544 [ 253 ] {a2ad5381-5ee9-4f3b-b924-457994979683} <Trace> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3381 | 2024.11.27 18:36:33.060591 [ 253 ] {a2ad5381-5ee9-4f3b-b924-457994979683} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3382 | 2024.11.27 18:36:33.060970 [ 253 ] {a2ad5381-5ee9-4f3b-b924-457994979683} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 3383 | 2024.11.27 18:36:33.061213 [ 253 ] {a2ad5381-5ee9-4f3b-b924-457994979683} <Trace> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3384 | 2024.11.27 18:36:33.061425 [ 253 ] {a2ad5381-5ee9-4f3b-b924-457994979683} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001558 sec., 3851.0911424903725 rows/sec., 201.20 KiB/sec. | ||
| 3385 | 2024.11.27 18:36:33.061477 [ 253 ] {a2ad5381-5ee9-4f3b-b924-457994979683} <Debug> TCPHandler: Processed in 0.001786136 sec. | ||
| 3386 | 2024.11.27 18:36:33.061622 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3387 | 2024.11.27 18:36:33.061762 [ 254 ] {5559378d-d6e0-4db2-8ac4-0586e293464e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3388 | 2024.11.27 18:36:33.061824 [ 254 ] {5559378d-d6e0-4db2-8ac4-0586e293464e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3389 | 2024.11.27 18:36:33.062506 [ 254 ] {5559378d-d6e0-4db2-8ac4-0586e293464e} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3390 | 2024.11.27 18:36:33.062553 [ 254 ] {5559378d-d6e0-4db2-8ac4-0586e293464e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3391 | 2024.11.27 18:36:33.062960 [ 254 ] {5559378d-d6e0-4db2-8ac4-0586e293464e} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3392 | 2024.11.27 18:36:33.063210 [ 254 ] {5559378d-d6e0-4db2-8ac4-0586e293464e} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3393 | 2024.11.27 18:36:33.063417 [ 254 ] {5559378d-d6e0-4db2-8ac4-0586e293464e} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001687 sec., 140486.06994665085 rows/sec., 9.42 MiB/sec. | ||
| 3394 | 2024.11.27 18:36:33.063472 [ 254 ] {5559378d-d6e0-4db2-8ac4-0586e293464e} <Debug> TCPHandler: Processed in 0.001912318 sec. | ||
| 3395 | 2024.11.27 18:36:33.063628 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3396 | 2024.11.27 18:36:33.063768 [ 253 ] {ebe54722-a2fe-4e5b-9f73-24af56a6d3a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3397 | 2024.11.27 18:36:33.063829 [ 253 ] {ebe54722-a2fe-4e5b-9f73-24af56a6d3a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3398 | 2024.11.27 18:36:33.064389 [ 253 ] {ebe54722-a2fe-4e5b-9f73-24af56a6d3a0} <Trace> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3399 | 2024.11.27 18:36:33.064436 [ 253 ] {ebe54722-a2fe-4e5b-9f73-24af56a6d3a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3400 | 2024.11.27 18:36:33.064827 [ 253 ] {ebe54722-a2fe-4e5b-9f73-24af56a6d3a0} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 3401 | 2024.11.27 18:36:33.065165 [ 253 ] {ebe54722-a2fe-4e5b-9f73-24af56a6d3a0} <Trace> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3402 | 2024.11.27 18:36:33.065488 [ 253 ] {ebe54722-a2fe-4e5b-9f73-24af56a6d3a0} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001751 sec., 571.1022272986864 rows/sec., 38.48 KiB/sec. | ||
| 3403 | 2024.11.27 18:36:33.065539 [ 253 ] {ebe54722-a2fe-4e5b-9f73-24af56a6d3a0} <Debug> TCPHandler: Processed in 0.001974189 sec. | ||
| 3404 | 2024.11.27 18:36:33.065684 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3405 | 2024.11.27 18:36:33.065822 [ 254 ] {884e270a-6e91-45fe-9809-a9f9e00cb1b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3406 | 2024.11.27 18:36:33.065918 [ 254 ] {884e270a-6e91-45fe-9809-a9f9e00cb1b1} <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 | ||
| 3407 | 2024.11.27 18:36:33.067159 [ 254 ] {884e270a-6e91-45fe-9809-a9f9e00cb1b1} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3408 | 2024.11.27 18:36:33.067199 [ 254 ] {884e270a-6e91-45fe-9809-a9f9e00cb1b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3409 | 2024.11.27 18:36:33.067821 [ 254 ] {884e270a-6e91-45fe-9809-a9f9e00cb1b1} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3410 | 2024.11.27 18:36:33.068080 [ 254 ] {884e270a-6e91-45fe-9809-a9f9e00cb1b1} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3411 | 2024.11.27 18:36:33.068414 [ 254 ] {884e270a-6e91-45fe-9809-a9f9e00cb1b1} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.002599 sec., 9619.084263178145 rows/sec., 17.24 MiB/sec. | ||
| 3412 | 2024.11.27 18:36:33.068612 [ 254 ] {884e270a-6e91-45fe-9809-a9f9e00cb1b1} <Debug> TCPHandler: Processed in 0.002995694 sec. | ||
| 3413 | 2024.11.27 18:36:33.068771 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3414 | 2024.11.27 18:36:33.068891 [ 253 ] {5c60d320-42a3-408f-9444-fdbd7bf7baad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3415 | 2024.11.27 18:36:33.068943 [ 253 ] {5c60d320-42a3-408f-9444-fdbd7bf7baad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3416 | 2024.11.27 18:36:33.069438 [ 253 ] {5c60d320-42a3-408f-9444-fdbd7bf7baad} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3417 | 2024.11.27 18:36:33.069476 [ 253 ] {5c60d320-42a3-408f-9444-fdbd7bf7baad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3418 | 2024.11.27 18:36:33.069852 [ 253 ] {5c60d320-42a3-408f-9444-fdbd7bf7baad} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3419 | 2024.11.27 18:36:33.070098 [ 253 ] {5c60d320-42a3-408f-9444-fdbd7bf7baad} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3420 | 2024.11.27 18:36:33.070312 [ 253 ] {5c60d320-42a3-408f-9444-fdbd7bf7baad} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001446 sec., 56708.160442600274 rows/sec., 3.60 MiB/sec. | ||
| 3421 | 2024.11.27 18:36:33.070363 [ 253 ] {5c60d320-42a3-408f-9444-fdbd7bf7baad} <Debug> TCPHandler: Processed in 0.001653414 sec. | ||
| 3422 | 2024.11.27 18:36:34.908403 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 7808 | ||
| 3423 | 2024.11.27 18:36:34.909026 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3424 | 2024.11.27 18:36:34.909077 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3425 | 2024.11.27 18:36:34.909614 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3426 | 2024.11.27 18:36:34.909875 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3427 | 2024.11.27 18:36:34.910260 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7808 | ||
| 3428 | 2024.11.27 18:36:35.434357 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 129 | ||
| 3429 | 2024.11.27 18:36:35.452925 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3430 | 2024.11.27 18:36:35.452970 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3431 | 2024.11.27 18:36:35.460159 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3432 | 2024.11.27 18:36:35.460888 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3433 | 2024.11.27 18:36:35.463774 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 129 | ||
| 3434 | 2024.11.27 18:36:37.432071 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 484 | ||
| 3435 | 2024.11.27 18:36:37.435246 [ 242 ] {} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3436 | 2024.11.27 18:36:37.435307 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3437 | 2024.11.27 18:36:37.436840 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3438 | 2024.11.27 18:36:37.437161 [ 242 ] {} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3439 | 2024.11.27 18:36:37.438278 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 484 | ||
| 3440 | 2024.11.27 18:36:38.037130 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3441 | 2024.11.27 18:36:38.037351 [ 253 ] {a22a71f0-1744-4761-8eac-84bee7dffa28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3442 | 2024.11.27 18:36:38.037438 [ 253 ] {a22a71f0-1744-4761-8eac-84bee7dffa28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3443 | 2024.11.27 18:36:38.038379 [ 253 ] {a22a71f0-1744-4761-8eac-84bee7dffa28} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3444 | 2024.11.27 18:36:38.038441 [ 253 ] {a22a71f0-1744-4761-8eac-84bee7dffa28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3445 | 2024.11.27 18:36:38.038944 [ 253 ] {a22a71f0-1744-4761-8eac-84bee7dffa28} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3446 | 2024.11.27 18:36:38.039208 [ 253 ] {a22a71f0-1744-4761-8eac-84bee7dffa28} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3447 | 2024.11.27 18:36:38.039459 [ 253 ] {a22a71f0-1744-4761-8eac-84bee7dffa28} <Debug> executeQuery: Read 88 rows, 7.40 KiB in 0.002169 sec., 40571.69202397418 rows/sec., 3.33 MiB/sec. | ||
| 3448 | 2024.11.27 18:36:38.039532 [ 253 ] {a22a71f0-1744-4761-8eac-84bee7dffa28} <Debug> TCPHandler: Processed in 0.002543328 sec. | ||
| 3449 | 2024.11.27 18:36:38.039800 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3450 | 2024.11.27 18:36:38.040011 [ 254 ] {3797ab91-dc5b-42ed-8c02-fa3e3d3569dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3451 | 2024.11.27 18:36:38.040093 [ 254 ] {3797ab91-dc5b-42ed-8c02-fa3e3d3569dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3452 | 2024.11.27 18:36:38.040943 [ 254 ] {3797ab91-dc5b-42ed-8c02-fa3e3d3569dd} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3453 | 2024.11.27 18:36:38.040991 [ 254 ] {3797ab91-dc5b-42ed-8c02-fa3e3d3569dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3454 | 2024.11.27 18:36:38.041428 [ 254 ] {3797ab91-dc5b-42ed-8c02-fa3e3d3569dd} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3455 | 2024.11.27 18:36:38.041682 [ 254 ] {3797ab91-dc5b-42ed-8c02-fa3e3d3569dd} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3456 | 2024.11.27 18:36:38.042032 [ 254 ] {3797ab91-dc5b-42ed-8c02-fa3e3d3569dd} <Debug> executeQuery: Read 16 rows, 1.20 KiB in 0.002052 sec., 7797.270955165692 rows/sec., 586.32 KiB/sec. | ||
| 3457 | 2024.11.27 18:36:38.042173 [ 254 ] {3797ab91-dc5b-42ed-8c02-fa3e3d3569dd} <Debug> TCPHandler: Processed in 0.002509807 sec. | ||
| 3458 | 2024.11.27 18:36:38.042356 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3459 | 2024.11.27 18:36:38.042509 [ 253 ] {450f7270-9dc8-405e-954b-cd6b04b68e41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3460 | 2024.11.27 18:36:38.042571 [ 253 ] {450f7270-9dc8-405e-954b-cd6b04b68e41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3461 | 2024.11.27 18:36:38.043257 [ 253 ] {450f7270-9dc8-405e-954b-cd6b04b68e41} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3462 | 2024.11.27 18:36:38.043300 [ 253 ] {450f7270-9dc8-405e-954b-cd6b04b68e41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3463 | 2024.11.27 18:36:38.043696 [ 253 ] {450f7270-9dc8-405e-954b-cd6b04b68e41} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3464 | 2024.11.27 18:36:38.043948 [ 253 ] {450f7270-9dc8-405e-954b-cd6b04b68e41} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3465 | 2024.11.27 18:36:38.044160 [ 253 ] {450f7270-9dc8-405e-954b-cd6b04b68e41} <Debug> executeQuery: Read 80 rows, 6.40 KiB in 0.001691 sec., 47309.284447072736 rows/sec., 3.69 MiB/sec. | ||
| 3466 | 2024.11.27 18:36:38.044219 [ 253 ] {450f7270-9dc8-405e-954b-cd6b04b68e41} <Debug> TCPHandler: Processed in 0.001936478 sec. | ||
| 3467 | 2024.11.27 18:36:38.044390 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3468 | 2024.11.27 18:36:38.044536 [ 254 ] {b5bedfca-8e8e-4210-9dbf-eb11ba547f71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3469 | 2024.11.27 18:36:38.044603 [ 254 ] {b5bedfca-8e8e-4210-9dbf-eb11ba547f71} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3470 | 2024.11.27 18:36:38.045213 [ 254 ] {b5bedfca-8e8e-4210-9dbf-eb11ba547f71} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3471 | 2024.11.27 18:36:38.045253 [ 254 ] {b5bedfca-8e8e-4210-9dbf-eb11ba547f71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3472 | 2024.11.27 18:36:38.045662 [ 254 ] {b5bedfca-8e8e-4210-9dbf-eb11ba547f71} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3473 | 2024.11.27 18:36:38.045903 [ 254 ] {b5bedfca-8e8e-4210-9dbf-eb11ba547f71} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3474 | 2024.11.27 18:36:38.046123 [ 254 ] {b5bedfca-8e8e-4210-9dbf-eb11ba547f71} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001622 sec., 98643.64981504316 rows/sec., 6.87 MiB/sec. | ||
| 3475 | 2024.11.27 18:36:38.046180 [ 254 ] {b5bedfca-8e8e-4210-9dbf-eb11ba547f71} <Debug> TCPHandler: Processed in 0.001859037 sec. | ||
| 3476 | 2024.11.27 18:36:38.046343 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3477 | 2024.11.27 18:36:38.046488 [ 253 ] {cefe64ea-88ca-4332-a332-04b0e2a5d400} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3478 | 2024.11.27 18:36:38.046586 [ 253 ] {cefe64ea-88ca-4332-a332-04b0e2a5d400} <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 | ||
| 3479 | 2024.11.27 18:36:38.047787 [ 253 ] {cefe64ea-88ca-4332-a332-04b0e2a5d400} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3480 | 2024.11.27 18:36:38.047828 [ 253 ] {cefe64ea-88ca-4332-a332-04b0e2a5d400} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3481 | 2024.11.27 18:36:38.048485 [ 253 ] {cefe64ea-88ca-4332-a332-04b0e2a5d400} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3482 | 2024.11.27 18:36:38.048752 [ 253 ] {cefe64ea-88ca-4332-a332-04b0e2a5d400} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3483 | 2024.11.27 18:36:38.048937 [ 132 ] {} <Debug> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3484 | 2024.11.27 18:36:38.049037 [ 132 ] {} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3485 | 2024.11.27 18:36:38.049044 [ 253 ] {cefe64ea-88ca-4332-a332-04b0e2a5d400} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002585 sec., 6189.555125725338 rows/sec., 11.09 MiB/sec. | ||
| 3486 | 2024.11.27 18:36:38.049076 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.64 GiB. | ||
| 3487 | 2024.11.27 18:36:38.049500 [ 253 ] {cefe64ea-88ca-4332-a332-04b0e2a5d400} <Debug> TCPHandler: Processed in 0.003221507 sec. | ||
| 3488 | 2024.11.27 18:36:38.049533 [ 188 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::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 | ||
| 3489 | 2024.11.27 18:36:38.049695 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3490 | 2024.11.27 18:36:38.049962 [ 254 ] {2320a8bd-2d2e-48b3-9f62-353ceaf139ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3491 | 2024.11.27 18:36:38.050096 [ 254 ] {2320a8bd-2d2e-48b3-9f62-353ceaf139ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3492 | 2024.11.27 18:36:38.050255 [ 188 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3493 | 2024.11.27 18:36:38.050500 [ 188 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 248 rows starting from the beginning of the part | ||
| 3494 | 2024.11.27 18:36:38.051240 [ 188 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 16 rows starting from the beginning of the part | ||
| 3495 | 2024.11.27 18:36:38.052038 [ 188 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 25 rows starting from the beginning of the part | ||
| 3496 | 2024.11.27 18:36:38.052117 [ 254 ] {2320a8bd-2d2e-48b3-9f62-353ceaf139ae} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3497 | 2024.11.27 18:36:38.052201 [ 254 ] {2320a8bd-2d2e-48b3-9f62-353ceaf139ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 3498 | 2024.11.27 18:36:38.052653 [ 188 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 16 rows starting from the beginning of the part | ||
| 3499 | 2024.11.27 18:36:38.053295 [ 188 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 25 rows starting from the beginning of the part | ||
| 3500 | 2024.11.27 18:36:38.053652 [ 254 ] {2320a8bd-2d2e-48b3-9f62-353ceaf139ae} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3501 | 2024.11.27 18:36:38.053821 [ 188 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 16 rows starting from the beginning of the part | ||
| 3502 | 2024.11.27 18:36:38.054452 [ 254 ] {2320a8bd-2d2e-48b3-9f62-353ceaf139ae} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3503 | 2024.11.27 18:36:38.055008 [ 254 ] {2320a8bd-2d2e-48b3-9f62-353ceaf139ae} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005135 sec., 11684.518013631938 rows/sec., 806.35 KiB/sec. | ||
| 3504 | 2024.11.27 18:36:38.055123 [ 254 ] {2320a8bd-2d2e-48b3-9f62-353ceaf139ae} <Debug> TCPHandler: Processed in 0.005517252 sec. | ||
| 3505 | 2024.11.27 18:36:38.057704 [ 196 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 346 rows, containing 19 columns (19 merged, 0 gathered) in 0.008477786 sec., 40812.54233121714 rows/sec., 73.13 MiB/sec. | ||
| 3506 | 2024.11.27 18:36:38.058457 [ 187 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3507 | 2024.11.27 18:36:38.058928 [ 187 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3508 | 2024.11.27 18:36:38.059010 [ 187 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3509 | 2024.11.27 18:36:38.059159 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.04 MiB. | ||
| 3510 | 2024.11.27 18:36:42.314777 [ 124 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3511 | 2024.11.27 18:36:42.314883 [ 124 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3512 | 2024.11.27 18:36:42.410423 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 8296 | ||
| 3513 | 2024.11.27 18:36:42.411095 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3514 | 2024.11.27 18:36:42.411149 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 3515 | 2024.11.27 18:36:42.411754 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3516 | 2024.11.27 18:36:42.412019 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3517 | 2024.11.27 18:36:42.412343 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8296 | ||
| 3518 | 2024.11.27 18:36:42.963853 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 136 | ||
| 3519 | 2024.11.27 18:36:42.984517 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3520 | 2024.11.27 18:36:42.984578 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 3521 | 2024.11.27 18:36:42.991849 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3522 | 2024.11.27 18:36:42.992603 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3523 | 2024.11.27 18:36:42.996521 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 136 | ||
| 3524 | 2024.11.27 18:36:43.042093 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3525 | 2024.11.27 18:36:43.042415 [ 253 ] {4c0fb14e-8e66-412e-997e-87276e56d648} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3526 | 2024.11.27 18:36:43.042540 [ 253 ] {4c0fb14e-8e66-412e-997e-87276e56d648} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3527 | 2024.11.27 18:36:43.043467 [ 253 ] {4c0fb14e-8e66-412e-997e-87276e56d648} <Trace> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3528 | 2024.11.27 18:36:43.043523 [ 253 ] {4c0fb14e-8e66-412e-997e-87276e56d648} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 3529 | 2024.11.27 18:36:43.043979 [ 253 ] {4c0fb14e-8e66-412e-997e-87276e56d648} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 3530 | 2024.11.27 18:36:43.044244 [ 253 ] {4c0fb14e-8e66-412e-997e-87276e56d648} <Trace> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3531 | 2024.11.27 18:36:43.044446 [ 123 ] {} <Debug> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 3532 | 2024.11.27 18:36:43.044517 [ 253 ] {4c0fb14e-8e66-412e-997e-87276e56d648} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002189 sec., 6395.614435815441 rows/sec., 460.40 KiB/sec. | ||
| 3533 | 2024.11.27 18:36:43.044542 [ 123 ] {} <Trace> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3534 | 2024.11.27 18:36:43.044614 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 3535 | 2024.11.27 18:36:43.044650 [ 253 ] {4c0fb14e-8e66-412e-997e-87276e56d648} <Debug> TCPHandler: Processed in 0.002761671 sec. | ||
| 3536 | 2024.11.27 18:36:43.044875 [ 201 ] {17effacc-4e38-4bb0-b3f7-e2a659fcc7fb::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 | ||
| 3537 | 2024.11.27 18:36:43.044963 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3538 | 2024.11.27 18:36:43.045065 [ 201 ] {17effacc-4e38-4bb0-b3f7-e2a659fcc7fb::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3539 | 2024.11.27 18:36:43.045150 [ 201 ] {17effacc-4e38-4bb0-b3f7-e2a659fcc7fb::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 | ||
| 3540 | 2024.11.27 18:36:43.045305 [ 254 ] {7d9c27ff-e495-4018-a000-4269e6ba5c18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3541 | 2024.11.27 18:36:43.045379 [ 201 ] {17effacc-4e38-4bb0-b3f7-e2a659fcc7fb::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 | ||
| 3542 | 2024.11.27 18:36:43.045586 [ 254 ] {7d9c27ff-e495-4018-a000-4269e6ba5c18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3543 | 2024.11.27 18:36:43.045668 [ 201 ] {17effacc-4e38-4bb0-b3f7-e2a659fcc7fb::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 | ||
| 3544 | 2024.11.27 18:36:43.046109 [ 201 ] {17effacc-4e38-4bb0-b3f7-e2a659fcc7fb::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 | ||
| 3545 | 2024.11.27 18:36:43.046398 [ 201 ] {17effacc-4e38-4bb0-b3f7-e2a659fcc7fb::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 | ||
| 3546 | 2024.11.27 18:36:43.048206 [ 254 ] {7d9c27ff-e495-4018-a000-4269e6ba5c18} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3547 | 2024.11.27 18:36:43.048292 [ 254 ] {7d9c27ff-e495-4018-a000-4269e6ba5c18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 3548 | 2024.11.27 18:36:43.049012 [ 187 ] {17effacc-4e38-4bb0-b3f7-e2a659fcc7fb::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004279964 sec., 16355.277754672703 rows/sec., 1.21 MiB/sec. | ||
| 3549 | 2024.11.27 18:36:43.049279 [ 254 ] {7d9c27ff-e495-4018-a000-4269e6ba5c18} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3550 | 2024.11.27 18:36:43.049324 [ 196 ] {17effacc-4e38-4bb0-b3f7-e2a659fcc7fb::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 3551 | 2024.11.27 18:36:43.049718 [ 254 ] {7d9c27ff-e495-4018-a000-4269e6ba5c18} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3552 | 2024.11.27 18:36:43.050114 [ 254 ] {7d9c27ff-e495-4018-a000-4269e6ba5c18} <Debug> executeQuery: Read 253 rows, 22.72 KiB in 0.004932 sec., 51297.64801297648 rows/sec., 4.50 MiB/sec. | ||
| 3553 | 2024.11.27 18:36:43.050128 [ 196 ] {17effacc-4e38-4bb0-b3f7-e2a659fcc7fb::all_1_5_1} <Trace> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3554 | 2024.11.27 18:36:43.050289 [ 254 ] {7d9c27ff-e495-4018-a000-4269e6ba5c18} <Debug> TCPHandler: Processed in 0.005518492 sec. | ||
| 3555 | 2024.11.27 18:36:43.050365 [ 196 ] {17effacc-4e38-4bb0-b3f7-e2a659fcc7fb::all_1_5_1} <Trace> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 3556 | 2024.11.27 18:36:43.050520 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3557 | 2024.11.27 18:36:43.050531 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 3558 | 2024.11.27 18:36:43.050689 [ 253 ] {8870c6ab-eefe-4636-a73f-384c099b3058} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3559 | 2024.11.27 18:36:43.050758 [ 253 ] {8870c6ab-eefe-4636-a73f-384c099b3058} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3560 | 2024.11.27 18:36:43.051405 [ 253 ] {8870c6ab-eefe-4636-a73f-384c099b3058} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3561 | 2024.11.27 18:36:43.051448 [ 253 ] {8870c6ab-eefe-4636-a73f-384c099b3058} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 3562 | 2024.11.27 18:36:43.051822 [ 253 ] {8870c6ab-eefe-4636-a73f-384c099b3058} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3563 | 2024.11.27 18:36:43.052068 [ 253 ] {8870c6ab-eefe-4636-a73f-384c099b3058} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3564 | 2024.11.27 18:36:43.052328 [ 253 ] {8870c6ab-eefe-4636-a73f-384c099b3058} <Debug> executeQuery: Read 32 rows, 2.34 KiB in 0.001672 sec., 19138.755980861242 rows/sec., 1.36 MiB/sec. | ||
| 3565 | 2024.11.27 18:36:43.052545 [ 253 ] {8870c6ab-eefe-4636-a73f-384c099b3058} <Debug> TCPHandler: Processed in 0.002144492 sec. | ||
| 3566 | 2024.11.27 18:36:43.052733 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3567 | 2024.11.27 18:36:43.052876 [ 254 ] {583c121e-d3c2-4841-be37-76e23fa14e6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3568 | 2024.11.27 18:36:43.052937 [ 254 ] {583c121e-d3c2-4841-be37-76e23fa14e6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3569 | 2024.11.27 18:36:43.053641 [ 254 ] {583c121e-d3c2-4841-be37-76e23fa14e6c} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3570 | 2024.11.27 18:36:43.053690 [ 254 ] {583c121e-d3c2-4841-be37-76e23fa14e6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 3571 | 2024.11.27 18:36:43.054087 [ 254 ] {583c121e-d3c2-4841-be37-76e23fa14e6c} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3572 | 2024.11.27 18:36:43.054325 [ 254 ] {583c121e-d3c2-4841-be37-76e23fa14e6c} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3573 | 2024.11.27 18:36:43.054628 [ 254 ] {583c121e-d3c2-4841-be37-76e23fa14e6c} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001757 sec., 7968.12749003984 rows/sec., 558.04 KiB/sec. | ||
| 3574 | 2024.11.27 18:36:43.054756 [ 254 ] {583c121e-d3c2-4841-be37-76e23fa14e6c} <Debug> TCPHandler: Processed in 0.002108601 sec. | ||
| 3575 | 2024.11.27 18:36:43.054890 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3576 | 2024.11.27 18:36:43.055033 [ 253 ] {f2cca4b5-4ce5-4328-8b79-bb79f5da3f1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3577 | 2024.11.27 18:36:43.055093 [ 253 ] {f2cca4b5-4ce5-4328-8b79-bb79f5da3f1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3578 | 2024.11.27 18:36:43.055795 [ 253 ] {f2cca4b5-4ce5-4328-8b79-bb79f5da3f1c} <Trace> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3579 | 2024.11.27 18:36:43.055843 [ 253 ] {f2cca4b5-4ce5-4328-8b79-bb79f5da3f1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 3580 | 2024.11.27 18:36:43.056219 [ 253 ] {f2cca4b5-4ce5-4328-8b79-bb79f5da3f1c} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 3581 | 2024.11.27 18:36:43.056476 [ 253 ] {f2cca4b5-4ce5-4328-8b79-bb79f5da3f1c} <Trace> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3582 | 2024.11.27 18:36:43.056636 [ 123 ] {} <Debug> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 3583 | 2024.11.27 18:36:43.056694 [ 123 ] {} <Trace> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3584 | 2024.11.27 18:36:43.056727 [ 253 ] {f2cca4b5-4ce5-4328-8b79-bb79f5da3f1c} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001721 sec., 7553.747821034282 rows/sec., 470.97 KiB/sec. | ||
| 3585 | 2024.11.27 18:36:43.056734 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 3586 | 2024.11.27 18:36:43.056889 [ 253 ] {f2cca4b5-4ce5-4328-8b79-bb79f5da3f1c} <Debug> TCPHandler: Processed in 0.002053371 sec. | ||
| 3587 | 2024.11.27 18:36:43.056976 [ 187 ] {570c97a2-0b60-44ce-bbb0-1d06000f2297::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 | ||
| 3588 | 2024.11.27 18:36:43.057102 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3589 | 2024.11.27 18:36:43.057115 [ 187 ] {570c97a2-0b60-44ce-bbb0-1d06000f2297::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3590 | 2024.11.27 18:36:43.057155 [ 187 ] {570c97a2-0b60-44ce-bbb0-1d06000f2297::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 | ||
| 3591 | 2024.11.27 18:36:43.057344 [ 254 ] {133aee34-b47c-4942-9c73-765d695fe6cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3592 | 2024.11.27 18:36:43.057356 [ 187 ] {570c97a2-0b60-44ce-bbb0-1d06000f2297::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 | ||
| 3593 | 2024.11.27 18:36:43.057474 [ 254 ] {133aee34-b47c-4942-9c73-765d695fe6cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3594 | 2024.11.27 18:36:43.057689 [ 187 ] {570c97a2-0b60-44ce-bbb0-1d06000f2297::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 | ||
| 3595 | 2024.11.27 18:36:43.058061 [ 187 ] {570c97a2-0b60-44ce-bbb0-1d06000f2297::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 | ||
| 3596 | 2024.11.27 18:36:43.058388 [ 187 ] {570c97a2-0b60-44ce-bbb0-1d06000f2297::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 | ||
| 3597 | 2024.11.27 18:36:43.059639 [ 254 ] {133aee34-b47c-4942-9c73-765d695fe6cb} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3598 | 2024.11.27 18:36:43.059684 [ 254 ] {133aee34-b47c-4942-9c73-765d695fe6cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 3599 | 2024.11.27 18:36:43.060059 [ 187 ] {570c97a2-0b60-44ce-bbb0-1d06000f2297::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.003189908 sec., 20376.7632169956 rows/sec., 1.32 MiB/sec. | ||
| 3600 | 2024.11.27 18:36:43.060272 [ 196 ] {570c97a2-0b60-44ce-bbb0-1d06000f2297::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 3601 | 2024.11.27 18:36:43.060331 [ 254 ] {133aee34-b47c-4942-9c73-765d695fe6cb} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3602 | 2024.11.27 18:36:43.060760 [ 196 ] {570c97a2-0b60-44ce-bbb0-1d06000f2297::all_1_5_1} <Trace> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3603 | 2024.11.27 18:36:43.060767 [ 254 ] {133aee34-b47c-4942-9c73-765d695fe6cb} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3604 | 2024.11.27 18:36:43.060906 [ 196 ] {570c97a2-0b60-44ce-bbb0-1d06000f2297::all_1_5_1} <Trace> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 3605 | 2024.11.27 18:36:43.061086 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 3606 | 2024.11.27 18:36:43.061203 [ 254 ] {133aee34-b47c-4942-9c73-765d695fe6cb} <Debug> executeQuery: Read 407 rows, 29.68 KiB in 0.003978 sec., 102312.71995977878 rows/sec., 7.29 MiB/sec. | ||
| 3607 | 2024.11.27 18:36:43.061288 [ 254 ] {133aee34-b47c-4942-9c73-765d695fe6cb} <Debug> TCPHandler: Processed in 0.004263783 sec. | ||
| 3608 | 2024.11.27 18:36:43.061458 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3609 | 2024.11.27 18:36:43.061581 [ 253 ] {35629f99-57dd-41b2-bedb-7420becec354} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3610 | 2024.11.27 18:36:43.061634 [ 253 ] {35629f99-57dd-41b2-bedb-7420becec354} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3611 | 2024.11.27 18:36:43.062153 [ 253 ] {35629f99-57dd-41b2-bedb-7420becec354} <Trace> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3612 | 2024.11.27 18:36:43.062193 [ 253 ] {35629f99-57dd-41b2-bedb-7420becec354} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 3613 | 2024.11.27 18:36:43.062568 [ 253 ] {35629f99-57dd-41b2-bedb-7420becec354} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 3614 | 2024.11.27 18:36:43.062812 [ 253 ] {35629f99-57dd-41b2-bedb-7420becec354} <Trace> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3615 | 2024.11.27 18:36:43.063112 [ 253 ] {35629f99-57dd-41b2-bedb-7420becec354} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001523 sec., 3939.592908732764 rows/sec., 205.83 KiB/sec. | ||
| 3616 | 2024.11.27 18:36:43.063225 [ 253 ] {35629f99-57dd-41b2-bedb-7420becec354} <Debug> TCPHandler: Processed in 0.001825587 sec. | ||
| 3617 | 2024.11.27 18:36:43.063378 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3618 | 2024.11.27 18:36:43.063518 [ 254 ] {efeb931b-6db6-48a1-ba6b-61c4643628a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3619 | 2024.11.27 18:36:43.063580 [ 254 ] {efeb931b-6db6-48a1-ba6b-61c4643628a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3620 | 2024.11.27 18:36:43.064204 [ 254 ] {efeb931b-6db6-48a1-ba6b-61c4643628a7} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3621 | 2024.11.27 18:36:43.064244 [ 254 ] {efeb931b-6db6-48a1-ba6b-61c4643628a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 3622 | 2024.11.27 18:36:43.064654 [ 254 ] {efeb931b-6db6-48a1-ba6b-61c4643628a7} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3623 | 2024.11.27 18:36:43.064896 [ 254 ] {efeb931b-6db6-48a1-ba6b-61c4643628a7} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3624 | 2024.11.27 18:36:43.065114 [ 254 ] {efeb931b-6db6-48a1-ba6b-61c4643628a7} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00163 sec., 145398.773006135 rows/sec., 9.75 MiB/sec. | ||
| 3625 | 2024.11.27 18:36:43.065169 [ 254 ] {efeb931b-6db6-48a1-ba6b-61c4643628a7} <Debug> TCPHandler: Processed in 0.001861117 sec. | ||
| 3626 | 2024.11.27 18:36:43.065316 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3627 | 2024.11.27 18:36:43.065457 [ 253 ] {b0b2c23c-a671-4d2e-b188-cb9c92b367d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3628 | 2024.11.27 18:36:43.065518 [ 253 ] {b0b2c23c-a671-4d2e-b188-cb9c92b367d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3629 | 2024.11.27 18:36:43.066050 [ 253 ] {b0b2c23c-a671-4d2e-b188-cb9c92b367d6} <Trace> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3630 | 2024.11.27 18:36:43.066090 [ 253 ] {b0b2c23c-a671-4d2e-b188-cb9c92b367d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 3631 | 2024.11.27 18:36:43.066459 [ 253 ] {b0b2c23c-a671-4d2e-b188-cb9c92b367d6} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 3632 | 2024.11.27 18:36:43.066704 [ 253 ] {b0b2c23c-a671-4d2e-b188-cb9c92b367d6} <Trace> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3633 | 2024.11.27 18:36:43.066861 [ 123 ] {} <Debug> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 3634 | 2024.11.27 18:36:43.066921 [ 123 ] {} <Trace> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3635 | 2024.11.27 18:36:43.066955 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 3636 | 2024.11.27 18:36:43.066969 [ 253 ] {b0b2c23c-a671-4d2e-b188-cb9c92b367d6} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001534 sec., 651.890482398957 rows/sec., 43.93 KiB/sec. | ||
| 3637 | 2024.11.27 18:36:43.067108 [ 253 ] {b0b2c23c-a671-4d2e-b188-cb9c92b367d6} <Debug> TCPHandler: Processed in 0.001856547 sec. | ||
| 3638 | 2024.11.27 18:36:43.067143 [ 190 ] {5a65aebe-f093-4059-a447-e7898681b653::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 | ||
| 3639 | 2024.11.27 18:36:43.067279 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3640 | 2024.11.27 18:36:43.067294 [ 190 ] {5a65aebe-f093-4059-a447-e7898681b653::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3641 | 2024.11.27 18:36:43.067350 [ 190 ] {5a65aebe-f093-4059-a447-e7898681b653::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 | ||
| 3642 | 2024.11.27 18:36:43.067497 [ 254 ] {e3dec8d2-4b36-43fd-bd13-afe9777451ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3643 | 2024.11.27 18:36:43.067643 [ 190 ] {5a65aebe-f093-4059-a447-e7898681b653::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 | ||
| 3644 | 2024.11.27 18:36:43.067820 [ 254 ] {e3dec8d2-4b36-43fd-bd13-afe9777451ea} <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 | ||
| 3645 | 2024.11.27 18:36:43.068116 [ 190 ] {5a65aebe-f093-4059-a447-e7898681b653::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 | ||
| 3646 | 2024.11.27 18:36:43.068508 [ 190 ] {5a65aebe-f093-4059-a447-e7898681b653::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 | ||
| 3647 | 2024.11.27 18:36:43.068922 [ 190 ] {5a65aebe-f093-4059-a447-e7898681b653::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 | ||
| 3648 | 2024.11.27 18:36:43.072301 [ 190 ] {5a65aebe-f093-4059-a447-e7898681b653::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5 rows, containing 4 columns (4 merged, 0 gathered) in 0.005259548 sec., 950.6520332165426 rows/sec., 64.06 KiB/sec. | ||
| 3649 | 2024.11.27 18:36:43.072483 [ 190 ] {5a65aebe-f093-4059-a447-e7898681b653::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 3650 | 2024.11.27 18:36:43.073023 [ 254 ] {e3dec8d2-4b36-43fd-bd13-afe9777451ea} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3651 | 2024.11.27 18:36:43.073079 [ 254 ] {e3dec8d2-4b36-43fd-bd13-afe9777451ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 3652 | 2024.11.27 18:36:43.073132 [ 190 ] {5a65aebe-f093-4059-a447-e7898681b653::all_1_5_1} <Trace> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3653 | 2024.11.27 18:36:43.073350 [ 190 ] {5a65aebe-f093-4059-a447-e7898681b653::all_1_5_1} <Trace> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 3654 | 2024.11.27 18:36:43.073515 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 3655 | 2024.11.27 18:36:43.074114 [ 254 ] {e3dec8d2-4b36-43fd-bd13-afe9777451ea} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3656 | 2024.11.27 18:36:43.074382 [ 254 ] {e3dec8d2-4b36-43fd-bd13-afe9777451ea} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3657 | 2024.11.27 18:36:43.074623 [ 254 ] {e3dec8d2-4b36-43fd-bd13-afe9777451ea} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.0072 sec., 3472.222222222222 rows/sec., 6.22 MiB/sec. | ||
| 3658 | 2024.11.27 18:36:43.074746 [ 254 ] {e3dec8d2-4b36-43fd-bd13-afe9777451ea} <Debug> TCPHandler: Processed in 0.007550412 sec. | ||
| 3659 | 2024.11.27 18:36:43.074900 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3660 | 2024.11.27 18:36:43.075040 [ 253 ] {de9bff6a-3a4c-4043-9ec3-223bd796a151} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3661 | 2024.11.27 18:36:43.075102 [ 253 ] {de9bff6a-3a4c-4043-9ec3-223bd796a151} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3662 | 2024.11.27 18:36:43.075691 [ 253 ] {de9bff6a-3a4c-4043-9ec3-223bd796a151} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3663 | 2024.11.27 18:36:43.075739 [ 253 ] {de9bff6a-3a4c-4043-9ec3-223bd796a151} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 3664 | 2024.11.27 18:36:43.076141 [ 253 ] {de9bff6a-3a4c-4043-9ec3-223bd796a151} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3665 | 2024.11.27 18:36:43.076390 [ 253 ] {de9bff6a-3a4c-4043-9ec3-223bd796a151} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3666 | 2024.11.27 18:36:43.076672 [ 253 ] {de9bff6a-3a4c-4043-9ec3-223bd796a151} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001662 sec., 49338.146811071 rows/sec., 3.13 MiB/sec. | ||
| 3667 | 2024.11.27 18:36:43.076867 [ 253 ] {de9bff6a-3a4c-4043-9ec3-223bd796a151} <Debug> TCPHandler: Processed in 0.00202966 sec. | ||
| 3668 | 2024.11.27 18:36:47.438558 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 518 | ||
| 3669 | 2024.11.27 18:36:47.442077 [ 242 ] {} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3670 | 2024.11.27 18:36:47.442138 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 3671 | 2024.11.27 18:36:47.443677 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3672 | 2024.11.27 18:36:47.443995 [ 242 ] {} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3673 | 2024.11.27 18:36:47.445005 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 518 | ||
| 3674 | 2024.11.27 18:36:48.066458 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3675 | 2024.11.27 18:36:48.066655 [ 253 ] {02995856-fc93-40e2-a92e-c314f8d68099} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 3676 | 2024.11.27 18:36:48.066729 [ 253 ] {02995856-fc93-40e2-a92e-c314f8d68099} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3677 | 2024.11.27 18:36:48.067509 [ 253 ] {02995856-fc93-40e2-a92e-c314f8d68099} <Trace> oximeter.fields_ipaddr (53955b2a-eb56-41e3-a1fe-af6ea47fe91e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3678 | 2024.11.27 18:36:48.067553 [ 253 ] {02995856-fc93-40e2-a92e-c314f8d68099} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 3679 | 2024.11.27 18:36:48.067997 [ 253 ] {02995856-fc93-40e2-a92e-c314f8d68099} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 3680 | 2024.11.27 18:36:48.068253 [ 253 ] {02995856-fc93-40e2-a92e-c314f8d68099} <Trace> oximeter.fields_ipaddr (53955b2a-eb56-41e3-a1fe-af6ea47fe91e): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3681 | 2024.11.27 18:36:48.068478 [ 253 ] {02995856-fc93-40e2-a92e-c314f8d68099} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.001867 sec., 4284.949116229245 rows/sec., 349.41 KiB/sec. | ||
| 3682 | 2024.11.27 18:36:48.068609 [ 253 ] {02995856-fc93-40e2-a92e-c314f8d68099} <Debug> TCPHandler: Processed in 0.002280754 sec. | ||
| 3683 | 2024.11.27 18:36:48.068886 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3684 | 2024.11.27 18:36:48.069102 [ 254 ] {cb23ff17-7ee8-4e68-b42d-747a84ed3a1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3685 | 2024.11.27 18:36:48.069185 [ 254 ] {cb23ff17-7ee8-4e68-b42d-747a84ed3a1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3686 | 2024.11.27 18:36:48.070465 [ 254 ] {cb23ff17-7ee8-4e68-b42d-747a84ed3a1b} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3687 | 2024.11.27 18:36:48.070513 [ 254 ] {cb23ff17-7ee8-4e68-b42d-747a84ed3a1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 3688 | 2024.11.27 18:36:48.071020 [ 254 ] {cb23ff17-7ee8-4e68-b42d-747a84ed3a1b} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3689 | 2024.11.27 18:36:48.071272 [ 254 ] {cb23ff17-7ee8-4e68-b42d-747a84ed3a1b} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3690 | 2024.11.27 18:36:48.071458 [ 115 ] {} <Debug> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3691 | 2024.11.27 18:36:48.071542 [ 254 ] {cb23ff17-7ee8-4e68-b42d-747a84ed3a1b} <Debug> executeQuery: Read 1232 rows, 103.81 KiB in 0.002492 sec., 494382.02247191017 rows/sec., 40.68 MiB/sec. | ||
| 3692 | 2024.11.27 18:36:48.071545 [ 115 ] {} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3693 | 2024.11.27 18:36:48.071620 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 3694 | 2024.11.27 18:36:48.071681 [ 254 ] {cb23ff17-7ee8-4e68-b42d-747a84ed3a1b} <Debug> TCPHandler: Processed in 0.002925784 sec. | ||
| 3695 | 2024.11.27 18:36:48.071928 [ 197 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::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 | ||
| 3696 | 2024.11.27 18:36:48.071943 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3697 | 2024.11.27 18:36:48.072243 [ 197 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3698 | 2024.11.27 18:36:48.072251 [ 253 ] {0360260b-9a6e-4e5e-9eda-ef4b004e9f32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3699 | 2024.11.27 18:36:48.072306 [ 197 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1432 rows starting from the beginning of the part | ||
| 3700 | 2024.11.27 18:36:48.072373 [ 253 ] {0360260b-9a6e-4e5e-9eda-ef4b004e9f32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3701 | 2024.11.27 18:36:48.072602 [ 197 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 88 rows starting from the beginning of the part | ||
| 3702 | 2024.11.27 18:36:48.072983 [ 197 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 253 rows starting from the beginning of the part | ||
| 3703 | 2024.11.27 18:36:48.073265 [ 197 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 88 rows starting from the beginning of the part | ||
| 3704 | 2024.11.27 18:36:48.073625 [ 197 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 253 rows starting from the beginning of the part | ||
| 3705 | 2024.11.27 18:36:48.073939 [ 197 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 1232 rows starting from the beginning of the part | ||
| 3706 | 2024.11.27 18:36:48.075377 [ 253 ] {0360260b-9a6e-4e5e-9eda-ef4b004e9f32} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3707 | 2024.11.27 18:36:48.075450 [ 253 ] {0360260b-9a6e-4e5e-9eda-ef4b004e9f32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 3708 | 2024.11.27 18:36:48.076543 [ 253 ] {0360260b-9a6e-4e5e-9eda-ef4b004e9f32} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3709 | 2024.11.27 18:36:48.076901 [ 253 ] {0360260b-9a6e-4e5e-9eda-ef4b004e9f32} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3710 | 2024.11.27 18:36:48.077191 [ 253 ] {0360260b-9a6e-4e5e-9eda-ef4b004e9f32} <Debug> executeQuery: Read 24 rows, 1.76 KiB in 0.005038 sec., 4763.795156808257 rows/sec., 349.69 KiB/sec. | ||
| 3711 | 2024.11.27 18:36:48.077391 [ 253 ] {0360260b-9a6e-4e5e-9eda-ef4b004e9f32} <Debug> TCPHandler: Processed in 0.005575633 sec. | ||
| 3712 | 2024.11.27 18:36:48.077723 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3713 | 2024.11.27 18:36:48.077793 [ 192 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3346 rows, containing 5 columns (5 merged, 0 gathered) in 0.00606393 sec., 551787.3722157083 rows/sec., 48.24 MiB/sec. | ||
| 3714 | 2024.11.27 18:36:48.077905 [ 254 ] {8615e3a9-52ca-448d-8698-2cb45508713a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3715 | 2024.11.27 18:36:48.077971 [ 254 ] {8615e3a9-52ca-448d-8698-2cb45508713a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3716 | 2024.11.27 18:36:48.078128 [ 192 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3717 | 2024.11.27 18:36:48.078715 [ 192 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_26_5} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3718 | 2024.11.27 18:36:48.078929 [ 192 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_26_5} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3719 | 2024.11.27 18:36:48.079106 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. | ||
| 3720 | 2024.11.27 18:36:48.079268 [ 254 ] {8615e3a9-52ca-448d-8698-2cb45508713a} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3721 | 2024.11.27 18:36:48.079313 [ 254 ] {8615e3a9-52ca-448d-8698-2cb45508713a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 3722 | 2024.11.27 18:36:48.079684 [ 254 ] {8615e3a9-52ca-448d-8698-2cb45508713a} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3723 | 2024.11.27 18:36:48.079935 [ 254 ] {8615e3a9-52ca-448d-8698-2cb45508713a} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3724 | 2024.11.27 18:36:48.080166 [ 254 ] {8615e3a9-52ca-448d-8698-2cb45508713a} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.002304 sec., 98958.33333333333 rows/sec., 6.70 MiB/sec. | ||
| 3725 | 2024.11.27 18:36:48.080269 [ 254 ] {8615e3a9-52ca-448d-8698-2cb45508713a} <Debug> TCPHandler: Processed in 0.002727931 sec. | ||
| 3726 | 2024.11.27 18:36:48.080437 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3727 | 2024.11.27 18:36:48.080579 [ 253 ] {e6b63845-2b2c-4ae4-9cf3-ae8eff0105c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3728 | 2024.11.27 18:36:48.080639 [ 253 ] {e6b63845-2b2c-4ae4-9cf3-ae8eff0105c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3729 | 2024.11.27 18:36:48.081523 [ 253 ] {e6b63845-2b2c-4ae4-9cf3-ae8eff0105c8} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3730 | 2024.11.27 18:36:48.081564 [ 253 ] {e6b63845-2b2c-4ae4-9cf3-ae8eff0105c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 3731 | 2024.11.27 18:36:48.081967 [ 253 ] {e6b63845-2b2c-4ae4-9cf3-ae8eff0105c8} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3732 | 2024.11.27 18:36:48.082213 [ 253 ] {e6b63845-2b2c-4ae4-9cf3-ae8eff0105c8} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3733 | 2024.11.27 18:36:48.082392 [ 115 ] {} <Debug> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3734 | 2024.11.27 18:36:48.082456 [ 253 ] {e6b63845-2b2c-4ae4-9cf3-ae8eff0105c8} <Debug> executeQuery: Read 544 rows, 41.34 KiB in 0.001905 sec., 285564.3044619422 rows/sec., 21.19 MiB/sec. | ||
| 3735 | 2024.11.27 18:36:48.082469 [ 115 ] {} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3736 | 2024.11.27 18:36:48.082573 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 3737 | 2024.11.27 18:36:48.082587 [ 253 ] {e6b63845-2b2c-4ae4-9cf3-ae8eff0105c8} <Debug> TCPHandler: Processed in 0.002212212 sec. | ||
| 3738 | 2024.11.27 18:36:48.082883 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3739 | 2024.11.27 18:36:48.082932 [ 186 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::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 | ||
| 3740 | 2024.11.27 18:36:48.083255 [ 254 ] {8267c21a-2ed3-4d96-8b57-fac514903718} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3741 | 2024.11.27 18:36:48.083446 [ 254 ] {8267c21a-2ed3-4d96-8b57-fac514903718} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3742 | 2024.11.27 18:36:48.083667 [ 186 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3743 | 2024.11.27 18:36:48.083768 [ 186 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 909 rows starting from the beginning of the part | ||
| 3744 | 2024.11.27 18:36:48.084209 [ 186 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 80 rows starting from the beginning of the part | ||
| 3745 | 2024.11.27 18:36:48.084589 [ 186 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 407 rows starting from the beginning of the part | ||
| 3746 | 2024.11.27 18:36:48.084826 [ 186 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 80 rows starting from the beginning of the part | ||
| 3747 | 2024.11.27 18:36:48.085163 [ 186 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 407 rows starting from the beginning of the part | ||
| 3748 | 2024.11.27 18:36:48.085521 [ 186 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 544 rows starting from the beginning of the part | ||
| 3749 | 2024.11.27 18:36:48.086370 [ 254 ] {8267c21a-2ed3-4d96-8b57-fac514903718} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3750 | 2024.11.27 18:36:48.086430 [ 254 ] {8267c21a-2ed3-4d96-8b57-fac514903718} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 3751 | 2024.11.27 18:36:48.087526 [ 254 ] {8267c21a-2ed3-4d96-8b57-fac514903718} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3752 | 2024.11.27 18:36:48.087954 [ 254 ] {8267c21a-2ed3-4d96-8b57-fac514903718} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3753 | 2024.11.27 18:36:48.088284 [ 115 ] {} <Debug> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3754 | 2024.11.27 18:36:48.088361 [ 254 ] {8267c21a-2ed3-4d96-8b57-fac514903718} <Debug> executeQuery: Read 884 rows, 60.91 KiB in 0.005225 sec., 169186.6028708134 rows/sec., 11.38 MiB/sec. | ||
| 3755 | 2024.11.27 18:36:48.088411 [ 115 ] {} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3756 | 2024.11.27 18:36:48.088756 [ 254 ] {8267c21a-2ed3-4d96-8b57-fac514903718} <Debug> TCPHandler: Processed in 0.00604932 sec. | ||
| 3757 | 2024.11.27 18:36:48.088974 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 3758 | 2024.11.27 18:36:48.089113 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3759 | 2024.11.27 18:36:48.089158 [ 186 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2427 rows, containing 5 columns (5 merged, 0 gathered) in 0.006451396 sec., 376197.64776491787 rows/sec., 28.86 MiB/sec. | ||
| 3760 | 2024.11.27 18:36:48.089496 [ 186 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3761 | 2024.11.27 18:36:48.089503 [ 200 ] {67d43675-535f-43d0-af84-f38bbc85c22c::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 | ||
| 3762 | 2024.11.27 18:36:48.089503 [ 253 ] {5a73a829-50fc-45d8-b6b0-ff55287c1a89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3763 | 2024.11.27 18:36:48.089856 [ 253 ] {5a73a829-50fc-45d8-b6b0-ff55287c1a89} <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 | ||
| 3764 | 2024.11.27 18:36:48.090249 [ 200 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3765 | 2024.11.27 18:36:48.090303 [ 186 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_26_5} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3766 | 2024.11.27 18:36:48.090438 [ 200 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 6330 rows starting from the beginning of the part | ||
| 3767 | 2024.11.27 18:36:48.090662 [ 186 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_26_5} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3768 | 2024.11.27 18:36:48.091015 [ 200 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 160 rows starting from the beginning of the part | ||
| 3769 | 2024.11.27 18:36:48.091099 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. | ||
| 3770 | 2024.11.27 18:36:48.091545 [ 200 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 237 rows starting from the beginning of the part | ||
| 3771 | 2024.11.27 18:36:48.091968 [ 200 ] {67d43675-535f-43d0-af84-f38bbc85c22c::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 | ||
| 3772 | 2024.11.27 18:36:48.092489 [ 200 ] {67d43675-535f-43d0-af84-f38bbc85c22c::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 | ||
| 3773 | 2024.11.27 18:36:48.092906 [ 200 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 884 rows starting from the beginning of the part | ||
| 3774 | 2024.11.27 18:36:48.095329 [ 253 ] {5a73a829-50fc-45d8-b6b0-ff55287c1a89} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3775 | 2024.11.27 18:36:48.095416 [ 253 ] {5a73a829-50fc-45d8-b6b0-ff55287c1a89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 3776 | 2024.11.27 18:36:48.096938 [ 253 ] {5a73a829-50fc-45d8-b6b0-ff55287c1a89} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3777 | 2024.11.27 18:36:48.097405 [ 253 ] {5a73a829-50fc-45d8-b6b0-ff55287c1a89} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3778 | 2024.11.27 18:36:48.097927 [ 253 ] {5a73a829-50fc-45d8-b6b0-ff55287c1a89} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.008544 sec., 1872.6591760299627 rows/sec., 3.36 MiB/sec. | ||
| 3779 | 2024.11.27 18:36:48.098694 [ 200 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8008 rows, containing 5 columns (5 merged, 0 gathered) in 0.009496471 sec., 843260.6175494035 rows/sec., 57.26 MiB/sec. | ||
| 3780 | 2024.11.27 18:36:48.098740 [ 253 ] {5a73a829-50fc-45d8-b6b0-ff55287c1a89} <Debug> TCPHandler: Processed in 0.009828716 sec. | ||
| 3781 | 2024.11.27 18:36:48.098922 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3782 | 2024.11.27 18:36:48.099071 [ 254 ] {5d934157-03dc-4670-a3f6-e737e76ffe6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3783 | 2024.11.27 18:36:48.099154 [ 254 ] {5d934157-03dc-4670-a3f6-e737e76ffe6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3784 | 2024.11.27 18:36:48.099180 [ 200 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3785 | 2024.11.27 18:36:48.099816 [ 200 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3786 | 2024.11.27 18:36:48.100035 [ 200 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3787 | 2024.11.27 18:36:48.100186 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.51 MiB. | ||
| 3788 | 2024.11.27 18:36:48.100325 [ 254 ] {5d934157-03dc-4670-a3f6-e737e76ffe6b} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3789 | 2024.11.27 18:36:48.100368 [ 254 ] {5d934157-03dc-4670-a3f6-e737e76ffe6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 3790 | 2024.11.27 18:36:48.100738 [ 254 ] {5d934157-03dc-4670-a3f6-e737e76ffe6b} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3791 | 2024.11.27 18:36:48.100972 [ 254 ] {5d934157-03dc-4670-a3f6-e737e76ffe6b} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3792 | 2024.11.27 18:36:48.101136 [ 115 ] {} <Debug> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3793 | 2024.11.27 18:36:48.101203 [ 115 ] {} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3794 | 2024.11.27 18:36:48.101215 [ 254 ] {5d934157-03dc-4670-a3f6-e737e76ffe6b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002168 sec., 27675.27675276753 rows/sec., 1.87 MiB/sec. | ||
| 3795 | 2024.11.27 18:36:48.101241 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 3796 | 2024.11.27 18:36:48.101377 [ 254 ] {5d934157-03dc-4670-a3f6-e737e76ffe6b} <Debug> TCPHandler: Processed in 0.002521628 sec. | ||
| 3797 | 2024.11.27 18:36:48.101483 [ 198 ] {c59724f6-f374-41a1-8302-611230e47527::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 | ||
| 3798 | 2024.11.27 18:36:48.101611 [ 198 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3799 | 2024.11.27 18:36:48.101640 [ 198 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1206 rows starting from the beginning of the part | ||
| 3800 | 2024.11.27 18:36:48.101713 [ 198 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 60 rows starting from the beginning of the part | ||
| 3801 | 2024.11.27 18:36:48.101947 [ 198 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 82 rows starting from the beginning of the part | ||
| 3802 | 2024.11.27 18:36:48.102147 [ 198 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 60 rows starting from the beginning of the part | ||
| 3803 | 2024.11.27 18:36:48.102297 [ 198 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 82 rows starting from the beginning of the part | ||
| 3804 | 2024.11.27 18:36:48.102486 [ 198 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 60 rows starting from the beginning of the part | ||
| 3805 | 2024.11.27 18:36:48.103824 [ 194 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1550 rows, containing 4 columns (4 merged, 0 gathered) in 0.002451446 sec., 632279.8870544161 rows/sec., 41.93 MiB/sec. | ||
| 3806 | 2024.11.27 18:36:48.104043 [ 191 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3807 | 2024.11.27 18:36:48.104403 [ 191 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_26_5} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3808 | 2024.11.27 18:36:48.104495 [ 191 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_26_5} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3809 | 2024.11.27 18:36:48.104596 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 3810 | 2024.11.27 18:36:49.912483 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 8723 | ||
| 3811 | 2024.11.27 18:36:49.913130 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3812 | 2024.11.27 18:36:49.913183 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 3813 | 2024.11.27 18:36:49.913703 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3814 | 2024.11.27 18:36:49.913965 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3815 | 2024.11.27 18:36:49.914167 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8723 | ||
| 3816 | 2024.11.27 18:36:50.496600 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144 | ||
| 3817 | 2024.11.27 18:36:50.517757 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3818 | 2024.11.27 18:36:50.517809 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 3819 | 2024.11.27 18:36:50.525299 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3820 | 2024.11.27 18:36:50.526049 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3821 | 2024.11.27 18:36:50.528664 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 144 | ||
| 3822 | 2024.11.27 18:36:53.042094 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3823 | 2024.11.27 18:36:53.042380 [ 253 ] {fb9652e1-7bb0-4244-974f-063e31fda3d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3824 | 2024.11.27 18:36:53.042499 [ 253 ] {fb9652e1-7bb0-4244-974f-063e31fda3d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3825 | 2024.11.27 18:36:53.043543 [ 253 ] {fb9652e1-7bb0-4244-974f-063e31fda3d4} <Trace> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3826 | 2024.11.27 18:36:53.043596 [ 253 ] {fb9652e1-7bb0-4244-974f-063e31fda3d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 3827 | 2024.11.27 18:36:53.044047 [ 253 ] {fb9652e1-7bb0-4244-974f-063e31fda3d4} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 3828 | 2024.11.27 18:36:53.044301 [ 253 ] {fb9652e1-7bb0-4244-974f-063e31fda3d4} <Trace> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3829 | 2024.11.27 18:36:53.044587 [ 253 ] {fb9652e1-7bb0-4244-974f-063e31fda3d4} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002284 sec., 6129.5971978984235 rows/sec., 441.25 KiB/sec. | ||
| 3830 | 2024.11.27 18:36:53.044802 [ 253 ] {fb9652e1-7bb0-4244-974f-063e31fda3d4} <Debug> TCPHandler: Processed in 0.002849232 sec. | ||
| 3831 | 2024.11.27 18:36:53.045050 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3832 | 2024.11.27 18:36:53.045256 [ 254 ] {252ce80f-c379-47aa-9335-bac41e9af839} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3833 | 2024.11.27 18:36:53.045334 [ 254 ] {252ce80f-c379-47aa-9335-bac41e9af839} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3834 | 2024.11.27 18:36:53.046314 [ 254 ] {252ce80f-c379-47aa-9335-bac41e9af839} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3835 | 2024.11.27 18:36:53.046362 [ 254 ] {252ce80f-c379-47aa-9335-bac41e9af839} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 3836 | 2024.11.27 18:36:53.046811 [ 254 ] {252ce80f-c379-47aa-9335-bac41e9af839} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 3837 | 2024.11.27 18:36:53.047081 [ 254 ] {252ce80f-c379-47aa-9335-bac41e9af839} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3838 | 2024.11.27 18:36:53.047352 [ 254 ] {252ce80f-c379-47aa-9335-bac41e9af839} <Debug> executeQuery: Read 253 rows, 22.72 KiB in 0.002153 sec., 117510.4505341384 rows/sec., 10.31 MiB/sec. | ||
| 3839 | 2024.11.27 18:36:53.047586 [ 254 ] {252ce80f-c379-47aa-9335-bac41e9af839} <Debug> TCPHandler: Processed in 0.002663779 sec. | ||
| 3840 | 2024.11.27 18:36:53.047793 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3841 | 2024.11.27 18:36:53.047941 [ 253 ] {58e17bfb-f780-4b17-8740-5c9cf914f789} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3842 | 2024.11.27 18:36:53.048003 [ 253 ] {58e17bfb-f780-4b17-8740-5c9cf914f789} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3843 | 2024.11.27 18:36:53.048642 [ 253 ] {58e17bfb-f780-4b17-8740-5c9cf914f789} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3844 | 2024.11.27 18:36:53.048685 [ 253 ] {58e17bfb-f780-4b17-8740-5c9cf914f789} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 3845 | 2024.11.27 18:36:53.049062 [ 253 ] {58e17bfb-f780-4b17-8740-5c9cf914f789} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3846 | 2024.11.27 18:36:53.049305 [ 253 ] {58e17bfb-f780-4b17-8740-5c9cf914f789} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3847 | 2024.11.27 18:36:53.049525 [ 253 ] {58e17bfb-f780-4b17-8740-5c9cf914f789} <Debug> executeQuery: Read 32 rows, 2.34 KiB in 0.001621 sec., 19740.90067859346 rows/sec., 1.41 MiB/sec. | ||
| 3848 | 2024.11.27 18:36:53.049580 [ 253 ] {58e17bfb-f780-4b17-8740-5c9cf914f789} <Debug> TCPHandler: Processed in 0.001854237 sec. | ||
| 3849 | 2024.11.27 18:36:53.049734 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3850 | 2024.11.27 18:36:53.049881 [ 254 ] {666163be-f513-4fd6-9f8e-4da4980d1be6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3851 | 2024.11.27 18:36:53.049941 [ 254 ] {666163be-f513-4fd6-9f8e-4da4980d1be6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3852 | 2024.11.27 18:36:53.050575 [ 254 ] {666163be-f513-4fd6-9f8e-4da4980d1be6} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3853 | 2024.11.27 18:36:53.050617 [ 254 ] {666163be-f513-4fd6-9f8e-4da4980d1be6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 3854 | 2024.11.27 18:36:53.050976 [ 254 ] {666163be-f513-4fd6-9f8e-4da4980d1be6} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3855 | 2024.11.27 18:36:53.051211 [ 254 ] {666163be-f513-4fd6-9f8e-4da4980d1be6} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3856 | 2024.11.27 18:36:53.051486 [ 254 ] {666163be-f513-4fd6-9f8e-4da4980d1be6} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001637 sec., 8552.22968845449 rows/sec., 598.94 KiB/sec. | ||
| 3857 | 2024.11.27 18:36:53.051714 [ 254 ] {666163be-f513-4fd6-9f8e-4da4980d1be6} <Debug> TCPHandler: Processed in 0.002042791 sec. | ||
| 3858 | 2024.11.27 18:36:53.051891 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3859 | 2024.11.27 18:36:53.052033 [ 253 ] {e67d4de5-a189-4f9a-bb67-9355ba2232fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3860 | 2024.11.27 18:36:53.052093 [ 253 ] {e67d4de5-a189-4f9a-bb67-9355ba2232fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3861 | 2024.11.27 18:36:53.052696 [ 253 ] {e67d4de5-a189-4f9a-bb67-9355ba2232fb} <Trace> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3862 | 2024.11.27 18:36:53.052738 [ 253 ] {e67d4de5-a189-4f9a-bb67-9355ba2232fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 3863 | 2024.11.27 18:36:53.053103 [ 253 ] {e67d4de5-a189-4f9a-bb67-9355ba2232fb} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 3864 | 2024.11.27 18:36:53.053332 [ 253 ] {e67d4de5-a189-4f9a-bb67-9355ba2232fb} <Trace> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3865 | 2024.11.27 18:36:53.053524 [ 253 ] {e67d4de5-a189-4f9a-bb67-9355ba2232fb} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001557 sec., 8349.389852280026 rows/sec., 520.58 KiB/sec. | ||
| 3866 | 2024.11.27 18:36:53.053574 [ 253 ] {e67d4de5-a189-4f9a-bb67-9355ba2232fb} <Debug> TCPHandler: Processed in 0.001797677 sec. | ||
| 3867 | 2024.11.27 18:36:53.053704 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3868 | 2024.11.27 18:36:53.053814 [ 254 ] {f023771c-bc0b-4b5b-bc07-f7ed4c82dec2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3869 | 2024.11.27 18:36:53.053860 [ 254 ] {f023771c-bc0b-4b5b-bc07-f7ed4c82dec2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3870 | 2024.11.27 18:36:53.054670 [ 254 ] {f023771c-bc0b-4b5b-bc07-f7ed4c82dec2} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3871 | 2024.11.27 18:36:53.054711 [ 254 ] {f023771c-bc0b-4b5b-bc07-f7ed4c82dec2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 3872 | 2024.11.27 18:36:53.055102 [ 254 ] {f023771c-bc0b-4b5b-bc07-f7ed4c82dec2} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 3873 | 2024.11.27 18:36:53.055335 [ 254 ] {f023771c-bc0b-4b5b-bc07-f7ed4c82dec2} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3874 | 2024.11.27 18:36:53.055568 [ 254 ] {f023771c-bc0b-4b5b-bc07-f7ed4c82dec2} <Debug> executeQuery: Read 407 rows, 29.68 KiB in 0.001727 sec., 235668.7898089172 rows/sec., 16.79 MiB/sec. | ||
| 3875 | 2024.11.27 18:36:53.055625 [ 254 ] {f023771c-bc0b-4b5b-bc07-f7ed4c82dec2} <Debug> TCPHandler: Processed in 0.001930939 sec. | ||
| 3876 | 2024.11.27 18:36:53.055785 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3877 | 2024.11.27 18:36:53.055924 [ 253 ] {22725865-d5cb-497a-92c5-9ab541ed2279} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3878 | 2024.11.27 18:36:53.055984 [ 253 ] {22725865-d5cb-497a-92c5-9ab541ed2279} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3879 | 2024.11.27 18:36:53.056499 [ 253 ] {22725865-d5cb-497a-92c5-9ab541ed2279} <Trace> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3880 | 2024.11.27 18:36:53.056540 [ 253 ] {22725865-d5cb-497a-92c5-9ab541ed2279} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 3881 | 2024.11.27 18:36:53.057013 [ 253 ] {22725865-d5cb-497a-92c5-9ab541ed2279} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 3882 | 2024.11.27 18:36:53.057256 [ 253 ] {22725865-d5cb-497a-92c5-9ab541ed2279} <Trace> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3): 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.27 18:36:53.057416 [ 107 ] {} <Debug> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 3884 | 2024.11.27 18:36:53.057496 [ 253 ] {22725865-d5cb-497a-92c5-9ab541ed2279} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001598 sec., 3754.6933667083854 rows/sec., 196.17 KiB/sec. | ||
| 3885 | 2024.11.27 18:36:53.057503 [ 107 ] {} <Trace> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3886 | 2024.11.27 18:36:53.057580 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 3887 | 2024.11.27 18:36:53.057617 [ 253 ] {22725865-d5cb-497a-92c5-9ab541ed2279} <Debug> TCPHandler: Processed in 0.001894828 sec. | ||
| 3888 | 2024.11.27 18:36:53.057822 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3889 | 2024.11.27 18:36:53.057847 [ 189 ] {4a23b31e-2fab-45ac-a10f-cd78611343e3::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 | ||
| 3890 | 2024.11.27 18:36:53.058068 [ 254 ] {b56897c0-dffb-4117-ba9c-d5c33eccf1d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3891 | 2024.11.27 18:36:53.058190 [ 189 ] {4a23b31e-2fab-45ac-a10f-cd78611343e3::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3892 | 2024.11.27 18:36:53.058203 [ 254 ] {b56897c0-dffb-4117-ba9c-d5c33eccf1d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3893 | 2024.11.27 18:36:53.058273 [ 189 ] {4a23b31e-2fab-45ac-a10f-cd78611343e3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 6 rows starting from the beginning of the part | ||
| 3894 | 2024.11.27 18:36:53.058715 [ 189 ] {4a23b31e-2fab-45ac-a10f-cd78611343e3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 6 rows starting from the beginning of the part | ||
| 3895 | 2024.11.27 18:36:53.059100 [ 189 ] {4a23b31e-2fab-45ac-a10f-cd78611343e3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 6 rows starting from the beginning of the part | ||
| 3896 | 2024.11.27 18:36:53.059362 [ 189 ] {4a23b31e-2fab-45ac-a10f-cd78611343e3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 6 rows starting from the beginning of the part | ||
| 3897 | 2024.11.27 18:36:53.059643 [ 189 ] {4a23b31e-2fab-45ac-a10f-cd78611343e3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 6 rows starting from the beginning of the part | ||
| 3898 | 2024.11.27 18:36:53.059988 [ 189 ] {4a23b31e-2fab-45ac-a10f-cd78611343e3::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 6 rows starting from the beginning of the part | ||
| 3899 | 2024.11.27 18:36:53.060680 [ 254 ] {b56897c0-dffb-4117-ba9c-d5c33eccf1d4} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3900 | 2024.11.27 18:36:53.060758 [ 254 ] {b56897c0-dffb-4117-ba9c-d5c33eccf1d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 3901 | 2024.11.27 18:36:53.061838 [ 254 ] {b56897c0-dffb-4117-ba9c-d5c33eccf1d4} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 3902 | 2024.11.27 18:36:53.062520 [ 254 ] {b56897c0-dffb-4117-ba9c-d5c33eccf1d4} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3903 | 2024.11.27 18:36:53.062688 [ 194 ] {4a23b31e-2fab-45ac-a10f-cd78611343e3::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.004995284 sec., 7206.797451356119 rows/sec., 376.53 KiB/sec. | ||
| 3904 | 2024.11.27 18:36:53.063024 [ 194 ] {4a23b31e-2fab-45ac-a10f-cd78611343e3::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 3905 | 2024.11.27 18:36:53.063053 [ 254 ] {b56897c0-dffb-4117-ba9c-d5c33eccf1d4} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005041 sec., 47014.481253719496 rows/sec., 3.15 MiB/sec. | ||
| 3906 | 2024.11.27 18:36:53.063360 [ 254 ] {b56897c0-dffb-4117-ba9c-d5c33eccf1d4} <Debug> TCPHandler: Processed in 0.005651094 sec. | ||
| 3907 | 2024.11.27 18:36:53.063695 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3908 | 2024.11.27 18:36:53.063948 [ 253 ] {54420df4-6e4a-432e-8ffc-9f7511fd4ebb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3909 | 2024.11.27 18:36:53.064009 [ 194 ] {4a23b31e-2fab-45ac-a10f-cd78611343e3::all_1_6_1} <Trace> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3910 | 2024.11.27 18:36:53.064026 [ 253 ] {54420df4-6e4a-432e-8ffc-9f7511fd4ebb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3911 | 2024.11.27 18:36:53.064136 [ 194 ] {4a23b31e-2fab-45ac-a10f-cd78611343e3::all_1_6_1} <Trace> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 3912 | 2024.11.27 18:36:53.064259 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 3913 | 2024.11.27 18:36:53.064619 [ 253 ] {54420df4-6e4a-432e-8ffc-9f7511fd4ebb} <Trace> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3914 | 2024.11.27 18:36:53.064657 [ 253 ] {54420df4-6e4a-432e-8ffc-9f7511fd4ebb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 3915 | 2024.11.27 18:36:53.065013 [ 253 ] {54420df4-6e4a-432e-8ffc-9f7511fd4ebb} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 3916 | 2024.11.27 18:36:53.065246 [ 253 ] {54420df4-6e4a-432e-8ffc-9f7511fd4ebb} <Trace> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3917 | 2024.11.27 18:36:53.065454 [ 253 ] {54420df4-6e4a-432e-8ffc-9f7511fd4ebb} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001547 sec., 646.4124111182934 rows/sec., 43.56 KiB/sec. | ||
| 3918 | 2024.11.27 18:36:53.065507 [ 253 ] {54420df4-6e4a-432e-8ffc-9f7511fd4ebb} <Debug> TCPHandler: Processed in 0.00201487 sec. | ||
| 3919 | 2024.11.27 18:36:53.065667 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3920 | 2024.11.27 18:36:53.065814 [ 254 ] {2439ff81-c64f-40a3-af3a-5b73bd21b044} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3921 | 2024.11.27 18:36:53.065908 [ 254 ] {2439ff81-c64f-40a3-af3a-5b73bd21b044} <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 | ||
| 3922 | 2024.11.27 18:36:53.067098 [ 254 ] {2439ff81-c64f-40a3-af3a-5b73bd21b044} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3923 | 2024.11.27 18:36:53.067138 [ 254 ] {2439ff81-c64f-40a3-af3a-5b73bd21b044} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 3924 | 2024.11.27 18:36:53.067804 [ 254 ] {2439ff81-c64f-40a3-af3a-5b73bd21b044} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3925 | 2024.11.27 18:36:53.068068 [ 254 ] {2439ff81-c64f-40a3-af3a-5b73bd21b044} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3926 | 2024.11.27 18:36:53.068303 [ 254 ] {2439ff81-c64f-40a3-af3a-5b73bd21b044} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.00252 sec., 9920.63492063492 rows/sec., 17.78 MiB/sec. | ||
| 3927 | 2024.11.27 18:36:53.068397 [ 254 ] {2439ff81-c64f-40a3-af3a-5b73bd21b044} <Debug> TCPHandler: Processed in 0.002801602 sec. | ||
| 3928 | 2024.11.27 18:36:53.068557 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3929 | 2024.11.27 18:36:53.068699 [ 253 ] {c1f78844-cd8d-4f0b-8810-b2bfa692baff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3930 | 2024.11.27 18:36:53.068759 [ 253 ] {c1f78844-cd8d-4f0b-8810-b2bfa692baff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3931 | 2024.11.27 18:36:53.069311 [ 253 ] {c1f78844-cd8d-4f0b-8810-b2bfa692baff} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3932 | 2024.11.27 18:36:53.069350 [ 253 ] {c1f78844-cd8d-4f0b-8810-b2bfa692baff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 3933 | 2024.11.27 18:36:53.069722 [ 253 ] {c1f78844-cd8d-4f0b-8810-b2bfa692baff} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 3934 | 2024.11.27 18:36:53.069966 [ 253 ] {c1f78844-cd8d-4f0b-8810-b2bfa692baff} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3935 | 2024.11.27 18:36:53.070174 [ 253 ] {c1f78844-cd8d-4f0b-8810-b2bfa692baff} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001507 sec., 54412.7405441274 rows/sec., 3.46 MiB/sec. | ||
| 3936 | 2024.11.27 18:36:53.070228 [ 253 ] {c1f78844-cd8d-4f0b-8810-b2bfa692baff} <Debug> TCPHandler: Processed in 0.001740606 sec. | ||
| 3937 | 2024.11.27 18:36:57.314944 [ 55 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3938 | 2024.11.27 18:36:57.315046 [ 55 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3939 | 2024.11.27 18:36:57.414295 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 9211 | ||
| 3940 | 2024.11.27 18:36:57.414947 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3941 | 2024.11.27 18:36:57.414999 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 3942 | 2024.11.27 18:36:57.415543 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3943 | 2024.11.27 18:36:57.415798 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3944 | 2024.11.27 18:36:57.416079 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9211 | ||
| 3945 | 2024.11.27 18:36:57.445226 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 556 | ||
| 3946 | 2024.11.27 18:36:57.448964 [ 242 ] {} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3947 | 2024.11.27 18:36:57.449028 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 3948 | 2024.11.27 18:36:57.450545 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3949 | 2024.11.27 18:36:57.450871 [ 242 ] {} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3950 | 2024.11.27 18:36:57.451497 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 556 | ||
| 3951 | 2024.11.27 18:36:58.028756 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151 | ||
| 3952 | 2024.11.27 18:36:58.037808 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3953 | 2024.11.27 18:36:58.038247 [ 253 ] {265731e9-0f3c-49df-924d-c4806c7f1425} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3954 | 2024.11.27 18:36:58.038407 [ 253 ] {265731e9-0f3c-49df-924d-c4806c7f1425} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3955 | 2024.11.27 18:36:58.040938 [ 253 ] {265731e9-0f3c-49df-924d-c4806c7f1425} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3956 | 2024.11.27 18:36:58.041032 [ 253 ] {265731e9-0f3c-49df-924d-c4806c7f1425} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 3957 | 2024.11.27 18:36:58.042730 [ 253 ] {265731e9-0f3c-49df-924d-c4806c7f1425} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 3958 | 2024.11.27 18:36:58.043318 [ 253 ] {265731e9-0f3c-49df-924d-c4806c7f1425} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3959 | 2024.11.27 18:36:58.043891 [ 253 ] {265731e9-0f3c-49df-924d-c4806c7f1425} <Debug> executeQuery: Read 88 rows, 7.40 KiB in 0.005765 sec., 15264.527320034691 rows/sec., 1.25 MiB/sec. | ||
| 3960 | 2024.11.27 18:36:58.044096 [ 253 ] {265731e9-0f3c-49df-924d-c4806c7f1425} <Debug> TCPHandler: Processed in 0.006504856 sec. | ||
| 3961 | 2024.11.27 18:36:58.044445 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3962 | 2024.11.27 18:36:58.044772 [ 254 ] {e4e370c9-de25-420f-9bb2-9260c4739a3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3963 | 2024.11.27 18:36:58.044915 [ 254 ] {e4e370c9-de25-420f-9bb2-9260c4739a3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3964 | 2024.11.27 18:36:58.047460 [ 254 ] {e4e370c9-de25-420f-9bb2-9260c4739a3b} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3965 | 2024.11.27 18:36:58.047544 [ 254 ] {e4e370c9-de25-420f-9bb2-9260c4739a3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 3966 | 2024.11.27 18:36:58.048318 [ 254 ] {e4e370c9-de25-420f-9bb2-9260c4739a3b} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3967 | 2024.11.27 18:36:58.048701 [ 254 ] {e4e370c9-de25-420f-9bb2-9260c4739a3b} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3968 | 2024.11.27 18:36:58.048935 [ 61 ] {} <Debug> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0 | ||
| 3969 | 2024.11.27 18:36:58.049030 [ 61 ] {} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3970 | 2024.11.27 18:36:58.049093 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 3971 | 2024.11.27 18:36:58.049155 [ 254 ] {e4e370c9-de25-420f-9bb2-9260c4739a3b} <Debug> executeQuery: Read 16 rows, 1.20 KiB in 0.004475 sec., 3575.4189944134077 rows/sec., 268.85 KiB/sec. | ||
| 3972 | 2024.11.27 18:36:58.049738 [ 193 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::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 | ||
| 3973 | 2024.11.27 18:36:58.049765 [ 254 ] {e4e370c9-de25-420f-9bb2-9260c4739a3b} <Debug> TCPHandler: Processed in 0.005492031 sec. | ||
| 3974 | 2024.11.27 18:36:58.050228 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3975 | 2024.11.27 18:36:58.050356 [ 193 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3976 | 2024.11.27 18:36:58.050499 [ 193 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 60 rows starting from the beginning of the part | ||
| 3977 | 2024.11.27 18:36:58.050957 [ 193 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 16 rows starting from the beginning of the part | ||
| 3978 | 2024.11.27 18:36:58.050735 [ 253 ] {11c6db20-6e2f-47d5-9f66-9ab4573dc10c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3979 | 2024.11.27 18:36:58.051459 [ 253 ] {11c6db20-6e2f-47d5-9f66-9ab4573dc10c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3980 | 2024.11.27 18:36:58.051390 [ 193 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 32 rows starting from the beginning of the part | ||
| 3981 | 2024.11.27 18:36:58.052054 [ 193 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 24 rows starting from the beginning of the part | ||
| 3982 | 2024.11.27 18:36:58.052594 [ 193 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 32 rows starting from the beginning of the part | ||
| 3983 | 2024.11.27 18:36:58.053013 [ 193 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 16 rows starting from the beginning of the part | ||
| 3984 | 2024.11.27 18:36:58.060359 [ 189 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 180 rows, containing 5 columns (5 merged, 0 gathered) in 0.011098844 sec., 16217.905216074754 rows/sec., 1.22 MiB/sec. | ||
| 3985 | 2024.11.27 18:36:58.060566 [ 253 ] {11c6db20-6e2f-47d5-9f66-9ab4573dc10c} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3986 | 2024.11.27 18:36:58.060807 [ 189 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) | ||
| 3987 | 2024.11.27 18:36:58.060940 [ 253 ] {11c6db20-6e2f-47d5-9f66-9ab4573dc10c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 3988 | 2024.11.27 18:36:58.062196 [ 194 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_20_4} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3989 | 2024.11.27 18:36:58.062637 [ 194 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_20_4} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4 | ||
| 3990 | 2024.11.27 18:36:58.062990 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 3991 | 2024.11.27 18:36:58.063173 [ 253 ] {11c6db20-6e2f-47d5-9f66-9ab4573dc10c} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 3992 | 2024.11.27 18:36:58.063798 [ 253 ] {11c6db20-6e2f-47d5-9f66-9ab4573dc10c} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3993 | 2024.11.27 18:36:58.064724 [ 253 ] {11c6db20-6e2f-47d5-9f66-9ab4573dc10c} <Debug> executeQuery: Read 80 rows, 6.40 KiB in 0.014233 sec., 5620.740532565165 rows/sec., 449.41 KiB/sec. | ||
| 3994 | 2024.11.27 18:36:58.064985 [ 253 ] {11c6db20-6e2f-47d5-9f66-9ab4573dc10c} <Debug> TCPHandler: Processed in 0.015014613 sec. | ||
| 3995 | 2024.11.27 18:36:58.065314 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3996 | 2024.11.27 18:36:58.065681 [ 254 ] {a0c104dc-6fec-4271-b4c6-6b30f6c8eff7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3997 | 2024.11.27 18:36:58.066145 [ 254 ] {a0c104dc-6fec-4271-b4c6-6b30f6c8eff7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3998 | 2024.11.27 18:36:58.069645 [ 254 ] {a0c104dc-6fec-4271-b4c6-6b30f6c8eff7} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3999 | 2024.11.27 18:36:58.069741 [ 254 ] {a0c104dc-6fec-4271-b4c6-6b30f6c8eff7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4000 | 2024.11.27 18:36:58.071215 [ 254 ] {a0c104dc-6fec-4271-b4c6-6b30f6c8eff7} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4001 | 2024.11.27 18:36:58.072088 [ 254 ] {a0c104dc-6fec-4271-b4c6-6b30f6c8eff7} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4002 | 2024.11.27 18:36:58.072618 [ 254 ] {a0c104dc-6fec-4271-b4c6-6b30f6c8eff7} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.007081 sec., 22595.67857647225 rows/sec., 1.57 MiB/sec. | ||
| 4003 | 2024.11.27 18:36:58.072915 [ 254 ] {a0c104dc-6fec-4271-b4c6-6b30f6c8eff7} <Debug> TCPHandler: Processed in 0.007815945 sec. | ||
| 4004 | 2024.11.27 18:36:58.073162 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4005 | 2024.11.27 18:36:58.073436 [ 253 ] {26cfa553-9f0c-487e-b84e-6473ad8c5d72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4006 | 2024.11.27 18:36:58.073725 [ 253 ] {26cfa553-9f0c-487e-b84e-6473ad8c5d72} <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 | ||
| 4007 | 2024.11.27 18:36:58.079983 [ 253 ] {26cfa553-9f0c-487e-b84e-6473ad8c5d72} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4008 | 2024.11.27 18:36:58.080073 [ 253 ] {26cfa553-9f0c-487e-b84e-6473ad8c5d72} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4009 | 2024.11.27 18:36:58.082161 [ 253 ] {26cfa553-9f0c-487e-b84e-6473ad8c5d72} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4010 | 2024.11.27 18:36:58.082502 [ 253 ] {26cfa553-9f0c-487e-b84e-6473ad8c5d72} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4011 | 2024.11.27 18:36:58.082776 [ 253 ] {26cfa553-9f0c-487e-b84e-6473ad8c5d72} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.009441 sec., 1694.735727147548 rows/sec., 3.04 MiB/sec. | ||
| 4012 | 2024.11.27 18:36:58.083003 [ 253 ] {26cfa553-9f0c-487e-b84e-6473ad8c5d72} <Debug> TCPHandler: Processed in 0.009974188 sec. | ||
| 4013 | 2024.11.27 18:36:58.083200 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4014 | 2024.11.27 18:36:58.083361 [ 254 ] {61a145db-0630-41fa-84f2-0912eaea5617} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4015 | 2024.11.27 18:36:58.083435 [ 254 ] {61a145db-0630-41fa-84f2-0912eaea5617} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4016 | 2024.11.27 18:36:58.085206 [ 254 ] {61a145db-0630-41fa-84f2-0912eaea5617} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4017 | 2024.11.27 18:36:58.085289 [ 254 ] {61a145db-0630-41fa-84f2-0912eaea5617} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4018 | 2024.11.27 18:36:58.086613 [ 254 ] {61a145db-0630-41fa-84f2-0912eaea5617} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4019 | 2024.11.27 18:36:58.087398 [ 254 ] {61a145db-0630-41fa-84f2-0912eaea5617} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4020 | 2024.11.27 18:36:58.087925 [ 254 ] {61a145db-0630-41fa-84f2-0912eaea5617} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004591 sec., 13069.048137660642 rows/sec., 901.90 KiB/sec. | ||
| 4021 | 2024.11.27 18:36:58.088196 [ 254 ] {61a145db-0630-41fa-84f2-0912eaea5617} <Debug> TCPHandler: Processed in 0.005090925 sec. | ||
| 4022 | 2024.11.27 18:36:58.091145 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4023 | 2024.11.27 18:36:58.091205 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4024 | 2024.11.27 18:36:58.099315 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4025 | 2024.11.27 18:36:58.100197 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4026 | 2024.11.27 18:36:58.104142 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 151 | ||
| 4027 | 2024.11.27 18:37:03.042059 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4028 | 2024.11.27 18:37:03.042272 [ 253 ] {ff1b4ce6-cb79-4e1c-8476-bd4f182149f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4029 | 2024.11.27 18:37:03.042351 [ 253 ] {ff1b4ce6-cb79-4e1c-8476-bd4f182149f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4030 | 2024.11.27 18:37:03.043126 [ 253 ] {ff1b4ce6-cb79-4e1c-8476-bd4f182149f4} <Trace> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4031 | 2024.11.27 18:37:03.043182 [ 253 ] {ff1b4ce6-cb79-4e1c-8476-bd4f182149f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4032 | 2024.11.27 18:37:03.043644 [ 253 ] {ff1b4ce6-cb79-4e1c-8476-bd4f182149f4} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 4033 | 2024.11.27 18:37:03.043919 [ 253 ] {ff1b4ce6-cb79-4e1c-8476-bd4f182149f4} <Trace> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4034 | 2024.11.27 18:37:03.044214 [ 253 ] {ff1b4ce6-cb79-4e1c-8476-bd4f182149f4} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001996 sec., 7014.0280561122245 rows/sec., 504.92 KiB/sec. | ||
| 4035 | 2024.11.27 18:37:03.044396 [ 253 ] {ff1b4ce6-cb79-4e1c-8476-bd4f182149f4} <Debug> TCPHandler: Processed in 0.002474197 sec. | ||
| 4036 | 2024.11.27 18:37:03.044644 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4037 | 2024.11.27 18:37:03.044854 [ 254 ] {4e08c30b-8f49-47e8-99e2-13e4bc7036e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 4038 | 2024.11.27 18:37:03.044933 [ 254 ] {4e08c30b-8f49-47e8-99e2-13e4bc7036e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 4039 | 2024.11.27 18:37:03.045723 [ 254 ] {4e08c30b-8f49-47e8-99e2-13e4bc7036e7} <Trace> oximeter.fields_ipaddr (53955b2a-eb56-41e3-a1fe-af6ea47fe91e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4040 | 2024.11.27 18:37:03.045766 [ 254 ] {4e08c30b-8f49-47e8-99e2-13e4bc7036e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4041 | 2024.11.27 18:37:03.046196 [ 254 ] {4e08c30b-8f49-47e8-99e2-13e4bc7036e7} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 4042 | 2024.11.27 18:37:03.046459 [ 254 ] {4e08c30b-8f49-47e8-99e2-13e4bc7036e7} <Trace> oximeter.fields_ipaddr (53955b2a-eb56-41e3-a1fe-af6ea47fe91e): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4043 | 2024.11.27 18:37:03.046667 [ 254 ] {4e08c30b-8f49-47e8-99e2-13e4bc7036e7} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.00187 sec., 4278.07486631016 rows/sec., 348.85 KiB/sec. | ||
| 4044 | 2024.11.27 18:37:03.046733 [ 254 ] {4e08c30b-8f49-47e8-99e2-13e4bc7036e7} <Debug> TCPHandler: Processed in 0.002221153 sec. | ||
| 4045 | 2024.11.27 18:37:03.046885 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4046 | 2024.11.27 18:37:03.047034 [ 253 ] {2c32f963-0b2e-49ab-8784-ebbfa52bf85a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4047 | 2024.11.27 18:37:03.047099 [ 253 ] {2c32f963-0b2e-49ab-8784-ebbfa52bf85a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4048 | 2024.11.27 18:37:03.047865 [ 253 ] {2c32f963-0b2e-49ab-8784-ebbfa52bf85a} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4049 | 2024.11.27 18:37:03.047907 [ 253 ] {2c32f963-0b2e-49ab-8784-ebbfa52bf85a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4050 | 2024.11.27 18:37:03.048314 [ 253 ] {2c32f963-0b2e-49ab-8784-ebbfa52bf85a} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4051 | 2024.11.27 18:37:03.048562 [ 253 ] {2c32f963-0b2e-49ab-8784-ebbfa52bf85a} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4052 | 2024.11.27 18:37:03.048828 [ 253 ] {2c32f963-0b2e-49ab-8784-ebbfa52bf85a} <Debug> executeQuery: Read 257 rows, 23.02 KiB in 0.001821 sec., 141131.24656781988 rows/sec., 12.34 MiB/sec. | ||
| 4053 | 2024.11.27 18:37:03.049051 [ 253 ] {2c32f963-0b2e-49ab-8784-ebbfa52bf85a} <Debug> TCPHandler: Processed in 0.002233163 sec. | ||
| 4054 | 2024.11.27 18:37:03.049269 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4055 | 2024.11.27 18:37:03.049415 [ 254 ] {faa11b41-e336-4e6e-8604-f7b3a9d91b46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4056 | 2024.11.27 18:37:03.049477 [ 254 ] {faa11b41-e336-4e6e-8604-f7b3a9d91b46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4057 | 2024.11.27 18:37:03.050220 [ 254 ] {faa11b41-e336-4e6e-8604-f7b3a9d91b46} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4058 | 2024.11.27 18:37:03.050266 [ 254 ] {faa11b41-e336-4e6e-8604-f7b3a9d91b46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4059 | 2024.11.27 18:37:03.050675 [ 254 ] {faa11b41-e336-4e6e-8604-f7b3a9d91b46} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4060 | 2024.11.27 18:37:03.050918 [ 254 ] {faa11b41-e336-4e6e-8604-f7b3a9d91b46} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4061 | 2024.11.27 18:37:03.051098 [ 254 ] {faa11b41-e336-4e6e-8604-f7b3a9d91b46} <Debug> executeQuery: Read 40 rows, 2.89 KiB in 0.001719 sec., 23269.34264107039 rows/sec., 1.64 MiB/sec. | ||
| 4062 | 2024.11.27 18:37:03.051153 [ 254 ] {faa11b41-e336-4e6e-8604-f7b3a9d91b46} <Debug> TCPHandler: Processed in 0.00200548 sec. | ||
| 4063 | 2024.11.27 18:37:03.051313 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4064 | 2024.11.27 18:37:03.051442 [ 253 ] {92f4e134-590c-4397-910e-e641884236e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4065 | 2024.11.27 18:37:03.051503 [ 253 ] {92f4e134-590c-4397-910e-e641884236e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4066 | 2024.11.27 18:37:03.052205 [ 253 ] {92f4e134-590c-4397-910e-e641884236e7} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4067 | 2024.11.27 18:37:03.052254 [ 253 ] {92f4e134-590c-4397-910e-e641884236e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4068 | 2024.11.27 18:37:03.052658 [ 253 ] {92f4e134-590c-4397-910e-e641884236e7} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 4069 | 2024.11.27 18:37:03.052896 [ 253 ] {92f4e134-590c-4397-910e-e641884236e7} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4070 | 2024.11.27 18:37:03.053049 [ 43 ] {} <Debug> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 4071 | 2024.11.27 18:37:03.053112 [ 43 ] {} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4072 | 2024.11.27 18:37:03.053150 [ 253 ] {92f4e134-590c-4397-910e-e641884236e7} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001722 sec., 8130.081300813008 rows/sec., 569.38 KiB/sec. | ||
| 4073 | 2024.11.27 18:37:03.053157 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4074 | 2024.11.27 18:37:03.053301 [ 253 ] {92f4e134-590c-4397-910e-e641884236e7} <Debug> TCPHandler: Processed in 0.002046591 sec. | ||
| 4075 | 2024.11.27 18:37:03.053629 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4076 | 2024.11.27 18:37:03.053658 [ 194 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::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 | ||
| 4077 | 2024.11.27 18:37:03.053981 [ 194 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4078 | 2024.11.27 18:37:03.053981 [ 254 ] {56f70455-0af9-4091-86d9-d77f265e43d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4079 | 2024.11.27 18:37:03.054033 [ 194 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 242 rows starting from the beginning of the part | ||
| 4080 | 2024.11.27 18:37:03.054105 [ 254 ] {56f70455-0af9-4091-86d9-d77f265e43d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4081 | 2024.11.27 18:37:03.054318 [ 194 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::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 | ||
| 4082 | 2024.11.27 18:37:03.054730 [ 194 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 14 rows starting from the beginning of the part | ||
| 4083 | 2024.11.27 18:37:03.055117 [ 194 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 228 rows starting from the beginning of the part | ||
| 4084 | 2024.11.27 18:37:03.055476 [ 194 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 14 rows starting from the beginning of the part | ||
| 4085 | 2024.11.27 18:37:03.055883 [ 194 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 14 rows starting from the beginning of the part | ||
| 4086 | 2024.11.27 18:37:03.056923 [ 254 ] {56f70455-0af9-4091-86d9-d77f265e43d2} <Trace> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4087 | 2024.11.27 18:37:03.057001 [ 254 ] {56f70455-0af9-4091-86d9-d77f265e43d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4088 | 2024.11.27 18:37:03.058109 [ 254 ] {56f70455-0af9-4091-86d9-d77f265e43d2} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 4089 | 2024.11.27 18:37:03.058693 [ 254 ] {56f70455-0af9-4091-86d9-d77f265e43d2} <Trace> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4090 | 2024.11.27 18:37:03.058716 [ 199 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 526 rows, containing 5 columns (5 merged, 0 gathered) in 0.0054131 sec., 97171.67611904454 rows/sec., 6.96 MiB/sec. | ||
| 4091 | 2024.11.27 18:37:03.058956 [ 199 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 4092 | 2024.11.27 18:37:03.059160 [ 254 ] {56f70455-0af9-4091-86d9-d77f265e43d2} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005268 sec., 2467.7296886864083 rows/sec., 153.86 KiB/sec. | ||
| 4093 | 2024.11.27 18:37:03.059399 [ 254 ] {56f70455-0af9-4091-86d9-d77f265e43d2} <Debug> TCPHandler: Processed in 0.005975069 sec. | ||
| 4094 | 2024.11.27 18:37:03.059593 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4095 | 2024.11.27 18:37:03.059611 [ 199 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_11_2} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4096 | 2024.11.27 18:37:03.059737 [ 199 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_11_2} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 4097 | 2024.11.27 18:37:03.059788 [ 253 ] {2c5fb63b-c452-4545-9dbb-f8802ae12609} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4098 | 2024.11.27 18:37:03.059893 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 4099 | 2024.11.27 18:37:03.059917 [ 253 ] {2c5fb63b-c452-4545-9dbb-f8802ae12609} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4100 | 2024.11.27 18:37:03.060784 [ 253 ] {2c5fb63b-c452-4545-9dbb-f8802ae12609} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4101 | 2024.11.27 18:37:03.060824 [ 253 ] {2c5fb63b-c452-4545-9dbb-f8802ae12609} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4102 | 2024.11.27 18:37:03.061216 [ 253 ] {2c5fb63b-c452-4545-9dbb-f8802ae12609} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4103 | 2024.11.27 18:37:03.061489 [ 253 ] {2c5fb63b-c452-4545-9dbb-f8802ae12609} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4104 | 2024.11.27 18:37:03.061709 [ 253 ] {2c5fb63b-c452-4545-9dbb-f8802ae12609} <Debug> executeQuery: Read 415 rows, 30.34 KiB in 0.001985 sec., 209068.01007556677 rows/sec., 14.92 MiB/sec. | ||
| 4105 | 2024.11.27 18:37:03.061764 [ 253 ] {2c5fb63b-c452-4545-9dbb-f8802ae12609} <Debug> TCPHandler: Processed in 0.002272673 sec. | ||
| 4106 | 2024.11.27 18:37:03.061923 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4107 | 2024.11.27 18:37:03.062063 [ 254 ] {29bb6895-8321-46bb-ad80-587cd55180f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4108 | 2024.11.27 18:37:03.062124 [ 254 ] {29bb6895-8321-46bb-ad80-587cd55180f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4109 | 2024.11.27 18:37:03.062660 [ 254 ] {29bb6895-8321-46bb-ad80-587cd55180f2} <Trace> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4110 | 2024.11.27 18:37:03.062699 [ 254 ] {29bb6895-8321-46bb-ad80-587cd55180f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4111 | 2024.11.27 18:37:03.063072 [ 254 ] {29bb6895-8321-46bb-ad80-587cd55180f2} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 4112 | 2024.11.27 18:37:03.063311 [ 254 ] {29bb6895-8321-46bb-ad80-587cd55180f2} <Trace> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4113 | 2024.11.27 18:37:03.063517 [ 254 ] {29bb6895-8321-46bb-ad80-587cd55180f2} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001486 sec., 4037.685060565276 rows/sec., 210.95 KiB/sec. | ||
| 4114 | 2024.11.27 18:37:03.063566 [ 254 ] {29bb6895-8321-46bb-ad80-587cd55180f2} <Debug> TCPHandler: Processed in 0.001711135 sec. | ||
| 4115 | 2024.11.27 18:37:03.063717 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4116 | 2024.11.27 18:37:03.063857 [ 253 ] {47347e0b-5f3f-4799-9c78-42aca194df7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4117 | 2024.11.27 18:37:03.063922 [ 253 ] {47347e0b-5f3f-4799-9c78-42aca194df7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4118 | 2024.11.27 18:37:03.064619 [ 253 ] {47347e0b-5f3f-4799-9c78-42aca194df7c} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4119 | 2024.11.27 18:37:03.064660 [ 253 ] {47347e0b-5f3f-4799-9c78-42aca194df7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4120 | 2024.11.27 18:37:03.065086 [ 253 ] {47347e0b-5f3f-4799-9c78-42aca194df7c} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4121 | 2024.11.27 18:37:03.065328 [ 253 ] {47347e0b-5f3f-4799-9c78-42aca194df7c} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4122 | 2024.11.27 18:37:03.065542 [ 253 ] {47347e0b-5f3f-4799-9c78-42aca194df7c} <Debug> executeQuery: Read 241 rows, 16.55 KiB in 0.001718 sec., 140279.394644936 rows/sec., 9.41 MiB/sec. | ||
| 4123 | 2024.11.27 18:37:03.065597 [ 253 ] {47347e0b-5f3f-4799-9c78-42aca194df7c} <Debug> TCPHandler: Processed in 0.001947569 sec. | ||
| 4124 | 2024.11.27 18:37:03.065755 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4125 | 2024.11.27 18:37:03.065892 [ 254 ] {72d0e429-b0b2-49eb-8dd1-6ecedd8621e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4126 | 2024.11.27 18:37:03.065953 [ 254 ] {72d0e429-b0b2-49eb-8dd1-6ecedd8621e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4127 | 2024.11.27 18:37:03.066493 [ 254 ] {72d0e429-b0b2-49eb-8dd1-6ecedd8621e3} <Trace> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4128 | 2024.11.27 18:37:03.066532 [ 254 ] {72d0e429-b0b2-49eb-8dd1-6ecedd8621e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4129 | 2024.11.27 18:37:03.066897 [ 254 ] {72d0e429-b0b2-49eb-8dd1-6ecedd8621e3} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 4130 | 2024.11.27 18:37:03.067136 [ 254 ] {72d0e429-b0b2-49eb-8dd1-6ecedd8621e3} <Trace> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4131 | 2024.11.27 18:37:03.067412 [ 254 ] {72d0e429-b0b2-49eb-8dd1-6ecedd8621e3} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00153 sec., 653.5947712418301 rows/sec., 44.04 KiB/sec. | ||
| 4132 | 2024.11.27 18:37:03.067538 [ 254 ] {72d0e429-b0b2-49eb-8dd1-6ecedd8621e3} <Debug> TCPHandler: Processed in 0.001852598 sec. | ||
| 4133 | 2024.11.27 18:37:03.067690 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4134 | 2024.11.27 18:37:03.067830 [ 253 ] {cd068d6f-5e64-4f62-8c39-6893a10219e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4135 | 2024.11.27 18:37:03.067924 [ 253 ] {cd068d6f-5e64-4f62-8c39-6893a10219e6} <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 | ||
| 4136 | 2024.11.27 18:37:03.069213 [ 253 ] {cd068d6f-5e64-4f62-8c39-6893a10219e6} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4137 | 2024.11.27 18:37:03.069255 [ 253 ] {cd068d6f-5e64-4f62-8c39-6893a10219e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4138 | 2024.11.27 18:37:03.069928 [ 253 ] {cd068d6f-5e64-4f62-8c39-6893a10219e6} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4139 | 2024.11.27 18:37:03.070202 [ 253 ] {cd068d6f-5e64-4f62-8c39-6893a10219e6} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4140 | 2024.11.27 18:37:03.070392 [ 99 ] {} <Debug> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4141 | 2024.11.27 18:37:03.070490 [ 99 ] {} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4142 | 2024.11.27 18:37:03.070497 [ 253 ] {cd068d6f-5e64-4f62-8c39-6893a10219e6} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.002691 sec., 9290.22668153103 rows/sec., 16.65 MiB/sec. | ||
| 4143 | 2024.11.27 18:37:03.070530 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4144 | 2024.11.27 18:37:03.070931 [ 253 ] {cd068d6f-5e64-4f62-8c39-6893a10219e6} <Debug> TCPHandler: Processed in 0.003310529 sec. | ||
| 4145 | 2024.11.27 18:37:03.070950 [ 188 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::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 | ||
| 4146 | 2024.11.27 18:37:03.071157 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4147 | 2024.11.27 18:37:03.071437 [ 254 ] {9de7864d-4b5c-44de-a549-3092c0d21b01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4148 | 2024.11.27 18:37:03.071559 [ 254 ] {9de7864d-4b5c-44de-a549-3092c0d21b01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4149 | 2024.11.27 18:37:03.071697 [ 188 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4150 | 2024.11.27 18:37:03.071959 [ 188 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 346 rows starting from the beginning of the part | ||
| 4151 | 2024.11.27 18:37:03.072595 [ 188 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 25 rows starting from the beginning of the part | ||
| 4152 | 2024.11.27 18:37:03.073454 [ 188 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 16 rows starting from the beginning of the part | ||
| 4153 | 2024.11.27 18:37:03.073522 [ 254 ] {9de7864d-4b5c-44de-a549-3092c0d21b01} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4154 | 2024.11.27 18:37:03.073591 [ 254 ] {9de7864d-4b5c-44de-a549-3092c0d21b01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4155 | 2024.11.27 18:37:03.073947 [ 188 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 25 rows starting from the beginning of the part | ||
| 4156 | 2024.11.27 18:37:03.074728 [ 188 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 16 rows starting from the beginning of the part | ||
| 4157 | 2024.11.27 18:37:03.075111 [ 254 ] {9de7864d-4b5c-44de-a549-3092c0d21b01} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4158 | 2024.11.27 18:37:03.075365 [ 188 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 25 rows starting from the beginning of the part | ||
| 4159 | 2024.11.27 18:37:03.075915 [ 254 ] {9de7864d-4b5c-44de-a549-3092c0d21b01} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4160 | 2024.11.27 18:37:03.076520 [ 254 ] {9de7864d-4b5c-44de-a549-3092c0d21b01} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005179 sec., 15833.172427109483 rows/sec., 1.01 MiB/sec. | ||
| 4161 | 2024.11.27 18:37:03.076622 [ 254 ] {9de7864d-4b5c-44de-a549-3092c0d21b01} <Debug> TCPHandler: Processed in 0.005582642 sec. | ||
| 4162 | 2024.11.27 18:37:03.080817 [ 201 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 453 rows, containing 19 columns (19 merged, 0 gathered) in 0.01013239 sec., 44708.10934044189 rows/sec., 80.11 MiB/sec. | ||
| 4163 | 2024.11.27 18:37:03.081479 [ 196 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4164 | 2024.11.27 18:37:03.081894 [ 196 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4165 | 2024.11.27 18:37:03.081978 [ 196 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4166 | 2024.11.27 18:37:03.082096 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.28 MiB. | ||
| 4167 | 2024.11.27 18:37:04.916213 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 9638 | ||
| 4168 | 2024.11.27 18:37:04.916849 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4169 | 2024.11.27 18:37:04.916903 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4170 | 2024.11.27 18:37:04.917442 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4171 | 2024.11.27 18:37:04.917700 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4172 | 2024.11.27 18:37:04.917903 [ 97 ] {} <Debug> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4173 | 2024.11.27 18:37:04.917973 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9638 | ||
| 4174 | 2024.11.27 18:37:04.918000 [ 97 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4175 | 2024.11.27 18:37:04.918037 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.63 GiB. | ||
| 4176 | 2024.11.27 18:37:04.918250 [ 199 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::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 | ||
| 4177 | 2024.11.27 18:37:04.918637 [ 199 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4178 | 2024.11.27 18:37:04.918706 [ 199 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 7381 rows starting from the beginning of the part | ||
| 4179 | 2024.11.27 18:37:04.918783 [ 199 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 427 rows starting from the beginning of the part | ||
| 4180 | 2024.11.27 18:37:04.918990 [ 199 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 488 rows starting from the beginning of the part | ||
| 4181 | 2024.11.27 18:37:04.919168 [ 199 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 427 rows starting from the beginning of the part | ||
| 4182 | 2024.11.27 18:37:04.919363 [ 199 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 488 rows starting from the beginning of the part | ||
| 4183 | 2024.11.27 18:37:04.919623 [ 199 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 427 rows starting from the beginning of the part | ||
| 4184 | 2024.11.27 18:37:04.922015 [ 201 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9638 rows, containing 4 columns (4 merged, 0 gathered) in 0.003896408 sec., 2473560.26370955 rows/sec., 35.38 MiB/sec. | ||
| 4185 | 2024.11.27 18:37:04.922259 [ 187 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4186 | 2024.11.27 18:37:04.922553 [ 187 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_21_4} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4187 | 2024.11.27 18:37:04.922629 [ 187 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_21_4} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4188 | 2024.11.27 18:37:04.922715 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB. | ||
| 4189 | 2024.11.27 18:37:05.604227 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159 | ||
| 4190 | 2024.11.27 18:37:05.627194 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4191 | 2024.11.27 18:37:05.627263 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 4192 | 2024.11.27 18:37:05.635887 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4193 | 2024.11.27 18:37:05.636709 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4194 | 2024.11.27 18:37:05.637108 [ 96 ] {} <Debug> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4195 | 2024.11.27 18:37:05.637236 [ 96 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4196 | 2024.11.27 18:37:05.637304 [ 96 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 4197 | 2024.11.27 18:37:05.637717 [ 187 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::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 | ||
| 4198 | 2024.11.27 18:37:05.653294 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 159 | ||
| 4199 | 2024.11.27 18:37:05.654569 [ 187 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4200 | 2024.11.27 18:37:05.656163 [ 187 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 121 rows starting from the beginning of the part | ||
| 4201 | 2024.11.27 18:37:05.661757 [ 187 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 8 rows starting from the beginning of the part | ||
| 4202 | 2024.11.27 18:37:05.667361 [ 187 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 7 rows starting from the beginning of the part | ||
| 4203 | 2024.11.27 18:37:05.672996 [ 187 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 8 rows starting from the beginning of the part | ||
| 4204 | 2024.11.27 18:37:05.678679 [ 187 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 7 rows starting from the beginning of the part | ||
| 4205 | 2024.11.27 18:37:05.684142 [ 187 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 8 rows starting from the beginning of the part | ||
| 4206 | 2024.11.27 18:37:05.749149 [ 201 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.111675956 sec., 1423.7621570036079 rows/sec., 7.36 MiB/sec. | ||
| 4207 | 2024.11.27 18:37:05.751807 [ 192 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4208 | 2024.11.27 18:37:05.754715 [ 192 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_21_4} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4209 | 2024.11.27 18:37:05.754875 [ 192 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_21_4} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4210 | 2024.11.27 18:37:05.757035 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.09 MiB. | ||
| 4211 | 2024.11.27 18:37:06.000167 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 184.10 MiB, peak 194.66 MiB, free memory in arenas 0.00 B, will set to 185.80 MiB (RSS), difference: 1.70 MiB | ||
| 4212 | 2024.11.27 18:37:07.451765 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 592 | ||
| 4213 | 2024.11.27 18:37:07.455147 [ 242 ] {} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4214 | 2024.11.27 18:37:07.455209 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 4215 | 2024.11.27 18:37:07.456745 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4216 | 2024.11.27 18:37:07.457076 [ 242 ] {} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4217 | 2024.11.27 18:37:07.458352 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 592 | ||
| 4218 | 2024.11.27 18:37:08.037667 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4219 | 2024.11.27 18:37:08.038024 [ 253 ] {da878677-3a7f-4f94-b214-3997efc77998} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4220 | 2024.11.27 18:37:08.038146 [ 253 ] {da878677-3a7f-4f94-b214-3997efc77998} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4221 | 2024.11.27 18:37:08.039169 [ 253 ] {da878677-3a7f-4f94-b214-3997efc77998} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4222 | 2024.11.27 18:37:08.039227 [ 253 ] {da878677-3a7f-4f94-b214-3997efc77998} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 4223 | 2024.11.27 18:37:08.039700 [ 253 ] {da878677-3a7f-4f94-b214-3997efc77998} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4224 | 2024.11.27 18:37:08.039968 [ 253 ] {da878677-3a7f-4f94-b214-3997efc77998} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4225 | 2024.11.27 18:37:08.040226 [ 253 ] {da878677-3a7f-4f94-b214-3997efc77998} <Debug> executeQuery: Read 88 rows, 7.40 KiB in 0.002278 sec., 38630.37752414399 rows/sec., 3.17 MiB/sec. | ||
| 4226 | 2024.11.27 18:37:08.040381 [ 253 ] {da878677-3a7f-4f94-b214-3997efc77998} <Debug> TCPHandler: Processed in 0.002905264 sec. | ||
| 4227 | 2024.11.27 18:37:08.040706 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4228 | 2024.11.27 18:37:08.040921 [ 254 ] {75f089b3-cb26-4bc5-9d51-5c11610ad674} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4229 | 2024.11.27 18:37:08.041005 [ 254 ] {75f089b3-cb26-4bc5-9d51-5c11610ad674} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4230 | 2024.11.27 18:37:08.041832 [ 254 ] {75f089b3-cb26-4bc5-9d51-5c11610ad674} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4231 | 2024.11.27 18:37:08.041880 [ 254 ] {75f089b3-cb26-4bc5-9d51-5c11610ad674} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 4232 | 2024.11.27 18:37:08.042339 [ 254 ] {75f089b3-cb26-4bc5-9d51-5c11610ad674} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4233 | 2024.11.27 18:37:08.042605 [ 254 ] {75f089b3-cb26-4bc5-9d51-5c11610ad674} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4234 | 2024.11.27 18:37:08.042820 [ 254 ] {75f089b3-cb26-4bc5-9d51-5c11610ad674} <Debug> executeQuery: Read 16 rows, 1.20 KiB in 0.001955 sec., 8184.143222506394 rows/sec., 615.41 KiB/sec. | ||
| 4235 | 2024.11.27 18:37:08.042889 [ 254 ] {75f089b3-cb26-4bc5-9d51-5c11610ad674} <Debug> TCPHandler: Processed in 0.002348295 sec. | ||
| 4236 | 2024.11.27 18:37:08.043050 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4237 | 2024.11.27 18:37:08.043200 [ 253 ] {6f481e57-c363-4622-b58d-b8e604ccb112} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4238 | 2024.11.27 18:37:08.043263 [ 253 ] {6f481e57-c363-4622-b58d-b8e604ccb112} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4239 | 2024.11.27 18:37:08.043953 [ 253 ] {6f481e57-c363-4622-b58d-b8e604ccb112} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4240 | 2024.11.27 18:37:08.043998 [ 253 ] {6f481e57-c363-4622-b58d-b8e604ccb112} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 4241 | 2024.11.27 18:37:08.044409 [ 253 ] {6f481e57-c363-4622-b58d-b8e604ccb112} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4242 | 2024.11.27 18:37:08.044664 [ 253 ] {6f481e57-c363-4622-b58d-b8e604ccb112} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4243 | 2024.11.27 18:37:08.044942 [ 253 ] {6f481e57-c363-4622-b58d-b8e604ccb112} <Debug> executeQuery: Read 80 rows, 6.40 KiB in 0.001776 sec., 45045.045045045044 rows/sec., 3.52 MiB/sec. | ||
| 4244 | 2024.11.27 18:37:08.045146 [ 253 ] {6f481e57-c363-4622-b58d-b8e604ccb112} <Debug> TCPHandler: Processed in 0.002158422 sec. | ||
| 4245 | 2024.11.27 18:37:08.045358 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4246 | 2024.11.27 18:37:08.045501 [ 254 ] {4ca3e0e0-5dba-4fdc-a88f-b671ae20621f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4247 | 2024.11.27 18:37:08.045565 [ 254 ] {4ca3e0e0-5dba-4fdc-a88f-b671ae20621f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4248 | 2024.11.27 18:37:08.046157 [ 254 ] {4ca3e0e0-5dba-4fdc-a88f-b671ae20621f} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4249 | 2024.11.27 18:37:08.046196 [ 254 ] {4ca3e0e0-5dba-4fdc-a88f-b671ae20621f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 4250 | 2024.11.27 18:37:08.046605 [ 254 ] {4ca3e0e0-5dba-4fdc-a88f-b671ae20621f} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4251 | 2024.11.27 18:37:08.046852 [ 254 ] {4ca3e0e0-5dba-4fdc-a88f-b671ae20621f} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4252 | 2024.11.27 18:37:08.047072 [ 254 ] {4ca3e0e0-5dba-4fdc-a88f-b671ae20621f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001604 sec., 99750.62344139651 rows/sec., 6.95 MiB/sec. | ||
| 4253 | 2024.11.27 18:37:08.047275 [ 254 ] {4ca3e0e0-5dba-4fdc-a88f-b671ae20621f} <Debug> TCPHandler: Processed in 0.00202236 sec. | ||
| 4254 | 2024.11.27 18:37:08.047463 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4255 | 2024.11.27 18:37:08.047584 [ 253 ] {a86bd674-703e-447f-ba72-e8f07920d356} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4256 | 2024.11.27 18:37:08.047672 [ 253 ] {a86bd674-703e-447f-ba72-e8f07920d356} <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 | ||
| 4257 | 2024.11.27 18:37:08.048878 [ 253 ] {a86bd674-703e-447f-ba72-e8f07920d356} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4258 | 2024.11.27 18:37:08.048920 [ 253 ] {a86bd674-703e-447f-ba72-e8f07920d356} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 4259 | 2024.11.27 18:37:08.049579 [ 253 ] {a86bd674-703e-447f-ba72-e8f07920d356} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4260 | 2024.11.27 18:37:08.049849 [ 253 ] {a86bd674-703e-447f-ba72-e8f07920d356} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4261 | 2024.11.27 18:37:08.050091 [ 253 ] {a86bd674-703e-447f-ba72-e8f07920d356} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002534 sec., 6314.127861089188 rows/sec., 11.31 MiB/sec. | ||
| 4262 | 2024.11.27 18:37:08.050204 [ 253 ] {a86bd674-703e-447f-ba72-e8f07920d356} <Debug> TCPHandler: Processed in 0.002795501 sec. | ||
| 4263 | 2024.11.27 18:37:08.050366 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4264 | 2024.11.27 18:37:08.050509 [ 254 ] {308c39a7-53f0-4092-9bd8-24fe87856495} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4265 | 2024.11.27 18:37:08.050570 [ 254 ] {308c39a7-53f0-4092-9bd8-24fe87856495} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4266 | 2024.11.27 18:37:08.051165 [ 254 ] {308c39a7-53f0-4092-9bd8-24fe87856495} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4267 | 2024.11.27 18:37:08.051210 [ 254 ] {308c39a7-53f0-4092-9bd8-24fe87856495} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 4268 | 2024.11.27 18:37:08.051652 [ 254 ] {308c39a7-53f0-4092-9bd8-24fe87856495} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4269 | 2024.11.27 18:37:08.051895 [ 254 ] {308c39a7-53f0-4092-9bd8-24fe87856495} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4270 | 2024.11.27 18:37:08.052079 [ 254 ] {308c39a7-53f0-4092-9bd8-24fe87856495} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001603 sec., 37429.81908920773 rows/sec., 2.52 MiB/sec. | ||
| 4271 | 2024.11.27 18:37:08.052131 [ 254 ] {308c39a7-53f0-4092-9bd8-24fe87856495} <Debug> TCPHandler: Processed in 0.001831687 sec. | ||
| 4272 | 2024.11.27 18:37:12.315324 [ 88 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4273 | 2024.11.27 18:37:12.315427 [ 88 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4274 | 2024.11.27 18:37:12.418131 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 10126 | ||
| 4275 | 2024.11.27 18:37:12.419052 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4276 | 2024.11.27 18:37:12.419131 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 4277 | 2024.11.27 18:37:12.419770 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4278 | 2024.11.27 18:37:12.420035 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4279 | 2024.11.27 18:37:12.420320 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10126 | ||
| 4280 | 2024.11.27 18:37:13.042729 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4281 | 2024.11.27 18:37:13.043044 [ 253 ] {7be41b9f-9244-4b62-a298-d83bec899865} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4282 | 2024.11.27 18:37:13.043169 [ 253 ] {7be41b9f-9244-4b62-a298-d83bec899865} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4283 | 2024.11.27 18:37:13.044199 [ 253 ] {7be41b9f-9244-4b62-a298-d83bec899865} <Trace> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4284 | 2024.11.27 18:37:13.044259 [ 253 ] {7be41b9f-9244-4b62-a298-d83bec899865} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 4285 | 2024.11.27 18:37:13.044726 [ 253 ] {7be41b9f-9244-4b62-a298-d83bec899865} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 4286 | 2024.11.27 18:37:13.044996 [ 253 ] {7be41b9f-9244-4b62-a298-d83bec899865} <Trace> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4287 | 2024.11.27 18:37:13.045248 [ 253 ] {7be41b9f-9244-4b62-a298-d83bec899865} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00229 sec., 6113.53711790393 rows/sec., 440.09 KiB/sec. | ||
| 4288 | 2024.11.27 18:37:13.045314 [ 253 ] {7be41b9f-9244-4b62-a298-d83bec899865} <Debug> TCPHandler: Processed in 0.002781092 sec. | ||
| 4289 | 2024.11.27 18:37:13.045570 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4290 | 2024.11.27 18:37:13.045776 [ 254 ] {73e699d7-c866-443e-a624-c512e82d6605} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4291 | 2024.11.27 18:37:13.045851 [ 254 ] {73e699d7-c866-443e-a624-c512e82d6605} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4292 | 2024.11.27 18:37:13.046806 [ 254 ] {73e699d7-c866-443e-a624-c512e82d6605} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4293 | 2024.11.27 18:37:13.046850 [ 254 ] {73e699d7-c866-443e-a624-c512e82d6605} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 4294 | 2024.11.27 18:37:13.047296 [ 254 ] {73e699d7-c866-443e-a624-c512e82d6605} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4295 | 2024.11.27 18:37:13.047545 [ 254 ] {73e699d7-c866-443e-a624-c512e82d6605} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4296 | 2024.11.27 18:37:13.047731 [ 88 ] {} <Debug> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4297 | 2024.11.27 18:37:13.047813 [ 254 ] {73e699d7-c866-443e-a624-c512e82d6605} <Debug> executeQuery: Read 253 rows, 22.72 KiB in 0.002079 sec., 121693.12169312169 rows/sec., 10.67 MiB/sec. | ||
| 4298 | 2024.11.27 18:37:13.047864 [ 88 ] {} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4299 | 2024.11.27 18:37:13.047935 [ 254 ] {73e699d7-c866-443e-a624-c512e82d6605} <Debug> TCPHandler: Processed in 0.002487737 sec. | ||
| 4300 | 2024.11.27 18:37:13.047948 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 4301 | 2024.11.27 18:37:13.048176 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4302 | 2024.11.27 18:37:13.048177 [ 195 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::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 | ||
| 4303 | 2024.11.27 18:37:13.048451 [ 253 ] {f5a32d4c-bbfd-471c-a123-c3421dc776ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4304 | 2024.11.27 18:37:13.048475 [ 195 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4305 | 2024.11.27 18:37:13.048547 [ 195 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1434 rows starting from the beginning of the part | ||
| 4306 | 2024.11.27 18:37:13.048562 [ 253 ] {f5a32d4c-bbfd-471c-a123-c3421dc776ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4307 | 2024.11.27 18:37:13.048906 [ 195 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 253 rows starting from the beginning of the part | ||
| 4308 | 2024.11.27 18:37:13.049218 [ 195 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 88 rows starting from the beginning of the part | ||
| 4309 | 2024.11.27 18:37:13.049501 [ 195 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 257 rows starting from the beginning of the part | ||
| 4310 | 2024.11.27 18:37:13.049803 [ 195 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 88 rows starting from the beginning of the part | ||
| 4311 | 2024.11.27 18:37:13.050154 [ 195 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 253 rows starting from the beginning of the part | ||
| 4312 | 2024.11.27 18:37:13.051582 [ 253 ] {f5a32d4c-bbfd-471c-a123-c3421dc776ff} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4313 | 2024.11.27 18:37:13.051653 [ 253 ] {f5a32d4c-bbfd-471c-a123-c3421dc776ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 4314 | 2024.11.27 18:37:13.052697 [ 253 ] {f5a32d4c-bbfd-471c-a123-c3421dc776ff} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4315 | 2024.11.27 18:37:13.053074 [ 253 ] {f5a32d4c-bbfd-471c-a123-c3421dc776ff} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4316 | 2024.11.27 18:37:13.053891 [ 253 ] {f5a32d4c-bbfd-471c-a123-c3421dc776ff} <Debug> executeQuery: Read 32 rows, 2.34 KiB in 0.005401 sec., 5924.828735419366 rows/sec., 432.50 KiB/sec. | ||
| 4317 | 2024.11.27 18:37:13.054027 [ 201 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2373 rows, containing 5 columns (5 merged, 0 gathered) in 0.005927177 sec., 400359.22666051646 rows/sec., 35.43 MiB/sec. | ||
| 4318 | 2024.11.27 18:37:13.054227 [ 253 ] {f5a32d4c-bbfd-471c-a123-c3421dc776ff} <Debug> TCPHandler: Processed in 0.006168402 sec. | ||
| 4319 | 2024.11.27 18:37:13.054419 [ 201 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4320 | 2024.11.27 18:37:13.054433 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4321 | 2024.11.27 18:37:13.054627 [ 254 ] {cf2f75eb-a9c9-4520-9cd2-c01abcb10160} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4322 | 2024.11.27 18:37:13.054729 [ 254 ] {cf2f75eb-a9c9-4520-9cd2-c01abcb10160} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4323 | 2024.11.27 18:37:13.054978 [ 201 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_31_6} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4324 | 2024.11.27 18:37:13.055229 [ 201 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_31_6} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4325 | 2024.11.27 18:37:13.055452 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
| 4326 | 2024.11.27 18:37:13.055799 [ 254 ] {cf2f75eb-a9c9-4520-9cd2-c01abcb10160} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4327 | 2024.11.27 18:37:13.055844 [ 254 ] {cf2f75eb-a9c9-4520-9cd2-c01abcb10160} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 4328 | 2024.11.27 18:37:13.056199 [ 254 ] {cf2f75eb-a9c9-4520-9cd2-c01abcb10160} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4329 | 2024.11.27 18:37:13.056440 [ 254 ] {cf2f75eb-a9c9-4520-9cd2-c01abcb10160} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4330 | 2024.11.27 18:37:13.056648 [ 254 ] {cf2f75eb-a9c9-4520-9cd2-c01abcb10160} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002078 sec., 6737.247353224254 rows/sec., 471.83 KiB/sec. | ||
| 4331 | 2024.11.27 18:37:13.056703 [ 254 ] {cf2f75eb-a9c9-4520-9cd2-c01abcb10160} <Debug> TCPHandler: Processed in 0.002365445 sec. | ||
| 4332 | 2024.11.27 18:37:13.056872 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4333 | 2024.11.27 18:37:13.057013 [ 253 ] {9d92caeb-03dc-488e-827f-d35814d4fadb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4334 | 2024.11.27 18:37:13.057073 [ 253 ] {9d92caeb-03dc-488e-827f-d35814d4fadb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4335 | 2024.11.27 18:37:13.057784 [ 253 ] {9d92caeb-03dc-488e-827f-d35814d4fadb} <Trace> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4336 | 2024.11.27 18:37:13.057824 [ 253 ] {9d92caeb-03dc-488e-827f-d35814d4fadb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 4337 | 2024.11.27 18:37:13.058182 [ 253 ] {9d92caeb-03dc-488e-827f-d35814d4fadb} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 4338 | 2024.11.27 18:37:13.058442 [ 253 ] {9d92caeb-03dc-488e-827f-d35814d4fadb} <Trace> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4339 | 2024.11.27 18:37:13.058730 [ 253 ] {9d92caeb-03dc-488e-827f-d35814d4fadb} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00173 sec., 7514.450867052024 rows/sec., 468.52 KiB/sec. | ||
| 4340 | 2024.11.27 18:37:13.058878 [ 253 ] {9d92caeb-03dc-488e-827f-d35814d4fadb} <Debug> TCPHandler: Processed in 0.002074701 sec. | ||
| 4341 | 2024.11.27 18:37:13.059042 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4342 | 2024.11.27 18:37:13.059182 [ 254 ] {41a0a066-de18-45dd-a937-c00172aac917} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4343 | 2024.11.27 18:37:13.059238 [ 254 ] {41a0a066-de18-45dd-a937-c00172aac917} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4344 | 2024.11.27 18:37:13.060039 [ 254 ] {41a0a066-de18-45dd-a937-c00172aac917} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4345 | 2024.11.27 18:37:13.060078 [ 254 ] {41a0a066-de18-45dd-a937-c00172aac917} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 4346 | 2024.11.27 18:37:13.060456 [ 254 ] {41a0a066-de18-45dd-a937-c00172aac917} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4347 | 2024.11.27 18:37:13.060692 [ 254 ] {41a0a066-de18-45dd-a937-c00172aac917} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4348 | 2024.11.27 18:37:13.060854 [ 88 ] {} <Debug> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4349 | 2024.11.27 18:37:13.060917 [ 88 ] {} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4350 | 2024.11.27 18:37:13.060953 [ 254 ] {41a0a066-de18-45dd-a937-c00172aac917} <Debug> executeQuery: Read 407 rows, 29.68 KiB in 0.001789 sec., 227501.39742873114 rows/sec., 16.20 MiB/sec. | ||
| 4351 | 2024.11.27 18:37:13.060962 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 4352 | 2024.11.27 18:37:13.061108 [ 254 ] {41a0a066-de18-45dd-a937-c00172aac917} <Debug> TCPHandler: Processed in 0.002131732 sec. | ||
| 4353 | 2024.11.27 18:37:13.061171 [ 195 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::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 | ||
| 4354 | 2024.11.27 18:37:13.061312 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4355 | 2024.11.27 18:37:13.061332 [ 195 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4356 | 2024.11.27 18:37:13.061393 [ 195 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 913 rows starting from the beginning of the part | ||
| 4357 | 2024.11.27 18:37:13.061663 [ 253 ] {92cc1cfb-9518-4079-843b-37d15c8a5ed8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4358 | 2024.11.27 18:37:13.061686 [ 195 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 407 rows starting from the beginning of the part | ||
| 4359 | 2024.11.27 18:37:13.061912 [ 253 ] {92cc1cfb-9518-4079-843b-37d15c8a5ed8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4360 | 2024.11.27 18:37:13.062061 [ 195 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 80 rows starting from the beginning of the part | ||
| 4361 | 2024.11.27 18:37:13.062442 [ 195 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 415 rows starting from the beginning of the part | ||
| 4362 | 2024.11.27 18:37:13.062806 [ 195 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 80 rows starting from the beginning of the part | ||
| 4363 | 2024.11.27 18:37:13.063206 [ 195 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 407 rows starting from the beginning of the part | ||
| 4364 | 2024.11.27 18:37:13.064789 [ 253 ] {92cc1cfb-9518-4079-843b-37d15c8a5ed8} <Trace> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4365 | 2024.11.27 18:37:13.064847 [ 253 ] {92cc1cfb-9518-4079-843b-37d15c8a5ed8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 4366 | 2024.11.27 18:37:13.065813 [ 253 ] {92cc1cfb-9518-4079-843b-37d15c8a5ed8} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 4367 | 2024.11.27 18:37:13.066166 [ 253 ] {92cc1cfb-9518-4079-843b-37d15c8a5ed8} <Trace> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4368 | 2024.11.27 18:37:13.066615 [ 253 ] {92cc1cfb-9518-4079-843b-37d15c8a5ed8} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.005116 sec., 1172.7912431587179 rows/sec., 61.27 KiB/sec. | ||
| 4369 | 2024.11.27 18:37:13.066816 [ 253 ] {92cc1cfb-9518-4079-843b-37d15c8a5ed8} <Debug> TCPHandler: Processed in 0.005602013 sec. | ||
| 4370 | 2024.11.27 18:37:13.066821 [ 195 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2302 rows, containing 5 columns (5 merged, 0 gathered) in 0.005725245 sec., 402078.86300062266 rows/sec., 30.62 MiB/sec. | ||
| 4371 | 2024.11.27 18:37:13.067001 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4372 | 2024.11.27 18:37:13.067030 [ 195 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4373 | 2024.11.27 18:37:13.067146 [ 254 ] {0d52d282-0d3a-4bf9-8d54-5ea7c5f4d10d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4374 | 2024.11.27 18:37:13.067216 [ 254 ] {0d52d282-0d3a-4bf9-8d54-5ea7c5f4d10d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4375 | 2024.11.27 18:37:13.067355 [ 195 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_31_6} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4376 | 2024.11.27 18:37:13.067488 [ 195 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_31_6} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4377 | 2024.11.27 18:37:13.067591 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 4378 | 2024.11.27 18:37:13.067984 [ 254 ] {0d52d282-0d3a-4bf9-8d54-5ea7c5f4d10d} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4379 | 2024.11.27 18:37:13.068021 [ 254 ] {0d52d282-0d3a-4bf9-8d54-5ea7c5f4d10d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 4380 | 2024.11.27 18:37:13.068407 [ 254 ] {0d52d282-0d3a-4bf9-8d54-5ea7c5f4d10d} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4381 | 2024.11.27 18:37:13.068646 [ 254 ] {0d52d282-0d3a-4bf9-8d54-5ea7c5f4d10d} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4382 | 2024.11.27 18:37:13.068809 [ 88 ] {} <Debug> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4383 | 2024.11.27 18:37:13.068866 [ 88 ] {} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4384 | 2024.11.27 18:37:13.068896 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 4385 | 2024.11.27 18:37:13.068911 [ 254 ] {0d52d282-0d3a-4bf9-8d54-5ea7c5f4d10d} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001793 sec., 132180.70273284995 rows/sec., 8.86 MiB/sec. | ||
| 4386 | 2024.11.27 18:37:13.069113 [ 254 ] {0d52d282-0d3a-4bf9-8d54-5ea7c5f4d10d} <Debug> TCPHandler: Processed in 0.002176082 sec. | ||
| 4387 | 2024.11.27 18:37:13.069189 [ 200 ] {67d43675-535f-43d0-af84-f38bbc85c22c::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 | ||
| 4388 | 2024.11.27 18:37:13.069300 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4389 | 2024.11.27 18:37:13.069429 [ 200 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4390 | 2024.11.27 18:37:13.069526 [ 200 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 8008 rows starting from the beginning of the part | ||
| 4391 | 2024.11.27 18:37:13.069530 [ 253 ] {24402864-bee1-4f10-b676-2d70388d9426} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4392 | 2024.11.27 18:37:13.069714 [ 253 ] {24402864-bee1-4f10-b676-2d70388d9426} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4393 | 2024.11.27 18:37:13.069810 [ 200 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 237 rows starting from the beginning of the part | ||
| 4394 | 2024.11.27 18:37:13.070242 [ 200 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 160 rows starting from the beginning of the part | ||
| 4395 | 2024.11.27 18:37:13.070682 [ 200 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 241 rows starting from the beginning of the part | ||
| 4396 | 2024.11.27 18:37:13.071073 [ 200 ] {67d43675-535f-43d0-af84-f38bbc85c22c::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 | ||
| 4397 | 2024.11.27 18:37:13.071393 [ 200 ] {67d43675-535f-43d0-af84-f38bbc85c22c::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 | ||
| 4398 | 2024.11.27 18:37:13.072255 [ 253 ] {24402864-bee1-4f10-b676-2d70388d9426} <Trace> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4399 | 2024.11.27 18:37:13.072335 [ 253 ] {24402864-bee1-4f10-b676-2d70388d9426} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 4400 | 2024.11.27 18:37:13.073002 [ 253 ] {24402864-bee1-4f10-b676-2d70388d9426} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 4401 | 2024.11.27 18:37:13.073511 [ 253 ] {24402864-bee1-4f10-b676-2d70388d9426} <Trace> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4402 | 2024.11.27 18:37:13.074355 [ 253 ] {24402864-bee1-4f10-b676-2d70388d9426} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004861 sec., 205.71898786257972 rows/sec., 13.86 KiB/sec. | ||
| 4403 | 2024.11.27 18:37:13.074526 [ 253 ] {24402864-bee1-4f10-b676-2d70388d9426} <Debug> TCPHandler: Processed in 0.005291818 sec. | ||
| 4404 | 2024.11.27 18:37:13.074703 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4405 | 2024.11.27 18:37:13.074843 [ 254 ] {d9b5f1d2-e3f8-486f-9bf3-0c27cf308dfb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4406 | 2024.11.27 18:37:13.074925 [ 254 ] {d9b5f1d2-e3f8-486f-9bf3-0c27cf308dfb} <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 | ||
| 4407 | 2024.11.27 18:37:13.076921 [ 254 ] {d9b5f1d2-e3f8-486f-9bf3-0c27cf308dfb} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4408 | 2024.11.27 18:37:13.077005 [ 254 ] {d9b5f1d2-e3f8-486f-9bf3-0c27cf308dfb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 4409 | 2024.11.27 18:37:13.077044 [ 195 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9043 rows, containing 5 columns (5 merged, 0 gathered) in 0.008052829 sec., 1122959.3972503329 rows/sec., 76.25 MiB/sec. | ||
| 4410 | 2024.11.27 18:37:13.077250 [ 195 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4411 | 2024.11.27 18:37:13.077649 [ 195 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4412 | 2024.11.27 18:37:13.077772 [ 195 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4413 | 2024.11.27 18:37:13.077878 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.47 MiB. | ||
| 4414 | 2024.11.27 18:37:13.077930 [ 254 ] {d9b5f1d2-e3f8-486f-9bf3-0c27cf308dfb} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4415 | 2024.11.27 18:37:13.078203 [ 254 ] {d9b5f1d2-e3f8-486f-9bf3-0c27cf308dfb} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4416 | 2024.11.27 18:37:13.078480 [ 254 ] {d9b5f1d2-e3f8-486f-9bf3-0c27cf308dfb} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.00367 sec., 6811.989100817438 rows/sec., 12.21 MiB/sec. | ||
| 4417 | 2024.11.27 18:37:13.078687 [ 254 ] {d9b5f1d2-e3f8-486f-9bf3-0c27cf308dfb} <Debug> TCPHandler: Processed in 0.00404447 sec. | ||
| 4418 | 2024.11.27 18:37:13.078825 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4419 | 2024.11.27 18:37:13.078950 [ 253 ] {4e6fddd2-ba53-4050-9209-e25773116cea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4420 | 2024.11.27 18:37:13.079002 [ 253 ] {4e6fddd2-ba53-4050-9209-e25773116cea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4421 | 2024.11.27 18:37:13.079511 [ 253 ] {4e6fddd2-ba53-4050-9209-e25773116cea} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4422 | 2024.11.27 18:37:13.079551 [ 253 ] {4e6fddd2-ba53-4050-9209-e25773116cea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 4423 | 2024.11.27 18:37:13.079950 [ 253 ] {4e6fddd2-ba53-4050-9209-e25773116cea} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4424 | 2024.11.27 18:37:13.080207 [ 253 ] {4e6fddd2-ba53-4050-9209-e25773116cea} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4425 | 2024.11.27 18:37:13.080374 [ 88 ] {} <Debug> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4426 | 2024.11.27 18:37:13.080436 [ 88 ] {} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4427 | 2024.11.27 18:37:13.080482 [ 253 ] {4e6fddd2-ba53-4050-9209-e25773116cea} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001534 sec., 53455.01955671447 rows/sec., 3.40 MiB/sec. | ||
| 4428 | 2024.11.27 18:37:13.080489 [ 88 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 4429 | 2024.11.27 18:37:13.080638 [ 253 ] {4e6fddd2-ba53-4050-9209-e25773116cea} <Debug> TCPHandler: Processed in 0.001865178 sec. | ||
| 4430 | 2024.11.27 18:37:13.080708 [ 186 ] {c59724f6-f374-41a1-8302-611230e47527::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 | ||
| 4431 | 2024.11.27 18:37:13.080812 [ 186 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4432 | 2024.11.27 18:37:13.080843 [ 186 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1550 rows starting from the beginning of the part | ||
| 4433 | 2024.11.27 18:37:13.080941 [ 186 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 82 rows starting from the beginning of the part | ||
| 4434 | 2024.11.27 18:37:13.081137 [ 186 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 60 rows starting from the beginning of the part | ||
| 4435 | 2024.11.27 18:37:13.081211 [ 186 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 82 rows starting from the beginning of the part | ||
| 4436 | 2024.11.27 18:37:13.081327 [ 186 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 60 rows starting from the beginning of the part | ||
| 4437 | 2024.11.27 18:37:13.081415 [ 186 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 82 rows starting from the beginning of the part | ||
| 4438 | 2024.11.27 18:37:13.082693 [ 197 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1916 rows, containing 4 columns (4 merged, 0 gathered) in 0.002055291 sec., 932228.0883826184 rows/sec., 61.55 MiB/sec. | ||
| 4439 | 2024.11.27 18:37:13.082934 [ 191 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4440 | 2024.11.27 18:37:13.083246 [ 191 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_31_6} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4441 | 2024.11.27 18:37:13.083335 [ 191 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_31_6} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4442 | 2024.11.27 18:37:13.083423 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. | ||
| 4443 | 2024.11.27 18:37:13.153407 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 166 | ||
| 4444 | 2024.11.27 18:37:13.173488 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4445 | 2024.11.27 18:37:13.173542 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 4446 | 2024.11.27 18:37:13.180950 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4447 | 2024.11.27 18:37:13.181728 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4448 | 2024.11.27 18:37:13.185071 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 166 | ||
| 4449 | 2024.11.27 18:37:14.226459 [ 85 ] {} <Debug> oximeter.fields_ipaddr (53955b2a-eb56-41e3-a1fe-af6ea47fe91e) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 4450 | 2024.11.27 18:37:14.226533 [ 85 ] {} <Trace> oximeter.fields_ipaddr (53955b2a-eb56-41e3-a1fe-af6ea47fe91e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4451 | 2024.11.27 18:37:14.226560 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 4452 | 2024.11.27 18:37:14.226812 [ 197 ] {53955b2a-eb56-41e3-a1fe-af6ea47fe91e::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 | ||
| 4453 | 2024.11.27 18:37:14.227007 [ 197 ] {53955b2a-eb56-41e3-a1fe-af6ea47fe91e::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4454 | 2024.11.27 18:37:14.227049 [ 197 ] {53955b2a-eb56-41e3-a1fe-af6ea47fe91e::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 4 rows starting from the beginning of the part | ||
| 4455 | 2024.11.27 18:37:14.227148 [ 197 ] {53955b2a-eb56-41e3-a1fe-af6ea47fe91e::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 | ||
| 4456 | 2024.11.27 18:37:14.227417 [ 197 ] {53955b2a-eb56-41e3-a1fe-af6ea47fe91e::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 2 rows starting from the beginning of the part | ||
| 4457 | 2024.11.27 18:37:14.227638 [ 197 ] {53955b2a-eb56-41e3-a1fe-af6ea47fe91e::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 8 rows starting from the beginning of the part | ||
| 4458 | 2024.11.27 18:37:14.227840 [ 197 ] {53955b2a-eb56-41e3-a1fe-af6ea47fe91e::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 8 rows starting from the beginning of the part | ||
| 4459 | 2024.11.27 18:37:14.228968 [ 191 ] {53955b2a-eb56-41e3-a1fe-af6ea47fe91e::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 28 rows, containing 5 columns (5 merged, 0 gathered) in 0.002316824 sec., 12085.510163914048 rows/sec., 1.01 MiB/sec. | ||
| 4460 | 2024.11.27 18:37:14.229132 [ 193 ] {53955b2a-eb56-41e3-a1fe-af6ea47fe91e::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 4461 | 2024.11.27 18:37:14.229425 [ 193 ] {53955b2a-eb56-41e3-a1fe-af6ea47fe91e::all_1_5_1} <Trace> oximeter.fields_ipaddr (53955b2a-eb56-41e3-a1fe-af6ea47fe91e): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4462 | 2024.11.27 18:37:14.229502 [ 193 ] {53955b2a-eb56-41e3-a1fe-af6ea47fe91e::all_1_5_1} <Trace> oximeter.fields_ipaddr (53955b2a-eb56-41e3-a1fe-af6ea47fe91e) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 4463 | 2024.11.27 18:37:14.229578 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 4464 | 2024.11.27 18:37:17.458577 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 626 | ||
| 4465 | 2024.11.27 18:37:17.461783 [ 242 ] {} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4466 | 2024.11.27 18:37:17.461848 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 4467 | 2024.11.27 18:37:17.463381 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 4468 | 2024.11.27 18:37:17.463760 [ 242 ] {} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4469 | 2024.11.27 18:37:17.464052 [ 83 ] {} <Debug> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 4470 | 2024.11.27 18:37:17.464178 [ 83 ] {} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4471 | 2024.11.27 18:37:17.464256 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 4472 | 2024.11.27 18:37:17.464744 [ 197 ] {b2094d96-d5ad-4d24-939b-7466c2610b9f::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.27 18:37:17.466304 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 626 | ||
| 4474 | 2024.11.27 18:37:17.466677 [ 197 ] {b2094d96-d5ad-4d24-939b-7466c2610b9f::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4475 | 2024.11.27 18:37:17.466851 [ 197 ] {b2094d96-d5ad-4d24-939b-7466c2610b9f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 450 rows starting from the beginning of the part | ||
| 4476 | 2024.11.27 18:37:17.467447 [ 197 ] {b2094d96-d5ad-4d24-939b-7466c2610b9f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 34 rows starting from the beginning of the part | ||
| 4477 | 2024.11.27 18:37:17.467985 [ 197 ] {b2094d96-d5ad-4d24-939b-7466c2610b9f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 34 rows starting from the beginning of the part | ||
| 4478 | 2024.11.27 18:37:17.468680 [ 197 ] {b2094d96-d5ad-4d24-939b-7466c2610b9f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 38 rows starting from the beginning of the part | ||
| 4479 | 2024.11.27 18:37:17.469327 [ 197 ] {b2094d96-d5ad-4d24-939b-7466c2610b9f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 36 rows starting from the beginning of the part | ||
| 4480 | 2024.11.27 18:37:17.469943 [ 197 ] {b2094d96-d5ad-4d24-939b-7466c2610b9f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 34 rows starting from the beginning of the part | ||
| 4481 | 2024.11.27 18:37:17.477744 [ 194 ] {b2094d96-d5ad-4d24-939b-7466c2610b9f::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 626 rows, containing 72 columns (72 merged, 0 gathered) in 0.013353228 sec., 46880.05027698172 rows/sec., 41.06 MiB/sec. | ||
| 4482 | 2024.11.27 18:37:17.478909 [ 188 ] {b2094d96-d5ad-4d24-939b-7466c2610b9f::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 4483 | 2024.11.27 18:37:17.479762 [ 188 ] {b2094d96-d5ad-4d24-939b-7466c2610b9f::all_1_16_3} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4484 | 2024.11.27 18:37:17.479857 [ 188 ] {b2094d96-d5ad-4d24-939b-7466c2610b9f::all_1_16_3} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 4485 | 2024.11.27 18:37:17.480219 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.08 MiB. | ||
| 4486 | 2024.11.27 18:37:18.065181 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4487 | 2024.11.27 18:37:18.065375 [ 253 ] {fe661689-c17f-4d02-ad2a-d39ef4132eb8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 4488 | 2024.11.27 18:37:18.065453 [ 253 ] {fe661689-c17f-4d02-ad2a-d39ef4132eb8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 4489 | 2024.11.27 18:37:18.066181 [ 253 ] {fe661689-c17f-4d02-ad2a-d39ef4132eb8} <Trace> oximeter.fields_ipaddr (53955b2a-eb56-41e3-a1fe-af6ea47fe91e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4490 | 2024.11.27 18:37:18.066236 [ 253 ] {fe661689-c17f-4d02-ad2a-d39ef4132eb8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 4491 | 2024.11.27 18:37:18.066679 [ 253 ] {fe661689-c17f-4d02-ad2a-d39ef4132eb8} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 4492 | 2024.11.27 18:37:18.066941 [ 253 ] {fe661689-c17f-4d02-ad2a-d39ef4132eb8} <Trace> oximeter.fields_ipaddr (53955b2a-eb56-41e3-a1fe-af6ea47fe91e): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4493 | 2024.11.27 18:37:18.067166 [ 253 ] {fe661689-c17f-4d02-ad2a-d39ef4132eb8} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001844 sec., 1084.5986984815618 rows/sec., 88.44 KiB/sec. | ||
| 4494 | 2024.11.27 18:37:18.067231 [ 253 ] {fe661689-c17f-4d02-ad2a-d39ef4132eb8} <Debug> TCPHandler: Processed in 0.002182262 sec. | ||
| 4495 | 2024.11.27 18:37:18.067474 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4496 | 2024.11.27 18:37:18.067685 [ 254 ] {ce5c8c24-82d6-477d-ad77-72c159f75170} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4497 | 2024.11.27 18:37:18.067766 [ 254 ] {ce5c8c24-82d6-477d-ad77-72c159f75170} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4498 | 2024.11.27 18:37:18.069029 [ 254 ] {ce5c8c24-82d6-477d-ad77-72c159f75170} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4499 | 2024.11.27 18:37:18.069079 [ 254 ] {ce5c8c24-82d6-477d-ad77-72c159f75170} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 4500 | 2024.11.27 18:37:18.069595 [ 254 ] {ce5c8c24-82d6-477d-ad77-72c159f75170} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4501 | 2024.11.27 18:37:18.069858 [ 254 ] {ce5c8c24-82d6-477d-ad77-72c159f75170} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4502 | 2024.11.27 18:37:18.070113 [ 254 ] {ce5c8c24-82d6-477d-ad77-72c159f75170} <Debug> executeQuery: Read 1229 rows, 103.59 KiB in 0.002481 sec., 495364.7722692462 rows/sec., 40.78 MiB/sec. | ||
| 4503 | 2024.11.27 18:37:18.070178 [ 254 ] {ce5c8c24-82d6-477d-ad77-72c159f75170} <Debug> TCPHandler: Processed in 0.002839602 sec. | ||
| 4504 | 2024.11.27 18:37:18.070334 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4505 | 2024.11.27 18:37:18.070482 [ 253 ] {2185274c-02b7-421c-b2e5-74751bde6ec5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4506 | 2024.11.27 18:37:18.070547 [ 253 ] {2185274c-02b7-421c-b2e5-74751bde6ec5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4507 | 2024.11.27 18:37:18.071192 [ 253 ] {2185274c-02b7-421c-b2e5-74751bde6ec5} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4508 | 2024.11.27 18:37:18.071235 [ 253 ] {2185274c-02b7-421c-b2e5-74751bde6ec5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 4509 | 2024.11.27 18:37:18.071613 [ 253 ] {2185274c-02b7-421c-b2e5-74751bde6ec5} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4510 | 2024.11.27 18:37:18.071854 [ 253 ] {2185274c-02b7-421c-b2e5-74751bde6ec5} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4511 | 2024.11.27 18:37:18.072079 [ 253 ] {2185274c-02b7-421c-b2e5-74751bde6ec5} <Debug> executeQuery: Read 18 rows, 1.34 KiB in 0.001634 sec., 11015.911872705017 rows/sec., 821.77 KiB/sec. | ||
| 4512 | 2024.11.27 18:37:18.072142 [ 253 ] {2185274c-02b7-421c-b2e5-74751bde6ec5} <Debug> TCPHandler: Processed in 0.001877268 sec. | ||
| 4513 | 2024.11.27 18:37:18.072304 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4514 | 2024.11.27 18:37:18.072447 [ 254 ] {3da47a9c-f8c4-409a-a007-ef45cca8ba5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4515 | 2024.11.27 18:37:18.072507 [ 254 ] {3da47a9c-f8c4-409a-a007-ef45cca8ba5f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4516 | 2024.11.27 18:37:18.073256 [ 254 ] {3da47a9c-f8c4-409a-a007-ef45cca8ba5f} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4517 | 2024.11.27 18:37:18.073297 [ 254 ] {3da47a9c-f8c4-409a-a007-ef45cca8ba5f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 4518 | 2024.11.27 18:37:18.073668 [ 254 ] {3da47a9c-f8c4-409a-a007-ef45cca8ba5f} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4519 | 2024.11.27 18:37:18.073913 [ 254 ] {3da47a9c-f8c4-409a-a007-ef45cca8ba5f} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4520 | 2024.11.27 18:37:18.074154 [ 254 ] {3da47a9c-f8c4-409a-a007-ef45cca8ba5f} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001732 sec., 131639.72286374134 rows/sec., 8.91 MiB/sec. | ||
| 4521 | 2024.11.27 18:37:18.074270 [ 254 ] {3da47a9c-f8c4-409a-a007-ef45cca8ba5f} <Debug> TCPHandler: Processed in 0.002038431 sec. | ||
| 4522 | 2024.11.27 18:37:18.074503 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4523 | 2024.11.27 18:37:18.074665 [ 253 ] {1c95d62e-2143-484f-86a8-bfb36bf28b84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4524 | 2024.11.27 18:37:18.074723 [ 253 ] {1c95d62e-2143-484f-86a8-bfb36bf28b84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4525 | 2024.11.27 18:37:18.075565 [ 253 ] {1c95d62e-2143-484f-86a8-bfb36bf28b84} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4526 | 2024.11.27 18:37:18.075605 [ 253 ] {1c95d62e-2143-484f-86a8-bfb36bf28b84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 4527 | 2024.11.27 18:37:18.075990 [ 253 ] {1c95d62e-2143-484f-86a8-bfb36bf28b84} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4528 | 2024.11.27 18:37:18.076239 [ 253 ] {1c95d62e-2143-484f-86a8-bfb36bf28b84} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4529 | 2024.11.27 18:37:18.076418 [ 253 ] {1c95d62e-2143-484f-86a8-bfb36bf28b84} <Debug> executeQuery: Read 538 rows, 40.85 KiB in 0.001785 sec., 301400.56022408966 rows/sec., 22.35 MiB/sec. | ||
| 4530 | 2024.11.27 18:37:18.076473 [ 253 ] {1c95d62e-2143-484f-86a8-bfb36bf28b84} <Debug> TCPHandler: Processed in 0.002093811 sec. | ||
| 4531 | 2024.11.27 18:37:18.076638 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4532 | 2024.11.27 18:37:18.076779 [ 254 ] {899ae7b0-36cb-4b9c-8ef6-c8f147fa9db2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4533 | 2024.11.27 18:37:18.076842 [ 254 ] {899ae7b0-36cb-4b9c-8ef6-c8f147fa9db2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4534 | 2024.11.27 18:37:18.077719 [ 254 ] {899ae7b0-36cb-4b9c-8ef6-c8f147fa9db2} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4535 | 2024.11.27 18:37:18.077768 [ 254 ] {899ae7b0-36cb-4b9c-8ef6-c8f147fa9db2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 4536 | 2024.11.27 18:37:18.078241 [ 254 ] {899ae7b0-36cb-4b9c-8ef6-c8f147fa9db2} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4537 | 2024.11.27 18:37:18.078480 [ 254 ] {899ae7b0-36cb-4b9c-8ef6-c8f147fa9db2} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4538 | 2024.11.27 18:37:18.078723 [ 254 ] {899ae7b0-36cb-4b9c-8ef6-c8f147fa9db2} <Debug> executeQuery: Read 881 rows, 60.70 KiB in 0.001965 sec., 448346.0559796437 rows/sec., 30.17 MiB/sec. | ||
| 4539 | 2024.11.27 18:37:18.078815 [ 254 ] {899ae7b0-36cb-4b9c-8ef6-c8f147fa9db2} <Debug> TCPHandler: Processed in 0.002247024 sec. | ||
| 4540 | 2024.11.27 18:37:18.079128 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4541 | 2024.11.27 18:37:18.079380 [ 253 ] {a769d6c8-e0f7-4a91-9e6d-6711be95adeb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4542 | 2024.11.27 18:37:18.079520 [ 253 ] {a769d6c8-e0f7-4a91-9e6d-6711be95adeb} <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 | ||
| 4543 | 2024.11.27 18:37:18.080865 [ 253 ] {a769d6c8-e0f7-4a91-9e6d-6711be95adeb} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4544 | 2024.11.27 18:37:18.080903 [ 253 ] {a769d6c8-e0f7-4a91-9e6d-6711be95adeb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 4545 | 2024.11.27 18:37:18.081539 [ 253 ] {a769d6c8-e0f7-4a91-9e6d-6711be95adeb} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4546 | 2024.11.27 18:37:18.081800 [ 253 ] {a769d6c8-e0f7-4a91-9e6d-6711be95adeb} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4547 | 2024.11.27 18:37:18.081991 [ 253 ] {a769d6c8-e0f7-4a91-9e6d-6711be95adeb} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002666 sec., 6001.500375093773 rows/sec., 10.75 MiB/sec. | ||
| 4548 | 2024.11.27 18:37:18.082080 [ 253 ] {a769d6c8-e0f7-4a91-9e6d-6711be95adeb} <Debug> TCPHandler: Processed in 0.003170357 sec. | ||
| 4549 | 2024.11.27 18:37:18.082244 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4550 | 2024.11.27 18:37:18.082382 [ 254 ] {2294f680-4a8e-4ccf-9b42-cb8368f73d8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4551 | 2024.11.27 18:37:18.082441 [ 254 ] {2294f680-4a8e-4ccf-9b42-cb8368f73d8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4552 | 2024.11.27 18:37:18.082989 [ 254 ] {2294f680-4a8e-4ccf-9b42-cb8368f73d8c} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4553 | 2024.11.27 18:37:18.083028 [ 254 ] {2294f680-4a8e-4ccf-9b42-cb8368f73d8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 4554 | 2024.11.27 18:37:18.083405 [ 254 ] {2294f680-4a8e-4ccf-9b42-cb8368f73d8c} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4555 | 2024.11.27 18:37:18.083645 [ 254 ] {2294f680-4a8e-4ccf-9b42-cb8368f73d8c} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4556 | 2024.11.27 18:37:18.083847 [ 254 ] {2294f680-4a8e-4ccf-9b42-cb8368f73d8c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001496 sec., 40106.95187165776 rows/sec., 2.70 MiB/sec. | ||
| 4557 | 2024.11.27 18:37:18.083899 [ 254 ] {2294f680-4a8e-4ccf-9b42-cb8368f73d8c} <Debug> TCPHandler: Processed in 0.001723615 sec. | ||
| 4558 | 2024.11.27 18:37:19.920489 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 10553 | ||
| 4559 | 2024.11.27 18:37:19.921208 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4560 | 2024.11.27 18:37:19.921263 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 4561 | 2024.11.27 18:37:19.921825 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4562 | 2024.11.27 18:37:19.922091 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4563 | 2024.11.27 18:37:19.922370 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10553 | ||
| 4564 | 2024.11.27 18:37:20.685264 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 174 | ||
| 4565 | 2024.11.27 18:37:20.706145 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4566 | 2024.11.27 18:37:20.706209 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 4567 | 2024.11.27 18:37:20.713693 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4568 | 2024.11.27 18:37:20.714487 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4569 | 2024.11.27 18:37:20.717502 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 174 | ||
| 4570 | 2024.11.27 18:37:23.042971 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4571 | 2024.11.27 18:37:23.043187 [ 253 ] {4b7e9074-3fc5-4374-99e1-a52af5e4c74e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4572 | 2024.11.27 18:37:23.043273 [ 253 ] {4b7e9074-3fc5-4374-99e1-a52af5e4c74e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4573 | 2024.11.27 18:37:23.044134 [ 253 ] {4b7e9074-3fc5-4374-99e1-a52af5e4c74e} <Trace> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4574 | 2024.11.27 18:37:23.044192 [ 253 ] {4b7e9074-3fc5-4374-99e1-a52af5e4c74e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 4575 | 2024.11.27 18:37:23.044636 [ 253 ] {4b7e9074-3fc5-4374-99e1-a52af5e4c74e} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 4576 | 2024.11.27 18:37:23.044897 [ 253 ] {4b7e9074-3fc5-4374-99e1-a52af5e4c74e} <Trace> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4577 | 2024.11.27 18:37:23.045089 [ 76 ] {} <Debug> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 4578 | 2024.11.27 18:37:23.045161 [ 253 ] {4b7e9074-3fc5-4374-99e1-a52af5e4c74e} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002031 sec., 6893.1560807484 rows/sec., 496.21 KiB/sec. | ||
| 4579 | 2024.11.27 18:37:23.045190 [ 76 ] {} <Trace> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4580 | 2024.11.27 18:37:23.045251 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 4581 | 2024.11.27 18:37:23.045307 [ 253 ] {4b7e9074-3fc5-4374-99e1-a52af5e4c74e} <Debug> TCPHandler: Processed in 0.002472376 sec. | ||
| 4582 | 2024.11.27 18:37:23.045612 [ 189 ] {17effacc-4e38-4bb0-b3f7-e2a659fcc7fb::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 | ||
| 4583 | 2024.11.27 18:37:23.045667 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4584 | 2024.11.27 18:37:23.045790 [ 189 ] {17effacc-4e38-4bb0-b3f7-e2a659fcc7fb::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4585 | 2024.11.27 18:37:23.045870 [ 189 ] {17effacc-4e38-4bb0-b3f7-e2a659fcc7fb::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 | ||
| 4586 | 2024.11.27 18:37:23.045952 [ 254 ] {474d710c-053e-43ba-a677-13f1f65521f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4587 | 2024.11.27 18:37:23.046110 [ 254 ] {474d710c-053e-43ba-a677-13f1f65521f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4588 | 2024.11.27 18:37:23.046110 [ 189 ] {17effacc-4e38-4bb0-b3f7-e2a659fcc7fb::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 | ||
| 4589 | 2024.11.27 18:37:23.046493 [ 189 ] {17effacc-4e38-4bb0-b3f7-e2a659fcc7fb::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 | ||
| 4590 | 2024.11.27 18:37:23.046845 [ 189 ] {17effacc-4e38-4bb0-b3f7-e2a659fcc7fb::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 | ||
| 4591 | 2024.11.27 18:37:23.047179 [ 189 ] {17effacc-4e38-4bb0-b3f7-e2a659fcc7fb::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 | ||
| 4592 | 2024.11.27 18:37:23.049071 [ 254 ] {474d710c-053e-43ba-a677-13f1f65521f1} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4593 | 2024.11.27 18:37:23.049153 [ 254 ] {474d710c-053e-43ba-a677-13f1f65521f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 4594 | 2024.11.27 18:37:23.049656 [ 189 ] {17effacc-4e38-4bb0-b3f7-e2a659fcc7fb::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004295633 sec., 16295.619295223776 rows/sec., 1.21 MiB/sec. | ||
| 4595 | 2024.11.27 18:37:23.049848 [ 189 ] {17effacc-4e38-4bb0-b3f7-e2a659fcc7fb::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 4596 | 2024.11.27 18:37:23.050290 [ 254 ] {474d710c-053e-43ba-a677-13f1f65521f1} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4597 | 2024.11.27 18:37:23.050446 [ 189 ] {17effacc-4e38-4bb0-b3f7-e2a659fcc7fb::all_1_9_2} <Trace> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4598 | 2024.11.27 18:37:23.050608 [ 189 ] {17effacc-4e38-4bb0-b3f7-e2a659fcc7fb::all_1_9_2} <Trace> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 4599 | 2024.11.27 18:37:23.050768 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 4600 | 2024.11.27 18:37:23.050846 [ 254 ] {474d710c-053e-43ba-a677-13f1f65521f1} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4601 | 2024.11.27 18:37:23.051116 [ 254 ] {474d710c-053e-43ba-a677-13f1f65521f1} <Debug> executeQuery: Read 253 rows, 22.72 KiB in 0.005254 sec., 48153.78759040731 rows/sec., 4.22 MiB/sec. | ||
| 4602 | 2024.11.27 18:37:23.051199 [ 254 ] {474d710c-053e-43ba-a677-13f1f65521f1} <Debug> TCPHandler: Processed in 0.005749065 sec. | ||
| 4603 | 2024.11.27 18:37:23.051362 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4604 | 2024.11.27 18:37:23.051515 [ 253 ] {c3430c97-d865-418c-9b5b-8c3567a42f95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4605 | 2024.11.27 18:37:23.051581 [ 253 ] {c3430c97-d865-418c-9b5b-8c3567a42f95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4606 | 2024.11.27 18:37:23.052284 [ 253 ] {c3430c97-d865-418c-9b5b-8c3567a42f95} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4607 | 2024.11.27 18:37:23.052326 [ 253 ] {c3430c97-d865-418c-9b5b-8c3567a42f95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 4608 | 2024.11.27 18:37:23.052715 [ 253 ] {c3430c97-d865-418c-9b5b-8c3567a42f95} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 4609 | 2024.11.27 18:37:23.052972 [ 253 ] {c3430c97-d865-418c-9b5b-8c3567a42f95} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4610 | 2024.11.27 18:37:23.053138 [ 76 ] {} <Debug> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c) (MergerMutator): Selected 6 parts from all_1_20_4 to all_25_25_0 | ||
| 4611 | 2024.11.27 18:37:23.053196 [ 76 ] {} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4612 | 2024.11.27 18:37:23.053232 [ 253 ] {c3430c97-d865-418c-9b5b-8c3567a42f95} <Debug> executeQuery: Read 32 rows, 2.34 KiB in 0.001745 sec., 18338.10888252149 rows/sec., 1.31 MiB/sec. | ||
| 4613 | 2024.11.27 18:37:23.053241 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 4614 | 2024.11.27 18:37:23.053421 [ 253 ] {c3430c97-d865-418c-9b5b-8c3567a42f95} <Debug> TCPHandler: Processed in 0.002120851 sec. | ||
| 4615 | 2024.11.27 18:37:23.053736 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4616 | 2024.11.27 18:37:23.053769 [ 194 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::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 | ||
| 4617 | 2024.11.27 18:37:23.054117 [ 254 ] {89d93136-4432-465d-bf2a-ebc5aba0b129} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4618 | 2024.11.27 18:37:23.054264 [ 254 ] {89d93136-4432-465d-bf2a-ebc5aba0b129} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4619 | 2024.11.27 18:37:23.054275 [ 194 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_25_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4620 | 2024.11.27 18:37:23.054376 [ 194 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 64 rows starting from the beginning of the part | ||
| 4621 | 2024.11.27 18:37:23.054724 [ 194 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 40 rows starting from the beginning of the part | ||
| 4622 | 2024.11.27 18:37:23.055104 [ 194 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 16 rows starting from the beginning of the part | ||
| 4623 | 2024.11.27 18:37:23.055486 [ 194 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 32 rows starting from the beginning of the part | ||
| 4624 | 2024.11.27 18:37:23.055806 [ 194 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 18 rows starting from the beginning of the part | ||
| 4625 | 2024.11.27 18:37:23.056048 [ 194 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 32 rows starting from the beginning of the part | ||
| 4626 | 2024.11.27 18:37:23.056804 [ 254 ] {89d93136-4432-465d-bf2a-ebc5aba0b129} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4627 | 2024.11.27 18:37:23.056877 [ 254 ] {89d93136-4432-465d-bf2a-ebc5aba0b129} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 4628 | 2024.11.27 18:37:23.057911 [ 254 ] {89d93136-4432-465d-bf2a-ebc5aba0b129} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4629 | 2024.11.27 18:37:23.058581 [ 254 ] {89d93136-4432-465d-bf2a-ebc5aba0b129} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4630 | 2024.11.27 18:37:23.058678 [ 194 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_25_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 202 rows, containing 5 columns (5 merged, 0 gathered) in 0.005304398 sec., 38081.60699856986 rows/sec., 2.86 MiB/sec. | ||
| 4631 | 2024.11.27 18:37:23.058937 [ 194 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_25_5} <Trace> MergedBlockOutputStream: filled checksums all_1_25_5 (state Temporary) | ||
| 4632 | 2024.11.27 18:37:23.059164 [ 254 ] {89d93136-4432-465d-bf2a-ebc5aba0b129} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005159 sec., 2713.7042062415194 rows/sec., 190.05 KiB/sec. | ||
| 4633 | 2024.11.27 18:37:23.059494 [ 254 ] {89d93136-4432-465d-bf2a-ebc5aba0b129} <Debug> TCPHandler: Processed in 0.005930277 sec. | ||
| 4634 | 2024.11.27 18:37:23.059727 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4635 | 2024.11.27 18:37:23.059730 [ 194 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_25_5} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Renaming temporary part tmp_merge_all_1_25_5 to all_1_25_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4636 | 2024.11.27 18:37:23.059839 [ 194 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_25_5} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c) (MergerMutator): Merged 6 parts: [all_1_20_4, all_25_25_0] -> all_1_25_5 | ||
| 4637 | 2024.11.27 18:37:23.059891 [ 253 ] {13944f29-9e11-4930-aa62-d6d5e8a1bacc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4638 | 2024.11.27 18:37:23.059922 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 4639 | 2024.11.27 18:37:23.059964 [ 253 ] {13944f29-9e11-4930-aa62-d6d5e8a1bacc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4640 | 2024.11.27 18:37:23.060530 [ 253 ] {13944f29-9e11-4930-aa62-d6d5e8a1bacc} <Trace> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4641 | 2024.11.27 18:37:23.060568 [ 253 ] {13944f29-9e11-4930-aa62-d6d5e8a1bacc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 4642 | 2024.11.27 18:37:23.060928 [ 253 ] {13944f29-9e11-4930-aa62-d6d5e8a1bacc} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 4643 | 2024.11.27 18:37:23.061176 [ 253 ] {13944f29-9e11-4930-aa62-d6d5e8a1bacc} <Trace> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4644 | 2024.11.27 18:37:23.061341 [ 76 ] {} <Debug> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 4645 | 2024.11.27 18:37:23.061403 [ 76 ] {} <Trace> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4646 | 2024.11.27 18:37:23.061436 [ 253 ] {13944f29-9e11-4930-aa62-d6d5e8a1bacc} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001578 sec., 8238.276299112802 rows/sec., 513.65 KiB/sec. | ||
| 4647 | 2024.11.27 18:37:23.061449 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 4648 | 2024.11.27 18:37:23.061601 [ 253 ] {13944f29-9e11-4930-aa62-d6d5e8a1bacc} <Debug> TCPHandler: Processed in 0.001977159 sec. | ||
| 4649 | 2024.11.27 18:37:23.061896 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4650 | 2024.11.27 18:37:23.061914 [ 190 ] {570c97a2-0b60-44ce-bbb0-1d06000f2297::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 | ||
| 4651 | 2024.11.27 18:37:23.062213 [ 254 ] {832438aa-0818-4212-9664-011efee18638} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4652 | 2024.11.27 18:37:23.062221 [ 190 ] {570c97a2-0b60-44ce-bbb0-1d06000f2297::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4653 | 2024.11.27 18:37:23.062288 [ 190 ] {570c97a2-0b60-44ce-bbb0-1d06000f2297::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 | ||
| 4654 | 2024.11.27 18:37:23.062309 [ 254 ] {832438aa-0818-4212-9664-011efee18638} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4655 | 2024.11.27 18:37:23.062650 [ 190 ] {570c97a2-0b60-44ce-bbb0-1d06000f2297::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 | ||
| 4656 | 2024.11.27 18:37:23.062929 [ 190 ] {570c97a2-0b60-44ce-bbb0-1d06000f2297::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 | ||
| 4657 | 2024.11.27 18:37:23.063328 [ 190 ] {570c97a2-0b60-44ce-bbb0-1d06000f2297::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 | ||
| 4658 | 2024.11.27 18:37:23.063726 [ 190 ] {570c97a2-0b60-44ce-bbb0-1d06000f2297::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 | ||
| 4659 | 2024.11.27 18:37:23.065247 [ 254 ] {832438aa-0818-4212-9664-011efee18638} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4660 | 2024.11.27 18:37:23.065332 [ 254 ] {832438aa-0818-4212-9664-011efee18638} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 4661 | 2024.11.27 18:37:23.066087 [ 190 ] {570c97a2-0b60-44ce-bbb0-1d06000f2297::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004501157 sec., 14440.731571904733 rows/sec., 956.79 KiB/sec. | ||
| 4662 | 2024.11.27 18:37:23.066279 [ 190 ] {570c97a2-0b60-44ce-bbb0-1d06000f2297::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 4663 | 2024.11.27 18:37:23.066370 [ 254 ] {832438aa-0818-4212-9664-011efee18638} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4664 | 2024.11.27 18:37:23.066743 [ 190 ] {570c97a2-0b60-44ce-bbb0-1d06000f2297::all_1_9_2} <Trace> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4665 | 2024.11.27 18:37:23.066891 [ 254 ] {832438aa-0818-4212-9664-011efee18638} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4666 | 2024.11.27 18:37:23.066930 [ 190 ] {570c97a2-0b60-44ce-bbb0-1d06000f2297::all_1_9_2} <Trace> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 4667 | 2024.11.27 18:37:23.067071 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 4668 | 2024.11.27 18:37:23.067264 [ 254 ] {832438aa-0818-4212-9664-011efee18638} <Debug> executeQuery: Read 407 rows, 29.68 KiB in 0.005159 sec., 78891.2579957356 rows/sec., 5.62 MiB/sec. | ||
| 4669 | 2024.11.27 18:37:23.067340 [ 254 ] {832438aa-0818-4212-9664-011efee18638} <Debug> TCPHandler: Processed in 0.005626784 sec. | ||
| 4670 | 2024.11.27 18:37:23.067505 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4671 | 2024.11.27 18:37:23.067647 [ 253 ] {bbd63913-f552-45e1-b9e9-d5f5b70de15e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4672 | 2024.11.27 18:37:23.067708 [ 253 ] {bbd63913-f552-45e1-b9e9-d5f5b70de15e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4673 | 2024.11.27 18:37:23.068232 [ 253 ] {bbd63913-f552-45e1-b9e9-d5f5b70de15e} <Trace> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4674 | 2024.11.27 18:37:23.068271 [ 253 ] {bbd63913-f552-45e1-b9e9-d5f5b70de15e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 4675 | 2024.11.27 18:37:23.068647 [ 253 ] {bbd63913-f552-45e1-b9e9-d5f5b70de15e} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 4676 | 2024.11.27 18:37:23.068894 [ 253 ] {bbd63913-f552-45e1-b9e9-d5f5b70de15e} <Trace> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4677 | 2024.11.27 18:37:23.069164 [ 253 ] {bbd63913-f552-45e1-b9e9-d5f5b70de15e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001534 sec., 3911.342894393742 rows/sec., 204.35 KiB/sec. | ||
| 4678 | 2024.11.27 18:37:23.069311 [ 253 ] {bbd63913-f552-45e1-b9e9-d5f5b70de15e} <Debug> TCPHandler: Processed in 0.001870218 sec. | ||
| 4679 | 2024.11.27 18:37:23.069462 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4680 | 2024.11.27 18:37:23.069602 [ 254 ] {8a6cb60d-96e1-415c-8b9d-d1930253765a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4681 | 2024.11.27 18:37:23.069666 [ 254 ] {8a6cb60d-96e1-415c-8b9d-d1930253765a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4682 | 2024.11.27 18:37:23.070321 [ 254 ] {8a6cb60d-96e1-415c-8b9d-d1930253765a} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4683 | 2024.11.27 18:37:23.070362 [ 254 ] {8a6cb60d-96e1-415c-8b9d-d1930253765a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 4684 | 2024.11.27 18:37:23.070769 [ 254 ] {8a6cb60d-96e1-415c-8b9d-d1930253765a} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4685 | 2024.11.27 18:37:23.071019 [ 254 ] {8a6cb60d-96e1-415c-8b9d-d1930253765a} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4686 | 2024.11.27 18:37:23.071240 [ 254 ] {8a6cb60d-96e1-415c-8b9d-d1930253765a} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00167 sec., 141916.16766467065 rows/sec., 9.51 MiB/sec. | ||
| 4687 | 2024.11.27 18:37:23.071296 [ 254 ] {8a6cb60d-96e1-415c-8b9d-d1930253765a} <Debug> TCPHandler: Processed in 0.001902728 sec. | ||
| 4688 | 2024.11.27 18:37:23.071452 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4689 | 2024.11.27 18:37:23.071591 [ 253 ] {7fc04d93-eeda-436b-900e-4aa307dc9cdb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4690 | 2024.11.27 18:37:23.071651 [ 253 ] {7fc04d93-eeda-436b-900e-4aa307dc9cdb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4691 | 2024.11.27 18:37:23.072172 [ 253 ] {7fc04d93-eeda-436b-900e-4aa307dc9cdb} <Trace> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4692 | 2024.11.27 18:37:23.072211 [ 253 ] {7fc04d93-eeda-436b-900e-4aa307dc9cdb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 4693 | 2024.11.27 18:37:23.072583 [ 253 ] {7fc04d93-eeda-436b-900e-4aa307dc9cdb} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 4694 | 2024.11.27 18:37:23.072836 [ 253 ] {7fc04d93-eeda-436b-900e-4aa307dc9cdb} <Trace> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4695 | 2024.11.27 18:37:23.073050 [ 253 ] {7fc04d93-eeda-436b-900e-4aa307dc9cdb} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00149 sec., 671.1409395973154 rows/sec., 45.22 KiB/sec. | ||
| 4696 | 2024.11.27 18:37:23.073101 [ 253 ] {7fc04d93-eeda-436b-900e-4aa307dc9cdb} <Debug> TCPHandler: Processed in 0.001717315 sec. | ||
| 4697 | 2024.11.27 18:37:23.073251 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4698 | 2024.11.27 18:37:23.073388 [ 254 ] {79dfc9a8-a817-4e38-ac21-67e1c6539970} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4699 | 2024.11.27 18:37:23.073483 [ 254 ] {79dfc9a8-a817-4e38-ac21-67e1c6539970} <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 | ||
| 4700 | 2024.11.27 18:37:23.074734 [ 254 ] {79dfc9a8-a817-4e38-ac21-67e1c6539970} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4701 | 2024.11.27 18:37:23.074776 [ 254 ] {79dfc9a8-a817-4e38-ac21-67e1c6539970} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 4702 | 2024.11.27 18:37:23.075415 [ 254 ] {79dfc9a8-a817-4e38-ac21-67e1c6539970} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 4703 | 2024.11.27 18:37:23.075677 [ 254 ] {79dfc9a8-a817-4e38-ac21-67e1c6539970} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4704 | 2024.11.27 18:37:23.076023 [ 254 ] {79dfc9a8-a817-4e38-ac21-67e1c6539970} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.002643 sec., 9458.948164964057 rows/sec., 16.95 MiB/sec. | ||
| 4705 | 2024.11.27 18:37:23.076365 [ 254 ] {79dfc9a8-a817-4e38-ac21-67e1c6539970} <Debug> TCPHandler: Processed in 0.003181728 sec. | ||
| 4706 | 2024.11.27 18:37:23.076530 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4707 | 2024.11.27 18:37:23.076669 [ 253 ] {ec6450a2-73b2-4ee5-9347-74e8ef5a2ced} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4708 | 2024.11.27 18:37:23.076729 [ 253 ] {ec6450a2-73b2-4ee5-9347-74e8ef5a2ced} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4709 | 2024.11.27 18:37:23.077253 [ 253 ] {ec6450a2-73b2-4ee5-9347-74e8ef5a2ced} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4710 | 2024.11.27 18:37:23.077294 [ 253 ] {ec6450a2-73b2-4ee5-9347-74e8ef5a2ced} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 4711 | 2024.11.27 18:37:23.077671 [ 253 ] {ec6450a2-73b2-4ee5-9347-74e8ef5a2ced} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4712 | 2024.11.27 18:37:23.077916 [ 253 ] {ec6450a2-73b2-4ee5-9347-74e8ef5a2ced} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4713 | 2024.11.27 18:37:23.078123 [ 253 ] {ec6450a2-73b2-4ee5-9347-74e8ef5a2ced} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001485 sec., 55218.85521885522 rows/sec., 3.51 MiB/sec. | ||
| 4714 | 2024.11.27 18:37:23.078172 [ 253 ] {ec6450a2-73b2-4ee5-9347-74e8ef5a2ced} <Debug> TCPHandler: Processed in 0.001713065 sec. | ||
| 4715 | 2024.11.27 18:37:27.315484 [ 71 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4716 | 2024.11.27 18:37:27.315553 [ 71 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4717 | 2024.11.27 18:37:27.422505 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11041 | ||
| 4718 | 2024.11.27 18:37:27.423236 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4719 | 2024.11.27 18:37:27.423286 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 4720 | 2024.11.27 18:37:27.423801 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4721 | 2024.11.27 18:37:27.424050 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4722 | 2024.11.27 18:37:27.424284 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11041 | ||
| 4723 | 2024.11.27 18:37:27.466566 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 664 | ||
| 4724 | 2024.11.27 18:37:27.469827 [ 242 ] {} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4725 | 2024.11.27 18:37:27.469880 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 4726 | 2024.11.27 18:37:27.471379 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 4727 | 2024.11.27 18:37:27.471693 [ 242 ] {} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4728 | 2024.11.27 18:37:27.472231 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 664 | ||
| 4729 | 2024.11.27 18:37:28.038539 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4730 | 2024.11.27 18:37:28.038753 [ 253 ] {1b7de1f7-6251-4576-878b-0da4bd520887} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4731 | 2024.11.27 18:37:28.038835 [ 253 ] {1b7de1f7-6251-4576-878b-0da4bd520887} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4732 | 2024.11.27 18:37:28.039659 [ 253 ] {1b7de1f7-6251-4576-878b-0da4bd520887} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4733 | 2024.11.27 18:37:28.039714 [ 253 ] {1b7de1f7-6251-4576-878b-0da4bd520887} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 4734 | 2024.11.27 18:37:28.040174 [ 253 ] {1b7de1f7-6251-4576-878b-0da4bd520887} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4735 | 2024.11.27 18:37:28.040443 [ 253 ] {1b7de1f7-6251-4576-878b-0da4bd520887} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4736 | 2024.11.27 18:37:28.040700 [ 253 ] {1b7de1f7-6251-4576-878b-0da4bd520887} <Debug> executeQuery: Read 88 rows, 7.40 KiB in 0.002006 sec., 43868.39481555334 rows/sec., 3.60 MiB/sec. | ||
| 4737 | 2024.11.27 18:37:28.040832 [ 253 ] {1b7de1f7-6251-4576-878b-0da4bd520887} <Debug> TCPHandler: Processed in 0.002432126 sec. | ||
| 4738 | 2024.11.27 18:37:28.041087 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4739 | 2024.11.27 18:37:28.041287 [ 254 ] {0cb4a1cc-b5b5-4300-a081-4cac61f0eac4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4740 | 2024.11.27 18:37:28.041369 [ 254 ] {0cb4a1cc-b5b5-4300-a081-4cac61f0eac4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4741 | 2024.11.27 18:37:28.042203 [ 254 ] {0cb4a1cc-b5b5-4300-a081-4cac61f0eac4} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4742 | 2024.11.27 18:37:28.042250 [ 254 ] {0cb4a1cc-b5b5-4300-a081-4cac61f0eac4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 4743 | 2024.11.27 18:37:28.042691 [ 254 ] {0cb4a1cc-b5b5-4300-a081-4cac61f0eac4} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4744 | 2024.11.27 18:37:28.042951 [ 254 ] {0cb4a1cc-b5b5-4300-a081-4cac61f0eac4} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4745 | 2024.11.27 18:37:28.043188 [ 254 ] {0cb4a1cc-b5b5-4300-a081-4cac61f0eac4} <Debug> executeQuery: Read 16 rows, 1.20 KiB in 0.001957 sec., 8175.779253960143 rows/sec., 614.78 KiB/sec. | ||
| 4746 | 2024.11.27 18:37:28.043257 [ 254 ] {0cb4a1cc-b5b5-4300-a081-4cac61f0eac4} <Debug> TCPHandler: Processed in 0.002290694 sec. | ||
| 4747 | 2024.11.27 18:37:28.043423 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4748 | 2024.11.27 18:37:28.043571 [ 253 ] {f511f238-49c6-4dba-bb95-b5077c9dad39} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4749 | 2024.11.27 18:37:28.043634 [ 253 ] {f511f238-49c6-4dba-bb95-b5077c9dad39} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4750 | 2024.11.27 18:37:28.044322 [ 253 ] {f511f238-49c6-4dba-bb95-b5077c9dad39} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4751 | 2024.11.27 18:37:28.044363 [ 253 ] {f511f238-49c6-4dba-bb95-b5077c9dad39} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 4752 | 2024.11.27 18:37:28.044737 [ 253 ] {f511f238-49c6-4dba-bb95-b5077c9dad39} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4753 | 2024.11.27 18:37:28.044995 [ 253 ] {f511f238-49c6-4dba-bb95-b5077c9dad39} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4754 | 2024.11.27 18:37:28.045269 [ 253 ] {f511f238-49c6-4dba-bb95-b5077c9dad39} <Debug> executeQuery: Read 80 rows, 6.40 KiB in 0.001731 sec., 46216.06008087811 rows/sec., 3.61 MiB/sec. | ||
| 4755 | 2024.11.27 18:37:28.045681 [ 253 ] {f511f238-49c6-4dba-bb95-b5077c9dad39} <Debug> TCPHandler: Processed in 0.002320354 sec. | ||
| 4756 | 2024.11.27 18:37:28.046015 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4757 | 2024.11.27 18:37:28.046377 [ 254 ] {59161bb2-efce-4956-a073-b576b949fa26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4758 | 2024.11.27 18:37:28.046437 [ 254 ] {59161bb2-efce-4956-a073-b576b949fa26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4759 | 2024.11.27 18:37:28.047025 [ 254 ] {59161bb2-efce-4956-a073-b576b949fa26} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4760 | 2024.11.27 18:37:28.047067 [ 254 ] {59161bb2-efce-4956-a073-b576b949fa26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 4761 | 2024.11.27 18:37:28.047478 [ 254 ] {59161bb2-efce-4956-a073-b576b949fa26} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4762 | 2024.11.27 18:37:28.047733 [ 254 ] {59161bb2-efce-4956-a073-b576b949fa26} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4763 | 2024.11.27 18:37:28.048029 [ 254 ] {59161bb2-efce-4956-a073-b576b949fa26} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001731 sec., 92432.12016175622 rows/sec., 6.44 MiB/sec. | ||
| 4764 | 2024.11.27 18:37:28.048271 [ 254 ] {59161bb2-efce-4956-a073-b576b949fa26} <Debug> TCPHandler: Processed in 0.002457136 sec. | ||
| 4765 | 2024.11.27 18:37:28.048581 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4766 | 2024.11.27 18:37:28.049005 [ 253 ] {0f30a127-3829-4671-88ad-7b86936c9fa6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4767 | 2024.11.27 18:37:28.049123 [ 253 ] {0f30a127-3829-4671-88ad-7b86936c9fa6} <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 | ||
| 4768 | 2024.11.27 18:37:28.050249 [ 253 ] {0f30a127-3829-4671-88ad-7b86936c9fa6} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4769 | 2024.11.27 18:37:28.050287 [ 253 ] {0f30a127-3829-4671-88ad-7b86936c9fa6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 4770 | 2024.11.27 18:37:28.050930 [ 253 ] {0f30a127-3829-4671-88ad-7b86936c9fa6} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4771 | 2024.11.27 18:37:28.051199 [ 253 ] {0f30a127-3829-4671-88ad-7b86936c9fa6} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4772 | 2024.11.27 18:37:28.051383 [ 71 ] {} <Debug> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 4773 | 2024.11.27 18:37:28.051472 [ 71 ] {} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4774 | 2024.11.27 18:37:28.051472 [ 253 ] {0f30a127-3829-4671-88ad-7b86936c9fa6} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002596 sec., 6163.328197226503 rows/sec., 11.04 MiB/sec. | ||
| 4775 | 2024.11.27 18:37:28.051513 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 4776 | 2024.11.27 18:37:28.052071 [ 192 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::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 | ||
| 4777 | 2024.11.27 18:37:28.052394 [ 253 ] {0f30a127-3829-4671-88ad-7b86936c9fa6} <Debug> TCPHandler: Processed in 0.003990849 sec. | ||
| 4778 | 2024.11.27 18:37:28.052649 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4779 | 2024.11.27 18:37:28.052898 [ 254 ] {ef1f6f78-120f-4e53-a7df-bfcfe0603798} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4780 | 2024.11.27 18:37:28.053017 [ 254 ] {ef1f6f78-120f-4e53-a7df-bfcfe0603798} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4781 | 2024.11.27 18:37:28.053065 [ 192 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4782 | 2024.11.27 18:37:28.053296 [ 192 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 453 rows starting from the beginning of the part | ||
| 4783 | 2024.11.27 18:37:28.054126 [ 192 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 16 rows starting from the beginning of the part | ||
| 4784 | 2024.11.27 18:37:28.054955 [ 192 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 25 rows starting from the beginning of the part | ||
| 4785 | 2024.11.27 18:37:28.055159 [ 254 ] {ef1f6f78-120f-4e53-a7df-bfcfe0603798} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4786 | 2024.11.27 18:37:28.055283 [ 254 ] {ef1f6f78-120f-4e53-a7df-bfcfe0603798} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 4787 | 2024.11.27 18:37:28.055724 [ 192 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 16 rows starting from the beginning of the part | ||
| 4788 | 2024.11.27 18:37:28.056323 [ 192 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 25 rows starting from the beginning of the part | ||
| 4789 | 2024.11.27 18:37:28.056976 [ 192 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 16 rows starting from the beginning of the part | ||
| 4790 | 2024.11.27 18:37:28.057050 [ 254 ] {ef1f6f78-120f-4e53-a7df-bfcfe0603798} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4791 | 2024.11.27 18:37:28.057916 [ 254 ] {ef1f6f78-120f-4e53-a7df-bfcfe0603798} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4792 | 2024.11.27 18:37:28.058369 [ 254 ] {ef1f6f78-120f-4e53-a7df-bfcfe0603798} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005535 sec., 10840.108401084011 rows/sec., 748.08 KiB/sec. | ||
| 4793 | 2024.11.27 18:37:28.058684 [ 254 ] {ef1f6f78-120f-4e53-a7df-bfcfe0603798} <Debug> TCPHandler: Processed in 0.006160471 sec. | ||
| 4794 | 2024.11.27 18:37:28.069741 [ 187 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 551 rows, containing 19 columns (19 merged, 0 gathered) in 0.018059128 sec., 30510.886239911473 rows/sec., 54.67 MiB/sec. | ||
| 4795 | 2024.11.27 18:37:28.070537 [ 187 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 4796 | 2024.11.27 18:37:28.070956 [ 187 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4797 | 2024.11.27 18:37:28.071035 [ 187 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 4798 | 2024.11.27 18:37:28.071194 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.36 MiB. | ||
| 4799 | 2024.11.27 18:37:28.217581 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 181 | ||
| 4800 | 2024.11.27 18:37:28.238220 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4801 | 2024.11.27 18:37:28.238265 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 4802 | 2024.11.27 18:37:28.245574 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4803 | 2024.11.27 18:37:28.246363 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4804 | 2024.11.27 18:37:28.249430 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 181 | ||
| 4805 | 2024.11.27 18:37:33.042665 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4806 | 2024.11.27 18:37:33.042875 [ 253 ] {45a5294f-ace9-4bb2-901b-16dabf98622c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4807 | 2024.11.27 18:37:33.042949 [ 253 ] {45a5294f-ace9-4bb2-901b-16dabf98622c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4808 | 2024.11.27 18:37:33.043707 [ 253 ] {45a5294f-ace9-4bb2-901b-16dabf98622c} <Trace> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4809 | 2024.11.27 18:37:33.043749 [ 253 ] {45a5294f-ace9-4bb2-901b-16dabf98622c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 4810 | 2024.11.27 18:37:33.044228 [ 253 ] {45a5294f-ace9-4bb2-901b-16dabf98622c} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 4811 | 2024.11.27 18:37:33.044503 [ 253 ] {45a5294f-ace9-4bb2-901b-16dabf98622c} <Trace> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4812 | 2024.11.27 18:37:33.044903 [ 253 ] {45a5294f-ace9-4bb2-901b-16dabf98622c} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002027 sec., 6906.758756783423 rows/sec., 497.19 KiB/sec. | ||
| 4813 | 2024.11.27 18:37:33.045182 [ 253 ] {45a5294f-ace9-4bb2-901b-16dabf98622c} <Debug> TCPHandler: Processed in 0.00264648 sec. | ||
| 4814 | 2024.11.27 18:37:33.045424 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4815 | 2024.11.27 18:37:33.045606 [ 254 ] {af6b3477-f8c2-476b-a488-32092e155747} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4816 | 2024.11.27 18:37:33.045677 [ 254 ] {af6b3477-f8c2-476b-a488-32092e155747} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4817 | 2024.11.27 18:37:33.046511 [ 254 ] {af6b3477-f8c2-476b-a488-32092e155747} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4818 | 2024.11.27 18:37:33.046553 [ 254 ] {af6b3477-f8c2-476b-a488-32092e155747} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 4819 | 2024.11.27 18:37:33.046999 [ 254 ] {af6b3477-f8c2-476b-a488-32092e155747} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4820 | 2024.11.27 18:37:33.047264 [ 254 ] {af6b3477-f8c2-476b-a488-32092e155747} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4821 | 2024.11.27 18:37:33.047499 [ 254 ] {af6b3477-f8c2-476b-a488-32092e155747} <Debug> executeQuery: Read 253 rows, 22.72 KiB in 0.001942 sec., 130278.06385169928 rows/sec., 11.43 MiB/sec. | ||
| 4822 | 2024.11.27 18:37:33.047556 [ 254 ] {af6b3477-f8c2-476b-a488-32092e155747} <Debug> TCPHandler: Processed in 0.002254444 sec. | ||
| 4823 | 2024.11.27 18:37:33.047714 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4824 | 2024.11.27 18:37:33.047856 [ 253 ] {87464497-1526-4c69-a885-d1a7574be8e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4825 | 2024.11.27 18:37:33.047915 [ 253 ] {87464497-1526-4c69-a885-d1a7574be8e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4826 | 2024.11.27 18:37:33.048576 [ 253 ] {87464497-1526-4c69-a885-d1a7574be8e6} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4827 | 2024.11.27 18:37:33.048614 [ 253 ] {87464497-1526-4c69-a885-d1a7574be8e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 4828 | 2024.11.27 18:37:33.048991 [ 253 ] {87464497-1526-4c69-a885-d1a7574be8e6} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4829 | 2024.11.27 18:37:33.049251 [ 253 ] {87464497-1526-4c69-a885-d1a7574be8e6} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4830 | 2024.11.27 18:37:33.049432 [ 253 ] {87464497-1526-4c69-a885-d1a7574be8e6} <Debug> executeQuery: Read 32 rows, 2.34 KiB in 0.001608 sec., 19900.49751243781 rows/sec., 1.42 MiB/sec. | ||
| 4831 | 2024.11.27 18:37:33.049483 [ 253 ] {87464497-1526-4c69-a885-d1a7574be8e6} <Debug> TCPHandler: Processed in 0.001836248 sec. | ||
| 4832 | 2024.11.27 18:37:33.049617 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4833 | 2024.11.27 18:37:33.049734 [ 254 ] {81ad2e64-58cd-46b8-8b28-8f6d85dbf9a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4834 | 2024.11.27 18:37:33.049784 [ 254 ] {81ad2e64-58cd-46b8-8b28-8f6d85dbf9a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4835 | 2024.11.27 18:37:33.050388 [ 254 ] {81ad2e64-58cd-46b8-8b28-8f6d85dbf9a3} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4836 | 2024.11.27 18:37:33.050429 [ 254 ] {81ad2e64-58cd-46b8-8b28-8f6d85dbf9a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 4837 | 2024.11.27 18:37:33.050783 [ 254 ] {81ad2e64-58cd-46b8-8b28-8f6d85dbf9a3} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4838 | 2024.11.27 18:37:33.051023 [ 254 ] {81ad2e64-58cd-46b8-8b28-8f6d85dbf9a3} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4839 | 2024.11.27 18:37:33.051243 [ 254 ] {81ad2e64-58cd-46b8-8b28-8f6d85dbf9a3} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001532 sec., 9138.381201044387 rows/sec., 639.99 KiB/sec. | ||
| 4840 | 2024.11.27 18:37:33.051297 [ 254 ] {81ad2e64-58cd-46b8-8b28-8f6d85dbf9a3} <Debug> TCPHandler: Processed in 0.001736715 sec. | ||
| 4841 | 2024.11.27 18:37:33.051464 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4842 | 2024.11.27 18:37:33.051603 [ 253 ] {a8079ade-2ddf-4110-98a8-0cae2ffa0157} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4843 | 2024.11.27 18:37:33.051660 [ 253 ] {a8079ade-2ddf-4110-98a8-0cae2ffa0157} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4844 | 2024.11.27 18:37:33.052333 [ 253 ] {a8079ade-2ddf-4110-98a8-0cae2ffa0157} <Trace> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4845 | 2024.11.27 18:37:33.052370 [ 253 ] {a8079ade-2ddf-4110-98a8-0cae2ffa0157} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 4846 | 2024.11.27 18:37:33.052731 [ 253 ] {a8079ade-2ddf-4110-98a8-0cae2ffa0157} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 4847 | 2024.11.27 18:37:33.052975 [ 253 ] {a8079ade-2ddf-4110-98a8-0cae2ffa0157} <Trace> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4848 | 2024.11.27 18:37:33.053147 [ 253 ] {a8079ade-2ddf-4110-98a8-0cae2ffa0157} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001574 sec., 8259.212198221092 rows/sec., 514.96 KiB/sec. | ||
| 4849 | 2024.11.27 18:37:33.053198 [ 253 ] {a8079ade-2ddf-4110-98a8-0cae2ffa0157} <Debug> TCPHandler: Processed in 0.001801987 sec. | ||
| 4850 | 2024.11.27 18:37:33.053336 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4851 | 2024.11.27 18:37:33.053449 [ 254 ] {5c280928-333a-43e4-ad12-a70e6093b8ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4852 | 2024.11.27 18:37:33.053498 [ 254 ] {5c280928-333a-43e4-ad12-a70e6093b8ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4853 | 2024.11.27 18:37:33.054220 [ 254 ] {5c280928-333a-43e4-ad12-a70e6093b8ce} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4854 | 2024.11.27 18:37:33.054260 [ 254 ] {5c280928-333a-43e4-ad12-a70e6093b8ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 4855 | 2024.11.27 18:37:33.054657 [ 254 ] {5c280928-333a-43e4-ad12-a70e6093b8ce} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4856 | 2024.11.27 18:37:33.054905 [ 254 ] {5c280928-333a-43e4-ad12-a70e6093b8ce} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4857 | 2024.11.27 18:37:33.055158 [ 254 ] {5c280928-333a-43e4-ad12-a70e6093b8ce} <Debug> executeQuery: Read 407 rows, 29.68 KiB in 0.001722 sec., 236353.07781649244 rows/sec., 16.83 MiB/sec. | ||
| 4858 | 2024.11.27 18:37:33.055346 [ 254 ] {5c280928-333a-43e4-ad12-a70e6093b8ce} <Debug> TCPHandler: Processed in 0.00206395 sec. | ||
| 4859 | 2024.11.27 18:37:33.055562 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4860 | 2024.11.27 18:37:33.055699 [ 253 ] {93d9c231-c405-4737-902f-d929202cab08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4861 | 2024.11.27 18:37:33.055757 [ 253 ] {93d9c231-c405-4737-902f-d929202cab08} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4862 | 2024.11.27 18:37:33.056319 [ 253 ] {93d9c231-c405-4737-902f-d929202cab08} <Trace> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4863 | 2024.11.27 18:37:33.056356 [ 253 ] {93d9c231-c405-4737-902f-d929202cab08} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 4864 | 2024.11.27 18:37:33.056731 [ 253 ] {93d9c231-c405-4737-902f-d929202cab08} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 4865 | 2024.11.27 18:37:33.056973 [ 253 ] {93d9c231-c405-4737-902f-d929202cab08} <Trace> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4866 | 2024.11.27 18:37:33.057246 [ 253 ] {93d9c231-c405-4737-902f-d929202cab08} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001548 sec., 3875.9689922480625 rows/sec., 202.50 KiB/sec. | ||
| 4867 | 2024.11.27 18:37:33.057361 [ 253 ] {93d9c231-c405-4737-902f-d929202cab08} <Debug> TCPHandler: Processed in 0.001903038 sec. | ||
| 4868 | 2024.11.27 18:37:33.057516 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4869 | 2024.11.27 18:37:33.057629 [ 254 ] {e567a95d-d010-43e0-b6e1-d0f65038fec4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4870 | 2024.11.27 18:37:33.057682 [ 254 ] {e567a95d-d010-43e0-b6e1-d0f65038fec4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4871 | 2024.11.27 18:37:33.058260 [ 254 ] {e567a95d-d010-43e0-b6e1-d0f65038fec4} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4872 | 2024.11.27 18:37:33.058298 [ 254 ] {e567a95d-d010-43e0-b6e1-d0f65038fec4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 4873 | 2024.11.27 18:37:33.058689 [ 254 ] {e567a95d-d010-43e0-b6e1-d0f65038fec4} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4874 | 2024.11.27 18:37:33.058921 [ 254 ] {e567a95d-d010-43e0-b6e1-d0f65038fec4} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4875 | 2024.11.27 18:37:33.059139 [ 254 ] {e567a95d-d010-43e0-b6e1-d0f65038fec4} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001532 sec., 154699.73890339426 rows/sec., 10.37 MiB/sec. | ||
| 4876 | 2024.11.27 18:37:33.059194 [ 254 ] {e567a95d-d010-43e0-b6e1-d0f65038fec4} <Debug> TCPHandler: Processed in 0.001734336 sec. | ||
| 4877 | 2024.11.27 18:37:33.059345 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4878 | 2024.11.27 18:37:33.059483 [ 253 ] {1cd3bb2e-56ac-4ac4-af55-fa873db331ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4879 | 2024.11.27 18:37:33.059545 [ 253 ] {1cd3bb2e-56ac-4ac4-af55-fa873db331ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4880 | 2024.11.27 18:37:33.060095 [ 253 ] {1cd3bb2e-56ac-4ac4-af55-fa873db331ca} <Trace> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4881 | 2024.11.27 18:37:33.060139 [ 253 ] {1cd3bb2e-56ac-4ac4-af55-fa873db331ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 4882 | 2024.11.27 18:37:33.060530 [ 253 ] {1cd3bb2e-56ac-4ac4-af55-fa873db331ca} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 4883 | 2024.11.27 18:37:33.060777 [ 253 ] {1cd3bb2e-56ac-4ac4-af55-fa873db331ca} <Trace> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4884 | 2024.11.27 18:37:33.060894 [ 65 ] {} <Debug> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653) (MergerMutator): Selected 6 parts from all_1_5_1 to all_10_10_0 | ||
| 4885 | 2024.11.27 18:37:33.060937 [ 65 ] {} <Trace> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4886 | 2024.11.27 18:37:33.060961 [ 65 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 4887 | 2024.11.27 18:37:33.060969 [ 253 ] {1cd3bb2e-56ac-4ac4-af55-fa873db331ca} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001515 sec., 660.06600660066 rows/sec., 44.48 KiB/sec. | ||
| 4888 | 2024.11.27 18:37:33.061103 [ 253 ] {1cd3bb2e-56ac-4ac4-af55-fa873db331ca} <Debug> TCPHandler: Processed in 0.001823437 sec. | ||
| 4889 | 2024.11.27 18:37:33.061209 [ 201 ] {5a65aebe-f093-4059-a447-e7898681b653::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 | ||
| 4890 | 2024.11.27 18:37:33.061271 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4891 | 2024.11.27 18:37:33.061502 [ 254 ] {388a05c5-0b4f-4c71-a795-867072d59fa1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4892 | 2024.11.27 18:37:33.061549 [ 201 ] {5a65aebe-f093-4059-a447-e7898681b653::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4893 | 2024.11.27 18:37:33.061661 [ 201 ] {5a65aebe-f093-4059-a447-e7898681b653::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 5 rows starting from the beginning of the part | ||
| 4894 | 2024.11.27 18:37:33.061680 [ 254 ] {388a05c5-0b4f-4c71-a795-867072d59fa1} <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 | ||
| 4895 | 2024.11.27 18:37:33.062194 [ 201 ] {5a65aebe-f093-4059-a447-e7898681b653::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1 rows starting from the beginning of the part | ||
| 4896 | 2024.11.27 18:37:33.062651 [ 201 ] {5a65aebe-f093-4059-a447-e7898681b653::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1 rows starting from the beginning of the part | ||
| 4897 | 2024.11.27 18:37:33.063094 [ 201 ] {5a65aebe-f093-4059-a447-e7898681b653::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 1 rows starting from the beginning of the part | ||
| 4898 | 2024.11.27 18:37:33.063426 [ 201 ] {5a65aebe-f093-4059-a447-e7898681b653::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 1 rows starting from the beginning of the part | ||
| 4899 | 2024.11.27 18:37:33.063761 [ 201 ] {5a65aebe-f093-4059-a447-e7898681b653::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 1 rows starting from the beginning of the part | ||
| 4900 | 2024.11.27 18:37:33.067393 [ 254 ] {388a05c5-0b4f-4c71-a795-867072d59fa1} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4901 | 2024.11.27 18:37:33.067505 [ 254 ] {388a05c5-0b4f-4c71-a795-867072d59fa1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 4902 | 2024.11.27 18:37:33.067708 [ 198 ] {5a65aebe-f093-4059-a447-e7898681b653::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10 rows, containing 4 columns (4 merged, 0 gathered) in 0.006641729 sec., 1505.6320424997768 rows/sec., 101.45 KiB/sec. | ||
| 4903 | 2024.11.27 18:37:33.067951 [ 198 ] {5a65aebe-f093-4059-a447-e7898681b653::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) | ||
| 4904 | 2024.11.27 18:37:33.068611 [ 198 ] {5a65aebe-f093-4059-a447-e7898681b653::all_1_10_2} <Trace> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4905 | 2024.11.27 18:37:33.068845 [ 198 ] {5a65aebe-f093-4059-a447-e7898681b653::all_1_10_2} <Trace> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653) (MergerMutator): Merged 6 parts: [all_1_5_1, all_10_10_0] -> all_1_10_2 | ||
| 4906 | 2024.11.27 18:37:33.068992 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 4907 | 2024.11.27 18:37:33.069129 [ 254 ] {388a05c5-0b4f-4c71-a795-867072d59fa1} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 4908 | 2024.11.27 18:37:33.069419 [ 254 ] {388a05c5-0b4f-4c71-a795-867072d59fa1} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4909 | 2024.11.27 18:37:33.069700 [ 254 ] {388a05c5-0b4f-4c71-a795-867072d59fa1} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.008267 sec., 3024.071610015725 rows/sec., 5.42 MiB/sec. | ||
| 4910 | 2024.11.27 18:37:33.069958 [ 254 ] {388a05c5-0b4f-4c71-a795-867072d59fa1} <Debug> TCPHandler: Processed in 0.00874995 sec. | ||
| 4911 | 2024.11.27 18:37:33.070107 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4912 | 2024.11.27 18:37:33.070229 [ 253 ] {40586b30-b6c3-4b60-bb81-7d2238f22b5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4913 | 2024.11.27 18:37:33.070280 [ 253 ] {40586b30-b6c3-4b60-bb81-7d2238f22b5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4914 | 2024.11.27 18:37:33.070778 [ 253 ] {40586b30-b6c3-4b60-bb81-7d2238f22b5d} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4915 | 2024.11.27 18:37:33.070817 [ 253 ] {40586b30-b6c3-4b60-bb81-7d2238f22b5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 4916 | 2024.11.27 18:37:33.071210 [ 253 ] {40586b30-b6c3-4b60-bb81-7d2238f22b5d} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4917 | 2024.11.27 18:37:33.071459 [ 253 ] {40586b30-b6c3-4b60-bb81-7d2238f22b5d} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4918 | 2024.11.27 18:37:33.071633 [ 253 ] {40586b30-b6c3-4b60-bb81-7d2238f22b5d} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001429 sec., 57382.785164450666 rows/sec., 3.64 MiB/sec. | ||
| 4919 | 2024.11.27 18:37:33.071681 [ 253 ] {40586b30-b6c3-4b60-bb81-7d2238f22b5d} <Debug> TCPHandler: Processed in 0.001633024 sec. | ||
| 4920 | 2024.11.27 18:37:34.924617 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 11468 | ||
| 4921 | 2024.11.27 18:37:34.925233 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4922 | 2024.11.27 18:37:34.925276 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 4923 | 2024.11.27 18:37:34.925788 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 4924 | 2024.11.27 18:37:34.926047 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4925 | 2024.11.27 18:37:34.926282 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11468 | ||
| 4926 | 2024.11.27 18:37:35.749508 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 189 | ||
| 4927 | 2024.11.27 18:37:35.771155 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4928 | 2024.11.27 18:37:35.771214 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 4929 | 2024.11.27 18:37:35.778532 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 4930 | 2024.11.27 18:37:35.779328 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4931 | 2024.11.27 18:37:35.782611 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 189 | ||
| 4932 | 2024.11.27 18:37:37.472482 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 698 | ||
| 4933 | 2024.11.27 18:37:37.475691 [ 242 ] {} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4934 | 2024.11.27 18:37:37.475743 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 4935 | 2024.11.27 18:37:37.477229 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 4936 | 2024.11.27 18:37:37.477558 [ 242 ] {} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4937 | 2024.11.27 18:37:37.478343 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 698 | ||
| 4938 | 2024.11.27 18:37:38.037806 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4939 | 2024.11.27 18:37:38.038034 [ 253 ] {66d76908-b861-4f63-9d80-3e34de5ee60c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4940 | 2024.11.27 18:37:38.038117 [ 253 ] {66d76908-b861-4f63-9d80-3e34de5ee60c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4941 | 2024.11.27 18:37:38.038959 [ 253 ] {66d76908-b861-4f63-9d80-3e34de5ee60c} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4942 | 2024.11.27 18:37:38.039013 [ 253 ] {66d76908-b861-4f63-9d80-3e34de5ee60c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 4943 | 2024.11.27 18:37:38.039477 [ 253 ] {66d76908-b861-4f63-9d80-3e34de5ee60c} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 4944 | 2024.11.27 18:37:38.039740 [ 253 ] {66d76908-b861-4f63-9d80-3e34de5ee60c} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4945 | 2024.11.27 18:37:38.039922 [ 58 ] {} <Debug> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 4946 | 2024.11.27 18:37:38.039996 [ 253 ] {66d76908-b861-4f63-9d80-3e34de5ee60c} <Debug> executeQuery: Read 88 rows, 7.40 KiB in 0.002017 sec., 43629.1522062469 rows/sec., 3.58 MiB/sec. | ||
| 4947 | 2024.11.27 18:37:38.040009 [ 58 ] {} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4948 | 2024.11.27 18:37:38.040090 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 4949 | 2024.11.27 18:37:38.040129 [ 253 ] {66d76908-b861-4f63-9d80-3e34de5ee60c} <Debug> TCPHandler: Processed in 0.002464076 sec. | ||
| 4950 | 2024.11.27 18:37:38.040463 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4951 | 2024.11.27 18:37:38.040461 [ 195 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::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 | ||
| 4952 | 2024.11.27 18:37:38.040852 [ 254 ] {7663276a-e1a5-471a-8436-b6639a8f112b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4953 | 2024.11.27 18:37:38.040997 [ 254 ] {7663276a-e1a5-471a-8436-b6639a8f112b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4954 | 2024.11.27 18:37:38.040998 [ 195 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4955 | 2024.11.27 18:37:38.041069 [ 195 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1435 rows starting from the beginning of the part | ||
| 4956 | 2024.11.27 18:37:38.041185 [ 195 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 1229 rows starting from the beginning of the part | ||
| 4957 | 2024.11.27 18:37:38.041566 [ 195 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 253 rows starting from the beginning of the part | ||
| 4958 | 2024.11.27 18:37:38.041929 [ 195 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 88 rows starting from the beginning of the part | ||
| 4959 | 2024.11.27 18:37:38.042302 [ 195 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 253 rows starting from the beginning of the part | ||
| 4960 | 2024.11.27 18:37:38.042723 [ 195 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 88 rows starting from the beginning of the part | ||
| 4961 | 2024.11.27 18:37:38.043696 [ 254 ] {7663276a-e1a5-471a-8436-b6639a8f112b} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4962 | 2024.11.27 18:37:38.043739 [ 254 ] {7663276a-e1a5-471a-8436-b6639a8f112b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 4963 | 2024.11.27 18:37:38.044344 [ 254 ] {7663276a-e1a5-471a-8436-b6639a8f112b} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4964 | 2024.11.27 18:37:38.044658 [ 254 ] {7663276a-e1a5-471a-8436-b6639a8f112b} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4965 | 2024.11.27 18:37:38.044902 [ 254 ] {7663276a-e1a5-471a-8436-b6639a8f112b} <Debug> executeQuery: Read 16 rows, 1.20 KiB in 0.004189 sec., 3819.5273334924805 rows/sec., 287.21 KiB/sec. | ||
| 4966 | 2024.11.27 18:37:38.045052 [ 254 ] {7663276a-e1a5-471a-8436-b6639a8f112b} <Debug> TCPHandler: Processed in 0.004788002 sec. | ||
| 4967 | 2024.11.27 18:37:38.045269 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4968 | 2024.11.27 18:37:38.045464 [ 253 ] {84193d46-316c-47a9-b140-67c425b6285f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4969 | 2024.11.27 18:37:38.045534 [ 253 ] {84193d46-316c-47a9-b140-67c425b6285f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4970 | 2024.11.27 18:37:38.045536 [ 200 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3346 rows, containing 5 columns (5 merged, 0 gathered) in 0.005326439 sec., 628187.0495466108 rows/sec., 54.91 MiB/sec. | ||
| 4971 | 2024.11.27 18:37:38.045947 [ 200 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 4972 | 2024.11.27 18:37:38.046589 [ 253 ] {84193d46-316c-47a9-b140-67c425b6285f} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4973 | 2024.11.27 18:37:38.046606 [ 200 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_36_7} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4974 | 2024.11.27 18:37:38.046650 [ 253 ] {84193d46-316c-47a9-b140-67c425b6285f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 4975 | 2024.11.27 18:37:38.046816 [ 200 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_36_7} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 4976 | 2024.11.27 18:37:38.047007 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB. | ||
| 4977 | 2024.11.27 18:37:38.047294 [ 253 ] {84193d46-316c-47a9-b140-67c425b6285f} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 4978 | 2024.11.27 18:37:38.047554 [ 253 ] {84193d46-316c-47a9-b140-67c425b6285f} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4979 | 2024.11.27 18:37:38.047680 [ 57 ] {} <Debug> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 4980 | 2024.11.27 18:37:38.047725 [ 57 ] {} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4981 | 2024.11.27 18:37:38.047741 [ 253 ] {84193d46-316c-47a9-b140-67c425b6285f} <Debug> executeQuery: Read 80 rows, 6.40 KiB in 0.002317 sec., 34527.40612861459 rows/sec., 2.70 MiB/sec. | ||
| 4982 | 2024.11.27 18:37:38.047752 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 4983 | 2024.11.27 18:37:38.047862 [ 253 ] {84193d46-316c-47a9-b140-67c425b6285f} <Debug> TCPHandler: Processed in 0.00268627 sec. | ||
| 4984 | 2024.11.27 18:37:38.048002 [ 193 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::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 | ||
| 4985 | 2024.11.27 18:37:38.048094 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4986 | 2024.11.27 18:37:38.048297 [ 193 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4987 | 2024.11.27 18:37:38.048330 [ 254 ] {78074912-92bc-4d9e-b66d-392e6ac5b2bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4988 | 2024.11.27 18:37:38.048361 [ 193 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 915 rows starting from the beginning of the part | ||
| 4989 | 2024.11.27 18:37:38.048441 [ 254 ] {78074912-92bc-4d9e-b66d-392e6ac5b2bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4990 | 2024.11.27 18:37:38.048697 [ 193 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 538 rows starting from the beginning of the part | ||
| 4991 | 2024.11.27 18:37:38.049221 [ 193 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 407 rows starting from the beginning of the part | ||
| 4992 | 2024.11.27 18:37:38.049611 [ 193 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 80 rows starting from the beginning of the part | ||
| 4993 | 2024.11.27 18:37:38.049804 [ 193 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 407 rows starting from the beginning of the part | ||
| 4994 | 2024.11.27 18:37:38.050222 [ 193 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 80 rows starting from the beginning of the part | ||
| 4995 | 2024.11.27 18:37:38.050907 [ 254 ] {78074912-92bc-4d9e-b66d-392e6ac5b2bb} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4996 | 2024.11.27 18:37:38.050956 [ 254 ] {78074912-92bc-4d9e-b66d-392e6ac5b2bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 4997 | 2024.11.27 18:37:38.051882 [ 254 ] {78074912-92bc-4d9e-b66d-392e6ac5b2bb} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 4998 | 2024.11.27 18:37:38.052369 [ 254 ] {78074912-92bc-4d9e-b66d-392e6ac5b2bb} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4999 | 2024.11.27 18:37:38.052792 [ 57 ] {} <Debug> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5000 | 2024.11.27 18:37:38.052888 [ 254 ] {78074912-92bc-4d9e-b66d-392e6ac5b2bb} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004616 sec., 34662.04506065858 rows/sec., 2.41 MiB/sec. | ||
| 5001 | 2024.11.27 18:37:38.052889 [ 57 ] {} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5002 | 2024.11.27 18:37:38.053133 [ 254 ] {78074912-92bc-4d9e-b66d-392e6ac5b2bb} <Debug> TCPHandler: Processed in 0.005132866 sec. | ||
| 5003 | 2024.11.27 18:37:38.053134 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5004 | 2024.11.27 18:37:38.053633 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5005 | 2024.11.27 18:37:38.053639 [ 186 ] {67d43675-535f-43d0-af84-f38bbc85c22c::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 | ||
| 5006 | 2024.11.27 18:37:38.054059 [ 253 ] {f6bfca01-ff7e-4ee1-b40e-8775dd26a548} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5007 | 2024.11.27 18:37:38.054131 [ 186 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5008 | 2024.11.27 18:37:38.054141 [ 191 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2427 rows, containing 5 columns (5 merged, 0 gathered) in 0.006276663 sec., 386670.4329991908 rows/sec., 29.66 MiB/sec. | ||
| 5009 | 2024.11.27 18:37:38.054217 [ 186 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 9043 rows starting from the beginning of the part | ||
| 5010 | 2024.11.27 18:37:38.054303 [ 253 ] {f6bfca01-ff7e-4ee1-b40e-8775dd26a548} <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 | ||
| 5011 | 2024.11.27 18:37:38.054657 [ 186 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 881 rows starting from the beginning of the part | ||
| 5012 | 2024.11.27 18:37:38.054687 [ 191 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5013 | 2024.11.27 18:37:38.055292 [ 186 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 237 rows starting from the beginning of the part | ||
| 5014 | 2024.11.27 18:37:38.055812 [ 186 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 160 rows starting from the beginning of the part | ||
| 5015 | 2024.11.27 18:37:38.056063 [ 191 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_36_7} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5016 | 2024.11.27 18:37:38.056166 [ 186 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 237 rows starting from the beginning of the part | ||
| 5017 | 2024.11.27 18:37:38.056489 [ 191 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_36_7} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5018 | 2024.11.27 18:37:38.056843 [ 186 ] {67d43675-535f-43d0-af84-f38bbc85c22c::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 | ||
| 5019 | 2024.11.27 18:37:38.056876 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 5020 | 2024.11.27 18:37:38.058975 [ 253 ] {f6bfca01-ff7e-4ee1-b40e-8775dd26a548} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5021 | 2024.11.27 18:37:38.059030 [ 253 ] {f6bfca01-ff7e-4ee1-b40e-8775dd26a548} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5022 | 2024.11.27 18:37:38.060265 [ 253 ] {f6bfca01-ff7e-4ee1-b40e-8775dd26a548} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5023 | 2024.11.27 18:37:38.060854 [ 253 ] {f6bfca01-ff7e-4ee1-b40e-8775dd26a548} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5024 | 2024.11.27 18:37:38.061137 [ 253 ] {f6bfca01-ff7e-4ee1-b40e-8775dd26a548} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.007197 sec., 2223.1485341114353 rows/sec., 3.98 MiB/sec. | ||
| 5025 | 2024.11.27 18:37:38.061237 [ 253 ] {f6bfca01-ff7e-4ee1-b40e-8775dd26a548} <Debug> TCPHandler: Processed in 0.007936508 sec. | ||
| 5026 | 2024.11.27 18:37:38.061392 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5027 | 2024.11.27 18:37:38.061553 [ 254 ] {4d27799e-ec85-433f-84d1-b3c246dfa685} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5028 | 2024.11.27 18:37:38.061608 [ 254 ] {4d27799e-ec85-433f-84d1-b3c246dfa685} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5029 | 2024.11.27 18:37:38.062387 [ 186 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10718 rows, containing 5 columns (5 merged, 0 gathered) in 0.009064545 sec., 1182409.045351973 rows/sec., 80.24 MiB/sec. | ||
| 5030 | 2024.11.27 18:37:38.062567 [ 254 ] {4d27799e-ec85-433f-84d1-b3c246dfa685} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5031 | 2024.11.27 18:37:38.062627 [ 254 ] {4d27799e-ec85-433f-84d1-b3c246dfa685} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 5032 | 2024.11.27 18:37:38.062718 [ 186 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5033 | 2024.11.27 18:37:38.063355 [ 186 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5034 | 2024.11.27 18:37:38.063511 [ 186 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5035 | 2024.11.27 18:37:38.063510 [ 254 ] {4d27799e-ec85-433f-84d1-b3c246dfa685} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5036 | 2024.11.27 18:37:38.063634 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.01 MiB. | ||
| 5037 | 2024.11.27 18:37:38.063860 [ 254 ] {4d27799e-ec85-433f-84d1-b3c246dfa685} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5038 | 2024.11.27 18:37:38.064039 [ 57 ] {} <Debug> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5039 | 2024.11.27 18:37:38.064105 [ 57 ] {} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5040 | 2024.11.27 18:37:38.064143 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.62 GiB. | ||
| 5041 | 2024.11.27 18:37:38.064151 [ 254 ] {4d27799e-ec85-433f-84d1-b3c246dfa685} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002648 sec., 22658.610271903322 rows/sec., 1.53 MiB/sec. | ||
| 5042 | 2024.11.27 18:37:38.064460 [ 254 ] {4d27799e-ec85-433f-84d1-b3c246dfa685} <Debug> TCPHandler: Processed in 0.003132876 sec. | ||
| 5043 | 2024.11.27 18:37:38.064508 [ 191 ] {c59724f6-f374-41a1-8302-611230e47527::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 | ||
| 5044 | 2024.11.27 18:37:38.064940 [ 191 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5045 | 2024.11.27 18:37:38.065009 [ 191 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1916 rows starting from the beginning of the part | ||
| 5046 | 2024.11.27 18:37:38.065139 [ 191 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 60 rows starting from the beginning of the part | ||
| 5047 | 2024.11.27 18:37:38.065336 [ 191 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 82 rows starting from the beginning of the part | ||
| 5048 | 2024.11.27 18:37:38.065528 [ 191 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 60 rows starting from the beginning of the part | ||
| 5049 | 2024.11.27 18:37:38.065690 [ 191 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 82 rows starting from the beginning of the part | ||
| 5050 | 2024.11.27 18:37:38.065848 [ 191 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 60 rows starting from the beginning of the part | ||
| 5051 | 2024.11.27 18:37:38.067324 [ 196 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2260 rows, containing 4 columns (4 merged, 0 gathered) in 0.003092086 sec., 730898.1703613678 rows/sec., 48.20 MiB/sec. | ||
| 5052 | 2024.11.27 18:37:38.067550 [ 191 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5053 | 2024.11.27 18:37:38.067829 [ 191 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_36_7} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5054 | 2024.11.27 18:37:38.067903 [ 191 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_36_7} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5055 | 2024.11.27 18:37:38.067973 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.60 MiB. | ||
| 5056 | 2024.11.27 18:37:42.315610 [ 52 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5057 | 2024.11.27 18:37:42.315716 [ 52 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5058 | 2024.11.27 18:37:42.426417 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11956 | ||
| 5059 | 2024.11.27 18:37:42.427092 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5060 | 2024.11.27 18:37:42.427145 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5061 | 2024.11.27 18:37:42.427677 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5062 | 2024.11.27 18:37:42.427936 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5063 | 2024.11.27 18:37:42.428181 [ 52 ] {} <Debug> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5064 | 2024.11.27 18:37:42.428197 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11956 | ||
| 5065 | 2024.11.27 18:37:42.428282 [ 52 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5066 | 2024.11.27 18:37:42.428320 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5067 | 2024.11.27 18:37:42.428482 [ 188 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::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 | ||
| 5068 | 2024.11.27 18:37:42.428657 [ 188 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5069 | 2024.11.27 18:37:42.428706 [ 188 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_21_4, total 9638 rows starting from the beginning of the part | ||
| 5070 | 2024.11.27 18:37:42.428795 [ 188 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 488 rows starting from the beginning of the part | ||
| 5071 | 2024.11.27 18:37:42.429012 [ 188 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 427 rows starting from the beginning of the part | ||
| 5072 | 2024.11.27 18:37:42.429253 [ 188 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 488 rows starting from the beginning of the part | ||
| 5073 | 2024.11.27 18:37:42.429350 [ 188 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 427 rows starting from the beginning of the part | ||
| 5074 | 2024.11.27 18:37:42.429553 [ 188 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 488 rows starting from the beginning of the part | ||
| 5075 | 2024.11.27 18:37:42.433841 [ 196 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11956 rows, containing 4 columns (4 merged, 0 gathered) in 0.005437571 sec., 2198775.8872481845 rows/sec., 31.45 MiB/sec. | ||
| 5076 | 2024.11.27 18:37:42.434134 [ 196 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5077 | 2024.11.27 18:37:42.434477 [ 196 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_26_5} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5078 | 2024.11.27 18:37:42.434571 [ 196 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_26_5} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5079 | 2024.11.27 18:37:42.434665 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.40 MiB. | ||
| 5080 | 2024.11.27 18:37:43.043104 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5081 | 2024.11.27 18:37:43.043327 [ 253 ] {8dce4e48-2870-4b81-bf59-cc1756e310ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5082 | 2024.11.27 18:37:43.043413 [ 253 ] {8dce4e48-2870-4b81-bf59-cc1756e310ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5083 | 2024.11.27 18:37:43.044228 [ 253 ] {8dce4e48-2870-4b81-bf59-cc1756e310ff} <Trace> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5084 | 2024.11.27 18:37:43.044285 [ 253 ] {8dce4e48-2870-4b81-bf59-cc1756e310ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5085 | 2024.11.27 18:37:43.044748 [ 253 ] {8dce4e48-2870-4b81-bf59-cc1756e310ff} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 5086 | 2024.11.27 18:37:43.045012 [ 253 ] {8dce4e48-2870-4b81-bf59-cc1756e310ff} <Trace> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5087 | 2024.11.27 18:37:43.045259 [ 253 ] {8dce4e48-2870-4b81-bf59-cc1756e310ff} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001993 sec., 7024.586051179127 rows/sec., 505.68 KiB/sec. | ||
| 5088 | 2024.11.27 18:37:43.045329 [ 253 ] {8dce4e48-2870-4b81-bf59-cc1756e310ff} <Debug> TCPHandler: Processed in 0.002370955 sec. | ||
| 5089 | 2024.11.27 18:37:43.045594 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5090 | 2024.11.27 18:37:43.045801 [ 254 ] {7ff81ec7-e67d-4a45-b603-57743b38bea1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5091 | 2024.11.27 18:37:43.045883 [ 254 ] {7ff81ec7-e67d-4a45-b603-57743b38bea1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5092 | 2024.11.27 18:37:43.046827 [ 254 ] {7ff81ec7-e67d-4a45-b603-57743b38bea1} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5093 | 2024.11.27 18:37:43.046877 [ 254 ] {7ff81ec7-e67d-4a45-b603-57743b38bea1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5094 | 2024.11.27 18:37:43.047334 [ 254 ] {7ff81ec7-e67d-4a45-b603-57743b38bea1} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5095 | 2024.11.27 18:37:43.047588 [ 254 ] {7ff81ec7-e67d-4a45-b603-57743b38bea1} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5096 | 2024.11.27 18:37:43.047857 [ 254 ] {7ff81ec7-e67d-4a45-b603-57743b38bea1} <Debug> executeQuery: Read 253 rows, 22.72 KiB in 0.002102 sec., 120361.56041864889 rows/sec., 10.56 MiB/sec. | ||
| 5097 | 2024.11.27 18:37:43.048041 [ 254 ] {7ff81ec7-e67d-4a45-b603-57743b38bea1} <Debug> TCPHandler: Processed in 0.002579728 sec. | ||
| 5098 | 2024.11.27 18:37:43.048304 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5099 | 2024.11.27 18:37:43.048458 [ 253 ] {93bf6194-12e5-4452-97a2-acd10abb41f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5100 | 2024.11.27 18:37:43.048524 [ 253 ] {93bf6194-12e5-4452-97a2-acd10abb41f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5101 | 2024.11.27 18:37:43.049142 [ 253 ] {93bf6194-12e5-4452-97a2-acd10abb41f0} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5102 | 2024.11.27 18:37:43.049184 [ 253 ] {93bf6194-12e5-4452-97a2-acd10abb41f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5103 | 2024.11.27 18:37:43.049568 [ 253 ] {93bf6194-12e5-4452-97a2-acd10abb41f0} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 5104 | 2024.11.27 18:37:43.049815 [ 253 ] {93bf6194-12e5-4452-97a2-acd10abb41f0} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5105 | 2024.11.27 18:37:43.050037 [ 253 ] {93bf6194-12e5-4452-97a2-acd10abb41f0} <Debug> executeQuery: Read 32 rows, 2.34 KiB in 0.00162 sec., 19753.086419753086 rows/sec., 1.41 MiB/sec. | ||
| 5106 | 2024.11.27 18:37:43.050095 [ 253 ] {93bf6194-12e5-4452-97a2-acd10abb41f0} <Debug> TCPHandler: Processed in 0.001929189 sec. | ||
| 5107 | 2024.11.27 18:37:43.050252 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5108 | 2024.11.27 18:37:43.050396 [ 254 ] {0a02ee56-d059-4483-b319-36b43ca852d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5109 | 2024.11.27 18:37:43.050457 [ 254 ] {0a02ee56-d059-4483-b319-36b43ca852d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5110 | 2024.11.27 18:37:43.051080 [ 254 ] {0a02ee56-d059-4483-b319-36b43ca852d1} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5111 | 2024.11.27 18:37:43.051122 [ 254 ] {0a02ee56-d059-4483-b319-36b43ca852d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5112 | 2024.11.27 18:37:43.051483 [ 254 ] {0a02ee56-d059-4483-b319-36b43ca852d1} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5113 | 2024.11.27 18:37:43.051729 [ 254 ] {0a02ee56-d059-4483-b319-36b43ca852d1} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5114 | 2024.11.27 18:37:43.051903 [ 50 ] {} <Debug> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 5115 | 2024.11.27 18:37:43.051969 [ 50 ] {} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5116 | 2024.11.27 18:37:43.051977 [ 254 ] {0a02ee56-d059-4483-b319-36b43ca852d1} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001606 sec., 8717.3100871731 rows/sec., 610.50 KiB/sec. | ||
| 5117 | 2024.11.27 18:37:43.052011 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5118 | 2024.11.27 18:37:43.052128 [ 254 ] {0a02ee56-d059-4483-b319-36b43ca852d1} <Debug> TCPHandler: Processed in 0.001936149 sec. | ||
| 5119 | 2024.11.27 18:37:43.052221 [ 199 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::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 | ||
| 5120 | 2024.11.27 18:37:43.052343 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5121 | 2024.11.27 18:37:43.052375 [ 199 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5122 | 2024.11.27 18:37:43.052433 [ 199 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 242 rows starting from the beginning of the part | ||
| 5123 | 2024.11.27 18:37:43.052647 [ 199 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 14 rows starting from the beginning of the part | ||
| 5124 | 2024.11.27 18:37:43.052673 [ 253 ] {552fc140-6916-4366-a07b-c1e3955d5fa9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5125 | 2024.11.27 18:37:43.052914 [ 253 ] {552fc140-6916-4366-a07b-c1e3955d5fa9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5126 | 2024.11.27 18:37:43.053040 [ 199 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 228 rows starting from the beginning of the part | ||
| 5127 | 2024.11.27 18:37:43.053384 [ 199 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 14 rows starting from the beginning of the part | ||
| 5128 | 2024.11.27 18:37:43.053689 [ 199 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 14 rows starting from the beginning of the part | ||
| 5129 | 2024.11.27 18:37:43.054030 [ 199 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 14 rows starting from the beginning of the part | ||
| 5130 | 2024.11.27 18:37:43.055656 [ 253 ] {552fc140-6916-4366-a07b-c1e3955d5fa9} <Trace> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5131 | 2024.11.27 18:37:43.055721 [ 253 ] {552fc140-6916-4366-a07b-c1e3955d5fa9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5132 | 2024.11.27 18:37:43.056739 [ 253 ] {552fc140-6916-4366-a07b-c1e3955d5fa9} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 5133 | 2024.11.27 18:37:43.056999 [ 199 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 526 rows, containing 5 columns (5 merged, 0 gathered) in 0.004860832 sec., 108211.92750541471 rows/sec., 7.75 MiB/sec. | ||
| 5134 | 2024.11.27 18:37:43.057210 [ 199 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 5135 | 2024.11.27 18:37:43.057250 [ 253 ] {552fc140-6916-4366-a07b-c1e3955d5fa9} <Trace> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5136 | 2024.11.27 18:37:43.057628 [ 253 ] {552fc140-6916-4366-a07b-c1e3955d5fa9} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005112 sec., 2543.035993740219 rows/sec., 158.56 KiB/sec. | ||
| 5137 | 2024.11.27 18:37:43.057823 [ 253 ] {552fc140-6916-4366-a07b-c1e3955d5fa9} <Debug> TCPHandler: Processed in 0.005589163 sec. | ||
| 5138 | 2024.11.27 18:37:43.057833 [ 196 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_16_3} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5139 | 2024.11.27 18:37:43.058018 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5140 | 2024.11.27 18:37:43.058028 [ 196 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_16_3} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 5141 | 2024.11.27 18:37:43.058216 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 5142 | 2024.11.27 18:37:43.058259 [ 254 ] {104be9e0-c5f4-4b12-b920-fc8a3e656e0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5143 | 2024.11.27 18:37:43.058326 [ 254 ] {104be9e0-c5f4-4b12-b920-fc8a3e656e0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5144 | 2024.11.27 18:37:43.059105 [ 254 ] {104be9e0-c5f4-4b12-b920-fc8a3e656e0f} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5145 | 2024.11.27 18:37:43.059145 [ 254 ] {104be9e0-c5f4-4b12-b920-fc8a3e656e0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5146 | 2024.11.27 18:37:43.059523 [ 254 ] {104be9e0-c5f4-4b12-b920-fc8a3e656e0f} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5147 | 2024.11.27 18:37:43.059767 [ 254 ] {104be9e0-c5f4-4b12-b920-fc8a3e656e0f} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5148 | 2024.11.27 18:37:43.060022 [ 254 ] {104be9e0-c5f4-4b12-b920-fc8a3e656e0f} <Debug> executeQuery: Read 407 rows, 29.68 KiB in 0.001825 sec., 223013.698630137 rows/sec., 15.88 MiB/sec. | ||
| 5149 | 2024.11.27 18:37:43.060199 [ 254 ] {104be9e0-c5f4-4b12-b920-fc8a3e656e0f} <Debug> TCPHandler: Processed in 0.002267364 sec. | ||
| 5150 | 2024.11.27 18:37:43.060453 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5151 | 2024.11.27 18:37:43.060593 [ 253 ] {8c576ce5-5254-4cf2-9e77-a982caa1cb00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5152 | 2024.11.27 18:37:43.060654 [ 253 ] {8c576ce5-5254-4cf2-9e77-a982caa1cb00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5153 | 2024.11.27 18:37:43.061255 [ 253 ] {8c576ce5-5254-4cf2-9e77-a982caa1cb00} <Trace> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5154 | 2024.11.27 18:37:43.061297 [ 253 ] {8c576ce5-5254-4cf2-9e77-a982caa1cb00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5155 | 2024.11.27 18:37:43.061677 [ 253 ] {8c576ce5-5254-4cf2-9e77-a982caa1cb00} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 5156 | 2024.11.27 18:37:43.061916 [ 253 ] {8c576ce5-5254-4cf2-9e77-a982caa1cb00} <Trace> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5157 | 2024.11.27 18:37:43.062042 [ 50 ] {} <Debug> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 5158 | 2024.11.27 18:37:43.062086 [ 50 ] {} <Trace> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5159 | 2024.11.27 18:37:43.062103 [ 253 ] {8c576ce5-5254-4cf2-9e77-a982caa1cb00} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001542 sec., 3891.0505836575876 rows/sec., 203.29 KiB/sec. | ||
| 5160 | 2024.11.27 18:37:43.062114 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5161 | 2024.11.27 18:37:43.062201 [ 253 ] {8c576ce5-5254-4cf2-9e77-a982caa1cb00} <Debug> TCPHandler: Processed in 0.001887628 sec. | ||
| 5162 | 2024.11.27 18:37:43.062473 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5163 | 2024.11.27 18:37:43.062660 [ 190 ] {4a23b31e-2fab-45ac-a10f-cd78611343e3::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 | ||
| 5164 | 2024.11.27 18:37:43.062815 [ 254 ] {85fcf9d9-a500-45ad-af77-3db8a5fe6294} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5165 | 2024.11.27 18:37:43.062943 [ 254 ] {85fcf9d9-a500-45ad-af77-3db8a5fe6294} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5166 | 2024.11.27 18:37:43.062967 [ 190 ] {4a23b31e-2fab-45ac-a10f-cd78611343e3::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5167 | 2024.11.27 18:37:43.063067 [ 190 ] {4a23b31e-2fab-45ac-a10f-cd78611343e3::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 36 rows starting from the beginning of the part | ||
| 5168 | 2024.11.27 18:37:43.063432 [ 190 ] {4a23b31e-2fab-45ac-a10f-cd78611343e3::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 | ||
| 5169 | 2024.11.27 18:37:43.063798 [ 190 ] {4a23b31e-2fab-45ac-a10f-cd78611343e3::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 6 rows starting from the beginning of the part | ||
| 5170 | 2024.11.27 18:37:43.064137 [ 190 ] {4a23b31e-2fab-45ac-a10f-cd78611343e3::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 6 rows starting from the beginning of the part | ||
| 5171 | 2024.11.27 18:37:43.064277 [ 190 ] {4a23b31e-2fab-45ac-a10f-cd78611343e3::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 6 rows starting from the beginning of the part | ||
| 5172 | 2024.11.27 18:37:43.064637 [ 190 ] {4a23b31e-2fab-45ac-a10f-cd78611343e3::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 6 rows starting from the beginning of the part | ||
| 5173 | 2024.11.27 18:37:43.065468 [ 254 ] {85fcf9d9-a500-45ad-af77-3db8a5fe6294} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5174 | 2024.11.27 18:37:43.065553 [ 254 ] {85fcf9d9-a500-45ad-af77-3db8a5fe6294} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5175 | 2024.11.27 18:37:43.066658 [ 254 ] {85fcf9d9-a500-45ad-af77-3db8a5fe6294} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5176 | 2024.11.27 18:37:43.067102 [ 190 ] {4a23b31e-2fab-45ac-a10f-cd78611343e3::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 66 rows, containing 4 columns (4 merged, 0 gathered) in 0.004898443 sec., 13473.669082196118 rows/sec., 703.95 KiB/sec. | ||
| 5177 | 2024.11.27 18:37:43.067251 [ 254 ] {85fcf9d9-a500-45ad-af77-3db8a5fe6294} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5178 | 2024.11.27 18:37:43.067288 [ 190 ] {4a23b31e-2fab-45ac-a10f-cd78611343e3::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 5179 | 2024.11.27 18:37:43.067750 [ 254 ] {85fcf9d9-a500-45ad-af77-3db8a5fe6294} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005036 sec., 47061.15965051629 rows/sec., 3.15 MiB/sec. | ||
| 5180 | 2024.11.27 18:37:43.068066 [ 254 ] {85fcf9d9-a500-45ad-af77-3db8a5fe6294} <Debug> TCPHandler: Processed in 0.005768985 sec. | ||
| 5181 | 2024.11.27 18:37:43.068081 [ 194 ] {4a23b31e-2fab-45ac-a10f-cd78611343e3::all_1_11_2} <Trace> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5182 | 2024.11.27 18:37:43.068369 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5183 | 2024.11.27 18:37:43.068559 [ 194 ] {4a23b31e-2fab-45ac-a10f-cd78611343e3::all_1_11_2} <Trace> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 5184 | 2024.11.27 18:37:43.068843 [ 253 ] {132af1f0-6a40-4f90-846e-5c6c3146c026} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5185 | 2024.11.27 18:37:43.068889 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 5186 | 2024.11.27 18:37:43.069002 [ 253 ] {132af1f0-6a40-4f90-846e-5c6c3146c026} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5187 | 2024.11.27 18:37:43.069504 [ 253 ] {132af1f0-6a40-4f90-846e-5c6c3146c026} <Trace> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5188 | 2024.11.27 18:37:43.069546 [ 253 ] {132af1f0-6a40-4f90-846e-5c6c3146c026} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5189 | 2024.11.27 18:37:43.069921 [ 253 ] {132af1f0-6a40-4f90-846e-5c6c3146c026} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 5190 | 2024.11.27 18:37:43.070169 [ 253 ] {132af1f0-6a40-4f90-846e-5c6c3146c026} <Trace> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5191 | 2024.11.27 18:37:43.070418 [ 253 ] {132af1f0-6a40-4f90-846e-5c6c3146c026} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001731 sec., 577.7007510109763 rows/sec., 38.93 KiB/sec. | ||
| 5192 | 2024.11.27 18:37:43.070549 [ 253 ] {132af1f0-6a40-4f90-846e-5c6c3146c026} <Debug> TCPHandler: Processed in 0.002365555 sec. | ||
| 5193 | 2024.11.27 18:37:43.070714 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5194 | 2024.11.27 18:37:43.070854 [ 254 ] {f20322ce-64a5-451d-a402-69e04a84ea1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5195 | 2024.11.27 18:37:43.070949 [ 254 ] {f20322ce-64a5-451d-a402-69e04a84ea1b} <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 | ||
| 5196 | 2024.11.27 18:37:43.072214 [ 254 ] {f20322ce-64a5-451d-a402-69e04a84ea1b} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5197 | 2024.11.27 18:37:43.072253 [ 254 ] {f20322ce-64a5-451d-a402-69e04a84ea1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5198 | 2024.11.27 18:37:43.072890 [ 254 ] {f20322ce-64a5-451d-a402-69e04a84ea1b} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 5199 | 2024.11.27 18:37:43.073151 [ 254 ] {f20322ce-64a5-451d-a402-69e04a84ea1b} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5200 | 2024.11.27 18:37:43.073464 [ 254 ] {f20322ce-64a5-451d-a402-69e04a84ea1b} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.002633 sec., 9494.8727687049 rows/sec., 17.01 MiB/sec. | ||
| 5201 | 2024.11.27 18:37:43.074015 [ 254 ] {f20322ce-64a5-451d-a402-69e04a84ea1b} <Debug> TCPHandler: Processed in 0.00336348 sec. | ||
| 5202 | 2024.11.27 18:37:43.074195 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5203 | 2024.11.27 18:37:43.074336 [ 253 ] {a9a5aa49-fd76-4393-aac4-1cc0a37c9fb6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5204 | 2024.11.27 18:37:43.074399 [ 253 ] {a9a5aa49-fd76-4393-aac4-1cc0a37c9fb6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5205 | 2024.11.27 18:37:43.074924 [ 253 ] {a9a5aa49-fd76-4393-aac4-1cc0a37c9fb6} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5206 | 2024.11.27 18:37:43.074963 [ 253 ] {a9a5aa49-fd76-4393-aac4-1cc0a37c9fb6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5207 | 2024.11.27 18:37:43.075342 [ 253 ] {a9a5aa49-fd76-4393-aac4-1cc0a37c9fb6} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5208 | 2024.11.27 18:37:43.075590 [ 253 ] {a9a5aa49-fd76-4393-aac4-1cc0a37c9fb6} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5209 | 2024.11.27 18:37:43.075768 [ 253 ] {a9a5aa49-fd76-4393-aac4-1cc0a37c9fb6} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001465 sec., 55972.696245733794 rows/sec., 3.55 MiB/sec. | ||
| 5210 | 2024.11.27 18:37:43.075819 [ 253 ] {a9a5aa49-fd76-4393-aac4-1cc0a37c9fb6} <Debug> TCPHandler: Processed in 0.001693375 sec. | ||
| 5211 | 2024.11.27 18:37:43.282704 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 196 | ||
| 5212 | 2024.11.27 18:37:43.305215 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5213 | 2024.11.27 18:37:43.305276 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5214 | 2024.11.27 18:37:43.312986 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5215 | 2024.11.27 18:37:43.313791 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5216 | 2024.11.27 18:37:43.314166 [ 50 ] {} <Debug> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5217 | 2024.11.27 18:37:43.314277 [ 50 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5218 | 2024.11.27 18:37:43.314344 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5219 | 2024.11.27 18:37:43.314909 [ 189 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::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 | ||
| 5220 | 2024.11.27 18:37:43.331765 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 196 | ||
| 5221 | 2024.11.27 18:37:43.333059 [ 189 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5222 | 2024.11.27 18:37:43.334702 [ 189 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 159 rows starting from the beginning of the part | ||
| 5223 | 2024.11.27 18:37:43.340533 [ 189 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 7 rows starting from the beginning of the part | ||
| 5224 | 2024.11.27 18:37:43.346242 [ 189 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 8 rows starting from the beginning of the part | ||
| 5225 | 2024.11.27 18:37:43.352015 [ 189 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 7 rows starting from the beginning of the part | ||
| 5226 | 2024.11.27 18:37:43.358342 [ 189 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 8 rows starting from the beginning of the part | ||
| 5227 | 2024.11.27 18:37:43.363196 [ 189 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 7 rows starting from the beginning of the part | ||
| 5228 | 2024.11.27 18:37:43.422476 [ 192 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 679 columns (679 merged, 0 gathered) in 0.10796505 sec., 1815.4022991699628 rows/sec., 9.39 MiB/sec. | ||
| 5229 | 2024.11.27 18:37:43.425287 [ 192 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5230 | 2024.11.27 18:37:43.428289 [ 192 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_26_5} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5231 | 2024.11.27 18:37:43.428384 [ 192 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_26_5} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5232 | 2024.11.27 18:37:43.431001 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.09 MiB. | ||
| 5233 | 2024.11.27 18:37:47.478571 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 732 | ||
| 5234 | 2024.11.27 18:37:47.482225 [ 242 ] {} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5235 | 2024.11.27 18:37:47.482277 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5236 | 2024.11.27 18:37:47.483795 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5237 | 2024.11.27 18:37:47.484118 [ 242 ] {} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5238 | 2024.11.27 18:37:47.484713 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 732 | ||
| 5239 | 2024.11.27 18:37:48.066418 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5240 | 2024.11.27 18:37:48.066611 [ 253 ] {5e14f70a-165a-43a7-ab0d-0d52d698242c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 5241 | 2024.11.27 18:37:48.066688 [ 253 ] {5e14f70a-165a-43a7-ab0d-0d52d698242c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5242 | 2024.11.27 18:37:48.067374 [ 253 ] {5e14f70a-165a-43a7-ab0d-0d52d698242c} <Trace> oximeter.fields_ipaddr (53955b2a-eb56-41e3-a1fe-af6ea47fe91e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5243 | 2024.11.27 18:37:48.067418 [ 253 ] {5e14f70a-165a-43a7-ab0d-0d52d698242c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5244 | 2024.11.27 18:37:48.067830 [ 253 ] {5e14f70a-165a-43a7-ab0d-0d52d698242c} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 5245 | 2024.11.27 18:37:48.068090 [ 253 ] {5e14f70a-165a-43a7-ab0d-0d52d698242c} <Trace> oximeter.fields_ipaddr (53955b2a-eb56-41e3-a1fe-af6ea47fe91e): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5246 | 2024.11.27 18:37:48.068365 [ 253 ] {5e14f70a-165a-43a7-ab0d-0d52d698242c} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.00179 sec., 4469.27374301676 rows/sec., 364.44 KiB/sec. | ||
| 5247 | 2024.11.27 18:37:48.068497 [ 253 ] {5e14f70a-165a-43a7-ab0d-0d52d698242c} <Debug> TCPHandler: Processed in 0.002190473 sec. | ||
| 5248 | 2024.11.27 18:37:48.068790 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5249 | 2024.11.27 18:37:48.069000 [ 254 ] {d13067cb-5810-4183-be90-298d635290cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5250 | 2024.11.27 18:37:48.069082 [ 254 ] {d13067cb-5810-4183-be90-298d635290cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5251 | 2024.11.27 18:37:48.070528 [ 254 ] {d13067cb-5810-4183-be90-298d635290cd} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5252 | 2024.11.27 18:37:48.070579 [ 254 ] {d13067cb-5810-4183-be90-298d635290cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5253 | 2024.11.27 18:37:48.071115 [ 254 ] {d13067cb-5810-4183-be90-298d635290cd} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5254 | 2024.11.27 18:37:48.071600 [ 254 ] {d13067cb-5810-4183-be90-298d635290cd} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5255 | 2024.11.27 18:37:48.071864 [ 254 ] {d13067cb-5810-4183-be90-298d635290cd} <Debug> executeQuery: Read 1232 rows, 103.81 KiB in 0.002919 sec., 422062.35011990403 rows/sec., 34.73 MiB/sec. | ||
| 5256 | 2024.11.27 18:37:48.071932 [ 254 ] {d13067cb-5810-4183-be90-298d635290cd} <Debug> TCPHandler: Processed in 0.003306698 sec. | ||
| 5257 | 2024.11.27 18:37:48.072121 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5258 | 2024.11.27 18:37:48.072268 [ 253 ] {6972abc2-f7b8-4a3f-8fa0-7c432a0b5517} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5259 | 2024.11.27 18:37:48.072333 [ 253 ] {6972abc2-f7b8-4a3f-8fa0-7c432a0b5517} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5260 | 2024.11.27 18:37:48.073007 [ 253 ] {6972abc2-f7b8-4a3f-8fa0-7c432a0b5517} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5261 | 2024.11.27 18:37:48.073048 [ 253 ] {6972abc2-f7b8-4a3f-8fa0-7c432a0b5517} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5262 | 2024.11.27 18:37:48.073436 [ 253 ] {6972abc2-f7b8-4a3f-8fa0-7c432a0b5517} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 5263 | 2024.11.27 18:37:48.073681 [ 253 ] {6972abc2-f7b8-4a3f-8fa0-7c432a0b5517} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5264 | 2024.11.27 18:37:48.073843 [ 45 ] {} <Debug> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c) (MergerMutator): Selected 6 parts from all_1_25_5 to all_30_30_0 | ||
| 5265 | 2024.11.27 18:37:48.073922 [ 253 ] {6972abc2-f7b8-4a3f-8fa0-7c432a0b5517} <Debug> executeQuery: Read 24 rows, 1.76 KiB in 0.00168 sec., 14285.714285714284 rows/sec., 1.02 MiB/sec. | ||
| 5266 | 2024.11.27 18:37:48.073929 [ 45 ] {} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5267 | 2024.11.27 18:37:48.074015 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5268 | 2024.11.27 18:37:48.074066 [ 253 ] {6972abc2-f7b8-4a3f-8fa0-7c432a0b5517} <Debug> TCPHandler: Processed in 0.00201193 sec. | ||
| 5269 | 2024.11.27 18:37:48.074437 [ 187 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::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 | ||
| 5270 | 2024.11.27 18:37:48.074447 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5271 | 2024.11.27 18:37:48.074808 [ 254 ] {626086af-191d-4e14-a298-c6ae725c57eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5272 | 2024.11.27 18:37:48.074822 [ 187 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_30_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5273 | 2024.11.27 18:37:48.074863 [ 187 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_5, total 66 rows starting from the beginning of the part | ||
| 5274 | 2024.11.27 18:37:48.074869 [ 254 ] {626086af-191d-4e14-a298-c6ae725c57eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5275 | 2024.11.27 18:37:48.075060 [ 187 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 16 rows starting from the beginning of the part | ||
| 5276 | 2024.11.27 18:37:48.075473 [ 187 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 32 rows starting from the beginning of the part | ||
| 5277 | 2024.11.27 18:37:48.075899 [ 187 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 16 rows starting from the beginning of the part | ||
| 5278 | 2024.11.27 18:37:48.076330 [ 187 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 32 rows starting from the beginning of the part | ||
| 5279 | 2024.11.27 18:37:48.076684 [ 187 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 24 rows starting from the beginning of the part | ||
| 5280 | 2024.11.27 18:37:48.077636 [ 254 ] {626086af-191d-4e14-a298-c6ae725c57eb} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5281 | 2024.11.27 18:37:48.077680 [ 254 ] {626086af-191d-4e14-a298-c6ae725c57eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5282 | 2024.11.27 18:37:48.078375 [ 254 ] {626086af-191d-4e14-a298-c6ae725c57eb} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5283 | 2024.11.27 18:37:48.078532 [ 201 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_30_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 186 rows, containing 5 columns (5 merged, 0 gathered) in 0.004404085 sec., 42233.51729133293 rows/sec., 3.18 MiB/sec. | ||
| 5284 | 2024.11.27 18:37:48.078738 [ 254 ] {626086af-191d-4e14-a298-c6ae725c57eb} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5285 | 2024.11.27 18:37:48.078831 [ 201 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_30_6} <Trace> MergedBlockOutputStream: filled checksums all_1_30_6 (state Temporary) | ||
| 5286 | 2024.11.27 18:37:48.079419 [ 254 ] {626086af-191d-4e14-a298-c6ae725c57eb} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.004681 sec., 48707.54112369152 rows/sec., 3.30 MiB/sec. | ||
| 5287 | 2024.11.27 18:37:48.079834 [ 254 ] {626086af-191d-4e14-a298-c6ae725c57eb} <Debug> TCPHandler: Processed in 0.005533362 sec. | ||
| 5288 | 2024.11.27 18:37:48.080059 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5289 | 2024.11.27 18:37:48.080106 [ 201 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_30_6} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Renaming temporary part tmp_merge_all_1_30_6 to all_1_30_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5290 | 2024.11.27 18:37:48.080269 [ 253 ] {8741dfd5-8893-42d3-a056-11924371e6c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5291 | 2024.11.27 18:37:48.080280 [ 201 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_30_6} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c) (MergerMutator): Merged 6 parts: [all_1_25_5, all_30_30_0] -> all_1_30_6 | ||
| 5292 | 2024.11.27 18:37:48.080340 [ 253 ] {8741dfd5-8893-42d3-a056-11924371e6c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5293 | 2024.11.27 18:37:48.080469 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 5294 | 2024.11.27 18:37:48.081286 [ 253 ] {8741dfd5-8893-42d3-a056-11924371e6c0} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5295 | 2024.11.27 18:37:48.081330 [ 253 ] {8741dfd5-8893-42d3-a056-11924371e6c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5296 | 2024.11.27 18:37:48.081737 [ 253 ] {8741dfd5-8893-42d3-a056-11924371e6c0} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5297 | 2024.11.27 18:37:48.081987 [ 253 ] {8741dfd5-8893-42d3-a056-11924371e6c0} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5298 | 2024.11.27 18:37:48.082210 [ 253 ] {8741dfd5-8893-42d3-a056-11924371e6c0} <Debug> executeQuery: Read 544 rows, 41.34 KiB in 0.002005 sec., 271321.6957605985 rows/sec., 20.13 MiB/sec. | ||
| 5299 | 2024.11.27 18:37:48.082283 [ 253 ] {8741dfd5-8893-42d3-a056-11924371e6c0} <Debug> TCPHandler: Processed in 0.002324825 sec. | ||
| 5300 | 2024.11.27 18:37:48.082438 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5301 | 2024.11.27 18:37:48.082581 [ 254 ] {5cc8c17b-954a-463b-823b-a8d00ebee993} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5302 | 2024.11.27 18:37:48.082645 [ 254 ] {5cc8c17b-954a-463b-823b-a8d00ebee993} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5303 | 2024.11.27 18:37:48.083435 [ 254 ] {5cc8c17b-954a-463b-823b-a8d00ebee993} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5304 | 2024.11.27 18:37:48.083475 [ 254 ] {5cc8c17b-954a-463b-823b-a8d00ebee993} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5305 | 2024.11.27 18:37:48.083930 [ 254 ] {5cc8c17b-954a-463b-823b-a8d00ebee993} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5306 | 2024.11.27 18:37:48.084169 [ 254 ] {5cc8c17b-954a-463b-823b-a8d00ebee993} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5307 | 2024.11.27 18:37:48.084391 [ 254 ] {5cc8c17b-954a-463b-823b-a8d00ebee993} <Debug> executeQuery: Read 884 rows, 60.91 KiB in 0.001844 sec., 479392.6247288503 rows/sec., 32.26 MiB/sec. | ||
| 5308 | 2024.11.27 18:37:48.084446 [ 254 ] {5cc8c17b-954a-463b-823b-a8d00ebee993} <Debug> TCPHandler: Processed in 0.002073611 sec. | ||
| 5309 | 2024.11.27 18:37:48.084605 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5310 | 2024.11.27 18:37:48.084747 [ 253 ] {e7e04f79-f63d-4bd6-a899-52315248ecb1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5311 | 2024.11.27 18:37:48.084843 [ 253 ] {e7e04f79-f63d-4bd6-a899-52315248ecb1} <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 | ||
| 5312 | 2024.11.27 18:37:48.086107 [ 253 ] {e7e04f79-f63d-4bd6-a899-52315248ecb1} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5313 | 2024.11.27 18:37:48.086147 [ 253 ] {e7e04f79-f63d-4bd6-a899-52315248ecb1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5314 | 2024.11.27 18:37:48.086806 [ 253 ] {e7e04f79-f63d-4bd6-a899-52315248ecb1} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 5315 | 2024.11.27 18:37:48.087085 [ 253 ] {e7e04f79-f63d-4bd6-a899-52315248ecb1} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5316 | 2024.11.27 18:37:48.087406 [ 253 ] {e7e04f79-f63d-4bd6-a899-52315248ecb1} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.00269 sec., 5947.955390334572 rows/sec., 10.66 MiB/sec. | ||
| 5317 | 2024.11.27 18:37:48.087881 [ 253 ] {e7e04f79-f63d-4bd6-a899-52315248ecb1} <Debug> TCPHandler: Processed in 0.00334418 sec. | ||
| 5318 | 2024.11.27 18:37:48.088065 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5319 | 2024.11.27 18:37:48.088205 [ 254 ] {039fa334-86a7-40e3-bcf3-dfdbd9ab2065} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5320 | 2024.11.27 18:37:48.088266 [ 254 ] {039fa334-86a7-40e3-bcf3-dfdbd9ab2065} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5321 | 2024.11.27 18:37:48.088820 [ 254 ] {039fa334-86a7-40e3-bcf3-dfdbd9ab2065} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5322 | 2024.11.27 18:37:48.088859 [ 254 ] {039fa334-86a7-40e3-bcf3-dfdbd9ab2065} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5323 | 2024.11.27 18:37:48.089243 [ 254 ] {039fa334-86a7-40e3-bcf3-dfdbd9ab2065} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5324 | 2024.11.27 18:37:48.089493 [ 254 ] {039fa334-86a7-40e3-bcf3-dfdbd9ab2065} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5325 | 2024.11.27 18:37:48.089762 [ 254 ] {039fa334-86a7-40e3-bcf3-dfdbd9ab2065} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001587 sec., 37807.183364839315 rows/sec., 2.55 MiB/sec. | ||
| 5326 | 2024.11.27 18:37:48.089984 [ 254 ] {039fa334-86a7-40e3-bcf3-dfdbd9ab2065} <Debug> TCPHandler: Processed in 0.001982409 sec. | ||
| 5327 | 2024.11.27 18:37:49.928412 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 12383 | ||
| 5328 | 2024.11.27 18:37:49.929183 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5329 | 2024.11.27 18:37:49.929228 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5330 | 2024.11.27 18:37:49.929757 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5331 | 2024.11.27 18:37:49.930020 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5332 | 2024.11.27 18:37:49.930283 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12383 | ||
| 5333 | 2024.11.27 18:37:50.831882 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 204 | ||
| 5334 | 2024.11.27 18:37:50.851740 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5335 | 2024.11.27 18:37:50.851799 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5336 | 2024.11.27 18:37:50.858883 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5337 | 2024.11.27 18:37:50.859658 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5338 | 2024.11.27 18:37:50.862545 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 204 | ||
| 5339 | 2024.11.27 18:37:53.041683 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5340 | 2024.11.27 18:37:53.041882 [ 253 ] {fd14ad2b-e44e-4109-b7e1-366f43e1431f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5341 | 2024.11.27 18:37:53.041957 [ 253 ] {fd14ad2b-e44e-4109-b7e1-366f43e1431f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5342 | 2024.11.27 18:37:53.042696 [ 253 ] {fd14ad2b-e44e-4109-b7e1-366f43e1431f} <Trace> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5343 | 2024.11.27 18:37:53.042744 [ 253 ] {fd14ad2b-e44e-4109-b7e1-366f43e1431f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5344 | 2024.11.27 18:37:53.043189 [ 253 ] {fd14ad2b-e44e-4109-b7e1-366f43e1431f} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 5345 | 2024.11.27 18:37:53.043453 [ 253 ] {fd14ad2b-e44e-4109-b7e1-366f43e1431f} <Trace> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5346 | 2024.11.27 18:37:53.043702 [ 253 ] {fd14ad2b-e44e-4109-b7e1-366f43e1431f} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001875 sec., 7466.666666666667 rows/sec., 537.50 KiB/sec. | ||
| 5347 | 2024.11.27 18:37:53.043763 [ 253 ] {fd14ad2b-e44e-4109-b7e1-366f43e1431f} <Debug> TCPHandler: Processed in 0.002216693 sec. | ||
| 5348 | 2024.11.27 18:37:53.044001 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5349 | 2024.11.27 18:37:53.044210 [ 254 ] {6cfd7ee2-82dc-4634-9797-d4b995d17852} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5350 | 2024.11.27 18:37:53.044292 [ 254 ] {6cfd7ee2-82dc-4634-9797-d4b995d17852} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5351 | 2024.11.27 18:37:53.045201 [ 254 ] {6cfd7ee2-82dc-4634-9797-d4b995d17852} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5352 | 2024.11.27 18:37:53.045249 [ 254 ] {6cfd7ee2-82dc-4634-9797-d4b995d17852} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5353 | 2024.11.27 18:37:53.045713 [ 254 ] {6cfd7ee2-82dc-4634-9797-d4b995d17852} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5354 | 2024.11.27 18:37:53.045979 [ 254 ] {6cfd7ee2-82dc-4634-9797-d4b995d17852} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5355 | 2024.11.27 18:37:53.046236 [ 254 ] {6cfd7ee2-82dc-4634-9797-d4b995d17852} <Debug> executeQuery: Read 253 rows, 22.72 KiB in 0.002073 sec., 122045.34491075734 rows/sec., 10.70 MiB/sec. | ||
| 5356 | 2024.11.27 18:37:53.046369 [ 254 ] {6cfd7ee2-82dc-4634-9797-d4b995d17852} <Debug> TCPHandler: Processed in 0.002498877 sec. | ||
| 5357 | 2024.11.27 18:37:53.046638 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5358 | 2024.11.27 18:37:53.046782 [ 253 ] {7e50e1cc-de26-4c5f-aa0a-46235097f466} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5359 | 2024.11.27 18:37:53.046843 [ 253 ] {7e50e1cc-de26-4c5f-aa0a-46235097f466} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5360 | 2024.11.27 18:37:53.047458 [ 253 ] {7e50e1cc-de26-4c5f-aa0a-46235097f466} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5361 | 2024.11.27 18:37:53.047500 [ 253 ] {7e50e1cc-de26-4c5f-aa0a-46235097f466} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5362 | 2024.11.27 18:37:53.047872 [ 253 ] {7e50e1cc-de26-4c5f-aa0a-46235097f466} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 5363 | 2024.11.27 18:37:53.048117 [ 253 ] {7e50e1cc-de26-4c5f-aa0a-46235097f466} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5364 | 2024.11.27 18:37:53.048337 [ 253 ] {7e50e1cc-de26-4c5f-aa0a-46235097f466} <Debug> executeQuery: Read 32 rows, 2.34 KiB in 0.00159 sec., 20125.78616352201 rows/sec., 1.43 MiB/sec. | ||
| 5365 | 2024.11.27 18:37:53.048392 [ 253 ] {7e50e1cc-de26-4c5f-aa0a-46235097f466} <Debug> TCPHandler: Processed in 0.001858037 sec. | ||
| 5366 | 2024.11.27 18:37:53.048536 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5367 | 2024.11.27 18:37:53.048662 [ 254 ] {cd6aa3e4-d0c5-4e6a-a6ed-41365b5282d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5368 | 2024.11.27 18:37:53.048714 [ 254 ] {cd6aa3e4-d0c5-4e6a-a6ed-41365b5282d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5369 | 2024.11.27 18:37:53.049327 [ 254 ] {cd6aa3e4-d0c5-4e6a-a6ed-41365b5282d8} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5370 | 2024.11.27 18:37:53.049368 [ 254 ] {cd6aa3e4-d0c5-4e6a-a6ed-41365b5282d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5371 | 2024.11.27 18:37:53.049743 [ 254 ] {cd6aa3e4-d0c5-4e6a-a6ed-41365b5282d8} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5372 | 2024.11.27 18:37:53.049990 [ 254 ] {cd6aa3e4-d0c5-4e6a-a6ed-41365b5282d8} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5373 | 2024.11.27 18:37:53.050209 [ 254 ] {cd6aa3e4-d0c5-4e6a-a6ed-41365b5282d8} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001576 sec., 8883.248730964468 rows/sec., 622.12 KiB/sec. | ||
| 5374 | 2024.11.27 18:37:53.050267 [ 254 ] {cd6aa3e4-d0c5-4e6a-a6ed-41365b5282d8} <Debug> TCPHandler: Processed in 0.001788337 sec. | ||
| 5375 | 2024.11.27 18:37:53.050438 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5376 | 2024.11.27 18:37:53.050577 [ 253 ] {83127b50-ffd4-4753-9bd1-482a7ee173e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5377 | 2024.11.27 18:37:53.050637 [ 253 ] {83127b50-ffd4-4753-9bd1-482a7ee173e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5378 | 2024.11.27 18:37:53.051243 [ 253 ] {83127b50-ffd4-4753-9bd1-482a7ee173e9} <Trace> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5379 | 2024.11.27 18:37:53.051285 [ 253 ] {83127b50-ffd4-4753-9bd1-482a7ee173e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5380 | 2024.11.27 18:37:53.051647 [ 253 ] {83127b50-ffd4-4753-9bd1-482a7ee173e9} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 5381 | 2024.11.27 18:37:53.051903 [ 253 ] {83127b50-ffd4-4753-9bd1-482a7ee173e9} <Trace> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5382 | 2024.11.27 18:37:53.052117 [ 253 ] {83127b50-ffd4-4753-9bd1-482a7ee173e9} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00157 sec., 8280.254777070064 rows/sec., 516.27 KiB/sec. | ||
| 5383 | 2024.11.27 18:37:53.052170 [ 253 ] {83127b50-ffd4-4753-9bd1-482a7ee173e9} <Debug> TCPHandler: Processed in 0.001800327 sec. | ||
| 5384 | 2024.11.27 18:37:53.052329 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5385 | 2024.11.27 18:37:53.052456 [ 254 ] {f3edcfea-1a90-40e0-b019-5100f817af58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5386 | 2024.11.27 18:37:53.052507 [ 254 ] {f3edcfea-1a90-40e0-b019-5100f817af58} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5387 | 2024.11.27 18:37:53.053327 [ 254 ] {f3edcfea-1a90-40e0-b019-5100f817af58} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5388 | 2024.11.27 18:37:53.053369 [ 254 ] {f3edcfea-1a90-40e0-b019-5100f817af58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5389 | 2024.11.27 18:37:53.053772 [ 254 ] {f3edcfea-1a90-40e0-b019-5100f817af58} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5390 | 2024.11.27 18:37:53.054005 [ 254 ] {f3edcfea-1a90-40e0-b019-5100f817af58} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5391 | 2024.11.27 18:37:53.054235 [ 254 ] {f3edcfea-1a90-40e0-b019-5100f817af58} <Debug> executeQuery: Read 407 rows, 29.68 KiB in 0.001794 sec., 226867.33556298775 rows/sec., 16.16 MiB/sec. | ||
| 5392 | 2024.11.27 18:37:53.054294 [ 254 ] {f3edcfea-1a90-40e0-b019-5100f817af58} <Debug> TCPHandler: Processed in 0.00203229 sec. | ||
| 5393 | 2024.11.27 18:37:53.054458 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5394 | 2024.11.27 18:37:53.054596 [ 253 ] {92647845-774f-4270-bdf9-dee5ec6f9a46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5395 | 2024.11.27 18:37:53.054657 [ 253 ] {92647845-774f-4270-bdf9-dee5ec6f9a46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5396 | 2024.11.27 18:37:53.055165 [ 253 ] {92647845-774f-4270-bdf9-dee5ec6f9a46} <Trace> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5397 | 2024.11.27 18:37:53.055205 [ 253 ] {92647845-774f-4270-bdf9-dee5ec6f9a46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5398 | 2024.11.27 18:37:53.055588 [ 253 ] {92647845-774f-4270-bdf9-dee5ec6f9a46} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 5399 | 2024.11.27 18:37:53.055837 [ 253 ] {92647845-774f-4270-bdf9-dee5ec6f9a46} <Trace> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5400 | 2024.11.27 18:37:53.056045 [ 253 ] {92647845-774f-4270-bdf9-dee5ec6f9a46} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001479 sec., 4056.7951318458418 rows/sec., 211.95 KiB/sec. | ||
| 5401 | 2024.11.27 18:37:53.056097 [ 253 ] {92647845-774f-4270-bdf9-dee5ec6f9a46} <Debug> TCPHandler: Processed in 0.001705875 sec. | ||
| 5402 | 2024.11.27 18:37:53.056245 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5403 | 2024.11.27 18:37:53.056365 [ 254 ] {141330b1-5f8e-4ab7-adf7-1e43ece0a7e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5404 | 2024.11.27 18:37:53.056419 [ 254 ] {141330b1-5f8e-4ab7-adf7-1e43ece0a7e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5405 | 2024.11.27 18:37:53.057044 [ 254 ] {141330b1-5f8e-4ab7-adf7-1e43ece0a7e9} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5406 | 2024.11.27 18:37:53.057085 [ 254 ] {141330b1-5f8e-4ab7-adf7-1e43ece0a7e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5407 | 2024.11.27 18:37:53.057497 [ 254 ] {141330b1-5f8e-4ab7-adf7-1e43ece0a7e9} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5408 | 2024.11.27 18:37:53.057731 [ 254 ] {141330b1-5f8e-4ab7-adf7-1e43ece0a7e9} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5409 | 2024.11.27 18:37:53.057939 [ 254 ] {141330b1-5f8e-4ab7-adf7-1e43ece0a7e9} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001601 sec., 148032.4797001874 rows/sec., 9.92 MiB/sec. | ||
| 5410 | 2024.11.27 18:37:53.057996 [ 254 ] {141330b1-5f8e-4ab7-adf7-1e43ece0a7e9} <Debug> TCPHandler: Processed in 0.001819518 sec. | ||
| 5411 | 2024.11.27 18:37:53.058159 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5412 | 2024.11.27 18:37:53.058299 [ 253 ] {9f037659-15a1-432d-84fa-0e827c09f14d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5413 | 2024.11.27 18:37:53.058362 [ 253 ] {9f037659-15a1-432d-84fa-0e827c09f14d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5414 | 2024.11.27 18:37:53.058908 [ 253 ] {9f037659-15a1-432d-84fa-0e827c09f14d} <Trace> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5415 | 2024.11.27 18:37:53.058948 [ 253 ] {9f037659-15a1-432d-84fa-0e827c09f14d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5416 | 2024.11.27 18:37:53.059316 [ 253 ] {9f037659-15a1-432d-84fa-0e827c09f14d} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 5417 | 2024.11.27 18:37:53.059558 [ 253 ] {9f037659-15a1-432d-84fa-0e827c09f14d} <Trace> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5418 | 2024.11.27 18:37:53.059760 [ 253 ] {9f037659-15a1-432d-84fa-0e827c09f14d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001492 sec., 670.2412868632707 rows/sec., 45.16 KiB/sec. | ||
| 5419 | 2024.11.27 18:37:53.059812 [ 253 ] {9f037659-15a1-432d-84fa-0e827c09f14d} <Debug> TCPHandler: Processed in 0.001721915 sec. | ||
| 5420 | 2024.11.27 18:37:53.059954 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5421 | 2024.11.27 18:37:53.060070 [ 254 ] {97b0b3a1-3fb0-43d0-8c5b-5d96979f7dd6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5422 | 2024.11.27 18:37:53.060153 [ 254 ] {97b0b3a1-3fb0-43d0-8c5b-5d96979f7dd6} <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 | ||
| 5423 | 2024.11.27 18:37:53.061342 [ 254 ] {97b0b3a1-3fb0-43d0-8c5b-5d96979f7dd6} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5424 | 2024.11.27 18:37:53.061383 [ 254 ] {97b0b3a1-3fb0-43d0-8c5b-5d96979f7dd6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5425 | 2024.11.27 18:37:53.062014 [ 254 ] {97b0b3a1-3fb0-43d0-8c5b-5d96979f7dd6} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 5426 | 2024.11.27 18:37:53.062275 [ 254 ] {97b0b3a1-3fb0-43d0-8c5b-5d96979f7dd6} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5427 | 2024.11.27 18:37:53.062457 [ 28 ] {} <Debug> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 5428 | 2024.11.27 18:37:53.062540 [ 254 ] {97b0b3a1-3fb0-43d0-8c5b-5d96979f7dd6} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.002489 sec., 10044.19445560466 rows/sec., 18.00 MiB/sec. | ||
| 5429 | 2024.11.27 18:37:53.062549 [ 28 ] {} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5430 | 2024.11.27 18:37:53.062618 [ 28 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5431 | 2024.11.27 18:37:53.062888 [ 254 ] {97b0b3a1-3fb0-43d0-8c5b-5d96979f7dd6} <Debug> TCPHandler: Processed in 0.002989524 sec. | ||
| 5432 | 2024.11.27 18:37:53.062944 [ 200 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::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 | ||
| 5433 | 2024.11.27 18:37:53.063077 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5434 | 2024.11.27 18:37:53.063318 [ 253 ] {3e95d173-5447-42fb-bfe2-bfdefbb3fb7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5435 | 2024.11.27 18:37:53.063442 [ 253 ] {3e95d173-5447-42fb-bfe2-bfdefbb3fb7e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5436 | 2024.11.27 18:37:53.063853 [ 200 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5437 | 2024.11.27 18:37:53.064129 [ 200 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 551 rows starting from the beginning of the part | ||
| 5438 | 2024.11.27 18:37:53.064812 [ 200 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 25 rows starting from the beginning of the part | ||
| 5439 | 2024.11.27 18:37:53.065606 [ 253 ] {3e95d173-5447-42fb-bfe2-bfdefbb3fb7e} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5440 | 2024.11.27 18:37:53.065629 [ 200 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 16 rows starting from the beginning of the part | ||
| 5441 | 2024.11.27 18:37:53.065685 [ 253 ] {3e95d173-5447-42fb-bfe2-bfdefbb3fb7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5442 | 2024.11.27 18:37:53.066263 [ 200 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 25 rows starting from the beginning of the part | ||
| 5443 | 2024.11.27 18:37:53.066977 [ 200 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 16 rows starting from the beginning of the part | ||
| 5444 | 2024.11.27 18:37:53.067245 [ 253 ] {3e95d173-5447-42fb-bfe2-bfdefbb3fb7e} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5445 | 2024.11.27 18:37:53.067564 [ 200 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 25 rows starting from the beginning of the part | ||
| 5446 | 2024.11.27 18:37:53.068341 [ 253 ] {3e95d173-5447-42fb-bfe2-bfdefbb3fb7e} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5447 | 2024.11.27 18:37:53.068932 [ 253 ] {3e95d173-5447-42fb-bfe2-bfdefbb3fb7e} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005697 sec., 14393.540459891172 rows/sec., 936.11 KiB/sec. | ||
| 5448 | 2024.11.27 18:37:53.069064 [ 253 ] {3e95d173-5447-42fb-bfe2-bfdefbb3fb7e} <Debug> TCPHandler: Processed in 0.006072639 sec. | ||
| 5449 | 2024.11.27 18:37:53.075855 [ 201 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 658 rows, containing 19 columns (19 merged, 0 gathered) in 0.013103264 sec., 50216.49567619183 rows/sec., 89.99 MiB/sec. | ||
| 5450 | 2024.11.27 18:37:53.076805 [ 201 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 5451 | 2024.11.27 18:37:53.077304 [ 201 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5452 | 2024.11.27 18:37:53.077401 [ 201 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 5453 | 2024.11.27 18:37:53.077574 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.55 MiB. | ||
| 5454 | 2024.11.27 18:37:54.000205 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 193.86 MiB, peak 202.82 MiB, free memory in arenas 0.00 B, will set to 194.97 MiB (RSS), difference: 1.11 MiB | ||
| 5455 | 2024.11.27 18:37:57.315781 [ 33 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5456 | 2024.11.27 18:37:57.315892 [ 33 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5457 | 2024.11.27 18:37:57.430414 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 12871 | ||
| 5458 | 2024.11.27 18:37:57.431157 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5459 | 2024.11.27 18:37:57.431210 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5460 | 2024.11.27 18:37:57.431778 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5461 | 2024.11.27 18:37:57.432038 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5462 | 2024.11.27 18:37:57.432318 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12871 | ||
| 5463 | 2024.11.27 18:37:57.484937 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 770 | ||
| 5464 | 2024.11.27 18:37:57.488333 [ 242 ] {} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5465 | 2024.11.27 18:37:57.488394 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5466 | 2024.11.27 18:37:57.489933 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 5467 | 2024.11.27 18:37:57.490275 [ 242 ] {} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5468 | 2024.11.27 18:37:57.491565 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 770 | ||
| 5469 | 2024.11.27 18:37:58.037559 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5470 | 2024.11.27 18:37:58.037784 [ 253 ] {214a8f8a-1366-4e5d-bf4e-64ff8bec3cb0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5471 | 2024.11.27 18:37:58.037870 [ 253 ] {214a8f8a-1366-4e5d-bf4e-64ff8bec3cb0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5472 | 2024.11.27 18:37:58.038705 [ 253 ] {214a8f8a-1366-4e5d-bf4e-64ff8bec3cb0} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5473 | 2024.11.27 18:37:58.038762 [ 253 ] {214a8f8a-1366-4e5d-bf4e-64ff8bec3cb0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5474 | 2024.11.27 18:37:58.039231 [ 253 ] {214a8f8a-1366-4e5d-bf4e-64ff8bec3cb0} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5475 | 2024.11.27 18:37:58.039506 [ 253 ] {214a8f8a-1366-4e5d-bf4e-64ff8bec3cb0} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5476 | 2024.11.27 18:37:58.039753 [ 253 ] {214a8f8a-1366-4e5d-bf4e-64ff8bec3cb0} <Debug> executeQuery: Read 88 rows, 7.40 KiB in 0.002031 sec., 43328.409650418515 rows/sec., 3.56 MiB/sec. | ||
| 5477 | 2024.11.27 18:37:58.039823 [ 253 ] {214a8f8a-1366-4e5d-bf4e-64ff8bec3cb0} <Debug> TCPHandler: Processed in 0.002408636 sec. | ||
| 5478 | 2024.11.27 18:37:58.040048 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5479 | 2024.11.27 18:37:58.040230 [ 254 ] {3cee35fb-7835-474f-a18e-4eeffdbf647d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5480 | 2024.11.27 18:37:58.040307 [ 254 ] {3cee35fb-7835-474f-a18e-4eeffdbf647d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5481 | 2024.11.27 18:37:58.041035 [ 254 ] {3cee35fb-7835-474f-a18e-4eeffdbf647d} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5482 | 2024.11.27 18:37:58.041077 [ 254 ] {3cee35fb-7835-474f-a18e-4eeffdbf647d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5483 | 2024.11.27 18:37:58.041515 [ 254 ] {3cee35fb-7835-474f-a18e-4eeffdbf647d} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 5484 | 2024.11.27 18:37:58.041774 [ 254 ] {3cee35fb-7835-474f-a18e-4eeffdbf647d} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5485 | 2024.11.27 18:37:58.041978 [ 254 ] {3cee35fb-7835-474f-a18e-4eeffdbf647d} <Debug> executeQuery: Read 16 rows, 1.20 KiB in 0.001798 sec., 8898.776418242493 rows/sec., 669.15 KiB/sec. | ||
| 5486 | 2024.11.27 18:37:58.042044 [ 254 ] {3cee35fb-7835-474f-a18e-4eeffdbf647d} <Debug> TCPHandler: Processed in 0.002115902 sec. | ||
| 5487 | 2024.11.27 18:37:58.042187 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5488 | 2024.11.27 18:37:58.042337 [ 253 ] {858180d1-f642-48e8-b253-29093890def1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5489 | 2024.11.27 18:37:58.042400 [ 253 ] {858180d1-f642-48e8-b253-29093890def1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5490 | 2024.11.27 18:37:58.043109 [ 253 ] {858180d1-f642-48e8-b253-29093890def1} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5491 | 2024.11.27 18:37:58.043151 [ 253 ] {858180d1-f642-48e8-b253-29093890def1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5492 | 2024.11.27 18:37:58.043531 [ 253 ] {858180d1-f642-48e8-b253-29093890def1} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5493 | 2024.11.27 18:37:58.043771 [ 253 ] {858180d1-f642-48e8-b253-29093890def1} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5494 | 2024.11.27 18:37:58.044047 [ 253 ] {858180d1-f642-48e8-b253-29093890def1} <Debug> executeQuery: Read 80 rows, 6.40 KiB in 0.001732 sec., 46189.37644341801 rows/sec., 3.61 MiB/sec. | ||
| 5495 | 2024.11.27 18:37:58.044155 [ 253 ] {858180d1-f642-48e8-b253-29093890def1} <Debug> TCPHandler: Processed in 0.00203334 sec. | ||
| 5496 | 2024.11.27 18:37:58.044381 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5497 | 2024.11.27 18:37:58.044524 [ 254 ] {7ad5c077-87da-4a62-8906-e04562cda54f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5498 | 2024.11.27 18:37:58.044580 [ 254 ] {7ad5c077-87da-4a62-8906-e04562cda54f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5499 | 2024.11.27 18:37:58.045190 [ 254 ] {7ad5c077-87da-4a62-8906-e04562cda54f} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5500 | 2024.11.27 18:37:58.045232 [ 254 ] {7ad5c077-87da-4a62-8906-e04562cda54f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5501 | 2024.11.27 18:37:58.045654 [ 254 ] {7ad5c077-87da-4a62-8906-e04562cda54f} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5502 | 2024.11.27 18:37:58.045903 [ 254 ] {7ad5c077-87da-4a62-8906-e04562cda54f} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5503 | 2024.11.27 18:37:58.046092 [ 254 ] {7ad5c077-87da-4a62-8906-e04562cda54f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001597 sec., 100187.85222291798 rows/sec., 6.98 MiB/sec. | ||
| 5504 | 2024.11.27 18:37:58.046150 [ 254 ] {7ad5c077-87da-4a62-8906-e04562cda54f} <Debug> TCPHandler: Processed in 0.001891948 sec. | ||
| 5505 | 2024.11.27 18:37:58.046315 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5506 | 2024.11.27 18:37:58.046438 [ 253 ] {aaf4eeb1-1679-4fbd-9569-24eb6d8af889} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5507 | 2024.11.27 18:37:58.046523 [ 253 ] {aaf4eeb1-1679-4fbd-9569-24eb6d8af889} <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 | ||
| 5508 | 2024.11.27 18:37:58.047706 [ 253 ] {aaf4eeb1-1679-4fbd-9569-24eb6d8af889} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5509 | 2024.11.27 18:37:58.047747 [ 253 ] {aaf4eeb1-1679-4fbd-9569-24eb6d8af889} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5510 | 2024.11.27 18:37:58.048383 [ 253 ] {aaf4eeb1-1679-4fbd-9569-24eb6d8af889} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 5511 | 2024.11.27 18:37:58.048655 [ 253 ] {aaf4eeb1-1679-4fbd-9569-24eb6d8af889} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5512 | 2024.11.27 18:37:58.048903 [ 253 ] {aaf4eeb1-1679-4fbd-9569-24eb6d8af889} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002492 sec., 6420.545746388443 rows/sec., 11.51 MiB/sec. | ||
| 5513 | 2024.11.27 18:37:58.049023 [ 253 ] {aaf4eeb1-1679-4fbd-9569-24eb6d8af889} <Debug> TCPHandler: Processed in 0.002767671 sec. | ||
| 5514 | 2024.11.27 18:37:58.049188 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5515 | 2024.11.27 18:37:58.049318 [ 254 ] {12a7ee95-e69f-419a-95c5-4714d0c992c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5516 | 2024.11.27 18:37:58.049372 [ 254 ] {12a7ee95-e69f-419a-95c5-4714d0c992c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5517 | 2024.11.27 18:37:58.049899 [ 254 ] {12a7ee95-e69f-419a-95c5-4714d0c992c0} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5518 | 2024.11.27 18:37:58.049937 [ 254 ] {12a7ee95-e69f-419a-95c5-4714d0c992c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5519 | 2024.11.27 18:37:58.050317 [ 254 ] {12a7ee95-e69f-419a-95c5-4714d0c992c0} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5520 | 2024.11.27 18:37:58.050554 [ 254 ] {12a7ee95-e69f-419a-95c5-4714d0c992c0} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5521 | 2024.11.27 18:37:58.050776 [ 254 ] {12a7ee95-e69f-419a-95c5-4714d0c992c0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001472 sec., 40760.86956521739 rows/sec., 2.75 MiB/sec. | ||
| 5522 | 2024.11.27 18:37:58.050961 [ 254 ] {12a7ee95-e69f-419a-95c5-4714d0c992c0} <Debug> TCPHandler: Processed in 0.001829247 sec. | ||
| 5523 | 2024.11.27 18:37:58.362635 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 212 | ||
| 5524 | 2024.11.27 18:37:58.382886 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5525 | 2024.11.27 18:37:58.382951 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5526 | 2024.11.27 18:37:58.390755 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5527 | 2024.11.27 18:37:58.391509 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5528 | 2024.11.27 18:37:58.394388 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 212 | ||
| 5529 | 2024.11.27 18:38:03.042752 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5530 | 2024.11.27 18:38:03.042993 [ 253 ] {aa9e934c-2281-4fbc-9138-c7109cafc0c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5531 | 2024.11.27 18:38:03.043076 [ 253 ] {aa9e934c-2281-4fbc-9138-c7109cafc0c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5532 | 2024.11.27 18:38:03.043853 [ 253 ] {aa9e934c-2281-4fbc-9138-c7109cafc0c0} <Trace> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5533 | 2024.11.27 18:38:03.043906 [ 253 ] {aa9e934c-2281-4fbc-9138-c7109cafc0c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5534 | 2024.11.27 18:38:03.044361 [ 253 ] {aa9e934c-2281-4fbc-9138-c7109cafc0c0} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 5535 | 2024.11.27 18:38:03.044618 [ 253 ] {aa9e934c-2281-4fbc-9138-c7109cafc0c0} <Trace> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5536 | 2024.11.27 18:38:03.044819 [ 60 ] {} <Debug> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 5537 | 2024.11.27 18:38:03.044874 [ 253 ] {aa9e934c-2281-4fbc-9138-c7109cafc0c0} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00194 sec., 7216.494845360824 rows/sec., 519.49 KiB/sec. | ||
| 5538 | 2024.11.27 18:38:03.044921 [ 60 ] {} <Trace> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5539 | 2024.11.27 18:38:03.044997 [ 253 ] {aa9e934c-2281-4fbc-9138-c7109cafc0c0} <Debug> TCPHandler: Processed in 0.002384135 sec. | ||
| 5540 | 2024.11.27 18:38:03.045002 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5541 | 2024.11.27 18:38:03.045320 [ 197 ] {17effacc-4e38-4bb0-b3f7-e2a659fcc7fb::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 | ||
| 5542 | 2024.11.27 18:38:03.045356 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5543 | 2024.11.27 18:38:03.045688 [ 197 ] {17effacc-4e38-4bb0-b3f7-e2a659fcc7fb::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5544 | 2024.11.27 18:38:03.045699 [ 254 ] {651b59b3-97ad-4023-bf0f-595a4e49a68d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 5545 | 2024.11.27 18:38:03.045759 [ 197 ] {17effacc-4e38-4bb0-b3f7-e2a659fcc7fb::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 | ||
| 5546 | 2024.11.27 18:38:03.045830 [ 254 ] {651b59b3-97ad-4023-bf0f-595a4e49a68d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5547 | 2024.11.27 18:38:03.046136 [ 197 ] {17effacc-4e38-4bb0-b3f7-e2a659fcc7fb::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 | ||
| 5548 | 2024.11.27 18:38:03.046408 [ 197 ] {17effacc-4e38-4bb0-b3f7-e2a659fcc7fb::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 | ||
| 5549 | 2024.11.27 18:38:03.046699 [ 197 ] {17effacc-4e38-4bb0-b3f7-e2a659fcc7fb::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 | ||
| 5550 | 2024.11.27 18:38:03.047087 [ 197 ] {17effacc-4e38-4bb0-b3f7-e2a659fcc7fb::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 | ||
| 5551 | 2024.11.27 18:38:03.048887 [ 254 ] {651b59b3-97ad-4023-bf0f-595a4e49a68d} <Trace> oximeter.fields_ipaddr (53955b2a-eb56-41e3-a1fe-af6ea47fe91e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5552 | 2024.11.27 18:38:03.048982 [ 254 ] {651b59b3-97ad-4023-bf0f-595a4e49a68d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5553 | 2024.11.27 18:38:03.049851 [ 191 ] {17effacc-4e38-4bb0-b3f7-e2a659fcc7fb::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.00472385 sec., 14818.421414735862 rows/sec., 1.10 MiB/sec. | ||
| 5554 | 2024.11.27 18:38:03.050035 [ 254 ] {651b59b3-97ad-4023-bf0f-595a4e49a68d} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 5555 | 2024.11.27 18:38:03.050050 [ 191 ] {17effacc-4e38-4bb0-b3f7-e2a659fcc7fb::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 5556 | 2024.11.27 18:38:03.050375 [ 254 ] {651b59b3-97ad-4023-bf0f-595a4e49a68d} <Trace> oximeter.fields_ipaddr (53955b2a-eb56-41e3-a1fe-af6ea47fe91e): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5557 | 2024.11.27 18:38:03.050403 [ 191 ] {17effacc-4e38-4bb0-b3f7-e2a659fcc7fb::all_1_13_3} <Trace> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5558 | 2024.11.27 18:38:03.050504 [ 191 ] {17effacc-4e38-4bb0-b3f7-e2a659fcc7fb::all_1_13_3} <Trace> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 5559 | 2024.11.27 18:38:03.050668 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 5560 | 2024.11.27 18:38:03.050700 [ 254 ] {651b59b3-97ad-4023-bf0f-595a4e49a68d} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.005103 sec., 1567.7052714089752 rows/sec., 127.84 KiB/sec. | ||
| 5561 | 2024.11.27 18:38:03.050768 [ 254 ] {651b59b3-97ad-4023-bf0f-595a4e49a68d} <Debug> TCPHandler: Processed in 0.005633974 sec. | ||
| 5562 | 2024.11.27 18:38:03.050978 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5563 | 2024.11.27 18:38:03.051122 [ 253 ] {a6df4abf-5be5-4c12-ba46-b99c511abc5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5564 | 2024.11.27 18:38:03.051180 [ 253 ] {a6df4abf-5be5-4c12-ba46-b99c511abc5f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5565 | 2024.11.27 18:38:03.051901 [ 253 ] {a6df4abf-5be5-4c12-ba46-b99c511abc5f} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5566 | 2024.11.27 18:38:03.051942 [ 253 ] {a6df4abf-5be5-4c12-ba46-b99c511abc5f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5567 | 2024.11.27 18:38:03.052341 [ 253 ] {a6df4abf-5be5-4c12-ba46-b99c511abc5f} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5568 | 2024.11.27 18:38:03.052589 [ 253 ] {a6df4abf-5be5-4c12-ba46-b99c511abc5f} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5569 | 2024.11.27 18:38:03.052788 [ 60 ] {} <Debug> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5570 | 2024.11.27 18:38:03.052856 [ 60 ] {} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5571 | 2024.11.27 18:38:03.052872 [ 253 ] {a6df4abf-5be5-4c12-ba46-b99c511abc5f} <Debug> executeQuery: Read 257 rows, 23.02 KiB in 0.001769 sec., 145279.81910684003 rows/sec., 12.71 MiB/sec. | ||
| 5572 | 2024.11.27 18:38:03.052899 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5573 | 2024.11.27 18:38:03.053123 [ 253 ] {a6df4abf-5be5-4c12-ba46-b99c511abc5f} <Debug> TCPHandler: Processed in 0.002215323 sec. | ||
| 5574 | 2024.11.27 18:38:03.053307 [ 197 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::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 | ||
| 5575 | 2024.11.27 18:38:03.053421 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5576 | 2024.11.27 18:38:03.053833 [ 254 ] {3a7ad7f7-ad80-41e9-81d6-a3a85c635364} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5577 | 2024.11.27 18:38:03.054038 [ 254 ] {3a7ad7f7-ad80-41e9-81d6-a3a85c635364} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5578 | 2024.11.27 18:38:03.054082 [ 197 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5579 | 2024.11.27 18:38:03.054216 [ 197 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1435 rows starting from the beginning of the part | ||
| 5580 | 2024.11.27 18:38:03.054511 [ 197 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 253 rows starting from the beginning of the part | ||
| 5581 | 2024.11.27 18:38:03.054838 [ 197 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 1232 rows starting from the beginning of the part | ||
| 5582 | 2024.11.27 18:38:03.055202 [ 197 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 253 rows starting from the beginning of the part | ||
| 5583 | 2024.11.27 18:38:03.055644 [ 197 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 88 rows starting from the beginning of the part | ||
| 5584 | 2024.11.27 18:38:03.056005 [ 197 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 257 rows starting from the beginning of the part | ||
| 5585 | 2024.11.27 18:38:03.057071 [ 254 ] {3a7ad7f7-ad80-41e9-81d6-a3a85c635364} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5586 | 2024.11.27 18:38:03.057148 [ 254 ] {3a7ad7f7-ad80-41e9-81d6-a3a85c635364} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5587 | 2024.11.27 18:38:03.058065 [ 254 ] {3a7ad7f7-ad80-41e9-81d6-a3a85c635364} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 5588 | 2024.11.27 18:38:03.058486 [ 254 ] {3a7ad7f7-ad80-41e9-81d6-a3a85c635364} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5589 | 2024.11.27 18:38:03.058801 [ 254 ] {3a7ad7f7-ad80-41e9-81d6-a3a85c635364} <Debug> executeQuery: Read 40 rows, 2.89 KiB in 0.005147 sec., 7771.517388770158 rows/sec., 562.37 KiB/sec. | ||
| 5590 | 2024.11.27 18:38:03.059091 [ 254 ] {3a7ad7f7-ad80-41e9-81d6-a3a85c635364} <Debug> TCPHandler: Processed in 0.005792106 sec. | ||
| 5591 | 2024.11.27 18:38:03.059595 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5592 | 2024.11.27 18:38:03.059726 [ 193 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3518 rows, containing 5 columns (5 merged, 0 gathered) in 0.00669425 sec., 525525.6376741234 rows/sec., 46.10 MiB/sec. | ||
| 5593 | 2024.11.27 18:38:03.059807 [ 253 ] {26d9c9f6-eeff-4651-82e1-d2cf783d5119} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5594 | 2024.11.27 18:38:03.059869 [ 253 ] {26d9c9f6-eeff-4651-82e1-d2cf783d5119} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5595 | 2024.11.27 18:38:03.060043 [ 195 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5596 | 2024.11.27 18:38:03.060740 [ 195 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_41_8} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5597 | 2024.11.27 18:38:03.060958 [ 195 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_41_8} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5598 | 2024.11.27 18:38:03.061149 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.85 MiB. | ||
| 5599 | 2024.11.27 18:38:03.061261 [ 253 ] {26d9c9f6-eeff-4651-82e1-d2cf783d5119} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5600 | 2024.11.27 18:38:03.061308 [ 253 ] {26d9c9f6-eeff-4651-82e1-d2cf783d5119} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5601 | 2024.11.27 18:38:03.061697 [ 253 ] {26d9c9f6-eeff-4651-82e1-d2cf783d5119} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5602 | 2024.11.27 18:38:03.061955 [ 253 ] {26d9c9f6-eeff-4651-82e1-d2cf783d5119} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5603 | 2024.11.27 18:38:03.062179 [ 253 ] {26d9c9f6-eeff-4651-82e1-d2cf783d5119} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002424 sec., 5775.577557755776 rows/sec., 404.48 KiB/sec. | ||
| 5604 | 2024.11.27 18:38:03.062239 [ 253 ] {26d9c9f6-eeff-4651-82e1-d2cf783d5119} <Debug> TCPHandler: Processed in 0.002844842 sec. | ||
| 5605 | 2024.11.27 18:38:03.062394 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5606 | 2024.11.27 18:38:03.062512 [ 254 ] {1fbedc8c-ba64-499a-865c-6a34108b7da9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5607 | 2024.11.27 18:38:03.062561 [ 254 ] {1fbedc8c-ba64-499a-865c-6a34108b7da9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5608 | 2024.11.27 18:38:03.063146 [ 254 ] {1fbedc8c-ba64-499a-865c-6a34108b7da9} <Trace> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5609 | 2024.11.27 18:38:03.063187 [ 254 ] {1fbedc8c-ba64-499a-865c-6a34108b7da9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5610 | 2024.11.27 18:38:03.063558 [ 254 ] {1fbedc8c-ba64-499a-865c-6a34108b7da9} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 5611 | 2024.11.27 18:38:03.063796 [ 254 ] {1fbedc8c-ba64-499a-865c-6a34108b7da9} <Trace> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5612 | 2024.11.27 18:38:03.063949 [ 60 ] {} <Debug> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 5613 | 2024.11.27 18:38:03.064014 [ 60 ] {} <Trace> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5614 | 2024.11.27 18:38:03.064044 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5615 | 2024.11.27 18:38:03.064062 [ 254 ] {1fbedc8c-ba64-499a-865c-6a34108b7da9} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001567 sec., 8296.107211231652 rows/sec., 517.26 KiB/sec. | ||
| 5616 | 2024.11.27 18:38:03.064397 [ 254 ] {1fbedc8c-ba64-499a-865c-6a34108b7da9} <Debug> TCPHandler: Processed in 0.002049921 sec. | ||
| 5617 | 2024.11.27 18:38:03.064617 [ 197 ] {570c97a2-0b60-44ce-bbb0-1d06000f2297::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 | ||
| 5618 | 2024.11.27 18:38:03.064722 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5619 | 2024.11.27 18:38:03.064816 [ 197 ] {570c97a2-0b60-44ce-bbb0-1d06000f2297::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5620 | 2024.11.27 18:38:03.064900 [ 197 ] {570c97a2-0b60-44ce-bbb0-1d06000f2297::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 | ||
| 5621 | 2024.11.27 18:38:03.064970 [ 253 ] {abb397bf-f1f3-4283-8021-f1d220fd0580} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5622 | 2024.11.27 18:38:03.065153 [ 197 ] {570c97a2-0b60-44ce-bbb0-1d06000f2297::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 | ||
| 5623 | 2024.11.27 18:38:03.065199 [ 253 ] {abb397bf-f1f3-4283-8021-f1d220fd0580} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5624 | 2024.11.27 18:38:03.065477 [ 197 ] {570c97a2-0b60-44ce-bbb0-1d06000f2297::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 | ||
| 5625 | 2024.11.27 18:38:03.065783 [ 197 ] {570c97a2-0b60-44ce-bbb0-1d06000f2297::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 | ||
| 5626 | 2024.11.27 18:38:03.066083 [ 197 ] {570c97a2-0b60-44ce-bbb0-1d06000f2297::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 | ||
| 5627 | 2024.11.27 18:38:03.068158 [ 253 ] {abb397bf-f1f3-4283-8021-f1d220fd0580} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5628 | 2024.11.27 18:38:03.068231 [ 253 ] {abb397bf-f1f3-4283-8021-f1d220fd0580} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5629 | 2024.11.27 18:38:03.068590 [ 196 ] {570c97a2-0b60-44ce-bbb0-1d06000f2297::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004460966 sec., 14570.835106118271 rows/sec., 965.41 KiB/sec. | ||
| 5630 | 2024.11.27 18:38:03.068895 [ 196 ] {570c97a2-0b60-44ce-bbb0-1d06000f2297::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 5631 | 2024.11.27 18:38:03.069085 [ 253 ] {abb397bf-f1f3-4283-8021-f1d220fd0580} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5632 | 2024.11.27 18:38:03.069484 [ 196 ] {570c97a2-0b60-44ce-bbb0-1d06000f2297::all_1_13_3} <Trace> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5633 | 2024.11.27 18:38:03.069593 [ 253 ] {abb397bf-f1f3-4283-8021-f1d220fd0580} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5634 | 2024.11.27 18:38:03.069650 [ 196 ] {570c97a2-0b60-44ce-bbb0-1d06000f2297::all_1_13_3} <Trace> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 5635 | 2024.11.27 18:38:03.069833 [ 60 ] {} <Debug> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5636 | 2024.11.27 18:38:03.069904 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 5637 | 2024.11.27 18:38:03.069929 [ 60 ] {} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5638 | 2024.11.27 18:38:03.070004 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5639 | 2024.11.27 18:38:03.070122 [ 253 ] {abb397bf-f1f3-4283-8021-f1d220fd0580} <Debug> executeQuery: Read 415 rows, 30.34 KiB in 0.005216 sec., 79562.88343558281 rows/sec., 5.68 MiB/sec. | ||
| 5640 | 2024.11.27 18:38:03.070242 [ 196 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::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 | ||
| 5641 | 2024.11.27 18:38:03.070304 [ 253 ] {abb397bf-f1f3-4283-8021-f1d220fd0580} <Debug> TCPHandler: Processed in 0.005752945 sec. | ||
| 5642 | 2024.11.27 18:38:03.070526 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5643 | 2024.11.27 18:38:03.070545 [ 196 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5644 | 2024.11.27 18:38:03.070602 [ 196 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 915 rows starting from the beginning of the part | ||
| 5645 | 2024.11.27 18:38:03.070714 [ 254 ] {808859f1-6479-4e34-81b9-5e50b6d16a3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5646 | 2024.11.27 18:38:03.070845 [ 196 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 407 rows starting from the beginning of the part | ||
| 5647 | 2024.11.27 18:38:03.070912 [ 254 ] {808859f1-6479-4e34-81b9-5e50b6d16a3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5648 | 2024.11.27 18:38:03.071240 [ 196 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 544 rows starting from the beginning of the part | ||
| 5649 | 2024.11.27 18:38:03.071623 [ 196 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 407 rows starting from the beginning of the part | ||
| 5650 | 2024.11.27 18:38:03.072017 [ 196 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 80 rows starting from the beginning of the part | ||
| 5651 | 2024.11.27 18:38:03.072321 [ 196 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 415 rows starting from the beginning of the part | ||
| 5652 | 2024.11.27 18:38:03.073215 [ 254 ] {808859f1-6479-4e34-81b9-5e50b6d16a3f} <Trace> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5653 | 2024.11.27 18:38:03.073289 [ 254 ] {808859f1-6479-4e34-81b9-5e50b6d16a3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5654 | 2024.11.27 18:38:03.074089 [ 254 ] {808859f1-6479-4e34-81b9-5e50b6d16a3f} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 5655 | 2024.11.27 18:38:03.074529 [ 254 ] {808859f1-6479-4e34-81b9-5e50b6d16a3f} <Trace> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5656 | 2024.11.27 18:38:03.074792 [ 254 ] {808859f1-6479-4e34-81b9-5e50b6d16a3f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004139 sec., 1449.6255134090359 rows/sec., 75.74 KiB/sec. | ||
| 5657 | 2024.11.27 18:38:03.074942 [ 254 ] {808859f1-6479-4e34-81b9-5e50b6d16a3f} <Debug> TCPHandler: Processed in 0.004533187 sec. | ||
| 5658 | 2024.11.27 18:38:03.075272 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5659 | 2024.11.27 18:38:03.075351 [ 188 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2768 rows, containing 5 columns (5 merged, 0 gathered) in 0.005253127 sec., 526924.2491186678 rows/sec., 40.23 MiB/sec. | ||
| 5660 | 2024.11.27 18:38:03.075466 [ 253 ] {84ac3758-b425-4a30-a757-732104377d4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5661 | 2024.11.27 18:38:03.075557 [ 253 ] {84ac3758-b425-4a30-a757-732104377d4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5662 | 2024.11.27 18:38:03.075611 [ 188 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5663 | 2024.11.27 18:38:03.076257 [ 188 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_41_8} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5664 | 2024.11.27 18:38:03.076453 [ 188 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_41_8} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5665 | 2024.11.27 18:38:03.076623 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.60 MiB. | ||
| 5666 | 2024.11.27 18:38:03.076822 [ 253 ] {84ac3758-b425-4a30-a757-732104377d4b} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5667 | 2024.11.27 18:38:03.076870 [ 253 ] {84ac3758-b425-4a30-a757-732104377d4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5668 | 2024.11.27 18:38:03.077297 [ 253 ] {84ac3758-b425-4a30-a757-732104377d4b} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5669 | 2024.11.27 18:38:03.077556 [ 253 ] {84ac3758-b425-4a30-a757-732104377d4b} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5670 | 2024.11.27 18:38:03.077732 [ 60 ] {} <Debug> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5671 | 2024.11.27 18:38:03.077797 [ 60 ] {} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5672 | 2024.11.27 18:38:03.077822 [ 253 ] {84ac3758-b425-4a30-a757-732104377d4b} <Debug> executeQuery: Read 241 rows, 16.55 KiB in 0.002394 sec., 100668.33751044278 rows/sec., 6.75 MiB/sec. | ||
| 5673 | 2024.11.27 18:38:03.077839 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5674 | 2024.11.27 18:38:03.078009 [ 253 ] {84ac3758-b425-4a30-a757-732104377d4b} <Debug> TCPHandler: Processed in 0.002952754 sec. | ||
| 5675 | 2024.11.27 18:38:03.078094 [ 196 ] {67d43675-535f-43d0-af84-f38bbc85c22c::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 | ||
| 5676 | 2024.11.27 18:38:03.078218 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5677 | 2024.11.27 18:38:03.078309 [ 196 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5678 | 2024.11.27 18:38:03.078387 [ 196 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 10718 rows starting from the beginning of the part | ||
| 5679 | 2024.11.27 18:38:03.078417 [ 254 ] {ebaab710-3fd3-469f-acd8-c5ed370c5e53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5680 | 2024.11.27 18:38:03.078608 [ 254 ] {ebaab710-3fd3-469f-acd8-c5ed370c5e53} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5681 | 2024.11.27 18:38:03.078665 [ 196 ] {67d43675-535f-43d0-af84-f38bbc85c22c::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 | ||
| 5682 | 2024.11.27 18:38:03.078952 [ 196 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 884 rows starting from the beginning of the part | ||
| 5683 | 2024.11.27 18:38:03.079288 [ 196 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 237 rows starting from the beginning of the part | ||
| 5684 | 2024.11.27 18:38:03.079532 [ 196 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 160 rows starting from the beginning of the part | ||
| 5685 | 2024.11.27 18:38:03.079907 [ 196 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 241 rows starting from the beginning of the part | ||
| 5686 | 2024.11.27 18:38:03.081202 [ 254 ] {ebaab710-3fd3-469f-acd8-c5ed370c5e53} <Trace> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5687 | 2024.11.27 18:38:03.081282 [ 254 ] {ebaab710-3fd3-469f-acd8-c5ed370c5e53} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5688 | 2024.11.27 18:38:03.081709 [ 254 ] {ebaab710-3fd3-469f-acd8-c5ed370c5e53} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 5689 | 2024.11.27 18:38:03.082099 [ 254 ] {ebaab710-3fd3-469f-acd8-c5ed370c5e53} <Trace> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5690 | 2024.11.27 18:38:03.082551 [ 254 ] {ebaab710-3fd3-469f-acd8-c5ed370c5e53} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004181 sec., 239.17723032767282 rows/sec., 16.12 KiB/sec. | ||
| 5691 | 2024.11.27 18:38:03.082699 [ 254 ] {ebaab710-3fd3-469f-acd8-c5ed370c5e53} <Debug> TCPHandler: Processed in 0.004569568 sec. | ||
| 5692 | 2024.11.27 18:38:03.082936 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5693 | 2024.11.27 18:38:03.083221 [ 253 ] {ca76a0f9-5a2b-47b3-b20d-367c59625b59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5694 | 2024.11.27 18:38:03.083335 [ 253 ] {ca76a0f9-5a2b-47b3-b20d-367c59625b59} <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 | ||
| 5695 | 2024.11.27 18:38:03.084962 [ 253 ] {ca76a0f9-5a2b-47b3-b20d-367c59625b59} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5696 | 2024.11.27 18:38:03.085003 [ 253 ] {ca76a0f9-5a2b-47b3-b20d-367c59625b59} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5697 | 2024.11.27 18:38:03.085757 [ 196 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 12477 rows, containing 5 columns (5 merged, 0 gathered) in 0.007801245 sec., 1599360.1021375435 rows/sec., 108.43 MiB/sec. | ||
| 5698 | 2024.11.27 18:38:03.086205 [ 196 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5699 | 2024.11.27 18:38:03.086328 [ 253 ] {ca76a0f9-5a2b-47b3-b20d-367c59625b59} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 5700 | 2024.11.27 18:38:03.086763 [ 196 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5701 | 2024.11.27 18:38:03.086949 [ 253 ] {ca76a0f9-5a2b-47b3-b20d-367c59625b59} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5702 | 2024.11.27 18:38:03.087001 [ 196 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5703 | 2024.11.27 18:38:03.087175 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.37 MiB. | ||
| 5704 | 2024.11.27 18:38:03.087495 [ 253 ] {ca76a0f9-5a2b-47b3-b20d-367c59625b59} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.004337 sec., 5764.353239566521 rows/sec., 10.33 MiB/sec. | ||
| 5705 | 2024.11.27 18:38:03.087966 [ 253 ] {ca76a0f9-5a2b-47b3-b20d-367c59625b59} <Debug> TCPHandler: Processed in 0.005152286 sec. | ||
| 5706 | 2024.11.27 18:38:03.088105 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5707 | 2024.11.27 18:38:03.088224 [ 254 ] {40047b62-8d11-424c-afe0-47d9f00b0301} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5708 | 2024.11.27 18:38:03.088285 [ 254 ] {40047b62-8d11-424c-afe0-47d9f00b0301} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5709 | 2024.11.27 18:38:03.088789 [ 254 ] {40047b62-8d11-424c-afe0-47d9f00b0301} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5710 | 2024.11.27 18:38:03.088829 [ 254 ] {40047b62-8d11-424c-afe0-47d9f00b0301} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5711 | 2024.11.27 18:38:03.089213 [ 254 ] {40047b62-8d11-424c-afe0-47d9f00b0301} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5712 | 2024.11.27 18:38:03.089467 [ 254 ] {40047b62-8d11-424c-afe0-47d9f00b0301} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5713 | 2024.11.27 18:38:03.089636 [ 60 ] {} <Debug> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5714 | 2024.11.27 18:38:03.089700 [ 60 ] {} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5715 | 2024.11.27 18:38:03.089720 [ 254 ] {40047b62-8d11-424c-afe0-47d9f00b0301} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001513 sec., 54196.959682749504 rows/sec., 3.44 MiB/sec. | ||
| 5716 | 2024.11.27 18:38:03.089741 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5717 | 2024.11.27 18:38:03.089872 [ 254 ] {40047b62-8d11-424c-afe0-47d9f00b0301} <Debug> TCPHandler: Processed in 0.001822758 sec. | ||
| 5718 | 2024.11.27 18:38:03.090119 [ 188 ] {c59724f6-f374-41a1-8302-611230e47527::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 | ||
| 5719 | 2024.11.27 18:38:03.090505 [ 188 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5720 | 2024.11.27 18:38:03.090570 [ 188 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 2260 rows starting from the beginning of the part | ||
| 5721 | 2024.11.27 18:38:03.090635 [ 188 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 82 rows starting from the beginning of the part | ||
| 5722 | 2024.11.27 18:38:03.090896 [ 188 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 60 rows starting from the beginning of the part | ||
| 5723 | 2024.11.27 18:38:03.090969 [ 188 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 82 rows starting from the beginning of the part | ||
| 5724 | 2024.11.27 18:38:03.091191 [ 188 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 60 rows starting from the beginning of the part | ||
| 5725 | 2024.11.27 18:38:03.091308 [ 188 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 82 rows starting from the beginning of the part | ||
| 5726 | 2024.11.27 18:38:03.092510 [ 194 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2626 rows, containing 4 columns (4 merged, 0 gathered) in 0.0026375 sec., 995639.8104265402 rows/sec., 65.50 MiB/sec. | ||
| 5727 | 2024.11.27 18:38:03.092776 [ 194 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5728 | 2024.11.27 18:38:03.093149 [ 194 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_41_8} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5729 | 2024.11.27 18:38:03.093236 [ 194 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_41_8} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5730 | 2024.11.27 18:38:03.093328 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.69 MiB. | ||
| 5731 | 2024.11.27 18:38:04.932466 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 13298 | ||
| 5732 | 2024.11.27 18:38:04.933192 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5733 | 2024.11.27 18:38:04.933237 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5734 | 2024.11.27 18:38:04.933748 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 5735 | 2024.11.27 18:38:04.933992 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5736 | 2024.11.27 18:38:04.934296 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13298 | ||
| 5737 | 2024.11.27 18:38:05.894472 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 219 | ||
| 5738 | 2024.11.27 18:38:05.915493 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5739 | 2024.11.27 18:38:05.915544 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5740 | 2024.11.27 18:38:05.923073 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 5741 | 2024.11.27 18:38:05.923836 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5742 | 2024.11.27 18:38:05.926551 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 219 | ||
| 5743 | 2024.11.27 18:38:07.491866 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 806 | ||
| 5744 | 2024.11.27 18:38:07.495324 [ 242 ] {} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5745 | 2024.11.27 18:38:07.495377 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5746 | 2024.11.27 18:38:07.496904 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 5747 | 2024.11.27 18:38:07.497218 [ 242 ] {} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5748 | 2024.11.27 18:38:07.497444 [ 146 ] {} <Debug> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 5749 | 2024.11.27 18:38:07.497561 [ 146 ] {} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5750 | 2024.11.27 18:38:07.497630 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5751 | 2024.11.27 18:38:07.497977 [ 190 ] {b2094d96-d5ad-4d24-939b-7466c2610b9f::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 | ||
| 5752 | 2024.11.27 18:38:07.498289 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 806 | ||
| 5753 | 2024.11.27 18:38:07.498711 [ 190 ] {b2094d96-d5ad-4d24-939b-7466c2610b9f::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5754 | 2024.11.27 18:38:07.498835 [ 190 ] {b2094d96-d5ad-4d24-939b-7466c2610b9f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 626 rows starting from the beginning of the part | ||
| 5755 | 2024.11.27 18:38:07.499457 [ 190 ] {b2094d96-d5ad-4d24-939b-7466c2610b9f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 38 rows starting from the beginning of the part | ||
| 5756 | 2024.11.27 18:38:07.499890 [ 190 ] {b2094d96-d5ad-4d24-939b-7466c2610b9f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 34 rows starting from the beginning of the part | ||
| 5757 | 2024.11.27 18:38:07.500313 [ 190 ] {b2094d96-d5ad-4d24-939b-7466c2610b9f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 34 rows starting from the beginning of the part | ||
| 5758 | 2024.11.27 18:38:07.500731 [ 190 ] {b2094d96-d5ad-4d24-939b-7466c2610b9f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 38 rows starting from the beginning of the part | ||
| 5759 | 2024.11.27 18:38:07.501174 [ 190 ] {b2094d96-d5ad-4d24-939b-7466c2610b9f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 36 rows starting from the beginning of the part | ||
| 5760 | 2024.11.27 18:38:07.509314 [ 192 ] {b2094d96-d5ad-4d24-939b-7466c2610b9f::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 806 rows, containing 72 columns (72 merged, 0 gathered) in 0.011516091 sec., 69989.02665843819 rows/sec., 58.66 MiB/sec. | ||
| 5761 | 2024.11.27 18:38:07.510796 [ 189 ] {b2094d96-d5ad-4d24-939b-7466c2610b9f::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 5762 | 2024.11.27 18:38:07.511674 [ 189 ] {b2094d96-d5ad-4d24-939b-7466c2610b9f::all_1_21_4} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5763 | 2024.11.27 18:38:07.511782 [ 189 ] {b2094d96-d5ad-4d24-939b-7466c2610b9f::all_1_21_4} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 5764 | 2024.11.27 18:38:07.512149 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.27 MiB. | ||
| 5765 | 2024.11.27 18:38:08.037923 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5766 | 2024.11.27 18:38:08.038137 [ 253 ] {6031036c-d995-48d4-9657-1c756a86dca7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5767 | 2024.11.27 18:38:08.038221 [ 253 ] {6031036c-d995-48d4-9657-1c756a86dca7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5768 | 2024.11.27 18:38:08.039082 [ 253 ] {6031036c-d995-48d4-9657-1c756a86dca7} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5769 | 2024.11.27 18:38:08.039131 [ 253 ] {6031036c-d995-48d4-9657-1c756a86dca7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5770 | 2024.11.27 18:38:08.039593 [ 253 ] {6031036c-d995-48d4-9657-1c756a86dca7} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5771 | 2024.11.27 18:38:08.039927 [ 253 ] {6031036c-d995-48d4-9657-1c756a86dca7} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5772 | 2024.11.27 18:38:08.040207 [ 253 ] {6031036c-d995-48d4-9657-1c756a86dca7} <Debug> executeQuery: Read 88 rows, 7.40 KiB in 0.002128 sec., 41353.38345864661 rows/sec., 3.40 MiB/sec. | ||
| 5773 | 2024.11.27 18:38:08.040270 [ 253 ] {6031036c-d995-48d4-9657-1c756a86dca7} <Debug> TCPHandler: Processed in 0.002486247 sec. | ||
| 5774 | 2024.11.27 18:38:08.040523 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5775 | 2024.11.27 18:38:08.040707 [ 254 ] {4a453e58-16e1-42a4-b038-97842ea0e8a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5776 | 2024.11.27 18:38:08.040779 [ 254 ] {4a453e58-16e1-42a4-b038-97842ea0e8a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5777 | 2024.11.27 18:38:08.041533 [ 254 ] {4a453e58-16e1-42a4-b038-97842ea0e8a4} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5778 | 2024.11.27 18:38:08.041579 [ 254 ] {4a453e58-16e1-42a4-b038-97842ea0e8a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5779 | 2024.11.27 18:38:08.042013 [ 254 ] {4a453e58-16e1-42a4-b038-97842ea0e8a4} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 5780 | 2024.11.27 18:38:08.042271 [ 254 ] {4a453e58-16e1-42a4-b038-97842ea0e8a4} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5781 | 2024.11.27 18:38:08.042538 [ 254 ] {4a453e58-16e1-42a4-b038-97842ea0e8a4} <Debug> executeQuery: Read 16 rows, 1.20 KiB in 0.001883 sec., 8497.079129049389 rows/sec., 638.94 KiB/sec. | ||
| 5782 | 2024.11.27 18:38:08.042604 [ 254 ] {4a453e58-16e1-42a4-b038-97842ea0e8a4} <Debug> TCPHandler: Processed in 0.002200863 sec. | ||
| 5783 | 2024.11.27 18:38:08.042777 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5784 | 2024.11.27 18:38:08.042926 [ 253 ] {a49cb2a8-19db-4e4a-8f46-31a104c833ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5785 | 2024.11.27 18:38:08.042988 [ 253 ] {a49cb2a8-19db-4e4a-8f46-31a104c833ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5786 | 2024.11.27 18:38:08.043695 [ 253 ] {a49cb2a8-19db-4e4a-8f46-31a104c833ce} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5787 | 2024.11.27 18:38:08.043736 [ 253 ] {a49cb2a8-19db-4e4a-8f46-31a104c833ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5788 | 2024.11.27 18:38:08.044121 [ 253 ] {a49cb2a8-19db-4e4a-8f46-31a104c833ce} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5789 | 2024.11.27 18:38:08.044386 [ 253 ] {a49cb2a8-19db-4e4a-8f46-31a104c833ce} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5790 | 2024.11.27 18:38:08.044650 [ 253 ] {a49cb2a8-19db-4e4a-8f46-31a104c833ce} <Debug> executeQuery: Read 80 rows, 6.40 KiB in 0.00175 sec., 45714.28571428571 rows/sec., 3.57 MiB/sec. | ||
| 5791 | 2024.11.27 18:38:08.044831 [ 253 ] {a49cb2a8-19db-4e4a-8f46-31a104c833ce} <Debug> TCPHandler: Processed in 0.002118982 sec. | ||
| 5792 | 2024.11.27 18:38:08.045064 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5793 | 2024.11.27 18:38:08.045204 [ 254 ] {8d765e0b-b613-4eea-acb2-b00a7b8ee29f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5794 | 2024.11.27 18:38:08.045263 [ 254 ] {8d765e0b-b613-4eea-acb2-b00a7b8ee29f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5795 | 2024.11.27 18:38:08.045856 [ 254 ] {8d765e0b-b613-4eea-acb2-b00a7b8ee29f} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5796 | 2024.11.27 18:38:08.045895 [ 254 ] {8d765e0b-b613-4eea-acb2-b00a7b8ee29f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5797 | 2024.11.27 18:38:08.046317 [ 254 ] {8d765e0b-b613-4eea-acb2-b00a7b8ee29f} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5798 | 2024.11.27 18:38:08.046553 [ 254 ] {8d765e0b-b613-4eea-acb2-b00a7b8ee29f} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5799 | 2024.11.27 18:38:08.046755 [ 254 ] {8d765e0b-b613-4eea-acb2-b00a7b8ee29f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001581 sec., 101201.77103099304 rows/sec., 7.05 MiB/sec. | ||
| 5800 | 2024.11.27 18:38:08.046809 [ 254 ] {8d765e0b-b613-4eea-acb2-b00a7b8ee29f} <Debug> TCPHandler: Processed in 0.001865898 sec. | ||
| 5801 | 2024.11.27 18:38:08.046949 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5802 | 2024.11.27 18:38:08.047069 [ 253 ] {cf5a78a2-c347-438e-a368-bf4d978cef56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5803 | 2024.11.27 18:38:08.047154 [ 253 ] {cf5a78a2-c347-438e-a368-bf4d978cef56} <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 | ||
| 5804 | 2024.11.27 18:38:08.048331 [ 253 ] {cf5a78a2-c347-438e-a368-bf4d978cef56} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5805 | 2024.11.27 18:38:08.048373 [ 253 ] {cf5a78a2-c347-438e-a368-bf4d978cef56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5806 | 2024.11.27 18:38:08.049105 [ 253 ] {cf5a78a2-c347-438e-a368-bf4d978cef56} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 5807 | 2024.11.27 18:38:08.049393 [ 253 ] {cf5a78a2-c347-438e-a368-bf4d978cef56} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5808 | 2024.11.27 18:38:08.049626 [ 253 ] {cf5a78a2-c347-438e-a368-bf4d978cef56} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002582 sec., 6196.746707978311 rows/sec., 11.10 MiB/sec. | ||
| 5809 | 2024.11.27 18:38:08.049736 [ 253 ] {cf5a78a2-c347-438e-a368-bf4d978cef56} <Debug> TCPHandler: Processed in 0.002847942 sec. | ||
| 5810 | 2024.11.27 18:38:08.049904 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5811 | 2024.11.27 18:38:08.050045 [ 254 ] {13aa8b7e-4c7c-4489-a3db-ffb26c6ad30b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5812 | 2024.11.27 18:38:08.050106 [ 254 ] {13aa8b7e-4c7c-4489-a3db-ffb26c6ad30b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5813 | 2024.11.27 18:38:08.050645 [ 254 ] {13aa8b7e-4c7c-4489-a3db-ffb26c6ad30b} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5814 | 2024.11.27 18:38:08.050684 [ 254 ] {13aa8b7e-4c7c-4489-a3db-ffb26c6ad30b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5815 | 2024.11.27 18:38:08.051060 [ 254 ] {13aa8b7e-4c7c-4489-a3db-ffb26c6ad30b} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5816 | 2024.11.27 18:38:08.051303 [ 254 ] {13aa8b7e-4c7c-4489-a3db-ffb26c6ad30b} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5817 | 2024.11.27 18:38:08.051511 [ 254 ] {13aa8b7e-4c7c-4489-a3db-ffb26c6ad30b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001499 sec., 40026.6844563042 rows/sec., 2.70 MiB/sec. | ||
| 5818 | 2024.11.27 18:38:08.051563 [ 254 ] {13aa8b7e-4c7c-4489-a3db-ffb26c6ad30b} <Debug> TCPHandler: Processed in 0.001726056 sec. | ||
| 5819 | 2024.11.27 18:38:12.315944 [ 27 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5820 | 2024.11.27 18:38:12.316018 [ 27 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5821 | 2024.11.27 18:38:12.434434 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 13786 | ||
| 5822 | 2024.11.27 18:38:12.435177 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5823 | 2024.11.27 18:38:12.435231 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5824 | 2024.11.27 18:38:12.435858 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 5825 | 2024.11.27 18:38:12.436127 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5826 | 2024.11.27 18:38:12.436348 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13786 | ||
| 5827 | 2024.11.27 18:38:13.042859 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5828 | 2024.11.27 18:38:13.043071 [ 253 ] {71126007-515e-4b6c-a799-2237e25de69f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5829 | 2024.11.27 18:38:13.043153 [ 253 ] {71126007-515e-4b6c-a799-2237e25de69f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5830 | 2024.11.27 18:38:13.043958 [ 253 ] {71126007-515e-4b6c-a799-2237e25de69f} <Trace> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5831 | 2024.11.27 18:38:13.044001 [ 253 ] {71126007-515e-4b6c-a799-2237e25de69f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5832 | 2024.11.27 18:38:13.044439 [ 253 ] {71126007-515e-4b6c-a799-2237e25de69f} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 5833 | 2024.11.27 18:38:13.044697 [ 253 ] {71126007-515e-4b6c-a799-2237e25de69f} <Trace> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5834 | 2024.11.27 18:38:13.044895 [ 253 ] {71126007-515e-4b6c-a799-2237e25de69f} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001881 sec., 7442.849548112706 rows/sec., 535.79 KiB/sec. | ||
| 5835 | 2024.11.27 18:38:13.044959 [ 253 ] {71126007-515e-4b6c-a799-2237e25de69f} <Debug> TCPHandler: Processed in 0.002241133 sec. | ||
| 5836 | 2024.11.27 18:38:13.045213 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5837 | 2024.11.27 18:38:13.045396 [ 254 ] {fd69b68b-c88e-478a-bae2-359fdf04b9d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5838 | 2024.11.27 18:38:13.045467 [ 254 ] {fd69b68b-c88e-478a-bae2-359fdf04b9d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5839 | 2024.11.27 18:38:13.046361 [ 254 ] {fd69b68b-c88e-478a-bae2-359fdf04b9d0} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5840 | 2024.11.27 18:38:13.046410 [ 254 ] {fd69b68b-c88e-478a-bae2-359fdf04b9d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5841 | 2024.11.27 18:38:13.046865 [ 254 ] {fd69b68b-c88e-478a-bae2-359fdf04b9d0} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5842 | 2024.11.27 18:38:13.047120 [ 254 ] {fd69b68b-c88e-478a-bae2-359fdf04b9d0} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5843 | 2024.11.27 18:38:13.047361 [ 254 ] {fd69b68b-c88e-478a-bae2-359fdf04b9d0} <Debug> executeQuery: Read 253 rows, 22.72 KiB in 0.002013 sec., 125683.06010928961 rows/sec., 11.02 MiB/sec. | ||
| 5844 | 2024.11.27 18:38:13.047430 [ 254 ] {fd69b68b-c88e-478a-bae2-359fdf04b9d0} <Debug> TCPHandler: Processed in 0.002340075 sec. | ||
| 5845 | 2024.11.27 18:38:13.047665 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5846 | 2024.11.27 18:38:13.047893 [ 253 ] {0605392a-ec4c-475f-8d04-2f68e5288bc0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5847 | 2024.11.27 18:38:13.047988 [ 253 ] {0605392a-ec4c-475f-8d04-2f68e5288bc0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5848 | 2024.11.27 18:38:13.048827 [ 253 ] {0605392a-ec4c-475f-8d04-2f68e5288bc0} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5849 | 2024.11.27 18:38:13.048864 [ 253 ] {0605392a-ec4c-475f-8d04-2f68e5288bc0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5850 | 2024.11.27 18:38:13.049234 [ 253 ] {0605392a-ec4c-475f-8d04-2f68e5288bc0} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 5851 | 2024.11.27 18:38:13.049475 [ 253 ] {0605392a-ec4c-475f-8d04-2f68e5288bc0} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5852 | 2024.11.27 18:38:13.049603 [ 158 ] {} <Debug> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c) (MergerMutator): Selected 6 parts from all_1_30_6 to all_35_35_0 | ||
| 5853 | 2024.11.27 18:38:13.049657 [ 158 ] {} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5854 | 2024.11.27 18:38:13.049668 [ 253 ] {0605392a-ec4c-475f-8d04-2f68e5288bc0} <Debug> executeQuery: Read 32 rows, 2.34 KiB in 0.001833 sec., 17457.71958537916 rows/sec., 1.24 MiB/sec. | ||
| 5855 | 2024.11.27 18:38:13.049689 [ 158 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5856 | 2024.11.27 18:38:13.049748 [ 253 ] {0605392a-ec4c-475f-8d04-2f68e5288bc0} <Debug> TCPHandler: Processed in 0.002192442 sec. | ||
| 5857 | 2024.11.27 18:38:13.049954 [ 199 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::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 | ||
| 5858 | 2024.11.27 18:38:13.049983 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5859 | 2024.11.27 18:38:13.050097 [ 199 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_35_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5860 | 2024.11.27 18:38:13.050140 [ 199 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_30_6, total 66 rows starting from the beginning of the part | ||
| 5861 | 2024.11.27 18:38:13.050154 [ 254 ] {da677a06-ebc4-4d0f-9050-1b7b58080bbd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5862 | 2024.11.27 18:38:13.050234 [ 254 ] {da677a06-ebc4-4d0f-9050-1b7b58080bbd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5863 | 2024.11.27 18:38:13.050259 [ 199 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 32 rows starting from the beginning of the part | ||
| 5864 | 2024.11.27 18:38:13.050720 [ 199 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 16 rows starting from the beginning of the part | ||
| 5865 | 2024.11.27 18:38:13.051069 [ 199 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 40 rows starting from the beginning of the part | ||
| 5866 | 2024.11.27 18:38:13.051554 [ 199 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 16 rows starting from the beginning of the part | ||
| 5867 | 2024.11.27 18:38:13.051961 [ 199 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 32 rows starting from the beginning of the part | ||
| 5868 | 2024.11.27 18:38:13.053217 [ 254 ] {da677a06-ebc4-4d0f-9050-1b7b58080bbd} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5869 | 2024.11.27 18:38:13.053266 [ 254 ] {da677a06-ebc4-4d0f-9050-1b7b58080bbd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5870 | 2024.11.27 18:38:13.053847 [ 254 ] {da677a06-ebc4-4d0f-9050-1b7b58080bbd} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 5871 | 2024.11.27 18:38:13.053952 [ 192 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_35_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 202 rows, containing 5 columns (5 merged, 0 gathered) in 0.004167472 sec., 48470.63159632506 rows/sec., 3.65 MiB/sec. | ||
| 5872 | 2024.11.27 18:38:13.054222 [ 254 ] {da677a06-ebc4-4d0f-9050-1b7b58080bbd} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5873 | 2024.11.27 18:38:13.054248 [ 192 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_35_7} <Trace> MergedBlockOutputStream: filled checksums all_1_35_7 (state Temporary) | ||
| 5874 | 2024.11.27 18:38:13.054656 [ 254 ] {da677a06-ebc4-4d0f-9050-1b7b58080bbd} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.004541 sec., 3083.021360933715 rows/sec., 215.91 KiB/sec. | ||
| 5875 | 2024.11.27 18:38:13.054809 [ 254 ] {da677a06-ebc4-4d0f-9050-1b7b58080bbd} <Debug> TCPHandler: Processed in 0.004930683 sec. | ||
| 5876 | 2024.11.27 18:38:13.054929 [ 192 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_35_7} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Renaming temporary part tmp_merge_all_1_35_7 to all_1_35_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5877 | 2024.11.27 18:38:13.055053 [ 192 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_35_7} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c) (MergerMutator): Merged 6 parts: [all_1_30_6, all_35_35_0] -> all_1_35_7 | ||
| 5878 | 2024.11.27 18:38:13.055082 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5879 | 2024.11.27 18:38:13.055232 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 5880 | 2024.11.27 18:38:13.055389 [ 253 ] {966de6bd-1962-4cd0-abab-62c785ca4c4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5881 | 2024.11.27 18:38:13.055482 [ 253 ] {966de6bd-1962-4cd0-abab-62c785ca4c4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5882 | 2024.11.27 18:38:13.056075 [ 253 ] {966de6bd-1962-4cd0-abab-62c785ca4c4e} <Trace> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5883 | 2024.11.27 18:38:13.056114 [ 253 ] {966de6bd-1962-4cd0-abab-62c785ca4c4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5884 | 2024.11.27 18:38:13.056475 [ 253 ] {966de6bd-1962-4cd0-abab-62c785ca4c4e} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 5885 | 2024.11.27 18:38:13.056713 [ 253 ] {966de6bd-1962-4cd0-abab-62c785ca4c4e} <Trace> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5886 | 2024.11.27 18:38:13.056893 [ 253 ] {966de6bd-1962-4cd0-abab-62c785ca4c4e} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001562 sec., 8322.663252240716 rows/sec., 518.92 KiB/sec. | ||
| 5887 | 2024.11.27 18:38:13.056943 [ 253 ] {966de6bd-1962-4cd0-abab-62c785ca4c4e} <Debug> TCPHandler: Processed in 0.00199802 sec. | ||
| 5888 | 2024.11.27 18:38:13.057106 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5889 | 2024.11.27 18:38:13.057248 [ 254 ] {aefcc8ab-0784-4e56-8445-f359420e6383} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5890 | 2024.11.27 18:38:13.057311 [ 254 ] {aefcc8ab-0784-4e56-8445-f359420e6383} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5891 | 2024.11.27 18:38:13.058085 [ 254 ] {aefcc8ab-0784-4e56-8445-f359420e6383} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5892 | 2024.11.27 18:38:13.058126 [ 254 ] {aefcc8ab-0784-4e56-8445-f359420e6383} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5893 | 2024.11.27 18:38:13.058505 [ 254 ] {aefcc8ab-0784-4e56-8445-f359420e6383} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5894 | 2024.11.27 18:38:13.058743 [ 254 ] {aefcc8ab-0784-4e56-8445-f359420e6383} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5895 | 2024.11.27 18:38:13.058955 [ 254 ] {aefcc8ab-0784-4e56-8445-f359420e6383} <Debug> executeQuery: Read 407 rows, 29.68 KiB in 0.00174 sec., 233908.0459770115 rows/sec., 16.66 MiB/sec. | ||
| 5896 | 2024.11.27 18:38:13.059010 [ 254 ] {aefcc8ab-0784-4e56-8445-f359420e6383} <Debug> TCPHandler: Processed in 0.00197284 sec. | ||
| 5897 | 2024.11.27 18:38:13.059152 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5898 | 2024.11.27 18:38:13.059268 [ 253 ] {e70a533e-beb3-45e0-ac20-dd3de5fd2bdd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5899 | 2024.11.27 18:38:13.059319 [ 253 ] {e70a533e-beb3-45e0-ac20-dd3de5fd2bdd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5900 | 2024.11.27 18:38:13.059807 [ 253 ] {e70a533e-beb3-45e0-ac20-dd3de5fd2bdd} <Trace> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5901 | 2024.11.27 18:38:13.059843 [ 253 ] {e70a533e-beb3-45e0-ac20-dd3de5fd2bdd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5902 | 2024.11.27 18:38:13.060214 [ 253 ] {e70a533e-beb3-45e0-ac20-dd3de5fd2bdd} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 5903 | 2024.11.27 18:38:13.060453 [ 253 ] {e70a533e-beb3-45e0-ac20-dd3de5fd2bdd} <Trace> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5904 | 2024.11.27 18:38:13.060644 [ 253 ] {e70a533e-beb3-45e0-ac20-dd3de5fd2bdd} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001396 sec., 4297.994269340974 rows/sec., 224.55 KiB/sec. | ||
| 5905 | 2024.11.27 18:38:13.060723 [ 253 ] {e70a533e-beb3-45e0-ac20-dd3de5fd2bdd} <Debug> TCPHandler: Processed in 0.001625884 sec. | ||
| 5906 | 2024.11.27 18:38:13.060869 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5907 | 2024.11.27 18:38:13.060987 [ 254 ] {bb08a66b-8bbc-46ab-aeae-27cec3a38d9a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5908 | 2024.11.27 18:38:13.061039 [ 254 ] {bb08a66b-8bbc-46ab-aeae-27cec3a38d9a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5909 | 2024.11.27 18:38:13.061640 [ 254 ] {bb08a66b-8bbc-46ab-aeae-27cec3a38d9a} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5910 | 2024.11.27 18:38:13.061680 [ 254 ] {bb08a66b-8bbc-46ab-aeae-27cec3a38d9a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5911 | 2024.11.27 18:38:13.062062 [ 254 ] {bb08a66b-8bbc-46ab-aeae-27cec3a38d9a} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5912 | 2024.11.27 18:38:13.062297 [ 254 ] {bb08a66b-8bbc-46ab-aeae-27cec3a38d9a} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5913 | 2024.11.27 18:38:13.062497 [ 254 ] {bb08a66b-8bbc-46ab-aeae-27cec3a38d9a} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00153 sec., 154901.96078431373 rows/sec., 10.38 MiB/sec. | ||
| 5914 | 2024.11.27 18:38:13.062577 [ 254 ] {bb08a66b-8bbc-46ab-aeae-27cec3a38d9a} <Debug> TCPHandler: Processed in 0.001764766 sec. | ||
| 5915 | 2024.11.27 18:38:13.062842 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5916 | 2024.11.27 18:38:13.062998 [ 253 ] {5b1da38c-e3a2-47b6-9625-c771b86acd31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5917 | 2024.11.27 18:38:13.063059 [ 253 ] {5b1da38c-e3a2-47b6-9625-c771b86acd31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5918 | 2024.11.27 18:38:13.063597 [ 253 ] {5b1da38c-e3a2-47b6-9625-c771b86acd31} <Trace> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5919 | 2024.11.27 18:38:13.063637 [ 253 ] {5b1da38c-e3a2-47b6-9625-c771b86acd31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5920 | 2024.11.27 18:38:13.064019 [ 253 ] {5b1da38c-e3a2-47b6-9625-c771b86acd31} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 5921 | 2024.11.27 18:38:13.064258 [ 253 ] {5b1da38c-e3a2-47b6-9625-c771b86acd31} <Trace> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5922 | 2024.11.27 18:38:13.064464 [ 253 ] {5b1da38c-e3a2-47b6-9625-c771b86acd31} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001499 sec., 667.1114076050701 rows/sec., 44.95 KiB/sec. | ||
| 5923 | 2024.11.27 18:38:13.064515 [ 253 ] {5b1da38c-e3a2-47b6-9625-c771b86acd31} <Debug> TCPHandler: Processed in 0.001834197 sec. | ||
| 5924 | 2024.11.27 18:38:13.064660 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5925 | 2024.11.27 18:38:13.064796 [ 254 ] {d9fa3441-5f2b-4408-86e6-1d8aa03069f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5926 | 2024.11.27 18:38:13.064890 [ 254 ] {d9fa3441-5f2b-4408-86e6-1d8aa03069f9} <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 | ||
| 5927 | 2024.11.27 18:38:13.066107 [ 254 ] {d9fa3441-5f2b-4408-86e6-1d8aa03069f9} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5928 | 2024.11.27 18:38:13.066145 [ 254 ] {d9fa3441-5f2b-4408-86e6-1d8aa03069f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5929 | 2024.11.27 18:38:13.066788 [ 254 ] {d9fa3441-5f2b-4408-86e6-1d8aa03069f9} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 5930 | 2024.11.27 18:38:13.067048 [ 254 ] {d9fa3441-5f2b-4408-86e6-1d8aa03069f9} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5931 | 2024.11.27 18:38:13.067301 [ 254 ] {d9fa3441-5f2b-4408-86e6-1d8aa03069f9} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.002535 sec., 9861.932938856016 rows/sec., 17.67 MiB/sec. | ||
| 5932 | 2024.11.27 18:38:13.067844 [ 254 ] {d9fa3441-5f2b-4408-86e6-1d8aa03069f9} <Debug> TCPHandler: Processed in 0.003249488 sec. | ||
| 5933 | 2024.11.27 18:38:13.068038 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5934 | 2024.11.27 18:38:13.068172 [ 253 ] {788e9d50-7317-4781-adbc-9fa4dcafe9a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5935 | 2024.11.27 18:38:13.068230 [ 253 ] {788e9d50-7317-4781-adbc-9fa4dcafe9a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5936 | 2024.11.27 18:38:13.068744 [ 253 ] {788e9d50-7317-4781-adbc-9fa4dcafe9a6} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5937 | 2024.11.27 18:38:13.068783 [ 253 ] {788e9d50-7317-4781-adbc-9fa4dcafe9a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5938 | 2024.11.27 18:38:13.069151 [ 253 ] {788e9d50-7317-4781-adbc-9fa4dcafe9a6} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5939 | 2024.11.27 18:38:13.069385 [ 253 ] {788e9d50-7317-4781-adbc-9fa4dcafe9a6} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5940 | 2024.11.27 18:38:13.069596 [ 253 ] {788e9d50-7317-4781-adbc-9fa4dcafe9a6} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001453 sec., 56434.96214728148 rows/sec., 3.58 MiB/sec. | ||
| 5941 | 2024.11.27 18:38:13.069645 [ 253 ] {788e9d50-7317-4781-adbc-9fa4dcafe9a6} <Debug> TCPHandler: Processed in 0.001682365 sec. | ||
| 5942 | 2024.11.27 18:38:13.426636 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 227 | ||
| 5943 | 2024.11.27 18:38:13.448439 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5944 | 2024.11.27 18:38:13.448498 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.61 GiB. | ||
| 5945 | 2024.11.27 18:38:13.455930 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 5946 | 2024.11.27 18:38:13.456711 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5947 | 2024.11.27 18:38:13.459800 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 227 | ||
| 5948 | 2024.11.27 18:38:17.498572 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 840 | ||
| 5949 | 2024.11.27 18:38:17.501797 [ 242 ] {} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5950 | 2024.11.27 18:38:17.501856 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 5951 | 2024.11.27 18:38:17.503378 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 5952 | 2024.11.27 18:38:17.503711 [ 242 ] {} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5953 | 2024.11.27 18:38:17.504374 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 840 | ||
| 5954 | 2024.11.27 18:38:18.066523 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5955 | 2024.11.27 18:38:18.066709 [ 253 ] {b5c0313f-62bf-4d73-b7b2-494b55dc594b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 5956 | 2024.11.27 18:38:18.066781 [ 253 ] {b5c0313f-62bf-4d73-b7b2-494b55dc594b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5957 | 2024.11.27 18:38:18.067519 [ 253 ] {b5c0313f-62bf-4d73-b7b2-494b55dc594b} <Trace> oximeter.fields_ipaddr (53955b2a-eb56-41e3-a1fe-af6ea47fe91e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5958 | 2024.11.27 18:38:18.067570 [ 253 ] {b5c0313f-62bf-4d73-b7b2-494b55dc594b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 5959 | 2024.11.27 18:38:18.067998 [ 253 ] {b5c0313f-62bf-4d73-b7b2-494b55dc594b} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 5960 | 2024.11.27 18:38:18.068254 [ 253 ] {b5c0313f-62bf-4d73-b7b2-494b55dc594b} <Trace> oximeter.fields_ipaddr (53955b2a-eb56-41e3-a1fe-af6ea47fe91e): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5961 | 2024.11.27 18:38:18.068507 [ 253 ] {b5c0313f-62bf-4d73-b7b2-494b55dc594b} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001848 sec., 1082.2510822510822 rows/sec., 88.25 KiB/sec. | ||
| 5962 | 2024.11.27 18:38:18.068627 [ 253 ] {b5c0313f-62bf-4d73-b7b2-494b55dc594b} <Debug> TCPHandler: Processed in 0.002232214 sec. | ||
| 5963 | 2024.11.27 18:38:18.068887 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5964 | 2024.11.27 18:38:18.069088 [ 254 ] {7f6035a0-ba49-4271-891e-cfcd0d71ca71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5965 | 2024.11.27 18:38:18.069164 [ 254 ] {7f6035a0-ba49-4271-891e-cfcd0d71ca71} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5966 | 2024.11.27 18:38:18.070601 [ 254 ] {7f6035a0-ba49-4271-891e-cfcd0d71ca71} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5967 | 2024.11.27 18:38:18.070645 [ 254 ] {7f6035a0-ba49-4271-891e-cfcd0d71ca71} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 5968 | 2024.11.27 18:38:18.071137 [ 254 ] {7f6035a0-ba49-4271-891e-cfcd0d71ca71} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 5969 | 2024.11.27 18:38:18.071390 [ 254 ] {7f6035a0-ba49-4271-891e-cfcd0d71ca71} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5970 | 2024.11.27 18:38:18.071589 [ 254 ] {7f6035a0-ba49-4271-891e-cfcd0d71ca71} <Debug> executeQuery: Read 1229 rows, 103.59 KiB in 0.002556 sec., 480829.42097026604 rows/sec., 39.58 MiB/sec. | ||
| 5971 | 2024.11.27 18:38:18.071657 [ 254 ] {7f6035a0-ba49-4271-891e-cfcd0d71ca71} <Debug> TCPHandler: Processed in 0.002906603 sec. | ||
| 5972 | 2024.11.27 18:38:18.071904 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5973 | 2024.11.27 18:38:18.072140 [ 253 ] {74edd2fe-10a2-43bd-8e9b-99b74e299eaf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5974 | 2024.11.27 18:38:18.072233 [ 253 ] {74edd2fe-10a2-43bd-8e9b-99b74e299eaf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5975 | 2024.11.27 18:38:18.073020 [ 253 ] {74edd2fe-10a2-43bd-8e9b-99b74e299eaf} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5976 | 2024.11.27 18:38:18.073061 [ 253 ] {74edd2fe-10a2-43bd-8e9b-99b74e299eaf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 5977 | 2024.11.27 18:38:18.073450 [ 253 ] {74edd2fe-10a2-43bd-8e9b-99b74e299eaf} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5978 | 2024.11.27 18:38:18.073706 [ 253 ] {74edd2fe-10a2-43bd-8e9b-99b74e299eaf} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5979 | 2024.11.27 18:38:18.073919 [ 253 ] {74edd2fe-10a2-43bd-8e9b-99b74e299eaf} <Debug> executeQuery: Read 18 rows, 1.34 KiB in 0.001839 sec., 9787.928221859707 rows/sec., 730.17 KiB/sec. | ||
| 5980 | 2024.11.27 18:38:18.073975 [ 253 ] {74edd2fe-10a2-43bd-8e9b-99b74e299eaf} <Debug> TCPHandler: Processed in 0.002180913 sec. | ||
| 5981 | 2024.11.27 18:38:18.074139 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5982 | 2024.11.27 18:38:18.074282 [ 254 ] {0aa79189-3ef4-4b2a-886c-ca818a11602e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5983 | 2024.11.27 18:38:18.074343 [ 254 ] {0aa79189-3ef4-4b2a-886c-ca818a11602e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5984 | 2024.11.27 18:38:18.075049 [ 254 ] {0aa79189-3ef4-4b2a-886c-ca818a11602e} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5985 | 2024.11.27 18:38:18.075087 [ 254 ] {0aa79189-3ef4-4b2a-886c-ca818a11602e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 5986 | 2024.11.27 18:38:18.075455 [ 254 ] {0aa79189-3ef4-4b2a-886c-ca818a11602e} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 5987 | 2024.11.27 18:38:18.075686 [ 254 ] {0aa79189-3ef4-4b2a-886c-ca818a11602e} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5988 | 2024.11.27 18:38:18.075813 [ 106 ] {} <Debug> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 5989 | 2024.11.27 18:38:18.075861 [ 106 ] {} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5990 | 2024.11.27 18:38:18.075871 [ 254 ] {0aa79189-3ef4-4b2a-886c-ca818a11602e} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.00162 sec., 140740.74074074076 rows/sec., 9.53 MiB/sec. | ||
| 5991 | 2024.11.27 18:38:18.075890 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 5992 | 2024.11.27 18:38:18.075952 [ 254 ] {0aa79189-3ef4-4b2a-886c-ca818a11602e} <Debug> TCPHandler: Processed in 0.001880348 sec. | ||
| 5993 | 2024.11.27 18:38:18.076259 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5994 | 2024.11.27 18:38:18.076283 [ 187 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::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 | ||
| 5995 | 2024.11.27 18:38:18.076701 [ 253 ] {db6498c2-f756-4266-b5ed-3de53d05fe8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5996 | 2024.11.27 18:38:18.076787 [ 187 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5997 | 2024.11.27 18:38:18.076905 [ 187 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 242 rows starting from the beginning of the part | ||
| 5998 | 2024.11.27 18:38:18.076965 [ 253 ] {db6498c2-f756-4266-b5ed-3de53d05fe8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5999 | 2024.11.27 18:38:18.077297 [ 187 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 228 rows starting from the beginning of the part | ||
| 6000 | 2024.11.27 18:38:18.077615 [ 187 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 14 rows starting from the beginning of the part | ||
| 6001 | 2024.11.27 18:38:18.077994 [ 187 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 14 rows starting from the beginning of the part | ||
| 6002 | 2024.11.27 18:38:18.078376 [ 187 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 14 rows starting from the beginning of the part | ||
| 6003 | 2024.11.27 18:38:18.078713 [ 187 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 228 rows starting from the beginning of the part | ||
| 6004 | 2024.11.27 18:38:18.079988 [ 253 ] {db6498c2-f756-4266-b5ed-3de53d05fe8a} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6005 | 2024.11.27 18:38:18.080060 [ 253 ] {db6498c2-f756-4266-b5ed-3de53d05fe8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6006 | 2024.11.27 18:38:18.081197 [ 253 ] {db6498c2-f756-4266-b5ed-3de53d05fe8a} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 6007 | 2024.11.27 18:38:18.081404 [ 192 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 740 rows, containing 5 columns (5 merged, 0 gathered) in 0.005426541 sec., 136366.79424333107 rows/sec., 9.76 MiB/sec. | ||
| 6008 | 2024.11.27 18:38:18.081631 [ 253 ] {db6498c2-f756-4266-b5ed-3de53d05fe8a} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6009 | 2024.11.27 18:38:18.081661 [ 192 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 6010 | 2024.11.27 18:38:18.082096 [ 253 ] {db6498c2-f756-4266-b5ed-3de53d05fe8a} <Debug> executeQuery: Read 538 rows, 40.85 KiB in 0.005586 sec., 96312.20909416399 rows/sec., 7.14 MiB/sec. | ||
| 6011 | 2024.11.27 18:38:18.082437 [ 253 ] {db6498c2-f756-4266-b5ed-3de53d05fe8a} <Debug> TCPHandler: Processed in 0.006396705 sec. | ||
| 6012 | 2024.11.27 18:38:18.082675 [ 192 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_21_4} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6013 | 2024.11.27 18:38:18.082752 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6014 | 2024.11.27 18:38:18.082983 [ 192 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_21_4} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 6015 | 2024.11.27 18:38:18.083061 [ 254 ] {0a5dc1ad-c91d-47d9-a53d-7ce4a67d9fe1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6016 | 2024.11.27 18:38:18.083158 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 6017 | 2024.11.27 18:38:18.083178 [ 254 ] {0a5dc1ad-c91d-47d9-a53d-7ce4a67d9fe1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6018 | 2024.11.27 18:38:18.083985 [ 254 ] {0a5dc1ad-c91d-47d9-a53d-7ce4a67d9fe1} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6019 | 2024.11.27 18:38:18.084026 [ 254 ] {0a5dc1ad-c91d-47d9-a53d-7ce4a67d9fe1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6020 | 2024.11.27 18:38:18.084478 [ 254 ] {0a5dc1ad-c91d-47d9-a53d-7ce4a67d9fe1} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 6021 | 2024.11.27 18:38:18.084728 [ 254 ] {0a5dc1ad-c91d-47d9-a53d-7ce4a67d9fe1} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6022 | 2024.11.27 18:38:18.084942 [ 254 ] {0a5dc1ad-c91d-47d9-a53d-7ce4a67d9fe1} <Debug> executeQuery: Read 881 rows, 60.70 KiB in 0.001967 sec., 447890.18810371123 rows/sec., 30.14 MiB/sec. | ||
| 6023 | 2024.11.27 18:38:18.085094 [ 254 ] {0a5dc1ad-c91d-47d9-a53d-7ce4a67d9fe1} <Debug> TCPHandler: Processed in 0.002544528 sec. | ||
| 6024 | 2024.11.27 18:38:18.085345 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6025 | 2024.11.27 18:38:18.085483 [ 253 ] {5821e27a-c646-47e4-8d17-65dd11b597cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6026 | 2024.11.27 18:38:18.085580 [ 253 ] {5821e27a-c646-47e4-8d17-65dd11b597cf} <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 | ||
| 6027 | 2024.11.27 18:38:18.086727 [ 253 ] {5821e27a-c646-47e4-8d17-65dd11b597cf} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6028 | 2024.11.27 18:38:18.086767 [ 253 ] {5821e27a-c646-47e4-8d17-65dd11b597cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6029 | 2024.11.27 18:38:18.087423 [ 253 ] {5821e27a-c646-47e4-8d17-65dd11b597cf} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 6030 | 2024.11.27 18:38:18.087687 [ 253 ] {5821e27a-c646-47e4-8d17-65dd11b597cf} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6031 | 2024.11.27 18:38:18.087870 [ 114 ] {} <Debug> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 6032 | 2024.11.27 18:38:18.087939 [ 114 ] {} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6033 | 2024.11.27 18:38:18.087977 [ 253 ] {5821e27a-c646-47e4-8d17-65dd11b597cf} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002513 sec., 6366.892160764027 rows/sec., 11.41 MiB/sec. | ||
| 6034 | 2024.11.27 18:38:18.087985 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6035 | 2024.11.27 18:38:18.088662 [ 187 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::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 | ||
| 6036 | 2024.11.27 18:38:18.088757 [ 253 ] {5821e27a-c646-47e4-8d17-65dd11b597cf} <Debug> TCPHandler: Processed in 0.003548313 sec. | ||
| 6037 | 2024.11.27 18:38:18.089127 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6038 | 2024.11.27 18:38:18.089438 [ 254 ] {2c0fb9c0-2a06-4918-b3da-8b50699dcdd6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6039 | 2024.11.27 18:38:18.089529 [ 254 ] {2c0fb9c0-2a06-4918-b3da-8b50699dcdd6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6040 | 2024.11.27 18:38:18.089614 [ 187 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6041 | 2024.11.27 18:38:18.089748 [ 187 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 658 rows starting from the beginning of the part | ||
| 6042 | 2024.11.27 18:38:18.090836 [ 187 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 16 rows starting from the beginning of the part | ||
| 6043 | 2024.11.27 18:38:18.091666 [ 187 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 25 rows starting from the beginning of the part | ||
| 6044 | 2024.11.27 18:38:18.091665 [ 254 ] {2c0fb9c0-2a06-4918-b3da-8b50699dcdd6} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6045 | 2024.11.27 18:38:18.091721 [ 254 ] {2c0fb9c0-2a06-4918-b3da-8b50699dcdd6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6046 | 2024.11.27 18:38:18.092211 [ 187 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 16 rows starting from the beginning of the part | ||
| 6047 | 2024.11.27 18:38:18.092776 [ 187 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 25 rows starting from the beginning of the part | ||
| 6048 | 2024.11.27 18:38:18.092905 [ 254 ] {2c0fb9c0-2a06-4918-b3da-8b50699dcdd6} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 6049 | 2024.11.27 18:38:18.093244 [ 187 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 16 rows starting from the beginning of the part | ||
| 6050 | 2024.11.27 18:38:18.093614 [ 254 ] {2c0fb9c0-2a06-4918-b3da-8b50699dcdd6} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6051 | 2024.11.27 18:38:18.093995 [ 254 ] {2c0fb9c0-2a06-4918-b3da-8b50699dcdd6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004603 sec., 13034.977188789919 rows/sec., 899.55 KiB/sec. | ||
| 6052 | 2024.11.27 18:38:18.094093 [ 254 ] {2c0fb9c0-2a06-4918-b3da-8b50699dcdd6} <Debug> TCPHandler: Processed in 0.005196537 sec. | ||
| 6053 | 2024.11.27 18:38:18.099163 [ 192 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 756 rows, containing 19 columns (19 merged, 0 gathered) in 0.011044733 sec., 68448.91587691617 rows/sec., 122.66 MiB/sec. | ||
| 6054 | 2024.11.27 18:38:18.100232 [ 198 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 6055 | 2024.11.27 18:38:18.100676 [ 198 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6056 | 2024.11.27 18:38:18.100755 [ 198 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 6057 | 2024.11.27 18:38:18.100910 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.63 MiB. | ||
| 6058 | 2024.11.27 18:38:19.000207 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 197.43 MiB, peak 205.02 MiB, free memory in arenas 0.00 B, will set to 199.50 MiB (RSS), difference: 2.07 MiB | ||
| 6059 | 2024.11.27 18:38:19.936500 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 14213 | ||
| 6060 | 2024.11.27 18:38:19.937455 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6061 | 2024.11.27 18:38:19.937531 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6062 | 2024.11.27 18:38:19.938105 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 6063 | 2024.11.27 18:38:19.938367 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6064 | 2024.11.27 18:38:19.938576 [ 119 ] {} <Debug> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 6065 | 2024.11.27 18:38:19.938640 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14213 | ||
| 6066 | 2024.11.27 18:38:19.938693 [ 119 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6067 | 2024.11.27 18:38:19.938742 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6068 | 2024.11.27 18:38:19.938926 [ 192 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::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 | ||
| 6069 | 2024.11.27 18:38:19.939138 [ 192 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6070 | 2024.11.27 18:38:19.939208 [ 192 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_26_5, total 11956 rows starting from the beginning of the part | ||
| 6071 | 2024.11.27 18:38:19.939333 [ 192 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 427 rows starting from the beginning of the part | ||
| 6072 | 2024.11.27 18:38:19.939467 [ 192 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 488 rows starting from the beginning of the part | ||
| 6073 | 2024.11.27 18:38:19.939823 [ 192 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 427 rows starting from the beginning of the part | ||
| 6074 | 2024.11.27 18:38:19.939923 [ 192 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 488 rows starting from the beginning of the part | ||
| 6075 | 2024.11.27 18:38:19.940012 [ 192 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 427 rows starting from the beginning of the part | ||
| 6076 | 2024.11.27 18:38:19.942211 [ 186 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14213 rows, containing 4 columns (4 merged, 0 gathered) in 0.0033681 sec., 4219886.582939936 rows/sec., 60.37 MiB/sec. | ||
| 6077 | 2024.11.27 18:38:19.942817 [ 186 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 6078 | 2024.11.27 18:38:19.943152 [ 186 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_31_6} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6079 | 2024.11.27 18:38:19.943248 [ 186 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_31_6} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 6080 | 2024.11.27 18:38:19.943366 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.47 MiB. | ||
| 6081 | 2024.11.27 18:38:20.959881 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 234 | ||
| 6082 | 2024.11.27 18:38:20.981873 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6083 | 2024.11.27 18:38:20.981931 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6084 | 2024.11.27 18:38:20.989628 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 6085 | 2024.11.27 18:38:20.990448 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6086 | 2024.11.27 18:38:20.990774 [ 151 ] {} <Debug> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 6087 | 2024.11.27 18:38:20.990849 [ 151 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6088 | 2024.11.27 18:38:20.990893 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6089 | 2024.11.27 18:38:20.991131 [ 200 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::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 | ||
| 6090 | 2024.11.27 18:38:21.001218 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 234 | ||
| 6091 | 2024.11.27 18:38:21.002345 [ 200 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6092 | 2024.11.27 18:38:21.003259 [ 200 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 196 rows starting from the beginning of the part | ||
| 6093 | 2024.11.27 18:38:21.007631 [ 200 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 8 rows starting from the beginning of the part | ||
| 6094 | 2024.11.27 18:38:21.012095 [ 200 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 8 rows starting from the beginning of the part | ||
| 6095 | 2024.11.27 18:38:21.016872 [ 200 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 7 rows starting from the beginning of the part | ||
| 6096 | 2024.11.27 18:38:21.021929 [ 200 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 8 rows starting from the beginning of the part | ||
| 6097 | 2024.11.27 18:38:21.026130 [ 200 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 7 rows starting from the beginning of the part | ||
| 6098 | 2024.11.27 18:38:21.083218 [ 193 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 234 rows, containing 679 columns (679 merged, 0 gathered) in 0.092233036 sec., 2537.0519083856243 rows/sec., 13.12 MiB/sec. | ||
| 6099 | 2024.11.27 18:38:21.086069 [ 193 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 6100 | 2024.11.27 18:38:21.089314 [ 193 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_31_6} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6101 | 2024.11.27 18:38:21.089464 [ 193 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_31_6} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 6102 | 2024.11.27 18:38:21.092235 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. | ||
| 6103 | 2024.11.27 18:38:23.042146 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6104 | 2024.11.27 18:38:23.042371 [ 253 ] {e8c17e78-f495-4e0e-bc3d-cae49cb14a4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6105 | 2024.11.27 18:38:23.042454 [ 253 ] {e8c17e78-f495-4e0e-bc3d-cae49cb14a4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6106 | 2024.11.27 18:38:23.043263 [ 253 ] {e8c17e78-f495-4e0e-bc3d-cae49cb14a4b} <Trace> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6107 | 2024.11.27 18:38:23.043316 [ 253 ] {e8c17e78-f495-4e0e-bc3d-cae49cb14a4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6108 | 2024.11.27 18:38:23.043775 [ 253 ] {e8c17e78-f495-4e0e-bc3d-cae49cb14a4b} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 6109 | 2024.11.27 18:38:23.044047 [ 253 ] {e8c17e78-f495-4e0e-bc3d-cae49cb14a4b} <Trace> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6110 | 2024.11.27 18:38:23.044345 [ 253 ] {e8c17e78-f495-4e0e-bc3d-cae49cb14a4b} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002039 sec., 6866.110838646396 rows/sec., 494.27 KiB/sec. | ||
| 6111 | 2024.11.27 18:38:23.044581 [ 253 ] {e8c17e78-f495-4e0e-bc3d-cae49cb14a4b} <Debug> TCPHandler: Processed in 0.002573148 sec. | ||
| 6112 | 2024.11.27 18:38:23.044832 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6113 | 2024.11.27 18:38:23.045013 [ 254 ] {219a842c-12b4-47a4-b709-577991db9830} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6114 | 2024.11.27 18:38:23.045081 [ 254 ] {219a842c-12b4-47a4-b709-577991db9830} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6115 | 2024.11.27 18:38:23.045948 [ 254 ] {219a842c-12b4-47a4-b709-577991db9830} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6116 | 2024.11.27 18:38:23.045991 [ 254 ] {219a842c-12b4-47a4-b709-577991db9830} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6117 | 2024.11.27 18:38:23.046450 [ 254 ] {219a842c-12b4-47a4-b709-577991db9830} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 6118 | 2024.11.27 18:38:23.046706 [ 254 ] {219a842c-12b4-47a4-b709-577991db9830} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6119 | 2024.11.27 18:38:23.046912 [ 254 ] {219a842c-12b4-47a4-b709-577991db9830} <Debug> executeQuery: Read 253 rows, 22.72 KiB in 0.001947 sec., 129943.50282485876 rows/sec., 11.40 MiB/sec. | ||
| 6120 | 2024.11.27 18:38:23.046978 [ 254 ] {219a842c-12b4-47a4-b709-577991db9830} <Debug> TCPHandler: Processed in 0.002267553 sec. | ||
| 6121 | 2024.11.27 18:38:23.047144 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6122 | 2024.11.27 18:38:23.047288 [ 253 ] {6061003f-e9a2-4687-bd09-70261a3c5b7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6123 | 2024.11.27 18:38:23.047356 [ 253 ] {6061003f-e9a2-4687-bd09-70261a3c5b7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6124 | 2024.11.27 18:38:23.048032 [ 253 ] {6061003f-e9a2-4687-bd09-70261a3c5b7b} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6125 | 2024.11.27 18:38:23.048073 [ 253 ] {6061003f-e9a2-4687-bd09-70261a3c5b7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6126 | 2024.11.27 18:38:23.048449 [ 253 ] {6061003f-e9a2-4687-bd09-70261a3c5b7b} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 6127 | 2024.11.27 18:38:23.048691 [ 253 ] {6061003f-e9a2-4687-bd09-70261a3c5b7b} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6128 | 2024.11.27 18:38:23.048911 [ 253 ] {6061003f-e9a2-4687-bd09-70261a3c5b7b} <Debug> executeQuery: Read 32 rows, 2.34 KiB in 0.001659 sec., 19288.72814948764 rows/sec., 1.38 MiB/sec. | ||
| 6129 | 2024.11.27 18:38:23.048967 [ 253 ] {6061003f-e9a2-4687-bd09-70261a3c5b7b} <Debug> TCPHandler: Processed in 0.001890328 sec. | ||
| 6130 | 2024.11.27 18:38:23.049144 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6131 | 2024.11.27 18:38:23.049288 [ 254 ] {9a7b576e-dff0-48a1-b09f-54167eb61260} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6132 | 2024.11.27 18:38:23.049350 [ 254 ] {9a7b576e-dff0-48a1-b09f-54167eb61260} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6133 | 2024.11.27 18:38:23.049997 [ 254 ] {9a7b576e-dff0-48a1-b09f-54167eb61260} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6134 | 2024.11.27 18:38:23.050035 [ 254 ] {9a7b576e-dff0-48a1-b09f-54167eb61260} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6135 | 2024.11.27 18:38:23.050405 [ 254 ] {9a7b576e-dff0-48a1-b09f-54167eb61260} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6136 | 2024.11.27 18:38:23.050643 [ 254 ] {9a7b576e-dff0-48a1-b09f-54167eb61260} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6137 | 2024.11.27 18:38:23.050825 [ 254 ] {9a7b576e-dff0-48a1-b09f-54167eb61260} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001572 sec., 8905.852417302798 rows/sec., 623.71 KiB/sec. | ||
| 6138 | 2024.11.27 18:38:23.050878 [ 254 ] {9a7b576e-dff0-48a1-b09f-54167eb61260} <Debug> TCPHandler: Processed in 0.001804926 sec. | ||
| 6139 | 2024.11.27 18:38:23.051031 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6140 | 2024.11.27 18:38:23.051172 [ 253 ] {c0d84877-9eef-487b-9b05-7c273daf8a47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6141 | 2024.11.27 18:38:23.051231 [ 253 ] {c0d84877-9eef-487b-9b05-7c273daf8a47} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6142 | 2024.11.27 18:38:23.051881 [ 253 ] {c0d84877-9eef-487b-9b05-7c273daf8a47} <Trace> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6143 | 2024.11.27 18:38:23.051921 [ 253 ] {c0d84877-9eef-487b-9b05-7c273daf8a47} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6144 | 2024.11.27 18:38:23.052290 [ 253 ] {c0d84877-9eef-487b-9b05-7c273daf8a47} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 6145 | 2024.11.27 18:38:23.052536 [ 253 ] {c0d84877-9eef-487b-9b05-7c273daf8a47} <Trace> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6146 | 2024.11.27 18:38:23.052805 [ 253 ] {c0d84877-9eef-487b-9b05-7c273daf8a47} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001664 sec., 7812.500000000001 rows/sec., 487.11 KiB/sec. | ||
| 6147 | 2024.11.27 18:38:23.053012 [ 253 ] {c0d84877-9eef-487b-9b05-7c273daf8a47} <Debug> TCPHandler: Processed in 0.00204671 sec. | ||
| 6148 | 2024.11.27 18:38:23.053183 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6149 | 2024.11.27 18:38:23.053316 [ 254 ] {9936201d-62bf-4e6e-a4a2-25f28fda4b4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6150 | 2024.11.27 18:38:23.053374 [ 254 ] {9936201d-62bf-4e6e-a4a2-25f28fda4b4b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6151 | 2024.11.27 18:38:23.054174 [ 254 ] {9936201d-62bf-4e6e-a4a2-25f28fda4b4b} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6152 | 2024.11.27 18:38:23.054210 [ 254 ] {9936201d-62bf-4e6e-a4a2-25f28fda4b4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6153 | 2024.11.27 18:38:23.054605 [ 254 ] {9936201d-62bf-4e6e-a4a2-25f28fda4b4b} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 6154 | 2024.11.27 18:38:23.054848 [ 254 ] {9936201d-62bf-4e6e-a4a2-25f28fda4b4b} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6155 | 2024.11.27 18:38:23.055082 [ 254 ] {9936201d-62bf-4e6e-a4a2-25f28fda4b4b} <Debug> executeQuery: Read 407 rows, 29.68 KiB in 0.001788 sec., 227628.63534675614 rows/sec., 16.21 MiB/sec. | ||
| 6156 | 2024.11.27 18:38:23.055230 [ 254 ] {9936201d-62bf-4e6e-a4a2-25f28fda4b4b} <Debug> TCPHandler: Processed in 0.002106791 sec. | ||
| 6157 | 2024.11.27 18:38:23.055472 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6158 | 2024.11.27 18:38:23.055597 [ 253 ] {a78b2509-a361-479c-a4d9-b67285f08a2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6159 | 2024.11.27 18:38:23.055653 [ 253 ] {a78b2509-a361-479c-a4d9-b67285f08a2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6160 | 2024.11.27 18:38:23.056177 [ 253 ] {a78b2509-a361-479c-a4d9-b67285f08a2d} <Trace> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6161 | 2024.11.27 18:38:23.056218 [ 253 ] {a78b2509-a361-479c-a4d9-b67285f08a2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6162 | 2024.11.27 18:38:23.056600 [ 253 ] {a78b2509-a361-479c-a4d9-b67285f08a2d} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 6163 | 2024.11.27 18:38:23.056839 [ 253 ] {a78b2509-a361-479c-a4d9-b67285f08a2d} <Trace> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6164 | 2024.11.27 18:38:23.057059 [ 253 ] {a78b2509-a361-479c-a4d9-b67285f08a2d} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001486 sec., 4037.685060565276 rows/sec., 210.95 KiB/sec. | ||
| 6165 | 2024.11.27 18:38:23.057113 [ 253 ] {a78b2509-a361-479c-a4d9-b67285f08a2d} <Debug> TCPHandler: Processed in 0.001752966 sec. | ||
| 6166 | 2024.11.27 18:38:23.057263 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6167 | 2024.11.27 18:38:23.057379 [ 254 ] {68ef9e6b-f8dc-49f0-b25a-926104370933} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6168 | 2024.11.27 18:38:23.057434 [ 254 ] {68ef9e6b-f8dc-49f0-b25a-926104370933} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6169 | 2024.11.27 18:38:23.058018 [ 254 ] {68ef9e6b-f8dc-49f0-b25a-926104370933} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6170 | 2024.11.27 18:38:23.058055 [ 254 ] {68ef9e6b-f8dc-49f0-b25a-926104370933} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6171 | 2024.11.27 18:38:23.058456 [ 254 ] {68ef9e6b-f8dc-49f0-b25a-926104370933} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 6172 | 2024.11.27 18:38:23.058692 [ 254 ] {68ef9e6b-f8dc-49f0-b25a-926104370933} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6173 | 2024.11.27 18:38:23.058875 [ 254 ] {68ef9e6b-f8dc-49f0-b25a-926104370933} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001522 sec., 155716.1629434954 rows/sec., 10.44 MiB/sec. | ||
| 6174 | 2024.11.27 18:38:23.058929 [ 254 ] {68ef9e6b-f8dc-49f0-b25a-926104370933} <Debug> TCPHandler: Processed in 0.001723116 sec. | ||
| 6175 | 2024.11.27 18:38:23.059085 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6176 | 2024.11.27 18:38:23.059205 [ 253 ] {37c22d79-b289-47c3-b18c-09eaae601f1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6177 | 2024.11.27 18:38:23.059257 [ 253 ] {37c22d79-b289-47c3-b18c-09eaae601f1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6178 | 2024.11.27 18:38:23.059779 [ 253 ] {37c22d79-b289-47c3-b18c-09eaae601f1f} <Trace> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6179 | 2024.11.27 18:38:23.059823 [ 253 ] {37c22d79-b289-47c3-b18c-09eaae601f1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6180 | 2024.11.27 18:38:23.060207 [ 253 ] {37c22d79-b289-47c3-b18c-09eaae601f1f} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 6181 | 2024.11.27 18:38:23.060457 [ 253 ] {37c22d79-b289-47c3-b18c-09eaae601f1f} <Trace> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6182 | 2024.11.27 18:38:23.060620 [ 150 ] {} <Debug> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653) (MergerMutator): Selected 6 parts from all_1_10_2 to all_15_15_0 | ||
| 6183 | 2024.11.27 18:38:23.060684 [ 150 ] {} <Trace> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6184 | 2024.11.27 18:38:23.060715 [ 253 ] {37c22d79-b289-47c3-b18c-09eaae601f1f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001524 sec., 656.1679790026246 rows/sec., 44.21 KiB/sec. | ||
| 6185 | 2024.11.27 18:38:23.060729 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6186 | 2024.11.27 18:38:23.060849 [ 253 ] {37c22d79-b289-47c3-b18c-09eaae601f1f} <Debug> TCPHandler: Processed in 0.001816207 sec. | ||
| 6187 | 2024.11.27 18:38:23.061015 [ 191 ] {5a65aebe-f093-4059-a447-e7898681b653::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 | ||
| 6188 | 2024.11.27 18:38:23.061071 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6189 | 2024.11.27 18:38:23.061170 [ 191 ] {5a65aebe-f093-4059-a447-e7898681b653::all_1_15_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6190 | 2024.11.27 18:38:23.061222 [ 191 ] {5a65aebe-f093-4059-a447-e7898681b653::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_10_2, total 10 rows starting from the beginning of the part | ||
| 6191 | 2024.11.27 18:38:23.061230 [ 254 ] {d22f49d0-ff5b-4f0e-bac3-e6f9ba6e7850} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6192 | 2024.11.27 18:38:23.061351 [ 191 ] {5a65aebe-f093-4059-a447-e7898681b653::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 1 rows starting from the beginning of the part | ||
| 6193 | 2024.11.27 18:38:23.061493 [ 254 ] {d22f49d0-ff5b-4f0e-bac3-e6f9ba6e7850} <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 | ||
| 6194 | 2024.11.27 18:38:23.061825 [ 191 ] {5a65aebe-f093-4059-a447-e7898681b653::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 1 rows starting from the beginning of the part | ||
| 6195 | 2024.11.27 18:38:23.062234 [ 191 ] {5a65aebe-f093-4059-a447-e7898681b653::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 1 rows starting from the beginning of the part | ||
| 6196 | 2024.11.27 18:38:23.062589 [ 191 ] {5a65aebe-f093-4059-a447-e7898681b653::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1 rows starting from the beginning of the part | ||
| 6197 | 2024.11.27 18:38:23.063008 [ 191 ] {5a65aebe-f093-4059-a447-e7898681b653::all_1_15_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 1 rows starting from the beginning of the part | ||
| 6198 | 2024.11.27 18:38:23.065357 [ 191 ] {5a65aebe-f093-4059-a447-e7898681b653::all_1_15_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 15 rows, containing 4 columns (4 merged, 0 gathered) in 0.004484767 sec., 3344.6553633667036 rows/sec., 225.37 KiB/sec. | ||
| 6199 | 2024.11.27 18:38:23.065577 [ 191 ] {5a65aebe-f093-4059-a447-e7898681b653::all_1_15_3} <Trace> MergedBlockOutputStream: filled checksums all_1_15_3 (state Temporary) | ||
| 6200 | 2024.11.27 18:38:23.065931 [ 254 ] {d22f49d0-ff5b-4f0e-bac3-e6f9ba6e7850} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6201 | 2024.11.27 18:38:23.065968 [ 191 ] {5a65aebe-f093-4059-a447-e7898681b653::all_1_15_3} <Trace> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653): Renaming temporary part tmp_merge_all_1_15_3 to all_1_15_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6202 | 2024.11.27 18:38:23.065975 [ 254 ] {d22f49d0-ff5b-4f0e-bac3-e6f9ba6e7850} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6203 | 2024.11.27 18:38:23.066071 [ 191 ] {5a65aebe-f093-4059-a447-e7898681b653::all_1_15_3} <Trace> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653) (MergerMutator): Merged 6 parts: [all_1_10_2, all_15_15_0] -> all_1_15_3 | ||
| 6204 | 2024.11.27 18:38:23.066169 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 6205 | 2024.11.27 18:38:23.066713 [ 254 ] {d22f49d0-ff5b-4f0e-bac3-e6f9ba6e7850} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 6206 | 2024.11.27 18:38:23.066971 [ 254 ] {d22f49d0-ff5b-4f0e-bac3-e6f9ba6e7850} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6207 | 2024.11.27 18:38:23.067211 [ 254 ] {d22f49d0-ff5b-4f0e-bac3-e6f9ba6e7850} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.006022 sec., 4151.444702756559 rows/sec., 7.44 MiB/sec. | ||
| 6208 | 2024.11.27 18:38:23.067327 [ 254 ] {d22f49d0-ff5b-4f0e-bac3-e6f9ba6e7850} <Debug> TCPHandler: Processed in 0.006345544 sec. | ||
| 6209 | 2024.11.27 18:38:23.067488 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6210 | 2024.11.27 18:38:23.067631 [ 253 ] {51971da5-d693-4bc3-9023-1792413bbeff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6211 | 2024.11.27 18:38:23.067693 [ 253 ] {51971da5-d693-4bc3-9023-1792413bbeff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6212 | 2024.11.27 18:38:23.068292 [ 253 ] {51971da5-d693-4bc3-9023-1792413bbeff} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6213 | 2024.11.27 18:38:23.068339 [ 253 ] {51971da5-d693-4bc3-9023-1792413bbeff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6214 | 2024.11.27 18:38:23.068786 [ 253 ] {51971da5-d693-4bc3-9023-1792413bbeff} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 6215 | 2024.11.27 18:38:23.069042 [ 253 ] {51971da5-d693-4bc3-9023-1792413bbeff} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6216 | 2024.11.27 18:38:23.069232 [ 253 ] {51971da5-d693-4bc3-9023-1792413bbeff} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001634 sec., 50183.59853121175 rows/sec., 3.19 MiB/sec. | ||
| 6217 | 2024.11.27 18:38:23.069284 [ 253 ] {51971da5-d693-4bc3-9023-1792413bbeff} <Debug> TCPHandler: Processed in 0.001864477 sec. | ||
| 6218 | 2024.11.27 18:38:27.316066 [ 144 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6219 | 2024.11.27 18:38:27.316136 [ 144 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6220 | 2024.11.27 18:38:27.438829 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 14701 | ||
| 6221 | 2024.11.27 18:38:27.439691 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6222 | 2024.11.27 18:38:27.439742 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6223 | 2024.11.27 18:38:27.440303 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 6224 | 2024.11.27 18:38:27.440555 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6225 | 2024.11.27 18:38:27.440825 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14701 | ||
| 6226 | 2024.11.27 18:38:27.504666 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 878 | ||
| 6227 | 2024.11.27 18:38:27.508467 [ 242 ] {} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6228 | 2024.11.27 18:38:27.508529 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6229 | 2024.11.27 18:38:27.510008 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6230 | 2024.11.27 18:38:27.510342 [ 242 ] {} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6231 | 2024.11.27 18:38:27.511058 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 878 | ||
| 6232 | 2024.11.27 18:38:28.001451 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001047695 sec. | ||
| 6233 | 2024.11.27 18:38:28.038617 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6234 | 2024.11.27 18:38:28.038927 [ 253 ] {93a5fe7f-13c3-46df-8549-3c4f55df09a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6235 | 2024.11.27 18:38:28.039011 [ 253 ] {93a5fe7f-13c3-46df-8549-3c4f55df09a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6236 | 2024.11.27 18:38:28.039810 [ 253 ] {93a5fe7f-13c3-46df-8549-3c4f55df09a8} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6237 | 2024.11.27 18:38:28.039863 [ 253 ] {93a5fe7f-13c3-46df-8549-3c4f55df09a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6238 | 2024.11.27 18:38:28.040316 [ 253 ] {93a5fe7f-13c3-46df-8549-3c4f55df09a8} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 6239 | 2024.11.27 18:38:28.040575 [ 253 ] {93a5fe7f-13c3-46df-8549-3c4f55df09a8} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6240 | 2024.11.27 18:38:28.040805 [ 143 ] {} <Debug> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 6241 | 2024.11.27 18:38:28.040828 [ 253 ] {93a5fe7f-13c3-46df-8549-3c4f55df09a8} <Debug> executeQuery: Read 88 rows, 7.40 KiB in 0.00198 sec., 44444.444444444445 rows/sec., 3.65 MiB/sec. | ||
| 6242 | 2024.11.27 18:38:28.040938 [ 143 ] {} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6243 | 2024.11.27 18:38:28.041017 [ 253 ] {93a5fe7f-13c3-46df-8549-3c4f55df09a8} <Debug> TCPHandler: Processed in 0.002574429 sec. | ||
| 6244 | 2024.11.27 18:38:28.041031 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6245 | 2024.11.27 18:38:28.041370 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6246 | 2024.11.27 18:38:28.041423 [ 197 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::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 | ||
| 6247 | 2024.11.27 18:38:28.041823 [ 254 ] {3ae523f5-9131-440d-8df9-d0fb6645831b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6248 | 2024.11.27 18:38:28.041973 [ 254 ] {3ae523f5-9131-440d-8df9-d0fb6645831b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6249 | 2024.11.27 18:38:28.041990 [ 197 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6250 | 2024.11.27 18:38:28.042125 [ 197 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1435 rows starting from the beginning of the part | ||
| 6251 | 2024.11.27 18:38:28.042398 [ 197 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 88 rows starting from the beginning of the part | ||
| 6252 | 2024.11.27 18:38:28.042784 [ 197 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 253 rows starting from the beginning of the part | ||
| 6253 | 2024.11.27 18:38:28.043154 [ 197 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 1229 rows starting from the beginning of the part | ||
| 6254 | 2024.11.27 18:38:28.043614 [ 197 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 253 rows starting from the beginning of the part | ||
| 6255 | 2024.11.27 18:38:28.043971 [ 197 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 88 rows starting from the beginning of the part | ||
| 6256 | 2024.11.27 18:38:28.045006 [ 254 ] {3ae523f5-9131-440d-8df9-d0fb6645831b} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6257 | 2024.11.27 18:38:28.045118 [ 254 ] {3ae523f5-9131-440d-8df9-d0fb6645831b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6258 | 2024.11.27 18:38:28.046051 [ 254 ] {3ae523f5-9131-440d-8df9-d0fb6645831b} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 6259 | 2024.11.27 18:38:28.046518 [ 254 ] {3ae523f5-9131-440d-8df9-d0fb6645831b} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6260 | 2024.11.27 18:38:28.046867 [ 254 ] {3ae523f5-9131-440d-8df9-d0fb6645831b} <Debug> executeQuery: Read 16 rows, 1.20 KiB in 0.005171 sec., 3094.179075614001 rows/sec., 232.67 KiB/sec. | ||
| 6261 | 2024.11.27 18:38:28.047268 [ 254 ] {3ae523f5-9131-440d-8df9-d0fb6645831b} <Debug> TCPHandler: Processed in 0.00608837 sec. | ||
| 6262 | 2024.11.27 18:38:28.047761 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6263 | 2024.11.27 18:38:28.047986 [ 197 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3346 rows, containing 5 columns (5 merged, 0 gathered) in 0.006796021 sec., 492346.91888091573 rows/sec., 43.04 MiB/sec. | ||
| 6264 | 2024.11.27 18:38:28.048049 [ 253 ] {93d2473f-dfb8-492d-8dfe-74985537ace2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6265 | 2024.11.27 18:38:28.048118 [ 253 ] {93d2473f-dfb8-492d-8dfe-74985537ace2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6266 | 2024.11.27 18:38:28.048312 [ 197 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 6267 | 2024.11.27 18:38:28.048955 [ 197 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_46_9} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6268 | 2024.11.27 18:38:28.049158 [ 197 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_46_9} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 6269 | 2024.11.27 18:38:28.049343 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB. | ||
| 6270 | 2024.11.27 18:38:28.049483 [ 253 ] {93d2473f-dfb8-492d-8dfe-74985537ace2} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6271 | 2024.11.27 18:38:28.049531 [ 253 ] {93d2473f-dfb8-492d-8dfe-74985537ace2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6272 | 2024.11.27 18:38:28.049907 [ 253 ] {93d2473f-dfb8-492d-8dfe-74985537ace2} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 6273 | 2024.11.27 18:38:28.050148 [ 253 ] {93d2473f-dfb8-492d-8dfe-74985537ace2} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6274 | 2024.11.27 18:38:28.050315 [ 143 ] {} <Debug> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 6275 | 2024.11.27 18:38:28.050383 [ 143 ] {} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6276 | 2024.11.27 18:38:28.050408 [ 253 ] {93d2473f-dfb8-492d-8dfe-74985537ace2} <Debug> executeQuery: Read 80 rows, 6.40 KiB in 0.002403 sec., 33291.71868497711 rows/sec., 2.60 MiB/sec. | ||
| 6277 | 2024.11.27 18:38:28.050420 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6278 | 2024.11.27 18:38:28.050648 [ 253 ] {93d2473f-dfb8-492d-8dfe-74985537ace2} <Debug> TCPHandler: Processed in 0.003203027 sec. | ||
| 6279 | 2024.11.27 18:38:28.050839 [ 196 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::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 | ||
| 6280 | 2024.11.27 18:38:28.050940 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6281 | 2024.11.27 18:38:28.051372 [ 254 ] {f1998052-15d3-4449-9fff-0a7a629dbd86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6282 | 2024.11.27 18:38:28.051495 [ 196 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6283 | 2024.11.27 18:38:28.051533 [ 254 ] {f1998052-15d3-4449-9fff-0a7a629dbd86} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6284 | 2024.11.27 18:38:28.051578 [ 196 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 915 rows starting from the beginning of the part | ||
| 6285 | 2024.11.27 18:38:28.051894 [ 196 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 80 rows starting from the beginning of the part | ||
| 6286 | 2024.11.27 18:38:28.052203 [ 196 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 407 rows starting from the beginning of the part | ||
| 6287 | 2024.11.27 18:38:28.052514 [ 196 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 538 rows starting from the beginning of the part | ||
| 6288 | 2024.11.27 18:38:28.052913 [ 196 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 407 rows starting from the beginning of the part | ||
| 6289 | 2024.11.27 18:38:28.053273 [ 196 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 80 rows starting from the beginning of the part | ||
| 6290 | 2024.11.27 18:38:28.054273 [ 254 ] {f1998052-15d3-4449-9fff-0a7a629dbd86} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6291 | 2024.11.27 18:38:28.054339 [ 254 ] {f1998052-15d3-4449-9fff-0a7a629dbd86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6292 | 2024.11.27 18:38:28.055276 [ 254 ] {f1998052-15d3-4449-9fff-0a7a629dbd86} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 6293 | 2024.11.27 18:38:28.055752 [ 254 ] {f1998052-15d3-4449-9fff-0a7a629dbd86} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6294 | 2024.11.27 18:38:28.055958 [ 143 ] {} <Debug> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 6295 | 2024.11.27 18:38:28.056051 [ 143 ] {} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6296 | 2024.11.27 18:38:28.056085 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6297 | 2024.11.27 18:38:28.056118 [ 254 ] {f1998052-15d3-4449-9fff-0a7a629dbd86} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.004892 sec., 32706.459525756338 rows/sec., 2.28 MiB/sec. | ||
| 6298 | 2024.11.27 18:38:28.056515 [ 254 ] {f1998052-15d3-4449-9fff-0a7a629dbd86} <Debug> TCPHandler: Processed in 0.005723285 sec. | ||
| 6299 | 2024.11.27 18:38:28.056913 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6300 | 2024.11.27 18:38:28.057159 [ 190 ] {67d43675-535f-43d0-af84-f38bbc85c22c::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 | ||
| 6301 | 2024.11.27 18:38:28.057211 [ 194 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2427 rows, containing 5 columns (5 merged, 0 gathered) in 0.006660699 sec., 364376.1713297658 rows/sec., 27.95 MiB/sec. | ||
| 6302 | 2024.11.27 18:38:28.057437 [ 253 ] {a18983b3-0ad4-4a07-961b-3399c71dade6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6303 | 2024.11.27 18:38:28.057701 [ 194 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 6304 | 2024.11.27 18:38:28.058196 [ 190 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6305 | 2024.11.27 18:38:28.058201 [ 253 ] {a18983b3-0ad4-4a07-961b-3399c71dade6} <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 | ||
| 6306 | 2024.11.27 18:38:28.058439 [ 190 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 12477 rows starting from the beginning of the part | ||
| 6307 | 2024.11.27 18:38:28.059038 [ 194 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_46_9} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6308 | 2024.11.27 18:38:28.059166 [ 190 ] {67d43675-535f-43d0-af84-f38bbc85c22c::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 | ||
| 6309 | 2024.11.27 18:38:28.059534 [ 194 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_46_9} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 6310 | 2024.11.27 18:38:28.059921 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 6311 | 2024.11.27 18:38:28.060030 [ 190 ] {67d43675-535f-43d0-af84-f38bbc85c22c::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 | ||
| 6312 | 2024.11.27 18:38:28.060354 [ 190 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 881 rows starting from the beginning of the part | ||
| 6313 | 2024.11.27 18:38:28.060602 [ 190 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 237 rows starting from the beginning of the part | ||
| 6314 | 2024.11.27 18:38:28.060968 [ 190 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 160 rows starting from the beginning of the part | ||
| 6315 | 2024.11.27 18:38:28.062925 [ 253 ] {a18983b3-0ad4-4a07-961b-3399c71dade6} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6316 | 2024.11.27 18:38:28.062977 [ 253 ] {a18983b3-0ad4-4a07-961b-3399c71dade6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6317 | 2024.11.27 18:38:28.064341 [ 253 ] {a18983b3-0ad4-4a07-961b-3399c71dade6} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 6318 | 2024.11.27 18:38:28.064645 [ 253 ] {a18983b3-0ad4-4a07-961b-3399c71dade6} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6319 | 2024.11.27 18:38:28.065337 [ 253 ] {a18983b3-0ad4-4a07-961b-3399c71dade6} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.008053 sec., 1986.8372035266361 rows/sec., 3.56 MiB/sec. | ||
| 6320 | 2024.11.27 18:38:28.065960 [ 253 ] {a18983b3-0ad4-4a07-961b-3399c71dade6} <Debug> TCPHandler: Processed in 0.009311638 sec. | ||
| 6321 | 2024.11.27 18:38:28.066150 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6322 | 2024.11.27 18:38:28.066344 [ 254 ] {bab6ccde-c941-4663-bd8b-2d1ac4d0246c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6323 | 2024.11.27 18:38:28.066443 [ 254 ] {bab6ccde-c941-4663-bd8b-2d1ac4d0246c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6324 | 2024.11.27 18:38:28.066991 [ 190 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14152 rows, containing 5 columns (5 merged, 0 gathered) in 0.01019256 sec., 1388463.742180571 rows/sec., 94.11 MiB/sec. | ||
| 6325 | 2024.11.27 18:38:28.067396 [ 190 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 6326 | 2024.11.27 18:38:28.067677 [ 254 ] {bab6ccde-c941-4663-bd8b-2d1ac4d0246c} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6327 | 2024.11.27 18:38:28.067744 [ 254 ] {bab6ccde-c941-4663-bd8b-2d1ac4d0246c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6328 | 2024.11.27 18:38:28.068001 [ 190 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6329 | 2024.11.27 18:38:28.068183 [ 190 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 6330 | 2024.11.27 18:38:28.068334 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.62 MiB. | ||
| 6331 | 2024.11.27 18:38:28.068495 [ 254 ] {bab6ccde-c941-4663-bd8b-2d1ac4d0246c} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 6332 | 2024.11.27 18:38:28.068741 [ 254 ] {bab6ccde-c941-4663-bd8b-2d1ac4d0246c} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6333 | 2024.11.27 18:38:28.068916 [ 143 ] {} <Debug> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 6334 | 2024.11.27 18:38:28.068982 [ 143 ] {} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6335 | 2024.11.27 18:38:28.068997 [ 254 ] {bab6ccde-c941-4663-bd8b-2d1ac4d0246c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002692 sec., 22288.261515601782 rows/sec., 1.50 MiB/sec. | ||
| 6336 | 2024.11.27 18:38:28.069026 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6337 | 2024.11.27 18:38:28.069183 [ 254 ] {bab6ccde-c941-4663-bd8b-2d1ac4d0246c} <Debug> TCPHandler: Processed in 0.003097986 sec. | ||
| 6338 | 2024.11.27 18:38:28.069376 [ 196 ] {c59724f6-f374-41a1-8302-611230e47527::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 | ||
| 6339 | 2024.11.27 18:38:28.069862 [ 196 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6340 | 2024.11.27 18:38:28.069968 [ 196 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2626 rows starting from the beginning of the part | ||
| 6341 | 2024.11.27 18:38:28.070090 [ 196 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 60 rows starting from the beginning of the part | ||
| 6342 | 2024.11.27 18:38:28.070178 [ 196 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 82 rows starting from the beginning of the part | ||
| 6343 | 2024.11.27 18:38:28.070289 [ 196 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 60 rows starting from the beginning of the part | ||
| 6344 | 2024.11.27 18:38:28.070398 [ 196 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 82 rows starting from the beginning of the part | ||
| 6345 | 2024.11.27 18:38:28.070500 [ 196 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 60 rows starting from the beginning of the part | ||
| 6346 | 2024.11.27 18:38:28.071982 [ 201 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2970 rows, containing 4 columns (4 merged, 0 gathered) in 0.002835622 sec., 1047389.2500481376 rows/sec., 68.88 MiB/sec. | ||
| 6347 | 2024.11.27 18:38:28.072474 [ 201 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 6348 | 2024.11.27 18:38:28.072984 [ 201 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_46_9} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6349 | 2024.11.27 18:38:28.073067 [ 201 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_46_9} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 6350 | 2024.11.27 18:38:28.073155 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.73 MiB. | ||
| 6351 | 2024.11.27 18:38:28.501336 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 242 | ||
| 6352 | 2024.11.27 18:38:28.520589 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6353 | 2024.11.27 18:38:28.520643 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6354 | 2024.11.27 18:38:28.527840 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 6355 | 2024.11.27 18:38:28.528616 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6356 | 2024.11.27 18:38:28.531149 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 242 | ||
| 6357 | 2024.11.27 18:38:31.611955 [ 139 ] {} <Debug> oximeter.fields_ipaddr (53955b2a-eb56-41e3-a1fe-af6ea47fe91e) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 6358 | 2024.11.27 18:38:31.612061 [ 139 ] {} <Trace> oximeter.fields_ipaddr (53955b2a-eb56-41e3-a1fe-af6ea47fe91e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6359 | 2024.11.27 18:38:31.612094 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6360 | 2024.11.27 18:38:31.612274 [ 196 ] {53955b2a-eb56-41e3-a1fe-af6ea47fe91e::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 | ||
| 6361 | 2024.11.27 18:38:31.612456 [ 196 ] {53955b2a-eb56-41e3-a1fe-af6ea47fe91e::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6362 | 2024.11.27 18:38:31.612504 [ 196 ] {53955b2a-eb56-41e3-a1fe-af6ea47fe91e::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 18 rows starting from the beginning of the part | ||
| 6363 | 2024.11.27 18:38:31.612610 [ 196 ] {53955b2a-eb56-41e3-a1fe-af6ea47fe91e::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 2 rows starting from the beginning of the part | ||
| 6364 | 2024.11.27 18:38:31.612708 [ 196 ] {53955b2a-eb56-41e3-a1fe-af6ea47fe91e::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 8 rows starting from the beginning of the part | ||
| 6365 | 2024.11.27 18:38:31.612860 [ 196 ] {53955b2a-eb56-41e3-a1fe-af6ea47fe91e::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 8 rows starting from the beginning of the part | ||
| 6366 | 2024.11.27 18:38:31.612950 [ 196 ] {53955b2a-eb56-41e3-a1fe-af6ea47fe91e::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 | ||
| 6367 | 2024.11.27 18:38:31.614231 [ 201 ] {53955b2a-eb56-41e3-a1fe-af6ea47fe91e::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 38 rows, containing 5 columns (5 merged, 0 gathered) in 0.00204404 sec., 18590.634234163714 rows/sec., 1.55 MiB/sec. | ||
| 6368 | 2024.11.27 18:38:31.614511 [ 201 ] {53955b2a-eb56-41e3-a1fe-af6ea47fe91e::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 6369 | 2024.11.27 18:38:31.615064 [ 201 ] {53955b2a-eb56-41e3-a1fe-af6ea47fe91e::all_1_9_2} <Trace> oximeter.fields_ipaddr (53955b2a-eb56-41e3-a1fe-af6ea47fe91e): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6370 | 2024.11.27 18:38:31.615208 [ 201 ] {53955b2a-eb56-41e3-a1fe-af6ea47fe91e::all_1_9_2} <Trace> oximeter.fields_ipaddr (53955b2a-eb56-41e3-a1fe-af6ea47fe91e) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 6371 | 2024.11.27 18:38:31.615365 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 6372 | 2024.11.27 18:38:33.042793 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6373 | 2024.11.27 18:38:33.043005 [ 253 ] {1a490c40-7c0c-4303-9e43-ae6545e75a34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6374 | 2024.11.27 18:38:33.043077 [ 253 ] {1a490c40-7c0c-4303-9e43-ae6545e75a34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6375 | 2024.11.27 18:38:33.043825 [ 253 ] {1a490c40-7c0c-4303-9e43-ae6545e75a34} <Trace> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6376 | 2024.11.27 18:38:33.043867 [ 253 ] {1a490c40-7c0c-4303-9e43-ae6545e75a34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6377 | 2024.11.27 18:38:33.044296 [ 253 ] {1a490c40-7c0c-4303-9e43-ae6545e75a34} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 6378 | 2024.11.27 18:38:33.044561 [ 253 ] {1a490c40-7c0c-4303-9e43-ae6545e75a34} <Trace> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6379 | 2024.11.27 18:38:33.044753 [ 253 ] {1a490c40-7c0c-4303-9e43-ae6545e75a34} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001808 sec., 7743.362831858407 rows/sec., 557.42 KiB/sec. | ||
| 6380 | 2024.11.27 18:38:33.044809 [ 253 ] {1a490c40-7c0c-4303-9e43-ae6545e75a34} <Debug> TCPHandler: Processed in 0.002157001 sec. | ||
| 6381 | 2024.11.27 18:38:33.045057 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6382 | 2024.11.27 18:38:33.045277 [ 254 ] {887f9ad8-4e12-4fcc-ab16-8cb1fc9ef7f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6383 | 2024.11.27 18:38:33.045364 [ 254 ] {887f9ad8-4e12-4fcc-ab16-8cb1fc9ef7f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6384 | 2024.11.27 18:38:33.046294 [ 254 ] {887f9ad8-4e12-4fcc-ab16-8cb1fc9ef7f3} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6385 | 2024.11.27 18:38:33.046351 [ 254 ] {887f9ad8-4e12-4fcc-ab16-8cb1fc9ef7f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6386 | 2024.11.27 18:38:33.046820 [ 254 ] {887f9ad8-4e12-4fcc-ab16-8cb1fc9ef7f3} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6387 | 2024.11.27 18:38:33.047084 [ 254 ] {887f9ad8-4e12-4fcc-ab16-8cb1fc9ef7f3} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6388 | 2024.11.27 18:38:33.047319 [ 254 ] {887f9ad8-4e12-4fcc-ab16-8cb1fc9ef7f3} <Debug> executeQuery: Read 253 rows, 22.72 KiB in 0.0021 sec., 120476.19047619049 rows/sec., 10.57 MiB/sec. | ||
| 6389 | 2024.11.27 18:38:33.047391 [ 254 ] {887f9ad8-4e12-4fcc-ab16-8cb1fc9ef7f3} <Debug> TCPHandler: Processed in 0.002472517 sec. | ||
| 6390 | 2024.11.27 18:38:33.047536 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6391 | 2024.11.27 18:38:33.047653 [ 253 ] {e60cdf0e-3a16-493a-afba-b1f116d646b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6392 | 2024.11.27 18:38:33.047705 [ 253 ] {e60cdf0e-3a16-493a-afba-b1f116d646b5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6393 | 2024.11.27 18:38:33.048309 [ 253 ] {e60cdf0e-3a16-493a-afba-b1f116d646b5} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6394 | 2024.11.27 18:38:33.048347 [ 253 ] {e60cdf0e-3a16-493a-afba-b1f116d646b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6395 | 2024.11.27 18:38:33.048703 [ 253 ] {e60cdf0e-3a16-493a-afba-b1f116d646b5} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 6396 | 2024.11.27 18:38:33.048935 [ 253 ] {e60cdf0e-3a16-493a-afba-b1f116d646b5} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6397 | 2024.11.27 18:38:33.049109 [ 253 ] {e60cdf0e-3a16-493a-afba-b1f116d646b5} <Debug> executeQuery: Read 32 rows, 2.34 KiB in 0.00148 sec., 21621.621621621623 rows/sec., 1.54 MiB/sec. | ||
| 6398 | 2024.11.27 18:38:33.049159 [ 253 ] {e60cdf0e-3a16-493a-afba-b1f116d646b5} <Debug> TCPHandler: Processed in 0.001680535 sec. | ||
| 6399 | 2024.11.27 18:38:33.049349 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6400 | 2024.11.27 18:38:33.049501 [ 254 ] {664fb983-bcb1-4335-b2ca-a6f2e0f3a6de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6401 | 2024.11.27 18:38:33.049564 [ 254 ] {664fb983-bcb1-4335-b2ca-a6f2e0f3a6de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6402 | 2024.11.27 18:38:33.050239 [ 254 ] {664fb983-bcb1-4335-b2ca-a6f2e0f3a6de} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6403 | 2024.11.27 18:38:33.050282 [ 254 ] {664fb983-bcb1-4335-b2ca-a6f2e0f3a6de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6404 | 2024.11.27 18:38:33.050649 [ 254 ] {664fb983-bcb1-4335-b2ca-a6f2e0f3a6de} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6405 | 2024.11.27 18:38:33.050890 [ 254 ] {664fb983-bcb1-4335-b2ca-a6f2e0f3a6de} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6406 | 2024.11.27 18:38:33.051149 [ 254 ] {664fb983-bcb1-4335-b2ca-a6f2e0f3a6de} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001685 sec., 8308.60534124629 rows/sec., 581.88 KiB/sec. | ||
| 6407 | 2024.11.27 18:38:33.051367 [ 254 ] {664fb983-bcb1-4335-b2ca-a6f2e0f3a6de} <Debug> TCPHandler: Processed in 0.002087481 sec. | ||
| 6408 | 2024.11.27 18:38:33.051538 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6409 | 2024.11.27 18:38:33.051653 [ 253 ] {5952eaa7-6118-4fd5-99ec-7d66f1566994} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6410 | 2024.11.27 18:38:33.051702 [ 253 ] {5952eaa7-6118-4fd5-99ec-7d66f1566994} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6411 | 2024.11.27 18:38:33.052278 [ 253 ] {5952eaa7-6118-4fd5-99ec-7d66f1566994} <Trace> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6412 | 2024.11.27 18:38:33.052317 [ 253 ] {5952eaa7-6118-4fd5-99ec-7d66f1566994} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6413 | 2024.11.27 18:38:33.052673 [ 253 ] {5952eaa7-6118-4fd5-99ec-7d66f1566994} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 6414 | 2024.11.27 18:38:33.052920 [ 253 ] {5952eaa7-6118-4fd5-99ec-7d66f1566994} <Trace> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6415 | 2024.11.27 18:38:33.053096 [ 253 ] {5952eaa7-6118-4fd5-99ec-7d66f1566994} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001467 sec., 8861.622358554874 rows/sec., 552.52 KiB/sec. | ||
| 6416 | 2024.11.27 18:38:33.053145 [ 253 ] {5952eaa7-6118-4fd5-99ec-7d66f1566994} <Debug> TCPHandler: Processed in 0.001675285 sec. | ||
| 6417 | 2024.11.27 18:38:33.053293 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6418 | 2024.11.27 18:38:33.053436 [ 254 ] {df32bc93-8ce8-4532-9f30-409411c6de56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6419 | 2024.11.27 18:38:33.053497 [ 254 ] {df32bc93-8ce8-4532-9f30-409411c6de56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6420 | 2024.11.27 18:38:33.054300 [ 254 ] {df32bc93-8ce8-4532-9f30-409411c6de56} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6421 | 2024.11.27 18:38:33.054344 [ 254 ] {df32bc93-8ce8-4532-9f30-409411c6de56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6422 | 2024.11.27 18:38:33.054740 [ 254 ] {df32bc93-8ce8-4532-9f30-409411c6de56} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6423 | 2024.11.27 18:38:33.054985 [ 254 ] {df32bc93-8ce8-4532-9f30-409411c6de56} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6424 | 2024.11.27 18:38:33.055198 [ 254 ] {df32bc93-8ce8-4532-9f30-409411c6de56} <Debug> executeQuery: Read 407 rows, 29.68 KiB in 0.001795 sec., 226740.9470752089 rows/sec., 16.15 MiB/sec. | ||
| 6425 | 2024.11.27 18:38:33.055257 [ 254 ] {df32bc93-8ce8-4532-9f30-409411c6de56} <Debug> TCPHandler: Processed in 0.00203081 sec. | ||
| 6426 | 2024.11.27 18:38:33.055388 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6427 | 2024.11.27 18:38:33.055505 [ 253 ] {85962bad-559c-43bd-9898-350a950f6c7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6428 | 2024.11.27 18:38:33.055557 [ 253 ] {85962bad-559c-43bd-9898-350a950f6c7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6429 | 2024.11.27 18:38:33.056030 [ 253 ] {85962bad-559c-43bd-9898-350a950f6c7a} <Trace> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6430 | 2024.11.27 18:38:33.056067 [ 253 ] {85962bad-559c-43bd-9898-350a950f6c7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6431 | 2024.11.27 18:38:33.056427 [ 253 ] {85962bad-559c-43bd-9898-350a950f6c7a} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 6432 | 2024.11.27 18:38:33.056659 [ 253 ] {85962bad-559c-43bd-9898-350a950f6c7a} <Trace> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6433 | 2024.11.27 18:38:33.056789 [ 137 ] {} <Debug> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 6434 | 2024.11.27 18:38:33.056833 [ 137 ] {} <Trace> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6435 | 2024.11.27 18:38:33.056838 [ 253 ] {85962bad-559c-43bd-9898-350a950f6c7a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001355 sec., 4428.044280442804 rows/sec., 231.35 KiB/sec. | ||
| 6436 | 2024.11.27 18:38:33.056857 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6437 | 2024.11.27 18:38:33.056919 [ 253 ] {85962bad-559c-43bd-9898-350a950f6c7a} <Debug> TCPHandler: Processed in 0.001578974 sec. | ||
| 6438 | 2024.11.27 18:38:33.057158 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6439 | 2024.11.27 18:38:33.057300 [ 192 ] {4a23b31e-2fab-45ac-a10f-cd78611343e3::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 | ||
| 6440 | 2024.11.27 18:38:33.057532 [ 254 ] {e19c8e38-421e-4b4a-9cf6-96854eade3ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6441 | 2024.11.27 18:38:33.057730 [ 254 ] {e19c8e38-421e-4b4a-9cf6-96854eade3ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6442 | 2024.11.27 18:38:33.057852 [ 192 ] {4a23b31e-2fab-45ac-a10f-cd78611343e3::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6443 | 2024.11.27 18:38:33.057958 [ 192 ] {4a23b31e-2fab-45ac-a10f-cd78611343e3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 66 rows starting from the beginning of the part | ||
| 6444 | 2024.11.27 18:38:33.058232 [ 192 ] {4a23b31e-2fab-45ac-a10f-cd78611343e3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 6 rows starting from the beginning of the part | ||
| 6445 | 2024.11.27 18:38:33.058577 [ 192 ] {4a23b31e-2fab-45ac-a10f-cd78611343e3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 6 rows starting from the beginning of the part | ||
| 6446 | 2024.11.27 18:38:33.058874 [ 192 ] {4a23b31e-2fab-45ac-a10f-cd78611343e3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 6 rows starting from the beginning of the part | ||
| 6447 | 2024.11.27 18:38:33.059189 [ 192 ] {4a23b31e-2fab-45ac-a10f-cd78611343e3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 6 rows starting from the beginning of the part | ||
| 6448 | 2024.11.27 18:38:33.059428 [ 192 ] {4a23b31e-2fab-45ac-a10f-cd78611343e3::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 6 rows starting from the beginning of the part | ||
| 6449 | 2024.11.27 18:38:33.060516 [ 254 ] {e19c8e38-421e-4b4a-9cf6-96854eade3ce} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6450 | 2024.11.27 18:38:33.060585 [ 254 ] {e19c8e38-421e-4b4a-9cf6-96854eade3ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6451 | 2024.11.27 18:38:33.061646 [ 254 ] {e19c8e38-421e-4b4a-9cf6-96854eade3ce} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6452 | 2024.11.27 18:38:33.062246 [ 254 ] {e19c8e38-421e-4b4a-9cf6-96854eade3ce} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6453 | 2024.11.27 18:38:33.062247 [ 186 ] {4a23b31e-2fab-45ac-a10f-cd78611343e3::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 96 rows, containing 4 columns (4 merged, 0 gathered) in 0.005286589 sec., 18159.157067061577 rows/sec., 948.75 KiB/sec. | ||
| 6454 | 2024.11.27 18:38:33.062498 [ 186 ] {4a23b31e-2fab-45ac-a10f-cd78611343e3::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 6455 | 2024.11.27 18:38:33.062687 [ 254 ] {e19c8e38-421e-4b4a-9cf6-96854eade3ce} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005315 sec., 44590.78080903104 rows/sec., 2.99 MiB/sec. | ||
| 6456 | 2024.11.27 18:38:33.062811 [ 254 ] {e19c8e38-421e-4b4a-9cf6-96854eade3ce} <Debug> TCPHandler: Processed in 0.005780275 sec. | ||
| 6457 | 2024.11.27 18:38:33.063060 [ 186 ] {4a23b31e-2fab-45ac-a10f-cd78611343e3::all_1_16_3} <Trace> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6458 | 2024.11.27 18:38:33.063068 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6459 | 2024.11.27 18:38:33.063160 [ 186 ] {4a23b31e-2fab-45ac-a10f-cd78611343e3::all_1_16_3} <Trace> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 6460 | 2024.11.27 18:38:33.063208 [ 253 ] {05834550-7672-45b0-a349-0839e5ed39d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6461 | 2024.11.27 18:38:33.063268 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 6462 | 2024.11.27 18:38:33.063283 [ 253 ] {05834550-7672-45b0-a349-0839e5ed39d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6463 | 2024.11.27 18:38:33.063724 [ 253 ] {05834550-7672-45b0-a349-0839e5ed39d6} <Trace> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6464 | 2024.11.27 18:38:33.063761 [ 253 ] {05834550-7672-45b0-a349-0839e5ed39d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6465 | 2024.11.27 18:38:33.064109 [ 253 ] {05834550-7672-45b0-a349-0839e5ed39d6} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 6466 | 2024.11.27 18:38:33.064348 [ 253 ] {05834550-7672-45b0-a349-0839e5ed39d6} <Trace> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6467 | 2024.11.27 18:38:33.064515 [ 253 ] {05834550-7672-45b0-a349-0839e5ed39d6} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001336 sec., 748.502994011976 rows/sec., 50.44 KiB/sec. | ||
| 6468 | 2024.11.27 18:38:33.064564 [ 253 ] {05834550-7672-45b0-a349-0839e5ed39d6} <Debug> TCPHandler: Processed in 0.001569023 sec. | ||
| 6469 | 2024.11.27 18:38:33.064716 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6470 | 2024.11.27 18:38:33.064834 [ 254 ] {b794deed-4153-46ac-b386-94adc8d23f58} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6471 | 2024.11.27 18:38:33.064918 [ 254 ] {b794deed-4153-46ac-b386-94adc8d23f58} <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 | ||
| 6472 | 2024.11.27 18:38:33.066047 [ 254 ] {b794deed-4153-46ac-b386-94adc8d23f58} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6473 | 2024.11.27 18:38:33.066089 [ 254 ] {b794deed-4153-46ac-b386-94adc8d23f58} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6474 | 2024.11.27 18:38:33.066738 [ 254 ] {b794deed-4153-46ac-b386-94adc8d23f58} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 6475 | 2024.11.27 18:38:33.067005 [ 254 ] {b794deed-4153-46ac-b386-94adc8d23f58} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6476 | 2024.11.27 18:38:33.067254 [ 254 ] {b794deed-4153-46ac-b386-94adc8d23f58} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.002444 sec., 10229.132569558102 rows/sec., 18.33 MiB/sec. | ||
| 6477 | 2024.11.27 18:38:33.067347 [ 254 ] {b794deed-4153-46ac-b386-94adc8d23f58} <Debug> TCPHandler: Processed in 0.00268857 sec. | ||
| 6478 | 2024.11.27 18:38:33.067498 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6479 | 2024.11.27 18:38:33.067633 [ 253 ] {36c99647-6d1f-4f6b-9c6a-af372b88caf0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6480 | 2024.11.27 18:38:33.067691 [ 253 ] {36c99647-6d1f-4f6b-9c6a-af372b88caf0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6481 | 2024.11.27 18:38:33.068227 [ 253 ] {36c99647-6d1f-4f6b-9c6a-af372b88caf0} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6482 | 2024.11.27 18:38:33.068266 [ 253 ] {36c99647-6d1f-4f6b-9c6a-af372b88caf0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6483 | 2024.11.27 18:38:33.068638 [ 253 ] {36c99647-6d1f-4f6b-9c6a-af372b88caf0} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6484 | 2024.11.27 18:38:33.068880 [ 253 ] {36c99647-6d1f-4f6b-9c6a-af372b88caf0} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6485 | 2024.11.27 18:38:33.069087 [ 253 ] {36c99647-6d1f-4f6b-9c6a-af372b88caf0} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001484 sec., 55256.06469002695 rows/sec., 3.51 MiB/sec. | ||
| 6486 | 2024.11.27 18:38:33.069136 [ 253 ] {36c99647-6d1f-4f6b-9c6a-af372b88caf0} <Debug> TCPHandler: Processed in 0.001702935 sec. | ||
| 6487 | 2024.11.27 18:38:34.940980 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 15128 | ||
| 6488 | 2024.11.27 18:38:34.941696 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6489 | 2024.11.27 18:38:34.941751 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6490 | 2024.11.27 18:38:34.942318 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 6491 | 2024.11.27 18:38:34.942583 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6492 | 2024.11.27 18:38:34.942886 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15128 | ||
| 6493 | 2024.11.27 18:38:36.031242 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 249 | ||
| 6494 | 2024.11.27 18:38:36.051739 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6495 | 2024.11.27 18:38:36.051801 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6496 | 2024.11.27 18:38:36.059238 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 6497 | 2024.11.27 18:38:36.060008 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6498 | 2024.11.27 18:38:36.064197 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 249 | ||
| 6499 | 2024.11.27 18:38:37.511319 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 912 | ||
| 6500 | 2024.11.27 18:38:37.514567 [ 242 ] {} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6501 | 2024.11.27 18:38:37.514625 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6502 | 2024.11.27 18:38:37.516136 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 6503 | 2024.11.27 18:38:37.516472 [ 242 ] {} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6504 | 2024.11.27 18:38:37.517128 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 912 | ||
| 6505 | 2024.11.27 18:38:38.038367 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6506 | 2024.11.27 18:38:38.038673 [ 253 ] {a892ac45-d28e-4708-8922-0dfb380495eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6507 | 2024.11.27 18:38:38.038787 [ 253 ] {a892ac45-d28e-4708-8922-0dfb380495eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6508 | 2024.11.27 18:38:38.039935 [ 253 ] {a892ac45-d28e-4708-8922-0dfb380495eb} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6509 | 2024.11.27 18:38:38.039992 [ 253 ] {a892ac45-d28e-4708-8922-0dfb380495eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6510 | 2024.11.27 18:38:38.040443 [ 253 ] {a892ac45-d28e-4708-8922-0dfb380495eb} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6511 | 2024.11.27 18:38:38.040700 [ 253 ] {a892ac45-d28e-4708-8922-0dfb380495eb} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6512 | 2024.11.27 18:38:38.040940 [ 253 ] {a892ac45-d28e-4708-8922-0dfb380495eb} <Debug> executeQuery: Read 88 rows, 7.40 KiB in 0.002349 sec., 37462.75010642827 rows/sec., 3.08 MiB/sec. | ||
| 6513 | 2024.11.27 18:38:38.041008 [ 253 ] {a892ac45-d28e-4708-8922-0dfb380495eb} <Debug> TCPHandler: Processed in 0.002828922 sec. | ||
| 6514 | 2024.11.27 18:38:38.041249 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6515 | 2024.11.27 18:38:38.041462 [ 254 ] {d472c531-71ea-46c8-aefd-575db7b88b88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6516 | 2024.11.27 18:38:38.041543 [ 254 ] {d472c531-71ea-46c8-aefd-575db7b88b88} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6517 | 2024.11.27 18:38:38.042352 [ 254 ] {d472c531-71ea-46c8-aefd-575db7b88b88} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6518 | 2024.11.27 18:38:38.042395 [ 254 ] {d472c531-71ea-46c8-aefd-575db7b88b88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6519 | 2024.11.27 18:38:38.042832 [ 254 ] {d472c531-71ea-46c8-aefd-575db7b88b88} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 6520 | 2024.11.27 18:38:38.043095 [ 254 ] {d472c531-71ea-46c8-aefd-575db7b88b88} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6521 | 2024.11.27 18:38:38.043249 [ 130 ] {} <Debug> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c) (MergerMutator): Selected 6 parts from all_1_35_7 to all_40_40_0 | ||
| 6522 | 2024.11.27 18:38:38.043301 [ 254 ] {d472c531-71ea-46c8-aefd-575db7b88b88} <Debug> executeQuery: Read 16 rows, 1.20 KiB in 0.001896 sec., 8438.818565400845 rows/sec., 634.56 KiB/sec. | ||
| 6523 | 2024.11.27 18:38:38.043301 [ 130 ] {} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6524 | 2024.11.27 18:38:38.043353 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6525 | 2024.11.27 18:38:38.043388 [ 254 ] {d472c531-71ea-46c8-aefd-575db7b88b88} <Debug> TCPHandler: Processed in 0.002273034 sec. | ||
| 6526 | 2024.11.27 18:38:38.043613 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6527 | 2024.11.27 18:38:38.043674 [ 188 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::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 | ||
| 6528 | 2024.11.27 18:38:38.043847 [ 253 ] {21964b14-8831-4808-bf87-30f7e2d72bac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6529 | 2024.11.27 18:38:38.043982 [ 253 ] {21964b14-8831-4808-bf87-30f7e2d72bac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6530 | 2024.11.27 18:38:38.044167 [ 188 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_40_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6531 | 2024.11.27 18:38:38.044265 [ 188 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_35_7, total 66 rows starting from the beginning of the part | ||
| 6532 | 2024.11.27 18:38:38.044620 [ 188 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 18 rows starting from the beginning of the part | ||
| 6533 | 2024.11.27 18:38:38.045054 [ 188 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 32 rows starting from the beginning of the part | ||
| 6534 | 2024.11.27 18:38:38.045434 [ 188 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 16 rows starting from the beginning of the part | ||
| 6535 | 2024.11.27 18:38:38.045727 [ 188 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 32 rows starting from the beginning of the part | ||
| 6536 | 2024.11.27 18:38:38.046077 [ 188 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 16 rows starting from the beginning of the part | ||
| 6537 | 2024.11.27 18:38:38.046858 [ 253 ] {21964b14-8831-4808-bf87-30f7e2d72bac} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6538 | 2024.11.27 18:38:38.046921 [ 253 ] {21964b14-8831-4808-bf87-30f7e2d72bac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 6539 | 2024.11.27 18:38:38.047880 [ 253 ] {21964b14-8831-4808-bf87-30f7e2d72bac} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6540 | 2024.11.27 18:38:38.048413 [ 253 ] {21964b14-8831-4808-bf87-30f7e2d72bac} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6541 | 2024.11.27 18:38:38.049159 [ 253 ] {21964b14-8831-4808-bf87-30f7e2d72bac} <Debug> executeQuery: Read 80 rows, 6.40 KiB in 0.005339 sec., 14984.079415620903 rows/sec., 1.17 MiB/sec. | ||
| 6542 | 2024.11.27 18:38:38.049396 [ 188 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_40_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 180 rows, containing 5 columns (5 merged, 0 gathered) in 0.005920038 sec., 30405.210236826184 rows/sec., 2.30 MiB/sec. | ||
| 6543 | 2024.11.27 18:38:38.049621 [ 253 ] {21964b14-8831-4808-bf87-30f7e2d72bac} <Debug> TCPHandler: Processed in 0.006127941 sec. | ||
| 6544 | 2024.11.27 18:38:38.049742 [ 188 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_40_8} <Trace> MergedBlockOutputStream: filled checksums all_1_40_8 (state Temporary) | ||
| 6545 | 2024.11.27 18:38:38.049926 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6546 | 2024.11.27 18:38:38.050229 [ 254 ] {d7a574e3-54ce-468e-af3c-7a80cc30317f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6547 | 2024.11.27 18:38:38.050327 [ 254 ] {d7a574e3-54ce-468e-af3c-7a80cc30317f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6548 | 2024.11.27 18:38:38.050469 [ 188 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_40_8} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Renaming temporary part tmp_merge_all_1_40_8 to all_1_40_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6549 | 2024.11.27 18:38:38.050713 [ 188 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_40_8} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c) (MergerMutator): Merged 6 parts: [all_1_35_7, all_40_40_0] -> all_1_40_8 | ||
| 6550 | 2024.11.27 18:38:38.050870 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 6551 | 2024.11.27 18:38:38.051250 [ 254 ] {d7a574e3-54ce-468e-af3c-7a80cc30317f} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6552 | 2024.11.27 18:38:38.051291 [ 254 ] {d7a574e3-54ce-468e-af3c-7a80cc30317f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6553 | 2024.11.27 18:38:38.051771 [ 254 ] {d7a574e3-54ce-468e-af3c-7a80cc30317f} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6554 | 2024.11.27 18:38:38.052024 [ 254 ] {d7a574e3-54ce-468e-af3c-7a80cc30317f} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6555 | 2024.11.27 18:38:38.052214 [ 254 ] {d7a574e3-54ce-468e-af3c-7a80cc30317f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002039 sec., 78469.8381559588 rows/sec., 5.47 MiB/sec. | ||
| 6556 | 2024.11.27 18:38:38.052274 [ 254 ] {d7a574e3-54ce-468e-af3c-7a80cc30317f} <Debug> TCPHandler: Processed in 0.002530038 sec. | ||
| 6557 | 2024.11.27 18:38:38.052449 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6558 | 2024.11.27 18:38:38.052591 [ 253 ] {14ce33b5-c447-48c1-95b3-d0ae2c4d53ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6559 | 2024.11.27 18:38:38.052688 [ 253 ] {14ce33b5-c447-48c1-95b3-d0ae2c4d53ab} <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 | ||
| 6560 | 2024.11.27 18:38:38.053907 [ 253 ] {14ce33b5-c447-48c1-95b3-d0ae2c4d53ab} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6561 | 2024.11.27 18:38:38.053947 [ 253 ] {14ce33b5-c447-48c1-95b3-d0ae2c4d53ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6562 | 2024.11.27 18:38:38.054596 [ 253 ] {14ce33b5-c447-48c1-95b3-d0ae2c4d53ab} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 6563 | 2024.11.27 18:38:38.054863 [ 253 ] {14ce33b5-c447-48c1-95b3-d0ae2c4d53ab} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6564 | 2024.11.27 18:38:38.055081 [ 253 ] {14ce33b5-c447-48c1-95b3-d0ae2c4d53ab} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002516 sec., 6359.300476947536 rows/sec., 11.40 MiB/sec. | ||
| 6565 | 2024.11.27 18:38:38.055543 [ 253 ] {14ce33b5-c447-48c1-95b3-d0ae2c4d53ab} <Debug> TCPHandler: Processed in 0.003159477 sec. | ||
| 6566 | 2024.11.27 18:38:38.055790 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6567 | 2024.11.27 18:38:38.055930 [ 254 ] {987b5e7e-ceb3-4153-be37-2df82d7fe335} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6568 | 2024.11.27 18:38:38.055992 [ 254 ] {987b5e7e-ceb3-4153-be37-2df82d7fe335} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6569 | 2024.11.27 18:38:38.056526 [ 254 ] {987b5e7e-ceb3-4153-be37-2df82d7fe335} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6570 | 2024.11.27 18:38:38.056566 [ 254 ] {987b5e7e-ceb3-4153-be37-2df82d7fe335} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.60 GiB. | ||
| 6571 | 2024.11.27 18:38:38.056957 [ 254 ] {987b5e7e-ceb3-4153-be37-2df82d7fe335} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6572 | 2024.11.27 18:38:38.057201 [ 254 ] {987b5e7e-ceb3-4153-be37-2df82d7fe335} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6573 | 2024.11.27 18:38:38.057437 [ 254 ] {987b5e7e-ceb3-4153-be37-2df82d7fe335} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001536 sec., 39062.5 rows/sec., 2.63 MiB/sec. | ||
| 6574 | 2024.11.27 18:38:38.057510 [ 254 ] {987b5e7e-ceb3-4153-be37-2df82d7fe335} <Debug> TCPHandler: Processed in 0.001828997 sec. | ||
| 6575 | 2024.11.27 18:38:42.316182 [ 122 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6576 | 2024.11.27 18:38:42.316255 [ 122 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6577 | 2024.11.27 18:38:42.443048 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 15616 | ||
| 6578 | 2024.11.27 18:38:42.443992 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6579 | 2024.11.27 18:38:42.444042 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 6580 | 2024.11.27 18:38:42.444583 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 6581 | 2024.11.27 18:38:42.444842 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6582 | 2024.11.27 18:38:42.445073 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 15616 | ||
| 6583 | 2024.11.27 18:38:43.042831 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6584 | 2024.11.27 18:38:43.043134 [ 253 ] {b32b8fe8-fb9e-41a6-93d0-2ee47c1436e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6585 | 2024.11.27 18:38:43.043254 [ 253 ] {b32b8fe8-fb9e-41a6-93d0-2ee47c1436e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6586 | 2024.11.27 18:38:43.044062 [ 253 ] {b32b8fe8-fb9e-41a6-93d0-2ee47c1436e9} <Trace> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6587 | 2024.11.27 18:38:43.044115 [ 253 ] {b32b8fe8-fb9e-41a6-93d0-2ee47c1436e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 6588 | 2024.11.27 18:38:43.044567 [ 253 ] {b32b8fe8-fb9e-41a6-93d0-2ee47c1436e9} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 6589 | 2024.11.27 18:38:43.044829 [ 253 ] {b32b8fe8-fb9e-41a6-93d0-2ee47c1436e9} <Trace> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6590 | 2024.11.27 18:38:43.045026 [ 122 ] {} <Debug> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 6591 | 2024.11.27 18:38:43.045098 [ 253 ] {b32b8fe8-fb9e-41a6-93d0-2ee47c1436e9} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002042 sec., 6856.023506366308 rows/sec., 493.54 KiB/sec. | ||
| 6592 | 2024.11.27 18:38:43.045104 [ 122 ] {} <Trace> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6593 | 2024.11.27 18:38:43.045180 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 6594 | 2024.11.27 18:38:43.045240 [ 253 ] {b32b8fe8-fb9e-41a6-93d0-2ee47c1436e9} <Debug> TCPHandler: Processed in 0.002592818 sec. | ||
| 6595 | 2024.11.27 18:38:43.045590 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6596 | 2024.11.27 18:38:43.045709 [ 193 ] {17effacc-4e38-4bb0-b3f7-e2a659fcc7fb::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 | ||
| 6597 | 2024.11.27 18:38:43.045945 [ 254 ] {8a5def0a-80d0-49ff-ba7f-bf9ad6efa8e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6598 | 2024.11.27 18:38:43.046083 [ 254 ] {8a5def0a-80d0-49ff-ba7f-bf9ad6efa8e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6599 | 2024.11.27 18:38:43.046102 [ 193 ] {17effacc-4e38-4bb0-b3f7-e2a659fcc7fb::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6600 | 2024.11.27 18:38:43.046209 [ 193 ] {17effacc-4e38-4bb0-b3f7-e2a659fcc7fb::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 | ||
| 6601 | 2024.11.27 18:38:43.046466 [ 193 ] {17effacc-4e38-4bb0-b3f7-e2a659fcc7fb::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 | ||
| 6602 | 2024.11.27 18:38:43.046792 [ 193 ] {17effacc-4e38-4bb0-b3f7-e2a659fcc7fb::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 | ||
| 6603 | 2024.11.27 18:38:43.047294 [ 193 ] {17effacc-4e38-4bb0-b3f7-e2a659fcc7fb::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 | ||
| 6604 | 2024.11.27 18:38:43.047713 [ 193 ] {17effacc-4e38-4bb0-b3f7-e2a659fcc7fb::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 | ||
| 6605 | 2024.11.27 18:38:43.049010 [ 254 ] {8a5def0a-80d0-49ff-ba7f-bf9ad6efa8e2} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6606 | 2024.11.27 18:38:43.049101 [ 254 ] {8a5def0a-80d0-49ff-ba7f-bf9ad6efa8e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 6607 | 2024.11.27 18:38:43.050116 [ 193 ] {17effacc-4e38-4bb0-b3f7-e2a659fcc7fb::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004816671 sec., 14532.858897774002 rows/sec., 1.08 MiB/sec. | ||
| 6608 | 2024.11.27 18:38:43.050252 [ 254 ] {8a5def0a-80d0-49ff-ba7f-bf9ad6efa8e2} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6609 | 2024.11.27 18:38:43.050299 [ 195 ] {17effacc-4e38-4bb0-b3f7-e2a659fcc7fb::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 6610 | 2024.11.27 18:38:43.050583 [ 254 ] {8a5def0a-80d0-49ff-ba7f-bf9ad6efa8e2} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6611 | 2024.11.27 18:38:43.050742 [ 195 ] {17effacc-4e38-4bb0-b3f7-e2a659fcc7fb::all_1_17_4} <Trace> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6612 | 2024.11.27 18:38:43.050863 [ 254 ] {8a5def0a-80d0-49ff-ba7f-bf9ad6efa8e2} <Debug> executeQuery: Read 253 rows, 22.72 KiB in 0.005044 sec., 50158.604282315624 rows/sec., 4.40 MiB/sec. | ||
| 6613 | 2024.11.27 18:38:43.050878 [ 195 ] {17effacc-4e38-4bb0-b3f7-e2a659fcc7fb::all_1_17_4} <Trace> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 6614 | 2024.11.27 18:38:43.050955 [ 254 ] {8a5def0a-80d0-49ff-ba7f-bf9ad6efa8e2} <Debug> TCPHandler: Processed in 0.005575713 sec. | ||
| 6615 | 2024.11.27 18:38:43.051020 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 6616 | 2024.11.27 18:38:43.051231 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6617 | 2024.11.27 18:38:43.051438 [ 253 ] {8eec9bbe-67be-4433-9792-216cb57db796} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6618 | 2024.11.27 18:38:43.051503 [ 253 ] {8eec9bbe-67be-4433-9792-216cb57db796} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6619 | 2024.11.27 18:38:43.052235 [ 253 ] {8eec9bbe-67be-4433-9792-216cb57db796} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6620 | 2024.11.27 18:38:43.052284 [ 253 ] {8eec9bbe-67be-4433-9792-216cb57db796} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 6621 | 2024.11.27 18:38:43.052671 [ 253 ] {8eec9bbe-67be-4433-9792-216cb57db796} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 6622 | 2024.11.27 18:38:43.052920 [ 253 ] {8eec9bbe-67be-4433-9792-216cb57db796} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6623 | 2024.11.27 18:38:43.053132 [ 253 ] {8eec9bbe-67be-4433-9792-216cb57db796} <Debug> executeQuery: Read 32 rows, 2.34 KiB in 0.001731 sec., 18486.424032351242 rows/sec., 1.32 MiB/sec. | ||
| 6624 | 2024.11.27 18:38:43.053190 [ 253 ] {8eec9bbe-67be-4433-9792-216cb57db796} <Debug> TCPHandler: Processed in 0.002073321 sec. | ||
| 6625 | 2024.11.27 18:38:43.053352 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6626 | 2024.11.27 18:38:43.053476 [ 254 ] {31e522db-f6cd-4ce8-b6d4-7e52fec827f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6627 | 2024.11.27 18:38:43.053527 [ 254 ] {31e522db-f6cd-4ce8-b6d4-7e52fec827f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6628 | 2024.11.27 18:38:43.054134 [ 254 ] {31e522db-f6cd-4ce8-b6d4-7e52fec827f2} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6629 | 2024.11.27 18:38:43.054172 [ 254 ] {31e522db-f6cd-4ce8-b6d4-7e52fec827f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 6630 | 2024.11.27 18:38:43.054547 [ 254 ] {31e522db-f6cd-4ce8-b6d4-7e52fec827f2} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 6631 | 2024.11.27 18:38:43.054790 [ 254 ] {31e522db-f6cd-4ce8-b6d4-7e52fec827f2} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6632 | 2024.11.27 18:38:43.054972 [ 254 ] {31e522db-f6cd-4ce8-b6d4-7e52fec827f2} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001525 sec., 9180.327868852459 rows/sec., 642.93 KiB/sec. | ||
| 6633 | 2024.11.27 18:38:43.055027 [ 254 ] {31e522db-f6cd-4ce8-b6d4-7e52fec827f2} <Debug> TCPHandler: Processed in 0.001735715 sec. | ||
| 6634 | 2024.11.27 18:38:43.055165 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6635 | 2024.11.27 18:38:43.055283 [ 253 ] {41af9326-ecb7-4f2b-84d4-28e697b38257} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6636 | 2024.11.27 18:38:43.055337 [ 253 ] {41af9326-ecb7-4f2b-84d4-28e697b38257} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6637 | 2024.11.27 18:38:43.056015 [ 253 ] {41af9326-ecb7-4f2b-84d4-28e697b38257} <Trace> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6638 | 2024.11.27 18:38:43.056062 [ 253 ] {41af9326-ecb7-4f2b-84d4-28e697b38257} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 6639 | 2024.11.27 18:38:43.056466 [ 253 ] {41af9326-ecb7-4f2b-84d4-28e697b38257} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 6640 | 2024.11.27 18:38:43.056707 [ 253 ] {41af9326-ecb7-4f2b-84d4-28e697b38257} <Trace> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6641 | 2024.11.27 18:38:43.056867 [ 122 ] {} <Debug> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 6642 | 2024.11.27 18:38:43.056928 [ 122 ] {} <Trace> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6643 | 2024.11.27 18:38:43.056957 [ 253 ] {41af9326-ecb7-4f2b-84d4-28e697b38257} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001692 sec., 7683.215130023641 rows/sec., 479.05 KiB/sec. | ||
| 6644 | 2024.11.27 18:38:43.056971 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 6645 | 2024.11.27 18:38:43.057116 [ 253 ] {41af9326-ecb7-4f2b-84d4-28e697b38257} <Debug> TCPHandler: Processed in 0.00200274 sec. | ||
| 6646 | 2024.11.27 18:38:43.057207 [ 191 ] {570c97a2-0b60-44ce-bbb0-1d06000f2297::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 | ||
| 6647 | 2024.11.27 18:38:43.057281 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6648 | 2024.11.27 18:38:43.057368 [ 191 ] {570c97a2-0b60-44ce-bbb0-1d06000f2297::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6649 | 2024.11.27 18:38:43.057414 [ 254 ] {805233ce-180f-4439-87c4-844953a92bdb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6650 | 2024.11.27 18:38:43.057417 [ 191 ] {570c97a2-0b60-44ce-bbb0-1d06000f2297::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 | ||
| 6651 | 2024.11.27 18:38:43.057479 [ 254 ] {805233ce-180f-4439-87c4-844953a92bdb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6652 | 2024.11.27 18:38:43.057760 [ 191 ] {570c97a2-0b60-44ce-bbb0-1d06000f2297::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 | ||
| 6653 | 2024.11.27 18:38:43.058254 [ 191 ] {570c97a2-0b60-44ce-bbb0-1d06000f2297::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 | ||
| 6654 | 2024.11.27 18:38:43.058652 [ 191 ] {570c97a2-0b60-44ce-bbb0-1d06000f2297::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 | ||
| 6655 | 2024.11.27 18:38:43.059036 [ 191 ] {570c97a2-0b60-44ce-bbb0-1d06000f2297::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 | ||
| 6656 | 2024.11.27 18:38:43.060145 [ 254 ] {805233ce-180f-4439-87c4-844953a92bdb} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6657 | 2024.11.27 18:38:43.060192 [ 254 ] {805233ce-180f-4439-87c4-844953a92bdb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 6658 | 2024.11.27 18:38:43.060594 [ 195 ] {570c97a2-0b60-44ce-bbb0-1d06000f2297::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.003499902 sec., 18571.94858598898 rows/sec., 1.20 MiB/sec. | ||
| 6659 | 2024.11.27 18:38:43.060761 [ 254 ] {805233ce-180f-4439-87c4-844953a92bdb} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6660 | 2024.11.27 18:38:43.060763 [ 195 ] {570c97a2-0b60-44ce-bbb0-1d06000f2297::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 6661 | 2024.11.27 18:38:43.061047 [ 254 ] {805233ce-180f-4439-87c4-844953a92bdb} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6662 | 2024.11.27 18:38:43.061137 [ 195 ] {570c97a2-0b60-44ce-bbb0-1d06000f2297::all_1_17_4} <Trace> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6663 | 2024.11.27 18:38:43.061354 [ 195 ] {570c97a2-0b60-44ce-bbb0-1d06000f2297::all_1_17_4} <Trace> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 6664 | 2024.11.27 18:38:43.061370 [ 254 ] {805233ce-180f-4439-87c4-844953a92bdb} <Debug> executeQuery: Read 407 rows, 29.68 KiB in 0.003985 sec., 102132.99874529486 rows/sec., 7.27 MiB/sec. | ||
| 6665 | 2024.11.27 18:38:43.061467 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 6666 | 2024.11.27 18:38:43.061488 [ 254 ] {805233ce-180f-4439-87c4-844953a92bdb} <Debug> TCPHandler: Processed in 0.004273523 sec. | ||
| 6667 | 2024.11.27 18:38:43.061640 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6668 | 2024.11.27 18:38:43.061757 [ 253 ] {d7f3a8a7-a99e-4fb8-bcff-55464e18e7d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6669 | 2024.11.27 18:38:43.061809 [ 253 ] {d7f3a8a7-a99e-4fb8-bcff-55464e18e7d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6670 | 2024.11.27 18:38:43.062291 [ 253 ] {d7f3a8a7-a99e-4fb8-bcff-55464e18e7d4} <Trace> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6671 | 2024.11.27 18:38:43.062328 [ 253 ] {d7f3a8a7-a99e-4fb8-bcff-55464e18e7d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 6672 | 2024.11.27 18:38:43.062716 [ 253 ] {d7f3a8a7-a99e-4fb8-bcff-55464e18e7d4} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 6673 | 2024.11.27 18:38:43.062954 [ 253 ] {d7f3a8a7-a99e-4fb8-bcff-55464e18e7d4} <Trace> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6674 | 2024.11.27 18:38:43.063160 [ 253 ] {d7f3a8a7-a99e-4fb8-bcff-55464e18e7d4} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001413 sec., 4246.284501061571 rows/sec., 221.85 KiB/sec. | ||
| 6675 | 2024.11.27 18:38:43.063354 [ 253 ] {d7f3a8a7-a99e-4fb8-bcff-55464e18e7d4} <Debug> TCPHandler: Processed in 0.001766946 sec. | ||
| 6676 | 2024.11.27 18:38:43.063522 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6677 | 2024.11.27 18:38:43.063638 [ 254 ] {219a24c6-df03-4a93-bc7a-7f358be50c1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6678 | 2024.11.27 18:38:43.063692 [ 254 ] {219a24c6-df03-4a93-bc7a-7f358be50c1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6679 | 2024.11.27 18:38:43.064272 [ 254 ] {219a24c6-df03-4a93-bc7a-7f358be50c1d} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6680 | 2024.11.27 18:38:43.064310 [ 254 ] {219a24c6-df03-4a93-bc7a-7f358be50c1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 6681 | 2024.11.27 18:38:43.064709 [ 254 ] {219a24c6-df03-4a93-bc7a-7f358be50c1d} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6682 | 2024.11.27 18:38:43.064948 [ 254 ] {219a24c6-df03-4a93-bc7a-7f358be50c1d} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6683 | 2024.11.27 18:38:43.065170 [ 254 ] {219a24c6-df03-4a93-bc7a-7f358be50c1d} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001556 sec., 152313.62467866324 rows/sec., 10.21 MiB/sec. | ||
| 6684 | 2024.11.27 18:38:43.065225 [ 254 ] {219a24c6-df03-4a93-bc7a-7f358be50c1d} <Debug> TCPHandler: Processed in 0.001763547 sec. | ||
| 6685 | 2024.11.27 18:38:43.065370 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6686 | 2024.11.27 18:38:43.065490 [ 253 ] {d1eba71c-0222-4efd-84a6-4fb6c32aed87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6687 | 2024.11.27 18:38:43.065542 [ 253 ] {d1eba71c-0222-4efd-84a6-4fb6c32aed87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6688 | 2024.11.27 18:38:43.066010 [ 253 ] {d1eba71c-0222-4efd-84a6-4fb6c32aed87} <Trace> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6689 | 2024.11.27 18:38:43.066048 [ 253 ] {d1eba71c-0222-4efd-84a6-4fb6c32aed87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 6690 | 2024.11.27 18:38:43.066404 [ 253 ] {d1eba71c-0222-4efd-84a6-4fb6c32aed87} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 6691 | 2024.11.27 18:38:43.066637 [ 253 ] {d1eba71c-0222-4efd-84a6-4fb6c32aed87} <Trace> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6692 | 2024.11.27 18:38:43.066864 [ 253 ] {d1eba71c-0222-4efd-84a6-4fb6c32aed87} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001394 sec., 717.3601147776184 rows/sec., 48.34 KiB/sec. | ||
| 6693 | 2024.11.27 18:38:43.067051 [ 253 ] {d1eba71c-0222-4efd-84a6-4fb6c32aed87} <Debug> TCPHandler: Processed in 0.001733576 sec. | ||
| 6694 | 2024.11.27 18:38:43.067207 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6695 | 2024.11.27 18:38:43.067320 [ 254 ] {e0746478-e239-438f-96d4-c8c3a2ed5657} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6696 | 2024.11.27 18:38:43.067395 [ 254 ] {e0746478-e239-438f-96d4-c8c3a2ed5657} <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 | ||
| 6697 | 2024.11.27 18:38:43.068492 [ 254 ] {e0746478-e239-438f-96d4-c8c3a2ed5657} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6698 | 2024.11.27 18:38:43.068529 [ 254 ] {e0746478-e239-438f-96d4-c8c3a2ed5657} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 6699 | 2024.11.27 18:38:43.069150 [ 254 ] {e0746478-e239-438f-96d4-c8c3a2ed5657} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 6700 | 2024.11.27 18:38:43.069404 [ 254 ] {e0746478-e239-438f-96d4-c8c3a2ed5657} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6701 | 2024.11.27 18:38:43.069592 [ 121 ] {} <Debug> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 6702 | 2024.11.27 18:38:43.069658 [ 121 ] {} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6703 | 2024.11.27 18:38:43.069694 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 6704 | 2024.11.27 18:38:43.069700 [ 254 ] {e0746478-e239-438f-96d4-c8c3a2ed5657} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.002396 sec., 10434.056761268781 rows/sec., 18.70 MiB/sec. | ||
| 6705 | 2024.11.27 18:38:43.070031 [ 198 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::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 | ||
| 6706 | 2024.11.27 18:38:43.070087 [ 254 ] {e0746478-e239-438f-96d4-c8c3a2ed5657} <Debug> TCPHandler: Processed in 0.002938953 sec. | ||
| 6707 | 2024.11.27 18:38:43.070310 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6708 | 2024.11.27 18:38:43.070493 [ 253 ] {932b7a0f-d254-4474-abdb-b656f660e6d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6709 | 2024.11.27 18:38:43.070546 [ 198 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6710 | 2024.11.27 18:38:43.070562 [ 253 ] {932b7a0f-d254-4474-abdb-b656f660e6d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6711 | 2024.11.27 18:38:43.070662 [ 198 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 756 rows starting from the beginning of the part | ||
| 6712 | 2024.11.27 18:38:43.071290 [ 198 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 25 rows starting from the beginning of the part | ||
| 6713 | 2024.11.27 18:38:43.071841 [ 198 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 16 rows starting from the beginning of the part | ||
| 6714 | 2024.11.27 18:38:43.072249 [ 253 ] {932b7a0f-d254-4474-abdb-b656f660e6d0} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6715 | 2024.11.27 18:38:43.072273 [ 198 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 25 rows starting from the beginning of the part | ||
| 6716 | 2024.11.27 18:38:43.072293 [ 253 ] {932b7a0f-d254-4474-abdb-b656f660e6d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 6717 | 2024.11.27 18:38:43.072662 [ 198 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 16 rows starting from the beginning of the part | ||
| 6718 | 2024.11.27 18:38:43.073051 [ 198 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 25 rows starting from the beginning of the part | ||
| 6719 | 2024.11.27 18:38:43.073124 [ 253 ] {932b7a0f-d254-4474-abdb-b656f660e6d0} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6720 | 2024.11.27 18:38:43.073565 [ 253 ] {932b7a0f-d254-4474-abdb-b656f660e6d0} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6721 | 2024.11.27 18:38:43.073901 [ 253 ] {932b7a0f-d254-4474-abdb-b656f660e6d0} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.003439 sec., 23844.140738586797 rows/sec., 1.51 MiB/sec. | ||
| 6722 | 2024.11.27 18:38:43.074243 [ 253 ] {932b7a0f-d254-4474-abdb-b656f660e6d0} <Debug> TCPHandler: Processed in 0.00405688 sec. | ||
| 6723 | 2024.11.27 18:38:43.087332 [ 199 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 863 rows, containing 19 columns (19 merged, 0 gathered) in 0.01755875 sec., 49149.284544742644 rows/sec., 88.07 MiB/sec. | ||
| 6724 | 2024.11.27 18:38:43.088156 [ 190 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 6725 | 2024.11.27 18:38:43.088559 [ 190 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6726 | 2024.11.27 18:38:43.088639 [ 190 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_41_8} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 6727 | 2024.11.27 18:38:43.088755 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.66 MiB. | ||
| 6728 | 2024.11.27 18:38:43.564292 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 257 | ||
| 6729 | 2024.11.27 18:38:43.590206 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6730 | 2024.11.27 18:38:43.590278 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 6731 | 2024.11.27 18:38:43.597802 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 6732 | 2024.11.27 18:38:43.598646 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6733 | 2024.11.27 18:38:43.604097 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 257 | ||
| 6734 | 2024.11.27 18:38:44.000177 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 204.10 MiB, peak 211.22 MiB, free memory in arenas 0.00 B, will set to 206.05 MiB (RSS), difference: 1.95 MiB | ||
| 6735 | 2024.11.27 18:38:47.517437 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 946 | ||
| 6736 | 2024.11.27 18:38:47.521028 [ 242 ] {} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6737 | 2024.11.27 18:38:47.521094 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 6738 | 2024.11.27 18:38:47.522668 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 6739 | 2024.11.27 18:38:47.522993 [ 242 ] {} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6740 | 2024.11.27 18:38:47.523696 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 946 | ||
| 6741 | 2024.11.27 18:38:48.068385 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6742 | 2024.11.27 18:38:48.068651 [ 253 ] {3dc8cb47-bfd0-4b74-bb9c-bd1e09049798} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 6743 | 2024.11.27 18:38:48.068734 [ 253 ] {3dc8cb47-bfd0-4b74-bb9c-bd1e09049798} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 6744 | 2024.11.27 18:38:48.069569 [ 253 ] {3dc8cb47-bfd0-4b74-bb9c-bd1e09049798} <Trace> oximeter.fields_ipaddr (53955b2a-eb56-41e3-a1fe-af6ea47fe91e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6745 | 2024.11.27 18:38:48.069614 [ 253 ] {3dc8cb47-bfd0-4b74-bb9c-bd1e09049798} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 6746 | 2024.11.27 18:38:48.070058 [ 253 ] {3dc8cb47-bfd0-4b74-bb9c-bd1e09049798} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 6747 | 2024.11.27 18:38:48.070318 [ 253 ] {3dc8cb47-bfd0-4b74-bb9c-bd1e09049798} <Trace> oximeter.fields_ipaddr (53955b2a-eb56-41e3-a1fe-af6ea47fe91e): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6748 | 2024.11.27 18:38:48.070524 [ 253 ] {3dc8cb47-bfd0-4b74-bb9c-bd1e09049798} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.001931 sec., 4142.931123770068 rows/sec., 337.83 KiB/sec. | ||
| 6749 | 2024.11.27 18:38:48.070621 [ 253 ] {3dc8cb47-bfd0-4b74-bb9c-bd1e09049798} <Debug> TCPHandler: Processed in 0.002421436 sec. | ||
| 6750 | 2024.11.27 18:38:48.070888 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6751 | 2024.11.27 18:38:48.071074 [ 254 ] {bcf72a07-7fb7-45ba-96c5-31027563088d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6752 | 2024.11.27 18:38:48.071144 [ 254 ] {bcf72a07-7fb7-45ba-96c5-31027563088d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6753 | 2024.11.27 18:38:48.072529 [ 254 ] {bcf72a07-7fb7-45ba-96c5-31027563088d} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6754 | 2024.11.27 18:38:48.072575 [ 254 ] {bcf72a07-7fb7-45ba-96c5-31027563088d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 6755 | 2024.11.27 18:38:48.073076 [ 254 ] {bcf72a07-7fb7-45ba-96c5-31027563088d} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6756 | 2024.11.27 18:38:48.073347 [ 254 ] {bcf72a07-7fb7-45ba-96c5-31027563088d} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6757 | 2024.11.27 18:38:48.073624 [ 254 ] {bcf72a07-7fb7-45ba-96c5-31027563088d} <Debug> executeQuery: Read 1232 rows, 103.81 KiB in 0.0026 sec., 473846.1538461539 rows/sec., 38.99 MiB/sec. | ||
| 6758 | 2024.11.27 18:38:48.073696 [ 254 ] {bcf72a07-7fb7-45ba-96c5-31027563088d} <Debug> TCPHandler: Processed in 0.002930574 sec. | ||
| 6759 | 2024.11.27 18:38:48.073941 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6760 | 2024.11.27 18:38:48.074167 [ 253 ] {384ba0fc-c5bf-4a3a-9417-9c0d30a4c150} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6761 | 2024.11.27 18:38:48.074263 [ 253 ] {384ba0fc-c5bf-4a3a-9417-9c0d30a4c150} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6762 | 2024.11.27 18:38:48.074991 [ 253 ] {384ba0fc-c5bf-4a3a-9417-9c0d30a4c150} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6763 | 2024.11.27 18:38:48.075032 [ 253 ] {384ba0fc-c5bf-4a3a-9417-9c0d30a4c150} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 6764 | 2024.11.27 18:38:48.075406 [ 253 ] {384ba0fc-c5bf-4a3a-9417-9c0d30a4c150} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 6765 | 2024.11.27 18:38:48.075658 [ 253 ] {384ba0fc-c5bf-4a3a-9417-9c0d30a4c150} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6766 | 2024.11.27 18:38:48.075831 [ 253 ] {384ba0fc-c5bf-4a3a-9417-9c0d30a4c150} <Debug> executeQuery: Read 24 rows, 1.76 KiB in 0.001722 sec., 13937.282229965156 rows/sec., 1023.07 KiB/sec. | ||
| 6767 | 2024.11.27 18:38:48.075884 [ 253 ] {384ba0fc-c5bf-4a3a-9417-9c0d30a4c150} <Debug> TCPHandler: Processed in 0.002055151 sec. | ||
| 6768 | 2024.11.27 18:38:48.076037 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6769 | 2024.11.27 18:38:48.076161 [ 254 ] {eade9676-67fe-4541-bf03-7adb1264f5a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6770 | 2024.11.27 18:38:48.076215 [ 254 ] {eade9676-67fe-4541-bf03-7adb1264f5a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6771 | 2024.11.27 18:38:48.076926 [ 254 ] {eade9676-67fe-4541-bf03-7adb1264f5a5} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6772 | 2024.11.27 18:38:48.076965 [ 254 ] {eade9676-67fe-4541-bf03-7adb1264f5a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 6773 | 2024.11.27 18:38:48.077340 [ 254 ] {eade9676-67fe-4541-bf03-7adb1264f5a5} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 6774 | 2024.11.27 18:38:48.077581 [ 254 ] {eade9676-67fe-4541-bf03-7adb1264f5a5} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6775 | 2024.11.27 18:38:48.077812 [ 254 ] {eade9676-67fe-4541-bf03-7adb1264f5a5} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001681 sec., 135633.5514574658 rows/sec., 9.18 MiB/sec. | ||
| 6776 | 2024.11.27 18:38:48.077871 [ 254 ] {eade9676-67fe-4541-bf03-7adb1264f5a5} <Debug> TCPHandler: Processed in 0.001893708 sec. | ||
| 6777 | 2024.11.27 18:38:48.078050 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6778 | 2024.11.27 18:38:48.078190 [ 253 ] {e11a4d1b-b2ec-4024-a5c7-60dafb5cc3ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6779 | 2024.11.27 18:38:48.078249 [ 253 ] {e11a4d1b-b2ec-4024-a5c7-60dafb5cc3ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6780 | 2024.11.27 18:38:48.079142 [ 253 ] {e11a4d1b-b2ec-4024-a5c7-60dafb5cc3ea} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6781 | 2024.11.27 18:38:48.079185 [ 253 ] {e11a4d1b-b2ec-4024-a5c7-60dafb5cc3ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 6782 | 2024.11.27 18:38:48.079601 [ 253 ] {e11a4d1b-b2ec-4024-a5c7-60dafb5cc3ea} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6783 | 2024.11.27 18:38:48.079849 [ 253 ] {e11a4d1b-b2ec-4024-a5c7-60dafb5cc3ea} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6784 | 2024.11.27 18:38:48.080032 [ 253 ] {e11a4d1b-b2ec-4024-a5c7-60dafb5cc3ea} <Debug> executeQuery: Read 544 rows, 41.34 KiB in 0.001874 sec., 290288.15368196374 rows/sec., 21.54 MiB/sec. | ||
| 6785 | 2024.11.27 18:38:48.080088 [ 253 ] {e11a4d1b-b2ec-4024-a5c7-60dafb5cc3ea} <Debug> TCPHandler: Processed in 0.002103971 sec. | ||
| 6786 | 2024.11.27 18:38:48.080239 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6787 | 2024.11.27 18:38:48.080358 [ 254 ] {442ebb4f-46ba-48a6-a6c5-bd1791c79846} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6788 | 2024.11.27 18:38:48.080412 [ 254 ] {442ebb4f-46ba-48a6-a6c5-bd1791c79846} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6789 | 2024.11.27 18:38:48.081188 [ 254 ] {442ebb4f-46ba-48a6-a6c5-bd1791c79846} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6790 | 2024.11.27 18:38:48.081227 [ 254 ] {442ebb4f-46ba-48a6-a6c5-bd1791c79846} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 6791 | 2024.11.27 18:38:48.081677 [ 254 ] {442ebb4f-46ba-48a6-a6c5-bd1791c79846} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6792 | 2024.11.27 18:38:48.081916 [ 254 ] {442ebb4f-46ba-48a6-a6c5-bd1791c79846} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6793 | 2024.11.27 18:38:48.082137 [ 254 ] {442ebb4f-46ba-48a6-a6c5-bd1791c79846} <Debug> executeQuery: Read 884 rows, 60.91 KiB in 0.001804 sec., 490022.1729490022 rows/sec., 32.97 MiB/sec. | ||
| 6794 | 2024.11.27 18:38:48.082194 [ 254 ] {442ebb4f-46ba-48a6-a6c5-bd1791c79846} <Debug> TCPHandler: Processed in 0.00201136 sec. | ||
| 6795 | 2024.11.27 18:38:48.082338 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6796 | 2024.11.27 18:38:48.082456 [ 253 ] {c71fcdca-76c8-4667-a9ab-4e3349c6c135} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6797 | 2024.11.27 18:38:48.082547 [ 253 ] {c71fcdca-76c8-4667-a9ab-4e3349c6c135} <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 | ||
| 6798 | 2024.11.27 18:38:48.083861 [ 253 ] {c71fcdca-76c8-4667-a9ab-4e3349c6c135} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6799 | 2024.11.27 18:38:48.083899 [ 253 ] {c71fcdca-76c8-4667-a9ab-4e3349c6c135} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 6800 | 2024.11.27 18:38:48.084539 [ 253 ] {c71fcdca-76c8-4667-a9ab-4e3349c6c135} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 6801 | 2024.11.27 18:38:48.084804 [ 253 ] {c71fcdca-76c8-4667-a9ab-4e3349c6c135} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6802 | 2024.11.27 18:38:48.085055 [ 253 ] {c71fcdca-76c8-4667-a9ab-4e3349c6c135} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002613 sec., 6123.230003827019 rows/sec., 10.97 MiB/sec. | ||
| 6803 | 2024.11.27 18:38:48.085582 [ 253 ] {c71fcdca-76c8-4667-a9ab-4e3349c6c135} <Debug> TCPHandler: Processed in 0.003293019 sec. | ||
| 6804 | 2024.11.27 18:38:48.085798 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6805 | 2024.11.27 18:38:48.085935 [ 254 ] {eeb4aa46-f62a-46ea-abdc-005d0d62272e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6806 | 2024.11.27 18:38:48.085995 [ 254 ] {eeb4aa46-f62a-46ea-abdc-005d0d62272e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6807 | 2024.11.27 18:38:48.086546 [ 254 ] {eeb4aa46-f62a-46ea-abdc-005d0d62272e} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6808 | 2024.11.27 18:38:48.086584 [ 254 ] {eeb4aa46-f62a-46ea-abdc-005d0d62272e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 6809 | 2024.11.27 18:38:48.086948 [ 254 ] {eeb4aa46-f62a-46ea-abdc-005d0d62272e} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6810 | 2024.11.27 18:38:48.087190 [ 254 ] {eeb4aa46-f62a-46ea-abdc-005d0d62272e} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6811 | 2024.11.27 18:38:48.087452 [ 254 ] {eeb4aa46-f62a-46ea-abdc-005d0d62272e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001538 sec., 39011.70351105331 rows/sec., 2.63 MiB/sec. | ||
| 6812 | 2024.11.27 18:38:48.087607 [ 254 ] {eeb4aa46-f62a-46ea-abdc-005d0d62272e} <Debug> TCPHandler: Processed in 0.001909018 sec. | ||
| 6813 | 2024.11.27 18:38:49.945238 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 16043 | ||
| 6814 | 2024.11.27 18:38:49.945874 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6815 | 2024.11.27 18:38:49.945919 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 6816 | 2024.11.27 18:38:49.946429 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 6817 | 2024.11.27 18:38:49.946677 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6818 | 2024.11.27 18:38:49.946905 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16043 | ||
| 6819 | 2024.11.27 18:38:51.104207 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 264 | ||
| 6820 | 2024.11.27 18:38:51.125756 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6821 | 2024.11.27 18:38:51.125813 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 6822 | 2024.11.27 18:38:51.133169 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 6823 | 2024.11.27 18:38:51.133962 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6824 | 2024.11.27 18:38:51.137099 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 264 | ||
| 6825 | 2024.11.27 18:38:53.042125 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6826 | 2024.11.27 18:38:53.042347 [ 253 ] {6e392259-dada-435c-962c-5526ad5c0280} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6827 | 2024.11.27 18:38:53.042431 [ 253 ] {6e392259-dada-435c-962c-5526ad5c0280} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6828 | 2024.11.27 18:38:53.043215 [ 253 ] {6e392259-dada-435c-962c-5526ad5c0280} <Trace> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6829 | 2024.11.27 18:38:53.043266 [ 253 ] {6e392259-dada-435c-962c-5526ad5c0280} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 6830 | 2024.11.27 18:38:53.043723 [ 253 ] {6e392259-dada-435c-962c-5526ad5c0280} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 6831 | 2024.11.27 18:38:53.043985 [ 253 ] {6e392259-dada-435c-962c-5526ad5c0280} <Trace> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6832 | 2024.11.27 18:38:53.044232 [ 253 ] {6e392259-dada-435c-962c-5526ad5c0280} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001946 sec., 7194.244604316546 rows/sec., 517.89 KiB/sec. | ||
| 6833 | 2024.11.27 18:38:53.044306 [ 253 ] {6e392259-dada-435c-962c-5526ad5c0280} <Debug> TCPHandler: Processed in 0.002321104 sec. | ||
| 6834 | 2024.11.27 18:38:53.044536 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6835 | 2024.11.27 18:38:53.044727 [ 254 ] {c8287766-7ac5-4d4d-ac20-cb49361b55e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6836 | 2024.11.27 18:38:53.044802 [ 254 ] {c8287766-7ac5-4d4d-ac20-cb49361b55e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6837 | 2024.11.27 18:38:53.045650 [ 254 ] {c8287766-7ac5-4d4d-ac20-cb49361b55e6} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6838 | 2024.11.27 18:38:53.045699 [ 254 ] {c8287766-7ac5-4d4d-ac20-cb49361b55e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 6839 | 2024.11.27 18:38:53.046167 [ 254 ] {c8287766-7ac5-4d4d-ac20-cb49361b55e6} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6840 | 2024.11.27 18:38:53.046422 [ 254 ] {c8287766-7ac5-4d4d-ac20-cb49361b55e6} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6841 | 2024.11.27 18:38:53.046614 [ 107 ] {} <Debug> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6842 | 2024.11.27 18:38:53.046688 [ 254 ] {c8287766-7ac5-4d4d-ac20-cb49361b55e6} <Debug> executeQuery: Read 253 rows, 22.72 KiB in 0.002008 sec., 125996.01593625499 rows/sec., 11.05 MiB/sec. | ||
| 6843 | 2024.11.27 18:38:53.046697 [ 107 ] {} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6844 | 2024.11.27 18:38:53.046766 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 6845 | 2024.11.27 18:38:53.046827 [ 254 ] {c8287766-7ac5-4d4d-ac20-cb49361b55e6} <Debug> TCPHandler: Processed in 0.002417556 sec. | ||
| 6846 | 2024.11.27 18:38:53.046947 [ 195 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::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 | ||
| 6847 | 2024.11.27 18:38:53.047041 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6848 | 2024.11.27 18:38:53.047097 [ 195 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6849 | 2024.11.27 18:38:53.047164 [ 195 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1435 rows starting from the beginning of the part | ||
| 6850 | 2024.11.27 18:38:53.047267 [ 253 ] {f95915e3-85ba-4430-8df3-bb83fce7ea9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6851 | 2024.11.27 18:38:53.047381 [ 195 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 253 rows starting from the beginning of the part | ||
| 6852 | 2024.11.27 18:38:53.047415 [ 253 ] {f95915e3-85ba-4430-8df3-bb83fce7ea9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6853 | 2024.11.27 18:38:53.047722 [ 195 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 88 rows starting from the beginning of the part | ||
| 6854 | 2024.11.27 18:38:53.048108 [ 195 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 253 rows starting from the beginning of the part | ||
| 6855 | 2024.11.27 18:38:53.048431 [ 195 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 1232 rows starting from the beginning of the part | ||
| 6856 | 2024.11.27 18:38:53.048830 [ 195 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 253 rows starting from the beginning of the part | ||
| 6857 | 2024.11.27 18:38:53.050247 [ 253 ] {f95915e3-85ba-4430-8df3-bb83fce7ea9b} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6858 | 2024.11.27 18:38:53.050323 [ 253 ] {f95915e3-85ba-4430-8df3-bb83fce7ea9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 6859 | 2024.11.27 18:38:53.051344 [ 253 ] {f95915e3-85ba-4430-8df3-bb83fce7ea9b} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 6860 | 2024.11.27 18:38:53.051713 [ 253 ] {f95915e3-85ba-4430-8df3-bb83fce7ea9b} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6861 | 2024.11.27 18:38:53.052071 [ 253 ] {f95915e3-85ba-4430-8df3-bb83fce7ea9b} <Debug> executeQuery: Read 32 rows, 2.34 KiB in 0.004842 sec., 6608.83932259397 rows/sec., 482.43 KiB/sec. | ||
| 6862 | 2024.11.27 18:38:53.052424 [ 253 ] {f95915e3-85ba-4430-8df3-bb83fce7ea9b} <Debug> TCPHandler: Processed in 0.00544252 sec. | ||
| 6863 | 2024.11.27 18:38:53.052775 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6864 | 2024.11.27 18:38:53.053041 [ 195 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3514 rows, containing 5 columns (5 merged, 0 gathered) in 0.006167872 sec., 569726.4794081331 rows/sec., 49.99 MiB/sec. | ||
| 6865 | 2024.11.27 18:38:53.053233 [ 254 ] {a74838eb-72e6-41af-9897-06a651ef2c37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6866 | 2024.11.27 18:38:53.053415 [ 254 ] {a74838eb-72e6-41af-9897-06a651ef2c37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6867 | 2024.11.27 18:38:53.053442 [ 195 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6868 | 2024.11.27 18:38:53.053873 [ 195 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_51_10} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6869 | 2024.11.27 18:38:53.053980 [ 195 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_51_10} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6870 | 2024.11.27 18:38:53.054080 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.85 MiB. | ||
| 6871 | 2024.11.27 18:38:53.054278 [ 254 ] {a74838eb-72e6-41af-9897-06a651ef2c37} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6872 | 2024.11.27 18:38:53.054320 [ 254 ] {a74838eb-72e6-41af-9897-06a651ef2c37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 6873 | 2024.11.27 18:38:53.054694 [ 254 ] {a74838eb-72e6-41af-9897-06a651ef2c37} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 6874 | 2024.11.27 18:38:53.054948 [ 254 ] {a74838eb-72e6-41af-9897-06a651ef2c37} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6875 | 2024.11.27 18:38:53.055108 [ 107 ] {} <Debug> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 6876 | 2024.11.27 18:38:53.055166 [ 107 ] {} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6877 | 2024.11.27 18:38:53.055198 [ 254 ] {a74838eb-72e6-41af-9897-06a651ef2c37} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002124 sec., 6591.337099811676 rows/sec., 461.61 KiB/sec. | ||
| 6878 | 2024.11.27 18:38:53.055204 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 6879 | 2024.11.27 18:38:53.055357 [ 254 ] {a74838eb-72e6-41af-9897-06a651ef2c37} <Debug> TCPHandler: Processed in 0.002809891 sec. | ||
| 6880 | 2024.11.27 18:38:53.055406 [ 199 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::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 | ||
| 6881 | 2024.11.27 18:38:53.055544 [ 199 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6882 | 2024.11.27 18:38:53.055554 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6883 | 2024.11.27 18:38:53.055585 [ 199 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 242 rows starting from the beginning of the part | ||
| 6884 | 2024.11.27 18:38:53.055844 [ 199 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 14 rows starting from the beginning of the part | ||
| 6885 | 2024.11.27 18:38:53.055871 [ 253 ] {6704c71e-ef5d-4027-b9e5-8b4b31905ecb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6886 | 2024.11.27 18:38:53.056025 [ 253 ] {6704c71e-ef5d-4027-b9e5-8b4b31905ecb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6887 | 2024.11.27 18:38:53.056170 [ 199 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 14 rows starting from the beginning of the part | ||
| 6888 | 2024.11.27 18:38:53.056515 [ 199 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 14 rows starting from the beginning of the part | ||
| 6889 | 2024.11.27 18:38:53.056768 [ 199 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 228 rows starting from the beginning of the part | ||
| 6890 | 2024.11.27 18:38:53.057037 [ 199 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 14 rows starting from the beginning of the part | ||
| 6891 | 2024.11.27 18:38:53.058798 [ 253 ] {6704c71e-ef5d-4027-b9e5-8b4b31905ecb} <Trace> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6892 | 2024.11.27 18:38:53.058871 [ 253 ] {6704c71e-ef5d-4027-b9e5-8b4b31905ecb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 6893 | 2024.11.27 18:38:53.059872 [ 253 ] {6704c71e-ef5d-4027-b9e5-8b4b31905ecb} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 6894 | 2024.11.27 18:38:53.060059 [ 194 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 526 rows, containing 5 columns (5 merged, 0 gathered) in 0.00473918 sec., 110989.6648787343 rows/sec., 7.95 MiB/sec. | ||
| 6895 | 2024.11.27 18:38:53.060295 [ 253 ] {6704c71e-ef5d-4027-b9e5-8b4b31905ecb} <Trace> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6896 | 2024.11.27 18:38:53.060363 [ 197 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 6897 | 2024.11.27 18:38:53.060721 [ 253 ] {6704c71e-ef5d-4027-b9e5-8b4b31905ecb} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.004957 sec., 2622.5539640911843 rows/sec., 163.52 KiB/sec. | ||
| 6898 | 2024.11.27 18:38:53.060882 [ 253 ] {6704c71e-ef5d-4027-b9e5-8b4b31905ecb} <Debug> TCPHandler: Processed in 0.00540226 sec. | ||
| 6899 | 2024.11.27 18:38:53.061053 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6900 | 2024.11.27 18:38:53.061134 [ 197 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_26_5} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6901 | 2024.11.27 18:38:53.061268 [ 254 ] {79eccc22-6a14-4be5-afc0-31afc78d4701} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6902 | 2024.11.27 18:38:53.061316 [ 197 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_26_5} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 6903 | 2024.11.27 18:38:53.061340 [ 254 ] {79eccc22-6a14-4be5-afc0-31afc78d4701} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6904 | 2024.11.27 18:38:53.061513 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 6905 | 2024.11.27 18:38:53.062254 [ 254 ] {79eccc22-6a14-4be5-afc0-31afc78d4701} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6906 | 2024.11.27 18:38:53.062300 [ 254 ] {79eccc22-6a14-4be5-afc0-31afc78d4701} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 6907 | 2024.11.27 18:38:53.062695 [ 254 ] {79eccc22-6a14-4be5-afc0-31afc78d4701} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6908 | 2024.11.27 18:38:53.062933 [ 254 ] {79eccc22-6a14-4be5-afc0-31afc78d4701} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6909 | 2024.11.27 18:38:53.063110 [ 107 ] {} <Debug> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6910 | 2024.11.27 18:38:53.063164 [ 107 ] {} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6911 | 2024.11.27 18:38:53.063180 [ 254 ] {79eccc22-6a14-4be5-afc0-31afc78d4701} <Debug> executeQuery: Read 407 rows, 29.68 KiB in 0.00198 sec., 205555.55555555556 rows/sec., 14.64 MiB/sec. | ||
| 6912 | 2024.11.27 18:38:53.063210 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 6913 | 2024.11.27 18:38:53.063333 [ 254 ] {79eccc22-6a14-4be5-afc0-31afc78d4701} <Debug> TCPHandler: Processed in 0.002351345 sec. | ||
| 6914 | 2024.11.27 18:38:53.063558 [ 187 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::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 | ||
| 6915 | 2024.11.27 18:38:53.063603 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6916 | 2024.11.27 18:38:53.064068 [ 253 ] {9d9abd4f-2e19-4304-9962-d1697a56d2d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6917 | 2024.11.27 18:38:53.064166 [ 187 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6918 | 2024.11.27 18:38:53.064263 [ 253 ] {9d9abd4f-2e19-4304-9962-d1697a56d2d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6919 | 2024.11.27 18:38:53.064310 [ 187 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 915 rows starting from the beginning of the part | ||
| 6920 | 2024.11.27 18:38:53.064726 [ 187 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 407 rows starting from the beginning of the part | ||
| 6921 | 2024.11.27 18:38:53.065060 [ 187 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 80 rows starting from the beginning of the part | ||
| 6922 | 2024.11.27 18:38:53.065300 [ 187 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 407 rows starting from the beginning of the part | ||
| 6923 | 2024.11.27 18:38:53.065649 [ 187 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 544 rows starting from the beginning of the part | ||
| 6924 | 2024.11.27 18:38:53.065954 [ 187 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 407 rows starting from the beginning of the part | ||
| 6925 | 2024.11.27 18:38:53.067122 [ 253 ] {9d9abd4f-2e19-4304-9962-d1697a56d2d3} <Trace> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6926 | 2024.11.27 18:38:53.067220 [ 253 ] {9d9abd4f-2e19-4304-9962-d1697a56d2d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 6927 | 2024.11.27 18:38:53.068225 [ 253 ] {9d9abd4f-2e19-4304-9962-d1697a56d2d3} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 6928 | 2024.11.27 18:38:53.068583 [ 253 ] {9d9abd4f-2e19-4304-9962-d1697a56d2d3} <Trace> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6929 | 2024.11.27 18:38:53.069128 [ 253 ] {9d9abd4f-2e19-4304-9962-d1697a56d2d3} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.005139 sec., 1167.5423234092234 rows/sec., 61.00 KiB/sec. | ||
| 6930 | 2024.11.27 18:38:53.069634 [ 197 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2760 rows, containing 5 columns (5 merged, 0 gathered) in 0.006304134 sec., 437807.9526862849 rows/sec., 33.42 MiB/sec. | ||
| 6931 | 2024.11.27 18:38:53.069641 [ 253 ] {9d9abd4f-2e19-4304-9962-d1697a56d2d3} <Debug> TCPHandler: Processed in 0.006163582 sec. | ||
| 6932 | 2024.11.27 18:38:53.069881 [ 197 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6933 | 2024.11.27 18:38:53.069881 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6934 | 2024.11.27 18:38:53.070114 [ 254 ] {924eb684-9c63-43ec-bf48-f545ae1313ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6935 | 2024.11.27 18:38:53.070261 [ 254 ] {924eb684-9c63-43ec-bf48-f545ae1313ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6936 | 2024.11.27 18:38:53.070374 [ 197 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_51_10} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6937 | 2024.11.27 18:38:53.070614 [ 197 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_51_10} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6938 | 2024.11.27 18:38:53.070812 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB. | ||
| 6939 | 2024.11.27 18:38:53.071272 [ 254 ] {924eb684-9c63-43ec-bf48-f545ae1313ba} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6940 | 2024.11.27 18:38:53.071317 [ 254 ] {924eb684-9c63-43ec-bf48-f545ae1313ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 6941 | 2024.11.27 18:38:53.071728 [ 254 ] {924eb684-9c63-43ec-bf48-f545ae1313ba} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6942 | 2024.11.27 18:38:53.071968 [ 254 ] {924eb684-9c63-43ec-bf48-f545ae1313ba} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6943 | 2024.11.27 18:38:53.072138 [ 107 ] {} <Debug> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6944 | 2024.11.27 18:38:53.072200 [ 107 ] {} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6945 | 2024.11.27 18:38:53.072207 [ 254 ] {924eb684-9c63-43ec-bf48-f545ae1313ba} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00216 sec., 109722.22222222222 rows/sec., 7.35 MiB/sec. | ||
| 6946 | 2024.11.27 18:38:53.072235 [ 107 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 6947 | 2024.11.27 18:38:53.072363 [ 254 ] {924eb684-9c63-43ec-bf48-f545ae1313ba} <Debug> TCPHandler: Processed in 0.002573808 sec. | ||
| 6948 | 2024.11.27 18:38:53.072502 [ 201 ] {67d43675-535f-43d0-af84-f38bbc85c22c::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 | ||
| 6949 | 2024.11.27 18:38:53.072582 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6950 | 2024.11.27 18:38:53.072742 [ 201 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6951 | 2024.11.27 18:38:53.072828 [ 201 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_46_9, total 14152 rows starting from the beginning of the part | ||
| 6952 | 2024.11.27 18:38:53.072835 [ 253 ] {34d34fbc-8956-4178-8826-9b485631fe31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6953 | 2024.11.27 18:38:53.073061 [ 253 ] {34d34fbc-8956-4178-8826-9b485631fe31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6954 | 2024.11.27 18:38:53.073096 [ 201 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 237 rows starting from the beginning of the part | ||
| 6955 | 2024.11.27 18:38:53.073509 [ 201 ] {67d43675-535f-43d0-af84-f38bbc85c22c::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 | ||
| 6956 | 2024.11.27 18:38:53.073932 [ 201 ] {67d43675-535f-43d0-af84-f38bbc85c22c::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 | ||
| 6957 | 2024.11.27 18:38:53.074290 [ 201 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 884 rows starting from the beginning of the part | ||
| 6958 | 2024.11.27 18:38:53.074605 [ 201 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 237 rows starting from the beginning of the part | ||
| 6959 | 2024.11.27 18:38:53.075447 [ 253 ] {34d34fbc-8956-4178-8826-9b485631fe31} <Trace> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6960 | 2024.11.27 18:38:53.075512 [ 253 ] {34d34fbc-8956-4178-8826-9b485631fe31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 6961 | 2024.11.27 18:38:53.076265 [ 253 ] {34d34fbc-8956-4178-8826-9b485631fe31} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 6962 | 2024.11.27 18:38:53.076570 [ 253 ] {34d34fbc-8956-4178-8826-9b485631fe31} <Trace> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6963 | 2024.11.27 18:38:53.077140 [ 253 ] {34d34fbc-8956-4178-8826-9b485631fe31} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004361 sec., 229.30520522815866 rows/sec., 15.45 KiB/sec. | ||
| 6964 | 2024.11.27 18:38:53.077521 [ 253 ] {34d34fbc-8956-4178-8826-9b485631fe31} <Debug> TCPHandler: Processed in 0.005044005 sec. | ||
| 6965 | 2024.11.27 18:38:53.077789 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6966 | 2024.11.27 18:38:53.078090 [ 254 ] {17564b08-2c7b-4a45-862b-12a98a87dc86} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6967 | 2024.11.27 18:38:53.078327 [ 254 ] {17564b08-2c7b-4a45-862b-12a98a87dc86} <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 | ||
| 6968 | 2024.11.27 18:38:53.080360 [ 254 ] {17564b08-2c7b-4a45-862b-12a98a87dc86} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6969 | 2024.11.27 18:38:53.080401 [ 254 ] {17564b08-2c7b-4a45-862b-12a98a87dc86} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 6970 | 2024.11.27 18:38:53.081215 [ 254 ] {17564b08-2c7b-4a45-862b-12a98a87dc86} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 6971 | 2024.11.27 18:38:53.081869 [ 254 ] {17564b08-2c7b-4a45-862b-12a98a87dc86} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6972 | 2024.11.27 18:38:53.081940 [ 201 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 15907 rows, containing 5 columns (5 merged, 0 gathered) in 0.009570612 sec., 1662067.169790187 rows/sec., 112.59 MiB/sec. | ||
| 6973 | 2024.11.27 18:38:53.082232 [ 254 ] {17564b08-2c7b-4a45-862b-12a98a87dc86} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.004253 sec., 5878.203620973431 rows/sec., 10.53 MiB/sec. | ||
| 6974 | 2024.11.27 18:38:53.082444 [ 201 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 6975 | 2024.11.27 18:38:53.082483 [ 254 ] {17564b08-2c7b-4a45-862b-12a98a87dc86} <Debug> TCPHandler: Processed in 0.004831751 sec. | ||
| 6976 | 2024.11.27 18:38:53.082719 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6977 | 2024.11.27 18:38:53.082912 [ 253 ] {da7eee79-17c0-4e9a-94c5-2854c4083969} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6978 | 2024.11.27 18:38:53.083000 [ 253 ] {da7eee79-17c0-4e9a-94c5-2854c4083969} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6979 | 2024.11.27 18:38:53.083016 [ 201 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6980 | 2024.11.27 18:38:53.083264 [ 201 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_51_10} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 6981 | 2024.11.27 18:38:53.083483 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.86 MiB. | ||
| 6982 | 2024.11.27 18:38:53.083879 [ 253 ] {da7eee79-17c0-4e9a-94c5-2854c4083969} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6983 | 2024.11.27 18:38:53.083922 [ 253 ] {da7eee79-17c0-4e9a-94c5-2854c4083969} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 6984 | 2024.11.27 18:38:53.084307 [ 253 ] {da7eee79-17c0-4e9a-94c5-2854c4083969} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 6985 | 2024.11.27 18:38:53.084552 [ 253 ] {da7eee79-17c0-4e9a-94c5-2854c4083969} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6986 | 2024.11.27 18:38:53.084701 [ 105 ] {} <Debug> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 6987 | 2024.11.27 18:38:53.084756 [ 105 ] {} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6988 | 2024.11.27 18:38:53.084774 [ 253 ] {da7eee79-17c0-4e9a-94c5-2854c4083969} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001922 sec., 42663.89177939646 rows/sec., 2.71 MiB/sec. | ||
| 6989 | 2024.11.27 18:38:53.084803 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 6990 | 2024.11.27 18:38:53.084845 [ 253 ] {da7eee79-17c0-4e9a-94c5-2854c4083969} <Debug> TCPHandler: Processed in 0.002243223 sec. | ||
| 6991 | 2024.11.27 18:38:53.085117 [ 196 ] {c59724f6-f374-41a1-8302-611230e47527::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 | ||
| 6992 | 2024.11.27 18:38:53.085508 [ 196 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6993 | 2024.11.27 18:38:53.085558 [ 196 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 2970 rows starting from the beginning of the part | ||
| 6994 | 2024.11.27 18:38:53.085679 [ 196 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 82 rows starting from the beginning of the part | ||
| 6995 | 2024.11.27 18:38:53.085876 [ 196 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 60 rows starting from the beginning of the part | ||
| 6996 | 2024.11.27 18:38:53.085950 [ 196 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 82 rows starting from the beginning of the part | ||
| 6997 | 2024.11.27 18:38:53.086175 [ 196 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 60 rows starting from the beginning of the part | ||
| 6998 | 2024.11.27 18:38:53.086247 [ 196 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 82 rows starting from the beginning of the part | ||
| 6999 | 2024.11.27 18:38:53.087918 [ 192 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3336 rows, containing 4 columns (4 merged, 0 gathered) in 0.002997015 sec., 1113107.5420042942 rows/sec., 73.08 MiB/sec. | ||
| 7000 | 2024.11.27 18:38:53.088255 [ 186 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 7001 | 2024.11.27 18:38:53.088584 [ 186 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_51_10} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7002 | 2024.11.27 18:38:53.088669 [ 186 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_51_10} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 7003 | 2024.11.27 18:38:53.088760 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.75 MiB. | ||
| 7004 | 2024.11.27 18:38:57.316309 [ 61 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7005 | 2024.11.27 18:38:57.316420 [ 61 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7006 | 2024.11.27 18:38:57.447061 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 16531 | ||
| 7007 | 2024.11.27 18:38:57.447814 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7008 | 2024.11.27 18:38:57.447867 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 7009 | 2024.11.27 18:38:57.448403 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 7010 | 2024.11.27 18:38:57.448667 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7011 | 2024.11.27 18:38:57.448898 [ 61 ] {} <Debug> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 7012 | 2024.11.27 18:38:57.448961 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16531 | ||
| 7013 | 2024.11.27 18:38:57.449003 [ 61 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7014 | 2024.11.27 18:38:57.449036 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 7015 | 2024.11.27 18:38:57.449179 [ 196 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::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 | ||
| 7016 | 2024.11.27 18:38:57.449331 [ 196 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7017 | 2024.11.27 18:38:57.449374 [ 196 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 14213 rows starting from the beginning of the part | ||
| 7018 | 2024.11.27 18:38:57.449449 [ 196 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 488 rows starting from the beginning of the part | ||
| 7019 | 2024.11.27 18:38:57.449548 [ 196 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 427 rows starting from the beginning of the part | ||
| 7020 | 2024.11.27 18:38:57.449814 [ 196 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 488 rows starting from the beginning of the part | ||
| 7021 | 2024.11.27 18:38:57.449994 [ 196 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 427 rows starting from the beginning of the part | ||
| 7022 | 2024.11.27 18:38:57.450094 [ 196 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 488 rows starting from the beginning of the part | ||
| 7023 | 2024.11.27 18:38:57.452575 [ 192 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 16531 rows, containing 4 columns (4 merged, 0 gathered) in 0.003461002 sec., 4776362.452260935 rows/sec., 68.33 MiB/sec. | ||
| 7024 | 2024.11.27 18:38:57.452683 [ 192 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 7025 | 2024.11.27 18:38:57.452982 [ 192 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_36_7} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7026 | 2024.11.27 18:38:57.453067 [ 192 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_36_7} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 7027 | 2024.11.27 18:38:57.453156 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.49 MiB. | ||
| 7028 | 2024.11.27 18:38:57.524018 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 984 | ||
| 7029 | 2024.11.27 18:38:57.527478 [ 242 ] {} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7030 | 2024.11.27 18:38:57.527525 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 7031 | 2024.11.27 18:38:57.529051 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 7032 | 2024.11.27 18:38:57.529375 [ 242 ] {} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7033 | 2024.11.27 18:38:57.529549 [ 61 ] {} <Debug> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 7034 | 2024.11.27 18:38:57.529614 [ 61 ] {} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7035 | 2024.11.27 18:38:57.529656 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 7036 | 2024.11.27 18:38:57.530487 [ 188 ] {b2094d96-d5ad-4d24-939b-7466c2610b9f::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 | ||
| 7037 | 2024.11.27 18:38:57.531921 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 984 | ||
| 7038 | 2024.11.27 18:38:57.532295 [ 188 ] {b2094d96-d5ad-4d24-939b-7466c2610b9f::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7039 | 2024.11.27 18:38:57.532473 [ 188 ] {b2094d96-d5ad-4d24-939b-7466c2610b9f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 806 rows starting from the beginning of the part | ||
| 7040 | 2024.11.27 18:38:57.533030 [ 188 ] {b2094d96-d5ad-4d24-939b-7466c2610b9f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 34 rows starting from the beginning of the part | ||
| 7041 | 2024.11.27 18:38:57.533555 [ 188 ] {b2094d96-d5ad-4d24-939b-7466c2610b9f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 38 rows starting from the beginning of the part | ||
| 7042 | 2024.11.27 18:38:57.534063 [ 188 ] {b2094d96-d5ad-4d24-939b-7466c2610b9f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 34 rows starting from the beginning of the part | ||
| 7043 | 2024.11.27 18:38:57.534555 [ 188 ] {b2094d96-d5ad-4d24-939b-7466c2610b9f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 34 rows starting from the beginning of the part | ||
| 7044 | 2024.11.27 18:38:57.535024 [ 188 ] {b2094d96-d5ad-4d24-939b-7466c2610b9f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 38 rows starting from the beginning of the part | ||
| 7045 | 2024.11.27 18:38:57.543018 [ 200 ] {b2094d96-d5ad-4d24-939b-7466c2610b9f::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 984 rows, containing 72 columns (72 merged, 0 gathered) in 0.013211575 sec., 74480.14335913773 rows/sec., 60.66 MiB/sec. | ||
| 7046 | 2024.11.27 18:38:57.544107 [ 200 ] {b2094d96-d5ad-4d24-939b-7466c2610b9f::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 7047 | 2024.11.27 18:38:57.544797 [ 200 ] {b2094d96-d5ad-4d24-939b-7466c2610b9f::all_1_26_5} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7048 | 2024.11.27 18:38:57.544879 [ 200 ] {b2094d96-d5ad-4d24-939b-7466c2610b9f::all_1_26_5} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 7049 | 2024.11.27 18:38:57.545083 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.25 MiB. | ||
| 7050 | 2024.11.27 18:38:58.038251 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7051 | 2024.11.27 18:38:58.038432 [ 253 ] {34b383a0-36ec-44c0-9e06-8e690920ebef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7052 | 2024.11.27 18:38:58.038504 [ 253 ] {34b383a0-36ec-44c0-9e06-8e690920ebef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7053 | 2024.11.27 18:38:58.039271 [ 253 ] {34b383a0-36ec-44c0-9e06-8e690920ebef} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7054 | 2024.11.27 18:38:58.039314 [ 253 ] {34b383a0-36ec-44c0-9e06-8e690920ebef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 7055 | 2024.11.27 18:38:58.039751 [ 253 ] {34b383a0-36ec-44c0-9e06-8e690920ebef} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 7056 | 2024.11.27 18:38:58.040006 [ 253 ] {34b383a0-36ec-44c0-9e06-8e690920ebef} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7057 | 2024.11.27 18:38:58.040258 [ 253 ] {34b383a0-36ec-44c0-9e06-8e690920ebef} <Debug> executeQuery: Read 88 rows, 7.40 KiB in 0.001878 sec., 46858.359957401495 rows/sec., 3.85 MiB/sec. | ||
| 7058 | 2024.11.27 18:38:58.040325 [ 253 ] {34b383a0-36ec-44c0-9e06-8e690920ebef} <Debug> TCPHandler: Processed in 0.002183912 sec. | ||
| 7059 | 2024.11.27 18:38:58.040600 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7060 | 2024.11.27 18:38:58.040817 [ 254 ] {6abb11e9-dabb-4a1a-852b-6b2d9d2192de} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7061 | 2024.11.27 18:38:58.040893 [ 254 ] {6abb11e9-dabb-4a1a-852b-6b2d9d2192de} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7062 | 2024.11.27 18:38:58.041673 [ 254 ] {6abb11e9-dabb-4a1a-852b-6b2d9d2192de} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7063 | 2024.11.27 18:38:58.041728 [ 254 ] {6abb11e9-dabb-4a1a-852b-6b2d9d2192de} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 7064 | 2024.11.27 18:38:58.042185 [ 254 ] {6abb11e9-dabb-4a1a-852b-6b2d9d2192de} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 7065 | 2024.11.27 18:38:58.042445 [ 254 ] {6abb11e9-dabb-4a1a-852b-6b2d9d2192de} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7066 | 2024.11.27 18:38:58.042689 [ 254 ] {6abb11e9-dabb-4a1a-852b-6b2d9d2192de} <Debug> executeQuery: Read 16 rows, 1.20 KiB in 0.001928 sec., 8298.755186721992 rows/sec., 624.03 KiB/sec. | ||
| 7067 | 2024.11.27 18:38:58.042761 [ 254 ] {6abb11e9-dabb-4a1a-852b-6b2d9d2192de} <Debug> TCPHandler: Processed in 0.002306064 sec. | ||
| 7068 | 2024.11.27 18:38:58.042917 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7069 | 2024.11.27 18:38:58.043044 [ 253 ] {eec92be0-2238-4b96-80b3-a94d686741d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7070 | 2024.11.27 18:38:58.043112 [ 253 ] {eec92be0-2238-4b96-80b3-a94d686741d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7071 | 2024.11.27 18:38:58.043745 [ 253 ] {eec92be0-2238-4b96-80b3-a94d686741d6} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7072 | 2024.11.27 18:38:58.043787 [ 253 ] {eec92be0-2238-4b96-80b3-a94d686741d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 7073 | 2024.11.27 18:38:58.044177 [ 253 ] {eec92be0-2238-4b96-80b3-a94d686741d6} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 7074 | 2024.11.27 18:38:58.044424 [ 253 ] {eec92be0-2238-4b96-80b3-a94d686741d6} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7075 | 2024.11.27 18:38:58.044674 [ 253 ] {eec92be0-2238-4b96-80b3-a94d686741d6} <Debug> executeQuery: Read 80 rows, 6.40 KiB in 0.001658 sec., 48250.90470446321 rows/sec., 3.77 MiB/sec. | ||
| 7076 | 2024.11.27 18:38:58.044770 [ 253 ] {eec92be0-2238-4b96-80b3-a94d686741d6} <Debug> TCPHandler: Processed in 0.001909768 sec. | ||
| 7077 | 2024.11.27 18:38:58.044955 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7078 | 2024.11.27 18:38:58.045087 [ 254 ] {f9ece124-8c6f-46e4-b342-ccc933b0583e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7079 | 2024.11.27 18:38:58.045146 [ 254 ] {f9ece124-8c6f-46e4-b342-ccc933b0583e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7080 | 2024.11.27 18:38:58.045778 [ 254 ] {f9ece124-8c6f-46e4-b342-ccc933b0583e} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7081 | 2024.11.27 18:38:58.045821 [ 254 ] {f9ece124-8c6f-46e4-b342-ccc933b0583e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 7082 | 2024.11.27 18:38:58.046249 [ 254 ] {f9ece124-8c6f-46e4-b342-ccc933b0583e} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 7083 | 2024.11.27 18:38:58.046509 [ 254 ] {f9ece124-8c6f-46e4-b342-ccc933b0583e} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7084 | 2024.11.27 18:38:58.046743 [ 254 ] {f9ece124-8c6f-46e4-b342-ccc933b0583e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001687 sec., 94842.91641967991 rows/sec., 6.61 MiB/sec. | ||
| 7085 | 2024.11.27 18:38:58.046808 [ 254 ] {f9ece124-8c6f-46e4-b342-ccc933b0583e} <Debug> TCPHandler: Processed in 0.001916268 sec. | ||
| 7086 | 2024.11.27 18:38:58.046979 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7087 | 2024.11.27 18:38:58.047107 [ 253 ] {02223773-fd6b-4088-9403-51b453855219} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7088 | 2024.11.27 18:38:58.047195 [ 253 ] {02223773-fd6b-4088-9403-51b453855219} <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 | ||
| 7089 | 2024.11.27 18:38:58.048406 [ 253 ] {02223773-fd6b-4088-9403-51b453855219} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7090 | 2024.11.27 18:38:58.048447 [ 253 ] {02223773-fd6b-4088-9403-51b453855219} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 7091 | 2024.11.27 18:38:58.049106 [ 253 ] {02223773-fd6b-4088-9403-51b453855219} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 7092 | 2024.11.27 18:38:58.049384 [ 253 ] {02223773-fd6b-4088-9403-51b453855219} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7093 | 2024.11.27 18:38:58.049639 [ 253 ] {02223773-fd6b-4088-9403-51b453855219} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002562 sec., 6245.12099921936 rows/sec., 11.19 MiB/sec. | ||
| 7094 | 2024.11.27 18:38:58.049752 [ 253 ] {02223773-fd6b-4088-9403-51b453855219} <Debug> TCPHandler: Processed in 0.002834992 sec. | ||
| 7095 | 2024.11.27 18:38:58.049933 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7096 | 2024.11.27 18:38:58.050080 [ 254 ] {95c7985b-646a-48e8-b482-9b5007402167} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7097 | 2024.11.27 18:38:58.050143 [ 254 ] {95c7985b-646a-48e8-b482-9b5007402167} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7098 | 2024.11.27 18:38:58.050758 [ 254 ] {95c7985b-646a-48e8-b482-9b5007402167} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7099 | 2024.11.27 18:38:58.050804 [ 254 ] {95c7985b-646a-48e8-b482-9b5007402167} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 7100 | 2024.11.27 18:38:58.051195 [ 254 ] {95c7985b-646a-48e8-b482-9b5007402167} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 7101 | 2024.11.27 18:38:58.051448 [ 254 ] {95c7985b-646a-48e8-b482-9b5007402167} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7102 | 2024.11.27 18:38:58.051670 [ 254 ] {95c7985b-646a-48e8-b482-9b5007402167} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001626 sec., 36900.36900369004 rows/sec., 2.49 MiB/sec. | ||
| 7103 | 2024.11.27 18:38:58.051731 [ 254 ] {95c7985b-646a-48e8-b482-9b5007402167} <Debug> TCPHandler: Processed in 0.001867088 sec. | ||
| 7104 | 2024.11.27 18:38:58.637212 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 272 | ||
| 7105 | 2024.11.27 18:38:58.659446 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7106 | 2024.11.27 18:38:58.659509 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 7107 | 2024.11.27 18:38:58.666820 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 7108 | 2024.11.27 18:38:58.667663 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7109 | 2024.11.27 18:38:58.668068 [ 37 ] {} <Debug> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 7110 | 2024.11.27 18:38:58.668201 [ 37 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7111 | 2024.11.27 18:38:58.668264 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 7112 | 2024.11.27 18:38:58.668671 [ 191 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::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 | ||
| 7113 | 2024.11.27 18:38:58.683550 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 272 | ||
| 7114 | 2024.11.27 18:38:58.685016 [ 191 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7115 | 2024.11.27 18:38:58.686613 [ 191 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 234 rows starting from the beginning of the part | ||
| 7116 | 2024.11.27 18:38:58.692374 [ 191 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 8 rows starting from the beginning of the part | ||
| 7117 | 2024.11.27 18:38:58.698044 [ 191 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 7 rows starting from the beginning of the part | ||
| 7118 | 2024.11.27 18:38:58.703593 [ 191 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 8 rows starting from the beginning of the part | ||
| 7119 | 2024.11.27 18:38:58.709224 [ 191 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 7 rows starting from the beginning of the part | ||
| 7120 | 2024.11.27 18:38:58.713740 [ 191 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 8 rows starting from the beginning of the part | ||
| 7121 | 2024.11.27 18:38:58.776037 [ 189 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 272 rows, containing 679 columns (679 merged, 0 gathered) in 0.107620575 sec., 2527.3977582818156 rows/sec., 13.07 MiB/sec. | ||
| 7122 | 2024.11.27 18:38:58.779023 [ 189 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 7123 | 2024.11.27 18:38:58.781821 [ 189 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_36_7} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7124 | 2024.11.27 18:38:58.781946 [ 189 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_36_7} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 7125 | 2024.11.27 18:38:58.784088 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 12.43 MiB. | ||
| 7126 | 2024.11.27 18:39:03.042849 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7127 | 2024.11.27 18:39:03.043067 [ 253 ] {26aef477-f1be-4c9b-b71d-3f6e63c28ef4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7128 | 2024.11.27 18:39:03.043151 [ 253 ] {26aef477-f1be-4c9b-b71d-3f6e63c28ef4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7129 | 2024.11.27 18:39:03.043925 [ 253 ] {26aef477-f1be-4c9b-b71d-3f6e63c28ef4} <Trace> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7130 | 2024.11.27 18:39:03.043982 [ 253 ] {26aef477-f1be-4c9b-b71d-3f6e63c28ef4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 7131 | 2024.11.27 18:39:03.044448 [ 253 ] {26aef477-f1be-4c9b-b71d-3f6e63c28ef4} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 7132 | 2024.11.27 18:39:03.044714 [ 253 ] {26aef477-f1be-4c9b-b71d-3f6e63c28ef4} <Trace> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7133 | 2024.11.27 18:39:03.044961 [ 253 ] {26aef477-f1be-4c9b-b71d-3f6e63c28ef4} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001949 sec., 7183.170856849667 rows/sec., 517.09 KiB/sec. | ||
| 7134 | 2024.11.27 18:39:03.045031 [ 253 ] {26aef477-f1be-4c9b-b71d-3f6e63c28ef4} <Debug> TCPHandler: Processed in 0.002322424 sec. | ||
| 7135 | 2024.11.27 18:39:03.045279 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7136 | 2024.11.27 18:39:03.045493 [ 254 ] {abab3e5f-cd80-42c2-9051-47275bfbfde3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 7137 | 2024.11.27 18:39:03.045576 [ 254 ] {abab3e5f-cd80-42c2-9051-47275bfbfde3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 7138 | 2024.11.27 18:39:03.046398 [ 254 ] {abab3e5f-cd80-42c2-9051-47275bfbfde3} <Trace> oximeter.fields_ipaddr (53955b2a-eb56-41e3-a1fe-af6ea47fe91e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7139 | 2024.11.27 18:39:03.046454 [ 254 ] {abab3e5f-cd80-42c2-9051-47275bfbfde3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 7140 | 2024.11.27 18:39:03.046881 [ 254 ] {abab3e5f-cd80-42c2-9051-47275bfbfde3} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 7141 | 2024.11.27 18:39:03.047139 [ 254 ] {abab3e5f-cd80-42c2-9051-47275bfbfde3} <Trace> oximeter.fields_ipaddr (53955b2a-eb56-41e3-a1fe-af6ea47fe91e): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7142 | 2024.11.27 18:39:03.047377 [ 254 ] {abab3e5f-cd80-42c2-9051-47275bfbfde3} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.001943 sec., 4117.344312918168 rows/sec., 335.74 KiB/sec. | ||
| 7143 | 2024.11.27 18:39:03.047448 [ 254 ] {abab3e5f-cd80-42c2-9051-47275bfbfde3} <Debug> TCPHandler: Processed in 0.002308654 sec. | ||
| 7144 | 2024.11.27 18:39:03.047625 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7145 | 2024.11.27 18:39:03.047773 [ 253 ] {291341e8-7cd2-4bb8-aa8e-0f8aa6ac6354} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7146 | 2024.11.27 18:39:03.047837 [ 253 ] {291341e8-7cd2-4bb8-aa8e-0f8aa6ac6354} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7147 | 2024.11.27 18:39:03.048597 [ 253 ] {291341e8-7cd2-4bb8-aa8e-0f8aa6ac6354} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7148 | 2024.11.27 18:39:03.048639 [ 253 ] {291341e8-7cd2-4bb8-aa8e-0f8aa6ac6354} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 7149 | 2024.11.27 18:39:03.049045 [ 253 ] {291341e8-7cd2-4bb8-aa8e-0f8aa6ac6354} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 7150 | 2024.11.27 18:39:03.049291 [ 253 ] {291341e8-7cd2-4bb8-aa8e-0f8aa6ac6354} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7151 | 2024.11.27 18:39:03.049560 [ 253 ] {291341e8-7cd2-4bb8-aa8e-0f8aa6ac6354} <Debug> executeQuery: Read 257 rows, 23.02 KiB in 0.001814 sec., 141675.85446527012 rows/sec., 12.39 MiB/sec. | ||
| 7152 | 2024.11.27 18:39:03.049639 [ 253 ] {291341e8-7cd2-4bb8-aa8e-0f8aa6ac6354} <Debug> TCPHandler: Processed in 0.002083701 sec. | ||
| 7153 | 2024.11.27 18:39:03.049879 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7154 | 2024.11.27 18:39:03.050057 [ 254 ] {a5d1ee5c-319b-4613-b4c3-90a00cc482f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7155 | 2024.11.27 18:39:03.050120 [ 254 ] {a5d1ee5c-319b-4613-b4c3-90a00cc482f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7156 | 2024.11.27 18:39:03.050851 [ 254 ] {a5d1ee5c-319b-4613-b4c3-90a00cc482f1} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7157 | 2024.11.27 18:39:03.050902 [ 254 ] {a5d1ee5c-319b-4613-b4c3-90a00cc482f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 7158 | 2024.11.27 18:39:03.051290 [ 254 ] {a5d1ee5c-319b-4613-b4c3-90a00cc482f1} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 7159 | 2024.11.27 18:39:03.051531 [ 254 ] {a5d1ee5c-319b-4613-b4c3-90a00cc482f1} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7160 | 2024.11.27 18:39:03.051702 [ 99 ] {} <Debug> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c) (MergerMutator): Selected 6 parts from all_1_40_8 to all_45_45_0 | ||
| 7161 | 2024.11.27 18:39:03.051781 [ 99 ] {} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7162 | 2024.11.27 18:39:03.051781 [ 254 ] {a5d1ee5c-319b-4613-b4c3-90a00cc482f1} <Debug> executeQuery: Read 40 rows, 2.89 KiB in 0.001749 sec., 22870.211549456835 rows/sec., 1.62 MiB/sec. | ||
| 7163 | 2024.11.27 18:39:03.051818 [ 99 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 7164 | 2024.11.27 18:39:03.051940 [ 254 ] {a5d1ee5c-319b-4613-b4c3-90a00cc482f1} <Debug> TCPHandler: Processed in 0.002180962 sec. | ||
| 7165 | 2024.11.27 18:39:03.052108 [ 189 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::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 | ||
| 7166 | 2024.11.27 18:39:03.052157 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7167 | 2024.11.27 18:39:03.052418 [ 253 ] {1746cb40-e53d-42e8-9506-4290fe93b536} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7168 | 2024.11.27 18:39:03.052434 [ 189 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_45_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7169 | 2024.11.27 18:39:03.052521 [ 253 ] {1746cb40-e53d-42e8-9506-4290fe93b536} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7170 | 2024.11.27 18:39:03.052526 [ 189 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_40_8, total 66 rows starting from the beginning of the part | ||
| 7171 | 2024.11.27 18:39:03.052863 [ 189 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 32 rows starting from the beginning of the part | ||
| 7172 | 2024.11.27 18:39:03.053109 [ 189 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 24 rows starting from the beginning of the part | ||
| 7173 | 2024.11.27 18:39:03.053448 [ 189 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 32 rows starting from the beginning of the part | ||
| 7174 | 2024.11.27 18:39:03.053764 [ 189 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 16 rows starting from the beginning of the part | ||
| 7175 | 2024.11.27 18:39:03.054084 [ 189 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 40 rows starting from the beginning of the part | ||
| 7176 | 2024.11.27 18:39:03.055563 [ 253 ] {1746cb40-e53d-42e8-9506-4290fe93b536} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7177 | 2024.11.27 18:39:03.055639 [ 253 ] {1746cb40-e53d-42e8-9506-4290fe93b536} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 7178 | 2024.11.27 18:39:03.056810 [ 253 ] {1746cb40-e53d-42e8-9506-4290fe93b536} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 7179 | 2024.11.27 18:39:03.057210 [ 198 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_45_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 210 rows, containing 5 columns (5 merged, 0 gathered) in 0.005258828 sec., 39932.85195864934 rows/sec., 3.00 MiB/sec. | ||
| 7180 | 2024.11.27 18:39:03.057314 [ 253 ] {1746cb40-e53d-42e8-9506-4290fe93b536} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7181 | 2024.11.27 18:39:03.057410 [ 198 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_45_9} <Trace> MergedBlockOutputStream: filled checksums all_1_45_9 (state Temporary) | ||
| 7182 | 2024.11.27 18:39:03.057645 [ 253 ] {1746cb40-e53d-42e8-9506-4290fe93b536} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005333 sec., 2625.1640727545473 rows/sec., 183.85 KiB/sec. | ||
| 7183 | 2024.11.27 18:39:03.057741 [ 253 ] {1746cb40-e53d-42e8-9506-4290fe93b536} <Debug> TCPHandler: Processed in 0.005690255 sec. | ||
| 7184 | 2024.11.27 18:39:03.057926 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7185 | 2024.11.27 18:39:03.057994 [ 189 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_45_9} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Renaming temporary part tmp_merge_all_1_45_9 to all_1_45_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7186 | 2024.11.27 18:39:03.058173 [ 254 ] {e5c1ee8e-2a95-49e1-ae27-ee28fc59dc65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7187 | 2024.11.27 18:39:03.058189 [ 189 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_45_9} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c) (MergerMutator): Merged 6 parts: [all_1_40_8, all_45_45_0] -> all_1_45_9 | ||
| 7188 | 2024.11.27 18:39:03.058258 [ 254 ] {e5c1ee8e-2a95-49e1-ae27-ee28fc59dc65} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7189 | 2024.11.27 18:39:03.058372 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 7190 | 2024.11.27 18:39:03.059052 [ 254 ] {e5c1ee8e-2a95-49e1-ae27-ee28fc59dc65} <Trace> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7191 | 2024.11.27 18:39:03.059095 [ 254 ] {e5c1ee8e-2a95-49e1-ae27-ee28fc59dc65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 7192 | 2024.11.27 18:39:03.059470 [ 254 ] {e5c1ee8e-2a95-49e1-ae27-ee28fc59dc65} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 7193 | 2024.11.27 18:39:03.059712 [ 254 ] {e5c1ee8e-2a95-49e1-ae27-ee28fc59dc65} <Trace> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7194 | 2024.11.27 18:39:03.059928 [ 254 ] {e5c1ee8e-2a95-49e1-ae27-ee28fc59dc65} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001814 sec., 7166.482910694597 rows/sec., 446.83 KiB/sec. | ||
| 7195 | 2024.11.27 18:39:03.059986 [ 254 ] {e5c1ee8e-2a95-49e1-ae27-ee28fc59dc65} <Debug> TCPHandler: Processed in 0.002142662 sec. | ||
| 7196 | 2024.11.27 18:39:03.060140 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7197 | 2024.11.27 18:39:03.060281 [ 253 ] {43e99ae7-4e81-430b-b9a8-e804d251a2bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7198 | 2024.11.27 18:39:03.060337 [ 253 ] {43e99ae7-4e81-430b-b9a8-e804d251a2bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7199 | 2024.11.27 18:39:03.061154 [ 253 ] {43e99ae7-4e81-430b-b9a8-e804d251a2bc} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7200 | 2024.11.27 18:39:03.061196 [ 253 ] {43e99ae7-4e81-430b-b9a8-e804d251a2bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 7201 | 2024.11.27 18:39:03.061604 [ 253 ] {43e99ae7-4e81-430b-b9a8-e804d251a2bc} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 7202 | 2024.11.27 18:39:03.061859 [ 253 ] {43e99ae7-4e81-430b-b9a8-e804d251a2bc} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7203 | 2024.11.27 18:39:03.062101 [ 253 ] {43e99ae7-4e81-430b-b9a8-e804d251a2bc} <Debug> executeQuery: Read 415 rows, 30.34 KiB in 0.001848 sec., 224567.09956709956 rows/sec., 16.03 MiB/sec. | ||
| 7204 | 2024.11.27 18:39:03.062182 [ 253 ] {43e99ae7-4e81-430b-b9a8-e804d251a2bc} <Debug> TCPHandler: Processed in 0.002102342 sec. | ||
| 7205 | 2024.11.27 18:39:03.062404 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7206 | 2024.11.27 18:39:03.062595 [ 254 ] {fe606921-defa-4f95-859f-8039547255c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7207 | 2024.11.27 18:39:03.062659 [ 254 ] {fe606921-defa-4f95-859f-8039547255c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7208 | 2024.11.27 18:39:03.063180 [ 254 ] {fe606921-defa-4f95-859f-8039547255c8} <Trace> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7209 | 2024.11.27 18:39:03.063219 [ 254 ] {fe606921-defa-4f95-859f-8039547255c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 7210 | 2024.11.27 18:39:03.063593 [ 254 ] {fe606921-defa-4f95-859f-8039547255c8} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 7211 | 2024.11.27 18:39:03.063833 [ 254 ] {fe606921-defa-4f95-859f-8039547255c8} <Trace> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7212 | 2024.11.27 18:39:03.064036 [ 254 ] {fe606921-defa-4f95-859f-8039547255c8} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001481 sec., 4051.3166779203243 rows/sec., 211.67 KiB/sec. | ||
| 7213 | 2024.11.27 18:39:03.064085 [ 254 ] {fe606921-defa-4f95-859f-8039547255c8} <Debug> TCPHandler: Processed in 0.001810397 sec. | ||
| 7214 | 2024.11.27 18:39:03.064233 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7215 | 2024.11.27 18:39:03.064374 [ 253 ] {ba8a367b-bfb2-4dea-b182-ca947f3abbe8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7216 | 2024.11.27 18:39:03.064440 [ 253 ] {ba8a367b-bfb2-4dea-b182-ca947f3abbe8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7217 | 2024.11.27 18:39:03.065099 [ 253 ] {ba8a367b-bfb2-4dea-b182-ca947f3abbe8} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7218 | 2024.11.27 18:39:03.065139 [ 253 ] {ba8a367b-bfb2-4dea-b182-ca947f3abbe8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 7219 | 2024.11.27 18:39:03.065550 [ 253 ] {ba8a367b-bfb2-4dea-b182-ca947f3abbe8} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 7220 | 2024.11.27 18:39:03.065798 [ 253 ] {ba8a367b-bfb2-4dea-b182-ca947f3abbe8} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7221 | 2024.11.27 18:39:03.066023 [ 253 ] {ba8a367b-bfb2-4dea-b182-ca947f3abbe8} <Debug> executeQuery: Read 241 rows, 16.55 KiB in 0.001682 sec., 143281.807372176 rows/sec., 9.61 MiB/sec. | ||
| 7222 | 2024.11.27 18:39:03.066081 [ 253 ] {ba8a367b-bfb2-4dea-b182-ca947f3abbe8} <Debug> TCPHandler: Processed in 0.001916669 sec. | ||
| 7223 | 2024.11.27 18:39:03.066260 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7224 | 2024.11.27 18:39:03.066398 [ 254 ] {598924e0-6f03-4456-9b19-4b3957f9129b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7225 | 2024.11.27 18:39:03.066457 [ 254 ] {598924e0-6f03-4456-9b19-4b3957f9129b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7226 | 2024.11.27 18:39:03.066997 [ 254 ] {598924e0-6f03-4456-9b19-4b3957f9129b} <Trace> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7227 | 2024.11.27 18:39:03.067036 [ 254 ] {598924e0-6f03-4456-9b19-4b3957f9129b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 7228 | 2024.11.27 18:39:03.067394 [ 254 ] {598924e0-6f03-4456-9b19-4b3957f9129b} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 7229 | 2024.11.27 18:39:03.067632 [ 254 ] {598924e0-6f03-4456-9b19-4b3957f9129b} <Trace> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7230 | 2024.11.27 18:39:03.067844 [ 254 ] {598924e0-6f03-4456-9b19-4b3957f9129b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001476 sec., 677.5067750677506 rows/sec., 45.65 KiB/sec. | ||
| 7231 | 2024.11.27 18:39:03.067895 [ 254 ] {598924e0-6f03-4456-9b19-4b3957f9129b} <Debug> TCPHandler: Processed in 0.001701395 sec. | ||
| 7232 | 2024.11.27 18:39:03.068044 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7233 | 2024.11.27 18:39:03.068185 [ 253 ] {b79f0f37-8a34-4194-a059-cc90146fa8dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7234 | 2024.11.27 18:39:03.068280 [ 253 ] {b79f0f37-8a34-4194-a059-cc90146fa8dc} <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 | ||
| 7235 | 2024.11.27 18:39:03.069636 [ 253 ] {b79f0f37-8a34-4194-a059-cc90146fa8dc} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7236 | 2024.11.27 18:39:03.069680 [ 253 ] {b79f0f37-8a34-4194-a059-cc90146fa8dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 7237 | 2024.11.27 18:39:03.070555 [ 253 ] {b79f0f37-8a34-4194-a059-cc90146fa8dc} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 7238 | 2024.11.27 18:39:03.070809 [ 253 ] {b79f0f37-8a34-4194-a059-cc90146fa8dc} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7239 | 2024.11.27 18:39:03.071059 [ 253 ] {b79f0f37-8a34-4194-a059-cc90146fa8dc} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.002905 sec., 8605.851979345955 rows/sec., 15.42 MiB/sec. | ||
| 7240 | 2024.11.27 18:39:03.071173 [ 253 ] {b79f0f37-8a34-4194-a059-cc90146fa8dc} <Debug> TCPHandler: Processed in 0.003196828 sec. | ||
| 7241 | 2024.11.27 18:39:03.071328 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7242 | 2024.11.27 18:39:03.071442 [ 254 ] {3b9efe58-2598-4d11-9dca-27c6634b105d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7243 | 2024.11.27 18:39:03.071492 [ 254 ] {3b9efe58-2598-4d11-9dca-27c6634b105d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7244 | 2024.11.27 18:39:03.071981 [ 254 ] {3b9efe58-2598-4d11-9dca-27c6634b105d} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7245 | 2024.11.27 18:39:03.072019 [ 254 ] {3b9efe58-2598-4d11-9dca-27c6634b105d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 7246 | 2024.11.27 18:39:03.072399 [ 254 ] {3b9efe58-2598-4d11-9dca-27c6634b105d} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 7247 | 2024.11.27 18:39:03.072642 [ 254 ] {3b9efe58-2598-4d11-9dca-27c6634b105d} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7248 | 2024.11.27 18:39:03.072864 [ 254 ] {3b9efe58-2598-4d11-9dca-27c6634b105d} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001441 sec., 56904.92713393477 rows/sec., 3.61 MiB/sec. | ||
| 7249 | 2024.11.27 18:39:03.072935 [ 254 ] {3b9efe58-2598-4d11-9dca-27c6634b105d} <Debug> TCPHandler: Processed in 0.001663495 sec. | ||
| 7250 | 2024.11.27 18:39:04.949132 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 16958 | ||
| 7251 | 2024.11.27 18:39:04.949858 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7252 | 2024.11.27 18:39:04.949915 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.59 GiB. | ||
| 7253 | 2024.11.27 18:39:04.950455 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 7254 | 2024.11.27 18:39:04.950706 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7255 | 2024.11.27 18:39:04.950965 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 16958 | ||
| 7256 | 2024.11.27 18:39:06.183669 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 279 | ||
| 7257 | 2024.11.27 18:39:06.202190 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7258 | 2024.11.27 18:39:06.202257 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 7259 | 2024.11.27 18:39:06.209749 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 7260 | 2024.11.27 18:39:06.210524 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7261 | 2024.11.27 18:39:06.213047 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 279 | ||
| 7262 | 2024.11.27 18:39:07.532207 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1020 | ||
| 7263 | 2024.11.27 18:39:07.535544 [ 242 ] {} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7264 | 2024.11.27 18:39:07.535608 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 7265 | 2024.11.27 18:39:07.537117 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 7266 | 2024.11.27 18:39:07.537435 [ 242 ] {} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7267 | 2024.11.27 18:39:07.538769 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1020 | ||
| 7268 | 2024.11.27 18:39:08.038048 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7269 | 2024.11.27 18:39:08.038245 [ 253 ] {45a2e7a0-e3a0-42b1-9621-aaf89291e338} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7270 | 2024.11.27 18:39:08.038318 [ 253 ] {45a2e7a0-e3a0-42b1-9621-aaf89291e338} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7271 | 2024.11.27 18:39:08.039100 [ 253 ] {45a2e7a0-e3a0-42b1-9621-aaf89291e338} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7272 | 2024.11.27 18:39:08.039152 [ 253 ] {45a2e7a0-e3a0-42b1-9621-aaf89291e338} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 7273 | 2024.11.27 18:39:08.039627 [ 253 ] {45a2e7a0-e3a0-42b1-9621-aaf89291e338} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 7274 | 2024.11.27 18:39:08.039881 [ 253 ] {45a2e7a0-e3a0-42b1-9621-aaf89291e338} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7275 | 2024.11.27 18:39:08.040134 [ 253 ] {45a2e7a0-e3a0-42b1-9621-aaf89291e338} <Debug> executeQuery: Read 88 rows, 7.40 KiB in 0.001937 sec., 45431.07898812597 rows/sec., 3.73 MiB/sec. | ||
| 7276 | 2024.11.27 18:39:08.040232 [ 253 ] {45a2e7a0-e3a0-42b1-9621-aaf89291e338} <Debug> TCPHandler: Processed in 0.002322565 sec. | ||
| 7277 | 2024.11.27 18:39:08.040522 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7278 | 2024.11.27 18:39:08.040699 [ 254 ] {addd0e28-5b8f-434e-9436-0956c144a096} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7279 | 2024.11.27 18:39:08.040766 [ 254 ] {addd0e28-5b8f-434e-9436-0956c144a096} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7280 | 2024.11.27 18:39:08.041516 [ 254 ] {addd0e28-5b8f-434e-9436-0956c144a096} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7281 | 2024.11.27 18:39:08.041555 [ 254 ] {addd0e28-5b8f-434e-9436-0956c144a096} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 7282 | 2024.11.27 18:39:08.041982 [ 254 ] {addd0e28-5b8f-434e-9436-0956c144a096} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 7283 | 2024.11.27 18:39:08.042235 [ 254 ] {addd0e28-5b8f-434e-9436-0956c144a096} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7284 | 2024.11.27 18:39:08.042428 [ 254 ] {addd0e28-5b8f-434e-9436-0956c144a096} <Debug> executeQuery: Read 16 rows, 1.20 KiB in 0.001779 sec., 8993.816750983699 rows/sec., 676.29 KiB/sec. | ||
| 7285 | 2024.11.27 18:39:08.042481 [ 254 ] {addd0e28-5b8f-434e-9436-0956c144a096} <Debug> TCPHandler: Processed in 0.002140211 sec. | ||
| 7286 | 2024.11.27 18:39:08.042650 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7287 | 2024.11.27 18:39:08.042769 [ 253 ] {976f79fb-6efa-4dd6-a2c3-5ef325ff8290} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7288 | 2024.11.27 18:39:08.042819 [ 253 ] {976f79fb-6efa-4dd6-a2c3-5ef325ff8290} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7289 | 2024.11.27 18:39:08.043445 [ 253 ] {976f79fb-6efa-4dd6-a2c3-5ef325ff8290} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7290 | 2024.11.27 18:39:08.043485 [ 253 ] {976f79fb-6efa-4dd6-a2c3-5ef325ff8290} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 7291 | 2024.11.27 18:39:08.043895 [ 253 ] {976f79fb-6efa-4dd6-a2c3-5ef325ff8290} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 7292 | 2024.11.27 18:39:08.044146 [ 253 ] {976f79fb-6efa-4dd6-a2c3-5ef325ff8290} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7293 | 2024.11.27 18:39:08.044362 [ 253 ] {976f79fb-6efa-4dd6-a2c3-5ef325ff8290} <Debug> executeQuery: Read 80 rows, 6.40 KiB in 0.001617 sec., 49474.335188620906 rows/sec., 3.86 MiB/sec. | ||
| 7294 | 2024.11.27 18:39:08.044418 [ 253 ] {976f79fb-6efa-4dd6-a2c3-5ef325ff8290} <Debug> TCPHandler: Processed in 0.001825397 sec. | ||
| 7295 | 2024.11.27 18:39:08.044593 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7296 | 2024.11.27 18:39:08.044732 [ 254 ] {94d68c23-9763-49f1-ac45-2b2cace1bc9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7297 | 2024.11.27 18:39:08.044792 [ 254 ] {94d68c23-9763-49f1-ac45-2b2cace1bc9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7298 | 2024.11.27 18:39:08.045403 [ 254 ] {94d68c23-9763-49f1-ac45-2b2cace1bc9d} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7299 | 2024.11.27 18:39:08.045441 [ 254 ] {94d68c23-9763-49f1-ac45-2b2cace1bc9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 7300 | 2024.11.27 18:39:08.045840 [ 254 ] {94d68c23-9763-49f1-ac45-2b2cace1bc9d} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 7301 | 2024.11.27 18:39:08.046089 [ 254 ] {94d68c23-9763-49f1-ac45-2b2cace1bc9d} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7302 | 2024.11.27 18:39:08.046285 [ 254 ] {94d68c23-9763-49f1-ac45-2b2cace1bc9d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001578 sec., 101394.16983523447 rows/sec., 7.06 MiB/sec. | ||
| 7303 | 2024.11.27 18:39:08.046346 [ 254 ] {94d68c23-9763-49f1-ac45-2b2cace1bc9d} <Debug> TCPHandler: Processed in 0.001821767 sec. | ||
| 7304 | 2024.11.27 18:39:08.046568 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7305 | 2024.11.27 18:39:08.046723 [ 253 ] {84a7b763-1d3f-48df-bfcc-42354be77053} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7306 | 2024.11.27 18:39:08.046807 [ 253 ] {84a7b763-1d3f-48df-bfcc-42354be77053} <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 | ||
| 7307 | 2024.11.27 18:39:08.047997 [ 253 ] {84a7b763-1d3f-48df-bfcc-42354be77053} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7308 | 2024.11.27 18:39:08.048036 [ 253 ] {84a7b763-1d3f-48df-bfcc-42354be77053} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 7309 | 2024.11.27 18:39:08.048689 [ 253 ] {84a7b763-1d3f-48df-bfcc-42354be77053} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 7310 | 2024.11.27 18:39:08.048954 [ 253 ] {84a7b763-1d3f-48df-bfcc-42354be77053} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7311 | 2024.11.27 18:39:08.049160 [ 94 ] {} <Debug> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 7312 | 2024.11.27 18:39:08.049238 [ 94 ] {} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7313 | 2024.11.27 18:39:08.049245 [ 253 ] {84a7b763-1d3f-48df-bfcc-42354be77053} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002538 sec., 6304.176516942474 rows/sec., 11.30 MiB/sec. | ||
| 7314 | 2024.11.27 18:39:08.049276 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 7315 | 2024.11.27 18:39:08.049561 [ 253 ] {84a7b763-1d3f-48df-bfcc-42354be77053} <Debug> TCPHandler: Processed in 0.003111826 sec. | ||
| 7316 | 2024.11.27 18:39:08.049576 [ 198 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::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 | ||
| 7317 | 2024.11.27 18:39:08.049768 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7318 | 2024.11.27 18:39:08.050083 [ 254 ] {dcefc345-25a1-45ff-8c81-f9c96d72d807} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7319 | 2024.11.27 18:39:08.050095 [ 198 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7320 | 2024.11.27 18:39:08.050206 [ 254 ] {dcefc345-25a1-45ff-8c81-f9c96d72d807} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7321 | 2024.11.27 18:39:08.050243 [ 198 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 863 rows starting from the beginning of the part | ||
| 7322 | 2024.11.27 18:39:08.051176 [ 198 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 16 rows starting from the beginning of the part | ||
| 7323 | 2024.11.27 18:39:08.051808 [ 198 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 25 rows starting from the beginning of the part | ||
| 7324 | 2024.11.27 18:39:08.052549 [ 198 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 16 rows starting from the beginning of the part | ||
| 7325 | 2024.11.27 18:39:08.052607 [ 254 ] {dcefc345-25a1-45ff-8c81-f9c96d72d807} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7326 | 2024.11.27 18:39:08.052685 [ 254 ] {dcefc345-25a1-45ff-8c81-f9c96d72d807} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 7327 | 2024.11.27 18:39:08.053182 [ 198 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 25 rows starting from the beginning of the part | ||
| 7328 | 2024.11.27 18:39:08.053874 [ 198 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 16 rows starting from the beginning of the part | ||
| 7329 | 2024.11.27 18:39:08.054192 [ 254 ] {dcefc345-25a1-45ff-8c81-f9c96d72d807} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 7330 | 2024.11.27 18:39:08.054930 [ 254 ] {dcefc345-25a1-45ff-8c81-f9c96d72d807} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7331 | 2024.11.27 18:39:08.055343 [ 254 ] {dcefc345-25a1-45ff-8c81-f9c96d72d807} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005348 sec., 11219.147344801795 rows/sec., 774.24 KiB/sec. | ||
| 7332 | 2024.11.27 18:39:08.055645 [ 254 ] {dcefc345-25a1-45ff-8c81-f9c96d72d807} <Debug> TCPHandler: Processed in 0.005959788 sec. | ||
| 7333 | 2024.11.27 18:39:08.062049 [ 189 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 961 rows, containing 19 columns (19 merged, 0 gathered) in 0.012624277 sec., 76123.17125170812 rows/sec., 136.41 MiB/sec. | ||
| 7334 | 2024.11.27 18:39:08.063090 [ 190 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 7335 | 2024.11.27 18:39:08.063490 [ 190 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7336 | 2024.11.27 18:39:08.063569 [ 190 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_46_9} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 7337 | 2024.11.27 18:39:08.063677 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.18 MiB. | ||
| 7338 | 2024.11.27 18:39:09.000168 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 209.49 MiB, peak 220.25 MiB, free memory in arenas 0.00 B, will set to 212.02 MiB (RSS), difference: 2.53 MiB | ||
| 7339 | 2024.11.27 18:39:12.316483 [ 89 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7340 | 2024.11.27 18:39:12.316591 [ 89 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7341 | 2024.11.27 18:39:12.451119 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 17446 | ||
| 7342 | 2024.11.27 18:39:12.451902 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7343 | 2024.11.27 18:39:12.451960 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 7344 | 2024.11.27 18:39:12.452528 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 7345 | 2024.11.27 18:39:12.452798 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7346 | 2024.11.27 18:39:12.453072 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17446 | ||
| 7347 | 2024.11.27 18:39:13.042394 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7348 | 2024.11.27 18:39:13.042614 [ 253 ] {8ae1dce4-a532-4ffc-9c62-de010c4ee553} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7349 | 2024.11.27 18:39:13.042702 [ 253 ] {8ae1dce4-a532-4ffc-9c62-de010c4ee553} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7350 | 2024.11.27 18:39:13.043559 [ 253 ] {8ae1dce4-a532-4ffc-9c62-de010c4ee553} <Trace> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7351 | 2024.11.27 18:39:13.043608 [ 253 ] {8ae1dce4-a532-4ffc-9c62-de010c4ee553} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 7352 | 2024.11.27 18:39:13.044070 [ 253 ] {8ae1dce4-a532-4ffc-9c62-de010c4ee553} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 7353 | 2024.11.27 18:39:13.044337 [ 253 ] {8ae1dce4-a532-4ffc-9c62-de010c4ee553} <Trace> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7354 | 2024.11.27 18:39:13.044621 [ 253 ] {8ae1dce4-a532-4ffc-9c62-de010c4ee553} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002067 sec., 6773.101112723755 rows/sec., 487.57 KiB/sec. | ||
| 7355 | 2024.11.27 18:39:13.044859 [ 253 ] {8ae1dce4-a532-4ffc-9c62-de010c4ee553} <Debug> TCPHandler: Processed in 0.002608929 sec. | ||
| 7356 | 2024.11.27 18:39:13.045143 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7357 | 2024.11.27 18:39:13.045342 [ 254 ] {afd4668c-12f0-4ab9-89b0-e97497c1e962} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7358 | 2024.11.27 18:39:13.045416 [ 254 ] {afd4668c-12f0-4ab9-89b0-e97497c1e962} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7359 | 2024.11.27 18:39:13.046291 [ 254 ] {afd4668c-12f0-4ab9-89b0-e97497c1e962} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7360 | 2024.11.27 18:39:13.046343 [ 254 ] {afd4668c-12f0-4ab9-89b0-e97497c1e962} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 7361 | 2024.11.27 18:39:13.046794 [ 254 ] {afd4668c-12f0-4ab9-89b0-e97497c1e962} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 7362 | 2024.11.27 18:39:13.047062 [ 254 ] {afd4668c-12f0-4ab9-89b0-e97497c1e962} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7363 | 2024.11.27 18:39:13.047300 [ 254 ] {afd4668c-12f0-4ab9-89b0-e97497c1e962} <Debug> executeQuery: Read 253 rows, 22.72 KiB in 0.002009 sec., 125933.30014932803 rows/sec., 11.05 MiB/sec. | ||
| 7364 | 2024.11.27 18:39:13.047369 [ 254 ] {afd4668c-12f0-4ab9-89b0-e97497c1e962} <Debug> TCPHandler: Processed in 0.002364075 sec. | ||
| 7365 | 2024.11.27 18:39:13.047540 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7366 | 2024.11.27 18:39:13.047689 [ 253 ] {c57a78e8-f73d-4c2f-b207-cdabb1414d31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7367 | 2024.11.27 18:39:13.047755 [ 253 ] {c57a78e8-f73d-4c2f-b207-cdabb1414d31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7368 | 2024.11.27 18:39:13.048454 [ 253 ] {c57a78e8-f73d-4c2f-b207-cdabb1414d31} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7369 | 2024.11.27 18:39:13.048496 [ 253 ] {c57a78e8-f73d-4c2f-b207-cdabb1414d31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 7370 | 2024.11.27 18:39:13.048893 [ 253 ] {c57a78e8-f73d-4c2f-b207-cdabb1414d31} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 7371 | 2024.11.27 18:39:13.049136 [ 253 ] {c57a78e8-f73d-4c2f-b207-cdabb1414d31} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7372 | 2024.11.27 18:39:13.049349 [ 253 ] {c57a78e8-f73d-4c2f-b207-cdabb1414d31} <Debug> executeQuery: Read 32 rows, 2.34 KiB in 0.001698 sec., 18845.70082449941 rows/sec., 1.34 MiB/sec. | ||
| 7373 | 2024.11.27 18:39:13.049404 [ 253 ] {c57a78e8-f73d-4c2f-b207-cdabb1414d31} <Debug> TCPHandler: Processed in 0.001932478 sec. | ||
| 7374 | 2024.11.27 18:39:13.049575 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7375 | 2024.11.27 18:39:13.049718 [ 254 ] {567d2ffc-d606-4f7e-b4b1-a18bd11b0fa7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7376 | 2024.11.27 18:39:13.049780 [ 254 ] {567d2ffc-d606-4f7e-b4b1-a18bd11b0fa7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7377 | 2024.11.27 18:39:13.050449 [ 254 ] {567d2ffc-d606-4f7e-b4b1-a18bd11b0fa7} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7378 | 2024.11.27 18:39:13.050490 [ 254 ] {567d2ffc-d606-4f7e-b4b1-a18bd11b0fa7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 7379 | 2024.11.27 18:39:13.050850 [ 254 ] {567d2ffc-d606-4f7e-b4b1-a18bd11b0fa7} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 7380 | 2024.11.27 18:39:13.051107 [ 254 ] {567d2ffc-d606-4f7e-b4b1-a18bd11b0fa7} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7381 | 2024.11.27 18:39:13.051324 [ 254 ] {567d2ffc-d606-4f7e-b4b1-a18bd11b0fa7} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001641 sec., 8531.383302864107 rows/sec., 597.48 KiB/sec. | ||
| 7382 | 2024.11.27 18:39:13.051380 [ 254 ] {567d2ffc-d606-4f7e-b4b1-a18bd11b0fa7} <Debug> TCPHandler: Processed in 0.001874058 sec. | ||
| 7383 | 2024.11.27 18:39:13.051535 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7384 | 2024.11.27 18:39:13.051655 [ 253 ] {8d6be397-6f15-4011-bd80-471c8136c04b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7385 | 2024.11.27 18:39:13.051709 [ 253 ] {8d6be397-6f15-4011-bd80-471c8136c04b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7386 | 2024.11.27 18:39:13.052350 [ 253 ] {8d6be397-6f15-4011-bd80-471c8136c04b} <Trace> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7387 | 2024.11.27 18:39:13.052394 [ 253 ] {8d6be397-6f15-4011-bd80-471c8136c04b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 7388 | 2024.11.27 18:39:13.052797 [ 253 ] {8d6be397-6f15-4011-bd80-471c8136c04b} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 7389 | 2024.11.27 18:39:13.053056 [ 253 ] {8d6be397-6f15-4011-bd80-471c8136c04b} <Trace> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7390 | 2024.11.27 18:39:13.053323 [ 253 ] {8d6be397-6f15-4011-bd80-471c8136c04b} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001693 sec., 7678.67690490254 rows/sec., 478.76 KiB/sec. | ||
| 7391 | 2024.11.27 18:39:13.053549 [ 253 ] {8d6be397-6f15-4011-bd80-471c8136c04b} <Debug> TCPHandler: Processed in 0.002066591 sec. | ||
| 7392 | 2024.11.27 18:39:13.053731 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7393 | 2024.11.27 18:39:13.053852 [ 254 ] {de73f0d5-7ddf-484b-9562-18e56b7e1e5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7394 | 2024.11.27 18:39:13.053902 [ 254 ] {de73f0d5-7ddf-484b-9562-18e56b7e1e5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7395 | 2024.11.27 18:39:13.054682 [ 254 ] {de73f0d5-7ddf-484b-9562-18e56b7e1e5d} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7396 | 2024.11.27 18:39:13.054722 [ 254 ] {de73f0d5-7ddf-484b-9562-18e56b7e1e5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 7397 | 2024.11.27 18:39:13.055103 [ 254 ] {de73f0d5-7ddf-484b-9562-18e56b7e1e5d} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 7398 | 2024.11.27 18:39:13.055337 [ 254 ] {de73f0d5-7ddf-484b-9562-18e56b7e1e5d} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7399 | 2024.11.27 18:39:13.055577 [ 254 ] {de73f0d5-7ddf-484b-9562-18e56b7e1e5d} <Debug> executeQuery: Read 407 rows, 29.68 KiB in 0.00175 sec., 232571.42857142858 rows/sec., 16.56 MiB/sec. | ||
| 7400 | 2024.11.27 18:39:13.055665 [ 254 ] {de73f0d5-7ddf-484b-9562-18e56b7e1e5d} <Debug> TCPHandler: Processed in 0.001993489 sec. | ||
| 7401 | 2024.11.27 18:39:13.055875 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7402 | 2024.11.27 18:39:13.056023 [ 253 ] {d2a805f2-f083-4c0c-b60b-afe8096afc7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7403 | 2024.11.27 18:39:13.056085 [ 253 ] {d2a805f2-f083-4c0c-b60b-afe8096afc7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7404 | 2024.11.27 18:39:13.056604 [ 253 ] {d2a805f2-f083-4c0c-b60b-afe8096afc7b} <Trace> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7405 | 2024.11.27 18:39:13.056645 [ 253 ] {d2a805f2-f083-4c0c-b60b-afe8096afc7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 7406 | 2024.11.27 18:39:13.057028 [ 253 ] {d2a805f2-f083-4c0c-b60b-afe8096afc7b} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 7407 | 2024.11.27 18:39:13.057283 [ 253 ] {d2a805f2-f083-4c0c-b60b-afe8096afc7b} <Trace> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7408 | 2024.11.27 18:39:13.057505 [ 253 ] {d2a805f2-f083-4c0c-b60b-afe8096afc7b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001515 sec., 3960.39603960396 rows/sec., 206.92 KiB/sec. | ||
| 7409 | 2024.11.27 18:39:13.057557 [ 253 ] {d2a805f2-f083-4c0c-b60b-afe8096afc7b} <Debug> TCPHandler: Processed in 0.001790676 sec. | ||
| 7410 | 2024.11.27 18:39:13.057717 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7411 | 2024.11.27 18:39:13.057854 [ 254 ] {06882040-c07c-43c3-b9f4-c0fd43289890} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7412 | 2024.11.27 18:39:13.057916 [ 254 ] {06882040-c07c-43c3-b9f4-c0fd43289890} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7413 | 2024.11.27 18:39:13.058561 [ 254 ] {06882040-c07c-43c3-b9f4-c0fd43289890} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7414 | 2024.11.27 18:39:13.058599 [ 254 ] {06882040-c07c-43c3-b9f4-c0fd43289890} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 7415 | 2024.11.27 18:39:13.058989 [ 254 ] {06882040-c07c-43c3-b9f4-c0fd43289890} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 7416 | 2024.11.27 18:39:13.059222 [ 254 ] {06882040-c07c-43c3-b9f4-c0fd43289890} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7417 | 2024.11.27 18:39:13.059473 [ 254 ] {06882040-c07c-43c3-b9f4-c0fd43289890} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001646 sec., 143985.4191980559 rows/sec., 9.65 MiB/sec. | ||
| 7418 | 2024.11.27 18:39:13.059626 [ 254 ] {06882040-c07c-43c3-b9f4-c0fd43289890} <Debug> TCPHandler: Processed in 0.001974209 sec. | ||
| 7419 | 2024.11.27 18:39:13.059893 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7420 | 2024.11.27 18:39:13.060039 [ 253 ] {f8ae0b14-6aab-4c29-bc29-eb97e3622d3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7421 | 2024.11.27 18:39:13.060100 [ 253 ] {f8ae0b14-6aab-4c29-bc29-eb97e3622d3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7422 | 2024.11.27 18:39:13.060601 [ 253 ] {f8ae0b14-6aab-4c29-bc29-eb97e3622d3a} <Trace> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7423 | 2024.11.27 18:39:13.060645 [ 253 ] {f8ae0b14-6aab-4c29-bc29-eb97e3622d3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 7424 | 2024.11.27 18:39:13.061016 [ 253 ] {f8ae0b14-6aab-4c29-bc29-eb97e3622d3a} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 7425 | 2024.11.27 18:39:13.061260 [ 253 ] {f8ae0b14-6aab-4c29-bc29-eb97e3622d3a} <Trace> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7426 | 2024.11.27 18:39:13.061438 [ 87 ] {} <Debug> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653) (MergerMutator): Selected 6 parts from all_1_15_3 to all_20_20_0 | ||
| 7427 | 2024.11.27 18:39:13.061500 [ 253 ] {f8ae0b14-6aab-4c29-bc29-eb97e3622d3a} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00149 sec., 671.1409395973154 rows/sec., 45.22 KiB/sec. | ||
| 7428 | 2024.11.27 18:39:13.061519 [ 87 ] {} <Trace> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7429 | 2024.11.27 18:39:13.061589 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 7430 | 2024.11.27 18:39:13.061621 [ 253 ] {f8ae0b14-6aab-4c29-bc29-eb97e3622d3a} <Debug> TCPHandler: Processed in 0.001868467 sec. | ||
| 7431 | 2024.11.27 18:39:13.061846 [ 194 ] {5a65aebe-f093-4059-a447-e7898681b653::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 | ||
| 7432 | 2024.11.27 18:39:13.061866 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7433 | 2024.11.27 18:39:13.061987 [ 194 ] {5a65aebe-f093-4059-a447-e7898681b653::all_1_20_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7434 | 2024.11.27 18:39:13.062069 [ 194 ] {5a65aebe-f093-4059-a447-e7898681b653::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_15_3, total 15 rows starting from the beginning of the part | ||
| 7435 | 2024.11.27 18:39:13.062123 [ 254 ] {19149218-2f8c-4840-a9a1-48ecbc5faac5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7436 | 2024.11.27 18:39:13.062223 [ 194 ] {5a65aebe-f093-4059-a447-e7898681b653::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 1 rows starting from the beginning of the part | ||
| 7437 | 2024.11.27 18:39:13.062599 [ 254 ] {19149218-2f8c-4840-a9a1-48ecbc5faac5} <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 | ||
| 7438 | 2024.11.27 18:39:13.062629 [ 194 ] {5a65aebe-f093-4059-a447-e7898681b653::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 1 rows starting from the beginning of the part | ||
| 7439 | 2024.11.27 18:39:13.062983 [ 194 ] {5a65aebe-f093-4059-a447-e7898681b653::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 1 rows starting from the beginning of the part | ||
| 7440 | 2024.11.27 18:39:13.063399 [ 194 ] {5a65aebe-f093-4059-a447-e7898681b653::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 1 rows starting from the beginning of the part | ||
| 7441 | 2024.11.27 18:39:13.063734 [ 194 ] {5a65aebe-f093-4059-a447-e7898681b653::all_1_20_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 1 rows starting from the beginning of the part | ||
| 7442 | 2024.11.27 18:39:13.067202 [ 194 ] {5a65aebe-f093-4059-a447-e7898681b653::all_1_20_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 20 rows, containing 4 columns (4 merged, 0 gathered) in 0.005505261 sec., 3632.8886132737393 rows/sec., 244.79 KiB/sec. | ||
| 7443 | 2024.11.27 18:39:13.067406 [ 194 ] {5a65aebe-f093-4059-a447-e7898681b653::all_1_20_4} <Trace> MergedBlockOutputStream: filled checksums all_1_20_4 (state Temporary) | ||
| 7444 | 2024.11.27 18:39:13.068039 [ 254 ] {19149218-2f8c-4840-a9a1-48ecbc5faac5} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7445 | 2024.11.27 18:39:13.068047 [ 194 ] {5a65aebe-f093-4059-a447-e7898681b653::all_1_20_4} <Trace> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653): Renaming temporary part tmp_merge_all_1_20_4 to all_1_20_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7446 | 2024.11.27 18:39:13.068105 [ 254 ] {19149218-2f8c-4840-a9a1-48ecbc5faac5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 7447 | 2024.11.27 18:39:13.068223 [ 194 ] {5a65aebe-f093-4059-a447-e7898681b653::all_1_20_4} <Trace> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653) (MergerMutator): Merged 6 parts: [all_1_15_3, all_20_20_0] -> all_1_20_4 | ||
| 7448 | 2024.11.27 18:39:13.068386 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 7449 | 2024.11.27 18:39:13.069003 [ 254 ] {19149218-2f8c-4840-a9a1-48ecbc5faac5} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 7450 | 2024.11.27 18:39:13.069268 [ 254 ] {19149218-2f8c-4840-a9a1-48ecbc5faac5} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7451 | 2024.11.27 18:39:13.069508 [ 254 ] {19149218-2f8c-4840-a9a1-48ecbc5faac5} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.007467 sec., 3348.064818534887 rows/sec., 6.00 MiB/sec. | ||
| 7452 | 2024.11.27 18:39:13.069640 [ 254 ] {19149218-2f8c-4840-a9a1-48ecbc5faac5} <Debug> TCPHandler: Processed in 0.007922317 sec. | ||
| 7453 | 2024.11.27 18:39:13.069796 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7454 | 2024.11.27 18:39:13.069919 [ 253 ] {cb74946e-07bc-4732-9cbc-f1763724ac95} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7455 | 2024.11.27 18:39:13.069971 [ 253 ] {cb74946e-07bc-4732-9cbc-f1763724ac95} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7456 | 2024.11.27 18:39:13.070474 [ 253 ] {cb74946e-07bc-4732-9cbc-f1763724ac95} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7457 | 2024.11.27 18:39:13.070515 [ 253 ] {cb74946e-07bc-4732-9cbc-f1763724ac95} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 7458 | 2024.11.27 18:39:13.070902 [ 253 ] {cb74946e-07bc-4732-9cbc-f1763724ac95} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 7459 | 2024.11.27 18:39:13.071151 [ 253 ] {cb74946e-07bc-4732-9cbc-f1763724ac95} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7460 | 2024.11.27 18:39:13.071385 [ 253 ] {cb74946e-07bc-4732-9cbc-f1763724ac95} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001492 sec., 54959.7855227882 rows/sec., 3.49 MiB/sec. | ||
| 7461 | 2024.11.27 18:39:13.071443 [ 253 ] {cb74946e-07bc-4732-9cbc-f1763724ac95} <Debug> TCPHandler: Processed in 0.001704535 sec. | ||
| 7462 | 2024.11.27 18:39:13.713145 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 287 | ||
| 7463 | 2024.11.27 18:39:13.732915 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7464 | 2024.11.27 18:39:13.732978 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 7465 | 2024.11.27 18:39:13.740516 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 7466 | 2024.11.27 18:39:13.741295 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7467 | 2024.11.27 18:39:13.745147 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 287 | ||
| 7468 | 2024.11.27 18:39:17.539029 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1054 | ||
| 7469 | 2024.11.27 18:39:17.542228 [ 242 ] {} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7470 | 2024.11.27 18:39:17.542290 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 7471 | 2024.11.27 18:39:17.543832 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 7472 | 2024.11.27 18:39:17.544169 [ 242 ] {} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7473 | 2024.11.27 18:39:17.545463 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1054 | ||
| 7474 | 2024.11.27 18:39:18.065652 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7475 | 2024.11.27 18:39:18.065828 [ 253 ] {8c7c12e3-8aff-414c-aed7-7bd8dc315ad3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 7476 | 2024.11.27 18:39:18.065900 [ 253 ] {8c7c12e3-8aff-414c-aed7-7bd8dc315ad3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 7477 | 2024.11.27 18:39:18.066592 [ 253 ] {8c7c12e3-8aff-414c-aed7-7bd8dc315ad3} <Trace> oximeter.fields_ipaddr (53955b2a-eb56-41e3-a1fe-af6ea47fe91e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7478 | 2024.11.27 18:39:18.066641 [ 253 ] {8c7c12e3-8aff-414c-aed7-7bd8dc315ad3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 7479 | 2024.11.27 18:39:18.067050 [ 253 ] {8c7c12e3-8aff-414c-aed7-7bd8dc315ad3} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 7480 | 2024.11.27 18:39:18.067304 [ 253 ] {8c7c12e3-8aff-414c-aed7-7bd8dc315ad3} <Trace> oximeter.fields_ipaddr (53955b2a-eb56-41e3-a1fe-af6ea47fe91e): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7481 | 2024.11.27 18:39:18.067530 [ 253 ] {8c7c12e3-8aff-414c-aed7-7bd8dc315ad3} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001751 sec., 1142.204454597373 rows/sec., 93.14 KiB/sec. | ||
| 7482 | 2024.11.27 18:39:18.067594 [ 253 ] {8c7c12e3-8aff-414c-aed7-7bd8dc315ad3} <Debug> TCPHandler: Processed in 0.00204743 sec. | ||
| 7483 | 2024.11.27 18:39:18.067823 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7484 | 2024.11.27 18:39:18.068009 [ 254 ] {a93ae2e5-6bd8-4e30-a7c6-5083686f8ee4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7485 | 2024.11.27 18:39:18.068082 [ 254 ] {a93ae2e5-6bd8-4e30-a7c6-5083686f8ee4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7486 | 2024.11.27 18:39:18.069526 [ 254 ] {a93ae2e5-6bd8-4e30-a7c6-5083686f8ee4} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7487 | 2024.11.27 18:39:18.069571 [ 254 ] {a93ae2e5-6bd8-4e30-a7c6-5083686f8ee4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 7488 | 2024.11.27 18:39:18.070102 [ 254 ] {a93ae2e5-6bd8-4e30-a7c6-5083686f8ee4} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 7489 | 2024.11.27 18:39:18.070355 [ 254 ] {a93ae2e5-6bd8-4e30-a7c6-5083686f8ee4} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7490 | 2024.11.27 18:39:18.070508 [ 82 ] {} <Debug> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 7491 | 2024.11.27 18:39:18.070562 [ 82 ] {} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7492 | 2024.11.27 18:39:18.070572 [ 254 ] {a93ae2e5-6bd8-4e30-a7c6-5083686f8ee4} <Debug> executeQuery: Read 1229 rows, 103.59 KiB in 0.002613 sec., 470340.6046689629 rows/sec., 38.72 MiB/sec. | ||
| 7493 | 2024.11.27 18:39:18.070593 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 7494 | 2024.11.27 18:39:18.070708 [ 254 ] {a93ae2e5-6bd8-4e30-a7c6-5083686f8ee4} <Debug> TCPHandler: Processed in 0.003002454 sec. | ||
| 7495 | 2024.11.27 18:39:18.070962 [ 197 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::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 | ||
| 7496 | 2024.11.27 18:39:18.071175 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7497 | 2024.11.27 18:39:18.071388 [ 197 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7498 | 2024.11.27 18:39:18.071486 [ 197 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1435 rows starting from the beginning of the part | ||
| 7499 | 2024.11.27 18:39:18.071571 [ 253 ] {8abe08ec-a7cd-4b7f-847c-16a46b3a6ce2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7500 | 2024.11.27 18:39:18.071717 [ 253 ] {8abe08ec-a7cd-4b7f-847c-16a46b3a6ce2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7501 | 2024.11.27 18:39:18.071724 [ 197 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 88 rows starting from the beginning of the part | ||
| 7502 | 2024.11.27 18:39:18.072160 [ 197 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 257 rows starting from the beginning of the part | ||
| 7503 | 2024.11.27 18:39:18.072445 [ 197 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 88 rows starting from the beginning of the part | ||
| 7504 | 2024.11.27 18:39:18.072807 [ 197 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 253 rows starting from the beginning of the part | ||
| 7505 | 2024.11.27 18:39:18.073203 [ 197 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 1229 rows starting from the beginning of the part | ||
| 7506 | 2024.11.27 18:39:18.074630 [ 253 ] {8abe08ec-a7cd-4b7f-847c-16a46b3a6ce2} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7507 | 2024.11.27 18:39:18.074698 [ 253 ] {8abe08ec-a7cd-4b7f-847c-16a46b3a6ce2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 7508 | 2024.11.27 18:39:18.075726 [ 253 ] {8abe08ec-a7cd-4b7f-847c-16a46b3a6ce2} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 7509 | 2024.11.27 18:39:18.076091 [ 253 ] {8abe08ec-a7cd-4b7f-847c-16a46b3a6ce2} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7510 | 2024.11.27 18:39:18.076355 [ 253 ] {8abe08ec-a7cd-4b7f-847c-16a46b3a6ce2} <Debug> executeQuery: Read 18 rows, 1.34 KiB in 0.004861 sec., 3702.941781526435 rows/sec., 276.23 KiB/sec. | ||
| 7511 | 2024.11.27 18:39:18.076480 [ 253 ] {8abe08ec-a7cd-4b7f-847c-16a46b3a6ce2} <Debug> TCPHandler: Processed in 0.005601173 sec. | ||
| 7512 | 2024.11.27 18:39:18.076789 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7513 | 2024.11.27 18:39:18.076865 [ 197 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3350 rows, containing 5 columns (5 merged, 0 gathered) in 0.006157951 sec., 544012.1235131621 rows/sec., 47.55 MiB/sec. | ||
| 7514 | 2024.11.27 18:39:18.076963 [ 254 ] {7b9cca26-43d5-4d3c-bbd0-91b78a9c1fba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7515 | 2024.11.27 18:39:18.077021 [ 254 ] {7b9cca26-43d5-4d3c-bbd0-91b78a9c1fba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7516 | 2024.11.27 18:39:18.077172 [ 187 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 7517 | 2024.11.27 18:39:18.077595 [ 187 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_56_11} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7518 | 2024.11.27 18:39:18.077719 [ 187 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_56_11} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 7519 | 2024.11.27 18:39:18.077839 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. | ||
| 7520 | 2024.11.27 18:39:18.077952 [ 254 ] {7b9cca26-43d5-4d3c-bbd0-91b78a9c1fba} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7521 | 2024.11.27 18:39:18.077991 [ 254 ] {7b9cca26-43d5-4d3c-bbd0-91b78a9c1fba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 7522 | 2024.11.27 18:39:18.078364 [ 254 ] {7b9cca26-43d5-4d3c-bbd0-91b78a9c1fba} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 7523 | 2024.11.27 18:39:18.078601 [ 254 ] {7b9cca26-43d5-4d3c-bbd0-91b78a9c1fba} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7524 | 2024.11.27 18:39:18.078789 [ 254 ] {7b9cca26-43d5-4d3c-bbd0-91b78a9c1fba} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001865 sec., 122252.0107238606 rows/sec., 8.28 MiB/sec. | ||
| 7525 | 2024.11.27 18:39:18.078845 [ 254 ] {7b9cca26-43d5-4d3c-bbd0-91b78a9c1fba} <Debug> TCPHandler: Processed in 0.002236483 sec. | ||
| 7526 | 2024.11.27 18:39:18.079000 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7527 | 2024.11.27 18:39:18.079143 [ 253 ] {170b050a-6443-4db7-a231-1e251d42ffb6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7528 | 2024.11.27 18:39:18.079205 [ 253 ] {170b050a-6443-4db7-a231-1e251d42ffb6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7529 | 2024.11.27 18:39:18.080076 [ 253 ] {170b050a-6443-4db7-a231-1e251d42ffb6} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7530 | 2024.11.27 18:39:18.080117 [ 253 ] {170b050a-6443-4db7-a231-1e251d42ffb6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 7531 | 2024.11.27 18:39:18.080529 [ 253 ] {170b050a-6443-4db7-a231-1e251d42ffb6} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 7532 | 2024.11.27 18:39:18.080791 [ 253 ] {170b050a-6443-4db7-a231-1e251d42ffb6} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7533 | 2024.11.27 18:39:18.080961 [ 82 ] {} <Debug> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 7534 | 2024.11.27 18:39:18.081020 [ 82 ] {} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7535 | 2024.11.27 18:39:18.081035 [ 253 ] {170b050a-6443-4db7-a231-1e251d42ffb6} <Debug> executeQuery: Read 538 rows, 40.85 KiB in 0.001914 sec., 281086.72936259146 rows/sec., 20.84 MiB/sec. | ||
| 7536 | 2024.11.27 18:39:18.081066 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 7537 | 2024.11.27 18:39:18.081229 [ 253 ] {170b050a-6443-4db7-a231-1e251d42ffb6} <Debug> TCPHandler: Processed in 0.002297194 sec. | ||
| 7538 | 2024.11.27 18:39:18.081507 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7539 | 2024.11.27 18:39:18.081573 [ 195 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::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 | ||
| 7540 | 2024.11.27 18:39:18.081936 [ 254 ] {86941f3c-91f6-44c3-a9d0-0a37b21b2a56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7541 | 2024.11.27 18:39:18.082154 [ 254 ] {86941f3c-91f6-44c3-a9d0-0a37b21b2a56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7542 | 2024.11.27 18:39:18.082268 [ 195 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7543 | 2024.11.27 18:39:18.082438 [ 195 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 915 rows starting from the beginning of the part | ||
| 7544 | 2024.11.27 18:39:18.082903 [ 195 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 80 rows starting from the beginning of the part | ||
| 7545 | 2024.11.27 18:39:18.083345 [ 195 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 415 rows starting from the beginning of the part | ||
| 7546 | 2024.11.27 18:39:18.083771 [ 195 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 80 rows starting from the beginning of the part | ||
| 7547 | 2024.11.27 18:39:18.084130 [ 195 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 407 rows starting from the beginning of the part | ||
| 7548 | 2024.11.27 18:39:18.084471 [ 195 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 538 rows starting from the beginning of the part | ||
| 7549 | 2024.11.27 18:39:18.085271 [ 254 ] {86941f3c-91f6-44c3-a9d0-0a37b21b2a56} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7550 | 2024.11.27 18:39:18.085314 [ 254 ] {86941f3c-91f6-44c3-a9d0-0a37b21b2a56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 7551 | 2024.11.27 18:39:18.085975 [ 254 ] {86941f3c-91f6-44c3-a9d0-0a37b21b2a56} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 7552 | 2024.11.27 18:39:18.086240 [ 254 ] {86941f3c-91f6-44c3-a9d0-0a37b21b2a56} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7553 | 2024.11.27 18:39:18.086480 [ 82 ] {} <Debug> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 7554 | 2024.11.27 18:39:18.086488 [ 187 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2435 rows, containing 5 columns (5 merged, 0 gathered) in 0.005295888 sec., 459790.6904375621 rows/sec., 35.28 MiB/sec. | ||
| 7555 | 2024.11.27 18:39:18.086536 [ 82 ] {} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7556 | 2024.11.27 18:39:18.086567 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 7557 | 2024.11.27 18:39:18.086569 [ 254 ] {86941f3c-91f6-44c3-a9d0-0a37b21b2a56} <Debug> executeQuery: Read 881 rows, 60.70 KiB in 0.004782 sec., 184232.53868674196 rows/sec., 12.40 MiB/sec. | ||
| 7558 | 2024.11.27 18:39:18.086735 [ 187 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 7559 | 2024.11.27 18:39:18.086810 [ 254 ] {86941f3c-91f6-44c3-a9d0-0a37b21b2a56} <Debug> TCPHandler: Processed in 0.005458461 sec. | ||
| 7560 | 2024.11.27 18:39:18.086868 [ 199 ] {67d43675-535f-43d0-af84-f38bbc85c22c::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 | ||
| 7561 | 2024.11.27 18:39:18.087128 [ 199 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7562 | 2024.11.27 18:39:18.087153 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7563 | 2024.11.27 18:39:18.087191 [ 199 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_51_10, total 15907 rows starting from the beginning of the part | ||
| 7564 | 2024.11.27 18:39:18.087266 [ 187 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_56_11} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7565 | 2024.11.27 18:39:18.087536 [ 199 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 160 rows starting from the beginning of the part | ||
| 7566 | 2024.11.27 18:39:18.087581 [ 187 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_56_11} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 7567 | 2024.11.27 18:39:18.087982 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 7568 | 2024.11.27 18:39:18.088045 [ 199 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 241 rows starting from the beginning of the part | ||
| 7569 | 2024.11.27 18:39:18.088382 [ 199 ] {67d43675-535f-43d0-af84-f38bbc85c22c::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 | ||
| 7570 | 2024.11.27 18:39:18.088721 [ 199 ] {67d43675-535f-43d0-af84-f38bbc85c22c::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 | ||
| 7571 | 2024.11.27 18:39:18.089018 [ 199 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 881 rows starting from the beginning of the part | ||
| 7572 | 2024.11.27 18:39:18.089535 [ 253 ] {5c321be3-815b-4172-abe6-e33134f99093} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7573 | 2024.11.27 18:39:18.089791 [ 253 ] {5c321be3-815b-4172-abe6-e33134f99093} <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 | ||
| 7574 | 2024.11.27 18:39:18.093188 [ 253 ] {5c321be3-815b-4172-abe6-e33134f99093} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7575 | 2024.11.27 18:39:18.093245 [ 253 ] {5c321be3-815b-4172-abe6-e33134f99093} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 7576 | 2024.11.27 18:39:18.094138 [ 253 ] {5c321be3-815b-4172-abe6-e33134f99093} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 7577 | 2024.11.27 18:39:18.094452 [ 253 ] {5c321be3-815b-4172-abe6-e33134f99093} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7578 | 2024.11.27 18:39:18.094762 [ 253 ] {5c321be3-815b-4172-abe6-e33134f99093} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.006397 sec., 2501.1724245740193 rows/sec., 4.48 MiB/sec. | ||
| 7579 | 2024.11.27 18:39:18.094910 [ 253 ] {5c321be3-815b-4172-abe6-e33134f99093} <Debug> TCPHandler: Processed in 0.007973769 sec. | ||
| 7580 | 2024.11.27 18:39:18.095098 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7581 | 2024.11.27 18:39:18.095237 [ 254 ] {8705617d-0d02-46d6-bef0-324e0d0e9b55} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7582 | 2024.11.27 18:39:18.095304 [ 254 ] {8705617d-0d02-46d6-bef0-324e0d0e9b55} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7583 | 2024.11.27 18:39:18.096101 [ 254 ] {8705617d-0d02-46d6-bef0-324e0d0e9b55} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7584 | 2024.11.27 18:39:18.096149 [ 254 ] {8705617d-0d02-46d6-bef0-324e0d0e9b55} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 7585 | 2024.11.27 18:39:18.096437 [ 192 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 17586 rows, containing 5 columns (5 merged, 0 gathered) in 0.009762254 sec., 1801428.2357332641 rows/sec., 122.02 MiB/sec. | ||
| 7586 | 2024.11.27 18:39:18.096790 [ 254 ] {8705617d-0d02-46d6-bef0-324e0d0e9b55} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 7587 | 2024.11.27 18:39:18.096952 [ 192 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 7588 | 2024.11.27 18:39:18.097246 [ 254 ] {8705617d-0d02-46d6-bef0-324e0d0e9b55} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7589 | 2024.11.27 18:39:18.097484 [ 82 ] {} <Debug> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 7590 | 2024.11.27 18:39:18.097575 [ 82 ] {} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7591 | 2024.11.27 18:39:18.097644 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 7592 | 2024.11.27 18:39:18.097716 [ 254 ] {8705617d-0d02-46d6-bef0-324e0d0e9b55} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002447 sec., 24519.82018798529 rows/sec., 1.65 MiB/sec. | ||
| 7593 | 2024.11.27 18:39:18.098146 [ 192 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7594 | 2024.11.27 18:39:18.098152 [ 254 ] {8705617d-0d02-46d6-bef0-324e0d0e9b55} <Debug> TCPHandler: Processed in 0.003112816 sec. | ||
| 7595 | 2024.11.27 18:39:18.098227 [ 200 ] {c59724f6-f374-41a1-8302-611230e47527::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 | ||
| 7596 | 2024.11.27 18:39:18.098516 [ 192 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_56_11} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 7597 | 2024.11.27 18:39:18.098925 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.47 MiB. | ||
| 7598 | 2024.11.27 18:39:18.099007 [ 200 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7599 | 2024.11.27 18:39:18.099131 [ 200 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 3336 rows starting from the beginning of the part | ||
| 7600 | 2024.11.27 18:39:18.099403 [ 200 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 60 rows starting from the beginning of the part | ||
| 7601 | 2024.11.27 18:39:18.099503 [ 200 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 82 rows starting from the beginning of the part | ||
| 7602 | 2024.11.27 18:39:18.099571 [ 200 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 60 rows starting from the beginning of the part | ||
| 7603 | 2024.11.27 18:39:18.099665 [ 200 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 82 rows starting from the beginning of the part | ||
| 7604 | 2024.11.27 18:39:18.099729 [ 200 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 60 rows starting from the beginning of the part | ||
| 7605 | 2024.11.27 18:39:18.101458 [ 193 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3680 rows, containing 4 columns (4 merged, 0 gathered) in 0.003698305 sec., 995050.4352669669 rows/sec., 65.32 MiB/sec. | ||
| 7606 | 2024.11.27 18:39:18.101789 [ 188 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 7607 | 2024.11.27 18:39:18.102140 [ 188 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_56_11} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7608 | 2024.11.27 18:39:18.102236 [ 188 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_56_11} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 7609 | 2024.11.27 18:39:18.102352 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.74 MiB. | ||
| 7610 | 2024.11.27 18:39:19.953241 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 17873 | ||
| 7611 | 2024.11.27 18:39:19.953910 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7612 | 2024.11.27 18:39:19.953956 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 7613 | 2024.11.27 18:39:19.954485 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 7614 | 2024.11.27 18:39:19.954752 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7615 | 2024.11.27 18:39:19.954999 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 17873 | ||
| 7616 | 2024.11.27 18:39:21.245244 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 294 | ||
| 7617 | 2024.11.27 18:39:21.266229 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7618 | 2024.11.27 18:39:21.266291 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 7619 | 2024.11.27 18:39:21.273569 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 7620 | 2024.11.27 18:39:21.274350 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7621 | 2024.11.27 18:39:21.277167 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 294 | ||
| 7622 | 2024.11.27 18:39:23.042931 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7623 | 2024.11.27 18:39:23.043150 [ 253 ] {e1e338ae-0aae-4519-b984-f9f6acc9bce1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7624 | 2024.11.27 18:39:23.043232 [ 253 ] {e1e338ae-0aae-4519-b984-f9f6acc9bce1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7625 | 2024.11.27 18:39:23.044014 [ 253 ] {e1e338ae-0aae-4519-b984-f9f6acc9bce1} <Trace> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7626 | 2024.11.27 18:39:23.044063 [ 253 ] {e1e338ae-0aae-4519-b984-f9f6acc9bce1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 7627 | 2024.11.27 18:39:23.044511 [ 253 ] {e1e338ae-0aae-4519-b984-f9f6acc9bce1} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 7628 | 2024.11.27 18:39:23.044770 [ 253 ] {e1e338ae-0aae-4519-b984-f9f6acc9bce1} <Trace> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7629 | 2024.11.27 18:39:23.044997 [ 253 ] {e1e338ae-0aae-4519-b984-f9f6acc9bce1} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001908 sec., 7337.526205450734 rows/sec., 528.20 KiB/sec. | ||
| 7630 | 2024.11.27 18:39:23.045052 [ 253 ] {e1e338ae-0aae-4519-b984-f9f6acc9bce1} <Debug> TCPHandler: Processed in 0.002264273 sec. | ||
| 7631 | 2024.11.27 18:39:23.045290 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7632 | 2024.11.27 18:39:23.045497 [ 254 ] {2a4b9b8f-3fea-4eff-b3e1-07a04462379a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7633 | 2024.11.27 18:39:23.045579 [ 254 ] {2a4b9b8f-3fea-4eff-b3e1-07a04462379a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7634 | 2024.11.27 18:39:23.046458 [ 254 ] {2a4b9b8f-3fea-4eff-b3e1-07a04462379a} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7635 | 2024.11.27 18:39:23.046500 [ 254 ] {2a4b9b8f-3fea-4eff-b3e1-07a04462379a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 7636 | 2024.11.27 18:39:23.046954 [ 254 ] {2a4b9b8f-3fea-4eff-b3e1-07a04462379a} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 7637 | 2024.11.27 18:39:23.047203 [ 254 ] {2a4b9b8f-3fea-4eff-b3e1-07a04462379a} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7638 | 2024.11.27 18:39:23.047407 [ 254 ] {2a4b9b8f-3fea-4eff-b3e1-07a04462379a} <Debug> executeQuery: Read 253 rows, 22.72 KiB in 0.001967 sec., 128622.267412303 rows/sec., 11.28 MiB/sec. | ||
| 7639 | 2024.11.27 18:39:23.047471 [ 254 ] {2a4b9b8f-3fea-4eff-b3e1-07a04462379a} <Debug> TCPHandler: Processed in 0.002314715 sec. | ||
| 7640 | 2024.11.27 18:39:23.047704 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7641 | 2024.11.27 18:39:23.047928 [ 253 ] {5f378664-f2bd-4052-ac25-b6e799b0553a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7642 | 2024.11.27 18:39:23.048020 [ 253 ] {5f378664-f2bd-4052-ac25-b6e799b0553a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7643 | 2024.11.27 18:39:23.048883 [ 253 ] {5f378664-f2bd-4052-ac25-b6e799b0553a} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7644 | 2024.11.27 18:39:23.048924 [ 253 ] {5f378664-f2bd-4052-ac25-b6e799b0553a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 7645 | 2024.11.27 18:39:23.049285 [ 253 ] {5f378664-f2bd-4052-ac25-b6e799b0553a} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 7646 | 2024.11.27 18:39:23.049540 [ 253 ] {5f378664-f2bd-4052-ac25-b6e799b0553a} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7647 | 2024.11.27 18:39:23.049778 [ 253 ] {5f378664-f2bd-4052-ac25-b6e799b0553a} <Debug> executeQuery: Read 32 rows, 2.34 KiB in 0.001901 sec., 16833.245660178854 rows/sec., 1.20 MiB/sec. | ||
| 7648 | 2024.11.27 18:39:23.049861 [ 253 ] {5f378664-f2bd-4052-ac25-b6e799b0553a} <Debug> TCPHandler: Processed in 0.002270913 sec. | ||
| 7649 | 2024.11.27 18:39:23.050087 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7650 | 2024.11.27 18:39:23.050271 [ 254 ] {59983d26-5d79-453e-9bd7-ad436a2c5766} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7651 | 2024.11.27 18:39:23.050333 [ 254 ] {59983d26-5d79-453e-9bd7-ad436a2c5766} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7652 | 2024.11.27 18:39:23.050970 [ 254 ] {59983d26-5d79-453e-9bd7-ad436a2c5766} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7653 | 2024.11.27 18:39:23.051009 [ 254 ] {59983d26-5d79-453e-9bd7-ad436a2c5766} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 7654 | 2024.11.27 18:39:23.051368 [ 254 ] {59983d26-5d79-453e-9bd7-ad436a2c5766} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 7655 | 2024.11.27 18:39:23.051609 [ 254 ] {59983d26-5d79-453e-9bd7-ad436a2c5766} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7656 | 2024.11.27 18:39:23.051792 [ 254 ] {59983d26-5d79-453e-9bd7-ad436a2c5766} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001557 sec., 8991.65061014772 rows/sec., 629.72 KiB/sec. | ||
| 7657 | 2024.11.27 18:39:23.051847 [ 254 ] {59983d26-5d79-453e-9bd7-ad436a2c5766} <Debug> TCPHandler: Processed in 0.001897578 sec. | ||
| 7658 | 2024.11.27 18:39:23.052004 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7659 | 2024.11.27 18:39:23.052141 [ 253 ] {c34e236f-fd5b-4d56-90d5-c84203c8b70d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7660 | 2024.11.27 18:39:23.052200 [ 253 ] {c34e236f-fd5b-4d56-90d5-c84203c8b70d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7661 | 2024.11.27 18:39:23.052835 [ 253 ] {c34e236f-fd5b-4d56-90d5-c84203c8b70d} <Trace> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7662 | 2024.11.27 18:39:23.052876 [ 253 ] {c34e236f-fd5b-4d56-90d5-c84203c8b70d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 7663 | 2024.11.27 18:39:23.053235 [ 253 ] {c34e236f-fd5b-4d56-90d5-c84203c8b70d} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 7664 | 2024.11.27 18:39:23.053472 [ 253 ] {c34e236f-fd5b-4d56-90d5-c84203c8b70d} <Trace> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7665 | 2024.11.27 18:39:23.053737 [ 253 ] {c34e236f-fd5b-4d56-90d5-c84203c8b70d} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001614 sec., 8054.522924411401 rows/sec., 502.20 KiB/sec. | ||
| 7666 | 2024.11.27 18:39:23.053929 [ 253 ] {c34e236f-fd5b-4d56-90d5-c84203c8b70d} <Debug> TCPHandler: Processed in 0.00198321 sec. | ||
| 7667 | 2024.11.27 18:39:23.054150 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7668 | 2024.11.27 18:39:23.054293 [ 254 ] {7a744c22-5837-4f79-abad-7fff43d6bc77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7669 | 2024.11.27 18:39:23.054343 [ 254 ] {7a744c22-5837-4f79-abad-7fff43d6bc77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7670 | 2024.11.27 18:39:23.055084 [ 254 ] {7a744c22-5837-4f79-abad-7fff43d6bc77} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7671 | 2024.11.27 18:39:23.055124 [ 254 ] {7a744c22-5837-4f79-abad-7fff43d6bc77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 7672 | 2024.11.27 18:39:23.055518 [ 254 ] {7a744c22-5837-4f79-abad-7fff43d6bc77} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 7673 | 2024.11.27 18:39:23.055754 [ 254 ] {7a744c22-5837-4f79-abad-7fff43d6bc77} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7674 | 2024.11.27 18:39:23.055930 [ 254 ] {7a744c22-5837-4f79-abad-7fff43d6bc77} <Debug> executeQuery: Read 407 rows, 29.68 KiB in 0.001663 sec., 244738.42453397476 rows/sec., 17.43 MiB/sec. | ||
| 7675 | 2024.11.27 18:39:23.055984 [ 254 ] {7a744c22-5837-4f79-abad-7fff43d6bc77} <Debug> TCPHandler: Processed in 0.001959469 sec. | ||
| 7676 | 2024.11.27 18:39:23.056142 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7677 | 2024.11.27 18:39:23.056282 [ 253 ] {b10dd73a-af13-4f38-978e-97b0ed245104} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7678 | 2024.11.27 18:39:23.056343 [ 253 ] {b10dd73a-af13-4f38-978e-97b0ed245104} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7679 | 2024.11.27 18:39:23.056863 [ 253 ] {b10dd73a-af13-4f38-978e-97b0ed245104} <Trace> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7680 | 2024.11.27 18:39:23.056904 [ 253 ] {b10dd73a-af13-4f38-978e-97b0ed245104} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 7681 | 2024.11.27 18:39:23.057276 [ 253 ] {b10dd73a-af13-4f38-978e-97b0ed245104} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 7682 | 2024.11.27 18:39:23.057521 [ 253 ] {b10dd73a-af13-4f38-978e-97b0ed245104} <Trace> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7683 | 2024.11.27 18:39:23.057672 [ 78 ] {} <Debug> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 7684 | 2024.11.27 18:39:23.057742 [ 78 ] {} <Trace> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7685 | 2024.11.27 18:39:23.057775 [ 253 ] {b10dd73a-af13-4f38-978e-97b0ed245104} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001508 sec., 3978.7798408488065 rows/sec., 207.88 KiB/sec. | ||
| 7686 | 2024.11.27 18:39:23.057782 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 7687 | 2024.11.27 18:39:23.057893 [ 253 ] {b10dd73a-af13-4f38-978e-97b0ed245104} <Debug> TCPHandler: Processed in 0.001815427 sec. | ||
| 7688 | 2024.11.27 18:39:23.058122 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7689 | 2024.11.27 18:39:23.058207 [ 200 ] {4a23b31e-2fab-45ac-a10f-cd78611343e3::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 | ||
| 7690 | 2024.11.27 18:39:23.058303 [ 254 ] {a082875d-db63-4934-8947-5e1f4a352f03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7691 | 2024.11.27 18:39:23.058418 [ 254 ] {a082875d-db63-4934-8947-5e1f4a352f03} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7692 | 2024.11.27 18:39:23.058683 [ 200 ] {4a23b31e-2fab-45ac-a10f-cd78611343e3::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7693 | 2024.11.27 18:39:23.058784 [ 200 ] {4a23b31e-2fab-45ac-a10f-cd78611343e3::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 96 rows starting from the beginning of the part | ||
| 7694 | 2024.11.27 18:39:23.059116 [ 200 ] {4a23b31e-2fab-45ac-a10f-cd78611343e3::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 6 rows starting from the beginning of the part | ||
| 7695 | 2024.11.27 18:39:23.059350 [ 200 ] {4a23b31e-2fab-45ac-a10f-cd78611343e3::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 6 rows starting from the beginning of the part | ||
| 7696 | 2024.11.27 18:39:23.059706 [ 200 ] {4a23b31e-2fab-45ac-a10f-cd78611343e3::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 6 rows starting from the beginning of the part | ||
| 7697 | 2024.11.27 18:39:23.060119 [ 200 ] {4a23b31e-2fab-45ac-a10f-cd78611343e3::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 6 rows starting from the beginning of the part | ||
| 7698 | 2024.11.27 18:39:23.060544 [ 200 ] {4a23b31e-2fab-45ac-a10f-cd78611343e3::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 6 rows starting from the beginning of the part | ||
| 7699 | 2024.11.27 18:39:23.061301 [ 254 ] {a082875d-db63-4934-8947-5e1f4a352f03} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7700 | 2024.11.27 18:39:23.061362 [ 254 ] {a082875d-db63-4934-8947-5e1f4a352f03} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 7701 | 2024.11.27 18:39:23.062288 [ 254 ] {a082875d-db63-4934-8947-5e1f4a352f03} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 7702 | 2024.11.27 18:39:23.062811 [ 254 ] {a082875d-db63-4934-8947-5e1f4a352f03} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7703 | 2024.11.27 18:39:23.063172 [ 193 ] {4a23b31e-2fab-45ac-a10f-cd78611343e3::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 126 rows, containing 4 columns (4 merged, 0 gathered) in 0.005212247 sec., 24173.83520005863 rows/sec., 1.23 MiB/sec. | ||
| 7704 | 2024.11.27 18:39:23.063287 [ 254 ] {a082875d-db63-4934-8947-5e1f4a352f03} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005035 sec., 47070.506454816285 rows/sec., 3.15 MiB/sec. | ||
| 7705 | 2024.11.27 18:39:23.063373 [ 254 ] {a082875d-db63-4934-8947-5e1f4a352f03} <Debug> TCPHandler: Processed in 0.00537389 sec. | ||
| 7706 | 2024.11.27 18:39:23.063420 [ 191 ] {4a23b31e-2fab-45ac-a10f-cd78611343e3::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 7707 | 2024.11.27 18:39:23.063619 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7708 | 2024.11.27 18:39:23.063835 [ 253 ] {2eee1562-ac76-449e-a3b9-7428b23d9db0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7709 | 2024.11.27 18:39:23.063903 [ 191 ] {4a23b31e-2fab-45ac-a10f-cd78611343e3::all_1_21_4} <Trace> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7710 | 2024.11.27 18:39:23.063941 [ 253 ] {2eee1562-ac76-449e-a3b9-7428b23d9db0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7711 | 2024.11.27 18:39:23.064113 [ 191 ] {4a23b31e-2fab-45ac-a10f-cd78611343e3::all_1_21_4} <Trace> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 7712 | 2024.11.27 18:39:23.064329 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 7713 | 2024.11.27 18:39:23.064768 [ 253 ] {2eee1562-ac76-449e-a3b9-7428b23d9db0} <Trace> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7714 | 2024.11.27 18:39:23.064812 [ 253 ] {2eee1562-ac76-449e-a3b9-7428b23d9db0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 7715 | 2024.11.27 18:39:23.065183 [ 253 ] {2eee1562-ac76-449e-a3b9-7428b23d9db0} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 7716 | 2024.11.27 18:39:23.065439 [ 253 ] {2eee1562-ac76-449e-a3b9-7428b23d9db0} <Trace> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7717 | 2024.11.27 18:39:23.065697 [ 253 ] {2eee1562-ac76-449e-a3b9-7428b23d9db0} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001919 sec., 521.1047420531527 rows/sec., 35.11 KiB/sec. | ||
| 7718 | 2024.11.27 18:39:23.065905 [ 253 ] {2eee1562-ac76-449e-a3b9-7428b23d9db0} <Debug> TCPHandler: Processed in 0.002424676 sec. | ||
| 7719 | 2024.11.27 18:39:23.066077 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7720 | 2024.11.27 18:39:23.066197 [ 254 ] {98cf6ea3-8b63-4fdb-96c4-20b1331d669e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7721 | 2024.11.27 18:39:23.066279 [ 254 ] {98cf6ea3-8b63-4fdb-96c4-20b1331d669e} <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 | ||
| 7722 | 2024.11.27 18:39:23.067424 [ 254 ] {98cf6ea3-8b63-4fdb-96c4-20b1331d669e} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7723 | 2024.11.27 18:39:23.067462 [ 254 ] {98cf6ea3-8b63-4fdb-96c4-20b1331d669e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 7724 | 2024.11.27 18:39:23.068099 [ 254 ] {98cf6ea3-8b63-4fdb-96c4-20b1331d669e} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 7725 | 2024.11.27 18:39:23.068351 [ 254 ] {98cf6ea3-8b63-4fdb-96c4-20b1331d669e} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7726 | 2024.11.27 18:39:23.068598 [ 254 ] {98cf6ea3-8b63-4fdb-96c4-20b1331d669e} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.002428 sec., 10296.54036243822 rows/sec., 18.45 MiB/sec. | ||
| 7727 | 2024.11.27 18:39:23.068707 [ 254 ] {98cf6ea3-8b63-4fdb-96c4-20b1331d669e} <Debug> TCPHandler: Processed in 0.00268646 sec. | ||
| 7728 | 2024.11.27 18:39:23.068907 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7729 | 2024.11.27 18:39:23.069131 [ 253 ] {94932ee4-8b80-475e-8d4a-8dfffb136cac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7730 | 2024.11.27 18:39:23.069228 [ 253 ] {94932ee4-8b80-475e-8d4a-8dfffb136cac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7731 | 2024.11.27 18:39:23.069902 [ 253 ] {94932ee4-8b80-475e-8d4a-8dfffb136cac} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7732 | 2024.11.27 18:39:23.069943 [ 253 ] {94932ee4-8b80-475e-8d4a-8dfffb136cac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 7733 | 2024.11.27 18:39:23.070325 [ 253 ] {94932ee4-8b80-475e-8d4a-8dfffb136cac} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 7734 | 2024.11.27 18:39:23.070573 [ 253 ] {94932ee4-8b80-475e-8d4a-8dfffb136cac} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7735 | 2024.11.27 18:39:23.070795 [ 253 ] {94932ee4-8b80-475e-8d4a-8dfffb136cac} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001718 sec., 47729.91850989523 rows/sec., 3.03 MiB/sec. | ||
| 7736 | 2024.11.27 18:39:23.070847 [ 253 ] {94932ee4-8b80-475e-8d4a-8dfffb136cac} <Debug> TCPHandler: Processed in 0.00205075 sec. | ||
| 7737 | 2024.11.27 18:39:27.316653 [ 72 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 7738 | 2024.11.27 18:39:27.316749 [ 72 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 7739 | 2024.11.27 18:39:27.455148 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 18361 | ||
| 7740 | 2024.11.27 18:39:27.455887 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7741 | 2024.11.27 18:39:27.455940 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 7742 | 2024.11.27 18:39:27.456463 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 7743 | 2024.11.27 18:39:27.456735 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7744 | 2024.11.27 18:39:27.457013 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18361 | ||
| 7745 | 2024.11.27 18:39:27.545714 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 1092 | ||
| 7746 | 2024.11.27 18:39:27.549038 [ 242 ] {} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7747 | 2024.11.27 18:39:27.549093 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 7748 | 2024.11.27 18:39:27.550605 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 7749 | 2024.11.27 18:39:27.550937 [ 242 ] {} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7750 | 2024.11.27 18:39:27.552211 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1092 | ||
| 7751 | 2024.11.27 18:39:28.038967 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7752 | 2024.11.27 18:39:28.039173 [ 253 ] {02e8a87e-aee1-46c5-9d75-b993b57e285b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7753 | 2024.11.27 18:39:28.039257 [ 253 ] {02e8a87e-aee1-46c5-9d75-b993b57e285b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7754 | 2024.11.27 18:39:28.040115 [ 253 ] {02e8a87e-aee1-46c5-9d75-b993b57e285b} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7755 | 2024.11.27 18:39:28.040168 [ 253 ] {02e8a87e-aee1-46c5-9d75-b993b57e285b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 7756 | 2024.11.27 18:39:28.040613 [ 253 ] {02e8a87e-aee1-46c5-9d75-b993b57e285b} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 7757 | 2024.11.27 18:39:28.040878 [ 253 ] {02e8a87e-aee1-46c5-9d75-b993b57e285b} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7758 | 2024.11.27 18:39:28.041125 [ 253 ] {02e8a87e-aee1-46c5-9d75-b993b57e285b} <Debug> executeQuery: Read 88 rows, 7.40 KiB in 0.002008 sec., 43824.701195219124 rows/sec., 3.60 MiB/sec. | ||
| 7759 | 2024.11.27 18:39:28.041191 [ 253 ] {02e8a87e-aee1-46c5-9d75-b993b57e285b} <Debug> TCPHandler: Processed in 0.002354405 sec. | ||
| 7760 | 2024.11.27 18:39:28.041454 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7761 | 2024.11.27 18:39:28.041665 [ 254 ] {994b243b-17fa-4038-9d0a-085981ffc7c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7762 | 2024.11.27 18:39:28.041739 [ 254 ] {994b243b-17fa-4038-9d0a-085981ffc7c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7763 | 2024.11.27 18:39:28.042448 [ 254 ] {994b243b-17fa-4038-9d0a-085981ffc7c1} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7764 | 2024.11.27 18:39:28.042489 [ 254 ] {994b243b-17fa-4038-9d0a-085981ffc7c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 7765 | 2024.11.27 18:39:28.042912 [ 254 ] {994b243b-17fa-4038-9d0a-085981ffc7c1} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 7766 | 2024.11.27 18:39:28.043169 [ 254 ] {994b243b-17fa-4038-9d0a-085981ffc7c1} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7767 | 2024.11.27 18:39:28.043309 [ 70 ] {} <Debug> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c) (MergerMutator): Selected 6 parts from all_1_45_9 to all_50_50_0 | ||
| 7768 | 2024.11.27 18:39:28.043351 [ 70 ] {} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7769 | 2024.11.27 18:39:28.043363 [ 254 ] {994b243b-17fa-4038-9d0a-085981ffc7c1} <Debug> executeQuery: Read 16 rows, 1.20 KiB in 0.001754 sec., 9122.006841505132 rows/sec., 685.93 KiB/sec. | ||
| 7770 | 2024.11.27 18:39:28.043375 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 7771 | 2024.11.27 18:39:28.043467 [ 254 ] {994b243b-17fa-4038-9d0a-085981ffc7c1} <Debug> TCPHandler: Processed in 0.002145082 sec. | ||
| 7772 | 2024.11.27 18:39:28.043634 [ 188 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::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 | ||
| 7773 | 2024.11.27 18:39:28.043683 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7774 | 2024.11.27 18:39:28.043922 [ 188 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_50_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7775 | 2024.11.27 18:39:28.043937 [ 253 ] {6237f442-4848-4baa-a0e9-9608ca3b6d09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7776 | 2024.11.27 18:39:28.043997 [ 188 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_45_9, total 66 rows starting from the beginning of the part | ||
| 7777 | 2024.11.27 18:39:28.044041 [ 253 ] {6237f442-4848-4baa-a0e9-9608ca3b6d09} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7778 | 2024.11.27 18:39:28.044368 [ 188 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 16 rows starting from the beginning of the part | ||
| 7779 | 2024.11.27 18:39:28.044703 [ 188 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 32 rows starting from the beginning of the part | ||
| 7780 | 2024.11.27 18:39:28.045109 [ 188 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 18 rows starting from the beginning of the part | ||
| 7781 | 2024.11.27 18:39:28.045541 [ 188 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 32 rows starting from the beginning of the part | ||
| 7782 | 2024.11.27 18:39:28.045999 [ 188 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 16 rows starting from the beginning of the part | ||
| 7783 | 2024.11.27 18:39:28.047232 [ 253 ] {6237f442-4848-4baa-a0e9-9608ca3b6d09} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7784 | 2024.11.27 18:39:28.047308 [ 253 ] {6237f442-4848-4baa-a0e9-9608ca3b6d09} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 7785 | 2024.11.27 18:39:28.049046 [ 253 ] {6237f442-4848-4baa-a0e9-9608ca3b6d09} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 7786 | 2024.11.27 18:39:28.049396 [ 188 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_50_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 180 rows, containing 5 columns (5 merged, 0 gathered) in 0.005910597 sec., 30453.77649668891 rows/sec., 2.30 MiB/sec. | ||
| 7787 | 2024.11.27 18:39:28.049576 [ 253 ] {6237f442-4848-4baa-a0e9-9608ca3b6d09} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7788 | 2024.11.27 18:39:28.049623 [ 188 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_50_10} <Trace> MergedBlockOutputStream: filled checksums all_1_50_10 (state Temporary) | ||
| 7789 | 2024.11.27 18:39:28.050125 [ 253 ] {6237f442-4848-4baa-a0e9-9608ca3b6d09} <Debug> executeQuery: Read 80 rows, 6.40 KiB in 0.006245 sec., 12810.248198558847 rows/sec., 1.00 MiB/sec. | ||
| 7790 | 2024.11.27 18:39:28.050471 [ 188 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_50_10} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Renaming temporary part tmp_merge_all_1_50_10 to all_1_50_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7791 | 2024.11.27 18:39:28.050514 [ 253 ] {6237f442-4848-4baa-a0e9-9608ca3b6d09} <Debug> TCPHandler: Processed in 0.006920632 sec. | ||
| 7792 | 2024.11.27 18:39:28.050836 [ 188 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_50_10} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c) (MergerMutator): Merged 6 parts: [all_1_45_9, all_50_50_0] -> all_1_50_10 | ||
| 7793 | 2024.11.27 18:39:28.050887 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7794 | 2024.11.27 18:39:28.051032 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 7795 | 2024.11.27 18:39:28.051149 [ 254 ] {e41a6ab6-ecd6-4f6e-a0e0-d65b890757f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7796 | 2024.11.27 18:39:28.051213 [ 254 ] {e41a6ab6-ecd6-4f6e-a0e0-d65b890757f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7797 | 2024.11.27 18:39:28.051861 [ 254 ] {e41a6ab6-ecd6-4f6e-a0e0-d65b890757f6} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7798 | 2024.11.27 18:39:28.051899 [ 254 ] {e41a6ab6-ecd6-4f6e-a0e0-d65b890757f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 7799 | 2024.11.27 18:39:28.052288 [ 254 ] {e41a6ab6-ecd6-4f6e-a0e0-d65b890757f6} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 7800 | 2024.11.27 18:39:28.052521 [ 254 ] {e41a6ab6-ecd6-4f6e-a0e0-d65b890757f6} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7801 | 2024.11.27 18:39:28.052711 [ 254 ] {e41a6ab6-ecd6-4f6e-a0e0-d65b890757f6} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001592 sec., 100502.51256281407 rows/sec., 7.00 MiB/sec. | ||
| 7802 | 2024.11.27 18:39:28.052808 [ 254 ] {e41a6ab6-ecd6-4f6e-a0e0-d65b890757f6} <Debug> TCPHandler: Processed in 0.002169852 sec. | ||
| 7803 | 2024.11.27 18:39:28.053012 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7804 | 2024.11.27 18:39:28.053159 [ 253 ] {8e3f281b-fe41-4698-b204-6ede88763f4b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7805 | 2024.11.27 18:39:28.053255 [ 253 ] {8e3f281b-fe41-4698-b204-6ede88763f4b} <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 | ||
| 7806 | 2024.11.27 18:39:28.054498 [ 253 ] {8e3f281b-fe41-4698-b204-6ede88763f4b} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7807 | 2024.11.27 18:39:28.054539 [ 253 ] {8e3f281b-fe41-4698-b204-6ede88763f4b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 7808 | 2024.11.27 18:39:28.055205 [ 253 ] {8e3f281b-fe41-4698-b204-6ede88763f4b} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 7809 | 2024.11.27 18:39:28.055467 [ 253 ] {8e3f281b-fe41-4698-b204-6ede88763f4b} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7810 | 2024.11.27 18:39:28.055731 [ 253 ] {8e3f281b-fe41-4698-b204-6ede88763f4b} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002603 sec., 6146.753745678064 rows/sec., 11.01 MiB/sec. | ||
| 7811 | 2024.11.27 18:39:28.055841 [ 253 ] {8e3f281b-fe41-4698-b204-6ede88763f4b} <Debug> TCPHandler: Processed in 0.002936823 sec. | ||
| 7812 | 2024.11.27 18:39:28.055992 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7813 | 2024.11.27 18:39:28.056129 [ 254 ] {21bec5b5-c666-44ce-8e26-8abda6d16072} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7814 | 2024.11.27 18:39:28.056188 [ 254 ] {21bec5b5-c666-44ce-8e26-8abda6d16072} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7815 | 2024.11.27 18:39:28.056755 [ 254 ] {21bec5b5-c666-44ce-8e26-8abda6d16072} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7816 | 2024.11.27 18:39:28.056792 [ 254 ] {21bec5b5-c666-44ce-8e26-8abda6d16072} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 7817 | 2024.11.27 18:39:28.057157 [ 254 ] {21bec5b5-c666-44ce-8e26-8abda6d16072} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 7818 | 2024.11.27 18:39:28.057386 [ 254 ] {21bec5b5-c666-44ce-8e26-8abda6d16072} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7819 | 2024.11.27 18:39:28.057565 [ 254 ] {21bec5b5-c666-44ce-8e26-8abda6d16072} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001466 sec., 40927.69440654843 rows/sec., 2.76 MiB/sec. | ||
| 7820 | 2024.11.27 18:39:28.057612 [ 254 ] {21bec5b5-c666-44ce-8e26-8abda6d16072} <Debug> TCPHandler: Processed in 0.001688305 sec. | ||
| 7821 | 2024.11.27 18:39:28.777264 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 302 | ||
| 7822 | 2024.11.27 18:39:28.800007 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7823 | 2024.11.27 18:39:28.800071 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 7824 | 2024.11.27 18:39:28.807515 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 7825 | 2024.11.27 18:39:28.808293 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7826 | 2024.11.27 18:39:28.811568 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 302 | ||
| 7827 | 2024.11.27 18:39:29.000211 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 213.91 MiB, peak 220.25 MiB, free memory in arenas 0.00 B, will set to 212.90 MiB (RSS), difference: -1.01 MiB | ||
| 7828 | 2024.11.27 18:39:33.042656 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7829 | 2024.11.27 18:39:33.042872 [ 253 ] {b82ae22c-e182-4f94-ae55-5498f8769677} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 7830 | 2024.11.27 18:39:33.042945 [ 253 ] {b82ae22c-e182-4f94-ae55-5498f8769677} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 7831 | 2024.11.27 18:39:33.043683 [ 253 ] {b82ae22c-e182-4f94-ae55-5498f8769677} <Trace> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7832 | 2024.11.27 18:39:33.043735 [ 253 ] {b82ae22c-e182-4f94-ae55-5498f8769677} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 7833 | 2024.11.27 18:39:33.044183 [ 253 ] {b82ae22c-e182-4f94-ae55-5498f8769677} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 7834 | 2024.11.27 18:39:33.044441 [ 253 ] {b82ae22c-e182-4f94-ae55-5498f8769677} <Trace> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7835 | 2024.11.27 18:39:33.044634 [ 66 ] {} <Debug> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb) (MergerMutator): Selected 6 parts from all_1_17_4 to all_22_22_0 | ||
| 7836 | 2024.11.27 18:39:33.044698 [ 253 ] {b82ae22c-e182-4f94-ae55-5498f8769677} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001879 sec., 7450.7716870675895 rows/sec., 536.36 KiB/sec. | ||
| 7837 | 2024.11.27 18:39:33.044728 [ 66 ] {} <Trace> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7838 | 2024.11.27 18:39:33.044799 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 7839 | 2024.11.27 18:39:33.044836 [ 253 ] {b82ae22c-e182-4f94-ae55-5498f8769677} <Debug> TCPHandler: Processed in 0.002309745 sec. | ||
| 7840 | 2024.11.27 18:39:33.045166 [ 193 ] {17effacc-4e38-4bb0-b3f7-e2a659fcc7fb::all_1_22_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_17_4 to all_22_22_0 into Compact with storage Full | ||
| 7841 | 2024.11.27 18:39:33.045203 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7842 | 2024.11.27 18:39:33.045447 [ 193 ] {17effacc-4e38-4bb0-b3f7-e2a659fcc7fb::all_1_22_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7843 | 2024.11.27 18:39:33.045521 [ 193 ] {17effacc-4e38-4bb0-b3f7-e2a659fcc7fb::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 14 rows starting from the beginning of the part | ||
| 7844 | 2024.11.27 18:39:33.045538 [ 254 ] {7a282e63-ad06-4bfa-b092-3aa95cd81d7c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 7845 | 2024.11.27 18:39:33.045711 [ 254 ] {7a282e63-ad06-4bfa-b092-3aa95cd81d7c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 7846 | 2024.11.27 18:39:33.045714 [ 193 ] {17effacc-4e38-4bb0-b3f7-e2a659fcc7fb::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 14 rows starting from the beginning of the part | ||
| 7847 | 2024.11.27 18:39:33.046185 [ 193 ] {17effacc-4e38-4bb0-b3f7-e2a659fcc7fb::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 14 rows starting from the beginning of the part | ||
| 7848 | 2024.11.27 18:39:33.046483 [ 193 ] {17effacc-4e38-4bb0-b3f7-e2a659fcc7fb::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 14 rows starting from the beginning of the part | ||
| 7849 | 2024.11.27 18:39:33.046904 [ 193 ] {17effacc-4e38-4bb0-b3f7-e2a659fcc7fb::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 14 rows starting from the beginning of the part | ||
| 7850 | 2024.11.27 18:39:33.047282 [ 193 ] {17effacc-4e38-4bb0-b3f7-e2a659fcc7fb::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 14 rows starting from the beginning of the part | ||
| 7851 | 2024.11.27 18:39:33.048950 [ 254 ] {7a282e63-ad06-4bfa-b092-3aa95cd81d7c} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7852 | 2024.11.27 18:39:33.049029 [ 254 ] {7a282e63-ad06-4bfa-b092-3aa95cd81d7c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 7853 | 2024.11.27 18:39:33.050205 [ 254 ] {7a282e63-ad06-4bfa-b092-3aa95cd81d7c} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 7854 | 2024.11.27 18:39:33.050201 [ 190 ] {17effacc-4e38-4bb0-b3f7-e2a659fcc7fb::all_1_22_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 84 rows, containing 5 columns (5 merged, 0 gathered) in 0.005278658 sec., 15913.135497696572 rows/sec., 1.18 MiB/sec. | ||
| 7855 | 2024.11.27 18:39:33.050456 [ 198 ] {17effacc-4e38-4bb0-b3f7-e2a659fcc7fb::all_1_22_5} <Trace> MergedBlockOutputStream: filled checksums all_1_22_5 (state Temporary) | ||
| 7856 | 2024.11.27 18:39:33.050639 [ 254 ] {7a282e63-ad06-4bfa-b092-3aa95cd81d7c} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7857 | 2024.11.27 18:39:33.051119 [ 198 ] {17effacc-4e38-4bb0-b3f7-e2a659fcc7fb::all_1_22_5} <Trace> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb): Renaming temporary part tmp_merge_all_1_22_5 to all_1_22_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7858 | 2024.11.27 18:39:33.051183 [ 254 ] {7a282e63-ad06-4bfa-b092-3aa95cd81d7c} <Debug> executeQuery: Read 253 rows, 22.72 KiB in 0.005729 sec., 44161.284691918314 rows/sec., 3.87 MiB/sec. | ||
| 7859 | 2024.11.27 18:39:33.051275 [ 198 ] {17effacc-4e38-4bb0-b3f7-e2a659fcc7fb::all_1_22_5} <Trace> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb) (MergerMutator): Merged 6 parts: [all_1_17_4, all_22_22_0] -> all_1_22_5 | ||
| 7860 | 2024.11.27 18:39:33.051364 [ 254 ] {7a282e63-ad06-4bfa-b092-3aa95cd81d7c} <Debug> TCPHandler: Processed in 0.006398195 sec. | ||
| 7861 | 2024.11.27 18:39:33.051474 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 7862 | 2024.11.27 18:39:33.051594 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7863 | 2024.11.27 18:39:33.051731 [ 253 ] {b73f990e-c74a-4db1-9059-80392ec9c443} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 7864 | 2024.11.27 18:39:33.051797 [ 253 ] {b73f990e-c74a-4db1-9059-80392ec9c443} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 7865 | 2024.11.27 18:39:33.052392 [ 253 ] {b73f990e-c74a-4db1-9059-80392ec9c443} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7866 | 2024.11.27 18:39:33.052431 [ 253 ] {b73f990e-c74a-4db1-9059-80392ec9c443} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 7867 | 2024.11.27 18:39:33.052798 [ 253 ] {b73f990e-c74a-4db1-9059-80392ec9c443} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 7868 | 2024.11.27 18:39:33.053039 [ 253 ] {b73f990e-c74a-4db1-9059-80392ec9c443} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7869 | 2024.11.27 18:39:33.053253 [ 253 ] {b73f990e-c74a-4db1-9059-80392ec9c443} <Debug> executeQuery: Read 32 rows, 2.34 KiB in 0.001554 sec., 20592.02059202059 rows/sec., 1.47 MiB/sec. | ||
| 7870 | 2024.11.27 18:39:33.053306 [ 253 ] {b73f990e-c74a-4db1-9059-80392ec9c443} <Debug> TCPHandler: Processed in 0.001805717 sec. | ||
| 7871 | 2024.11.27 18:39:33.053446 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7872 | 2024.11.27 18:39:33.053572 [ 254 ] {c335ddf6-463b-4141-99ad-f52a66bb1296} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 7873 | 2024.11.27 18:39:33.053629 [ 254 ] {c335ddf6-463b-4141-99ad-f52a66bb1296} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 7874 | 2024.11.27 18:39:33.054224 [ 254 ] {c335ddf6-463b-4141-99ad-f52a66bb1296} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7875 | 2024.11.27 18:39:33.054264 [ 254 ] {c335ddf6-463b-4141-99ad-f52a66bb1296} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 7876 | 2024.11.27 18:39:33.054635 [ 254 ] {c335ddf6-463b-4141-99ad-f52a66bb1296} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 7877 | 2024.11.27 18:39:33.054882 [ 254 ] {c335ddf6-463b-4141-99ad-f52a66bb1296} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7878 | 2024.11.27 18:39:33.055013 [ 66 ] {} <Debug> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 7879 | 2024.11.27 18:39:33.055055 [ 66 ] {} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7880 | 2024.11.27 18:39:33.055074 [ 254 ] {c335ddf6-463b-4141-99ad-f52a66bb1296} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00153 sec., 9150.326797385622 rows/sec., 640.83 KiB/sec. | ||
| 7881 | 2024.11.27 18:39:33.055078 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 7882 | 2024.11.27 18:39:33.055205 [ 254 ] {c335ddf6-463b-4141-99ad-f52a66bb1296} <Debug> TCPHandler: Processed in 0.001812597 sec. | ||
| 7883 | 2024.11.27 18:39:33.055303 [ 190 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::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 | ||
| 7884 | 2024.11.27 18:39:33.055396 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7885 | 2024.11.27 18:39:33.055462 [ 190 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7886 | 2024.11.27 18:39:33.055513 [ 190 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 242 rows starting from the beginning of the part | ||
| 7887 | 2024.11.27 18:39:33.055557 [ 253 ] {22be6b09-67c4-4f95-9020-c6a0e90c42c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 7888 | 2024.11.27 18:39:33.055644 [ 253 ] {22be6b09-67c4-4f95-9020-c6a0e90c42c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 7889 | 2024.11.27 18:39:33.055660 [ 190 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 14 rows starting from the beginning of the part | ||
| 7890 | 2024.11.27 18:39:33.055927 [ 190 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 14 rows starting from the beginning of the part | ||
| 7891 | 2024.11.27 18:39:33.056147 [ 190 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 228 rows starting from the beginning of the part | ||
| 7892 | 2024.11.27 18:39:33.056397 [ 190 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 14 rows starting from the beginning of the part | ||
| 7893 | 2024.11.27 18:39:33.056561 [ 190 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 14 rows starting from the beginning of the part | ||
| 7894 | 2024.11.27 18:39:33.057065 [ 253 ] {22be6b09-67c4-4f95-9020-c6a0e90c42c3} <Trace> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7895 | 2024.11.27 18:39:33.057108 [ 253 ] {22be6b09-67c4-4f95-9020-c6a0e90c42c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 7896 | 2024.11.27 18:39:33.057659 [ 253 ] {22be6b09-67c4-4f95-9020-c6a0e90c42c3} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 7897 | 2024.11.27 18:39:33.058018 [ 253 ] {22be6b09-67c4-4f95-9020-c6a0e90c42c3} <Trace> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7898 | 2024.11.27 18:39:33.058120 [ 194 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 526 rows, containing 5 columns (5 merged, 0 gathered) in 0.002948144 sec., 178417.33646660406 rows/sec., 12.78 MiB/sec. | ||
| 7899 | 2024.11.27 18:39:33.058254 [ 66 ] {} <Debug> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297) (MergerMutator): Selected 6 parts from all_1_17_4 to all_22_22_0 | ||
| 7900 | 2024.11.27 18:39:33.058349 [ 66 ] {} <Trace> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7901 | 2024.11.27 18:39:33.058390 [ 194 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 7902 | 2024.11.27 18:39:33.058401 [ 253 ] {22be6b09-67c4-4f95-9020-c6a0e90c42c3} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.002866 sec., 4535.938590369853 rows/sec., 282.81 KiB/sec. | ||
| 7903 | 2024.11.27 18:39:33.058408 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 7904 | 2024.11.27 18:39:33.058889 [ 253 ] {22be6b09-67c4-4f95-9020-c6a0e90c42c3} <Debug> TCPHandler: Processed in 0.003568743 sec. | ||
| 7905 | 2024.11.27 18:39:33.059247 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7906 | 2024.11.27 18:39:33.059266 [ 190 ] {570c97a2-0b60-44ce-bbb0-1d06000f2297::all_1_22_5} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_17_4 to all_22_22_0 into Compact with storage Full | ||
| 7907 | 2024.11.27 18:39:33.059765 [ 254 ] {148baea1-d430-4c50-b92b-a30e0d6a6431} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 7908 | 2024.11.27 18:39:33.059928 [ 190 ] {570c97a2-0b60-44ce-bbb0-1d06000f2297::all_1_22_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7909 | 2024.11.27 18:39:33.059984 [ 254 ] {148baea1-d430-4c50-b92b-a30e0d6a6431} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 7910 | 2024.11.27 18:39:33.060012 [ 194 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_31_6} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7911 | 2024.11.27 18:39:33.060025 [ 190 ] {570c97a2-0b60-44ce-bbb0-1d06000f2297::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_17_4, total 13 rows starting from the beginning of the part | ||
| 7912 | 2024.11.27 18:39:33.060592 [ 190 ] {570c97a2-0b60-44ce-bbb0-1d06000f2297::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 13 rows starting from the beginning of the part | ||
| 7913 | 2024.11.27 18:39:33.060592 [ 194 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_31_6} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 7914 | 2024.11.27 18:39:33.060983 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 7915 | 2024.11.27 18:39:33.061125 [ 190 ] {570c97a2-0b60-44ce-bbb0-1d06000f2297::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 13 rows starting from the beginning of the part | ||
| 7916 | 2024.11.27 18:39:33.061500 [ 190 ] {570c97a2-0b60-44ce-bbb0-1d06000f2297::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 13 rows starting from the beginning of the part | ||
| 7917 | 2024.11.27 18:39:33.061871 [ 190 ] {570c97a2-0b60-44ce-bbb0-1d06000f2297::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 13 rows starting from the beginning of the part | ||
| 7918 | 2024.11.27 18:39:33.062189 [ 190 ] {570c97a2-0b60-44ce-bbb0-1d06000f2297::all_1_22_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 13 rows starting from the beginning of the part | ||
| 7919 | 2024.11.27 18:39:33.063317 [ 254 ] {148baea1-d430-4c50-b92b-a30e0d6a6431} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7920 | 2024.11.27 18:39:33.063397 [ 254 ] {148baea1-d430-4c50-b92b-a30e0d6a6431} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 7921 | 2024.11.27 18:39:33.064566 [ 254 ] {148baea1-d430-4c50-b92b-a30e0d6a6431} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 7922 | 2024.11.27 18:39:33.064584 [ 189 ] {570c97a2-0b60-44ce-bbb0-1d06000f2297::all_1_22_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 78 rows, containing 5 columns (5 merged, 0 gathered) in 0.006003059 sec., 12993.375544035132 rows/sec., 860.89 KiB/sec. | ||
| 7923 | 2024.11.27 18:39:33.064790 [ 189 ] {570c97a2-0b60-44ce-bbb0-1d06000f2297::all_1_22_5} <Trace> MergedBlockOutputStream: filled checksums all_1_22_5 (state Temporary) | ||
| 7924 | 2024.11.27 18:39:33.064981 [ 254 ] {148baea1-d430-4c50-b92b-a30e0d6a6431} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7925 | 2024.11.27 18:39:33.065454 [ 189 ] {570c97a2-0b60-44ce-bbb0-1d06000f2297::all_1_22_5} <Trace> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297): Renaming temporary part tmp_merge_all_1_22_5 to all_1_22_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7926 | 2024.11.27 18:39:33.065531 [ 254 ] {148baea1-d430-4c50-b92b-a30e0d6a6431} <Debug> executeQuery: Read 407 rows, 29.68 KiB in 0.005933 sec., 68599.35951457947 rows/sec., 4.89 MiB/sec. | ||
| 7927 | 2024.11.27 18:39:33.065801 [ 189 ] {570c97a2-0b60-44ce-bbb0-1d06000f2297::all_1_22_5} <Trace> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297) (MergerMutator): Merged 6 parts: [all_1_17_4, all_22_22_0] -> all_1_22_5 | ||
| 7928 | 2024.11.27 18:39:33.065915 [ 254 ] {148baea1-d430-4c50-b92b-a30e0d6a6431} <Debug> TCPHandler: Processed in 0.006860052 sec. | ||
| 7929 | 2024.11.27 18:39:33.066068 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 7930 | 2024.11.27 18:39:33.066254 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7931 | 2024.11.27 18:39:33.066408 [ 253 ] {214607a7-53d1-4cdd-a60b-fa6698380828} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 7932 | 2024.11.27 18:39:33.066460 [ 253 ] {214607a7-53d1-4cdd-a60b-fa6698380828} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 7933 | 2024.11.27 18:39:33.066956 [ 253 ] {214607a7-53d1-4cdd-a60b-fa6698380828} <Trace> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7934 | 2024.11.27 18:39:33.066995 [ 253 ] {214607a7-53d1-4cdd-a60b-fa6698380828} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 7935 | 2024.11.27 18:39:33.067369 [ 253 ] {214607a7-53d1-4cdd-a60b-fa6698380828} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 7936 | 2024.11.27 18:39:33.067604 [ 253 ] {214607a7-53d1-4cdd-a60b-fa6698380828} <Trace> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7937 | 2024.11.27 18:39:33.067813 [ 253 ] {214607a7-53d1-4cdd-a60b-fa6698380828} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001429 sec., 4198.740377886635 rows/sec., 219.37 KiB/sec. | ||
| 7938 | 2024.11.27 18:39:33.067862 [ 253 ] {214607a7-53d1-4cdd-a60b-fa6698380828} <Debug> TCPHandler: Processed in 0.001789997 sec. | ||
| 7939 | 2024.11.27 18:39:33.068008 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7940 | 2024.11.27 18:39:33.068145 [ 254 ] {34e035c3-bf3a-4e17-8844-2e704db1a6e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 7941 | 2024.11.27 18:39:33.068209 [ 254 ] {34e035c3-bf3a-4e17-8844-2e704db1a6e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 7942 | 2024.11.27 18:39:33.068889 [ 254 ] {34e035c3-bf3a-4e17-8844-2e704db1a6e2} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7943 | 2024.11.27 18:39:33.068927 [ 254 ] {34e035c3-bf3a-4e17-8844-2e704db1a6e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 7944 | 2024.11.27 18:39:33.069340 [ 254 ] {34e035c3-bf3a-4e17-8844-2e704db1a6e2} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 7945 | 2024.11.27 18:39:33.069588 [ 254 ] {34e035c3-bf3a-4e17-8844-2e704db1a6e2} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7946 | 2024.11.27 18:39:33.069768 [ 254 ] {34e035c3-bf3a-4e17-8844-2e704db1a6e2} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001656 sec., 143115.9420289855 rows/sec., 9.59 MiB/sec. | ||
| 7947 | 2024.11.27 18:39:33.069821 [ 254 ] {34e035c3-bf3a-4e17-8844-2e704db1a6e2} <Debug> TCPHandler: Processed in 0.001879628 sec. | ||
| 7948 | 2024.11.27 18:39:33.069967 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7949 | 2024.11.27 18:39:33.070104 [ 253 ] {ddffa63f-0107-47a0-8001-3b59cecdb75a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 7950 | 2024.11.27 18:39:33.070165 [ 253 ] {ddffa63f-0107-47a0-8001-3b59cecdb75a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 7951 | 2024.11.27 18:39:33.070713 [ 253 ] {ddffa63f-0107-47a0-8001-3b59cecdb75a} <Trace> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7952 | 2024.11.27 18:39:33.070760 [ 253 ] {ddffa63f-0107-47a0-8001-3b59cecdb75a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 7953 | 2024.11.27 18:39:33.071133 [ 253 ] {ddffa63f-0107-47a0-8001-3b59cecdb75a} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 7954 | 2024.11.27 18:39:33.071367 [ 253 ] {ddffa63f-0107-47a0-8001-3b59cecdb75a} <Trace> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7955 | 2024.11.27 18:39:33.071573 [ 253 ] {ddffa63f-0107-47a0-8001-3b59cecdb75a} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001499 sec., 667.1114076050701 rows/sec., 44.95 KiB/sec. | ||
| 7956 | 2024.11.27 18:39:33.071623 [ 253 ] {ddffa63f-0107-47a0-8001-3b59cecdb75a} <Debug> TCPHandler: Processed in 0.001723866 sec. | ||
| 7957 | 2024.11.27 18:39:33.071761 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7958 | 2024.11.27 18:39:33.071884 [ 254 ] {520b4793-037b-41b2-bb1e-309257190194} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 7959 | 2024.11.27 18:39:33.071978 [ 254 ] {520b4793-037b-41b2-bb1e-309257190194} <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 | ||
| 7960 | 2024.11.27 18:39:33.073279 [ 254 ] {520b4793-037b-41b2-bb1e-309257190194} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7961 | 2024.11.27 18:39:33.073317 [ 254 ] {520b4793-037b-41b2-bb1e-309257190194} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 7962 | 2024.11.27 18:39:33.073956 [ 254 ] {520b4793-037b-41b2-bb1e-309257190194} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 7963 | 2024.11.27 18:39:33.074210 [ 254 ] {520b4793-037b-41b2-bb1e-309257190194} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7964 | 2024.11.27 18:39:33.074344 [ 66 ] {} <Debug> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 7965 | 2024.11.27 18:39:33.074386 [ 66 ] {} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7966 | 2024.11.27 18:39:33.074411 [ 66 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 7967 | 2024.11.27 18:39:33.074427 [ 254 ] {520b4793-037b-41b2-bb1e-309257190194} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.002574 sec., 9712.509712509713 rows/sec., 17.40 MiB/sec. | ||
| 7968 | 2024.11.27 18:39:33.074704 [ 194 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::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 | ||
| 7969 | 2024.11.27 18:39:33.074830 [ 254 ] {520b4793-037b-41b2-bb1e-309257190194} <Debug> TCPHandler: Processed in 0.003126816 sec. | ||
| 7970 | 2024.11.27 18:39:33.075061 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 7971 | 2024.11.27 18:39:33.075249 [ 194 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 7972 | 2024.11.27 18:39:33.075254 [ 253 ] {b8218b9e-3d1e-4430-be7d-ab39d43af163} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 7973 | 2024.11.27 18:39:33.075332 [ 194 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 961 rows starting from the beginning of the part | ||
| 7974 | 2024.11.27 18:39:33.075340 [ 253 ] {b8218b9e-3d1e-4430-be7d-ab39d43af163} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 7975 | 2024.11.27 18:39:33.076020 [ 194 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 25 rows starting from the beginning of the part | ||
| 7976 | 2024.11.27 18:39:33.076431 [ 194 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 16 rows starting from the beginning of the part | ||
| 7977 | 2024.11.27 18:39:33.076896 [ 194 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 25 rows starting from the beginning of the part | ||
| 7978 | 2024.11.27 18:39:33.076900 [ 253 ] {b8218b9e-3d1e-4430-be7d-ab39d43af163} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7979 | 2024.11.27 18:39:33.076951 [ 253 ] {b8218b9e-3d1e-4430-be7d-ab39d43af163} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 7980 | 2024.11.27 18:39:33.077254 [ 194 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 16 rows starting from the beginning of the part | ||
| 7981 | 2024.11.27 18:39:33.077656 [ 194 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 25 rows starting from the beginning of the part | ||
| 7982 | 2024.11.27 18:39:33.077823 [ 253 ] {b8218b9e-3d1e-4430-be7d-ab39d43af163} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 7983 | 2024.11.27 18:39:33.078232 [ 253 ] {b8218b9e-3d1e-4430-be7d-ab39d43af163} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7984 | 2024.11.27 18:39:33.078543 [ 253 ] {b8218b9e-3d1e-4430-be7d-ab39d43af163} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.003343 sec., 24528.86628776548 rows/sec., 1.56 MiB/sec. | ||
| 7985 | 2024.11.27 18:39:33.078641 [ 253 ] {b8218b9e-3d1e-4430-be7d-ab39d43af163} <Debug> TCPHandler: Processed in 0.003716045 sec. | ||
| 7986 | 2024.11.27 18:39:33.084362 [ 201 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1068 rows, containing 19 columns (19 merged, 0 gathered) in 0.009874997 sec., 108151.93159046023 rows/sec., 193.80 MiB/sec. | ||
| 7987 | 2024.11.27 18:39:33.085324 [ 186 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 7988 | 2024.11.27 18:39:33.085708 [ 186 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_51_10} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7989 | 2024.11.27 18:39:33.085798 [ 186 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_51_10} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 7990 | 2024.11.27 18:39:33.085905 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.40 MiB. | ||
| 7991 | 2024.11.27 18:39:34.000371 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 213.79 MiB, peak 222.20 MiB, free memory in arenas 0.00 B, will set to 215.46 MiB (RSS), difference: 1.67 MiB | ||
| 7992 | 2024.11.27 18:39:34.957167 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 18788 | ||
| 7993 | 2024.11.27 18:39:34.957883 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 7994 | 2024.11.27 18:39:34.957935 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 7995 | 2024.11.27 18:39:34.958448 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 7996 | 2024.11.27 18:39:34.958698 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 7997 | 2024.11.27 18:39:34.958910 [ 64 ] {} <Debug> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 7998 | 2024.11.27 18:39:34.958945 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 18788 | ||
| 7999 | 2024.11.27 18:39:34.958996 [ 64 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8000 | 2024.11.27 18:39:34.959031 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.58 GiB. | ||
| 8001 | 2024.11.27 18:39:34.959195 [ 201 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::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 | ||
| 8002 | 2024.11.27 18:39:34.959585 [ 201 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8003 | 2024.11.27 18:39:34.959648 [ 201 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 16531 rows starting from the beginning of the part | ||
| 8004 | 2024.11.27 18:39:34.959726 [ 201 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 427 rows starting from the beginning of the part | ||
| 8005 | 2024.11.27 18:39:34.959959 [ 201 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 488 rows starting from the beginning of the part | ||
| 8006 | 2024.11.27 18:39:34.960141 [ 201 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 427 rows starting from the beginning of the part | ||
| 8007 | 2024.11.27 18:39:34.960345 [ 201 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 488 rows starting from the beginning of the part | ||
| 8008 | 2024.11.27 18:39:34.960478 [ 201 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 427 rows starting from the beginning of the part | ||
| 8009 | 2024.11.27 18:39:34.962867 [ 196 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18788 rows, containing 4 columns (4 merged, 0 gathered) in 0.003767836 sec., 4986416.606242946 rows/sec., 71.33 MiB/sec. | ||
| 8010 | 2024.11.27 18:39:34.963225 [ 196 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 8011 | 2024.11.27 18:39:34.963563 [ 196 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_41_8} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8012 | 2024.11.27 18:39:34.963661 [ 196 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_41_8} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 8013 | 2024.11.27 18:39:34.963781 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.61 MiB. | ||
| 8014 | 2024.11.27 18:39:36.311678 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 309 | ||
| 8015 | 2024.11.27 18:39:36.334551 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8016 | 2024.11.27 18:39:36.334617 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8017 | 2024.11.27 18:39:36.341932 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 8018 | 2024.11.27 18:39:36.342691 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8019 | 2024.11.27 18:39:36.343007 [ 63 ] {} <Debug> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 8020 | 2024.11.27 18:39:36.343088 [ 63 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8021 | 2024.11.27 18:39:36.343135 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8022 | 2024.11.27 18:39:36.343631 [ 195 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::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 | ||
| 8023 | 2024.11.27 18:39:36.358859 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 309 | ||
| 8024 | 2024.11.27 18:39:36.360289 [ 195 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8025 | 2024.11.27 18:39:36.361916 [ 195 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 272 rows starting from the beginning of the part | ||
| 8026 | 2024.11.27 18:39:36.367568 [ 195 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 7 rows starting from the beginning of the part | ||
| 8027 | 2024.11.27 18:39:36.373312 [ 195 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 8 rows starting from the beginning of the part | ||
| 8028 | 2024.11.27 18:39:36.379115 [ 195 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 7 rows starting from the beginning of the part | ||
| 8029 | 2024.11.27 18:39:36.384818 [ 195 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 8 rows starting from the beginning of the part | ||
| 8030 | 2024.11.27 18:39:36.389660 [ 195 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 7 rows starting from the beginning of the part | ||
| 8031 | 2024.11.27 18:39:36.448009 [ 196 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 309 rows, containing 679 columns (679 merged, 0 gathered) in 0.104744943 sec., 2950.0230860787237 rows/sec., 15.25 MiB/sec. | ||
| 8032 | 2024.11.27 18:39:36.451080 [ 196 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 8033 | 2024.11.27 18:39:36.453888 [ 196 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_41_8} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8034 | 2024.11.27 18:39:36.453978 [ 196 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_41_8} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 8035 | 2024.11.27 18:39:36.456153 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. | ||
| 8036 | 2024.11.27 18:39:37.552493 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1126 | ||
| 8037 | 2024.11.27 18:39:37.555749 [ 242 ] {} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8038 | 2024.11.27 18:39:37.555813 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8039 | 2024.11.27 18:39:37.557363 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 8040 | 2024.11.27 18:39:37.557694 [ 242 ] {} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8041 | 2024.11.27 18:39:37.559313 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1126 | ||
| 8042 | 2024.11.27 18:39:38.037894 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8043 | 2024.11.27 18:39:38.038157 [ 253 ] {9ecf180f-e1c3-421e-9f23-ea897568e021} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8044 | 2024.11.27 18:39:38.038235 [ 253 ] {9ecf180f-e1c3-421e-9f23-ea897568e021} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8045 | 2024.11.27 18:39:38.039040 [ 253 ] {9ecf180f-e1c3-421e-9f23-ea897568e021} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8046 | 2024.11.27 18:39:38.039096 [ 253 ] {9ecf180f-e1c3-421e-9f23-ea897568e021} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8047 | 2024.11.27 18:39:38.039560 [ 253 ] {9ecf180f-e1c3-421e-9f23-ea897568e021} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 8048 | 2024.11.27 18:39:38.039837 [ 253 ] {9ecf180f-e1c3-421e-9f23-ea897568e021} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8049 | 2024.11.27 18:39:38.040080 [ 253 ] {9ecf180f-e1c3-421e-9f23-ea897568e021} <Debug> executeQuery: Read 88 rows, 7.40 KiB in 0.001977 sec., 44511.88669701568 rows/sec., 3.66 MiB/sec. | ||
| 8050 | 2024.11.27 18:39:38.040150 [ 253 ] {9ecf180f-e1c3-421e-9f23-ea897568e021} <Debug> TCPHandler: Processed in 0.002451966 sec. | ||
| 8051 | 2024.11.27 18:39:38.040408 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8052 | 2024.11.27 18:39:38.040625 [ 254 ] {f7c89d40-94dd-4743-947f-8d01a399c526} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8053 | 2024.11.27 18:39:38.040705 [ 254 ] {f7c89d40-94dd-4743-947f-8d01a399c526} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8054 | 2024.11.27 18:39:38.041468 [ 254 ] {f7c89d40-94dd-4743-947f-8d01a399c526} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8055 | 2024.11.27 18:39:38.041518 [ 254 ] {f7c89d40-94dd-4743-947f-8d01a399c526} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8056 | 2024.11.27 18:39:38.041954 [ 254 ] {f7c89d40-94dd-4743-947f-8d01a399c526} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 8057 | 2024.11.27 18:39:38.042202 [ 254 ] {f7c89d40-94dd-4743-947f-8d01a399c526} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8058 | 2024.11.27 18:39:38.042457 [ 254 ] {f7c89d40-94dd-4743-947f-8d01a399c526} <Debug> executeQuery: Read 16 rows, 1.20 KiB in 0.001884 sec., 8492.569002123142 rows/sec., 638.60 KiB/sec. | ||
| 8059 | 2024.11.27 18:39:38.042556 [ 254 ] {f7c89d40-94dd-4743-947f-8d01a399c526} <Debug> TCPHandler: Processed in 0.002294874 sec. | ||
| 8060 | 2024.11.27 18:39:38.042826 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8061 | 2024.11.27 18:39:38.043010 [ 253 ] {6530c54e-a672-4bfe-a14b-4415068fb529} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8062 | 2024.11.27 18:39:38.043066 [ 253 ] {6530c54e-a672-4bfe-a14b-4415068fb529} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8063 | 2024.11.27 18:39:38.043702 [ 253 ] {6530c54e-a672-4bfe-a14b-4415068fb529} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8064 | 2024.11.27 18:39:38.043745 [ 253 ] {6530c54e-a672-4bfe-a14b-4415068fb529} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8065 | 2024.11.27 18:39:38.044133 [ 253 ] {6530c54e-a672-4bfe-a14b-4415068fb529} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 8066 | 2024.11.27 18:39:38.044381 [ 253 ] {6530c54e-a672-4bfe-a14b-4415068fb529} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8067 | 2024.11.27 18:39:38.044617 [ 253 ] {6530c54e-a672-4bfe-a14b-4415068fb529} <Debug> executeQuery: Read 80 rows, 6.40 KiB in 0.001642 sec., 48721.071863581 rows/sec., 3.80 MiB/sec. | ||
| 8068 | 2024.11.27 18:39:38.044672 [ 253 ] {6530c54e-a672-4bfe-a14b-4415068fb529} <Debug> TCPHandler: Processed in 0.00201551 sec. | ||
| 8069 | 2024.11.27 18:39:38.044808 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8070 | 2024.11.27 18:39:38.044926 [ 254 ] {b4289502-fe0b-409a-a598-b7f42245e1ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8071 | 2024.11.27 18:39:38.044978 [ 254 ] {b4289502-fe0b-409a-a598-b7f42245e1ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8072 | 2024.11.27 18:39:38.045671 [ 254 ] {b4289502-fe0b-409a-a598-b7f42245e1ba} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8073 | 2024.11.27 18:39:38.045717 [ 254 ] {b4289502-fe0b-409a-a598-b7f42245e1ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8074 | 2024.11.27 18:39:38.046163 [ 254 ] {b4289502-fe0b-409a-a598-b7f42245e1ba} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 8075 | 2024.11.27 18:39:38.046409 [ 254 ] {b4289502-fe0b-409a-a598-b7f42245e1ba} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8076 | 2024.11.27 18:39:38.046618 [ 254 ] {b4289502-fe0b-409a-a598-b7f42245e1ba} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001718 sec., 93131.54831199069 rows/sec., 6.49 MiB/sec. | ||
| 8077 | 2024.11.27 18:39:38.046669 [ 254 ] {b4289502-fe0b-409a-a598-b7f42245e1ba} <Debug> TCPHandler: Processed in 0.001920459 sec. | ||
| 8078 | 2024.11.27 18:39:38.046832 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8079 | 2024.11.27 18:39:38.046953 [ 253 ] {738fd6ad-9c21-4dca-bc98-cc76c5eebc5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8080 | 2024.11.27 18:39:38.047046 [ 253 ] {738fd6ad-9c21-4dca-bc98-cc76c5eebc5c} <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 | ||
| 8081 | 2024.11.27 18:39:38.048360 [ 253 ] {738fd6ad-9c21-4dca-bc98-cc76c5eebc5c} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8082 | 2024.11.27 18:39:38.048402 [ 253 ] {738fd6ad-9c21-4dca-bc98-cc76c5eebc5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8083 | 2024.11.27 18:39:38.049070 [ 253 ] {738fd6ad-9c21-4dca-bc98-cc76c5eebc5c} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 8084 | 2024.11.27 18:39:38.049355 [ 253 ] {738fd6ad-9c21-4dca-bc98-cc76c5eebc5c} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8085 | 2024.11.27 18:39:38.049608 [ 253 ] {738fd6ad-9c21-4dca-bc98-cc76c5eebc5c} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002678 sec., 5974.60791635549 rows/sec., 10.71 MiB/sec. | ||
| 8086 | 2024.11.27 18:39:38.049953 [ 253 ] {738fd6ad-9c21-4dca-bc98-cc76c5eebc5c} <Debug> TCPHandler: Processed in 0.003175197 sec. | ||
| 8087 | 2024.11.27 18:39:38.050243 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8088 | 2024.11.27 18:39:38.050419 [ 254 ] {fe1faae9-94c7-4f81-8f15-48fffa1e85a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8089 | 2024.11.27 18:39:38.050479 [ 254 ] {fe1faae9-94c7-4f81-8f15-48fffa1e85a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8090 | 2024.11.27 18:39:38.051041 [ 254 ] {fe1faae9-94c7-4f81-8f15-48fffa1e85a3} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8091 | 2024.11.27 18:39:38.051078 [ 254 ] {fe1faae9-94c7-4f81-8f15-48fffa1e85a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8092 | 2024.11.27 18:39:38.051448 [ 254 ] {fe1faae9-94c7-4f81-8f15-48fffa1e85a3} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 8093 | 2024.11.27 18:39:38.051687 [ 254 ] {fe1faae9-94c7-4f81-8f15-48fffa1e85a3} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8094 | 2024.11.27 18:39:38.051874 [ 254 ] {fe1faae9-94c7-4f81-8f15-48fffa1e85a3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001485 sec., 40404.0404040404 rows/sec., 2.72 MiB/sec. | ||
| 8095 | 2024.11.27 18:39:38.051950 [ 254 ] {fe1faae9-94c7-4f81-8f15-48fffa1e85a3} <Debug> TCPHandler: Processed in 0.001873708 sec. | ||
| 8096 | 2024.11.27 18:39:42.316809 [ 54 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8097 | 2024.11.27 18:39:42.316884 [ 54 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8098 | 2024.11.27 18:39:42.459105 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 19276 | ||
| 8099 | 2024.11.27 18:39:42.459834 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8100 | 2024.11.27 18:39:42.459882 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8101 | 2024.11.27 18:39:42.460478 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 8102 | 2024.11.27 18:39:42.460738 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8103 | 2024.11.27 18:39:42.460987 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19276 | ||
| 8104 | 2024.11.27 18:39:43.043329 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8105 | 2024.11.27 18:39:43.043557 [ 253 ] {3a201b65-32c3-406c-9a61-2a493894cfdc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8106 | 2024.11.27 18:39:43.043646 [ 253 ] {3a201b65-32c3-406c-9a61-2a493894cfdc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8107 | 2024.11.27 18:39:43.044507 [ 253 ] {3a201b65-32c3-406c-9a61-2a493894cfdc} <Trace> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8108 | 2024.11.27 18:39:43.044565 [ 253 ] {3a201b65-32c3-406c-9a61-2a493894cfdc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8109 | 2024.11.27 18:39:43.045021 [ 253 ] {3a201b65-32c3-406c-9a61-2a493894cfdc} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 8110 | 2024.11.27 18:39:43.045288 [ 253 ] {3a201b65-32c3-406c-9a61-2a493894cfdc} <Trace> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8111 | 2024.11.27 18:39:43.045506 [ 253 ] {3a201b65-32c3-406c-9a61-2a493894cfdc} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00201 sec., 6965.174129353233 rows/sec., 501.40 KiB/sec. | ||
| 8112 | 2024.11.27 18:39:43.045572 [ 253 ] {3a201b65-32c3-406c-9a61-2a493894cfdc} <Debug> TCPHandler: Processed in 0.002392216 sec. | ||
| 8113 | 2024.11.27 18:39:43.045822 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8114 | 2024.11.27 18:39:43.046007 [ 254 ] {9e4cf299-9690-43eb-90bb-334e6391f2ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8115 | 2024.11.27 18:39:43.046079 [ 254 ] {9e4cf299-9690-43eb-90bb-334e6391f2ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8116 | 2024.11.27 18:39:43.046948 [ 254 ] {9e4cf299-9690-43eb-90bb-334e6391f2ef} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8117 | 2024.11.27 18:39:43.046996 [ 254 ] {9e4cf299-9690-43eb-90bb-334e6391f2ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8118 | 2024.11.27 18:39:43.047437 [ 254 ] {9e4cf299-9690-43eb-90bb-334e6391f2ef} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 8119 | 2024.11.27 18:39:43.047683 [ 254 ] {9e4cf299-9690-43eb-90bb-334e6391f2ef} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8120 | 2024.11.27 18:39:43.047876 [ 53 ] {} <Debug> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 8121 | 2024.11.27 18:39:43.047948 [ 53 ] {} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8122 | 2024.11.27 18:39:43.047952 [ 254 ] {9e4cf299-9690-43eb-90bb-334e6391f2ef} <Debug> executeQuery: Read 253 rows, 22.72 KiB in 0.001988 sec., 127263.58148893359 rows/sec., 11.16 MiB/sec. | ||
| 8123 | 2024.11.27 18:39:43.047989 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8124 | 2024.11.27 18:39:43.048222 [ 254 ] {9e4cf299-9690-43eb-90bb-334e6391f2ef} <Debug> TCPHandler: Processed in 0.002516527 sec. | ||
| 8125 | 2024.11.27 18:39:43.048333 [ 187 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::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 | ||
| 8126 | 2024.11.27 18:39:43.048613 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8127 | 2024.11.27 18:39:43.048809 [ 187 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8128 | 2024.11.27 18:39:43.048962 [ 187 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1435 rows starting from the beginning of the part | ||
| 8129 | 2024.11.27 18:39:43.049232 [ 253 ] {647b2ffc-13d1-4cba-acaa-e3d04dc5c341} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8130 | 2024.11.27 18:39:43.049468 [ 187 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 253 rows starting from the beginning of the part | ||
| 8131 | 2024.11.27 18:39:43.049527 [ 253 ] {647b2ffc-13d1-4cba-acaa-e3d04dc5c341} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8132 | 2024.11.27 18:39:43.049879 [ 187 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 88 rows starting from the beginning of the part | ||
| 8133 | 2024.11.27 18:39:43.050267 [ 187 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 253 rows starting from the beginning of the part | ||
| 8134 | 2024.11.27 18:39:43.050585 [ 187 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 88 rows starting from the beginning of the part | ||
| 8135 | 2024.11.27 18:39:43.050988 [ 187 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 253 rows starting from the beginning of the part | ||
| 8136 | 2024.11.27 18:39:43.052414 [ 253 ] {647b2ffc-13d1-4cba-acaa-e3d04dc5c341} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8137 | 2024.11.27 18:39:43.052482 [ 253 ] {647b2ffc-13d1-4cba-acaa-e3d04dc5c341} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8138 | 2024.11.27 18:39:43.053504 [ 253 ] {647b2ffc-13d1-4cba-acaa-e3d04dc5c341} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 8139 | 2024.11.27 18:39:43.053799 [ 253 ] {647b2ffc-13d1-4cba-acaa-e3d04dc5c341} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8140 | 2024.11.27 18:39:43.054224 [ 253 ] {647b2ffc-13d1-4cba-acaa-e3d04dc5c341} <Debug> executeQuery: Read 32 rows, 2.34 KiB in 0.005215 sec., 6136.14573346117 rows/sec., 447.93 KiB/sec. | ||
| 8141 | 2024.11.27 18:39:43.054563 [ 253 ] {647b2ffc-13d1-4cba-acaa-e3d04dc5c341} <Debug> TCPHandler: Processed in 0.006179482 sec. | ||
| 8142 | 2024.11.27 18:39:43.054717 [ 197 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2370 rows, containing 5 columns (5 merged, 0 gathered) in 0.006587978 sec., 359746.19223075727 rows/sec., 31.85 MiB/sec. | ||
| 8143 | 2024.11.27 18:39:43.054805 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8144 | 2024.11.27 18:39:43.054970 [ 254 ] {65d35b67-4689-4f0e-b9fb-52039bc30505} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8145 | 2024.11.27 18:39:43.055064 [ 254 ] {65d35b67-4689-4f0e-b9fb-52039bc30505} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8146 | 2024.11.27 18:39:43.055220 [ 197 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 8147 | 2024.11.27 18:39:43.055891 [ 197 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_61_12} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8148 | 2024.11.27 18:39:43.056118 [ 197 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_61_12} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 8149 | 2024.11.27 18:39:43.056335 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
| 8150 | 2024.11.27 18:39:43.056421 [ 254 ] {65d35b67-4689-4f0e-b9fb-52039bc30505} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8151 | 2024.11.27 18:39:43.056469 [ 254 ] {65d35b67-4689-4f0e-b9fb-52039bc30505} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8152 | 2024.11.27 18:39:43.056852 [ 254 ] {65d35b67-4689-4f0e-b9fb-52039bc30505} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 8153 | 2024.11.27 18:39:43.057094 [ 254 ] {65d35b67-4689-4f0e-b9fb-52039bc30505} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8154 | 2024.11.27 18:39:43.057318 [ 254 ] {65d35b67-4689-4f0e-b9fb-52039bc30505} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002388 sec., 5862.646566164154 rows/sec., 410.58 KiB/sec. | ||
| 8155 | 2024.11.27 18:39:43.057374 [ 254 ] {65d35b67-4689-4f0e-b9fb-52039bc30505} <Debug> TCPHandler: Processed in 0.00264574 sec. | ||
| 8156 | 2024.11.27 18:39:43.057542 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8157 | 2024.11.27 18:39:43.057684 [ 253 ] {206478dd-93f6-43d3-bf90-d332b75130f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8158 | 2024.11.27 18:39:43.057744 [ 253 ] {206478dd-93f6-43d3-bf90-d332b75130f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8159 | 2024.11.27 18:39:43.058387 [ 253 ] {206478dd-93f6-43d3-bf90-d332b75130f3} <Trace> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8160 | 2024.11.27 18:39:43.058426 [ 253 ] {206478dd-93f6-43d3-bf90-d332b75130f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8161 | 2024.11.27 18:39:43.058784 [ 253 ] {206478dd-93f6-43d3-bf90-d332b75130f3} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 8162 | 2024.11.27 18:39:43.059042 [ 253 ] {206478dd-93f6-43d3-bf90-d332b75130f3} <Trace> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8163 | 2024.11.27 18:39:43.059227 [ 253 ] {206478dd-93f6-43d3-bf90-d332b75130f3} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001577 sec., 8243.500317057704 rows/sec., 513.98 KiB/sec. | ||
| 8164 | 2024.11.27 18:39:43.059281 [ 253 ] {206478dd-93f6-43d3-bf90-d332b75130f3} <Debug> TCPHandler: Processed in 0.001806787 sec. | ||
| 8165 | 2024.11.27 18:39:43.059442 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8166 | 2024.11.27 18:39:43.059580 [ 254 ] {47980569-700d-41e1-afc2-091db0333fa5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8167 | 2024.11.27 18:39:43.059637 [ 254 ] {47980569-700d-41e1-afc2-091db0333fa5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8168 | 2024.11.27 18:39:43.060449 [ 254 ] {47980569-700d-41e1-afc2-091db0333fa5} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8169 | 2024.11.27 18:39:43.060489 [ 254 ] {47980569-700d-41e1-afc2-091db0333fa5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8170 | 2024.11.27 18:39:43.060870 [ 254 ] {47980569-700d-41e1-afc2-091db0333fa5} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 8171 | 2024.11.27 18:39:43.061107 [ 254 ] {47980569-700d-41e1-afc2-091db0333fa5} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8172 | 2024.11.27 18:39:43.061276 [ 53 ] {} <Debug> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 8173 | 2024.11.27 18:39:43.061333 [ 53 ] {} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8174 | 2024.11.27 18:39:43.061348 [ 254 ] {47980569-700d-41e1-afc2-091db0333fa5} <Debug> executeQuery: Read 407 rows, 29.68 KiB in 0.001788 sec., 227628.63534675614 rows/sec., 16.21 MiB/sec. | ||
| 8175 | 2024.11.27 18:39:43.061375 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8176 | 2024.11.27 18:39:43.061488 [ 254 ] {47980569-700d-41e1-afc2-091db0333fa5} <Debug> TCPHandler: Processed in 0.002111531 sec. | ||
| 8177 | 2024.11.27 18:39:43.061727 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8178 | 2024.11.27 18:39:43.061758 [ 200 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::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 | ||
| 8179 | 2024.11.27 18:39:43.061930 [ 253 ] {00213e23-08df-43fc-8ad3-94748f04a558} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 8180 | 2024.11.27 18:39:43.062055 [ 253 ] {00213e23-08df-43fc-8ad3-94748f04a558} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8181 | 2024.11.27 18:39:43.062254 [ 200 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8182 | 2024.11.27 18:39:43.062367 [ 200 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 915 rows starting from the beginning of the part | ||
| 8183 | 2024.11.27 18:39:43.062761 [ 200 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 407 rows starting from the beginning of the part | ||
| 8184 | 2024.11.27 18:39:43.063071 [ 200 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 80 rows starting from the beginning of the part | ||
| 8185 | 2024.11.27 18:39:43.063264 [ 200 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 407 rows starting from the beginning of the part | ||
| 8186 | 2024.11.27 18:39:43.063682 [ 200 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 80 rows starting from the beginning of the part | ||
| 8187 | 2024.11.27 18:39:43.064079 [ 200 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 407 rows starting from the beginning of the part | ||
| 8188 | 2024.11.27 18:39:43.064785 [ 253 ] {00213e23-08df-43fc-8ad3-94748f04a558} <Trace> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8189 | 2024.11.27 18:39:43.064842 [ 253 ] {00213e23-08df-43fc-8ad3-94748f04a558} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8190 | 2024.11.27 18:39:43.065722 [ 253 ] {00213e23-08df-43fc-8ad3-94748f04a558} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 8191 | 2024.11.27 18:39:43.066279 [ 253 ] {00213e23-08df-43fc-8ad3-94748f04a558} <Trace> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8192 | 2024.11.27 18:39:43.066967 [ 253 ] {00213e23-08df-43fc-8ad3-94748f04a558} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.005097 sec., 1177.1630370806356 rows/sec., 61.50 KiB/sec. | ||
| 8193 | 2024.11.27 18:39:43.067153 [ 253 ] {00213e23-08df-43fc-8ad3-94748f04a558} <Debug> TCPHandler: Processed in 0.005565373 sec. | ||
| 8194 | 2024.11.27 18:39:43.067350 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8195 | 2024.11.27 18:39:43.067604 [ 200 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2296 rows, containing 5 columns (5 merged, 0 gathered) in 0.00607504 sec., 377939.8983381179 rows/sec., 28.77 MiB/sec. | ||
| 8196 | 2024.11.27 18:39:43.067615 [ 254 ] {24cbf9ed-850e-458c-a8c5-02b5897001b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8197 | 2024.11.27 18:39:43.067708 [ 254 ] {24cbf9ed-850e-458c-a8c5-02b5897001b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8198 | 2024.11.27 18:39:43.067848 [ 200 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 8199 | 2024.11.27 18:39:43.068456 [ 200 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_61_12} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8200 | 2024.11.27 18:39:43.068670 [ 200 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_61_12} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 8201 | 2024.11.27 18:39:43.068842 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 8202 | 2024.11.27 18:39:43.069002 [ 254 ] {24cbf9ed-850e-458c-a8c5-02b5897001b4} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8203 | 2024.11.27 18:39:43.069044 [ 254 ] {24cbf9ed-850e-458c-a8c5-02b5897001b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8204 | 2024.11.27 18:39:43.069440 [ 254 ] {24cbf9ed-850e-458c-a8c5-02b5897001b4} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 8205 | 2024.11.27 18:39:43.069682 [ 254 ] {24cbf9ed-850e-458c-a8c5-02b5897001b4} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8206 | 2024.11.27 18:39:43.069881 [ 52 ] {} <Debug> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 8207 | 2024.11.27 18:39:43.069911 [ 254 ] {24cbf9ed-850e-458c-a8c5-02b5897001b4} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002346 sec., 101023.0179028133 rows/sec., 6.77 MiB/sec. | ||
| 8208 | 2024.11.27 18:39:43.069938 [ 52 ] {} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8209 | 2024.11.27 18:39:43.070012 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8210 | 2024.11.27 18:39:43.070040 [ 254 ] {24cbf9ed-850e-458c-a8c5-02b5897001b4} <Debug> TCPHandler: Processed in 0.002774521 sec. | ||
| 8211 | 2024.11.27 18:39:43.070352 [ 197 ] {67d43675-535f-43d0-af84-f38bbc85c22c::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 | ||
| 8212 | 2024.11.27 18:39:43.070461 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8213 | 2024.11.27 18:39:43.070842 [ 197 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8214 | 2024.11.27 18:39:43.070966 [ 197 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_56_11, total 17586 rows starting from the beginning of the part | ||
| 8215 | 2024.11.27 18:39:43.070996 [ 253 ] {2d7088a2-5ccd-4738-9bdb-cbaa29064ac8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 8216 | 2024.11.27 18:39:43.071424 [ 197 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 237 rows starting from the beginning of the part | ||
| 8217 | 2024.11.27 18:39:43.071507 [ 253 ] {2d7088a2-5ccd-4738-9bdb-cbaa29064ac8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8218 | 2024.11.27 18:39:43.071909 [ 197 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 160 rows starting from the beginning of the part | ||
| 8219 | 2024.11.27 18:39:43.072263 [ 197 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 237 rows starting from the beginning of the part | ||
| 8220 | 2024.11.27 18:39:43.072660 [ 197 ] {67d43675-535f-43d0-af84-f38bbc85c22c::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 | ||
| 8221 | 2024.11.27 18:39:43.073004 [ 197 ] {67d43675-535f-43d0-af84-f38bbc85c22c::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 | ||
| 8222 | 2024.11.27 18:39:43.073929 [ 253 ] {2d7088a2-5ccd-4738-9bdb-cbaa29064ac8} <Trace> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8223 | 2024.11.27 18:39:43.073993 [ 253 ] {2d7088a2-5ccd-4738-9bdb-cbaa29064ac8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8224 | 2024.11.27 18:39:43.074583 [ 253 ] {2d7088a2-5ccd-4738-9bdb-cbaa29064ac8} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 8225 | 2024.11.27 18:39:43.074903 [ 253 ] {2d7088a2-5ccd-4738-9bdb-cbaa29064ac8} <Trace> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8226 | 2024.11.27 18:39:43.075303 [ 253 ] {2d7088a2-5ccd-4738-9bdb-cbaa29064ac8} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004504 sec., 222.02486678507992 rows/sec., 14.96 KiB/sec. | ||
| 8227 | 2024.11.27 18:39:43.075437 [ 253 ] {2d7088a2-5ccd-4738-9bdb-cbaa29064ac8} <Debug> TCPHandler: Processed in 0.005284288 sec. | ||
| 8228 | 2024.11.27 18:39:43.075686 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8229 | 2024.11.27 18:39:43.075991 [ 254 ] {beea6d71-c6da-4feb-9811-fc766b12e57e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8230 | 2024.11.27 18:39:43.076260 [ 254 ] {beea6d71-c6da-4feb-9811-fc766b12e57e} <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 | ||
| 8231 | 2024.11.27 18:39:43.078026 [ 254 ] {beea6d71-c6da-4feb-9811-fc766b12e57e} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8232 | 2024.11.27 18:39:43.078067 [ 254 ] {beea6d71-c6da-4feb-9811-fc766b12e57e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8233 | 2024.11.27 18:39:43.078849 [ 254 ] {beea6d71-c6da-4feb-9811-fc766b12e57e} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 8234 | 2024.11.27 18:39:43.079213 [ 254 ] {beea6d71-c6da-4feb-9811-fc766b12e57e} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8235 | 2024.11.27 18:39:43.079511 [ 254 ] {beea6d71-c6da-4feb-9811-fc766b12e57e} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.00362 sec., 6906.077348066298 rows/sec., 12.38 MiB/sec. | ||
| 8236 | 2024.11.27 18:39:43.079699 [ 254 ] {beea6d71-c6da-4feb-9811-fc766b12e57e} <Debug> TCPHandler: Processed in 0.004144352 sec. | ||
| 8237 | 2024.11.27 18:39:43.079936 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8238 | 2024.11.27 18:39:43.080253 [ 253 ] {6381d0c8-bf78-49b8-9a11-17fb5f2dceef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8239 | 2024.11.27 18:39:43.080308 [ 253 ] {6381d0c8-bf78-49b8-9a11-17fb5f2dceef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8240 | 2024.11.27 18:39:43.081066 [ 197 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 18617 rows, containing 5 columns (5 merged, 0 gathered) in 0.010954413 sec., 1699497.7275368385 rows/sec., 115.12 MiB/sec. | ||
| 8241 | 2024.11.27 18:39:43.081400 [ 191 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 8242 | 2024.11.27 18:39:43.081571 [ 253 ] {6381d0c8-bf78-49b8-9a11-17fb5f2dceef} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8243 | 2024.11.27 18:39:43.081626 [ 253 ] {6381d0c8-bf78-49b8-9a11-17fb5f2dceef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8244 | 2024.11.27 18:39:43.082055 [ 191 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8245 | 2024.11.27 18:39:43.082222 [ 191 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_61_12} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 8246 | 2024.11.27 18:39:43.082381 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.24 MiB. | ||
| 8247 | 2024.11.27 18:39:43.082418 [ 253 ] {6381d0c8-bf78-49b8-9a11-17fb5f2dceef} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 8248 | 2024.11.27 18:39:43.082678 [ 253 ] {6381d0c8-bf78-49b8-9a11-17fb5f2dceef} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8249 | 2024.11.27 18:39:43.082863 [ 52 ] {} <Debug> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 8250 | 2024.11.27 18:39:43.082931 [ 52 ] {} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8251 | 2024.11.27 18:39:43.082943 [ 253 ] {6381d0c8-bf78-49b8-9a11-17fb5f2dceef} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002762 sec., 29688.631426502532 rows/sec., 1.89 MiB/sec. | ||
| 8252 | 2024.11.27 18:39:43.082973 [ 52 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8253 | 2024.11.27 18:39:43.083125 [ 253 ] {6381d0c8-bf78-49b8-9a11-17fb5f2dceef} <Debug> TCPHandler: Processed in 0.003305869 sec. | ||
| 8254 | 2024.11.27 18:39:43.083230 [ 188 ] {c59724f6-f374-41a1-8302-611230e47527::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 | ||
| 8255 | 2024.11.27 18:39:43.083363 [ 188 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8256 | 2024.11.27 18:39:43.083394 [ 188 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 3680 rows starting from the beginning of the part | ||
| 8257 | 2024.11.27 18:39:43.083507 [ 188 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 82 rows starting from the beginning of the part | ||
| 8258 | 2024.11.27 18:39:43.083689 [ 188 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 60 rows starting from the beginning of the part | ||
| 8259 | 2024.11.27 18:39:43.083811 [ 188 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 82 rows starting from the beginning of the part | ||
| 8260 | 2024.11.27 18:39:43.083944 [ 188 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 60 rows starting from the beginning of the part | ||
| 8261 | 2024.11.27 18:39:43.084102 [ 188 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 82 rows starting from the beginning of the part | ||
| 8262 | 2024.11.27 18:39:43.085841 [ 198 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4046 rows, containing 4 columns (4 merged, 0 gathered) in 0.002727591 sec., 1483360.225195053 rows/sec., 97.26 MiB/sec. | ||
| 8263 | 2024.11.27 18:39:43.086217 [ 189 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 8264 | 2024.11.27 18:39:43.086537 [ 189 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_61_12} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8265 | 2024.11.27 18:39:43.086620 [ 189 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_61_12} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 8266 | 2024.11.27 18:39:43.086710 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.91 MiB. | ||
| 8267 | 2024.11.27 18:39:43.858968 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 317 | ||
| 8268 | 2024.11.27 18:39:43.878668 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8269 | 2024.11.27 18:39:43.878734 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8270 | 2024.11.27 18:39:43.885637 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 8271 | 2024.11.27 18:39:43.886403 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8272 | 2024.11.27 18:39:43.889084 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 317 | ||
| 8273 | 2024.11.27 18:39:47.559563 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1160 | ||
| 8274 | 2024.11.27 18:39:47.562890 [ 242 ] {} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8275 | 2024.11.27 18:39:47.562955 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8276 | 2024.11.27 18:39:47.565694 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 8277 | 2024.11.27 18:39:47.566036 [ 242 ] {} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8278 | 2024.11.27 18:39:47.566256 [ 47 ] {} <Debug> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 8279 | 2024.11.27 18:39:47.566377 [ 47 ] {} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8280 | 2024.11.27 18:39:47.566451 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8281 | 2024.11.27 18:39:47.566881 [ 191 ] {b2094d96-d5ad-4d24-939b-7466c2610b9f::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 | ||
| 8282 | 2024.11.27 18:39:47.567640 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1160 | ||
| 8283 | 2024.11.27 18:39:47.568104 [ 191 ] {b2094d96-d5ad-4d24-939b-7466c2610b9f::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8284 | 2024.11.27 18:39:47.568285 [ 191 ] {b2094d96-d5ad-4d24-939b-7466c2610b9f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 984 rows starting from the beginning of the part | ||
| 8285 | 2024.11.27 18:39:47.569001 [ 191 ] {b2094d96-d5ad-4d24-939b-7466c2610b9f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 36 rows starting from the beginning of the part | ||
| 8286 | 2024.11.27 18:39:47.569610 [ 191 ] {b2094d96-d5ad-4d24-939b-7466c2610b9f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 34 rows starting from the beginning of the part | ||
| 8287 | 2024.11.27 18:39:47.570181 [ 191 ] {b2094d96-d5ad-4d24-939b-7466c2610b9f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 38 rows starting from the beginning of the part | ||
| 8288 | 2024.11.27 18:39:47.570760 [ 191 ] {b2094d96-d5ad-4d24-939b-7466c2610b9f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 34 rows starting from the beginning of the part | ||
| 8289 | 2024.11.27 18:39:47.571309 [ 191 ] {b2094d96-d5ad-4d24-939b-7466c2610b9f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 34 rows starting from the beginning of the part | ||
| 8290 | 2024.11.27 18:39:47.579672 [ 198 ] {b2094d96-d5ad-4d24-939b-7466c2610b9f::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1160 rows, containing 72 columns (72 merged, 0 gathered) in 0.013092854 sec., 88597.9481631736 rows/sec., 70.71 MiB/sec. | ||
| 8291 | 2024.11.27 18:39:47.581188 [ 198 ] {b2094d96-d5ad-4d24-939b-7466c2610b9f::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 8292 | 2024.11.27 18:39:47.581989 [ 198 ] {b2094d96-d5ad-4d24-939b-7466c2610b9f::all_1_31_6} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8293 | 2024.11.27 18:39:47.582080 [ 198 ] {b2094d96-d5ad-4d24-939b-7466c2610b9f::all_1_31_6} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 8294 | 2024.11.27 18:39:47.582401 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.79 MiB. | ||
| 8295 | 2024.11.27 18:39:48.067778 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8296 | 2024.11.27 18:39:48.067968 [ 253 ] {98623477-0a07-46ae-a962-f3773447f11c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 8297 | 2024.11.27 18:39:48.068041 [ 253 ] {98623477-0a07-46ae-a962-f3773447f11c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 8298 | 2024.11.27 18:39:48.068801 [ 253 ] {98623477-0a07-46ae-a962-f3773447f11c} <Trace> oximeter.fields_ipaddr (53955b2a-eb56-41e3-a1fe-af6ea47fe91e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8299 | 2024.11.27 18:39:48.068857 [ 253 ] {98623477-0a07-46ae-a962-f3773447f11c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8300 | 2024.11.27 18:39:48.069299 [ 253 ] {98623477-0a07-46ae-a962-f3773447f11c} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 8301 | 2024.11.27 18:39:48.069557 [ 253 ] {98623477-0a07-46ae-a962-f3773447f11c} <Trace> oximeter.fields_ipaddr (53955b2a-eb56-41e3-a1fe-af6ea47fe91e): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8302 | 2024.11.27 18:39:48.069797 [ 253 ] {98623477-0a07-46ae-a962-f3773447f11c} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.001865 sec., 4289.544235924933 rows/sec., 349.78 KiB/sec. | ||
| 8303 | 2024.11.27 18:39:48.069901 [ 253 ] {98623477-0a07-46ae-a962-f3773447f11c} <Debug> TCPHandler: Processed in 0.002250763 sec. | ||
| 8304 | 2024.11.27 18:39:48.070249 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8305 | 2024.11.27 18:39:48.070447 [ 254 ] {f6ed5bd8-7094-4ea6-ba69-c5022c9de986} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8306 | 2024.11.27 18:39:48.070520 [ 254 ] {f6ed5bd8-7094-4ea6-ba69-c5022c9de986} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8307 | 2024.11.27 18:39:48.072020 [ 254 ] {f6ed5bd8-7094-4ea6-ba69-c5022c9de986} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8308 | 2024.11.27 18:39:48.072076 [ 254 ] {f6ed5bd8-7094-4ea6-ba69-c5022c9de986} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8309 | 2024.11.27 18:39:48.072593 [ 254 ] {f6ed5bd8-7094-4ea6-ba69-c5022c9de986} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 8310 | 2024.11.27 18:39:48.072851 [ 254 ] {f6ed5bd8-7094-4ea6-ba69-c5022c9de986} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8311 | 2024.11.27 18:39:48.073090 [ 254 ] {f6ed5bd8-7094-4ea6-ba69-c5022c9de986} <Debug> executeQuery: Read 1232 rows, 103.81 KiB in 0.002694 sec., 457312.54639940604 rows/sec., 37.63 MiB/sec. | ||
| 8312 | 2024.11.27 18:39:48.073155 [ 254 ] {f6ed5bd8-7094-4ea6-ba69-c5022c9de986} <Debug> TCPHandler: Processed in 0.003105386 sec. | ||
| 8313 | 2024.11.27 18:39:48.073330 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8314 | 2024.11.27 18:39:48.073476 [ 253 ] {2d7f8a8e-5cf7-4dca-a642-6c9256160116} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8315 | 2024.11.27 18:39:48.073538 [ 253 ] {2d7f8a8e-5cf7-4dca-a642-6c9256160116} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8316 | 2024.11.27 18:39:48.074257 [ 253 ] {2d7f8a8e-5cf7-4dca-a642-6c9256160116} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8317 | 2024.11.27 18:39:48.074304 [ 253 ] {2d7f8a8e-5cf7-4dca-a642-6c9256160116} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8318 | 2024.11.27 18:39:48.074682 [ 253 ] {2d7f8a8e-5cf7-4dca-a642-6c9256160116} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 8319 | 2024.11.27 18:39:48.074930 [ 253 ] {2d7f8a8e-5cf7-4dca-a642-6c9256160116} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8320 | 2024.11.27 18:39:48.075104 [ 253 ] {2d7f8a8e-5cf7-4dca-a642-6c9256160116} <Debug> executeQuery: Read 24 rows, 1.76 KiB in 0.001665 sec., 14414.414414414414 rows/sec., 1.03 MiB/sec. | ||
| 8321 | 2024.11.27 18:39:48.075158 [ 253 ] {2d7f8a8e-5cf7-4dca-a642-6c9256160116} <Debug> TCPHandler: Processed in 0.001897168 sec. | ||
| 8322 | 2024.11.27 18:39:48.075327 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8323 | 2024.11.27 18:39:48.075474 [ 254 ] {5f2bc7f7-efbc-49b2-b2d1-ebedd5583ef8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8324 | 2024.11.27 18:39:48.075536 [ 254 ] {5f2bc7f7-efbc-49b2-b2d1-ebedd5583ef8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8325 | 2024.11.27 18:39:48.076332 [ 254 ] {5f2bc7f7-efbc-49b2-b2d1-ebedd5583ef8} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8326 | 2024.11.27 18:39:48.076373 [ 254 ] {5f2bc7f7-efbc-49b2-b2d1-ebedd5583ef8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8327 | 2024.11.27 18:39:48.076744 [ 254 ] {5f2bc7f7-efbc-49b2-b2d1-ebedd5583ef8} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 8328 | 2024.11.27 18:39:48.076979 [ 254 ] {5f2bc7f7-efbc-49b2-b2d1-ebedd5583ef8} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8329 | 2024.11.27 18:39:48.077186 [ 254 ] {5f2bc7f7-efbc-49b2-b2d1-ebedd5583ef8} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001747 sec., 130509.44476244992 rows/sec., 8.84 MiB/sec. | ||
| 8330 | 2024.11.27 18:39:48.077241 [ 254 ] {5f2bc7f7-efbc-49b2-b2d1-ebedd5583ef8} <Debug> TCPHandler: Processed in 0.00197918 sec. | ||
| 8331 | 2024.11.27 18:39:48.077399 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8332 | 2024.11.27 18:39:48.077536 [ 253 ] {071ebada-75f7-4312-a2fe-eea41d0f3f79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8333 | 2024.11.27 18:39:48.077595 [ 253 ] {071ebada-75f7-4312-a2fe-eea41d0f3f79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8334 | 2024.11.27 18:39:48.078577 [ 253 ] {071ebada-75f7-4312-a2fe-eea41d0f3f79} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8335 | 2024.11.27 18:39:48.078616 [ 253 ] {071ebada-75f7-4312-a2fe-eea41d0f3f79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8336 | 2024.11.27 18:39:48.079024 [ 253 ] {071ebada-75f7-4312-a2fe-eea41d0f3f79} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 8337 | 2024.11.27 18:39:48.079267 [ 253 ] {071ebada-75f7-4312-a2fe-eea41d0f3f79} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8338 | 2024.11.27 18:39:48.079448 [ 253 ] {071ebada-75f7-4312-a2fe-eea41d0f3f79} <Debug> executeQuery: Read 544 rows, 41.34 KiB in 0.001944 sec., 279835.39094650204 rows/sec., 20.77 MiB/sec. | ||
| 8339 | 2024.11.27 18:39:48.079499 [ 253 ] {071ebada-75f7-4312-a2fe-eea41d0f3f79} <Debug> TCPHandler: Processed in 0.002168012 sec. | ||
| 8340 | 2024.11.27 18:39:48.079659 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8341 | 2024.11.27 18:39:48.079798 [ 254 ] {7e20c8f7-9d21-444a-9b6b-41e562c14708} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8342 | 2024.11.27 18:39:48.079865 [ 254 ] {7e20c8f7-9d21-444a-9b6b-41e562c14708} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8343 | 2024.11.27 18:39:48.080701 [ 254 ] {7e20c8f7-9d21-444a-9b6b-41e562c14708} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8344 | 2024.11.27 18:39:48.080740 [ 254 ] {7e20c8f7-9d21-444a-9b6b-41e562c14708} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8345 | 2024.11.27 18:39:48.081209 [ 254 ] {7e20c8f7-9d21-444a-9b6b-41e562c14708} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 8346 | 2024.11.27 18:39:48.081452 [ 254 ] {7e20c8f7-9d21-444a-9b6b-41e562c14708} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8347 | 2024.11.27 18:39:48.081679 [ 254 ] {7e20c8f7-9d21-444a-9b6b-41e562c14708} <Debug> executeQuery: Read 884 rows, 60.91 KiB in 0.00191 sec., 462827.22513089003 rows/sec., 31.14 MiB/sec. | ||
| 8348 | 2024.11.27 18:39:48.081792 [ 254 ] {7e20c8f7-9d21-444a-9b6b-41e562c14708} <Debug> TCPHandler: Processed in 0.002196792 sec. | ||
| 8349 | 2024.11.27 18:39:48.082018 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8350 | 2024.11.27 18:39:48.082270 [ 253 ] {0d6a81c5-2086-4f86-8cf5-00c840e74085} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8351 | 2024.11.27 18:39:48.082364 [ 253 ] {0d6a81c5-2086-4f86-8cf5-00c840e74085} <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 | ||
| 8352 | 2024.11.27 18:39:48.084271 [ 253 ] {0d6a81c5-2086-4f86-8cf5-00c840e74085} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8353 | 2024.11.27 18:39:48.084310 [ 253 ] {0d6a81c5-2086-4f86-8cf5-00c840e74085} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8354 | 2024.11.27 18:39:48.084959 [ 253 ] {0d6a81c5-2086-4f86-8cf5-00c840e74085} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 8355 | 2024.11.27 18:39:48.085224 [ 253 ] {0d6a81c5-2086-4f86-8cf5-00c840e74085} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8356 | 2024.11.27 18:39:48.085494 [ 253 ] {0d6a81c5-2086-4f86-8cf5-00c840e74085} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.003283 sec., 4873.5912275357905 rows/sec., 8.73 MiB/sec. | ||
| 8357 | 2024.11.27 18:39:48.085909 [ 253 ] {0d6a81c5-2086-4f86-8cf5-00c840e74085} <Debug> TCPHandler: Processed in 0.004011809 sec. | ||
| 8358 | 2024.11.27 18:39:48.086151 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8359 | 2024.11.27 18:39:48.086447 [ 254 ] {8cde83e7-6619-453a-9332-fb2184d274b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8360 | 2024.11.27 18:39:48.086510 [ 254 ] {8cde83e7-6619-453a-9332-fb2184d274b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8361 | 2024.11.27 18:39:48.087083 [ 254 ] {8cde83e7-6619-453a-9332-fb2184d274b3} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8362 | 2024.11.27 18:39:48.087129 [ 254 ] {8cde83e7-6619-453a-9332-fb2184d274b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8363 | 2024.11.27 18:39:48.087530 [ 254 ] {8cde83e7-6619-453a-9332-fb2184d274b3} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 8364 | 2024.11.27 18:39:48.087762 [ 254 ] {8cde83e7-6619-453a-9332-fb2184d274b3} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8365 | 2024.11.27 18:39:48.087967 [ 254 ] {8cde83e7-6619-453a-9332-fb2184d274b3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001623 sec., 36968.57670979667 rows/sec., 2.49 MiB/sec. | ||
| 8366 | 2024.11.27 18:39:48.088019 [ 254 ] {8cde83e7-6619-453a-9332-fb2184d274b3} <Debug> TCPHandler: Processed in 0.00200672 sec. | ||
| 8367 | 2024.11.27 18:39:49.961161 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 19703 | ||
| 8368 | 2024.11.27 18:39:49.962106 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8369 | 2024.11.27 18:39:49.962163 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8370 | 2024.11.27 18:39:49.962725 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 8371 | 2024.11.27 18:39:49.962998 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8372 | 2024.11.27 18:39:49.963252 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 19703 | ||
| 8373 | 2024.11.27 18:39:51.389181 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 325 | ||
| 8374 | 2024.11.27 18:39:51.410375 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8375 | 2024.11.27 18:39:51.410430 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8376 | 2024.11.27 18:39:51.417624 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 8377 | 2024.11.27 18:39:51.418402 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8378 | 2024.11.27 18:39:51.422027 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 325 | ||
| 8379 | 2024.11.27 18:39:53.043121 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8380 | 2024.11.27 18:39:53.043313 [ 253 ] {33dd30b9-50b4-4494-8b7c-eddde756490d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8381 | 2024.11.27 18:39:53.043385 [ 253 ] {33dd30b9-50b4-4494-8b7c-eddde756490d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8382 | 2024.11.27 18:39:53.044129 [ 253 ] {33dd30b9-50b4-4494-8b7c-eddde756490d} <Trace> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8383 | 2024.11.27 18:39:53.044173 [ 253 ] {33dd30b9-50b4-4494-8b7c-eddde756490d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8384 | 2024.11.27 18:39:53.044613 [ 253 ] {33dd30b9-50b4-4494-8b7c-eddde756490d} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 8385 | 2024.11.27 18:39:53.044868 [ 253 ] {33dd30b9-50b4-4494-8b7c-eddde756490d} <Trace> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8386 | 2024.11.27 18:39:53.045110 [ 253 ] {33dd30b9-50b4-4494-8b7c-eddde756490d} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001848 sec., 7575.757575757576 rows/sec., 545.35 KiB/sec. | ||
| 8387 | 2024.11.27 18:39:53.045236 [ 253 ] {33dd30b9-50b4-4494-8b7c-eddde756490d} <Debug> TCPHandler: Processed in 0.002245803 sec. | ||
| 8388 | 2024.11.27 18:39:53.045526 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8389 | 2024.11.27 18:39:53.045731 [ 254 ] {ef2df93f-3c74-4fdc-83d9-0e9315c7b60d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8390 | 2024.11.27 18:39:53.045809 [ 254 ] {ef2df93f-3c74-4fdc-83d9-0e9315c7b60d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8391 | 2024.11.27 18:39:53.046707 [ 254 ] {ef2df93f-3c74-4fdc-83d9-0e9315c7b60d} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8392 | 2024.11.27 18:39:53.046753 [ 254 ] {ef2df93f-3c74-4fdc-83d9-0e9315c7b60d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8393 | 2024.11.27 18:39:53.047204 [ 254 ] {ef2df93f-3c74-4fdc-83d9-0e9315c7b60d} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 8394 | 2024.11.27 18:39:53.047462 [ 254 ] {ef2df93f-3c74-4fdc-83d9-0e9315c7b60d} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8395 | 2024.11.27 18:39:53.047742 [ 254 ] {ef2df93f-3c74-4fdc-83d9-0e9315c7b60d} <Debug> executeQuery: Read 253 rows, 22.72 KiB in 0.002067 sec., 122399.61296565071 rows/sec., 10.74 MiB/sec. | ||
| 8396 | 2024.11.27 18:39:53.047856 [ 254 ] {ef2df93f-3c74-4fdc-83d9-0e9315c7b60d} <Debug> TCPHandler: Processed in 0.002492177 sec. | ||
| 8397 | 2024.11.27 18:39:53.048073 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8398 | 2024.11.27 18:39:53.048365 [ 253 ] {4dec470c-019f-45e6-ab63-758c1cd3145e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8399 | 2024.11.27 18:39:53.048430 [ 253 ] {4dec470c-019f-45e6-ab63-758c1cd3145e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8400 | 2024.11.27 18:39:53.049076 [ 253 ] {4dec470c-019f-45e6-ab63-758c1cd3145e} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8401 | 2024.11.27 18:39:53.049116 [ 253 ] {4dec470c-019f-45e6-ab63-758c1cd3145e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8402 | 2024.11.27 18:39:53.049502 [ 253 ] {4dec470c-019f-45e6-ab63-758c1cd3145e} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 8403 | 2024.11.27 18:39:53.049738 [ 253 ] {4dec470c-019f-45e6-ab63-758c1cd3145e} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8404 | 2024.11.27 18:39:53.049869 [ 38 ] {} <Debug> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c) (MergerMutator): Selected 6 parts from all_1_50_10 to all_55_55_0 | ||
| 8405 | 2024.11.27 18:39:53.049920 [ 38 ] {} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8406 | 2024.11.27 18:39:53.049930 [ 253 ] {4dec470c-019f-45e6-ab63-758c1cd3145e} <Debug> executeQuery: Read 32 rows, 2.34 KiB in 0.001655 sec., 19335.34743202417 rows/sec., 1.38 MiB/sec. | ||
| 8407 | 2024.11.27 18:39:53.049949 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8408 | 2024.11.27 18:39:53.050015 [ 253 ] {4dec470c-019f-45e6-ab63-758c1cd3145e} <Debug> TCPHandler: Processed in 0.00205853 sec. | ||
| 8409 | 2024.11.27 18:39:53.050287 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8410 | 2024.11.27 18:39:53.050453 [ 193 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::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 | ||
| 8411 | 2024.11.27 18:39:53.050624 [ 254 ] {2e15e7a8-266c-4f2e-8dfd-9bc4bbc32e26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8412 | 2024.11.27 18:39:53.050783 [ 254 ] {2e15e7a8-266c-4f2e-8dfd-9bc4bbc32e26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8413 | 2024.11.27 18:39:53.051161 [ 193 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_55_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8414 | 2024.11.27 18:39:53.051249 [ 193 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_50_10, total 66 rows starting from the beginning of the part | ||
| 8415 | 2024.11.27 18:39:53.051494 [ 193 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 32 rows starting from the beginning of the part | ||
| 8416 | 2024.11.27 18:39:53.051887 [ 193 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 16 rows starting from the beginning of the part | ||
| 8417 | 2024.11.27 18:39:53.052313 [ 193 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 32 rows starting from the beginning of the part | ||
| 8418 | 2024.11.27 18:39:53.052903 [ 193 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 24 rows starting from the beginning of the part | ||
| 8419 | 2024.11.27 18:39:53.053293 [ 193 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_55_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 32 rows starting from the beginning of the part | ||
| 8420 | 2024.11.27 18:39:53.054074 [ 254 ] {2e15e7a8-266c-4f2e-8dfd-9bc4bbc32e26} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8421 | 2024.11.27 18:39:53.054139 [ 254 ] {2e15e7a8-266c-4f2e-8dfd-9bc4bbc32e26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8422 | 2024.11.27 18:39:53.055085 [ 254 ] {2e15e7a8-266c-4f2e-8dfd-9bc4bbc32e26} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 8423 | 2024.11.27 18:39:53.055658 [ 254 ] {2e15e7a8-266c-4f2e-8dfd-9bc4bbc32e26} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8424 | 2024.11.27 18:39:53.056016 [ 193 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_55_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 202 rows, containing 5 columns (5 merged, 0 gathered) in 0.005941198 sec., 33999.87679252568 rows/sec., 2.56 MiB/sec. | ||
| 8425 | 2024.11.27 18:39:53.056340 [ 193 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_55_11} <Trace> MergedBlockOutputStream: filled checksums all_1_55_11 (state Temporary) | ||
| 8426 | 2024.11.27 18:39:53.056368 [ 254 ] {2e15e7a8-266c-4f2e-8dfd-9bc4bbc32e26} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005818 sec., 2406.325197662427 rows/sec., 168.52 KiB/sec. | ||
| 8427 | 2024.11.27 18:39:53.056775 [ 254 ] {2e15e7a8-266c-4f2e-8dfd-9bc4bbc32e26} <Debug> TCPHandler: Processed in 0.006643978 sec. | ||
| 8428 | 2024.11.27 18:39:53.057065 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8429 | 2024.11.27 18:39:53.057114 [ 186 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_55_11} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Renaming temporary part tmp_merge_all_1_55_11 to all_1_55_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8430 | 2024.11.27 18:39:53.057234 [ 253 ] {cb5be1b9-75ab-40d6-b12a-5a3158514007} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8431 | 2024.11.27 18:39:53.057246 [ 186 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_55_11} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c) (MergerMutator): Merged 6 parts: [all_1_50_10, all_55_55_0] -> all_1_55_11 | ||
| 8432 | 2024.11.27 18:39:53.057304 [ 253 ] {cb5be1b9-75ab-40d6-b12a-5a3158514007} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8433 | 2024.11.27 18:39:53.057385 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 8434 | 2024.11.27 18:39:53.057954 [ 253 ] {cb5be1b9-75ab-40d6-b12a-5a3158514007} <Trace> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8435 | 2024.11.27 18:39:53.057993 [ 253 ] {cb5be1b9-75ab-40d6-b12a-5a3158514007} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8436 | 2024.11.27 18:39:53.058345 [ 253 ] {cb5be1b9-75ab-40d6-b12a-5a3158514007} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 8437 | 2024.11.27 18:39:53.058581 [ 253 ] {cb5be1b9-75ab-40d6-b12a-5a3158514007} <Trace> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8438 | 2024.11.27 18:39:53.058765 [ 253 ] {cb5be1b9-75ab-40d6-b12a-5a3158514007} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00157 sec., 8280.254777070064 rows/sec., 516.27 KiB/sec. | ||
| 8439 | 2024.11.27 18:39:53.058819 [ 253 ] {cb5be1b9-75ab-40d6-b12a-5a3158514007} <Debug> TCPHandler: Processed in 0.001875798 sec. | ||
| 8440 | 2024.11.27 18:39:53.058974 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8441 | 2024.11.27 18:39:53.059115 [ 254 ] {09ffd571-189c-4418-8ec1-96ec2e95c1fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8442 | 2024.11.27 18:39:53.059174 [ 254 ] {09ffd571-189c-4418-8ec1-96ec2e95c1fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8443 | 2024.11.27 18:39:53.059948 [ 254 ] {09ffd571-189c-4418-8ec1-96ec2e95c1fb} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8444 | 2024.11.27 18:39:53.059989 [ 254 ] {09ffd571-189c-4418-8ec1-96ec2e95c1fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8445 | 2024.11.27 18:39:53.060377 [ 254 ] {09ffd571-189c-4418-8ec1-96ec2e95c1fb} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 8446 | 2024.11.27 18:39:53.060619 [ 254 ] {09ffd571-189c-4418-8ec1-96ec2e95c1fb} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8447 | 2024.11.27 18:39:53.060830 [ 254 ] {09ffd571-189c-4418-8ec1-96ec2e95c1fb} <Debug> executeQuery: Read 407 rows, 29.68 KiB in 0.001747 sec., 232970.80709788206 rows/sec., 16.59 MiB/sec. | ||
| 8448 | 2024.11.27 18:39:53.060888 [ 254 ] {09ffd571-189c-4418-8ec1-96ec2e95c1fb} <Debug> TCPHandler: Processed in 0.001981049 sec. | ||
| 8449 | 2024.11.27 18:39:53.061033 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8450 | 2024.11.27 18:39:53.061171 [ 253 ] {74cb469c-a9c2-4cf8-bbd8-14c7936584aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 8451 | 2024.11.27 18:39:53.061232 [ 253 ] {74cb469c-a9c2-4cf8-bbd8-14c7936584aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8452 | 2024.11.27 18:39:53.061758 [ 253 ] {74cb469c-a9c2-4cf8-bbd8-14c7936584aa} <Trace> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8453 | 2024.11.27 18:39:53.061796 [ 253 ] {74cb469c-a9c2-4cf8-bbd8-14c7936584aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8454 | 2024.11.27 18:39:53.062163 [ 253 ] {74cb469c-a9c2-4cf8-bbd8-14c7936584aa} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 8455 | 2024.11.27 18:39:53.062403 [ 253 ] {74cb469c-a9c2-4cf8-bbd8-14c7936584aa} <Trace> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8456 | 2024.11.27 18:39:53.062586 [ 253 ] {74cb469c-a9c2-4cf8-bbd8-14c7936584aa} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001447 sec., 4146.51002073255 rows/sec., 216.64 KiB/sec. | ||
| 8457 | 2024.11.27 18:39:53.062638 [ 253 ] {74cb469c-a9c2-4cf8-bbd8-14c7936584aa} <Debug> TCPHandler: Processed in 0.001670114 sec. | ||
| 8458 | 2024.11.27 18:39:53.062783 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8459 | 2024.11.27 18:39:53.062927 [ 254 ] {9271badc-59a4-4951-a534-2ba960adc063} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8460 | 2024.11.27 18:39:53.062990 [ 254 ] {9271badc-59a4-4951-a534-2ba960adc063} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8461 | 2024.11.27 18:39:53.063625 [ 254 ] {9271badc-59a4-4951-a534-2ba960adc063} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8462 | 2024.11.27 18:39:53.063665 [ 254 ] {9271badc-59a4-4951-a534-2ba960adc063} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8463 | 2024.11.27 18:39:53.064064 [ 254 ] {9271badc-59a4-4951-a534-2ba960adc063} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 8464 | 2024.11.27 18:39:53.064301 [ 254 ] {9271badc-59a4-4951-a534-2ba960adc063} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8465 | 2024.11.27 18:39:53.064512 [ 254 ] {9271badc-59a4-4951-a534-2ba960adc063} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001616 sec., 146658.41584158415 rows/sec., 9.83 MiB/sec. | ||
| 8466 | 2024.11.27 18:39:53.064567 [ 254 ] {9271badc-59a4-4951-a534-2ba960adc063} <Debug> TCPHandler: Processed in 0.001849198 sec. | ||
| 8467 | 2024.11.27 18:39:53.064711 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8468 | 2024.11.27 18:39:53.064855 [ 253 ] {9ab49de8-bd81-4abb-bd96-ebeea49d8953} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 8469 | 2024.11.27 18:39:53.064918 [ 253 ] {9ab49de8-bd81-4abb-bd96-ebeea49d8953} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8470 | 2024.11.27 18:39:53.065479 [ 253 ] {9ab49de8-bd81-4abb-bd96-ebeea49d8953} <Trace> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8471 | 2024.11.27 18:39:53.065518 [ 253 ] {9ab49de8-bd81-4abb-bd96-ebeea49d8953} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8472 | 2024.11.27 18:39:53.065892 [ 253 ] {9ab49de8-bd81-4abb-bd96-ebeea49d8953} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 8473 | 2024.11.27 18:39:53.066134 [ 253 ] {9ab49de8-bd81-4abb-bd96-ebeea49d8953} <Trace> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8474 | 2024.11.27 18:39:53.066321 [ 253 ] {9ab49de8-bd81-4abb-bd96-ebeea49d8953} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001504 sec., 664.8936170212767 rows/sec., 44.80 KiB/sec. | ||
| 8475 | 2024.11.27 18:39:53.066374 [ 253 ] {9ab49de8-bd81-4abb-bd96-ebeea49d8953} <Debug> TCPHandler: Processed in 0.001727936 sec. | ||
| 8476 | 2024.11.27 18:39:53.066513 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8477 | 2024.11.27 18:39:53.066629 [ 254 ] {ca423bf5-0f40-45cd-bcfc-1703b1a030f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8478 | 2024.11.27 18:39:53.066710 [ 254 ] {ca423bf5-0f40-45cd-bcfc-1703b1a030f9} <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 | ||
| 8479 | 2024.11.27 18:39:53.067895 [ 254 ] {ca423bf5-0f40-45cd-bcfc-1703b1a030f9} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8480 | 2024.11.27 18:39:53.067935 [ 254 ] {ca423bf5-0f40-45cd-bcfc-1703b1a030f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8481 | 2024.11.27 18:39:53.068577 [ 254 ] {ca423bf5-0f40-45cd-bcfc-1703b1a030f9} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 8482 | 2024.11.27 18:39:53.068844 [ 254 ] {ca423bf5-0f40-45cd-bcfc-1703b1a030f9} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8483 | 2024.11.27 18:39:53.069092 [ 254 ] {ca423bf5-0f40-45cd-bcfc-1703b1a030f9} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.002486 sec., 10056.31536604988 rows/sec., 18.02 MiB/sec. | ||
| 8484 | 2024.11.27 18:39:53.069187 [ 254 ] {ca423bf5-0f40-45cd-bcfc-1703b1a030f9} <Debug> TCPHandler: Processed in 0.00272924 sec. | ||
| 8485 | 2024.11.27 18:39:53.069347 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8486 | 2024.11.27 18:39:53.069488 [ 253 ] {d3ce087c-ccb2-4e30-b1fe-e8331a4a6d9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8487 | 2024.11.27 18:39:53.069548 [ 253 ] {d3ce087c-ccb2-4e30-b1fe-e8331a4a6d9f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8488 | 2024.11.27 18:39:53.070130 [ 253 ] {d3ce087c-ccb2-4e30-b1fe-e8331a4a6d9f} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8489 | 2024.11.27 18:39:53.070176 [ 253 ] {d3ce087c-ccb2-4e30-b1fe-e8331a4a6d9f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.57 GiB. | ||
| 8490 | 2024.11.27 18:39:53.070597 [ 253 ] {d3ce087c-ccb2-4e30-b1fe-e8331a4a6d9f} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 8491 | 2024.11.27 18:39:53.070833 [ 253 ] {d3ce087c-ccb2-4e30-b1fe-e8331a4a6d9f} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8492 | 2024.11.27 18:39:53.071005 [ 253 ] {d3ce087c-ccb2-4e30-b1fe-e8331a4a6d9f} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001551 sec., 52869.116698903934 rows/sec., 3.36 MiB/sec. | ||
| 8493 | 2024.11.27 18:39:53.071056 [ 253 ] {d3ce087c-ccb2-4e30-b1fe-e8331a4a6d9f} <Debug> TCPHandler: Processed in 0.001777216 sec. | ||
| 8494 | 2024.11.27 18:39:57.317135 [ 35 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8495 | 2024.11.27 18:39:57.317210 [ 35 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8496 | 2024.11.27 18:39:57.463393 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 20191 | ||
| 8497 | 2024.11.27 18:39:57.464140 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8498 | 2024.11.27 18:39:57.464190 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 8499 | 2024.11.27 18:39:57.464773 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 8500 | 2024.11.27 18:39:57.465032 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8501 | 2024.11.27 18:39:57.465231 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20191 | ||
| 8502 | 2024.11.27 18:39:57.567961 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 1198 | ||
| 8503 | 2024.11.27 18:39:57.571464 [ 242 ] {} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8504 | 2024.11.27 18:39:57.571531 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 8505 | 2024.11.27 18:39:57.573067 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 8506 | 2024.11.27 18:39:57.573398 [ 242 ] {} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8507 | 2024.11.27 18:39:57.574051 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1198 | ||
| 8508 | 2024.11.27 18:39:58.038072 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8509 | 2024.11.27 18:39:58.038373 [ 253 ] {f2e8544e-5985-4752-9c55-a9a0f5f39efe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8510 | 2024.11.27 18:39:58.038487 [ 253 ] {f2e8544e-5985-4752-9c55-a9a0f5f39efe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8511 | 2024.11.27 18:39:58.039323 [ 253 ] {f2e8544e-5985-4752-9c55-a9a0f5f39efe} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8512 | 2024.11.27 18:39:58.039373 [ 253 ] {f2e8544e-5985-4752-9c55-a9a0f5f39efe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 8513 | 2024.11.27 18:39:58.039825 [ 253 ] {f2e8544e-5985-4752-9c55-a9a0f5f39efe} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 8514 | 2024.11.27 18:39:58.040080 [ 253 ] {f2e8544e-5985-4752-9c55-a9a0f5f39efe} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8515 | 2024.11.27 18:39:58.040300 [ 253 ] {f2e8544e-5985-4752-9c55-a9a0f5f39efe} <Debug> executeQuery: Read 88 rows, 7.40 KiB in 0.00201 sec., 43781.09452736318 rows/sec., 3.60 MiB/sec. | ||
| 8516 | 2024.11.27 18:39:58.040365 [ 253 ] {f2e8544e-5985-4752-9c55-a9a0f5f39efe} <Debug> TCPHandler: Processed in 0.002476777 sec. | ||
| 8517 | 2024.11.27 18:39:58.040631 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8518 | 2024.11.27 18:39:58.040833 [ 254 ] {fb1f7899-ed78-4802-a8c0-a71f294b892b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8519 | 2024.11.27 18:39:58.040912 [ 254 ] {fb1f7899-ed78-4802-a8c0-a71f294b892b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8520 | 2024.11.27 18:39:58.041731 [ 254 ] {fb1f7899-ed78-4802-a8c0-a71f294b892b} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8521 | 2024.11.27 18:39:58.041779 [ 254 ] {fb1f7899-ed78-4802-a8c0-a71f294b892b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 8522 | 2024.11.27 18:39:58.042220 [ 254 ] {fb1f7899-ed78-4802-a8c0-a71f294b892b} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 8523 | 2024.11.27 18:39:58.042486 [ 254 ] {fb1f7899-ed78-4802-a8c0-a71f294b892b} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8524 | 2024.11.27 18:39:58.042729 [ 254 ] {fb1f7899-ed78-4802-a8c0-a71f294b892b} <Debug> executeQuery: Read 16 rows, 1.20 KiB in 0.001951 sec., 8200.922603792926 rows/sec., 616.67 KiB/sec. | ||
| 8525 | 2024.11.27 18:39:58.042796 [ 254 ] {fb1f7899-ed78-4802-a8c0-a71f294b892b} <Debug> TCPHandler: Processed in 0.002332695 sec. | ||
| 8526 | 2024.11.27 18:39:58.042971 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8527 | 2024.11.27 18:39:58.043119 [ 253 ] {d43ac9cb-8c83-4b57-beea-995d351ee81d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8528 | 2024.11.27 18:39:58.043178 [ 253 ] {d43ac9cb-8c83-4b57-beea-995d351ee81d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8529 | 2024.11.27 18:39:58.043882 [ 253 ] {d43ac9cb-8c83-4b57-beea-995d351ee81d} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8530 | 2024.11.27 18:39:58.043923 [ 253 ] {d43ac9cb-8c83-4b57-beea-995d351ee81d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 8531 | 2024.11.27 18:39:58.044313 [ 253 ] {d43ac9cb-8c83-4b57-beea-995d351ee81d} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 8532 | 2024.11.27 18:39:58.044560 [ 253 ] {d43ac9cb-8c83-4b57-beea-995d351ee81d} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8533 | 2024.11.27 18:39:58.044782 [ 253 ] {d43ac9cb-8c83-4b57-beea-995d351ee81d} <Debug> executeQuery: Read 80 rows, 6.40 KiB in 0.001695 sec., 47197.6401179941 rows/sec., 3.69 MiB/sec. | ||
| 8534 | 2024.11.27 18:39:58.044840 [ 253 ] {d43ac9cb-8c83-4b57-beea-995d351ee81d} <Debug> TCPHandler: Processed in 0.001939279 sec. | ||
| 8535 | 2024.11.27 18:39:58.045012 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8536 | 2024.11.27 18:39:58.045144 [ 254 ] {91720d11-643f-4b15-86b3-9cdfb6ed5b5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8537 | 2024.11.27 18:39:58.045202 [ 254 ] {91720d11-643f-4b15-86b3-9cdfb6ed5b5f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8538 | 2024.11.27 18:39:58.045820 [ 254 ] {91720d11-643f-4b15-86b3-9cdfb6ed5b5f} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8539 | 2024.11.27 18:39:58.045861 [ 254 ] {91720d11-643f-4b15-86b3-9cdfb6ed5b5f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 8540 | 2024.11.27 18:39:58.046287 [ 254 ] {91720d11-643f-4b15-86b3-9cdfb6ed5b5f} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 8541 | 2024.11.27 18:39:58.046535 [ 254 ] {91720d11-643f-4b15-86b3-9cdfb6ed5b5f} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8542 | 2024.11.27 18:39:58.046796 [ 254 ] {91720d11-643f-4b15-86b3-9cdfb6ed5b5f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001673 sec., 95636.58099222953 rows/sec., 6.66 MiB/sec. | ||
| 8543 | 2024.11.27 18:39:58.046858 [ 254 ] {91720d11-643f-4b15-86b3-9cdfb6ed5b5f} <Debug> TCPHandler: Processed in 0.001905359 sec. | ||
| 8544 | 2024.11.27 18:39:58.047139 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8545 | 2024.11.27 18:39:58.047311 [ 253 ] {be3dc663-e96c-4711-bfab-b5705a1b72ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8546 | 2024.11.27 18:39:58.047406 [ 253 ] {be3dc663-e96c-4711-bfab-b5705a1b72ad} <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 | ||
| 8547 | 2024.11.27 18:39:58.048591 [ 253 ] {be3dc663-e96c-4711-bfab-b5705a1b72ad} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8548 | 2024.11.27 18:39:58.048631 [ 253 ] {be3dc663-e96c-4711-bfab-b5705a1b72ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 8549 | 2024.11.27 18:39:58.049271 [ 253 ] {be3dc663-e96c-4711-bfab-b5705a1b72ad} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 8550 | 2024.11.27 18:39:58.049544 [ 253 ] {be3dc663-e96c-4711-bfab-b5705a1b72ad} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8551 | 2024.11.27 18:39:58.049732 [ 33 ] {} <Debug> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 8552 | 2024.11.27 18:39:58.049800 [ 253 ] {be3dc663-e96c-4711-bfab-b5705a1b72ad} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.00252 sec., 6349.206349206349 rows/sec., 11.38 MiB/sec. | ||
| 8553 | 2024.11.27 18:39:58.049821 [ 33 ] {} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8554 | 2024.11.27 18:39:58.049899 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 8555 | 2024.11.27 18:39:58.050144 [ 253 ] {be3dc663-e96c-4711-bfab-b5705a1b72ad} <Debug> TCPHandler: Processed in 0.003174778 sec. | ||
| 8556 | 2024.11.27 18:39:58.050180 [ 194 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::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 | ||
| 8557 | 2024.11.27 18:39:58.050319 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8558 | 2024.11.27 18:39:58.050597 [ 254 ] {d8fe87c1-8618-47c9-9127-0542c5d28584} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8559 | 2024.11.27 18:39:58.050732 [ 254 ] {d8fe87c1-8618-47c9-9127-0542c5d28584} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8560 | 2024.11.27 18:39:58.050812 [ 194 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8561 | 2024.11.27 18:39:58.051039 [ 194 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1068 rows starting from the beginning of the part | ||
| 8562 | 2024.11.27 18:39:58.051918 [ 194 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 16 rows starting from the beginning of the part | ||
| 8563 | 2024.11.27 18:39:58.052684 [ 194 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 25 rows starting from the beginning of the part | ||
| 8564 | 2024.11.27 18:39:58.053165 [ 254 ] {d8fe87c1-8618-47c9-9127-0542c5d28584} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8565 | 2024.11.27 18:39:58.053283 [ 254 ] {d8fe87c1-8618-47c9-9127-0542c5d28584} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 8566 | 2024.11.27 18:39:58.053538 [ 194 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 16 rows starting from the beginning of the part | ||
| 8567 | 2024.11.27 18:39:58.054127 [ 194 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 25 rows starting from the beginning of the part | ||
| 8568 | 2024.11.27 18:39:58.054731 [ 194 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 16 rows starting from the beginning of the part | ||
| 8569 | 2024.11.27 18:39:58.054774 [ 254 ] {d8fe87c1-8618-47c9-9127-0542c5d28584} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 8570 | 2024.11.27 18:39:58.055576 [ 254 ] {d8fe87c1-8618-47c9-9127-0542c5d28584} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8571 | 2024.11.27 18:39:58.056125 [ 254 ] {d8fe87c1-8618-47c9-9127-0542c5d28584} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00562 sec., 10676.156583629892 rows/sec., 736.77 KiB/sec. | ||
| 8572 | 2024.11.27 18:39:58.056311 [ 254 ] {d8fe87c1-8618-47c9-9127-0542c5d28584} <Debug> TCPHandler: Processed in 0.00607503 sec. | ||
| 8573 | 2024.11.27 18:39:58.062967 [ 192 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1166 rows, containing 19 columns (19 merged, 0 gathered) in 0.012906021 sec., 90345.42869564523 rows/sec., 161.89 MiB/sec. | ||
| 8574 | 2024.11.27 18:39:58.064497 [ 201 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 8575 | 2024.11.27 18:39:58.064981 [ 201 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_56_11} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8576 | 2024.11.27 18:39:58.065076 [ 201 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_56_11} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 8577 | 2024.11.27 18:39:58.065259 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.63 MiB. | ||
| 8578 | 2024.11.27 18:39:58.922135 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 332 | ||
| 8579 | 2024.11.27 18:39:58.943241 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8580 | 2024.11.27 18:39:58.943307 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 8581 | 2024.11.27 18:39:58.950484 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 8582 | 2024.11.27 18:39:58.951270 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8583 | 2024.11.27 18:39:58.954186 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 332 | ||
| 8584 | 2024.11.27 18:39:59.000198 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 218.90 MiB, peak 229.98 MiB, free memory in arenas 0.00 B, will set to 221.27 MiB (RSS), difference: 2.37 MiB | ||
| 8585 | 2024.11.27 18:39:59.888653 [ 32 ] {} <Debug> oximeter.fields_ipaddr (53955b2a-eb56-41e3-a1fe-af6ea47fe91e) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 8586 | 2024.11.27 18:39:59.888752 [ 32 ] {} <Trace> oximeter.fields_ipaddr (53955b2a-eb56-41e3-a1fe-af6ea47fe91e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8587 | 2024.11.27 18:39:59.888795 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 8588 | 2024.11.27 18:39:59.889148 [ 186 ] {53955b2a-eb56-41e3-a1fe-af6ea47fe91e::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 | ||
| 8589 | 2024.11.27 18:39:59.889459 [ 186 ] {53955b2a-eb56-41e3-a1fe-af6ea47fe91e::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8590 | 2024.11.27 18:39:59.889523 [ 186 ] {53955b2a-eb56-41e3-a1fe-af6ea47fe91e::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 | ||
| 8591 | 2024.11.27 18:39:59.889672 [ 186 ] {53955b2a-eb56-41e3-a1fe-af6ea47fe91e::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 8 rows starting from the beginning of the part | ||
| 8592 | 2024.11.27 18:39:59.889981 [ 186 ] {53955b2a-eb56-41e3-a1fe-af6ea47fe91e::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 8 rows starting from the beginning of the part | ||
| 8593 | 2024.11.27 18:39:59.890259 [ 186 ] {53955b2a-eb56-41e3-a1fe-af6ea47fe91e::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 | ||
| 8594 | 2024.11.27 18:39:59.890342 [ 186 ] {53955b2a-eb56-41e3-a1fe-af6ea47fe91e::all_1_13_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 8 rows starting from the beginning of the part | ||
| 8595 | 2024.11.27 18:39:59.891465 [ 192 ] {53955b2a-eb56-41e3-a1fe-af6ea47fe91e::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 44 rows, containing 5 columns (5 merged, 0 gathered) in 0.002553988 sec., 17227.958784457875 rows/sec., 1.44 MiB/sec. | ||
| 8596 | 2024.11.27 18:39:59.891663 [ 196 ] {53955b2a-eb56-41e3-a1fe-af6ea47fe91e::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 8597 | 2024.11.27 18:39:59.892038 [ 196 ] {53955b2a-eb56-41e3-a1fe-af6ea47fe91e::all_1_13_3} <Trace> oximeter.fields_ipaddr (53955b2a-eb56-41e3-a1fe-af6ea47fe91e): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8598 | 2024.11.27 18:39:59.892138 [ 196 ] {53955b2a-eb56-41e3-a1fe-af6ea47fe91e::all_1_13_3} <Trace> oximeter.fields_ipaddr (53955b2a-eb56-41e3-a1fe-af6ea47fe91e) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 8599 | 2024.11.27 18:39:59.892251 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 8600 | 2024.11.27 18:40:03.042544 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8601 | 2024.11.27 18:40:03.042763 [ 253 ] {6698f6fb-3b25-4ae4-a5c7-8246a81acde7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8602 | 2024.11.27 18:40:03.042840 [ 253 ] {6698f6fb-3b25-4ae4-a5c7-8246a81acde7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8603 | 2024.11.27 18:40:03.043620 [ 253 ] {6698f6fb-3b25-4ae4-a5c7-8246a81acde7} <Trace> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8604 | 2024.11.27 18:40:03.043671 [ 253 ] {6698f6fb-3b25-4ae4-a5c7-8246a81acde7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 8605 | 2024.11.27 18:40:03.044119 [ 253 ] {6698f6fb-3b25-4ae4-a5c7-8246a81acde7} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 8606 | 2024.11.27 18:40:03.044371 [ 253 ] {6698f6fb-3b25-4ae4-a5c7-8246a81acde7} <Trace> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8607 | 2024.11.27 18:40:03.044606 [ 253 ] {6698f6fb-3b25-4ae4-a5c7-8246a81acde7} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001896 sec., 7383.966244725739 rows/sec., 531.55 KiB/sec. | ||
| 8608 | 2024.11.27 18:40:03.044676 [ 253 ] {6698f6fb-3b25-4ae4-a5c7-8246a81acde7} <Debug> TCPHandler: Processed in 0.002266723 sec. | ||
| 8609 | 2024.11.27 18:40:03.044939 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8610 | 2024.11.27 18:40:03.045132 [ 254 ] {58fc8926-5416-47b7-87c5-48c45ebd80f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 8611 | 2024.11.27 18:40:03.045205 [ 254 ] {58fc8926-5416-47b7-87c5-48c45ebd80f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 8612 | 2024.11.27 18:40:03.045957 [ 254 ] {58fc8926-5416-47b7-87c5-48c45ebd80f4} <Trace> oximeter.fields_ipaddr (53955b2a-eb56-41e3-a1fe-af6ea47fe91e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8613 | 2024.11.27 18:40:03.046001 [ 254 ] {58fc8926-5416-47b7-87c5-48c45ebd80f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 8614 | 2024.11.27 18:40:03.046445 [ 254 ] {58fc8926-5416-47b7-87c5-48c45ebd80f4} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 8615 | 2024.11.27 18:40:03.046703 [ 254 ] {58fc8926-5416-47b7-87c5-48c45ebd80f4} <Trace> oximeter.fields_ipaddr (53955b2a-eb56-41e3-a1fe-af6ea47fe91e): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8616 | 2024.11.27 18:40:03.046916 [ 254 ] {58fc8926-5416-47b7-87c5-48c45ebd80f4} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.001834 sec., 4362.0501635768815 rows/sec., 355.69 KiB/sec. | ||
| 8617 | 2024.11.27 18:40:03.046983 [ 254 ] {58fc8926-5416-47b7-87c5-48c45ebd80f4} <Debug> TCPHandler: Processed in 0.002178393 sec. | ||
| 8618 | 2024.11.27 18:40:03.047150 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8619 | 2024.11.27 18:40:03.047299 [ 253 ] {718a6a84-c8c9-42fb-a743-de5b8fa11920} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8620 | 2024.11.27 18:40:03.047362 [ 253 ] {718a6a84-c8c9-42fb-a743-de5b8fa11920} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8621 | 2024.11.27 18:40:03.048160 [ 253 ] {718a6a84-c8c9-42fb-a743-de5b8fa11920} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8622 | 2024.11.27 18:40:03.048204 [ 253 ] {718a6a84-c8c9-42fb-a743-de5b8fa11920} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 8623 | 2024.11.27 18:40:03.048594 [ 253 ] {718a6a84-c8c9-42fb-a743-de5b8fa11920} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 8624 | 2024.11.27 18:40:03.048833 [ 253 ] {718a6a84-c8c9-42fb-a743-de5b8fa11920} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8625 | 2024.11.27 18:40:03.049081 [ 253 ] {718a6a84-c8c9-42fb-a743-de5b8fa11920} <Debug> executeQuery: Read 257 rows, 23.02 KiB in 0.001814 sec., 141675.85446527012 rows/sec., 12.39 MiB/sec. | ||
| 8626 | 2024.11.27 18:40:03.049191 [ 253 ] {718a6a84-c8c9-42fb-a743-de5b8fa11920} <Debug> TCPHandler: Processed in 0.002107721 sec. | ||
| 8627 | 2024.11.27 18:40:03.049411 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8628 | 2024.11.27 18:40:03.049599 [ 254 ] {181761a4-2735-42e0-b8e6-a0a4e56c1885} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8629 | 2024.11.27 18:40:03.049652 [ 254 ] {181761a4-2735-42e0-b8e6-a0a4e56c1885} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8630 | 2024.11.27 18:40:03.050280 [ 254 ] {181761a4-2735-42e0-b8e6-a0a4e56c1885} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8631 | 2024.11.27 18:40:03.050319 [ 254 ] {181761a4-2735-42e0-b8e6-a0a4e56c1885} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 8632 | 2024.11.27 18:40:03.050700 [ 254 ] {181761a4-2735-42e0-b8e6-a0a4e56c1885} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 8633 | 2024.11.27 18:40:03.050945 [ 254 ] {181761a4-2735-42e0-b8e6-a0a4e56c1885} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8634 | 2024.11.27 18:40:03.051125 [ 254 ] {181761a4-2735-42e0-b8e6-a0a4e56c1885} <Debug> executeQuery: Read 40 rows, 2.89 KiB in 0.001563 sec., 25591.81062060141 rows/sec., 1.81 MiB/sec. | ||
| 8635 | 2024.11.27 18:40:03.051181 [ 254 ] {181761a4-2735-42e0-b8e6-a0a4e56c1885} <Debug> TCPHandler: Processed in 0.001903258 sec. | ||
| 8636 | 2024.11.27 18:40:03.051327 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8637 | 2024.11.27 18:40:03.051468 [ 253 ] {d5c6a1bb-43cb-4844-9627-52f90146378d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8638 | 2024.11.27 18:40:03.051528 [ 253 ] {d5c6a1bb-43cb-4844-9627-52f90146378d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8639 | 2024.11.27 18:40:03.052172 [ 253 ] {d5c6a1bb-43cb-4844-9627-52f90146378d} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8640 | 2024.11.27 18:40:03.052212 [ 253 ] {d5c6a1bb-43cb-4844-9627-52f90146378d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 8641 | 2024.11.27 18:40:03.052569 [ 253 ] {d5c6a1bb-43cb-4844-9627-52f90146378d} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 8642 | 2024.11.27 18:40:03.052820 [ 253 ] {d5c6a1bb-43cb-4844-9627-52f90146378d} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8643 | 2024.11.27 18:40:03.053003 [ 253 ] {d5c6a1bb-43cb-4844-9627-52f90146378d} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001567 sec., 8934.269304403319 rows/sec., 625.70 KiB/sec. | ||
| 8644 | 2024.11.27 18:40:03.053057 [ 253 ] {d5c6a1bb-43cb-4844-9627-52f90146378d} <Debug> TCPHandler: Processed in 0.001794477 sec. | ||
| 8645 | 2024.11.27 18:40:03.053216 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8646 | 2024.11.27 18:40:03.053336 [ 254 ] {fd7a7f34-1c05-4bf0-a3d0-14b20764f160} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8647 | 2024.11.27 18:40:03.053387 [ 254 ] {fd7a7f34-1c05-4bf0-a3d0-14b20764f160} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8648 | 2024.11.27 18:40:03.053983 [ 254 ] {fd7a7f34-1c05-4bf0-a3d0-14b20764f160} <Trace> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8649 | 2024.11.27 18:40:03.054022 [ 254 ] {fd7a7f34-1c05-4bf0-a3d0-14b20764f160} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 8650 | 2024.11.27 18:40:03.054382 [ 254 ] {fd7a7f34-1c05-4bf0-a3d0-14b20764f160} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 8651 | 2024.11.27 18:40:03.054620 [ 254 ] {fd7a7f34-1c05-4bf0-a3d0-14b20764f160} <Trace> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8652 | 2024.11.27 18:40:03.054908 [ 254 ] {fd7a7f34-1c05-4bf0-a3d0-14b20764f160} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001599 sec., 8130.081300813008 rows/sec., 506.91 KiB/sec. | ||
| 8653 | 2024.11.27 18:40:03.055135 [ 254 ] {fd7a7f34-1c05-4bf0-a3d0-14b20764f160} <Debug> TCPHandler: Processed in 0.001970119 sec. | ||
| 8654 | 2024.11.27 18:40:03.055316 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8655 | 2024.11.27 18:40:03.055438 [ 253 ] {5759d8f4-a5c0-43af-a231-9027d54e07b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8656 | 2024.11.27 18:40:03.055487 [ 253 ] {5759d8f4-a5c0-43af-a231-9027d54e07b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8657 | 2024.11.27 18:40:03.056245 [ 253 ] {5759d8f4-a5c0-43af-a231-9027d54e07b7} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8658 | 2024.11.27 18:40:03.056285 [ 253 ] {5759d8f4-a5c0-43af-a231-9027d54e07b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 8659 | 2024.11.27 18:40:03.056685 [ 253 ] {5759d8f4-a5c0-43af-a231-9027d54e07b7} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 8660 | 2024.11.27 18:40:03.056922 [ 253 ] {5759d8f4-a5c0-43af-a231-9027d54e07b7} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8661 | 2024.11.27 18:40:03.057131 [ 253 ] {5759d8f4-a5c0-43af-a231-9027d54e07b7} <Debug> executeQuery: Read 415 rows, 30.34 KiB in 0.001716 sec., 241841.49184149184 rows/sec., 17.26 MiB/sec. | ||
| 8662 | 2024.11.27 18:40:03.057200 [ 253 ] {5759d8f4-a5c0-43af-a231-9027d54e07b7} <Debug> TCPHandler: Processed in 0.001945259 sec. | ||
| 8663 | 2024.11.27 18:40:03.057420 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8664 | 2024.11.27 18:40:03.057626 [ 254 ] {68bcf8e9-1777-483a-9926-30c20ff31803} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 8665 | 2024.11.27 18:40:03.057678 [ 254 ] {68bcf8e9-1777-483a-9926-30c20ff31803} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8666 | 2024.11.27 18:40:03.058184 [ 254 ] {68bcf8e9-1777-483a-9926-30c20ff31803} <Trace> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8667 | 2024.11.27 18:40:03.058223 [ 254 ] {68bcf8e9-1777-483a-9926-30c20ff31803} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 8668 | 2024.11.27 18:40:03.058594 [ 254 ] {68bcf8e9-1777-483a-9926-30c20ff31803} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 8669 | 2024.11.27 18:40:03.058840 [ 254 ] {68bcf8e9-1777-483a-9926-30c20ff31803} <Trace> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8670 | 2024.11.27 18:40:03.059065 [ 254 ] {68bcf8e9-1777-483a-9926-30c20ff31803} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001472 sec., 4076.086956521739 rows/sec., 212.96 KiB/sec. | ||
| 8671 | 2024.11.27 18:40:03.059120 [ 254 ] {68bcf8e9-1777-483a-9926-30c20ff31803} <Debug> TCPHandler: Processed in 0.001825287 sec. | ||
| 8672 | 2024.11.27 18:40:03.059279 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8673 | 2024.11.27 18:40:03.059418 [ 253 ] {06199846-8ee4-417d-b233-e88051c7879b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8674 | 2024.11.27 18:40:03.059481 [ 253 ] {06199846-8ee4-417d-b233-e88051c7879b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8675 | 2024.11.27 18:40:03.060128 [ 253 ] {06199846-8ee4-417d-b233-e88051c7879b} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8676 | 2024.11.27 18:40:03.060166 [ 253 ] {06199846-8ee4-417d-b233-e88051c7879b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 8677 | 2024.11.27 18:40:03.060565 [ 253 ] {06199846-8ee4-417d-b233-e88051c7879b} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 8678 | 2024.11.27 18:40:03.060803 [ 253 ] {06199846-8ee4-417d-b233-e88051c7879b} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8679 | 2024.11.27 18:40:03.060984 [ 253 ] {06199846-8ee4-417d-b233-e88051c7879b} <Debug> executeQuery: Read 241 rows, 16.55 KiB in 0.001598 sec., 150813.51689612016 rows/sec., 10.11 MiB/sec. | ||
| 8680 | 2024.11.27 18:40:03.061038 [ 253 ] {06199846-8ee4-417d-b233-e88051c7879b} <Debug> TCPHandler: Processed in 0.001825317 sec. | ||
| 8681 | 2024.11.27 18:40:03.061194 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8682 | 2024.11.27 18:40:03.061310 [ 254 ] {517b73b0-f10c-4ba8-8fbd-33a842dfff12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 8683 | 2024.11.27 18:40:03.061363 [ 254 ] {517b73b0-f10c-4ba8-8fbd-33a842dfff12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 8684 | 2024.11.27 18:40:03.061842 [ 254 ] {517b73b0-f10c-4ba8-8fbd-33a842dfff12} <Trace> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8685 | 2024.11.27 18:40:03.061881 [ 254 ] {517b73b0-f10c-4ba8-8fbd-33a842dfff12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 8686 | 2024.11.27 18:40:03.062262 [ 254 ] {517b73b0-f10c-4ba8-8fbd-33a842dfff12} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 8687 | 2024.11.27 18:40:03.062502 [ 254 ] {517b73b0-f10c-4ba8-8fbd-33a842dfff12} <Trace> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8688 | 2024.11.27 18:40:03.062658 [ 77 ] {} <Debug> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653) (MergerMutator): Selected 6 parts from all_1_20_4 to all_25_25_0 | ||
| 8689 | 2024.11.27 18:40:03.062717 [ 77 ] {} <Trace> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8690 | 2024.11.27 18:40:03.062750 [ 254 ] {517b73b0-f10c-4ba8-8fbd-33a842dfff12} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00145 sec., 689.6551724137931 rows/sec., 46.47 KiB/sec. | ||
| 8691 | 2024.11.27 18:40:03.062757 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 8692 | 2024.11.27 18:40:03.062938 [ 254 ] {517b73b0-f10c-4ba8-8fbd-33a842dfff12} <Debug> TCPHandler: Processed in 0.001796467 sec. | ||
| 8693 | 2024.11.27 18:40:03.063050 [ 186 ] {5a65aebe-f093-4059-a447-e7898681b653::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 | ||
| 8694 | 2024.11.27 18:40:03.063214 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8695 | 2024.11.27 18:40:03.063472 [ 253 ] {377c038b-04d0-4ed1-a9a9-e341d21d27e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8696 | 2024.11.27 18:40:03.063479 [ 186 ] {5a65aebe-f093-4059-a447-e7898681b653::all_1_25_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8697 | 2024.11.27 18:40:03.063528 [ 186 ] {5a65aebe-f093-4059-a447-e7898681b653::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_20_4, total 20 rows starting from the beginning of the part | ||
| 8698 | 2024.11.27 18:40:03.063577 [ 253 ] {377c038b-04d0-4ed1-a9a9-e341d21d27e9} <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 | ||
| 8699 | 2024.11.27 18:40:03.063688 [ 186 ] {5a65aebe-f093-4059-a447-e7898681b653::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1 rows starting from the beginning of the part | ||
| 8700 | 2024.11.27 18:40:03.064049 [ 186 ] {5a65aebe-f093-4059-a447-e7898681b653::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 1 rows starting from the beginning of the part | ||
| 8701 | 2024.11.27 18:40:03.064389 [ 186 ] {5a65aebe-f093-4059-a447-e7898681b653::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 1 rows starting from the beginning of the part | ||
| 8702 | 2024.11.27 18:40:03.064735 [ 186 ] {5a65aebe-f093-4059-a447-e7898681b653::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 1 rows starting from the beginning of the part | ||
| 8703 | 2024.11.27 18:40:03.065009 [ 186 ] {5a65aebe-f093-4059-a447-e7898681b653::all_1_25_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 1 rows starting from the beginning of the part | ||
| 8704 | 2024.11.27 18:40:03.066973 [ 186 ] {5a65aebe-f093-4059-a447-e7898681b653::all_1_25_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 25 rows, containing 4 columns (4 merged, 0 gathered) in 0.004091001 sec., 6110.973817899335 rows/sec., 411.77 KiB/sec. | ||
| 8705 | 2024.11.27 18:40:03.067284 [ 192 ] {5a65aebe-f093-4059-a447-e7898681b653::all_1_25_5} <Trace> MergedBlockOutputStream: filled checksums all_1_25_5 (state Temporary) | ||
| 8706 | 2024.11.27 18:40:03.067345 [ 253 ] {377c038b-04d0-4ed1-a9a9-e341d21d27e9} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8707 | 2024.11.27 18:40:03.067426 [ 253 ] {377c038b-04d0-4ed1-a9a9-e341d21d27e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 8708 | 2024.11.27 18:40:03.068008 [ 192 ] {5a65aebe-f093-4059-a447-e7898681b653::all_1_25_5} <Trace> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653): Renaming temporary part tmp_merge_all_1_25_5 to all_1_25_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8709 | 2024.11.27 18:40:03.068175 [ 192 ] {5a65aebe-f093-4059-a447-e7898681b653::all_1_25_5} <Trace> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653) (MergerMutator): Merged 6 parts: [all_1_20_4, all_25_25_0] -> all_1_25_5 | ||
| 8710 | 2024.11.27 18:40:03.068371 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 8711 | 2024.11.27 18:40:03.068668 [ 253 ] {377c038b-04d0-4ed1-a9a9-e341d21d27e9} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 8712 | 2024.11.27 18:40:03.068937 [ 253 ] {377c038b-04d0-4ed1-a9a9-e341d21d27e9} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8713 | 2024.11.27 18:40:03.069185 [ 253 ] {377c038b-04d0-4ed1-a9a9-e341d21d27e9} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.005776 sec., 4328.254847645429 rows/sec., 7.76 MiB/sec. | ||
| 8714 | 2024.11.27 18:40:03.069635 [ 253 ] {377c038b-04d0-4ed1-a9a9-e341d21d27e9} <Debug> TCPHandler: Processed in 0.006566667 sec. | ||
| 8715 | 2024.11.27 18:40:03.069897 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8716 | 2024.11.27 18:40:03.070055 [ 254 ] {a9927ee5-1e5f-441f-96db-74458bc2e128} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8717 | 2024.11.27 18:40:03.070107 [ 254 ] {a9927ee5-1e5f-441f-96db-74458bc2e128} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8718 | 2024.11.27 18:40:03.070612 [ 254 ] {a9927ee5-1e5f-441f-96db-74458bc2e128} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8719 | 2024.11.27 18:40:03.070650 [ 254 ] {a9927ee5-1e5f-441f-96db-74458bc2e128} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 8720 | 2024.11.27 18:40:03.071041 [ 254 ] {a9927ee5-1e5f-441f-96db-74458bc2e128} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 8721 | 2024.11.27 18:40:03.071284 [ 254 ] {a9927ee5-1e5f-441f-96db-74458bc2e128} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8722 | 2024.11.27 18:40:03.071512 [ 254 ] {a9927ee5-1e5f-441f-96db-74458bc2e128} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001481 sec., 55367.99459824443 rows/sec., 3.52 MiB/sec. | ||
| 8723 | 2024.11.27 18:40:03.071565 [ 254 ] {a9927ee5-1e5f-441f-96db-74458bc2e128} <Debug> TCPHandler: Processed in 0.001810217 sec. | ||
| 8724 | 2024.11.27 18:40:04.965379 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 20618 | ||
| 8725 | 2024.11.27 18:40:04.966015 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8726 | 2024.11.27 18:40:04.966063 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 8727 | 2024.11.27 18:40:04.966581 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 8728 | 2024.11.27 18:40:04.966839 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8729 | 2024.11.27 18:40:04.967066 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 20618 | ||
| 8730 | 2024.11.27 18:40:06.454288 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 340 | ||
| 8731 | 2024.11.27 18:40:06.475928 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8732 | 2024.11.27 18:40:06.475988 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 8733 | 2024.11.27 18:40:06.483197 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 8734 | 2024.11.27 18:40:06.483991 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8735 | 2024.11.27 18:40:06.487051 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 340 | ||
| 8736 | 2024.11.27 18:40:07.574304 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1234 | ||
| 8737 | 2024.11.27 18:40:07.577568 [ 242 ] {} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8738 | 2024.11.27 18:40:07.577631 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 8739 | 2024.11.27 18:40:07.579229 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 8740 | 2024.11.27 18:40:07.579558 [ 242 ] {} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8741 | 2024.11.27 18:40:07.580977 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1234 | ||
| 8742 | 2024.11.27 18:40:08.038958 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8743 | 2024.11.27 18:40:08.039243 [ 253 ] {43aa9059-7b24-4ad2-b77e-9cbfe2393b94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8744 | 2024.11.27 18:40:08.039354 [ 253 ] {43aa9059-7b24-4ad2-b77e-9cbfe2393b94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8745 | 2024.11.27 18:40:08.040333 [ 253 ] {43aa9059-7b24-4ad2-b77e-9cbfe2393b94} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8746 | 2024.11.27 18:40:08.040380 [ 253 ] {43aa9059-7b24-4ad2-b77e-9cbfe2393b94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 8747 | 2024.11.27 18:40:08.040802 [ 253 ] {43aa9059-7b24-4ad2-b77e-9cbfe2393b94} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 8748 | 2024.11.27 18:40:08.041067 [ 253 ] {43aa9059-7b24-4ad2-b77e-9cbfe2393b94} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8749 | 2024.11.27 18:40:08.041269 [ 146 ] {} <Debug> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 8750 | 2024.11.27 18:40:08.041293 [ 253 ] {43aa9059-7b24-4ad2-b77e-9cbfe2393b94} <Debug> executeQuery: Read 88 rows, 7.40 KiB in 0.002123 sec., 41450.77720207254 rows/sec., 3.41 MiB/sec. | ||
| 8751 | 2024.11.27 18:40:08.041370 [ 146 ] {} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8752 | 2024.11.27 18:40:08.041447 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 8753 | 2024.11.27 18:40:08.041456 [ 253 ] {43aa9059-7b24-4ad2-b77e-9cbfe2393b94} <Debug> TCPHandler: Processed in 0.002656789 sec. | ||
| 8754 | 2024.11.27 18:40:08.041670 [ 195 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::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 | ||
| 8755 | 2024.11.27 18:40:08.041723 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8756 | 2024.11.27 18:40:08.041860 [ 195 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8757 | 2024.11.27 18:40:08.041898 [ 254 ] {f11478b2-c06a-488a-bd94-1bd0ac38c09d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8758 | 2024.11.27 18:40:08.041910 [ 195 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1435 rows starting from the beginning of the part | ||
| 8759 | 2024.11.27 18:40:08.041986 [ 254 ] {f11478b2-c06a-488a-bd94-1bd0ac38c09d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8760 | 2024.11.27 18:40:08.042071 [ 195 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 1232 rows starting from the beginning of the part | ||
| 8761 | 2024.11.27 18:40:08.042484 [ 195 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 253 rows starting from the beginning of the part | ||
| 8762 | 2024.11.27 18:40:08.042917 [ 195 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 88 rows starting from the beginning of the part | ||
| 8763 | 2024.11.27 18:40:08.043274 [ 195 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 257 rows starting from the beginning of the part | ||
| 8764 | 2024.11.27 18:40:08.043778 [ 195 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 88 rows starting from the beginning of the part | ||
| 8765 | 2024.11.27 18:40:08.044812 [ 254 ] {f11478b2-c06a-488a-bd94-1bd0ac38c09d} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8766 | 2024.11.27 18:40:08.044859 [ 254 ] {f11478b2-c06a-488a-bd94-1bd0ac38c09d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 8767 | 2024.11.27 18:40:08.045436 [ 254 ] {f11478b2-c06a-488a-bd94-1bd0ac38c09d} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 8768 | 2024.11.27 18:40:08.045730 [ 254 ] {f11478b2-c06a-488a-bd94-1bd0ac38c09d} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8769 | 2024.11.27 18:40:08.045954 [ 254 ] {f11478b2-c06a-488a-bd94-1bd0ac38c09d} <Debug> executeQuery: Read 16 rows, 1.20 KiB in 0.004114 sec., 3889.1589693728733 rows/sec., 292.45 KiB/sec. | ||
| 8770 | 2024.11.27 18:40:08.046028 [ 254 ] {f11478b2-c06a-488a-bd94-1bd0ac38c09d} <Debug> TCPHandler: Processed in 0.004440126 sec. | ||
| 8771 | 2024.11.27 18:40:08.046194 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8772 | 2024.11.27 18:40:08.046472 [ 253 ] {d4639943-8877-4e50-b936-193917515d98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8773 | 2024.11.27 18:40:08.046481 [ 195 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3353 rows, containing 5 columns (5 merged, 0 gathered) in 0.004931714 sec., 679885.3299278911 rows/sec., 59.42 MiB/sec. | ||
| 8774 | 2024.11.27 18:40:08.046549 [ 253 ] {d4639943-8877-4e50-b936-193917515d98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8775 | 2024.11.27 18:40:08.046754 [ 195 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 8776 | 2024.11.27 18:40:08.047356 [ 195 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_66_13} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8777 | 2024.11.27 18:40:08.047556 [ 195 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_66_13} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 8778 | 2024.11.27 18:40:08.047716 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB. | ||
| 8779 | 2024.11.27 18:40:08.047854 [ 253 ] {d4639943-8877-4e50-b936-193917515d98} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8780 | 2024.11.27 18:40:08.047899 [ 253 ] {d4639943-8877-4e50-b936-193917515d98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 8781 | 2024.11.27 18:40:08.048278 [ 253 ] {d4639943-8877-4e50-b936-193917515d98} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 8782 | 2024.11.27 18:40:08.048526 [ 253 ] {d4639943-8877-4e50-b936-193917515d98} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8783 | 2024.11.27 18:40:08.048707 [ 146 ] {} <Debug> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 8784 | 2024.11.27 18:40:08.048773 [ 253 ] {d4639943-8877-4e50-b936-193917515d98} <Debug> executeQuery: Read 80 rows, 6.40 KiB in 0.002353 sec., 33999.150021249465 rows/sec., 2.65 MiB/sec. | ||
| 8785 | 2024.11.27 18:40:08.048776 [ 146 ] {} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8786 | 2024.11.27 18:40:08.048867 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 8787 | 2024.11.27 18:40:08.048904 [ 253 ] {d4639943-8877-4e50-b936-193917515d98} <Debug> TCPHandler: Processed in 0.002775331 sec. | ||
| 8788 | 2024.11.27 18:40:08.049174 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8789 | 2024.11.27 18:40:08.049228 [ 199 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::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 | ||
| 8790 | 2024.11.27 18:40:08.049380 [ 254 ] {50821dc5-d045-4dd3-80b1-884368815a2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 8791 | 2024.11.27 18:40:08.049626 [ 254 ] {50821dc5-d045-4dd3-80b1-884368815a2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 8792 | 2024.11.27 18:40:08.049708 [ 199 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8793 | 2024.11.27 18:40:08.049860 [ 199 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 915 rows starting from the beginning of the part | ||
| 8794 | 2024.11.27 18:40:08.050321 [ 199 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 544 rows starting from the beginning of the part | ||
| 8795 | 2024.11.27 18:40:08.050883 [ 199 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 407 rows starting from the beginning of the part | ||
| 8796 | 2024.11.27 18:40:08.051501 [ 199 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 80 rows starting from the beginning of the part | ||
| 8797 | 2024.11.27 18:40:08.052073 [ 199 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 415 rows starting from the beginning of the part | ||
| 8798 | 2024.11.27 18:40:08.052410 [ 199 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 80 rows starting from the beginning of the part | ||
| 8799 | 2024.11.27 18:40:08.053439 [ 254 ] {50821dc5-d045-4dd3-80b1-884368815a2b} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8800 | 2024.11.27 18:40:08.053483 [ 254 ] {50821dc5-d045-4dd3-80b1-884368815a2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 8801 | 2024.11.27 18:40:08.054082 [ 254 ] {50821dc5-d045-4dd3-80b1-884368815a2b} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 8802 | 2024.11.27 18:40:08.054367 [ 254 ] {50821dc5-d045-4dd3-80b1-884368815a2b} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8803 | 2024.11.27 18:40:08.054525 [ 146 ] {} <Debug> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 8804 | 2024.11.27 18:40:08.054586 [ 146 ] {} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8805 | 2024.11.27 18:40:08.054631 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 8806 | 2024.11.27 18:40:08.054707 [ 254 ] {50821dc5-d045-4dd3-80b1-884368815a2b} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00534 sec., 29962.5468164794 rows/sec., 2.09 MiB/sec. | ||
| 8807 | 2024.11.27 18:40:08.054983 [ 195 ] {67d43675-535f-43d0-af84-f38bbc85c22c::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 | ||
| 8808 | 2024.11.27 18:40:08.055024 [ 254 ] {50821dc5-d045-4dd3-80b1-884368815a2b} <Debug> TCPHandler: Processed in 0.005979839 sec. | ||
| 8809 | 2024.11.27 18:40:08.055229 [ 200 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2441 rows, containing 5 columns (5 merged, 0 gathered) in 0.006242703 sec., 391016.51960697153 rows/sec., 30.01 MiB/sec. | ||
| 8810 | 2024.11.27 18:40:08.055286 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8811 | 2024.11.27 18:40:08.055371 [ 195 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8812 | 2024.11.27 18:40:08.055446 [ 195 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_61_12, total 18617 rows starting from the beginning of the part | ||
| 8813 | 2024.11.27 18:40:08.055683 [ 253 ] {bccc0a52-cade-4739-9193-8f4ebe6af763} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 8814 | 2024.11.27 18:40:08.055878 [ 195 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 884 rows starting from the beginning of the part | ||
| 8815 | 2024.11.27 18:40:08.055986 [ 200 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 8816 | 2024.11.27 18:40:08.056480 [ 253 ] {bccc0a52-cade-4739-9193-8f4ebe6af763} <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 | ||
| 8817 | 2024.11.27 18:40:08.056477 [ 195 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 237 rows starting from the beginning of the part | ||
| 8818 | 2024.11.27 18:40:08.057010 [ 195 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 160 rows starting from the beginning of the part | ||
| 8819 | 2024.11.27 18:40:08.057354 [ 200 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_66_13} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8820 | 2024.11.27 18:40:08.057465 [ 195 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 241 rows starting from the beginning of the part | ||
| 8821 | 2024.11.27 18:40:08.057816 [ 200 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_66_13} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 8822 | 2024.11.27 18:40:08.058007 [ 195 ] {67d43675-535f-43d0-af84-f38bbc85c22c::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 | ||
| 8823 | 2024.11.27 18:40:08.058202 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. | ||
| 8824 | 2024.11.27 18:40:08.061045 [ 253 ] {bccc0a52-cade-4739-9193-8f4ebe6af763} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8825 | 2024.11.27 18:40:08.061106 [ 253 ] {bccc0a52-cade-4739-9193-8f4ebe6af763} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 8826 | 2024.11.27 18:40:08.062766 [ 253 ] {bccc0a52-cade-4739-9193-8f4ebe6af763} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 8827 | 2024.11.27 18:40:08.063456 [ 253 ] {bccc0a52-cade-4739-9193-8f4ebe6af763} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8828 | 2024.11.27 18:40:08.063778 [ 253 ] {bccc0a52-cade-4739-9193-8f4ebe6af763} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.008283 sec., 1931.6672703126885 rows/sec., 3.46 MiB/sec. | ||
| 8829 | 2024.11.27 18:40:08.063913 [ 253 ] {bccc0a52-cade-4739-9193-8f4ebe6af763} <Debug> TCPHandler: Processed in 0.00878136 sec. | ||
| 8830 | 2024.11.27 18:40:08.064069 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8831 | 2024.11.27 18:40:08.064191 [ 254 ] {e9960595-4ca9-462e-8686-a73dcd6531c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 8832 | 2024.11.27 18:40:08.064247 [ 254 ] {e9960595-4ca9-462e-8686-a73dcd6531c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 8833 | 2024.11.27 18:40:08.064758 [ 254 ] {e9960595-4ca9-462e-8686-a73dcd6531c6} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8834 | 2024.11.27 18:40:08.064794 [ 254 ] {e9960595-4ca9-462e-8686-a73dcd6531c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 8835 | 2024.11.27 18:40:08.065177 [ 254 ] {e9960595-4ca9-462e-8686-a73dcd6531c6} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 8836 | 2024.11.27 18:40:08.065421 [ 254 ] {e9960595-4ca9-462e-8686-a73dcd6531c6} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8837 | 2024.11.27 18:40:08.065553 [ 146 ] {} <Debug> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 8838 | 2024.11.27 18:40:08.065586 [ 146 ] {} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8839 | 2024.11.27 18:40:08.065605 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 8840 | 2024.11.27 18:40:08.065622 [ 254 ] {e9960595-4ca9-462e-8686-a73dcd6531c6} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001457 sec., 41180.507892930684 rows/sec., 2.78 MiB/sec. | ||
| 8841 | 2024.11.27 18:40:08.065731 [ 254 ] {e9960595-4ca9-462e-8686-a73dcd6531c6} <Debug> TCPHandler: Processed in 0.001719996 sec. | ||
| 8842 | 2024.11.27 18:40:08.065768 [ 199 ] {c59724f6-f374-41a1-8302-611230e47527::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 | ||
| 8843 | 2024.11.27 18:40:08.065890 [ 199 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8844 | 2024.11.27 18:40:08.065928 [ 199 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 4046 rows starting from the beginning of the part | ||
| 8845 | 2024.11.27 18:40:08.066039 [ 199 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 60 rows starting from the beginning of the part | ||
| 8846 | 2024.11.27 18:40:08.066230 [ 199 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 82 rows starting from the beginning of the part | ||
| 8847 | 2024.11.27 18:40:08.066407 [ 199 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 60 rows starting from the beginning of the part | ||
| 8848 | 2024.11.27 18:40:08.066616 [ 199 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 82 rows starting from the beginning of the part | ||
| 8849 | 2024.11.27 18:40:08.066727 [ 199 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 60 rows starting from the beginning of the part | ||
| 8850 | 2024.11.27 18:40:08.068891 [ 195 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4390 rows, containing 4 columns (4 merged, 0 gathered) in 0.003237438 sec., 1356010.524371432 rows/sec., 88.90 MiB/sec. | ||
| 8851 | 2024.11.27 18:40:08.069244 [ 189 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 20299 rows, containing 5 columns (5 merged, 0 gathered) in 0.014509675 sec., 1398997.5654175577 rows/sec., 94.76 MiB/sec. | ||
| 8852 | 2024.11.27 18:40:08.069360 [ 187 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 8853 | 2024.11.27 18:40:08.069680 [ 187 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_66_13} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8854 | 2024.11.27 18:40:08.069812 [ 187 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_66_13} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 8855 | 2024.11.27 18:40:08.069924 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.95 MiB. | ||
| 8856 | 2024.11.27 18:40:08.069987 [ 198 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 8857 | 2024.11.27 18:40:08.070306 [ 198 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8858 | 2024.11.27 18:40:08.070395 [ 198 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_66_13} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 8859 | 2024.11.27 18:40:08.070496 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.24 MiB. | ||
| 8860 | 2024.11.27 18:40:12.317260 [ 23 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 8861 | 2024.11.27 18:40:12.317335 [ 23 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 8862 | 2024.11.27 18:40:12.467208 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 21106 | ||
| 8863 | 2024.11.27 18:40:12.467964 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8864 | 2024.11.27 18:40:12.468014 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 8865 | 2024.11.27 18:40:12.468548 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 8866 | 2024.11.27 18:40:12.468813 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8867 | 2024.11.27 18:40:12.468972 [ 23 ] {} <Debug> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 8868 | 2024.11.27 18:40:12.469019 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21106 | ||
| 8869 | 2024.11.27 18:40:12.469028 [ 23 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8870 | 2024.11.27 18:40:12.469059 [ 23 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 8871 | 2024.11.27 18:40:12.469305 [ 198 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::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 | ||
| 8872 | 2024.11.27 18:40:12.469792 [ 198 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8873 | 2024.11.27 18:40:12.469927 [ 198 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_41_8, total 18788 rows starting from the beginning of the part | ||
| 8874 | 2024.11.27 18:40:12.470156 [ 198 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 488 rows starting from the beginning of the part | ||
| 8875 | 2024.11.27 18:40:12.470238 [ 198 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 427 rows starting from the beginning of the part | ||
| 8876 | 2024.11.27 18:40:12.470442 [ 198 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 488 rows starting from the beginning of the part | ||
| 8877 | 2024.11.27 18:40:12.470638 [ 198 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 427 rows starting from the beginning of the part | ||
| 8878 | 2024.11.27 18:40:12.470863 [ 198 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 488 rows starting from the beginning of the part | ||
| 8879 | 2024.11.27 18:40:12.473400 [ 187 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 21106 rows, containing 4 columns (4 merged, 0 gathered) in 0.004258233 sec., 4956516.0008858135 rows/sec., 70.90 MiB/sec. | ||
| 8880 | 2024.11.27 18:40:12.473860 [ 189 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 8881 | 2024.11.27 18:40:12.474246 [ 189 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_46_9} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8882 | 2024.11.27 18:40:12.474344 [ 189 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_46_9} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 8883 | 2024.11.27 18:40:12.474474 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.66 MiB. | ||
| 8884 | 2024.11.27 18:40:13.043279 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8885 | 2024.11.27 18:40:13.043582 [ 253 ] {07b34f08-6f51-4a3b-9c1b-4a0895e6d819} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 8886 | 2024.11.27 18:40:13.043699 [ 253 ] {07b34f08-6f51-4a3b-9c1b-4a0895e6d819} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 8887 | 2024.11.27 18:40:13.044615 [ 253 ] {07b34f08-6f51-4a3b-9c1b-4a0895e6d819} <Trace> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8888 | 2024.11.27 18:40:13.044668 [ 253 ] {07b34f08-6f51-4a3b-9c1b-4a0895e6d819} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 8889 | 2024.11.27 18:40:13.045111 [ 253 ] {07b34f08-6f51-4a3b-9c1b-4a0895e6d819} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 8890 | 2024.11.27 18:40:13.045380 [ 253 ] {07b34f08-6f51-4a3b-9c1b-4a0895e6d819} <Trace> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8891 | 2024.11.27 18:40:13.045586 [ 27 ] {} <Debug> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb) (MergerMutator): Selected 5 parts from all_1_22_5 to all_26_26_0 | ||
| 8892 | 2024.11.27 18:40:13.045649 [ 253 ] {07b34f08-6f51-4a3b-9c1b-4a0895e6d819} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002147 sec., 6520.726595249184 rows/sec., 469.40 KiB/sec. | ||
| 8893 | 2024.11.27 18:40:13.045661 [ 27 ] {} <Trace> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8894 | 2024.11.27 18:40:13.045734 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 8895 | 2024.11.27 18:40:13.045798 [ 253 ] {07b34f08-6f51-4a3b-9c1b-4a0895e6d819} <Debug> TCPHandler: Processed in 0.00270904 sec. | ||
| 8896 | 2024.11.27 18:40:13.045974 [ 187 ] {17effacc-4e38-4bb0-b3f7-e2a659fcc7fb::all_1_26_6} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_22_5 to all_26_26_0 into Compact with storage Full | ||
| 8897 | 2024.11.27 18:40:13.046073 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8898 | 2024.11.27 18:40:13.046126 [ 187 ] {17effacc-4e38-4bb0-b3f7-e2a659fcc7fb::all_1_26_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8899 | 2024.11.27 18:40:13.046179 [ 187 ] {17effacc-4e38-4bb0-b3f7-e2a659fcc7fb::all_1_26_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_22_5, total 14 rows starting from the beginning of the part | ||
| 8900 | 2024.11.27 18:40:13.046249 [ 254 ] {b5da4b31-5404-483b-a6cd-68a4bb45adbd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 8901 | 2024.11.27 18:40:13.046354 [ 187 ] {17effacc-4e38-4bb0-b3f7-e2a659fcc7fb::all_1_26_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 14 rows starting from the beginning of the part | ||
| 8902 | 2024.11.27 18:40:13.046389 [ 254 ] {b5da4b31-5404-483b-a6cd-68a4bb45adbd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 8903 | 2024.11.27 18:40:13.046867 [ 187 ] {17effacc-4e38-4bb0-b3f7-e2a659fcc7fb::all_1_26_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 14 rows starting from the beginning of the part | ||
| 8904 | 2024.11.27 18:40:13.047222 [ 187 ] {17effacc-4e38-4bb0-b3f7-e2a659fcc7fb::all_1_26_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 14 rows starting from the beginning of the part | ||
| 8905 | 2024.11.27 18:40:13.047606 [ 187 ] {17effacc-4e38-4bb0-b3f7-e2a659fcc7fb::all_1_26_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 14 rows starting from the beginning of the part | ||
| 8906 | 2024.11.27 18:40:13.049719 [ 254 ] {b5da4b31-5404-483b-a6cd-68a4bb45adbd} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8907 | 2024.11.27 18:40:13.049763 [ 254 ] {b5da4b31-5404-483b-a6cd-68a4bb45adbd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 8908 | 2024.11.27 18:40:13.050052 [ 187 ] {17effacc-4e38-4bb0-b3f7-e2a659fcc7fb::all_1_26_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004205752 sec., 16643.872487013025 rows/sec., 1.23 MiB/sec. | ||
| 8909 | 2024.11.27 18:40:13.050204 [ 187 ] {17effacc-4e38-4bb0-b3f7-e2a659fcc7fb::all_1_26_6} <Trace> MergedBlockOutputStream: filled checksums all_1_26_6 (state Temporary) | ||
| 8910 | 2024.11.27 18:40:13.050334 [ 254 ] {b5da4b31-5404-483b-a6cd-68a4bb45adbd} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 8911 | 2024.11.27 18:40:13.050517 [ 187 ] {17effacc-4e38-4bb0-b3f7-e2a659fcc7fb::all_1_26_6} <Trace> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb): Renaming temporary part tmp_merge_all_1_26_6 to all_1_26_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8912 | 2024.11.27 18:40:13.050614 [ 187 ] {17effacc-4e38-4bb0-b3f7-e2a659fcc7fb::all_1_26_6} <Trace> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb) (MergerMutator): Merged 5 parts: [all_1_22_5, all_26_26_0] -> all_1_26_6 | ||
| 8913 | 2024.11.27 18:40:13.050712 [ 254 ] {b5da4b31-5404-483b-a6cd-68a4bb45adbd} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8914 | 2024.11.27 18:40:13.050715 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 8915 | 2024.11.27 18:40:13.050925 [ 254 ] {b5da4b31-5404-483b-a6cd-68a4bb45adbd} <Debug> executeQuery: Read 253 rows, 22.72 KiB in 0.004734 sec., 53443.1770173215 rows/sec., 4.69 MiB/sec. | ||
| 8916 | 2024.11.27 18:40:13.050994 [ 254 ] {b5da4b31-5404-483b-a6cd-68a4bb45adbd} <Debug> TCPHandler: Processed in 0.005050175 sec. | ||
| 8917 | 2024.11.27 18:40:13.051183 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8918 | 2024.11.27 18:40:13.051329 [ 253 ] {bc2a30e7-a8c0-4465-8f76-190b75a797d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 8919 | 2024.11.27 18:40:13.051393 [ 253 ] {bc2a30e7-a8c0-4465-8f76-190b75a797d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 8920 | 2024.11.27 18:40:13.052105 [ 253 ] {bc2a30e7-a8c0-4465-8f76-190b75a797d3} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8921 | 2024.11.27 18:40:13.052147 [ 253 ] {bc2a30e7-a8c0-4465-8f76-190b75a797d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 8922 | 2024.11.27 18:40:13.052516 [ 253 ] {bc2a30e7-a8c0-4465-8f76-190b75a797d3} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 8923 | 2024.11.27 18:40:13.052759 [ 253 ] {bc2a30e7-a8c0-4465-8f76-190b75a797d3} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8924 | 2024.11.27 18:40:13.052993 [ 253 ] {bc2a30e7-a8c0-4465-8f76-190b75a797d3} <Debug> executeQuery: Read 32 rows, 2.34 KiB in 0.001696 sec., 18867.924528301886 rows/sec., 1.35 MiB/sec. | ||
| 8925 | 2024.11.27 18:40:13.053067 [ 253 ] {bc2a30e7-a8c0-4465-8f76-190b75a797d3} <Debug> TCPHandler: Processed in 0.001952139 sec. | ||
| 8926 | 2024.11.27 18:40:13.053284 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8927 | 2024.11.27 18:40:13.053458 [ 254 ] {760dc648-40e5-4f16-9dbb-338563c51b5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 8928 | 2024.11.27 18:40:13.053521 [ 254 ] {760dc648-40e5-4f16-9dbb-338563c51b5d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 8929 | 2024.11.27 18:40:13.054231 [ 254 ] {760dc648-40e5-4f16-9dbb-338563c51b5d} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8930 | 2024.11.27 18:40:13.054270 [ 254 ] {760dc648-40e5-4f16-9dbb-338563c51b5d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 8931 | 2024.11.27 18:40:13.054631 [ 254 ] {760dc648-40e5-4f16-9dbb-338563c51b5d} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 8932 | 2024.11.27 18:40:13.054868 [ 254 ] {760dc648-40e5-4f16-9dbb-338563c51b5d} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8933 | 2024.11.27 18:40:13.054997 [ 27 ] {} <Debug> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 8934 | 2024.11.27 18:40:13.055037 [ 27 ] {} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8935 | 2024.11.27 18:40:13.055059 [ 254 ] {760dc648-40e5-4f16-9dbb-338563c51b5d} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001634 sec., 8567.931456548347 rows/sec., 600.04 KiB/sec. | ||
| 8936 | 2024.11.27 18:40:13.055066 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 8937 | 2024.11.27 18:40:13.055174 [ 254 ] {760dc648-40e5-4f16-9dbb-338563c51b5d} <Debug> TCPHandler: Processed in 0.0020054 sec. | ||
| 8938 | 2024.11.27 18:40:13.055307 [ 189 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::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 | ||
| 8939 | 2024.11.27 18:40:13.055462 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8940 | 2024.11.27 18:40:13.055539 [ 189 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8941 | 2024.11.27 18:40:13.055599 [ 189 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 242 rows starting from the beginning of the part | ||
| 8942 | 2024.11.27 18:40:13.055711 [ 253 ] {ea8a03eb-358e-4a7e-ad61-36c4690ccef6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 8943 | 2024.11.27 18:40:13.055856 [ 189 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 14 rows starting from the beginning of the part | ||
| 8944 | 2024.11.27 18:40:13.055903 [ 253 ] {ea8a03eb-358e-4a7e-ad61-36c4690ccef6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 8945 | 2024.11.27 18:40:13.056229 [ 189 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 228 rows starting from the beginning of the part | ||
| 8946 | 2024.11.27 18:40:13.056576 [ 189 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 14 rows starting from the beginning of the part | ||
| 8947 | 2024.11.27 18:40:13.056891 [ 189 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 14 rows starting from the beginning of the part | ||
| 8948 | 2024.11.27 18:40:13.057291 [ 189 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 14 rows starting from the beginning of the part | ||
| 8949 | 2024.11.27 18:40:13.058717 [ 253 ] {ea8a03eb-358e-4a7e-ad61-36c4690ccef6} <Trace> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8950 | 2024.11.27 18:40:13.058787 [ 253 ] {ea8a03eb-358e-4a7e-ad61-36c4690ccef6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 8951 | 2024.11.27 18:40:13.059868 [ 253 ] {ea8a03eb-358e-4a7e-ad61-36c4690ccef6} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 8952 | 2024.11.27 18:40:13.060356 [ 201 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 526 rows, containing 5 columns (5 merged, 0 gathered) in 0.005173397 sec., 101674.00646035865 rows/sec., 7.28 MiB/sec. | ||
| 8953 | 2024.11.27 18:40:13.060387 [ 253 ] {ea8a03eb-358e-4a7e-ad61-36c4690ccef6} <Trace> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8954 | 2024.11.27 18:40:13.060599 [ 194 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 8955 | 2024.11.27 18:40:13.060615 [ 27 ] {} <Debug> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297) (MergerMutator): Selected 5 parts from all_1_22_5 to all_26_26_0 | ||
| 8956 | 2024.11.27 18:40:13.060741 [ 27 ] {} <Trace> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8957 | 2024.11.27 18:40:13.060820 [ 253 ] {ea8a03eb-358e-4a7e-ad61-36c4690ccef6} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005168 sec., 2515.479876160991 rows/sec., 156.84 KiB/sec. | ||
| 8958 | 2024.11.27 18:40:13.060825 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 8959 | 2024.11.27 18:40:13.061131 [ 253 ] {ea8a03eb-358e-4a7e-ad61-36c4690ccef6} <Debug> TCPHandler: Processed in 0.005759586 sec. | ||
| 8960 | 2024.11.27 18:40:13.061393 [ 196 ] {570c97a2-0b60-44ce-bbb0-1d06000f2297::all_1_26_6} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_22_5 to all_26_26_0 into Compact with storage Full | ||
| 8961 | 2024.11.27 18:40:13.061444 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8962 | 2024.11.27 18:40:13.061497 [ 194 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_36_7} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8963 | 2024.11.27 18:40:13.061836 [ 194 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_36_7} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 8964 | 2024.11.27 18:40:13.061857 [ 196 ] {570c97a2-0b60-44ce-bbb0-1d06000f2297::all_1_26_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8965 | 2024.11.27 18:40:13.061870 [ 254 ] {2f86e23c-0ab3-4c11-972b-e65764b72ed3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 8966 | 2024.11.27 18:40:13.061963 [ 196 ] {570c97a2-0b60-44ce-bbb0-1d06000f2297::all_1_26_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_22_5, total 13 rows starting from the beginning of the part | ||
| 8967 | 2024.11.27 18:40:13.062034 [ 254 ] {2f86e23c-0ab3-4c11-972b-e65764b72ed3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 8968 | 2024.11.27 18:40:13.062105 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 8969 | 2024.11.27 18:40:13.062380 [ 196 ] {570c97a2-0b60-44ce-bbb0-1d06000f2297::all_1_26_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 13 rows starting from the beginning of the part | ||
| 8970 | 2024.11.27 18:40:13.062703 [ 196 ] {570c97a2-0b60-44ce-bbb0-1d06000f2297::all_1_26_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 13 rows starting from the beginning of the part | ||
| 8971 | 2024.11.27 18:40:13.063052 [ 196 ] {570c97a2-0b60-44ce-bbb0-1d06000f2297::all_1_26_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 13 rows starting from the beginning of the part | ||
| 8972 | 2024.11.27 18:40:13.063455 [ 196 ] {570c97a2-0b60-44ce-bbb0-1d06000f2297::all_1_26_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 13 rows starting from the beginning of the part | ||
| 8973 | 2024.11.27 18:40:13.065292 [ 254 ] {2f86e23c-0ab3-4c11-972b-e65764b72ed3} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8974 | 2024.11.27 18:40:13.065366 [ 254 ] {2f86e23c-0ab3-4c11-972b-e65764b72ed3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 8975 | 2024.11.27 18:40:13.065777 [ 196 ] {570c97a2-0b60-44ce-bbb0-1d06000f2297::all_1_26_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.00471065 sec., 13798.520374046044 rows/sec., 914.23 KiB/sec. | ||
| 8976 | 2024.11.27 18:40:13.065994 [ 196 ] {570c97a2-0b60-44ce-bbb0-1d06000f2297::all_1_26_6} <Trace> MergedBlockOutputStream: filled checksums all_1_26_6 (state Temporary) | ||
| 8977 | 2024.11.27 18:40:13.066192 [ 254 ] {2f86e23c-0ab3-4c11-972b-e65764b72ed3} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 8978 | 2024.11.27 18:40:13.066474 [ 196 ] {570c97a2-0b60-44ce-bbb0-1d06000f2297::all_1_26_6} <Trace> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297): Renaming temporary part tmp_merge_all_1_26_6 to all_1_26_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8979 | 2024.11.27 18:40:13.066626 [ 254 ] {2f86e23c-0ab3-4c11-972b-e65764b72ed3} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8980 | 2024.11.27 18:40:13.066644 [ 196 ] {570c97a2-0b60-44ce-bbb0-1d06000f2297::all_1_26_6} <Trace> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297) (MergerMutator): Merged 5 parts: [all_1_22_5, all_26_26_0] -> all_1_26_6 | ||
| 8981 | 2024.11.27 18:40:13.066815 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 8982 | 2024.11.27 18:40:13.066996 [ 254 ] {2f86e23c-0ab3-4c11-972b-e65764b72ed3} <Debug> executeQuery: Read 407 rows, 29.68 KiB in 0.00528 sec., 77083.33333333333 rows/sec., 5.49 MiB/sec. | ||
| 8983 | 2024.11.27 18:40:13.067128 [ 254 ] {2f86e23c-0ab3-4c11-972b-e65764b72ed3} <Debug> TCPHandler: Processed in 0.005839266 sec. | ||
| 8984 | 2024.11.27 18:40:13.067335 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8985 | 2024.11.27 18:40:13.067476 [ 253 ] {9c8ebd78-8fad-4168-ab9c-b67cdac9f3e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 8986 | 2024.11.27 18:40:13.067539 [ 253 ] {9c8ebd78-8fad-4168-ab9c-b67cdac9f3e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 8987 | 2024.11.27 18:40:13.068110 [ 253 ] {9c8ebd78-8fad-4168-ab9c-b67cdac9f3e9} <Trace> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8988 | 2024.11.27 18:40:13.068149 [ 253 ] {9c8ebd78-8fad-4168-ab9c-b67cdac9f3e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 8989 | 2024.11.27 18:40:13.068532 [ 253 ] {9c8ebd78-8fad-4168-ab9c-b67cdac9f3e9} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 8990 | 2024.11.27 18:40:13.068779 [ 253 ] {9c8ebd78-8fad-4168-ab9c-b67cdac9f3e9} <Trace> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 8991 | 2024.11.27 18:40:13.068948 [ 27 ] {} <Debug> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 8992 | 2024.11.27 18:40:13.068996 [ 27 ] {} <Trace> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 8993 | 2024.11.27 18:40:13.069022 [ 253 ] {9c8ebd78-8fad-4168-ab9c-b67cdac9f3e9} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001571 sec., 3819.2234245703376 rows/sec., 199.54 KiB/sec. | ||
| 8994 | 2024.11.27 18:40:13.069038 [ 27 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 8995 | 2024.11.27 18:40:13.069168 [ 253 ] {9c8ebd78-8fad-4168-ab9c-b67cdac9f3e9} <Debug> TCPHandler: Processed in 0.001936829 sec. | ||
| 8996 | 2024.11.27 18:40:13.069227 [ 186 ] {4a23b31e-2fab-45ac-a10f-cd78611343e3::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 | ||
| 8997 | 2024.11.27 18:40:13.069375 [ 186 ] {4a23b31e-2fab-45ac-a10f-cd78611343e3::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 8998 | 2024.11.27 18:40:13.069383 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 8999 | 2024.11.27 18:40:13.069422 [ 186 ] {4a23b31e-2fab-45ac-a10f-cd78611343e3::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 126 rows starting from the beginning of the part | ||
| 9000 | 2024.11.27 18:40:13.069629 [ 186 ] {4a23b31e-2fab-45ac-a10f-cd78611343e3::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 6 rows starting from the beginning of the part | ||
| 9001 | 2024.11.27 18:40:13.069832 [ 254 ] {cca38145-7d4f-4da8-afcc-2186a0f2b284} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9002 | 2024.11.27 18:40:13.069884 [ 186 ] {4a23b31e-2fab-45ac-a10f-cd78611343e3::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 6 rows starting from the beginning of the part | ||
| 9003 | 2024.11.27 18:40:13.070084 [ 254 ] {cca38145-7d4f-4da8-afcc-2186a0f2b284} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9004 | 2024.11.27 18:40:13.070185 [ 186 ] {4a23b31e-2fab-45ac-a10f-cd78611343e3::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 6 rows starting from the beginning of the part | ||
| 9005 | 2024.11.27 18:40:13.070541 [ 186 ] {4a23b31e-2fab-45ac-a10f-cd78611343e3::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 6 rows starting from the beginning of the part | ||
| 9006 | 2024.11.27 18:40:13.070862 [ 186 ] {4a23b31e-2fab-45ac-a10f-cd78611343e3::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 6 rows starting from the beginning of the part | ||
| 9007 | 2024.11.27 18:40:13.072736 [ 254 ] {cca38145-7d4f-4da8-afcc-2186a0f2b284} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9008 | 2024.11.27 18:40:13.072814 [ 254 ] {cca38145-7d4f-4da8-afcc-2186a0f2b284} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9009 | 2024.11.27 18:40:13.073633 [ 192 ] {4a23b31e-2fab-45ac-a10f-cd78611343e3::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 156 rows, containing 4 columns (4 merged, 0 gathered) in 0.004468726 sec., 34909.27839388676 rows/sec., 1.78 MiB/sec. | ||
| 9010 | 2024.11.27 18:40:13.073847 [ 254 ] {cca38145-7d4f-4da8-afcc-2186a0f2b284} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 9011 | 2024.11.27 18:40:13.073866 [ 192 ] {4a23b31e-2fab-45ac-a10f-cd78611343e3::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 9012 | 2024.11.27 18:40:13.074277 [ 254 ] {cca38145-7d4f-4da8-afcc-2186a0f2b284} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9013 | 2024.11.27 18:40:13.074435 [ 192 ] {4a23b31e-2fab-45ac-a10f-cd78611343e3::all_1_26_5} <Trace> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9014 | 2024.11.27 18:40:13.074639 [ 254 ] {cca38145-7d4f-4da8-afcc-2186a0f2b284} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005007 sec., 47333.73277411624 rows/sec., 3.17 MiB/sec. | ||
| 9015 | 2024.11.27 18:40:13.074654 [ 192 ] {4a23b31e-2fab-45ac-a10f-cd78611343e3::all_1_26_5} <Trace> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 9016 | 2024.11.27 18:40:13.074786 [ 254 ] {cca38145-7d4f-4da8-afcc-2186a0f2b284} <Debug> TCPHandler: Processed in 0.005500612 sec. | ||
| 9017 | 2024.11.27 18:40:13.074870 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 9018 | 2024.11.27 18:40:13.075012 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9019 | 2024.11.27 18:40:13.075148 [ 253 ] {0bb2ac7f-b462-4716-bb80-c91aeeceaef8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 9020 | 2024.11.27 18:40:13.075209 [ 253 ] {0bb2ac7f-b462-4716-bb80-c91aeeceaef8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9021 | 2024.11.27 18:40:13.075808 [ 253 ] {0bb2ac7f-b462-4716-bb80-c91aeeceaef8} <Trace> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9022 | 2024.11.27 18:40:13.075855 [ 253 ] {0bb2ac7f-b462-4716-bb80-c91aeeceaef8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9023 | 2024.11.27 18:40:13.076259 [ 253 ] {0bb2ac7f-b462-4716-bb80-c91aeeceaef8} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 9024 | 2024.11.27 18:40:13.076509 [ 253 ] {0bb2ac7f-b462-4716-bb80-c91aeeceaef8} <Trace> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9025 | 2024.11.27 18:40:13.076695 [ 253 ] {0bb2ac7f-b462-4716-bb80-c91aeeceaef8} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001576 sec., 634.5177664974619 rows/sec., 42.76 KiB/sec. | ||
| 9026 | 2024.11.27 18:40:13.076811 [ 253 ] {0bb2ac7f-b462-4716-bb80-c91aeeceaef8} <Debug> TCPHandler: Processed in 0.001867578 sec. | ||
| 9027 | 2024.11.27 18:40:13.076984 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9028 | 2024.11.27 18:40:13.077112 [ 254 ] {ef304930-c4a7-409d-8f8c-9088d1e4e708} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9029 | 2024.11.27 18:40:13.077205 [ 254 ] {ef304930-c4a7-409d-8f8c-9088d1e4e708} <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 | ||
| 9030 | 2024.11.27 18:40:13.078461 [ 254 ] {ef304930-c4a7-409d-8f8c-9088d1e4e708} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9031 | 2024.11.27 18:40:13.078500 [ 254 ] {ef304930-c4a7-409d-8f8c-9088d1e4e708} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9032 | 2024.11.27 18:40:13.079150 [ 254 ] {ef304930-c4a7-409d-8f8c-9088d1e4e708} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 9033 | 2024.11.27 18:40:13.079402 [ 254 ] {ef304930-c4a7-409d-8f8c-9088d1e4e708} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9034 | 2024.11.27 18:40:13.079646 [ 254 ] {ef304930-c4a7-409d-8f8c-9088d1e4e708} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.002567 sec., 9738.994935722634 rows/sec., 17.45 MiB/sec. | ||
| 9035 | 2024.11.27 18:40:13.079739 [ 254 ] {ef304930-c4a7-409d-8f8c-9088d1e4e708} <Debug> TCPHandler: Processed in 0.002813801 sec. | ||
| 9036 | 2024.11.27 18:40:13.079897 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9037 | 2024.11.27 18:40:13.080036 [ 253 ] {a1cd00e6-f5d9-4b1f-adc9-3bade9b751e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9038 | 2024.11.27 18:40:13.080097 [ 253 ] {a1cd00e6-f5d9-4b1f-adc9-3bade9b751e8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9039 | 2024.11.27 18:40:13.080679 [ 253 ] {a1cd00e6-f5d9-4b1f-adc9-3bade9b751e8} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9040 | 2024.11.27 18:40:13.080724 [ 253 ] {a1cd00e6-f5d9-4b1f-adc9-3bade9b751e8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9041 | 2024.11.27 18:40:13.081163 [ 253 ] {a1cd00e6-f5d9-4b1f-adc9-3bade9b751e8} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 9042 | 2024.11.27 18:40:13.081422 [ 253 ] {a1cd00e6-f5d9-4b1f-adc9-3bade9b751e8} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9043 | 2024.11.27 18:40:13.081602 [ 253 ] {a1cd00e6-f5d9-4b1f-adc9-3bade9b751e8} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001598 sec., 51314.14267834793 rows/sec., 3.26 MiB/sec. | ||
| 9044 | 2024.11.27 18:40:13.081653 [ 253 ] {a1cd00e6-f5d9-4b1f-adc9-3bade9b751e8} <Debug> TCPHandler: Processed in 0.001824837 sec. | ||
| 9045 | 2024.11.27 18:40:13.987140 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 347 | ||
| 9046 | 2024.11.27 18:40:14.009663 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9047 | 2024.11.27 18:40:14.009729 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9048 | 2024.11.27 18:40:14.016927 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 9049 | 2024.11.27 18:40:14.017735 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9050 | 2024.11.27 18:40:14.018122 [ 138 ] {} <Debug> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 9051 | 2024.11.27 18:40:14.018247 [ 138 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9052 | 2024.11.27 18:40:14.018315 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9053 | 2024.11.27 18:40:14.018756 [ 196 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::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 | ||
| 9054 | 2024.11.27 18:40:14.028533 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 347 | ||
| 9055 | 2024.11.27 18:40:14.029729 [ 196 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9056 | 2024.11.27 18:40:14.030699 [ 196 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 309 rows starting from the beginning of the part | ||
| 9057 | 2024.11.27 18:40:14.035411 [ 196 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 8 rows starting from the beginning of the part | ||
| 9058 | 2024.11.27 18:40:14.040500 [ 196 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 8 rows starting from the beginning of the part | ||
| 9059 | 2024.11.27 18:40:14.045697 [ 196 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 7 rows starting from the beginning of the part | ||
| 9060 | 2024.11.27 18:40:14.051150 [ 196 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 8 rows starting from the beginning of the part | ||
| 9061 | 2024.11.27 18:40:14.055474 [ 196 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 7 rows starting from the beginning of the part | ||
| 9062 | 2024.11.27 18:40:14.115187 [ 191 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 347 rows, containing 679 columns (679 merged, 0 gathered) in 0.096753034 sec., 3586.4508393607584 rows/sec., 18.54 MiB/sec. | ||
| 9063 | 2024.11.27 18:40:14.118592 [ 197 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 9064 | 2024.11.27 18:40:14.121716 [ 197 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_46_9} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9065 | 2024.11.27 18:40:14.121857 [ 197 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_46_9} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 9066 | 2024.11.27 18:40:14.124444 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. | ||
| 9067 | 2024.11.27 18:40:15.000169 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 223.49 MiB, peak 236.90 MiB, free memory in arenas 0.00 B, will set to 224.70 MiB (RSS), difference: 1.21 MiB | ||
| 9068 | 2024.11.27 18:40:17.581229 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1268 | ||
| 9069 | 2024.11.27 18:40:17.584549 [ 242 ] {} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9070 | 2024.11.27 18:40:17.584610 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9071 | 2024.11.27 18:40:17.586148 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 9072 | 2024.11.27 18:40:17.586503 [ 242 ] {} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9073 | 2024.11.27 18:40:17.587171 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1268 | ||
| 9074 | 2024.11.27 18:40:18.067419 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9075 | 2024.11.27 18:40:18.067595 [ 253 ] {f5c669de-0ae0-4c4c-939a-2d534d545e2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 9076 | 2024.11.27 18:40:18.067664 [ 253 ] {f5c669de-0ae0-4c4c-939a-2d534d545e2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 9077 | 2024.11.27 18:40:18.068376 [ 253 ] {f5c669de-0ae0-4c4c-939a-2d534d545e2c} <Trace> oximeter.fields_ipaddr (53955b2a-eb56-41e3-a1fe-af6ea47fe91e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9078 | 2024.11.27 18:40:18.068422 [ 253 ] {f5c669de-0ae0-4c4c-939a-2d534d545e2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9079 | 2024.11.27 18:40:18.068840 [ 253 ] {f5c669de-0ae0-4c4c-939a-2d534d545e2c} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 9080 | 2024.11.27 18:40:18.069097 [ 253 ] {f5c669de-0ae0-4c4c-939a-2d534d545e2c} <Trace> oximeter.fields_ipaddr (53955b2a-eb56-41e3-a1fe-af6ea47fe91e): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9081 | 2024.11.27 18:40:18.069318 [ 253 ] {f5c669de-0ae0-4c4c-939a-2d534d545e2c} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001773 sec., 1128.0315848843768 rows/sec., 91.98 KiB/sec. | ||
| 9082 | 2024.11.27 18:40:18.069373 [ 253 ] {f5c669de-0ae0-4c4c-939a-2d534d545e2c} <Debug> TCPHandler: Processed in 0.0020643 sec. | ||
| 9083 | 2024.11.27 18:40:18.069623 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9084 | 2024.11.27 18:40:18.069808 [ 254 ] {fa8c5aca-0f4f-4770-b5ad-aa3c550ff50f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9085 | 2024.11.27 18:40:18.069882 [ 254 ] {fa8c5aca-0f4f-4770-b5ad-aa3c550ff50f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9086 | 2024.11.27 18:40:18.071569 [ 254 ] {fa8c5aca-0f4f-4770-b5ad-aa3c550ff50f} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9087 | 2024.11.27 18:40:18.071615 [ 254 ] {fa8c5aca-0f4f-4770-b5ad-aa3c550ff50f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9088 | 2024.11.27 18:40:18.072141 [ 254 ] {fa8c5aca-0f4f-4770-b5ad-aa3c550ff50f} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 9089 | 2024.11.27 18:40:18.072409 [ 254 ] {fa8c5aca-0f4f-4770-b5ad-aa3c550ff50f} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9090 | 2024.11.27 18:40:18.072639 [ 254 ] {fa8c5aca-0f4f-4770-b5ad-aa3c550ff50f} <Debug> executeQuery: Read 1229 rows, 103.59 KiB in 0.002879 sec., 426884.3348384856 rows/sec., 35.14 MiB/sec. | ||
| 9091 | 2024.11.27 18:40:18.072714 [ 254 ] {fa8c5aca-0f4f-4770-b5ad-aa3c550ff50f} <Debug> TCPHandler: Processed in 0.003215908 sec. | ||
| 9092 | 2024.11.27 18:40:18.072870 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9093 | 2024.11.27 18:40:18.072995 [ 253 ] {11cf8741-3aef-413b-bc49-d895e414e98c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9094 | 2024.11.27 18:40:18.073047 [ 253 ] {11cf8741-3aef-413b-bc49-d895e414e98c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9095 | 2024.11.27 18:40:18.073682 [ 253 ] {11cf8741-3aef-413b-bc49-d895e414e98c} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9096 | 2024.11.27 18:40:18.073726 [ 253 ] {11cf8741-3aef-413b-bc49-d895e414e98c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9097 | 2024.11.27 18:40:18.074107 [ 253 ] {11cf8741-3aef-413b-bc49-d895e414e98c} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 9098 | 2024.11.27 18:40:18.074347 [ 253 ] {11cf8741-3aef-413b-bc49-d895e414e98c} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9099 | 2024.11.27 18:40:18.074523 [ 106 ] {} <Debug> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c) (MergerMutator): Selected 6 parts from all_1_55_11 to all_60_60_0 | ||
| 9100 | 2024.11.27 18:40:18.074589 [ 106 ] {} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9101 | 2024.11.27 18:40:18.074591 [ 253 ] {11cf8741-3aef-413b-bc49-d895e414e98c} <Debug> executeQuery: Read 18 rows, 1.34 KiB in 0.001614 sec., 11152.416356877324 rows/sec., 831.95 KiB/sec. | ||
| 9102 | 2024.11.27 18:40:18.074626 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9103 | 2024.11.27 18:40:18.074736 [ 253 ] {11cf8741-3aef-413b-bc49-d895e414e98c} <Debug> TCPHandler: Processed in 0.001905559 sec. | ||
| 9104 | 2024.11.27 18:40:18.074858 [ 192 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::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 | ||
| 9105 | 2024.11.27 18:40:18.074942 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9106 | 2024.11.27 18:40:18.075091 [ 192 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_60_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9107 | 2024.11.27 18:40:18.075176 [ 192 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_55_11, total 66 rows starting from the beginning of the part | ||
| 9108 | 2024.11.27 18:40:18.075179 [ 254 ] {dcd92582-6862-455f-878f-6ca160d64650} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9109 | 2024.11.27 18:40:18.075314 [ 254 ] {dcd92582-6862-455f-878f-6ca160d64650} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9110 | 2024.11.27 18:40:18.075427 [ 192 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 16 rows starting from the beginning of the part | ||
| 9111 | 2024.11.27 18:40:18.075815 [ 192 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 40 rows starting from the beginning of the part | ||
| 9112 | 2024.11.27 18:40:18.076128 [ 192 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 16 rows starting from the beginning of the part | ||
| 9113 | 2024.11.27 18:40:18.076451 [ 192 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 32 rows starting from the beginning of the part | ||
| 9114 | 2024.11.27 18:40:18.076833 [ 192 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_60_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 18 rows starting from the beginning of the part | ||
| 9115 | 2024.11.27 18:40:18.078383 [ 254 ] {dcd92582-6862-455f-878f-6ca160d64650} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9116 | 2024.11.27 18:40:18.078448 [ 254 ] {dcd92582-6862-455f-878f-6ca160d64650} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9117 | 2024.11.27 18:40:18.079505 [ 254 ] {dcd92582-6862-455f-878f-6ca160d64650} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 9118 | 2024.11.27 18:40:18.079607 [ 199 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_60_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 188 rows, containing 5 columns (5 merged, 0 gathered) in 0.004853152 sec., 38737.71107931505 rows/sec., 2.92 MiB/sec. | ||
| 9119 | 2024.11.27 18:40:18.079763 [ 199 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_60_12} <Trace> MergedBlockOutputStream: filled checksums all_1_60_12 (state Temporary) | ||
| 9120 | 2024.11.27 18:40:18.079865 [ 254 ] {dcd92582-6862-455f-878f-6ca160d64650} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9121 | 2024.11.27 18:40:18.080144 [ 254 ] {dcd92582-6862-455f-878f-6ca160d64650} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.005031 sec., 45319.02206320811 rows/sec., 3.07 MiB/sec. | ||
| 9122 | 2024.11.27 18:40:18.080157 [ 199 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_60_12} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Renaming temporary part tmp_merge_all_1_60_12 to all_1_60_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9123 | 2024.11.27 18:40:18.080250 [ 254 ] {dcd92582-6862-455f-878f-6ca160d64650} <Debug> TCPHandler: Processed in 0.00538727 sec. | ||
| 9124 | 2024.11.27 18:40:18.080283 [ 199 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_60_12} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c) (MergerMutator): Merged 6 parts: [all_1_55_11, all_60_60_0] -> all_1_60_12 | ||
| 9125 | 2024.11.27 18:40:18.080424 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 9126 | 2024.11.27 18:40:18.080449 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9127 | 2024.11.27 18:40:18.080598 [ 253 ] {30fab2a2-5735-4b8c-9609-013f5fb58f84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9128 | 2024.11.27 18:40:18.080654 [ 253 ] {30fab2a2-5735-4b8c-9609-013f5fb58f84} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9129 | 2024.11.27 18:40:18.081603 [ 253 ] {30fab2a2-5735-4b8c-9609-013f5fb58f84} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9130 | 2024.11.27 18:40:18.081643 [ 253 ] {30fab2a2-5735-4b8c-9609-013f5fb58f84} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9131 | 2024.11.27 18:40:18.082046 [ 253 ] {30fab2a2-5735-4b8c-9609-013f5fb58f84} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 9132 | 2024.11.27 18:40:18.082289 [ 253 ] {30fab2a2-5735-4b8c-9609-013f5fb58f84} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9133 | 2024.11.27 18:40:18.082498 [ 253 ] {30fab2a2-5735-4b8c-9609-013f5fb58f84} <Debug> executeQuery: Read 538 rows, 40.85 KiB in 0.001928 sec., 279045.643153527 rows/sec., 20.69 MiB/sec. | ||
| 9134 | 2024.11.27 18:40:18.082550 [ 253 ] {30fab2a2-5735-4b8c-9609-013f5fb58f84} <Debug> TCPHandler: Processed in 0.002215973 sec. | ||
| 9135 | 2024.11.27 18:40:18.082705 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9136 | 2024.11.27 18:40:18.082849 [ 254 ] {46d7ac5e-66a6-48f1-ad37-83781df22067} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9137 | 2024.11.27 18:40:18.082915 [ 254 ] {46d7ac5e-66a6-48f1-ad37-83781df22067} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9138 | 2024.11.27 18:40:18.083760 [ 254 ] {46d7ac5e-66a6-48f1-ad37-83781df22067} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9139 | 2024.11.27 18:40:18.083798 [ 254 ] {46d7ac5e-66a6-48f1-ad37-83781df22067} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9140 | 2024.11.27 18:40:18.084273 [ 254 ] {46d7ac5e-66a6-48f1-ad37-83781df22067} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 9141 | 2024.11.27 18:40:18.084523 [ 254 ] {46d7ac5e-66a6-48f1-ad37-83781df22067} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9142 | 2024.11.27 18:40:18.084723 [ 254 ] {46d7ac5e-66a6-48f1-ad37-83781df22067} <Debug> executeQuery: Read 881 rows, 60.70 KiB in 0.001904 sec., 462710.08403361344 rows/sec., 31.13 MiB/sec. | ||
| 9143 | 2024.11.27 18:40:18.084832 [ 254 ] {46d7ac5e-66a6-48f1-ad37-83781df22067} <Debug> TCPHandler: Processed in 0.002196762 sec. | ||
| 9144 | 2024.11.27 18:40:18.085059 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9145 | 2024.11.27 18:40:18.085237 [ 253 ] {f33cd60a-0e9a-41d5-82cc-267db0259eea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9146 | 2024.11.27 18:40:18.085323 [ 253 ] {f33cd60a-0e9a-41d5-82cc-267db0259eea} <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 | ||
| 9147 | 2024.11.27 18:40:18.086490 [ 253 ] {f33cd60a-0e9a-41d5-82cc-267db0259eea} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9148 | 2024.11.27 18:40:18.086529 [ 253 ] {f33cd60a-0e9a-41d5-82cc-267db0259eea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9149 | 2024.11.27 18:40:18.087179 [ 253 ] {f33cd60a-0e9a-41d5-82cc-267db0259eea} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 9150 | 2024.11.27 18:40:18.087436 [ 253 ] {f33cd60a-0e9a-41d5-82cc-267db0259eea} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9151 | 2024.11.27 18:40:18.087684 [ 253 ] {f33cd60a-0e9a-41d5-82cc-267db0259eea} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002478 sec., 6456.82001614205 rows/sec., 11.57 MiB/sec. | ||
| 9152 | 2024.11.27 18:40:18.087778 [ 253 ] {f33cd60a-0e9a-41d5-82cc-267db0259eea} <Debug> TCPHandler: Processed in 0.002831642 sec. | ||
| 9153 | 2024.11.27 18:40:18.087940 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9154 | 2024.11.27 18:40:18.088092 [ 254 ] {2f66e9c0-6b60-4492-ba9c-8fa674a74733} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9155 | 2024.11.27 18:40:18.088152 [ 254 ] {2f66e9c0-6b60-4492-ba9c-8fa674a74733} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9156 | 2024.11.27 18:40:18.088663 [ 254 ] {2f66e9c0-6b60-4492-ba9c-8fa674a74733} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9157 | 2024.11.27 18:40:18.088701 [ 254 ] {2f66e9c0-6b60-4492-ba9c-8fa674a74733} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9158 | 2024.11.27 18:40:18.089084 [ 254 ] {2f66e9c0-6b60-4492-ba9c-8fa674a74733} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 9159 | 2024.11.27 18:40:18.089332 [ 254 ] {2f66e9c0-6b60-4492-ba9c-8fa674a74733} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9160 | 2024.11.27 18:40:18.089535 [ 254 ] {2f66e9c0-6b60-4492-ba9c-8fa674a74733} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001469 sec., 40844.11164057181 rows/sec., 2.75 MiB/sec. | ||
| 9161 | 2024.11.27 18:40:18.089637 [ 254 ] {2f66e9c0-6b60-4492-ba9c-8fa674a74733} <Debug> TCPHandler: Processed in 0.001761587 sec. | ||
| 9162 | 2024.11.27 18:40:19.969168 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 21533 | ||
| 9163 | 2024.11.27 18:40:19.969802 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9164 | 2024.11.27 18:40:19.969851 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9165 | 2024.11.27 18:40:19.970391 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 9166 | 2024.11.27 18:40:19.970671 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9167 | 2024.11.27 18:40:19.970914 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 21533 | ||
| 9168 | 2024.11.27 18:40:21.528636 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 355 | ||
| 9169 | 2024.11.27 18:40:21.547936 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9170 | 2024.11.27 18:40:21.547995 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9171 | 2024.11.27 18:40:21.555053 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 9172 | 2024.11.27 18:40:21.555829 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9173 | 2024.11.27 18:40:21.559496 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 355 | ||
| 9174 | 2024.11.27 18:40:23.043560 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9175 | 2024.11.27 18:40:23.043760 [ 253 ] {81c18bb7-528a-4d90-bb48-3fc6b9eeaff6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 9176 | 2024.11.27 18:40:23.043838 [ 253 ] {81c18bb7-528a-4d90-bb48-3fc6b9eeaff6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 9177 | 2024.11.27 18:40:23.044599 [ 253 ] {81c18bb7-528a-4d90-bb48-3fc6b9eeaff6} <Trace> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9178 | 2024.11.27 18:40:23.044647 [ 253 ] {81c18bb7-528a-4d90-bb48-3fc6b9eeaff6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9179 | 2024.11.27 18:40:23.045106 [ 253 ] {81c18bb7-528a-4d90-bb48-3fc6b9eeaff6} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 9180 | 2024.11.27 18:40:23.045368 [ 253 ] {81c18bb7-528a-4d90-bb48-3fc6b9eeaff6} <Trace> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9181 | 2024.11.27 18:40:23.045608 [ 253 ] {81c18bb7-528a-4d90-bb48-3fc6b9eeaff6} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001895 sec., 7387.862796833773 rows/sec., 531.83 KiB/sec. | ||
| 9182 | 2024.11.27 18:40:23.045783 [ 253 ] {81c18bb7-528a-4d90-bb48-3fc6b9eeaff6} <Debug> TCPHandler: Processed in 0.002356645 sec. | ||
| 9183 | 2024.11.27 18:40:23.046058 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9184 | 2024.11.27 18:40:23.046245 [ 254 ] {e9fbe16b-057b-499e-8cd6-c9768ee187b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9185 | 2024.11.27 18:40:23.046318 [ 254 ] {e9fbe16b-057b-499e-8cd6-c9768ee187b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9186 | 2024.11.27 18:40:23.047218 [ 254 ] {e9fbe16b-057b-499e-8cd6-c9768ee187b4} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9187 | 2024.11.27 18:40:23.047268 [ 254 ] {e9fbe16b-057b-499e-8cd6-c9768ee187b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9188 | 2024.11.27 18:40:23.047724 [ 254 ] {e9fbe16b-057b-499e-8cd6-c9768ee187b4} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 9189 | 2024.11.27 18:40:23.047982 [ 254 ] {e9fbe16b-057b-499e-8cd6-c9768ee187b4} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9190 | 2024.11.27 18:40:23.048247 [ 254 ] {e9fbe16b-057b-499e-8cd6-c9768ee187b4} <Debug> executeQuery: Read 253 rows, 22.72 KiB in 0.002048 sec., 123535.15625 rows/sec., 10.84 MiB/sec. | ||
| 9191 | 2024.11.27 18:40:23.048332 [ 254 ] {e9fbe16b-057b-499e-8cd6-c9768ee187b4} <Debug> TCPHandler: Processed in 0.002416946 sec. | ||
| 9192 | 2024.11.27 18:40:23.048597 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9193 | 2024.11.27 18:40:23.048764 [ 253 ] {aad1a7c0-37c3-4c8c-a310-5d2dd85f95f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9194 | 2024.11.27 18:40:23.048821 [ 253 ] {aad1a7c0-37c3-4c8c-a310-5d2dd85f95f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9195 | 2024.11.27 18:40:23.049453 [ 253 ] {aad1a7c0-37c3-4c8c-a310-5d2dd85f95f4} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9196 | 2024.11.27 18:40:23.049495 [ 253 ] {aad1a7c0-37c3-4c8c-a310-5d2dd85f95f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9197 | 2024.11.27 18:40:23.049886 [ 253 ] {aad1a7c0-37c3-4c8c-a310-5d2dd85f95f4} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 9198 | 2024.11.27 18:40:23.050140 [ 253 ] {aad1a7c0-37c3-4c8c-a310-5d2dd85f95f4} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9199 | 2024.11.27 18:40:23.050367 [ 253 ] {aad1a7c0-37c3-4c8c-a310-5d2dd85f95f4} <Debug> executeQuery: Read 32 rows, 2.34 KiB in 0.00163 sec., 19631.9018404908 rows/sec., 1.40 MiB/sec. | ||
| 9200 | 2024.11.27 18:40:23.050440 [ 253 ] {aad1a7c0-37c3-4c8c-a310-5d2dd85f95f4} <Debug> TCPHandler: Processed in 0.001976699 sec. | ||
| 9201 | 2024.11.27 18:40:23.050686 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9202 | 2024.11.27 18:40:23.050871 [ 254 ] {84491ab0-6dfb-4165-8a0b-39689b0d1b0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9203 | 2024.11.27 18:40:23.050935 [ 254 ] {84491ab0-6dfb-4165-8a0b-39689b0d1b0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9204 | 2024.11.27 18:40:23.051601 [ 254 ] {84491ab0-6dfb-4165-8a0b-39689b0d1b0f} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9205 | 2024.11.27 18:40:23.051642 [ 254 ] {84491ab0-6dfb-4165-8a0b-39689b0d1b0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9206 | 2024.11.27 18:40:23.051999 [ 254 ] {84491ab0-6dfb-4165-8a0b-39689b0d1b0f} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 9207 | 2024.11.27 18:40:23.052229 [ 254 ] {84491ab0-6dfb-4165-8a0b-39689b0d1b0f} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9208 | 2024.11.27 18:40:23.052450 [ 254 ] {84491ab0-6dfb-4165-8a0b-39689b0d1b0f} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001615 sec., 8668.7306501548 rows/sec., 607.10 KiB/sec. | ||
| 9209 | 2024.11.27 18:40:23.052505 [ 254 ] {84491ab0-6dfb-4165-8a0b-39689b0d1b0f} <Debug> TCPHandler: Processed in 0.001951569 sec. | ||
| 9210 | 2024.11.27 18:40:23.052662 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9211 | 2024.11.27 18:40:23.052809 [ 253 ] {f924c838-d633-4c86-948b-cd36ce01b3b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 9212 | 2024.11.27 18:40:23.052872 [ 253 ] {f924c838-d633-4c86-948b-cd36ce01b3b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9213 | 2024.11.27 18:40:23.053545 [ 253 ] {f924c838-d633-4c86-948b-cd36ce01b3b1} <Trace> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9214 | 2024.11.27 18:40:23.053585 [ 253 ] {f924c838-d633-4c86-948b-cd36ce01b3b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9215 | 2024.11.27 18:40:23.053953 [ 253 ] {f924c838-d633-4c86-948b-cd36ce01b3b1} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 9216 | 2024.11.27 18:40:23.054192 [ 253 ] {f924c838-d633-4c86-948b-cd36ce01b3b1} <Trace> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9217 | 2024.11.27 18:40:23.054374 [ 253 ] {f924c838-d633-4c86-948b-cd36ce01b3b1} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001601 sec., 8119.925046845721 rows/sec., 506.28 KiB/sec. | ||
| 9218 | 2024.11.27 18:40:23.054434 [ 253 ] {f924c838-d633-4c86-948b-cd36ce01b3b1} <Debug> TCPHandler: Processed in 0.001841037 sec. | ||
| 9219 | 2024.11.27 18:40:23.054578 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9220 | 2024.11.27 18:40:23.054698 [ 254 ] {f844b703-fecf-40cf-be1e-ce6ffabe11d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9221 | 2024.11.27 18:40:23.054750 [ 254 ] {f844b703-fecf-40cf-be1e-ce6ffabe11d9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9222 | 2024.11.27 18:40:23.055489 [ 254 ] {f844b703-fecf-40cf-be1e-ce6ffabe11d9} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9223 | 2024.11.27 18:40:23.055529 [ 254 ] {f844b703-fecf-40cf-be1e-ce6ffabe11d9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9224 | 2024.11.27 18:40:23.055904 [ 254 ] {f844b703-fecf-40cf-be1e-ce6ffabe11d9} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 9225 | 2024.11.27 18:40:23.056142 [ 254 ] {f844b703-fecf-40cf-be1e-ce6ffabe11d9} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9226 | 2024.11.27 18:40:23.056362 [ 254 ] {f844b703-fecf-40cf-be1e-ce6ffabe11d9} <Debug> executeQuery: Read 407 rows, 29.68 KiB in 0.001689 sec., 240970.9887507401 rows/sec., 17.16 MiB/sec. | ||
| 9227 | 2024.11.27 18:40:23.056419 [ 254 ] {f844b703-fecf-40cf-be1e-ce6ffabe11d9} <Debug> TCPHandler: Processed in 0.001899548 sec. | ||
| 9228 | 2024.11.27 18:40:23.056575 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9229 | 2024.11.27 18:40:23.056705 [ 253 ] {90977669-db43-43b2-bfc0-7f631135e9a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 9230 | 2024.11.27 18:40:23.056760 [ 253 ] {90977669-db43-43b2-bfc0-7f631135e9a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9231 | 2024.11.27 18:40:23.057248 [ 253 ] {90977669-db43-43b2-bfc0-7f631135e9a3} <Trace> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9232 | 2024.11.27 18:40:23.057287 [ 253 ] {90977669-db43-43b2-bfc0-7f631135e9a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9233 | 2024.11.27 18:40:23.057658 [ 253 ] {90977669-db43-43b2-bfc0-7f631135e9a3} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 9234 | 2024.11.27 18:40:23.057893 [ 253 ] {90977669-db43-43b2-bfc0-7f631135e9a3} <Trace> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9235 | 2024.11.27 18:40:23.058111 [ 253 ] {90977669-db43-43b2-bfc0-7f631135e9a3} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001434 sec., 4184.100418410042 rows/sec., 218.60 KiB/sec. | ||
| 9236 | 2024.11.27 18:40:23.058310 [ 253 ] {90977669-db43-43b2-bfc0-7f631135e9a3} <Debug> TCPHandler: Processed in 0.001786137 sec. | ||
| 9237 | 2024.11.27 18:40:23.058516 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9238 | 2024.11.27 18:40:23.058654 [ 254 ] {e289076b-370b-4535-aa18-b21865140223} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9239 | 2024.11.27 18:40:23.058716 [ 254 ] {e289076b-370b-4535-aa18-b21865140223} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9240 | 2024.11.27 18:40:23.059398 [ 254 ] {e289076b-370b-4535-aa18-b21865140223} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9241 | 2024.11.27 18:40:23.059438 [ 254 ] {e289076b-370b-4535-aa18-b21865140223} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9242 | 2024.11.27 18:40:23.059834 [ 254 ] {e289076b-370b-4535-aa18-b21865140223} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 9243 | 2024.11.27 18:40:23.060077 [ 254 ] {e289076b-370b-4535-aa18-b21865140223} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9244 | 2024.11.27 18:40:23.060298 [ 254 ] {e289076b-370b-4535-aa18-b21865140223} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001676 sec., 141408.11455847256 rows/sec., 9.48 MiB/sec. | ||
| 9245 | 2024.11.27 18:40:23.060359 [ 254 ] {e289076b-370b-4535-aa18-b21865140223} <Debug> TCPHandler: Processed in 0.001938939 sec. | ||
| 9246 | 2024.11.27 18:40:23.060518 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9247 | 2024.11.27 18:40:23.060659 [ 253 ] {3c0d7aab-1945-4fed-b8f9-fbcb3e404e34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 9248 | 2024.11.27 18:40:23.060721 [ 253 ] {3c0d7aab-1945-4fed-b8f9-fbcb3e404e34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9249 | 2024.11.27 18:40:23.061321 [ 253 ] {3c0d7aab-1945-4fed-b8f9-fbcb3e404e34} <Trace> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9250 | 2024.11.27 18:40:23.061366 [ 253 ] {3c0d7aab-1945-4fed-b8f9-fbcb3e404e34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9251 | 2024.11.27 18:40:23.061735 [ 253 ] {3c0d7aab-1945-4fed-b8f9-fbcb3e404e34} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 9252 | 2024.11.27 18:40:23.061993 [ 253 ] {3c0d7aab-1945-4fed-b8f9-fbcb3e404e34} <Trace> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9253 | 2024.11.27 18:40:23.062204 [ 253 ] {3c0d7aab-1945-4fed-b8f9-fbcb3e404e34} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001578 sec., 633.7135614702155 rows/sec., 42.70 KiB/sec. | ||
| 9254 | 2024.11.27 18:40:23.062255 [ 253 ] {3c0d7aab-1945-4fed-b8f9-fbcb3e404e34} <Debug> TCPHandler: Processed in 0.001805066 sec. | ||
| 9255 | 2024.11.27 18:40:23.062398 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9256 | 2024.11.27 18:40:23.062515 [ 254 ] {53b8c960-88fd-4e25-8448-05d483f24742} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9257 | 2024.11.27 18:40:23.062599 [ 254 ] {53b8c960-88fd-4e25-8448-05d483f24742} <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 | ||
| 9258 | 2024.11.27 18:40:23.063780 [ 254 ] {53b8c960-88fd-4e25-8448-05d483f24742} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9259 | 2024.11.27 18:40:23.063817 [ 254 ] {53b8c960-88fd-4e25-8448-05d483f24742} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9260 | 2024.11.27 18:40:23.064459 [ 254 ] {53b8c960-88fd-4e25-8448-05d483f24742} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 9261 | 2024.11.27 18:40:23.064717 [ 254 ] {53b8c960-88fd-4e25-8448-05d483f24742} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9262 | 2024.11.27 18:40:23.064862 [ 150 ] {} <Debug> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 9263 | 2024.11.27 18:40:23.064903 [ 150 ] {} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9264 | 2024.11.27 18:40:23.064926 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9265 | 2024.11.27 18:40:23.064934 [ 254 ] {53b8c960-88fd-4e25-8448-05d483f24742} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.002442 sec., 10237.510237510236 rows/sec., 18.35 MiB/sec. | ||
| 9266 | 2024.11.27 18:40:23.065118 [ 199 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::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 | ||
| 9267 | 2024.11.27 18:40:23.065155 [ 254 ] {53b8c960-88fd-4e25-8448-05d483f24742} <Debug> TCPHandler: Processed in 0.002812831 sec. | ||
| 9268 | 2024.11.27 18:40:23.065381 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9269 | 2024.11.27 18:40:23.065479 [ 199 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9270 | 2024.11.27 18:40:23.065656 [ 199 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 1166 rows starting from the beginning of the part | ||
| 9271 | 2024.11.27 18:40:23.065656 [ 253 ] {a57a0331-b946-45e5-a21c-616a10d18a7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9272 | 2024.11.27 18:40:23.065796 [ 253 ] {a57a0331-b946-45e5-a21c-616a10d18a7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9273 | 2024.11.27 18:40:23.066465 [ 199 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 25 rows starting from the beginning of the part | ||
| 9274 | 2024.11.27 18:40:23.067235 [ 199 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 16 rows starting from the beginning of the part | ||
| 9275 | 2024.11.27 18:40:23.068009 [ 199 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 25 rows starting from the beginning of the part | ||
| 9276 | 2024.11.27 18:40:23.068105 [ 253 ] {a57a0331-b946-45e5-a21c-616a10d18a7a} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9277 | 2024.11.27 18:40:23.068183 [ 253 ] {a57a0331-b946-45e5-a21c-616a10d18a7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.56 GiB. | ||
| 9278 | 2024.11.27 18:40:23.068684 [ 199 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 16 rows starting from the beginning of the part | ||
| 9279 | 2024.11.27 18:40:23.069380 [ 199 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 25 rows starting from the beginning of the part | ||
| 9280 | 2024.11.27 18:40:23.069692 [ 253 ] {a57a0331-b946-45e5-a21c-616a10d18a7a} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 9281 | 2024.11.27 18:40:23.070481 [ 253 ] {a57a0331-b946-45e5-a21c-616a10d18a7a} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9282 | 2024.11.27 18:40:23.070871 [ 253 ] {a57a0331-b946-45e5-a21c-616a10d18a7a} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005325 sec., 15399.06103286385 rows/sec., 1001.50 KiB/sec. | ||
| 9283 | 2024.11.27 18:40:23.071054 [ 253 ] {a57a0331-b946-45e5-a21c-616a10d18a7a} <Debug> TCPHandler: Processed in 0.005797546 sec. | ||
| 9284 | 2024.11.27 18:40:23.077472 [ 200 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1273 rows, containing 19 columns (19 merged, 0 gathered) in 0.012479995 sec., 102003.24599489021 rows/sec., 182.79 MiB/sec. | ||
| 9285 | 2024.11.27 18:40:23.078843 [ 190 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 9286 | 2024.11.27 18:40:23.079281 [ 190 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_61_12} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9287 | 2024.11.27 18:40:23.079373 [ 190 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_61_12} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 9288 | 2024.11.27 18:40:23.079529 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.38 MiB. | ||
| 9289 | 2024.11.27 18:40:24.000172 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 225.75 MiB, peak 237.10 MiB, free memory in arenas 0.00 B, will set to 227.45 MiB (RSS), difference: 1.70 MiB | ||
| 9290 | 2024.11.27 18:40:27.317373 [ 145 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 9291 | 2024.11.27 18:40:27.317447 [ 145 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 9292 | 2024.11.27 18:40:27.471068 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 22021 | ||
| 9293 | 2024.11.27 18:40:27.472077 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9294 | 2024.11.27 18:40:27.472131 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 9295 | 2024.11.27 18:40:27.472655 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 9296 | 2024.11.27 18:40:27.472908 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9297 | 2024.11.27 18:40:27.473213 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22021 | ||
| 9298 | 2024.11.27 18:40:27.587419 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 1306 | ||
| 9299 | 2024.11.27 18:40:27.590796 [ 242 ] {} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9300 | 2024.11.27 18:40:27.590856 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 9301 | 2024.11.27 18:40:27.592399 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 9302 | 2024.11.27 18:40:27.592743 [ 242 ] {} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9303 | 2024.11.27 18:40:27.593788 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1306 | ||
| 9304 | 2024.11.27 18:40:28.001625 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001111486 sec. | ||
| 9305 | 2024.11.27 18:40:28.038443 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9306 | 2024.11.27 18:40:28.038714 [ 253 ] {fcfcd943-2e44-4767-9c9d-3f7d123a9485} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9307 | 2024.11.27 18:40:28.038822 [ 253 ] {fcfcd943-2e44-4767-9c9d-3f7d123a9485} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9308 | 2024.11.27 18:40:28.039858 [ 253 ] {fcfcd943-2e44-4767-9c9d-3f7d123a9485} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9309 | 2024.11.27 18:40:28.039903 [ 253 ] {fcfcd943-2e44-4767-9c9d-3f7d123a9485} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 9310 | 2024.11.27 18:40:28.040358 [ 253 ] {fcfcd943-2e44-4767-9c9d-3f7d123a9485} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 9311 | 2024.11.27 18:40:28.040628 [ 253 ] {fcfcd943-2e44-4767-9c9d-3f7d123a9485} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9312 | 2024.11.27 18:40:28.040841 [ 253 ] {fcfcd943-2e44-4767-9c9d-3f7d123a9485} <Debug> executeQuery: Read 88 rows, 7.40 KiB in 0.002206 sec., 39891.20580235721 rows/sec., 3.28 MiB/sec. | ||
| 9313 | 2024.11.27 18:40:28.040918 [ 253 ] {fcfcd943-2e44-4767-9c9d-3f7d123a9485} <Debug> TCPHandler: Processed in 0.002611519 sec. | ||
| 9314 | 2024.11.27 18:40:28.041200 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9315 | 2024.11.27 18:40:28.041399 [ 254 ] {5e3d3562-654f-49b8-a08b-2b014110024b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9316 | 2024.11.27 18:40:28.041478 [ 254 ] {5e3d3562-654f-49b8-a08b-2b014110024b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9317 | 2024.11.27 18:40:28.042224 [ 254 ] {5e3d3562-654f-49b8-a08b-2b014110024b} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9318 | 2024.11.27 18:40:28.042271 [ 254 ] {5e3d3562-654f-49b8-a08b-2b014110024b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 9319 | 2024.11.27 18:40:28.042710 [ 254 ] {5e3d3562-654f-49b8-a08b-2b014110024b} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 9320 | 2024.11.27 18:40:28.042963 [ 254 ] {5e3d3562-654f-49b8-a08b-2b014110024b} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9321 | 2024.11.27 18:40:28.043189 [ 254 ] {5e3d3562-654f-49b8-a08b-2b014110024b} <Debug> executeQuery: Read 16 rows, 1.20 KiB in 0.001845 sec., 8672.086720867208 rows/sec., 652.10 KiB/sec. | ||
| 9322 | 2024.11.27 18:40:28.043259 [ 254 ] {5e3d3562-654f-49b8-a08b-2b014110024b} <Debug> TCPHandler: Processed in 0.002226713 sec. | ||
| 9323 | 2024.11.27 18:40:28.043437 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9324 | 2024.11.27 18:40:28.043572 [ 253 ] {558b546f-2288-4373-88bc-876021702e1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9325 | 2024.11.27 18:40:28.043628 [ 253 ] {558b546f-2288-4373-88bc-876021702e1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9326 | 2024.11.27 18:40:28.044286 [ 253 ] {558b546f-2288-4373-88bc-876021702e1c} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9327 | 2024.11.27 18:40:28.044328 [ 253 ] {558b546f-2288-4373-88bc-876021702e1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 9328 | 2024.11.27 18:40:28.044729 [ 253 ] {558b546f-2288-4373-88bc-876021702e1c} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 9329 | 2024.11.27 18:40:28.044995 [ 253 ] {558b546f-2288-4373-88bc-876021702e1c} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9330 | 2024.11.27 18:40:28.045225 [ 253 ] {558b546f-2288-4373-88bc-876021702e1c} <Debug> executeQuery: Read 80 rows, 6.40 KiB in 0.001686 sec., 47449.58481613286 rows/sec., 3.70 MiB/sec. | ||
| 9331 | 2024.11.27 18:40:28.045283 [ 253 ] {558b546f-2288-4373-88bc-876021702e1c} <Debug> TCPHandler: Processed in 0.001908808 sec. | ||
| 9332 | 2024.11.27 18:40:28.045440 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9333 | 2024.11.27 18:40:28.045585 [ 254 ] {e1f4e9ac-b58b-4a68-8d0d-aa39a3ec2500} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9334 | 2024.11.27 18:40:28.045650 [ 254 ] {e1f4e9ac-b58b-4a68-8d0d-aa39a3ec2500} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9335 | 2024.11.27 18:40:28.046355 [ 254 ] {e1f4e9ac-b58b-4a68-8d0d-aa39a3ec2500} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9336 | 2024.11.27 18:40:28.046404 [ 254 ] {e1f4e9ac-b58b-4a68-8d0d-aa39a3ec2500} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 9337 | 2024.11.27 18:40:28.046819 [ 254 ] {e1f4e9ac-b58b-4a68-8d0d-aa39a3ec2500} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 9338 | 2024.11.27 18:40:28.047057 [ 254 ] {e1f4e9ac-b58b-4a68-8d0d-aa39a3ec2500} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9339 | 2024.11.27 18:40:28.047294 [ 254 ] {e1f4e9ac-b58b-4a68-8d0d-aa39a3ec2500} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001744 sec., 91743.11926605504 rows/sec., 6.39 MiB/sec. | ||
| 9340 | 2024.11.27 18:40:28.047374 [ 254 ] {e1f4e9ac-b58b-4a68-8d0d-aa39a3ec2500} <Debug> TCPHandler: Processed in 0.001991379 sec. | ||
| 9341 | 2024.11.27 18:40:28.047647 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9342 | 2024.11.27 18:40:28.047830 [ 253 ] {00c219df-d4dc-46ba-a42e-fed7d16d077c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9343 | 2024.11.27 18:40:28.047931 [ 253 ] {00c219df-d4dc-46ba-a42e-fed7d16d077c} <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 | ||
| 9344 | 2024.11.27 18:40:28.049192 [ 253 ] {00c219df-d4dc-46ba-a42e-fed7d16d077c} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9345 | 2024.11.27 18:40:28.049234 [ 253 ] {00c219df-d4dc-46ba-a42e-fed7d16d077c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 9346 | 2024.11.27 18:40:28.049886 [ 253 ] {00c219df-d4dc-46ba-a42e-fed7d16d077c} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 9347 | 2024.11.27 18:40:28.050156 [ 253 ] {00c219df-d4dc-46ba-a42e-fed7d16d077c} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9348 | 2024.11.27 18:40:28.050408 [ 253 ] {00c219df-d4dc-46ba-a42e-fed7d16d077c} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002611 sec., 6127.920337035618 rows/sec., 10.98 MiB/sec. | ||
| 9349 | 2024.11.27 18:40:28.050518 [ 253 ] {00c219df-d4dc-46ba-a42e-fed7d16d077c} <Debug> TCPHandler: Processed in 0.003029625 sec. | ||
| 9350 | 2024.11.27 18:40:28.050688 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9351 | 2024.11.27 18:40:28.050827 [ 254 ] {84a1e971-205c-49aa-a630-6a5d6c3073f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9352 | 2024.11.27 18:40:28.050887 [ 254 ] {84a1e971-205c-49aa-a630-6a5d6c3073f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9353 | 2024.11.27 18:40:28.051484 [ 254 ] {84a1e971-205c-49aa-a630-6a5d6c3073f8} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9354 | 2024.11.27 18:40:28.051523 [ 254 ] {84a1e971-205c-49aa-a630-6a5d6c3073f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 9355 | 2024.11.27 18:40:28.051900 [ 254 ] {84a1e971-205c-49aa-a630-6a5d6c3073f8} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 9356 | 2024.11.27 18:40:28.052136 [ 254 ] {84a1e971-205c-49aa-a630-6a5d6c3073f8} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9357 | 2024.11.27 18:40:28.052356 [ 254 ] {84a1e971-205c-49aa-a630-6a5d6c3073f8} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001561 sec., 38436.899423446506 rows/sec., 2.59 MiB/sec. | ||
| 9358 | 2024.11.27 18:40:28.052405 [ 254 ] {84a1e971-205c-49aa-a630-6a5d6c3073f8} <Debug> TCPHandler: Processed in 0.001787476 sec. | ||
| 9359 | 2024.11.27 18:40:29.059613 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 362 | ||
| 9360 | 2024.11.27 18:40:29.079051 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9361 | 2024.11.27 18:40:29.079101 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 9362 | 2024.11.27 18:40:29.086261 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 9363 | 2024.11.27 18:40:29.087033 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9364 | 2024.11.27 18:40:29.090383 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 362 | ||
| 9365 | 2024.11.27 18:40:33.042868 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9366 | 2024.11.27 18:40:33.043086 [ 253 ] {1b02cb19-e8e9-4abf-bbec-163b2b54307a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 9367 | 2024.11.27 18:40:33.043162 [ 253 ] {1b02cb19-e8e9-4abf-bbec-163b2b54307a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 9368 | 2024.11.27 18:40:33.043951 [ 253 ] {1b02cb19-e8e9-4abf-bbec-163b2b54307a} <Trace> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9369 | 2024.11.27 18:40:33.043996 [ 253 ] {1b02cb19-e8e9-4abf-bbec-163b2b54307a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 9370 | 2024.11.27 18:40:33.044455 [ 253 ] {1b02cb19-e8e9-4abf-bbec-163b2b54307a} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 9371 | 2024.11.27 18:40:33.044728 [ 253 ] {1b02cb19-e8e9-4abf-bbec-163b2b54307a} <Trace> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9372 | 2024.11.27 18:40:33.044937 [ 253 ] {1b02cb19-e8e9-4abf-bbec-163b2b54307a} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001911 sec., 7326.007326007326 rows/sec., 527.37 KiB/sec. | ||
| 9373 | 2024.11.27 18:40:33.045003 [ 253 ] {1b02cb19-e8e9-4abf-bbec-163b2b54307a} <Debug> TCPHandler: Processed in 0.002267274 sec. | ||
| 9374 | 2024.11.27 18:40:33.045250 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9375 | 2024.11.27 18:40:33.045437 [ 254 ] {b83448b1-47d2-433b-9f91-7cee6e7d21e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9376 | 2024.11.27 18:40:33.045509 [ 254 ] {b83448b1-47d2-433b-9f91-7cee6e7d21e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9377 | 2024.11.27 18:40:33.046372 [ 254 ] {b83448b1-47d2-433b-9f91-7cee6e7d21e0} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9378 | 2024.11.27 18:40:33.046420 [ 254 ] {b83448b1-47d2-433b-9f91-7cee6e7d21e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 9379 | 2024.11.27 18:40:33.046875 [ 254 ] {b83448b1-47d2-433b-9f91-7cee6e7d21e0} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 9380 | 2024.11.27 18:40:33.047123 [ 254 ] {b83448b1-47d2-433b-9f91-7cee6e7d21e0} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9381 | 2024.11.27 18:40:33.047311 [ 141 ] {} <Debug> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 9382 | 2024.11.27 18:40:33.047380 [ 254 ] {b83448b1-47d2-433b-9f91-7cee6e7d21e0} <Debug> executeQuery: Read 253 rows, 22.72 KiB in 0.001984 sec., 127520.16129032258 rows/sec., 11.18 MiB/sec. | ||
| 9383 | 2024.11.27 18:40:33.047390 [ 141 ] {} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9384 | 2024.11.27 18:40:33.047489 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 9385 | 2024.11.27 18:40:33.047513 [ 254 ] {b83448b1-47d2-433b-9f91-7cee6e7d21e0} <Debug> TCPHandler: Processed in 0.002385845 sec. | ||
| 9386 | 2024.11.27 18:40:33.047715 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9387 | 2024.11.27 18:40:33.047727 [ 198 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::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 | ||
| 9388 | 2024.11.27 18:40:33.047866 [ 253 ] {99dcaaef-3ef1-4330-bfc5-84c26daf521a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9389 | 2024.11.27 18:40:33.047879 [ 198 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9390 | 2024.11.27 18:40:33.047920 [ 198 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1435 rows starting from the beginning of the part | ||
| 9391 | 2024.11.27 18:40:33.047929 [ 253 ] {99dcaaef-3ef1-4330-bfc5-84c26daf521a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9392 | 2024.11.27 18:40:33.048089 [ 198 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 253 rows starting from the beginning of the part | ||
| 9393 | 2024.11.27 18:40:33.048481 [ 198 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 1229 rows starting from the beginning of the part | ||
| 9394 | 2024.11.27 18:40:33.048849 [ 198 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 253 rows starting from the beginning of the part | ||
| 9395 | 2024.11.27 18:40:33.049118 [ 198 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 88 rows starting from the beginning of the part | ||
| 9396 | 2024.11.27 18:40:33.049353 [ 198 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 253 rows starting from the beginning of the part | ||
| 9397 | 2024.11.27 18:40:33.050120 [ 253 ] {99dcaaef-3ef1-4330-bfc5-84c26daf521a} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9398 | 2024.11.27 18:40:33.050164 [ 253 ] {99dcaaef-3ef1-4330-bfc5-84c26daf521a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 9399 | 2024.11.27 18:40:33.050721 [ 253 ] {99dcaaef-3ef1-4330-bfc5-84c26daf521a} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 9400 | 2024.11.27 18:40:33.051016 [ 253 ] {99dcaaef-3ef1-4330-bfc5-84c26daf521a} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9401 | 2024.11.27 18:40:33.051206 [ 253 ] {99dcaaef-3ef1-4330-bfc5-84c26daf521a} <Debug> executeQuery: Read 32 rows, 2.34 KiB in 0.003379 sec., 9470.257472625037 rows/sec., 691.31 KiB/sec. | ||
| 9402 | 2024.11.27 18:40:33.051272 [ 253 ] {99dcaaef-3ef1-4330-bfc5-84c26daf521a} <Debug> TCPHandler: Processed in 0.003637724 sec. | ||
| 9403 | 2024.11.27 18:40:33.051508 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9404 | 2024.11.27 18:40:33.051776 [ 254 ] {d9663899-3b6f-4bab-a001-9bea5a4d5edb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9405 | 2024.11.27 18:40:33.051785 [ 193 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3511 rows, containing 5 columns (5 merged, 0 gathered) in 0.004187522 sec., 838443.3562378896 rows/sec., 73.57 MiB/sec. | ||
| 9406 | 2024.11.27 18:40:33.051852 [ 254 ] {d9663899-3b6f-4bab-a001-9bea5a4d5edb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9407 | 2024.11.27 18:40:33.052117 [ 193 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 9408 | 2024.11.27 18:40:33.052800 [ 193 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_71_14} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9409 | 2024.11.27 18:40:33.053069 [ 193 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_71_14} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 9410 | 2024.11.27 18:40:33.053246 [ 254 ] {d9663899-3b6f-4bab-a001-9bea5a4d5edb} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9411 | 2024.11.27 18:40:33.053268 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.85 MiB. | ||
| 9412 | 2024.11.27 18:40:33.053318 [ 254 ] {d9663899-3b6f-4bab-a001-9bea5a4d5edb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 9413 | 2024.11.27 18:40:33.053704 [ 254 ] {d9663899-3b6f-4bab-a001-9bea5a4d5edb} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 9414 | 2024.11.27 18:40:33.053945 [ 254 ] {d9663899-3b6f-4bab-a001-9bea5a4d5edb} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9415 | 2024.11.27 18:40:33.054197 [ 254 ] {d9663899-3b6f-4bab-a001-9bea5a4d5edb} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002478 sec., 5649.717514124293 rows/sec., 395.67 KiB/sec. | ||
| 9416 | 2024.11.27 18:40:33.054430 [ 254 ] {d9663899-3b6f-4bab-a001-9bea5a4d5edb} <Debug> TCPHandler: Processed in 0.003020635 sec. | ||
| 9417 | 2024.11.27 18:40:33.054653 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9418 | 2024.11.27 18:40:33.054777 [ 253 ] {2231bdfa-eeaf-41f2-88fd-993af9c4fc6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 9419 | 2024.11.27 18:40:33.054829 [ 253 ] {2231bdfa-eeaf-41f2-88fd-993af9c4fc6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9420 | 2024.11.27 18:40:33.055443 [ 253 ] {2231bdfa-eeaf-41f2-88fd-993af9c4fc6e} <Trace> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9421 | 2024.11.27 18:40:33.055483 [ 253 ] {2231bdfa-eeaf-41f2-88fd-993af9c4fc6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 9422 | 2024.11.27 18:40:33.055863 [ 253 ] {2231bdfa-eeaf-41f2-88fd-993af9c4fc6e} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 9423 | 2024.11.27 18:40:33.056106 [ 253 ] {2231bdfa-eeaf-41f2-88fd-993af9c4fc6e} <Trace> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9424 | 2024.11.27 18:40:33.056286 [ 253 ] {2231bdfa-eeaf-41f2-88fd-993af9c4fc6e} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001539 sec., 8447.043534762834 rows/sec., 526.67 KiB/sec. | ||
| 9425 | 2024.11.27 18:40:33.056338 [ 253 ] {2231bdfa-eeaf-41f2-88fd-993af9c4fc6e} <Debug> TCPHandler: Processed in 0.001784737 sec. | ||
| 9426 | 2024.11.27 18:40:33.056506 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9427 | 2024.11.27 18:40:33.056625 [ 254 ] {e1a1ff3f-1b80-45a3-837b-531e1af80c24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9428 | 2024.11.27 18:40:33.056683 [ 254 ] {e1a1ff3f-1b80-45a3-837b-531e1af80c24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9429 | 2024.11.27 18:40:33.057566 [ 254 ] {e1a1ff3f-1b80-45a3-837b-531e1af80c24} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9430 | 2024.11.27 18:40:33.057614 [ 254 ] {e1a1ff3f-1b80-45a3-837b-531e1af80c24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 9431 | 2024.11.27 18:40:33.058004 [ 254 ] {e1a1ff3f-1b80-45a3-837b-531e1af80c24} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 9432 | 2024.11.27 18:40:33.058245 [ 254 ] {e1a1ff3f-1b80-45a3-837b-531e1af80c24} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9433 | 2024.11.27 18:40:33.058435 [ 139 ] {} <Debug> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 9434 | 2024.11.27 18:40:33.058458 [ 254 ] {e1a1ff3f-1b80-45a3-837b-531e1af80c24} <Debug> executeQuery: Read 407 rows, 29.68 KiB in 0.001859 sec., 218934.91124260356 rows/sec., 15.59 MiB/sec. | ||
| 9435 | 2024.11.27 18:40:33.058520 [ 139 ] {} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9436 | 2024.11.27 18:40:33.058594 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 9437 | 2024.11.27 18:40:33.058600 [ 254 ] {e1a1ff3f-1b80-45a3-837b-531e1af80c24} <Debug> TCPHandler: Processed in 0.002151423 sec. | ||
| 9438 | 2024.11.27 18:40:33.058832 [ 201 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::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 | ||
| 9439 | 2024.11.27 18:40:33.058853 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9440 | 2024.11.27 18:40:33.059091 [ 201 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9441 | 2024.11.27 18:40:33.059114 [ 253 ] {5d237855-3c99-4d48-8913-ac240795c2c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 9442 | 2024.11.27 18:40:33.059154 [ 201 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 915 rows starting from the beginning of the part | ||
| 9443 | 2024.11.27 18:40:33.059236 [ 253 ] {5d237855-3c99-4d48-8913-ac240795c2c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9444 | 2024.11.27 18:40:33.059467 [ 201 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 407 rows starting from the beginning of the part | ||
| 9445 | 2024.11.27 18:40:33.059827 [ 201 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 538 rows starting from the beginning of the part | ||
| 9446 | 2024.11.27 18:40:33.060261 [ 201 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 407 rows starting from the beginning of the part | ||
| 9447 | 2024.11.27 18:40:33.060562 [ 201 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 80 rows starting from the beginning of the part | ||
| 9448 | 2024.11.27 18:40:33.060834 [ 201 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 407 rows starting from the beginning of the part | ||
| 9449 | 2024.11.27 18:40:33.061719 [ 253 ] {5d237855-3c99-4d48-8913-ac240795c2c7} <Trace> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9450 | 2024.11.27 18:40:33.061787 [ 253 ] {5d237855-3c99-4d48-8913-ac240795c2c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 9451 | 2024.11.27 18:40:33.062667 [ 253 ] {5d237855-3c99-4d48-8913-ac240795c2c7} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 9452 | 2024.11.27 18:40:33.063214 [ 253 ] {5d237855-3c99-4d48-8913-ac240795c2c7} <Trace> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9453 | 2024.11.27 18:40:33.063530 [ 253 ] {5d237855-3c99-4d48-8913-ac240795c2c7} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004501 sec., 1333.0371028660297 rows/sec., 69.65 KiB/sec. | ||
| 9454 | 2024.11.27 18:40:33.063590 [ 253 ] {5d237855-3c99-4d48-8913-ac240795c2c7} <Debug> TCPHandler: Processed in 0.004877892 sec. | ||
| 9455 | 2024.11.27 18:40:33.063814 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9456 | 2024.11.27 18:40:33.064107 [ 254 ] {71712abd-bff7-4a63-b6fe-1fb5dbcfbbdb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9457 | 2024.11.27 18:40:33.064130 [ 188 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2754 rows, containing 5 columns (5 merged, 0 gathered) in 0.00543739 sec., 506493.0049159615 rows/sec., 38.65 MiB/sec. | ||
| 9458 | 2024.11.27 18:40:33.064195 [ 254 ] {71712abd-bff7-4a63-b6fe-1fb5dbcfbbdb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9459 | 2024.11.27 18:40:33.064456 [ 188 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 9460 | 2024.11.27 18:40:33.065096 [ 188 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_71_14} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9461 | 2024.11.27 18:40:33.065331 [ 188 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_71_14} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 9462 | 2024.11.27 18:40:33.065381 [ 254 ] {71712abd-bff7-4a63-b6fe-1fb5dbcfbbdb} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9463 | 2024.11.27 18:40:33.065465 [ 254 ] {71712abd-bff7-4a63-b6fe-1fb5dbcfbbdb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 9464 | 2024.11.27 18:40:33.065474 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.60 MiB. | ||
| 9465 | 2024.11.27 18:40:33.065896 [ 254 ] {71712abd-bff7-4a63-b6fe-1fb5dbcfbbdb} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 9466 | 2024.11.27 18:40:33.066156 [ 254 ] {71712abd-bff7-4a63-b6fe-1fb5dbcfbbdb} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9467 | 2024.11.27 18:40:33.066319 [ 139 ] {} <Debug> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 9468 | 2024.11.27 18:40:33.066373 [ 139 ] {} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9469 | 2024.11.27 18:40:33.066389 [ 254 ] {71712abd-bff7-4a63-b6fe-1fb5dbcfbbdb} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00234 sec., 101282.05128205128 rows/sec., 6.79 MiB/sec. | ||
| 9470 | 2024.11.27 18:40:33.066412 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 9471 | 2024.11.27 18:40:33.066544 [ 254 ] {71712abd-bff7-4a63-b6fe-1fb5dbcfbbdb} <Debug> TCPHandler: Processed in 0.002858922 sec. | ||
| 9472 | 2024.11.27 18:40:33.066639 [ 194 ] {67d43675-535f-43d0-af84-f38bbc85c22c::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 | ||
| 9473 | 2024.11.27 18:40:33.066737 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9474 | 2024.11.27 18:40:33.066793 [ 194 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9475 | 2024.11.27 18:40:33.066835 [ 194 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_66_13, total 20299 rows starting from the beginning of the part | ||
| 9476 | 2024.11.27 18:40:33.066883 [ 253 ] {ec7ea543-6a5f-4d6d-b04b-c5c65c5f574e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 9477 | 2024.11.27 18:40:33.066982 [ 194 ] {67d43675-535f-43d0-af84-f38bbc85c22c::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 | ||
| 9478 | 2024.11.27 18:40:33.067005 [ 253 ] {ec7ea543-6a5f-4d6d-b04b-c5c65c5f574e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9479 | 2024.11.27 18:40:33.067278 [ 194 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 881 rows starting from the beginning of the part | ||
| 9480 | 2024.11.27 18:40:33.067662 [ 194 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 237 rows starting from the beginning of the part | ||
| 9481 | 2024.11.27 18:40:33.068042 [ 194 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 160 rows starting from the beginning of the part | ||
| 9482 | 2024.11.27 18:40:33.068387 [ 194 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 237 rows starting from the beginning of the part | ||
| 9483 | 2024.11.27 18:40:33.069068 [ 253 ] {ec7ea543-6a5f-4d6d-b04b-c5c65c5f574e} <Trace> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9484 | 2024.11.27 18:40:33.069113 [ 253 ] {ec7ea543-6a5f-4d6d-b04b-c5c65c5f574e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 9485 | 2024.11.27 18:40:33.069589 [ 253 ] {ec7ea543-6a5f-4d6d-b04b-c5c65c5f574e} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 9486 | 2024.11.27 18:40:33.069843 [ 253 ] {ec7ea543-6a5f-4d6d-b04b-c5c65c5f574e} <Trace> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9487 | 2024.11.27 18:40:33.070166 [ 253 ] {ec7ea543-6a5f-4d6d-b04b-c5c65c5f574e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003318 sec., 301.3863773357444 rows/sec., 20.31 KiB/sec. | ||
| 9488 | 2024.11.27 18:40:33.070253 [ 253 ] {ec7ea543-6a5f-4d6d-b04b-c5c65c5f574e} <Debug> TCPHandler: Processed in 0.003598013 sec. | ||
| 9489 | 2024.11.27 18:40:33.070445 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9490 | 2024.11.27 18:40:33.070752 [ 254 ] {b6ae3963-4932-4dc7-9853-02a97d131055} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9491 | 2024.11.27 18:40:33.070859 [ 254 ] {b6ae3963-4932-4dc7-9853-02a97d131055} <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 | ||
| 9492 | 2024.11.27 18:40:33.072595 [ 254 ] {b6ae3963-4932-4dc7-9853-02a97d131055} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9493 | 2024.11.27 18:40:33.072636 [ 254 ] {b6ae3963-4932-4dc7-9853-02a97d131055} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 9494 | 2024.11.27 18:40:33.073630 [ 254 ] {b6ae3963-4932-4dc7-9853-02a97d131055} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 9495 | 2024.11.27 18:40:33.074168 [ 254 ] {b6ae3963-4932-4dc7-9853-02a97d131055} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9496 | 2024.11.27 18:40:33.074499 [ 254 ] {b6ae3963-4932-4dc7-9853-02a97d131055} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.003853 sec., 6488.450558006748 rows/sec., 11.63 MiB/sec. | ||
| 9497 | 2024.11.27 18:40:33.075118 [ 254 ] {b6ae3963-4932-4dc7-9853-02a97d131055} <Debug> TCPHandler: Processed in 0.004774021 sec. | ||
| 9498 | 2024.11.27 18:40:33.075526 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9499 | 2024.11.27 18:40:33.075939 [ 253 ] {13e44419-d84d-4a66-8502-bbe86424d99f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9500 | 2024.11.27 18:40:33.075977 [ 189 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 22051 rows, containing 5 columns (5 merged, 0 gathered) in 0.00942743 sec., 2339025.5880977106 rows/sec., 158.37 MiB/sec. | ||
| 9501 | 2024.11.27 18:40:33.076011 [ 253 ] {13e44419-d84d-4a66-8502-bbe86424d99f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9502 | 2024.11.27 18:40:33.076597 [ 189 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 9503 | 2024.11.27 18:40:33.076619 [ 253 ] {13e44419-d84d-4a66-8502-bbe86424d99f} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9504 | 2024.11.27 18:40:33.076694 [ 253 ] {13e44419-d84d-4a66-8502-bbe86424d99f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 9505 | 2024.11.27 18:40:33.077174 [ 189 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9506 | 2024.11.27 18:40:33.077402 [ 189 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_71_14} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 9507 | 2024.11.27 18:40:33.077443 [ 253 ] {13e44419-d84d-4a66-8502-bbe86424d99f} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 9508 | 2024.11.27 18:40:33.077556 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.26 MiB. | ||
| 9509 | 2024.11.27 18:40:33.077789 [ 253 ] {13e44419-d84d-4a66-8502-bbe86424d99f} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9510 | 2024.11.27 18:40:33.077981 [ 139 ] {} <Debug> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 9511 | 2024.11.27 18:40:33.078046 [ 253 ] {13e44419-d84d-4a66-8502-bbe86424d99f} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002159 sec., 37980.54654932839 rows/sec., 2.41 MiB/sec. | ||
| 9512 | 2024.11.27 18:40:33.078049 [ 139 ] {} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9513 | 2024.11.27 18:40:33.078143 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 9514 | 2024.11.27 18:40:33.078187 [ 253 ] {13e44419-d84d-4a66-8502-bbe86424d99f} <Debug> TCPHandler: Processed in 0.002926394 sec. | ||
| 9515 | 2024.11.27 18:40:33.078440 [ 191 ] {c59724f6-f374-41a1-8302-611230e47527::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 | ||
| 9516 | 2024.11.27 18:40:33.078661 [ 191 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9517 | 2024.11.27 18:40:33.078710 [ 191 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 4390 rows starting from the beginning of the part | ||
| 9518 | 2024.11.27 18:40:33.078858 [ 191 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 82 rows starting from the beginning of the part | ||
| 9519 | 2024.11.27 18:40:33.078973 [ 191 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 60 rows starting from the beginning of the part | ||
| 9520 | 2024.11.27 18:40:33.079191 [ 191 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 82 rows starting from the beginning of the part | ||
| 9521 | 2024.11.27 18:40:33.079357 [ 191 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 60 rows starting from the beginning of the part | ||
| 9522 | 2024.11.27 18:40:33.079527 [ 191 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 82 rows starting from the beginning of the part | ||
| 9523 | 2024.11.27 18:40:33.081709 [ 189 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4756 rows, containing 4 columns (4 merged, 0 gathered) in 0.003452991 sec., 1377356.6163363878 rows/sec., 90.22 MiB/sec. | ||
| 9524 | 2024.11.27 18:40:33.082090 [ 189 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 9525 | 2024.11.27 18:40:33.082422 [ 189 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_71_14} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9526 | 2024.11.27 18:40:33.082526 [ 189 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_71_14} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 9527 | 2024.11.27 18:40:33.082628 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.10 MiB. | ||
| 9528 | 2024.11.27 18:40:34.973364 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 22448 | ||
| 9529 | 2024.11.27 18:40:34.974046 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9530 | 2024.11.27 18:40:34.974094 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 9531 | 2024.11.27 18:40:34.974611 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 9532 | 2024.11.27 18:40:34.974861 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9533 | 2024.11.27 18:40:34.975084 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22448 | ||
| 9534 | 2024.11.27 18:40:36.590473 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 370 | ||
| 9535 | 2024.11.27 18:40:36.611668 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9536 | 2024.11.27 18:40:36.611723 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 9537 | 2024.11.27 18:40:36.618970 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 9538 | 2024.11.27 18:40:36.619733 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9539 | 2024.11.27 18:40:36.622362 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 370 | ||
| 9540 | 2024.11.27 18:40:37.594054 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1340 | ||
| 9541 | 2024.11.27 18:40:37.597270 [ 242 ] {} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9542 | 2024.11.27 18:40:37.597320 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 9543 | 2024.11.27 18:40:37.598836 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 9544 | 2024.11.27 18:40:37.599162 [ 242 ] {} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9545 | 2024.11.27 18:40:37.599407 [ 134 ] {} <Debug> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 9546 | 2024.11.27 18:40:37.599533 [ 134 ] {} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9547 | 2024.11.27 18:40:37.599609 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 9548 | 2024.11.27 18:40:37.600601 [ 197 ] {b2094d96-d5ad-4d24-939b-7466c2610b9f::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 | ||
| 9549 | 2024.11.27 18:40:37.601380 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1340 | ||
| 9550 | 2024.11.27 18:40:37.601920 [ 197 ] {b2094d96-d5ad-4d24-939b-7466c2610b9f::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9551 | 2024.11.27 18:40:37.602129 [ 197 ] {b2094d96-d5ad-4d24-939b-7466c2610b9f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1160 rows starting from the beginning of the part | ||
| 9552 | 2024.11.27 18:40:37.602886 [ 197 ] {b2094d96-d5ad-4d24-939b-7466c2610b9f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 38 rows starting from the beginning of the part | ||
| 9553 | 2024.11.27 18:40:37.603632 [ 197 ] {b2094d96-d5ad-4d24-939b-7466c2610b9f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 36 rows starting from the beginning of the part | ||
| 9554 | 2024.11.27 18:40:37.604305 [ 197 ] {b2094d96-d5ad-4d24-939b-7466c2610b9f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 34 rows starting from the beginning of the part | ||
| 9555 | 2024.11.27 18:40:37.604964 [ 197 ] {b2094d96-d5ad-4d24-939b-7466c2610b9f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 38 rows starting from the beginning of the part | ||
| 9556 | 2024.11.27 18:40:37.605636 [ 197 ] {b2094d96-d5ad-4d24-939b-7466c2610b9f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 34 rows starting from the beginning of the part | ||
| 9557 | 2024.11.27 18:40:37.614309 [ 196 ] {b2094d96-d5ad-4d24-939b-7466c2610b9f::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1340 rows, containing 72 columns (72 merged, 0 gathered) in 0.014462534 sec., 92653.196182633 rows/sec., 72.81 MiB/sec. | ||
| 9558 | 2024.11.27 18:40:37.615952 [ 195 ] {b2094d96-d5ad-4d24-939b-7466c2610b9f::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 9559 | 2024.11.27 18:40:37.616820 [ 195 ] {b2094d96-d5ad-4d24-939b-7466c2610b9f::all_1_36_7} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9560 | 2024.11.27 18:40:37.616919 [ 195 ] {b2094d96-d5ad-4d24-939b-7466c2610b9f::all_1_36_7} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 9561 | 2024.11.27 18:40:37.617276 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.92 MiB. | ||
| 9562 | 2024.11.27 18:40:38.038515 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9563 | 2024.11.27 18:40:38.038811 [ 253 ] {1e805b80-1a83-4612-92b9-6a758a185d15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9564 | 2024.11.27 18:40:38.038897 [ 253 ] {1e805b80-1a83-4612-92b9-6a758a185d15} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9565 | 2024.11.27 18:40:38.039669 [ 253 ] {1e805b80-1a83-4612-92b9-6a758a185d15} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9566 | 2024.11.27 18:40:38.039718 [ 253 ] {1e805b80-1a83-4612-92b9-6a758a185d15} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 9567 | 2024.11.27 18:40:38.040155 [ 253 ] {1e805b80-1a83-4612-92b9-6a758a185d15} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 9568 | 2024.11.27 18:40:38.040428 [ 253 ] {1e805b80-1a83-4612-92b9-6a758a185d15} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9569 | 2024.11.27 18:40:38.040679 [ 253 ] {1e805b80-1a83-4612-92b9-6a758a185d15} <Debug> executeQuery: Read 88 rows, 7.40 KiB in 0.001951 sec., 45105.074320861095 rows/sec., 3.71 MiB/sec. | ||
| 9570 | 2024.11.27 18:40:38.040745 [ 253 ] {1e805b80-1a83-4612-92b9-6a758a185d15} <Debug> TCPHandler: Processed in 0.002395476 sec. | ||
| 9571 | 2024.11.27 18:40:38.041012 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9572 | 2024.11.27 18:40:38.041215 [ 254 ] {62c627b5-cd10-4350-81b3-c999b02c15c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9573 | 2024.11.27 18:40:38.041294 [ 254 ] {62c627b5-cd10-4350-81b3-c999b02c15c2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9574 | 2024.11.27 18:40:38.042082 [ 254 ] {62c627b5-cd10-4350-81b3-c999b02c15c2} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9575 | 2024.11.27 18:40:38.042126 [ 254 ] {62c627b5-cd10-4350-81b3-c999b02c15c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 9576 | 2024.11.27 18:40:38.042559 [ 254 ] {62c627b5-cd10-4350-81b3-c999b02c15c2} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 9577 | 2024.11.27 18:40:38.042822 [ 254 ] {62c627b5-cd10-4350-81b3-c999b02c15c2} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9578 | 2024.11.27 18:40:38.043100 [ 254 ] {62c627b5-cd10-4350-81b3-c999b02c15c2} <Debug> executeQuery: Read 16 rows, 1.20 KiB in 0.001933 sec., 8277.289187790999 rows/sec., 622.41 KiB/sec. | ||
| 9579 | 2024.11.27 18:40:38.043209 [ 254 ] {62c627b5-cd10-4350-81b3-c999b02c15c2} <Debug> TCPHandler: Processed in 0.002334424 sec. | ||
| 9580 | 2024.11.27 18:40:38.043452 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9581 | 2024.11.27 18:40:38.043812 [ 253 ] {5c8969eb-5af2-4361-9c02-d92ece323e1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9582 | 2024.11.27 18:40:38.043944 [ 253 ] {5c8969eb-5af2-4361-9c02-d92ece323e1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9583 | 2024.11.27 18:40:38.044603 [ 253 ] {5c8969eb-5af2-4361-9c02-d92ece323e1a} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9584 | 2024.11.27 18:40:38.044645 [ 253 ] {5c8969eb-5af2-4361-9c02-d92ece323e1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 9585 | 2024.11.27 18:40:38.045018 [ 253 ] {5c8969eb-5af2-4361-9c02-d92ece323e1a} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 9586 | 2024.11.27 18:40:38.045264 [ 253 ] {5c8969eb-5af2-4361-9c02-d92ece323e1a} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9587 | 2024.11.27 18:40:38.045482 [ 253 ] {5c8969eb-5af2-4361-9c02-d92ece323e1a} <Debug> executeQuery: Read 80 rows, 6.40 KiB in 0.001799 sec., 44469.149527515285 rows/sec., 3.47 MiB/sec. | ||
| 9588 | 2024.11.27 18:40:38.045582 [ 253 ] {5c8969eb-5af2-4361-9c02-d92ece323e1a} <Debug> TCPHandler: Processed in 0.002269924 sec. | ||
| 9589 | 2024.11.27 18:40:38.045803 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9590 | 2024.11.27 18:40:38.045962 [ 254 ] {83d473e7-4808-413e-a7e5-3bd057a96df8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9591 | 2024.11.27 18:40:38.046029 [ 254 ] {83d473e7-4808-413e-a7e5-3bd057a96df8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9592 | 2024.11.27 18:40:38.046740 [ 254 ] {83d473e7-4808-413e-a7e5-3bd057a96df8} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9593 | 2024.11.27 18:40:38.046787 [ 254 ] {83d473e7-4808-413e-a7e5-3bd057a96df8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 9594 | 2024.11.27 18:40:38.047198 [ 254 ] {83d473e7-4808-413e-a7e5-3bd057a96df8} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 9595 | 2024.11.27 18:40:38.047439 [ 254 ] {83d473e7-4808-413e-a7e5-3bd057a96df8} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9596 | 2024.11.27 18:40:38.047695 [ 254 ] {83d473e7-4808-413e-a7e5-3bd057a96df8} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001758 sec., 91012.51422070534 rows/sec., 6.34 MiB/sec. | ||
| 9597 | 2024.11.27 18:40:38.047831 [ 254 ] {83d473e7-4808-413e-a7e5-3bd057a96df8} <Debug> TCPHandler: Processed in 0.002147112 sec. | ||
| 9598 | 2024.11.27 18:40:38.048119 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9599 | 2024.11.27 18:40:38.048268 [ 253 ] {dfe66e94-fecb-4181-a674-e48765a9e323} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9600 | 2024.11.27 18:40:38.048365 [ 253 ] {dfe66e94-fecb-4181-a674-e48765a9e323} <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 | ||
| 9601 | 2024.11.27 18:40:38.049595 [ 253 ] {dfe66e94-fecb-4181-a674-e48765a9e323} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9602 | 2024.11.27 18:40:38.049635 [ 253 ] {dfe66e94-fecb-4181-a674-e48765a9e323} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 9603 | 2024.11.27 18:40:38.050277 [ 253 ] {dfe66e94-fecb-4181-a674-e48765a9e323} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 9604 | 2024.11.27 18:40:38.050535 [ 253 ] {dfe66e94-fecb-4181-a674-e48765a9e323} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9605 | 2024.11.27 18:40:38.050830 [ 253 ] {dfe66e94-fecb-4181-a674-e48765a9e323} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.00259 sec., 6177.606177606178 rows/sec., 11.07 MiB/sec. | ||
| 9606 | 2024.11.27 18:40:38.051356 [ 253 ] {dfe66e94-fecb-4181-a674-e48765a9e323} <Debug> TCPHandler: Processed in 0.003395231 sec. | ||
| 9607 | 2024.11.27 18:40:38.051623 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9608 | 2024.11.27 18:40:38.051787 [ 254 ] {8fb3b457-db84-4cbc-a733-5c335d2934c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9609 | 2024.11.27 18:40:38.051849 [ 254 ] {8fb3b457-db84-4cbc-a733-5c335d2934c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9610 | 2024.11.27 18:40:38.052451 [ 254 ] {8fb3b457-db84-4cbc-a733-5c335d2934c9} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9611 | 2024.11.27 18:40:38.052498 [ 254 ] {8fb3b457-db84-4cbc-a733-5c335d2934c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 9612 | 2024.11.27 18:40:38.052933 [ 254 ] {8fb3b457-db84-4cbc-a733-5c335d2934c9} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 9613 | 2024.11.27 18:40:38.053175 [ 254 ] {8fb3b457-db84-4cbc-a733-5c335d2934c9} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9614 | 2024.11.27 18:40:38.053386 [ 254 ] {8fb3b457-db84-4cbc-a733-5c335d2934c9} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001629 sec., 36832.412523020255 rows/sec., 2.48 MiB/sec. | ||
| 9615 | 2024.11.27 18:40:38.053439 [ 254 ] {8fb3b457-db84-4cbc-a733-5c335d2934c9} <Debug> TCPHandler: Processed in 0.001965109 sec. | ||
| 9616 | 2024.11.27 18:40:42.317486 [ 128 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 9617 | 2024.11.27 18:40:42.317551 [ 128 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 9618 | 2024.11.27 18:40:42.475223 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 22936 | ||
| 9619 | 2024.11.27 18:40:42.475898 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9620 | 2024.11.27 18:40:42.475950 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 9621 | 2024.11.27 18:40:42.476474 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 9622 | 2024.11.27 18:40:42.476737 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9623 | 2024.11.27 18:40:42.476995 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 22936 | ||
| 9624 | 2024.11.27 18:40:43.044248 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9625 | 2024.11.27 18:40:43.044471 [ 253 ] {6a5e94de-a1f8-4948-a562-6d4691a4dcd9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 9626 | 2024.11.27 18:40:43.044558 [ 253 ] {6a5e94de-a1f8-4948-a562-6d4691a4dcd9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 9627 | 2024.11.27 18:40:43.045430 [ 253 ] {6a5e94de-a1f8-4948-a562-6d4691a4dcd9} <Trace> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9628 | 2024.11.27 18:40:43.045488 [ 253 ] {6a5e94de-a1f8-4948-a562-6d4691a4dcd9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 9629 | 2024.11.27 18:40:43.045935 [ 253 ] {6a5e94de-a1f8-4948-a562-6d4691a4dcd9} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 9630 | 2024.11.27 18:40:43.046212 [ 253 ] {6a5e94de-a1f8-4948-a562-6d4691a4dcd9} <Trace> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9631 | 2024.11.27 18:40:43.046469 [ 253 ] {6a5e94de-a1f8-4948-a562-6d4691a4dcd9} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00206 sec., 6796.116504854368 rows/sec., 489.23 KiB/sec. | ||
| 9632 | 2024.11.27 18:40:43.046537 [ 253 ] {6a5e94de-a1f8-4948-a562-6d4691a4dcd9} <Debug> TCPHandler: Processed in 0.002436666 sec. | ||
| 9633 | 2024.11.27 18:40:43.046788 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9634 | 2024.11.27 18:40:43.046996 [ 254 ] {fbb30e6d-7e22-477e-b9ca-e02fef4595e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9635 | 2024.11.27 18:40:43.047073 [ 254 ] {fbb30e6d-7e22-477e-b9ca-e02fef4595e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9636 | 2024.11.27 18:40:43.048023 [ 254 ] {fbb30e6d-7e22-477e-b9ca-e02fef4595e9} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9637 | 2024.11.27 18:40:43.048068 [ 254 ] {fbb30e6d-7e22-477e-b9ca-e02fef4595e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 9638 | 2024.11.27 18:40:43.048524 [ 254 ] {fbb30e6d-7e22-477e-b9ca-e02fef4595e9} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 9639 | 2024.11.27 18:40:43.048805 [ 254 ] {fbb30e6d-7e22-477e-b9ca-e02fef4595e9} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9640 | 2024.11.27 18:40:43.049034 [ 254 ] {fbb30e6d-7e22-477e-b9ca-e02fef4595e9} <Debug> executeQuery: Read 253 rows, 22.72 KiB in 0.002093 sec., 120879.12087912089 rows/sec., 10.60 MiB/sec. | ||
| 9641 | 2024.11.27 18:40:43.049093 [ 254 ] {fbb30e6d-7e22-477e-b9ca-e02fef4595e9} <Debug> TCPHandler: Processed in 0.002438316 sec. | ||
| 9642 | 2024.11.27 18:40:43.049247 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9643 | 2024.11.27 18:40:43.049372 [ 253 ] {edfb192f-fd7e-4229-871e-db5b4f44ee0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9644 | 2024.11.27 18:40:43.049427 [ 253 ] {edfb192f-fd7e-4229-871e-db5b4f44ee0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9645 | 2024.11.27 18:40:43.050070 [ 253 ] {edfb192f-fd7e-4229-871e-db5b4f44ee0b} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9646 | 2024.11.27 18:40:43.050112 [ 253 ] {edfb192f-fd7e-4229-871e-db5b4f44ee0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 9647 | 2024.11.27 18:40:43.050510 [ 253 ] {edfb192f-fd7e-4229-871e-db5b4f44ee0b} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 9648 | 2024.11.27 18:40:43.050749 [ 253 ] {edfb192f-fd7e-4229-871e-db5b4f44ee0b} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9649 | 2024.11.27 18:40:43.050926 [ 124 ] {} <Debug> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c) (MergerMutator): Selected 6 parts from all_1_60_12 to all_65_65_0 | ||
| 9650 | 2024.11.27 18:40:43.050990 [ 253 ] {edfb192f-fd7e-4229-871e-db5b4f44ee0b} <Debug> executeQuery: Read 32 rows, 2.34 KiB in 0.001642 sec., 19488.4287454324 rows/sec., 1.39 MiB/sec. | ||
| 9651 | 2024.11.27 18:40:43.051024 [ 124 ] {} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9652 | 2024.11.27 18:40:43.051115 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 9653 | 2024.11.27 18:40:43.051118 [ 253 ] {edfb192f-fd7e-4229-871e-db5b4f44ee0b} <Debug> TCPHandler: Processed in 0.001924589 sec. | ||
| 9654 | 2024.11.27 18:40:43.051387 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9655 | 2024.11.27 18:40:43.051774 [ 192 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::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 | ||
| 9656 | 2024.11.27 18:40:43.051803 [ 254 ] {24f8ed2f-14cf-412e-b54a-56e15d5ec3ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9657 | 2024.11.27 18:40:43.052039 [ 254 ] {24f8ed2f-14cf-412e-b54a-56e15d5ec3ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9658 | 2024.11.27 18:40:43.052442 [ 192 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_65_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9659 | 2024.11.27 18:40:43.052537 [ 192 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_60_12, total 66 rows starting from the beginning of the part | ||
| 9660 | 2024.11.27 18:40:43.052800 [ 192 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 32 rows starting from the beginning of the part | ||
| 9661 | 2024.11.27 18:40:43.053197 [ 192 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 16 rows starting from the beginning of the part | ||
| 9662 | 2024.11.27 18:40:43.053499 [ 192 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 32 rows starting from the beginning of the part | ||
| 9663 | 2024.11.27 18:40:43.053833 [ 192 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 16 rows starting from the beginning of the part | ||
| 9664 | 2024.11.27 18:40:43.054390 [ 192 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_65_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 32 rows starting from the beginning of the part | ||
| 9665 | 2024.11.27 18:40:43.055372 [ 254 ] {24f8ed2f-14cf-412e-b54a-56e15d5ec3ed} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9666 | 2024.11.27 18:40:43.055440 [ 254 ] {24f8ed2f-14cf-412e-b54a-56e15d5ec3ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 9667 | 2024.11.27 18:40:43.056367 [ 254 ] {24f8ed2f-14cf-412e-b54a-56e15d5ec3ed} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 9668 | 2024.11.27 18:40:43.056877 [ 254 ] {24f8ed2f-14cf-412e-b54a-56e15d5ec3ed} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9669 | 2024.11.27 18:40:43.057242 [ 196 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_65_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 194 rows, containing 5 columns (5 merged, 0 gathered) in 0.005928598 sec., 32722.744905287895 rows/sec., 2.47 MiB/sec. | ||
| 9670 | 2024.11.27 18:40:43.057442 [ 254 ] {24f8ed2f-14cf-412e-b54a-56e15d5ec3ed} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005788 sec., 2418.7975120939877 rows/sec., 169.40 KiB/sec. | ||
| 9671 | 2024.11.27 18:40:43.057550 [ 196 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_65_13} <Trace> MergedBlockOutputStream: filled checksums all_1_65_13 (state Temporary) | ||
| 9672 | 2024.11.27 18:40:43.057564 [ 254 ] {24f8ed2f-14cf-412e-b54a-56e15d5ec3ed} <Debug> TCPHandler: Processed in 0.006323443 sec. | ||
| 9673 | 2024.11.27 18:40:43.057867 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9674 | 2024.11.27 18:40:43.058064 [ 196 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_65_13} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Renaming temporary part tmp_merge_all_1_65_13 to all_1_65_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9675 | 2024.11.27 18:40:43.058170 [ 253 ] {bee5bfbe-f241-4716-9c8e-dc62af01d93b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 9676 | 2024.11.27 18:40:43.058232 [ 196 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_65_13} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c) (MergerMutator): Merged 6 parts: [all_1_60_12, all_65_65_0] -> all_1_65_13 | ||
| 9677 | 2024.11.27 18:40:43.058262 [ 253 ] {bee5bfbe-f241-4716-9c8e-dc62af01d93b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9678 | 2024.11.27 18:40:43.058451 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 9679 | 2024.11.27 18:40:43.059065 [ 253 ] {bee5bfbe-f241-4716-9c8e-dc62af01d93b} <Trace> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9680 | 2024.11.27 18:40:43.059110 [ 253 ] {bee5bfbe-f241-4716-9c8e-dc62af01d93b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 9681 | 2024.11.27 18:40:43.059471 [ 253 ] {bee5bfbe-f241-4716-9c8e-dc62af01d93b} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 9682 | 2024.11.27 18:40:43.059718 [ 253 ] {bee5bfbe-f241-4716-9c8e-dc62af01d93b} <Trace> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9683 | 2024.11.27 18:40:43.060010 [ 253 ] {bee5bfbe-f241-4716-9c8e-dc62af01d93b} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00194 sec., 6701.030927835051 rows/sec., 417.81 KiB/sec. | ||
| 9684 | 2024.11.27 18:40:43.060429 [ 253 ] {bee5bfbe-f241-4716-9c8e-dc62af01d93b} <Debug> TCPHandler: Processed in 0.00270536 sec. | ||
| 9685 | 2024.11.27 18:40:43.060732 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9686 | 2024.11.27 18:40:43.061158 [ 254 ] {3f4415db-915c-4b84-89bb-6d047c11c070} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9687 | 2024.11.27 18:40:43.061255 [ 254 ] {3f4415db-915c-4b84-89bb-6d047c11c070} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9688 | 2024.11.27 18:40:43.061994 [ 254 ] {3f4415db-915c-4b84-89bb-6d047c11c070} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9689 | 2024.11.27 18:40:43.062033 [ 254 ] {3f4415db-915c-4b84-89bb-6d047c11c070} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 9690 | 2024.11.27 18:40:43.062424 [ 254 ] {3f4415db-915c-4b84-89bb-6d047c11c070} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 9691 | 2024.11.27 18:40:43.062665 [ 254 ] {3f4415db-915c-4b84-89bb-6d047c11c070} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9692 | 2024.11.27 18:40:43.062896 [ 254 ] {3f4415db-915c-4b84-89bb-6d047c11c070} <Debug> executeQuery: Read 407 rows, 29.68 KiB in 0.001893 sec., 215002.64131008982 rows/sec., 15.31 MiB/sec. | ||
| 9693 | 2024.11.27 18:40:43.062951 [ 254 ] {3f4415db-915c-4b84-89bb-6d047c11c070} <Debug> TCPHandler: Processed in 0.002399095 sec. | ||
| 9694 | 2024.11.27 18:40:43.063109 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9695 | 2024.11.27 18:40:43.063248 [ 253 ] {9c6c25d9-24f1-4d5d-92ef-6c5897cb759b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 9696 | 2024.11.27 18:40:43.063309 [ 253 ] {9c6c25d9-24f1-4d5d-92ef-6c5897cb759b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9697 | 2024.11.27 18:40:43.063879 [ 253 ] {9c6c25d9-24f1-4d5d-92ef-6c5897cb759b} <Trace> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9698 | 2024.11.27 18:40:43.063925 [ 253 ] {9c6c25d9-24f1-4d5d-92ef-6c5897cb759b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 9699 | 2024.11.27 18:40:43.064303 [ 253 ] {9c6c25d9-24f1-4d5d-92ef-6c5897cb759b} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 9700 | 2024.11.27 18:40:43.064545 [ 253 ] {9c6c25d9-24f1-4d5d-92ef-6c5897cb759b} <Trace> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9701 | 2024.11.27 18:40:43.064769 [ 253 ] {9c6c25d9-24f1-4d5d-92ef-6c5897cb759b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001553 sec., 3863.4900193174503 rows/sec., 201.85 KiB/sec. | ||
| 9702 | 2024.11.27 18:40:43.064824 [ 253 ] {9c6c25d9-24f1-4d5d-92ef-6c5897cb759b} <Debug> TCPHandler: Processed in 0.001786947 sec. | ||
| 9703 | 2024.11.27 18:40:43.064970 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9704 | 2024.11.27 18:40:43.065107 [ 254 ] {557f2d09-87ab-4281-afec-e9230bea1fc6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9705 | 2024.11.27 18:40:43.065169 [ 254 ] {557f2d09-87ab-4281-afec-e9230bea1fc6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9706 | 2024.11.27 18:40:43.065855 [ 254 ] {557f2d09-87ab-4281-afec-e9230bea1fc6} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9707 | 2024.11.27 18:40:43.065902 [ 254 ] {557f2d09-87ab-4281-afec-e9230bea1fc6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 9708 | 2024.11.27 18:40:43.066324 [ 254 ] {557f2d09-87ab-4281-afec-e9230bea1fc6} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 9709 | 2024.11.27 18:40:43.066557 [ 254 ] {557f2d09-87ab-4281-afec-e9230bea1fc6} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9710 | 2024.11.27 18:40:43.066768 [ 254 ] {557f2d09-87ab-4281-afec-e9230bea1fc6} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001691 sec., 140153.755174453 rows/sec., 9.39 MiB/sec. | ||
| 9711 | 2024.11.27 18:40:43.066822 [ 254 ] {557f2d09-87ab-4281-afec-e9230bea1fc6} <Debug> TCPHandler: Processed in 0.001914669 sec. | ||
| 9712 | 2024.11.27 18:40:43.066962 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9713 | 2024.11.27 18:40:43.067090 [ 253 ] {715c02ca-92ca-41e0-b08e-e526a717103e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 9714 | 2024.11.27 18:40:43.067146 [ 253 ] {715c02ca-92ca-41e0-b08e-e526a717103e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 9715 | 2024.11.27 18:40:43.067629 [ 253 ] {715c02ca-92ca-41e0-b08e-e526a717103e} <Trace> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9716 | 2024.11.27 18:40:43.067669 [ 253 ] {715c02ca-92ca-41e0-b08e-e526a717103e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 9717 | 2024.11.27 18:40:43.068047 [ 253 ] {715c02ca-92ca-41e0-b08e-e526a717103e} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 9718 | 2024.11.27 18:40:43.068288 [ 253 ] {715c02ca-92ca-41e0-b08e-e526a717103e} <Trace> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9719 | 2024.11.27 18:40:43.068504 [ 253 ] {715c02ca-92ca-41e0-b08e-e526a717103e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001443 sec., 693.000693000693 rows/sec., 46.70 KiB/sec. | ||
| 9720 | 2024.11.27 18:40:43.068555 [ 253 ] {715c02ca-92ca-41e0-b08e-e526a717103e} <Debug> TCPHandler: Processed in 0.001651904 sec. | ||
| 9721 | 2024.11.27 18:40:43.068697 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9722 | 2024.11.27 18:40:43.068811 [ 254 ] {b2cf52cd-ca4f-4780-9f47-f90c693b77a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9723 | 2024.11.27 18:40:43.068892 [ 254 ] {b2cf52cd-ca4f-4780-9f47-f90c693b77a4} <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 | ||
| 9724 | 2024.11.27 18:40:43.070175 [ 254 ] {b2cf52cd-ca4f-4780-9f47-f90c693b77a4} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9725 | 2024.11.27 18:40:43.070215 [ 254 ] {b2cf52cd-ca4f-4780-9f47-f90c693b77a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 9726 | 2024.11.27 18:40:43.070850 [ 254 ] {b2cf52cd-ca4f-4780-9f47-f90c693b77a4} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 9727 | 2024.11.27 18:40:43.071107 [ 254 ] {b2cf52cd-ca4f-4780-9f47-f90c693b77a4} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9728 | 2024.11.27 18:40:43.071370 [ 254 ] {b2cf52cd-ca4f-4780-9f47-f90c693b77a4} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.002583 sec., 9678.668215253581 rows/sec., 17.34 MiB/sec. | ||
| 9729 | 2024.11.27 18:40:43.071476 [ 254 ] {b2cf52cd-ca4f-4780-9f47-f90c693b77a4} <Debug> TCPHandler: Processed in 0.002837753 sec. | ||
| 9730 | 2024.11.27 18:40:43.071629 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9731 | 2024.11.27 18:40:43.071768 [ 253 ] {e886c3ae-48c9-451f-a4dc-a13540938378} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9732 | 2024.11.27 18:40:43.071829 [ 253 ] {e886c3ae-48c9-451f-a4dc-a13540938378} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9733 | 2024.11.27 18:40:43.072329 [ 253 ] {e886c3ae-48c9-451f-a4dc-a13540938378} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9734 | 2024.11.27 18:40:43.072369 [ 253 ] {e886c3ae-48c9-451f-a4dc-a13540938378} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 9735 | 2024.11.27 18:40:43.072744 [ 253 ] {e886c3ae-48c9-451f-a4dc-a13540938378} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 9736 | 2024.11.27 18:40:43.072987 [ 253 ] {e886c3ae-48c9-451f-a4dc-a13540938378} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9737 | 2024.11.27 18:40:43.073209 [ 253 ] {e886c3ae-48c9-451f-a4dc-a13540938378} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001472 sec., 55706.52173913043 rows/sec., 3.54 MiB/sec. | ||
| 9738 | 2024.11.27 18:40:43.073275 [ 253 ] {e886c3ae-48c9-451f-a4dc-a13540938378} <Debug> TCPHandler: Processed in 0.001715965 sec. | ||
| 9739 | 2024.11.27 18:40:44.122445 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 377 | ||
| 9740 | 2024.11.27 18:40:44.143493 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9741 | 2024.11.27 18:40:44.143545 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 9742 | 2024.11.27 18:40:44.150758 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 9743 | 2024.11.27 18:40:44.151515 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9744 | 2024.11.27 18:40:44.155178 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 377 | ||
| 9745 | 2024.11.27 18:40:47.601638 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1374 | ||
| 9746 | 2024.11.27 18:40:47.604861 [ 242 ] {} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9747 | 2024.11.27 18:40:47.604921 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 9748 | 2024.11.27 18:40:47.606445 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 9749 | 2024.11.27 18:40:47.606764 [ 242 ] {} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9750 | 2024.11.27 18:40:47.607423 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1374 | ||
| 9751 | 2024.11.27 18:40:48.069066 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9752 | 2024.11.27 18:40:48.069284 [ 253 ] {7ecfc59e-b674-4d9e-90b5-848030c4022b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 9753 | 2024.11.27 18:40:48.069370 [ 253 ] {7ecfc59e-b674-4d9e-90b5-848030c4022b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 9754 | 2024.11.27 18:40:48.070240 [ 253 ] {7ecfc59e-b674-4d9e-90b5-848030c4022b} <Trace> oximeter.fields_ipaddr (53955b2a-eb56-41e3-a1fe-af6ea47fe91e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9755 | 2024.11.27 18:40:48.070294 [ 253 ] {7ecfc59e-b674-4d9e-90b5-848030c4022b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 9756 | 2024.11.27 18:40:48.070737 [ 253 ] {7ecfc59e-b674-4d9e-90b5-848030c4022b} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 9757 | 2024.11.27 18:40:48.070997 [ 253 ] {7ecfc59e-b674-4d9e-90b5-848030c4022b} <Trace> oximeter.fields_ipaddr (53955b2a-eb56-41e3-a1fe-af6ea47fe91e): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9758 | 2024.11.27 18:40:48.071228 [ 253 ] {7ecfc59e-b674-4d9e-90b5-848030c4022b} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.001984 sec., 4032.258064516129 rows/sec., 328.80 KiB/sec. | ||
| 9759 | 2024.11.27 18:40:48.071338 [ 253 ] {7ecfc59e-b674-4d9e-90b5-848030c4022b} <Debug> TCPHandler: Processed in 0.002411436 sec. | ||
| 9760 | 2024.11.27 18:40:48.071642 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9761 | 2024.11.27 18:40:48.071851 [ 254 ] {f7853dac-693b-47ea-92f2-c46b4df51102} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9762 | 2024.11.27 18:40:48.071929 [ 254 ] {f7853dac-693b-47ea-92f2-c46b4df51102} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9763 | 2024.11.27 18:40:48.073344 [ 254 ] {f7853dac-693b-47ea-92f2-c46b4df51102} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9764 | 2024.11.27 18:40:48.073390 [ 254 ] {f7853dac-693b-47ea-92f2-c46b4df51102} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 9765 | 2024.11.27 18:40:48.073910 [ 254 ] {f7853dac-693b-47ea-92f2-c46b4df51102} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 9766 | 2024.11.27 18:40:48.074178 [ 254 ] {f7853dac-693b-47ea-92f2-c46b4df51102} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9767 | 2024.11.27 18:40:48.074432 [ 254 ] {f7853dac-693b-47ea-92f2-c46b4df51102} <Debug> executeQuery: Read 1232 rows, 103.81 KiB in 0.002636 sec., 467374.81031866465 rows/sec., 38.46 MiB/sec. | ||
| 9768 | 2024.11.27 18:40:48.074528 [ 254 ] {f7853dac-693b-47ea-92f2-c46b4df51102} <Debug> TCPHandler: Processed in 0.003060265 sec. | ||
| 9769 | 2024.11.27 18:40:48.074736 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9770 | 2024.11.27 18:40:48.074887 [ 253 ] {ac3d6378-3ade-4a40-ba9e-5d581dec2cde} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9771 | 2024.11.27 18:40:48.074952 [ 253 ] {ac3d6378-3ade-4a40-ba9e-5d581dec2cde} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9772 | 2024.11.27 18:40:48.075569 [ 253 ] {ac3d6378-3ade-4a40-ba9e-5d581dec2cde} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9773 | 2024.11.27 18:40:48.075609 [ 253 ] {ac3d6378-3ade-4a40-ba9e-5d581dec2cde} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 9774 | 2024.11.27 18:40:48.076004 [ 253 ] {ac3d6378-3ade-4a40-ba9e-5d581dec2cde} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 9775 | 2024.11.27 18:40:48.076255 [ 253 ] {ac3d6378-3ade-4a40-ba9e-5d581dec2cde} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9776 | 2024.11.27 18:40:48.076454 [ 253 ] {ac3d6378-3ade-4a40-ba9e-5d581dec2cde} <Debug> executeQuery: Read 24 rows, 1.76 KiB in 0.001604 sec., 14962.593516209477 rows/sec., 1.07 MiB/sec. | ||
| 9777 | 2024.11.27 18:40:48.076540 [ 253 ] {ac3d6378-3ade-4a40-ba9e-5d581dec2cde} <Debug> TCPHandler: Processed in 0.001904728 sec. | ||
| 9778 | 2024.11.27 18:40:48.076767 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9779 | 2024.11.27 18:40:48.076951 [ 254 ] {de9e6c4b-49eb-41cb-b4e5-2583110879ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9780 | 2024.11.27 18:40:48.077012 [ 254 ] {de9e6c4b-49eb-41cb-b4e5-2583110879ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9781 | 2024.11.27 18:40:48.077748 [ 254 ] {de9e6c4b-49eb-41cb-b4e5-2583110879ed} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9782 | 2024.11.27 18:40:48.077789 [ 254 ] {de9e6c4b-49eb-41cb-b4e5-2583110879ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 9783 | 2024.11.27 18:40:48.078174 [ 254 ] {de9e6c4b-49eb-41cb-b4e5-2583110879ed} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 9784 | 2024.11.27 18:40:48.078418 [ 254 ] {de9e6c4b-49eb-41cb-b4e5-2583110879ed} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9785 | 2024.11.27 18:40:48.078603 [ 117 ] {} <Debug> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 9786 | 2024.11.27 18:40:48.078675 [ 117 ] {} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9787 | 2024.11.27 18:40:48.078673 [ 254 ] {de9e6c4b-49eb-41cb-b4e5-2583110879ed} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001747 sec., 130509.44476244992 rows/sec., 8.84 MiB/sec. | ||
| 9788 | 2024.11.27 18:40:48.078718 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 9789 | 2024.11.27 18:40:48.078850 [ 254 ] {de9e6c4b-49eb-41cb-b4e5-2583110879ed} <Debug> TCPHandler: Processed in 0.002214753 sec. | ||
| 9790 | 2024.11.27 18:40:48.079048 [ 199 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::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 | ||
| 9791 | 2024.11.27 18:40:48.079195 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9792 | 2024.11.27 18:40:48.079573 [ 199 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9793 | 2024.11.27 18:40:48.079593 [ 253 ] {0912caf8-d9cb-4f60-8d14-0c9359c809e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9794 | 2024.11.27 18:40:48.079643 [ 199 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 242 rows starting from the beginning of the part | ||
| 9795 | 2024.11.27 18:40:48.079691 [ 253 ] {0912caf8-d9cb-4f60-8d14-0c9359c809e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9796 | 2024.11.27 18:40:48.080051 [ 199 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 228 rows starting from the beginning of the part | ||
| 9797 | 2024.11.27 18:40:48.080378 [ 199 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 14 rows starting from the beginning of the part | ||
| 9798 | 2024.11.27 18:40:48.080735 [ 199 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 14 rows starting from the beginning of the part | ||
| 9799 | 2024.11.27 18:40:48.081153 [ 199 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 14 rows starting from the beginning of the part | ||
| 9800 | 2024.11.27 18:40:48.081467 [ 199 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 228 rows starting from the beginning of the part | ||
| 9801 | 2024.11.27 18:40:48.082637 [ 253 ] {0912caf8-d9cb-4f60-8d14-0c9359c809e1} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9802 | 2024.11.27 18:40:48.082691 [ 253 ] {0912caf8-d9cb-4f60-8d14-0c9359c809e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 9803 | 2024.11.27 18:40:48.083331 [ 253 ] {0912caf8-d9cb-4f60-8d14-0c9359c809e1} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 9804 | 2024.11.27 18:40:48.083607 [ 200 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 740 rows, containing 5 columns (5 merged, 0 gathered) in 0.004740951 sec., 156086.82730532333 rows/sec., 11.17 MiB/sec. | ||
| 9805 | 2024.11.27 18:40:48.083751 [ 253 ] {0912caf8-d9cb-4f60-8d14-0c9359c809e1} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9806 | 2024.11.27 18:40:48.084071 [ 200 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 9807 | 2024.11.27 18:40:48.084084 [ 253 ] {0912caf8-d9cb-4f60-8d14-0c9359c809e1} <Debug> executeQuery: Read 544 rows, 41.34 KiB in 0.004591 sec., 118492.70311478982 rows/sec., 8.79 MiB/sec. | ||
| 9808 | 2024.11.27 18:40:48.084310 [ 253 ] {0912caf8-d9cb-4f60-8d14-0c9359c809e1} <Debug> TCPHandler: Processed in 0.005334868 sec. | ||
| 9809 | 2024.11.27 18:40:48.084497 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9810 | 2024.11.27 18:40:48.084677 [ 200 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_41_8} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9811 | 2024.11.27 18:40:48.084717 [ 254 ] {da624b4d-3e8b-411a-afc4-93ad722a8cbb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9812 | 2024.11.27 18:40:48.084823 [ 254 ] {da624b4d-3e8b-411a-afc4-93ad722a8cbb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9813 | 2024.11.27 18:40:48.084844 [ 200 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_41_8} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 9814 | 2024.11.27 18:40:48.085036 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 9815 | 2024.11.27 18:40:48.085775 [ 254 ] {da624b4d-3e8b-411a-afc4-93ad722a8cbb} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9816 | 2024.11.27 18:40:48.085818 [ 254 ] {da624b4d-3e8b-411a-afc4-93ad722a8cbb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 9817 | 2024.11.27 18:40:48.086275 [ 254 ] {da624b4d-3e8b-411a-afc4-93ad722a8cbb} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 9818 | 2024.11.27 18:40:48.086524 [ 254 ] {da624b4d-3e8b-411a-afc4-93ad722a8cbb} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9819 | 2024.11.27 18:40:48.086737 [ 254 ] {da624b4d-3e8b-411a-afc4-93ad722a8cbb} <Debug> executeQuery: Read 884 rows, 60.91 KiB in 0.002076 sec., 425818.8824662813 rows/sec., 28.65 MiB/sec. | ||
| 9820 | 2024.11.27 18:40:48.086796 [ 254 ] {da624b4d-3e8b-411a-afc4-93ad722a8cbb} <Debug> TCPHandler: Processed in 0.002379025 sec. | ||
| 9821 | 2024.11.27 18:40:48.086953 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9822 | 2024.11.27 18:40:48.087096 [ 253 ] {23ace4bb-3945-43a5-975f-57ad9156e047} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 9823 | 2024.11.27 18:40:48.087190 [ 253 ] {23ace4bb-3945-43a5-975f-57ad9156e047} <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 | ||
| 9824 | 2024.11.27 18:40:48.088452 [ 253 ] {23ace4bb-3945-43a5-975f-57ad9156e047} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9825 | 2024.11.27 18:40:48.088490 [ 253 ] {23ace4bb-3945-43a5-975f-57ad9156e047} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 9826 | 2024.11.27 18:40:48.089150 [ 253 ] {23ace4bb-3945-43a5-975f-57ad9156e047} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 9827 | 2024.11.27 18:40:48.089414 [ 253 ] {23ace4bb-3945-43a5-975f-57ad9156e047} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9828 | 2024.11.27 18:40:48.089561 [ 117 ] {} <Debug> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 9829 | 2024.11.27 18:40:48.089606 [ 117 ] {} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9830 | 2024.11.27 18:40:48.089627 [ 253 ] {23ace4bb-3945-43a5-975f-57ad9156e047} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002561 sec., 6247.559547051933 rows/sec., 11.20 MiB/sec. | ||
| 9831 | 2024.11.27 18:40:48.089635 [ 117 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 9832 | 2024.11.27 18:40:48.089865 [ 253 ] {23ace4bb-3945-43a5-975f-57ad9156e047} <Debug> TCPHandler: Processed in 0.002976244 sec. | ||
| 9833 | 2024.11.27 18:40:48.089873 [ 190 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::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 | ||
| 9834 | 2024.11.27 18:40:48.090077 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9835 | 2024.11.27 18:40:48.090384 [ 254 ] {716bfc30-2be6-46f3-975b-ae250a0c9c01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 9836 | 2024.11.27 18:40:48.090390 [ 190 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9837 | 2024.11.27 18:40:48.090512 [ 254 ] {716bfc30-2be6-46f3-975b-ae250a0c9c01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 9838 | 2024.11.27 18:40:48.090534 [ 190 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 1273 rows starting from the beginning of the part | ||
| 9839 | 2024.11.27 18:40:48.091408 [ 190 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 16 rows starting from the beginning of the part | ||
| 9840 | 2024.11.27 18:40:48.091919 [ 190 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 25 rows starting from the beginning of the part | ||
| 9841 | 2024.11.27 18:40:48.092639 [ 190 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 16 rows starting from the beginning of the part | ||
| 9842 | 2024.11.27 18:40:48.092876 [ 254 ] {716bfc30-2be6-46f3-975b-ae250a0c9c01} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9843 | 2024.11.27 18:40:48.093019 [ 254 ] {716bfc30-2be6-46f3-975b-ae250a0c9c01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 9844 | 2024.11.27 18:40:48.093231 [ 190 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 25 rows starting from the beginning of the part | ||
| 9845 | 2024.11.27 18:40:48.093826 [ 190 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 16 rows starting from the beginning of the part | ||
| 9846 | 2024.11.27 18:40:48.094714 [ 254 ] {716bfc30-2be6-46f3-975b-ae250a0c9c01} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 9847 | 2024.11.27 18:40:48.095279 [ 254 ] {716bfc30-2be6-46f3-975b-ae250a0c9c01} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9848 | 2024.11.27 18:40:48.095896 [ 254 ] {716bfc30-2be6-46f3-975b-ae250a0c9c01} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005607 sec., 10700.909577314073 rows/sec., 738.47 KiB/sec. | ||
| 9849 | 2024.11.27 18:40:48.096118 [ 254 ] {716bfc30-2be6-46f3-975b-ae250a0c9c01} <Debug> TCPHandler: Processed in 0.006166792 sec. | ||
| 9850 | 2024.11.27 18:40:48.102498 [ 200 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1371 rows, containing 19 columns (19 merged, 0 gathered) in 0.012773379 sec., 107332.60165536465 rows/sec., 192.34 MiB/sec. | ||
| 9851 | 2024.11.27 18:40:48.104180 [ 200 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 9852 | 2024.11.27 18:40:48.104622 [ 200 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_66_13} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9853 | 2024.11.27 18:40:48.104712 [ 200 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_66_13} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 9854 | 2024.11.27 18:40:48.104886 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.62 MiB. | ||
| 9855 | 2024.11.27 18:40:49.000210 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 228.83 MiB, peak 240.40 MiB, free memory in arenas 0.00 B, will set to 231.13 MiB (RSS), difference: 2.29 MiB | ||
| 9856 | 2024.11.27 18:40:49.977142 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 23363 | ||
| 9857 | 2024.11.27 18:40:49.977883 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9858 | 2024.11.27 18:40:49.977942 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 9859 | 2024.11.27 18:40:49.978501 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 9860 | 2024.11.27 18:40:49.978761 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9861 | 2024.11.27 18:40:49.979001 [ 113 ] {} <Debug> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 9862 | 2024.11.27 18:40:49.979025 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23363 | ||
| 9863 | 2024.11.27 18:40:49.979092 [ 113 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9864 | 2024.11.27 18:40:49.979128 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 9865 | 2024.11.27 18:40:49.979324 [ 187 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::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 | ||
| 9866 | 2024.11.27 18:40:49.979708 [ 187 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9867 | 2024.11.27 18:40:49.979819 [ 187 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_46_9, total 21106 rows starting from the beginning of the part | ||
| 9868 | 2024.11.27 18:40:49.980015 [ 187 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 427 rows starting from the beginning of the part | ||
| 9869 | 2024.11.27 18:40:49.980174 [ 187 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 488 rows starting from the beginning of the part | ||
| 9870 | 2024.11.27 18:40:49.980358 [ 187 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 427 rows starting from the beginning of the part | ||
| 9871 | 2024.11.27 18:40:49.980598 [ 187 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 488 rows starting from the beginning of the part | ||
| 9872 | 2024.11.27 18:40:49.980830 [ 187 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 427 rows starting from the beginning of the part | ||
| 9873 | 2024.11.27 18:40:49.983296 [ 200 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 23363 rows, containing 4 columns (4 merged, 0 gathered) in 0.004093191 sec., 5707771.760467567 rows/sec., 81.65 MiB/sec. | ||
| 9874 | 2024.11.27 18:40:49.983796 [ 194 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 9875 | 2024.11.27 18:40:49.984193 [ 194 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_51_10} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9876 | 2024.11.27 18:40:49.984293 [ 194 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_51_10} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 9877 | 2024.11.27 18:40:49.984415 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.71 MiB. | ||
| 9878 | 2024.11.27 18:40:51.655265 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 385 | ||
| 9879 | 2024.11.27 18:40:51.676778 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9880 | 2024.11.27 18:40:51.676830 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 9881 | 2024.11.27 18:40:51.684089 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 9882 | 2024.11.27 18:40:51.684854 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9883 | 2024.11.27 18:40:51.685153 [ 111 ] {} <Debug> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 9884 | 2024.11.27 18:40:51.685231 [ 111 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9885 | 2024.11.27 18:40:51.685280 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 9886 | 2024.11.27 18:40:51.685552 [ 188 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::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 | ||
| 9887 | 2024.11.27 18:40:51.693845 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 385 | ||
| 9888 | 2024.11.27 18:40:51.695157 [ 188 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9889 | 2024.11.27 18:40:51.696053 [ 188 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 347 rows starting from the beginning of the part | ||
| 9890 | 2024.11.27 18:40:51.700704 [ 188 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 8 rows starting from the beginning of the part | ||
| 9891 | 2024.11.27 18:40:51.705343 [ 188 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 7 rows starting from the beginning of the part | ||
| 9892 | 2024.11.27 18:40:51.710226 [ 188 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 8 rows starting from the beginning of the part | ||
| 9893 | 2024.11.27 18:40:51.715514 [ 188 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 7 rows starting from the beginning of the part | ||
| 9894 | 2024.11.27 18:40:51.719927 [ 188 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 8 rows starting from the beginning of the part | ||
| 9895 | 2024.11.27 18:40:51.779753 [ 198 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 385 rows, containing 679 columns (679 merged, 0 gathered) in 0.094372778 sec., 4079.566249496226 rows/sec., 21.09 MiB/sec. | ||
| 9896 | 2024.11.27 18:40:51.783113 [ 201 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 9897 | 2024.11.27 18:40:51.786202 [ 201 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_51_10} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9898 | 2024.11.27 18:40:51.786351 [ 201 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_51_10} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 9899 | 2024.11.27 18:40:51.788885 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.96 MiB. | ||
| 9900 | 2024.11.27 18:40:53.044733 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9901 | 2024.11.27 18:40:53.044930 [ 253 ] {715b5b6d-8742-45b0-897d-9c6e2369ffca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 9902 | 2024.11.27 18:40:53.045007 [ 253 ] {715b5b6d-8742-45b0-897d-9c6e2369ffca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 9903 | 2024.11.27 18:40:53.045889 [ 253 ] {715b5b6d-8742-45b0-897d-9c6e2369ffca} <Trace> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9904 | 2024.11.27 18:40:53.045948 [ 253 ] {715b5b6d-8742-45b0-897d-9c6e2369ffca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 9905 | 2024.11.27 18:40:53.046429 [ 253 ] {715b5b6d-8742-45b0-897d-9c6e2369ffca} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 9906 | 2024.11.27 18:40:53.046696 [ 253 ] {715b5b6d-8742-45b0-897d-9c6e2369ffca} <Trace> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9907 | 2024.11.27 18:40:53.046845 [ 109 ] {} <Debug> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb) (MergerMutator): Selected 5 parts from all_1_26_6 to all_30_30_0 | ||
| 9908 | 2024.11.27 18:40:53.046892 [ 109 ] {} <Trace> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9909 | 2024.11.27 18:40:53.046918 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 9910 | 2024.11.27 18:40:53.046918 [ 253 ] {715b5b6d-8742-45b0-897d-9c6e2369ffca} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00204 sec., 6862.745098039215 rows/sec., 494.03 KiB/sec. | ||
| 9911 | 2024.11.27 18:40:53.047204 [ 253 ] {715b5b6d-8742-45b0-897d-9c6e2369ffca} <Debug> TCPHandler: Processed in 0.002592139 sec. | ||
| 9912 | 2024.11.27 18:40:53.047349 [ 193 ] {17effacc-4e38-4bb0-b3f7-e2a659fcc7fb::all_1_30_7} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_26_6 to all_30_30_0 into Compact with storage Full | ||
| 9913 | 2024.11.27 18:40:53.047639 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9914 | 2024.11.27 18:40:53.048176 [ 193 ] {17effacc-4e38-4bb0-b3f7-e2a659fcc7fb::all_1_30_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9915 | 2024.11.27 18:40:53.048207 [ 254 ] {406ef2f9-e052-4041-be9f-1e5e3ebf4732} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 9916 | 2024.11.27 18:40:53.048295 [ 193 ] {17effacc-4e38-4bb0-b3f7-e2a659fcc7fb::all_1_30_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_6, total 14 rows starting from the beginning of the part | ||
| 9917 | 2024.11.27 18:40:53.048359 [ 254 ] {406ef2f9-e052-4041-be9f-1e5e3ebf4732} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 9918 | 2024.11.27 18:40:53.048650 [ 193 ] {17effacc-4e38-4bb0-b3f7-e2a659fcc7fb::all_1_30_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 14 rows starting from the beginning of the part | ||
| 9919 | 2024.11.27 18:40:53.048921 [ 193 ] {17effacc-4e38-4bb0-b3f7-e2a659fcc7fb::all_1_30_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 14 rows starting from the beginning of the part | ||
| 9920 | 2024.11.27 18:40:53.049279 [ 193 ] {17effacc-4e38-4bb0-b3f7-e2a659fcc7fb::all_1_30_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 14 rows starting from the beginning of the part | ||
| 9921 | 2024.11.27 18:40:53.049726 [ 193 ] {17effacc-4e38-4bb0-b3f7-e2a659fcc7fb::all_1_30_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 14 rows starting from the beginning of the part | ||
| 9922 | 2024.11.27 18:40:53.051524 [ 254 ] {406ef2f9-e052-4041-be9f-1e5e3ebf4732} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9923 | 2024.11.27 18:40:53.051602 [ 254 ] {406ef2f9-e052-4041-be9f-1e5e3ebf4732} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 9924 | 2024.11.27 18:40:53.052514 [ 198 ] {17effacc-4e38-4bb0-b3f7-e2a659fcc7fb::all_1_30_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.005477432 sec., 12779.711368393071 rows/sec., 969.89 KiB/sec. | ||
| 9925 | 2024.11.27 18:40:53.052745 [ 254 ] {406ef2f9-e052-4041-be9f-1e5e3ebf4732} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 9926 | 2024.11.27 18:40:53.052849 [ 198 ] {17effacc-4e38-4bb0-b3f7-e2a659fcc7fb::all_1_30_7} <Trace> MergedBlockOutputStream: filled checksums all_1_30_7 (state Temporary) | ||
| 9927 | 2024.11.27 18:40:53.053237 [ 254 ] {406ef2f9-e052-4041-be9f-1e5e3ebf4732} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9928 | 2024.11.27 18:40:53.053639 [ 198 ] {17effacc-4e38-4bb0-b3f7-e2a659fcc7fb::all_1_30_7} <Trace> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb): Renaming temporary part tmp_merge_all_1_30_7 to all_1_30_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9929 | 2024.11.27 18:40:53.053672 [ 254 ] {406ef2f9-e052-4041-be9f-1e5e3ebf4732} <Debug> executeQuery: Read 253 rows, 22.72 KiB in 0.005681 sec., 44534.41295546559 rows/sec., 3.91 MiB/sec. | ||
| 9930 | 2024.11.27 18:40:53.053834 [ 254 ] {406ef2f9-e052-4041-be9f-1e5e3ebf4732} <Debug> TCPHandler: Processed in 0.006440575 sec. | ||
| 9931 | 2024.11.27 18:40:53.053845 [ 198 ] {17effacc-4e38-4bb0-b3f7-e2a659fcc7fb::all_1_30_7} <Trace> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb) (MergerMutator): Merged 5 parts: [all_1_26_6, all_30_30_0] -> all_1_30_7 | ||
| 9932 | 2024.11.27 18:40:53.053997 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 9933 | 2024.11.27 18:40:53.054035 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9934 | 2024.11.27 18:40:53.054178 [ 253 ] {869046ab-8f41-427f-9262-d5d88ef8c4eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 9935 | 2024.11.27 18:40:53.054240 [ 253 ] {869046ab-8f41-427f-9262-d5d88ef8c4eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 9936 | 2024.11.27 18:40:53.054950 [ 253 ] {869046ab-8f41-427f-9262-d5d88ef8c4eb} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9937 | 2024.11.27 18:40:53.054996 [ 253 ] {869046ab-8f41-427f-9262-d5d88ef8c4eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 9938 | 2024.11.27 18:40:53.055392 [ 253 ] {869046ab-8f41-427f-9262-d5d88ef8c4eb} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 9939 | 2024.11.27 18:40:53.055631 [ 253 ] {869046ab-8f41-427f-9262-d5d88ef8c4eb} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9940 | 2024.11.27 18:40:53.055811 [ 253 ] {869046ab-8f41-427f-9262-d5d88ef8c4eb} <Debug> executeQuery: Read 32 rows, 2.34 KiB in 0.00167 sec., 19161.676646706586 rows/sec., 1.37 MiB/sec. | ||
| 9941 | 2024.11.27 18:40:53.055864 [ 253 ] {869046ab-8f41-427f-9262-d5d88ef8c4eb} <Debug> TCPHandler: Processed in 0.001913228 sec. | ||
| 9942 | 2024.11.27 18:40:53.056010 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9943 | 2024.11.27 18:40:53.056125 [ 254 ] {e735c184-1c8f-4ef6-b784-8496752ab923} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 9944 | 2024.11.27 18:40:53.056175 [ 254 ] {e735c184-1c8f-4ef6-b784-8496752ab923} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 9945 | 2024.11.27 18:40:53.056890 [ 254 ] {e735c184-1c8f-4ef6-b784-8496752ab923} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9946 | 2024.11.27 18:40:53.056938 [ 254 ] {e735c184-1c8f-4ef6-b784-8496752ab923} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 9947 | 2024.11.27 18:40:53.057354 [ 254 ] {e735c184-1c8f-4ef6-b784-8496752ab923} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 9948 | 2024.11.27 18:40:53.057601 [ 254 ] {e735c184-1c8f-4ef6-b784-8496752ab923} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9949 | 2024.11.27 18:40:53.057820 [ 254 ] {e735c184-1c8f-4ef6-b784-8496752ab923} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001718 sec., 8149.010477299185 rows/sec., 570.70 KiB/sec. | ||
| 9950 | 2024.11.27 18:40:53.057872 [ 254 ] {e735c184-1c8f-4ef6-b784-8496752ab923} <Debug> TCPHandler: Processed in 0.001919758 sec. | ||
| 9951 | 2024.11.27 18:40:53.058020 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9952 | 2024.11.27 18:40:53.058143 [ 253 ] {65dc24ac-5691-4b02-83a3-395a71a0794a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 9953 | 2024.11.27 18:40:53.058194 [ 253 ] {65dc24ac-5691-4b02-83a3-395a71a0794a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 9954 | 2024.11.27 18:40:53.058875 [ 253 ] {65dc24ac-5691-4b02-83a3-395a71a0794a} <Trace> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9955 | 2024.11.27 18:40:53.058920 [ 253 ] {65dc24ac-5691-4b02-83a3-395a71a0794a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 9956 | 2024.11.27 18:40:53.059332 [ 253 ] {65dc24ac-5691-4b02-83a3-395a71a0794a} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 9957 | 2024.11.27 18:40:53.059563 [ 253 ] {65dc24ac-5691-4b02-83a3-395a71a0794a} <Trace> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9958 | 2024.11.27 18:40:53.059686 [ 109 ] {} <Debug> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297) (MergerMutator): Selected 5 parts from all_1_26_6 to all_30_30_0 | ||
| 9959 | 2024.11.27 18:40:53.059731 [ 109 ] {} <Trace> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9960 | 2024.11.27 18:40:53.059752 [ 253 ] {65dc24ac-5691-4b02-83a3-395a71a0794a} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001634 sec., 7955.936352509179 rows/sec., 496.05 KiB/sec. | ||
| 9961 | 2024.11.27 18:40:53.059758 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 9962 | 2024.11.27 18:40:53.059872 [ 253 ] {65dc24ac-5691-4b02-83a3-395a71a0794a} <Debug> TCPHandler: Processed in 0.001904588 sec. | ||
| 9963 | 2024.11.27 18:40:53.059956 [ 197 ] {570c97a2-0b60-44ce-bbb0-1d06000f2297::all_1_30_7} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_26_6 to all_30_30_0 into Compact with storage Full | ||
| 9964 | 2024.11.27 18:40:53.060071 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9965 | 2024.11.27 18:40:53.060133 [ 197 ] {570c97a2-0b60-44ce-bbb0-1d06000f2297::all_1_30_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 9966 | 2024.11.27 18:40:53.060200 [ 197 ] {570c97a2-0b60-44ce-bbb0-1d06000f2297::all_1_30_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_6, total 13 rows starting from the beginning of the part | ||
| 9967 | 2024.11.27 18:40:53.060296 [ 254 ] {7d33c50f-f990-49d1-a459-bf53edf82331} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 9968 | 2024.11.27 18:40:53.060459 [ 197 ] {570c97a2-0b60-44ce-bbb0-1d06000f2297::all_1_30_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 13 rows starting from the beginning of the part | ||
| 9969 | 2024.11.27 18:40:53.060473 [ 254 ] {7d33c50f-f990-49d1-a459-bf53edf82331} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 9970 | 2024.11.27 18:40:53.060863 [ 197 ] {570c97a2-0b60-44ce-bbb0-1d06000f2297::all_1_30_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 13 rows starting from the beginning of the part | ||
| 9971 | 2024.11.27 18:40:53.061272 [ 197 ] {570c97a2-0b60-44ce-bbb0-1d06000f2297::all_1_30_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 13 rows starting from the beginning of the part | ||
| 9972 | 2024.11.27 18:40:53.061692 [ 197 ] {570c97a2-0b60-44ce-bbb0-1d06000f2297::all_1_30_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 13 rows starting from the beginning of the part | ||
| 9973 | 2024.11.27 18:40:53.063789 [ 254 ] {7d33c50f-f990-49d1-a459-bf53edf82331} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9974 | 2024.11.27 18:40:53.063864 [ 254 ] {7d33c50f-f990-49d1-a459-bf53edf82331} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 9975 | 2024.11.27 18:40:53.064428 [ 198 ] {570c97a2-0b60-44ce-bbb0-1d06000f2297::all_1_30_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004578318 sec., 14197.353700638532 rows/sec., 940.66 KiB/sec. | ||
| 9976 | 2024.11.27 18:40:53.064642 [ 198 ] {570c97a2-0b60-44ce-bbb0-1d06000f2297::all_1_30_7} <Trace> MergedBlockOutputStream: filled checksums all_1_30_7 (state Temporary) | ||
| 9977 | 2024.11.27 18:40:53.064868 [ 254 ] {7d33c50f-f990-49d1-a459-bf53edf82331} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 9978 | 2024.11.27 18:40:53.065144 [ 198 ] {570c97a2-0b60-44ce-bbb0-1d06000f2297::all_1_30_7} <Trace> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297): Renaming temporary part tmp_merge_all_1_30_7 to all_1_30_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9979 | 2024.11.27 18:40:53.065288 [ 198 ] {570c97a2-0b60-44ce-bbb0-1d06000f2297::all_1_30_7} <Trace> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297) (MergerMutator): Merged 5 parts: [all_1_26_6, all_30_30_0] -> all_1_30_7 | ||
| 9980 | 2024.11.27 18:40:53.065300 [ 254 ] {7d33c50f-f990-49d1-a459-bf53edf82331} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9981 | 2024.11.27 18:40:53.065445 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 9982 | 2024.11.27 18:40:53.065657 [ 254 ] {7d33c50f-f990-49d1-a459-bf53edf82331} <Debug> executeQuery: Read 407 rows, 29.68 KiB in 0.005436 sec., 74871.22884473878 rows/sec., 5.33 MiB/sec. | ||
| 9983 | 2024.11.27 18:40:53.065725 [ 254 ] {7d33c50f-f990-49d1-a459-bf53edf82331} <Debug> TCPHandler: Processed in 0.005735855 sec. | ||
| 9984 | 2024.11.27 18:40:53.065904 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9985 | 2024.11.27 18:40:53.066051 [ 253 ] {a5dea9bc-27d6-4496-bf76-581d9c6af5b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 9986 | 2024.11.27 18:40:53.066119 [ 253 ] {a5dea9bc-27d6-4496-bf76-581d9c6af5b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 9987 | 2024.11.27 18:40:53.066646 [ 253 ] {a5dea9bc-27d6-4496-bf76-581d9c6af5b3} <Trace> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9988 | 2024.11.27 18:40:53.066685 [ 253 ] {a5dea9bc-27d6-4496-bf76-581d9c6af5b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 9989 | 2024.11.27 18:40:53.067085 [ 253 ] {a5dea9bc-27d6-4496-bf76-581d9c6af5b3} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 9990 | 2024.11.27 18:40:53.067347 [ 253 ] {a5dea9bc-27d6-4496-bf76-581d9c6af5b3} <Trace> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 9991 | 2024.11.27 18:40:53.067533 [ 253 ] {a5dea9bc-27d6-4496-bf76-581d9c6af5b3} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001515 sec., 3960.39603960396 rows/sec., 206.92 KiB/sec. | ||
| 9992 | 2024.11.27 18:40:53.067595 [ 253 ] {a5dea9bc-27d6-4496-bf76-581d9c6af5b3} <Debug> TCPHandler: Processed in 0.001759966 sec. | ||
| 9993 | 2024.11.27 18:40:53.067750 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 9994 | 2024.11.27 18:40:53.067869 [ 254 ] {94e4ee7f-5d83-417a-83c0-0cb53774b62e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 9995 | 2024.11.27 18:40:53.067922 [ 254 ] {94e4ee7f-5d83-417a-83c0-0cb53774b62e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 9996 | 2024.11.27 18:40:53.068530 [ 254 ] {94e4ee7f-5d83-417a-83c0-0cb53774b62e} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 9997 | 2024.11.27 18:40:53.068570 [ 254 ] {94e4ee7f-5d83-417a-83c0-0cb53774b62e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 9998 | 2024.11.27 18:40:53.068983 [ 254 ] {94e4ee7f-5d83-417a-83c0-0cb53774b62e} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 9999 | 2024.11.27 18:40:53.069231 [ 254 ] {94e4ee7f-5d83-417a-83c0-0cb53774b62e} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10000 | 2024.11.27 18:40:53.069462 [ 254 ] {94e4ee7f-5d83-417a-83c0-0cb53774b62e} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001613 sec., 146931.18412895227 rows/sec., 9.85 MiB/sec. | ||
| 10001 | 2024.11.27 18:40:53.069529 [ 254 ] {94e4ee7f-5d83-417a-83c0-0cb53774b62e} <Debug> TCPHandler: Processed in 0.001838247 sec. | ||
| 10002 | 2024.11.27 18:40:53.069738 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10003 | 2024.11.27 18:40:53.069904 [ 253 ] {ce843f2f-80d4-4d65-a3d0-8944514073f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 10004 | 2024.11.27 18:40:53.069968 [ 253 ] {ce843f2f-80d4-4d65-a3d0-8944514073f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 10005 | 2024.11.27 18:40:53.070489 [ 253 ] {ce843f2f-80d4-4d65-a3d0-8944514073f9} <Trace> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10006 | 2024.11.27 18:40:53.070527 [ 253 ] {ce843f2f-80d4-4d65-a3d0-8944514073f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 10007 | 2024.11.27 18:40:53.070924 [ 253 ] {ce843f2f-80d4-4d65-a3d0-8944514073f9} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 10008 | 2024.11.27 18:40:53.071176 [ 253 ] {ce843f2f-80d4-4d65-a3d0-8944514073f9} <Trace> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10009 | 2024.11.27 18:40:53.071306 [ 109 ] {} <Debug> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653) (MergerMutator): Selected 6 parts from all_1_25_5 to all_30_30_0 | ||
| 10010 | 2024.11.27 18:40:53.071346 [ 109 ] {} <Trace> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10011 | 2024.11.27 18:40:53.071369 [ 253 ] {ce843f2f-80d4-4d65-a3d0-8944514073f9} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001496 sec., 668.4491978609626 rows/sec., 45.04 KiB/sec. | ||
| 10012 | 2024.11.27 18:40:53.071372 [ 109 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 10013 | 2024.11.27 18:40:53.071495 [ 253 ] {ce843f2f-80d4-4d65-a3d0-8944514073f9} <Debug> TCPHandler: Processed in 0.001870617 sec. | ||
| 10014 | 2024.11.27 18:40:53.071604 [ 195 ] {5a65aebe-f093-4059-a447-e7898681b653::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 | ||
| 10015 | 2024.11.27 18:40:53.071668 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10016 | 2024.11.27 18:40:53.071736 [ 195 ] {5a65aebe-f093-4059-a447-e7898681b653::all_1_30_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10017 | 2024.11.27 18:40:53.071778 [ 195 ] {5a65aebe-f093-4059-a447-e7898681b653::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_25_5, total 25 rows starting from the beginning of the part | ||
| 10018 | 2024.11.27 18:40:53.071804 [ 254 ] {589a8eea-cb92-4494-8378-ceef60c7ac29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10019 | 2024.11.27 18:40:53.071940 [ 195 ] {5a65aebe-f093-4059-a447-e7898681b653::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 1 rows starting from the beginning of the part | ||
| 10020 | 2024.11.27 18:40:53.072100 [ 254 ] {589a8eea-cb92-4494-8378-ceef60c7ac29} <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 | ||
| 10021 | 2024.11.27 18:40:53.072286 [ 195 ] {5a65aebe-f093-4059-a447-e7898681b653::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 1 rows starting from the beginning of the part | ||
| 10022 | 2024.11.27 18:40:53.072690 [ 195 ] {5a65aebe-f093-4059-a447-e7898681b653::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 1 rows starting from the beginning of the part | ||
| 10023 | 2024.11.27 18:40:53.073022 [ 195 ] {5a65aebe-f093-4059-a447-e7898681b653::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 1 rows starting from the beginning of the part | ||
| 10024 | 2024.11.27 18:40:53.073391 [ 195 ] {5a65aebe-f093-4059-a447-e7898681b653::all_1_30_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 1 rows starting from the beginning of the part | ||
| 10025 | 2024.11.27 18:40:53.075505 [ 195 ] {5a65aebe-f093-4059-a447-e7898681b653::all_1_30_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 4 columns (4 merged, 0 gathered) in 0.00401628 sec., 7469.5987331560555 rows/sec., 503.32 KiB/sec. | ||
| 10026 | 2024.11.27 18:40:53.075769 [ 196 ] {5a65aebe-f093-4059-a447-e7898681b653::all_1_30_6} <Trace> MergedBlockOutputStream: filled checksums all_1_30_6 (state Temporary) | ||
| 10027 | 2024.11.27 18:40:53.076091 [ 254 ] {589a8eea-cb92-4494-8378-ceef60c7ac29} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10028 | 2024.11.27 18:40:53.076154 [ 254 ] {589a8eea-cb92-4494-8378-ceef60c7ac29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 10029 | 2024.11.27 18:40:53.076478 [ 196 ] {5a65aebe-f093-4059-a447-e7898681b653::all_1_30_6} <Trace> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653): Renaming temporary part tmp_merge_all_1_30_6 to all_1_30_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10030 | 2024.11.27 18:40:53.076660 [ 196 ] {5a65aebe-f093-4059-a447-e7898681b653::all_1_30_6} <Trace> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653) (MergerMutator): Merged 6 parts: [all_1_25_5, all_30_30_0] -> all_1_30_6 | ||
| 10031 | 2024.11.27 18:40:53.076835 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 10032 | 2024.11.27 18:40:53.077205 [ 254 ] {589a8eea-cb92-4494-8378-ceef60c7ac29} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 10033 | 2024.11.27 18:40:53.077464 [ 254 ] {589a8eea-cb92-4494-8378-ceef60c7ac29} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10034 | 2024.11.27 18:40:53.077700 [ 254 ] {589a8eea-cb92-4494-8378-ceef60c7ac29} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.005927 sec., 4217.985490129914 rows/sec., 7.56 MiB/sec. | ||
| 10035 | 2024.11.27 18:40:53.077806 [ 254 ] {589a8eea-cb92-4494-8378-ceef60c7ac29} <Debug> TCPHandler: Processed in 0.006197212 sec. | ||
| 10036 | 2024.11.27 18:40:53.077978 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10037 | 2024.11.27 18:40:53.078131 [ 253 ] {0259a0a4-3ebc-43dc-8fc3-7e60794f359a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10038 | 2024.11.27 18:40:53.078196 [ 253 ] {0259a0a4-3ebc-43dc-8fc3-7e60794f359a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10039 | 2024.11.27 18:40:53.078789 [ 253 ] {0259a0a4-3ebc-43dc-8fc3-7e60794f359a} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10040 | 2024.11.27 18:40:53.078838 [ 253 ] {0259a0a4-3ebc-43dc-8fc3-7e60794f359a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.55 GiB. | ||
| 10041 | 2024.11.27 18:40:53.079296 [ 253 ] {0259a0a4-3ebc-43dc-8fc3-7e60794f359a} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 10042 | 2024.11.27 18:40:53.079544 [ 253 ] {0259a0a4-3ebc-43dc-8fc3-7e60794f359a} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10043 | 2024.11.27 18:40:53.079761 [ 253 ] {0259a0a4-3ebc-43dc-8fc3-7e60794f359a} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001665 sec., 49249.249249249246 rows/sec., 3.13 MiB/sec. | ||
| 10044 | 2024.11.27 18:40:53.079817 [ 253 ] {0259a0a4-3ebc-43dc-8fc3-7e60794f359a} <Debug> TCPHandler: Processed in 0.001908629 sec. | ||
| 10045 | 2024.11.27 18:40:57.317608 [ 103 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 10046 | 2024.11.27 18:40:57.317706 [ 103 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 10047 | 2024.11.27 18:40:57.479194 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 23851 | ||
| 10048 | 2024.11.27 18:40:57.480147 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10049 | 2024.11.27 18:40:57.480220 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10050 | 2024.11.27 18:40:57.480807 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 10051 | 2024.11.27 18:40:57.481075 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10052 | 2024.11.27 18:40:57.481317 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 23851 | ||
| 10053 | 2024.11.27 18:40:57.607660 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 1412 | ||
| 10054 | 2024.11.27 18:40:57.611053 [ 242 ] {} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10055 | 2024.11.27 18:40:57.611112 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10056 | 2024.11.27 18:40:57.612625 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 10057 | 2024.11.27 18:40:57.612942 [ 242 ] {} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10058 | 2024.11.27 18:40:57.613604 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1412 | ||
| 10059 | 2024.11.27 18:40:58.039082 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10060 | 2024.11.27 18:40:58.039299 [ 253 ] {28cb5999-f9ba-4629-8f8b-38c43b3a1bad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10061 | 2024.11.27 18:40:58.039391 [ 253 ] {28cb5999-f9ba-4629-8f8b-38c43b3a1bad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10062 | 2024.11.27 18:40:58.040210 [ 253 ] {28cb5999-f9ba-4629-8f8b-38c43b3a1bad} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10063 | 2024.11.27 18:40:58.040262 [ 253 ] {28cb5999-f9ba-4629-8f8b-38c43b3a1bad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10064 | 2024.11.27 18:40:58.040714 [ 253 ] {28cb5999-f9ba-4629-8f8b-38c43b3a1bad} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 10065 | 2024.11.27 18:40:58.040985 [ 253 ] {28cb5999-f9ba-4629-8f8b-38c43b3a1bad} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10066 | 2024.11.27 18:40:58.041199 [ 102 ] {} <Debug> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 10067 | 2024.11.27 18:40:58.041267 [ 253 ] {28cb5999-f9ba-4629-8f8b-38c43b3a1bad} <Debug> executeQuery: Read 88 rows, 7.40 KiB in 0.002024 sec., 43478.260869565216 rows/sec., 3.57 MiB/sec. | ||
| 10068 | 2024.11.27 18:40:58.041292 [ 102 ] {} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10069 | 2024.11.27 18:40:58.041359 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10070 | 2024.11.27 18:40:58.041394 [ 253 ] {28cb5999-f9ba-4629-8f8b-38c43b3a1bad} <Debug> TCPHandler: Processed in 0.002445236 sec. | ||
| 10071 | 2024.11.27 18:40:58.041664 [ 196 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::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 | ||
| 10072 | 2024.11.27 18:40:58.041694 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10073 | 2024.11.27 18:40:58.041984 [ 254 ] {ba2bf088-efdc-4a66-b739-a6bd87c98b56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10074 | 2024.11.27 18:40:58.042026 [ 196 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10075 | 2024.11.27 18:40:58.042093 [ 254 ] {ba2bf088-efdc-4a66-b739-a6bd87c98b56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10076 | 2024.11.27 18:40:58.042126 [ 196 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1435 rows starting from the beginning of the part | ||
| 10077 | 2024.11.27 18:40:58.042524 [ 196 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 88 rows starting from the beginning of the part | ||
| 10078 | 2024.11.27 18:40:58.042851 [ 196 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 253 rows starting from the beginning of the part | ||
| 10079 | 2024.11.27 18:40:58.043216 [ 196 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 1232 rows starting from the beginning of the part | ||
| 10080 | 2024.11.27 18:40:58.043592 [ 196 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 253 rows starting from the beginning of the part | ||
| 10081 | 2024.11.27 18:40:58.043992 [ 196 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 88 rows starting from the beginning of the part | ||
| 10082 | 2024.11.27 18:40:58.045583 [ 254 ] {ba2bf088-efdc-4a66-b739-a6bd87c98b56} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10083 | 2024.11.27 18:40:58.045644 [ 254 ] {ba2bf088-efdc-4a66-b739-a6bd87c98b56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10084 | 2024.11.27 18:40:58.046700 [ 254 ] {ba2bf088-efdc-4a66-b739-a6bd87c98b56} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 10085 | 2024.11.27 18:40:58.047070 [ 254 ] {ba2bf088-efdc-4a66-b739-a6bd87c98b56} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10086 | 2024.11.27 18:40:58.047311 [ 254 ] {ba2bf088-efdc-4a66-b739-a6bd87c98b56} <Debug> executeQuery: Read 16 rows, 1.20 KiB in 0.005438 sec., 2942.2581831555717 rows/sec., 221.24 KiB/sec. | ||
| 10087 | 2024.11.27 18:40:58.047448 [ 254 ] {ba2bf088-efdc-4a66-b739-a6bd87c98b56} <Debug> TCPHandler: Processed in 0.005924588 sec. | ||
| 10088 | 2024.11.27 18:40:58.047771 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10089 | 2024.11.27 18:40:58.047803 [ 196 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3349 rows, containing 5 columns (5 merged, 0 gathered) in 0.006298694 sec., 531697.5233278518 rows/sec., 46.47 MiB/sec. | ||
| 10090 | 2024.11.27 18:40:58.048058 [ 253 ] {1980c5db-22f1-436b-97fb-c0c21f104757} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10091 | 2024.11.27 18:40:58.048135 [ 199 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 10092 | 2024.11.27 18:40:58.048178 [ 253 ] {1980c5db-22f1-436b-97fb-c0c21f104757} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10093 | 2024.11.27 18:40:58.048809 [ 199 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_76_15} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10094 | 2024.11.27 18:40:58.049037 [ 199 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_76_15} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 10095 | 2024.11.27 18:40:58.049147 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. | ||
| 10096 | 2024.11.27 18:40:58.049447 [ 253 ] {1980c5db-22f1-436b-97fb-c0c21f104757} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10097 | 2024.11.27 18:40:58.049494 [ 253 ] {1980c5db-22f1-436b-97fb-c0c21f104757} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10098 | 2024.11.27 18:40:58.049887 [ 253 ] {1980c5db-22f1-436b-97fb-c0c21f104757} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 10099 | 2024.11.27 18:40:58.050136 [ 253 ] {1980c5db-22f1-436b-97fb-c0c21f104757} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10100 | 2024.11.27 18:40:58.050325 [ 55 ] {} <Debug> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 10101 | 2024.11.27 18:40:58.050355 [ 253 ] {1980c5db-22f1-436b-97fb-c0c21f104757} <Debug> executeQuery: Read 80 rows, 6.40 KiB in 0.002386 sec., 33528.91869237217 rows/sec., 2.62 MiB/sec. | ||
| 10102 | 2024.11.27 18:40:58.050388 [ 55 ] {} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10103 | 2024.11.27 18:40:58.050453 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10104 | 2024.11.27 18:40:58.050493 [ 253 ] {1980c5db-22f1-436b-97fb-c0c21f104757} <Debug> TCPHandler: Processed in 0.002919664 sec. | ||
| 10105 | 2024.11.27 18:40:58.050703 [ 186 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::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 | ||
| 10106 | 2024.11.27 18:40:58.050738 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10107 | 2024.11.27 18:40:58.050840 [ 186 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10108 | 2024.11.27 18:40:58.050929 [ 186 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 915 rows starting from the beginning of the part | ||
| 10109 | 2024.11.27 18:40:58.050989 [ 254 ] {600cdbc6-0a95-4b02-a2b5-13c36575960a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10110 | 2024.11.27 18:40:58.051203 [ 254 ] {600cdbc6-0a95-4b02-a2b5-13c36575960a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10111 | 2024.11.27 18:40:58.051212 [ 186 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 80 rows starting from the beginning of the part | ||
| 10112 | 2024.11.27 18:40:58.051630 [ 186 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 407 rows starting from the beginning of the part | ||
| 10113 | 2024.11.27 18:40:58.052012 [ 186 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 544 rows starting from the beginning of the part | ||
| 10114 | 2024.11.27 18:40:58.052359 [ 186 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 407 rows starting from the beginning of the part | ||
| 10115 | 2024.11.27 18:40:58.052597 [ 186 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 80 rows starting from the beginning of the part | ||
| 10116 | 2024.11.27 18:40:58.054091 [ 254 ] {600cdbc6-0a95-4b02-a2b5-13c36575960a} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10117 | 2024.11.27 18:40:58.054154 [ 254 ] {600cdbc6-0a95-4b02-a2b5-13c36575960a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10118 | 2024.11.27 18:40:58.055360 [ 254 ] {600cdbc6-0a95-4b02-a2b5-13c36575960a} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 10119 | 2024.11.27 18:40:58.055652 [ 254 ] {600cdbc6-0a95-4b02-a2b5-13c36575960a} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10120 | 2024.11.27 18:40:58.055899 [ 55 ] {} <Debug> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 10121 | 2024.11.27 18:40:58.056111 [ 55 ] {} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10122 | 2024.11.27 18:40:58.056192 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10123 | 2024.11.27 18:40:58.056252 [ 254 ] {600cdbc6-0a95-4b02-a2b5-13c36575960a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005306 sec., 30154.542027892952 rows/sec., 2.10 MiB/sec. | ||
| 10124 | 2024.11.27 18:40:58.056635 [ 254 ] {600cdbc6-0a95-4b02-a2b5-13c36575960a} <Debug> TCPHandler: Processed in 0.006021949 sec. | ||
| 10125 | 2024.11.27 18:40:58.056648 [ 189 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2433 rows, containing 5 columns (5 merged, 0 gathered) in 0.00607734 sec., 400339.62226895324 rows/sec., 30.72 MiB/sec. | ||
| 10126 | 2024.11.27 18:40:58.056676 [ 199 ] {67d43675-535f-43d0-af84-f38bbc85c22c::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 | ||
| 10127 | 2024.11.27 18:40:58.056884 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10128 | 2024.11.27 18:40:58.056985 [ 199 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10129 | 2024.11.27 18:40:58.057046 [ 194 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 10130 | 2024.11.27 18:40:58.057101 [ 199 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_71_14, total 22051 rows starting from the beginning of the part | ||
| 10131 | 2024.11.27 18:40:58.057228 [ 253 ] {5787962c-99ac-4ca8-8ba2-70dea0345936} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10132 | 2024.11.27 18:40:58.057556 [ 199 ] {67d43675-535f-43d0-af84-f38bbc85c22c::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 | ||
| 10133 | 2024.11.27 18:40:58.057835 [ 253 ] {5787962c-99ac-4ca8-8ba2-70dea0345936} <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 | ||
| 10134 | 2024.11.27 18:40:58.058046 [ 199 ] {67d43675-535f-43d0-af84-f38bbc85c22c::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 | ||
| 10135 | 2024.11.27 18:40:58.058303 [ 194 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_76_15} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10136 | 2024.11.27 18:40:58.058600 [ 199 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 884 rows starting from the beginning of the part | ||
| 10137 | 2024.11.27 18:40:58.058725 [ 194 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_76_15} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 10138 | 2024.11.27 18:40:58.059036 [ 199 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 237 rows starting from the beginning of the part | ||
| 10139 | 2024.11.27 18:40:58.059175 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. | ||
| 10140 | 2024.11.27 18:40:58.059468 [ 199 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 160 rows starting from the beginning of the part | ||
| 10141 | 2024.11.27 18:40:58.062124 [ 253 ] {5787962c-99ac-4ca8-8ba2-70dea0345936} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10142 | 2024.11.27 18:40:58.062172 [ 253 ] {5787962c-99ac-4ca8-8ba2-70dea0345936} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10143 | 2024.11.27 18:40:58.064019 [ 253 ] {5787962c-99ac-4ca8-8ba2-70dea0345936} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 10144 | 2024.11.27 18:40:58.064452 [ 253 ] {5787962c-99ac-4ca8-8ba2-70dea0345936} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10145 | 2024.11.27 18:40:58.064821 [ 253 ] {5787962c-99ac-4ca8-8ba2-70dea0345936} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.007706 sec., 2076.3041785621594 rows/sec., 3.72 MiB/sec. | ||
| 10146 | 2024.11.27 18:40:58.064983 [ 253 ] {5787962c-99ac-4ca8-8ba2-70dea0345936} <Debug> TCPHandler: Processed in 0.008238253 sec. | ||
| 10147 | 2024.11.27 18:40:58.065150 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10148 | 2024.11.27 18:40:58.065291 [ 254 ] {340d5f94-17b3-4f89-8046-d8dadd35b0bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10149 | 2024.11.27 18:40:58.065350 [ 254 ] {340d5f94-17b3-4f89-8046-d8dadd35b0bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10150 | 2024.11.27 18:40:58.065949 [ 254 ] {340d5f94-17b3-4f89-8046-d8dadd35b0bd} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10151 | 2024.11.27 18:40:58.065996 [ 254 ] {340d5f94-17b3-4f89-8046-d8dadd35b0bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10152 | 2024.11.27 18:40:58.067710 [ 254 ] {340d5f94-17b3-4f89-8046-d8dadd35b0bd} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 10153 | 2024.11.27 18:40:58.067959 [ 254 ] {340d5f94-17b3-4f89-8046-d8dadd35b0bd} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10154 | 2024.11.27 18:40:58.068148 [ 55 ] {} <Debug> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 10155 | 2024.11.27 18:40:58.068196 [ 254 ] {340d5f94-17b3-4f89-8046-d8dadd35b0bd} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002933 sec., 20456.87009887487 rows/sec., 1.38 MiB/sec. | ||
| 10156 | 2024.11.27 18:40:58.068213 [ 55 ] {} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10157 | 2024.11.27 18:40:58.068285 [ 55 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10158 | 2024.11.27 18:40:58.068308 [ 254 ] {340d5f94-17b3-4f89-8046-d8dadd35b0bd} <Debug> TCPHandler: Processed in 0.003223078 sec. | ||
| 10159 | 2024.11.27 18:40:58.068499 [ 189 ] {c59724f6-f374-41a1-8302-611230e47527::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 | ||
| 10160 | 2024.11.27 18:40:58.068642 [ 189 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10161 | 2024.11.27 18:40:58.068680 [ 189 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 4756 rows starting from the beginning of the part | ||
| 10162 | 2024.11.27 18:40:58.068790 [ 189 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 60 rows starting from the beginning of the part | ||
| 10163 | 2024.11.27 18:40:58.068995 [ 189 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 82 rows starting from the beginning of the part | ||
| 10164 | 2024.11.27 18:40:58.069181 [ 189 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 60 rows starting from the beginning of the part | ||
| 10165 | 2024.11.27 18:40:58.069342 [ 189 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 82 rows starting from the beginning of the part | ||
| 10166 | 2024.11.27 18:40:58.069431 [ 189 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 60 rows starting from the beginning of the part | ||
| 10167 | 2024.11.27 18:40:58.073591 [ 194 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5100 rows, containing 4 columns (4 merged, 0 gathered) in 0.005200927 sec., 980594.4209561103 rows/sec., 64.24 MiB/sec. | ||
| 10168 | 2024.11.27 18:40:58.074183 [ 187 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 10169 | 2024.11.27 18:40:58.074545 [ 187 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_76_15} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10170 | 2024.11.27 18:40:58.074631 [ 187 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_76_15} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 10171 | 2024.11.27 18:40:58.074751 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.12 MiB. | ||
| 10172 | 2024.11.27 18:40:58.074905 [ 200 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 23729 rows, containing 5 columns (5 merged, 0 gathered) in 0.018577666 sec., 1277286.3932422942 rows/sec., 86.48 MiB/sec. | ||
| 10173 | 2024.11.27 18:40:58.075306 [ 187 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 10174 | 2024.11.27 18:40:58.075579 [ 187 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10175 | 2024.11.27 18:40:58.075653 [ 187 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_76_15} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 10176 | 2024.11.27 18:40:58.075732 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.32 MiB. | ||
| 10177 | 2024.11.27 18:40:59.000208 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 232.36 MiB, peak 245.60 MiB, free memory in arenas 0.00 B, will set to 233.77 MiB (RSS), difference: 1.41 MiB | ||
| 10178 | 2024.11.27 18:40:59.193949 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 392 | ||
| 10179 | 2024.11.27 18:40:59.212966 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10180 | 2024.11.27 18:40:59.213028 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10181 | 2024.11.27 18:40:59.220071 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 10182 | 2024.11.27 18:40:59.220862 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10183 | 2024.11.27 18:40:59.223764 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 392 | ||
| 10184 | 2024.11.27 18:41:03.044009 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10185 | 2024.11.27 18:41:03.044229 [ 253 ] {0bf0b608-7f76-49ef-905b-d4183c1af6d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 10186 | 2024.11.27 18:41:03.044309 [ 253 ] {0bf0b608-7f76-49ef-905b-d4183c1af6d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 10187 | 2024.11.27 18:41:03.045098 [ 253 ] {0bf0b608-7f76-49ef-905b-d4183c1af6d7} <Trace> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10188 | 2024.11.27 18:41:03.045155 [ 253 ] {0bf0b608-7f76-49ef-905b-d4183c1af6d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10189 | 2024.11.27 18:41:03.045615 [ 253 ] {0bf0b608-7f76-49ef-905b-d4183c1af6d7} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 10190 | 2024.11.27 18:41:03.045897 [ 253 ] {0bf0b608-7f76-49ef-905b-d4183c1af6d7} <Trace> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10191 | 2024.11.27 18:41:03.046127 [ 253 ] {0bf0b608-7f76-49ef-905b-d4183c1af6d7} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001953 sec., 7168.458781362006 rows/sec., 516.03 KiB/sec. | ||
| 10192 | 2024.11.27 18:41:03.046262 [ 253 ] {0bf0b608-7f76-49ef-905b-d4183c1af6d7} <Debug> TCPHandler: Processed in 0.002396526 sec. | ||
| 10193 | 2024.11.27 18:41:03.046540 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10194 | 2024.11.27 18:41:03.046725 [ 254 ] {45f836b2-6a3a-49a0-bb60-52c3766b471e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 10195 | 2024.11.27 18:41:03.046794 [ 254 ] {45f836b2-6a3a-49a0-bb60-52c3766b471e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 10196 | 2024.11.27 18:41:03.047536 [ 254 ] {45f836b2-6a3a-49a0-bb60-52c3766b471e} <Trace> oximeter.fields_ipaddr (53955b2a-eb56-41e3-a1fe-af6ea47fe91e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10197 | 2024.11.27 18:41:03.047585 [ 254 ] {45f836b2-6a3a-49a0-bb60-52c3766b471e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10198 | 2024.11.27 18:41:03.048031 [ 254 ] {45f836b2-6a3a-49a0-bb60-52c3766b471e} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 10199 | 2024.11.27 18:41:03.048304 [ 254 ] {45f836b2-6a3a-49a0-bb60-52c3766b471e} <Trace> oximeter.fields_ipaddr (53955b2a-eb56-41e3-a1fe-af6ea47fe91e): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10200 | 2024.11.27 18:41:03.048546 [ 254 ] {45f836b2-6a3a-49a0-bb60-52c3766b471e} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.00187 sec., 4278.07486631016 rows/sec., 348.85 KiB/sec. | ||
| 10201 | 2024.11.27 18:41:03.048614 [ 254 ] {45f836b2-6a3a-49a0-bb60-52c3766b471e} <Debug> TCPHandler: Processed in 0.002242664 sec. | ||
| 10202 | 2024.11.27 18:41:03.048785 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10203 | 2024.11.27 18:41:03.048922 [ 253 ] {d490912e-8f00-4de0-a5fd-a29f474b189d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10204 | 2024.11.27 18:41:03.048982 [ 253 ] {d490912e-8f00-4de0-a5fd-a29f474b189d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10205 | 2024.11.27 18:41:03.049808 [ 253 ] {d490912e-8f00-4de0-a5fd-a29f474b189d} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10206 | 2024.11.27 18:41:03.049867 [ 253 ] {d490912e-8f00-4de0-a5fd-a29f474b189d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10207 | 2024.11.27 18:41:03.050322 [ 253 ] {d490912e-8f00-4de0-a5fd-a29f474b189d} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 10208 | 2024.11.27 18:41:03.050578 [ 253 ] {d490912e-8f00-4de0-a5fd-a29f474b189d} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10209 | 2024.11.27 18:41:03.050827 [ 253 ] {d490912e-8f00-4de0-a5fd-a29f474b189d} <Debug> executeQuery: Read 257 rows, 23.02 KiB in 0.001931 sec., 133091.66235111342 rows/sec., 11.64 MiB/sec. | ||
| 10210 | 2024.11.27 18:41:03.050942 [ 253 ] {d490912e-8f00-4de0-a5fd-a29f474b189d} <Debug> TCPHandler: Processed in 0.002217693 sec. | ||
| 10211 | 2024.11.27 18:41:03.051116 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10212 | 2024.11.27 18:41:03.051258 [ 254 ] {68c10ad7-68e7-4971-bda8-f193d2c04ca3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10213 | 2024.11.27 18:41:03.051311 [ 254 ] {68c10ad7-68e7-4971-bda8-f193d2c04ca3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10214 | 2024.11.27 18:41:03.051944 [ 254 ] {68c10ad7-68e7-4971-bda8-f193d2c04ca3} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10215 | 2024.11.27 18:41:03.051985 [ 254 ] {68c10ad7-68e7-4971-bda8-f193d2c04ca3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10216 | 2024.11.27 18:41:03.052359 [ 254 ] {68c10ad7-68e7-4971-bda8-f193d2c04ca3} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 10217 | 2024.11.27 18:41:03.052609 [ 254 ] {68c10ad7-68e7-4971-bda8-f193d2c04ca3} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10218 | 2024.11.27 18:41:03.052844 [ 254 ] {68c10ad7-68e7-4971-bda8-f193d2c04ca3} <Debug> executeQuery: Read 40 rows, 2.89 KiB in 0.001615 sec., 24767.801857585142 rows/sec., 1.75 MiB/sec. | ||
| 10219 | 2024.11.27 18:41:03.052900 [ 254 ] {68c10ad7-68e7-4971-bda8-f193d2c04ca3} <Debug> TCPHandler: Processed in 0.001869998 sec. | ||
| 10220 | 2024.11.27 18:41:03.053089 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10221 | 2024.11.27 18:41:03.053239 [ 253 ] {fa5f2b31-8593-45a3-a0a8-1544c07c2b8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 10222 | 2024.11.27 18:41:03.053302 [ 253 ] {fa5f2b31-8593-45a3-a0a8-1544c07c2b8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10223 | 2024.11.27 18:41:03.053920 [ 253 ] {fa5f2b31-8593-45a3-a0a8-1544c07c2b8d} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10224 | 2024.11.27 18:41:03.053961 [ 253 ] {fa5f2b31-8593-45a3-a0a8-1544c07c2b8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10225 | 2024.11.27 18:41:03.054333 [ 253 ] {fa5f2b31-8593-45a3-a0a8-1544c07c2b8d} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 10226 | 2024.11.27 18:41:03.054590 [ 253 ] {fa5f2b31-8593-45a3-a0a8-1544c07c2b8d} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10227 | 2024.11.27 18:41:03.054854 [ 253 ] {fa5f2b31-8593-45a3-a0a8-1544c07c2b8d} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001639 sec., 8541.793776693105 rows/sec., 598.21 KiB/sec. | ||
| 10228 | 2024.11.27 18:41:03.054957 [ 253 ] {fa5f2b31-8593-45a3-a0a8-1544c07c2b8d} <Debug> TCPHandler: Processed in 0.001936358 sec. | ||
| 10229 | 2024.11.27 18:41:03.055204 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10230 | 2024.11.27 18:41:03.055382 [ 254 ] {9575254b-9e96-4d5e-a3e3-cce3125d98cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 10231 | 2024.11.27 18:41:03.055436 [ 254 ] {9575254b-9e96-4d5e-a3e3-cce3125d98cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 10232 | 2024.11.27 18:41:03.056031 [ 254 ] {9575254b-9e96-4d5e-a3e3-cce3125d98cd} <Trace> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10233 | 2024.11.27 18:41:03.056071 [ 254 ] {9575254b-9e96-4d5e-a3e3-cce3125d98cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10234 | 2024.11.27 18:41:03.056431 [ 254 ] {9575254b-9e96-4d5e-a3e3-cce3125d98cd} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 10235 | 2024.11.27 18:41:03.056670 [ 254 ] {9575254b-9e96-4d5e-a3e3-cce3125d98cd} <Trace> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10236 | 2024.11.27 18:41:03.056851 [ 254 ] {9575254b-9e96-4d5e-a3e3-cce3125d98cd} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.0015 sec., 8666.666666666666 rows/sec., 540.36 KiB/sec. | ||
| 10237 | 2024.11.27 18:41:03.056903 [ 254 ] {9575254b-9e96-4d5e-a3e3-cce3125d98cd} <Debug> TCPHandler: Processed in 0.001837887 sec. | ||
| 10238 | 2024.11.27 18:41:03.057061 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10239 | 2024.11.27 18:41:03.057186 [ 253 ] {e990c922-3656-4f2b-8434-7b883983c1d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10240 | 2024.11.27 18:41:03.057237 [ 253 ] {e990c922-3656-4f2b-8434-7b883983c1d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10241 | 2024.11.27 18:41:03.057967 [ 253 ] {e990c922-3656-4f2b-8434-7b883983c1d1} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10242 | 2024.11.27 18:41:03.058009 [ 253 ] {e990c922-3656-4f2b-8434-7b883983c1d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10243 | 2024.11.27 18:41:03.058415 [ 253 ] {e990c922-3656-4f2b-8434-7b883983c1d1} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 10244 | 2024.11.27 18:41:03.058665 [ 253 ] {e990c922-3656-4f2b-8434-7b883983c1d1} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10245 | 2024.11.27 18:41:03.058884 [ 253 ] {e990c922-3656-4f2b-8434-7b883983c1d1} <Debug> executeQuery: Read 415 rows, 30.34 KiB in 0.001724 sec., 240719.25754060323 rows/sec., 17.18 MiB/sec. | ||
| 10246 | 2024.11.27 18:41:03.058941 [ 253 ] {e990c922-3656-4f2b-8434-7b883983c1d1} <Debug> TCPHandler: Processed in 0.001940419 sec. | ||
| 10247 | 2024.11.27 18:41:03.059104 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10248 | 2024.11.27 18:41:03.059245 [ 254 ] {a08afbb6-efd8-4fcd-a25d-7cf833b2402b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 10249 | 2024.11.27 18:41:03.059305 [ 254 ] {a08afbb6-efd8-4fcd-a25d-7cf833b2402b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10250 | 2024.11.27 18:41:03.059838 [ 254 ] {a08afbb6-efd8-4fcd-a25d-7cf833b2402b} <Trace> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10251 | 2024.11.27 18:41:03.059876 [ 254 ] {a08afbb6-efd8-4fcd-a25d-7cf833b2402b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10252 | 2024.11.27 18:41:03.060250 [ 254 ] {a08afbb6-efd8-4fcd-a25d-7cf833b2402b} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 10253 | 2024.11.27 18:41:03.060490 [ 254 ] {a08afbb6-efd8-4fcd-a25d-7cf833b2402b} <Trace> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10254 | 2024.11.27 18:41:03.060617 [ 51 ] {} <Debug> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 10255 | 2024.11.27 18:41:03.060666 [ 51 ] {} <Trace> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10256 | 2024.11.27 18:41:03.060680 [ 254 ] {a08afbb6-efd8-4fcd-a25d-7cf833b2402b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001463 sec., 4101.161995898838 rows/sec., 214.27 KiB/sec. | ||
| 10257 | 2024.11.27 18:41:03.060695 [ 51 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10258 | 2024.11.27 18:41:03.060830 [ 254 ] {a08afbb6-efd8-4fcd-a25d-7cf833b2402b} <Debug> TCPHandler: Processed in 0.001787086 sec. | ||
| 10259 | 2024.11.27 18:41:03.061209 [ 200 ] {4a23b31e-2fab-45ac-a10f-cd78611343e3::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 | ||
| 10260 | 2024.11.27 18:41:03.061251 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10261 | 2024.11.27 18:41:03.061561 [ 253 ] {d6160db0-4f2d-4969-ad53-248a76e37829} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10262 | 2024.11.27 18:41:03.061563 [ 200 ] {4a23b31e-2fab-45ac-a10f-cd78611343e3::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10263 | 2024.11.27 18:41:03.061654 [ 253 ] {d6160db0-4f2d-4969-ad53-248a76e37829} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10264 | 2024.11.27 18:41:03.061656 [ 200 ] {4a23b31e-2fab-45ac-a10f-cd78611343e3::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 156 rows starting from the beginning of the part | ||
| 10265 | 2024.11.27 18:41:03.062060 [ 200 ] {4a23b31e-2fab-45ac-a10f-cd78611343e3::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 6 rows starting from the beginning of the part | ||
| 10266 | 2024.11.27 18:41:03.062454 [ 200 ] {4a23b31e-2fab-45ac-a10f-cd78611343e3::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 6 rows starting from the beginning of the part | ||
| 10267 | 2024.11.27 18:41:03.062824 [ 200 ] {4a23b31e-2fab-45ac-a10f-cd78611343e3::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 6 rows starting from the beginning of the part | ||
| 10268 | 2024.11.27 18:41:03.063062 [ 200 ] {4a23b31e-2fab-45ac-a10f-cd78611343e3::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 6 rows starting from the beginning of the part | ||
| 10269 | 2024.11.27 18:41:03.063244 [ 200 ] {4a23b31e-2fab-45ac-a10f-cd78611343e3::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 6 rows starting from the beginning of the part | ||
| 10270 | 2024.11.27 18:41:03.064273 [ 253 ] {d6160db0-4f2d-4969-ad53-248a76e37829} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10271 | 2024.11.27 18:41:03.064332 [ 253 ] {d6160db0-4f2d-4969-ad53-248a76e37829} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10272 | 2024.11.27 18:41:03.065401 [ 253 ] {d6160db0-4f2d-4969-ad53-248a76e37829} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 10273 | 2024.11.27 18:41:03.066067 [ 253 ] {d6160db0-4f2d-4969-ad53-248a76e37829} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10274 | 2024.11.27 18:41:03.066170 [ 187 ] {4a23b31e-2fab-45ac-a10f-cd78611343e3::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 186 rows, containing 4 columns (4 merged, 0 gathered) in 0.00534978 sec., 34767.78484348889 rows/sec., 1.77 MiB/sec. | ||
| 10275 | 2024.11.27 18:41:03.066443 [ 187 ] {4a23b31e-2fab-45ac-a10f-cd78611343e3::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 10276 | 2024.11.27 18:41:03.066449 [ 253 ] {d6160db0-4f2d-4969-ad53-248a76e37829} <Debug> executeQuery: Read 241 rows, 16.55 KiB in 0.004977 sec., 48422.744625276275 rows/sec., 3.25 MiB/sec. | ||
| 10277 | 2024.11.27 18:41:03.066650 [ 253 ] {d6160db0-4f2d-4969-ad53-248a76e37829} <Debug> TCPHandler: Processed in 0.005687455 sec. | ||
| 10278 | 2024.11.27 18:41:03.066830 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10279 | 2024.11.27 18:41:03.066968 [ 254 ] {f415c922-2cb7-470c-90cb-520e5fe3c85a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 10280 | 2024.11.27 18:41:03.066974 [ 187 ] {4a23b31e-2fab-45ac-a10f-cd78611343e3::all_1_31_6} <Trace> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10281 | 2024.11.27 18:41:03.067033 [ 254 ] {f415c922-2cb7-470c-90cb-520e5fe3c85a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 10282 | 2024.11.27 18:41:03.067082 [ 187 ] {4a23b31e-2fab-45ac-a10f-cd78611343e3::all_1_31_6} <Trace> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 10283 | 2024.11.27 18:41:03.067211 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 10284 | 2024.11.27 18:41:03.067595 [ 254 ] {f415c922-2cb7-470c-90cb-520e5fe3c85a} <Trace> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10285 | 2024.11.27 18:41:03.067633 [ 254 ] {f415c922-2cb7-470c-90cb-520e5fe3c85a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10286 | 2024.11.27 18:41:03.068000 [ 254 ] {f415c922-2cb7-470c-90cb-520e5fe3c85a} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 10287 | 2024.11.27 18:41:03.068263 [ 254 ] {f415c922-2cb7-470c-90cb-520e5fe3c85a} <Trace> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10288 | 2024.11.27 18:41:03.068452 [ 254 ] {f415c922-2cb7-470c-90cb-520e5fe3c85a} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00152 sec., 657.8947368421052 rows/sec., 44.33 KiB/sec. | ||
| 10289 | 2024.11.27 18:41:03.068521 [ 254 ] {f415c922-2cb7-470c-90cb-520e5fe3c85a} <Debug> TCPHandler: Processed in 0.001759766 sec. | ||
| 10290 | 2024.11.27 18:41:03.068715 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10291 | 2024.11.27 18:41:03.068883 [ 253 ] {70b6987d-9fd6-481c-a916-17b31125b4b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10292 | 2024.11.27 18:41:03.069007 [ 253 ] {70b6987d-9fd6-481c-a916-17b31125b4b8} <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.27 18:41:03.070391 [ 253 ] {70b6987d-9fd6-481c-a916-17b31125b4b8} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10294 | 2024.11.27 18:41:03.070432 [ 253 ] {70b6987d-9fd6-481c-a916-17b31125b4b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10295 | 2024.11.27 18:41:03.071091 [ 253 ] {70b6987d-9fd6-481c-a916-17b31125b4b8} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 10296 | 2024.11.27 18:41:03.071351 [ 253 ] {70b6987d-9fd6-481c-a916-17b31125b4b8} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10297 | 2024.11.27 18:41:03.071590 [ 253 ] {70b6987d-9fd6-481c-a916-17b31125b4b8} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.002744 sec., 9110.787172011662 rows/sec., 16.33 MiB/sec. | ||
| 10298 | 2024.11.27 18:41:03.071699 [ 253 ] {70b6987d-9fd6-481c-a916-17b31125b4b8} <Debug> TCPHandler: Processed in 0.003054076 sec. | ||
| 10299 | 2024.11.27 18:41:03.071856 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10300 | 2024.11.27 18:41:03.071977 [ 254 ] {f3f19a68-1889-401b-95c0-d0a48cc4fb5f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10301 | 2024.11.27 18:41:03.072030 [ 254 ] {f3f19a68-1889-401b-95c0-d0a48cc4fb5f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10302 | 2024.11.27 18:41:03.072561 [ 254 ] {f3f19a68-1889-401b-95c0-d0a48cc4fb5f} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10303 | 2024.11.27 18:41:03.072598 [ 254 ] {f3f19a68-1889-401b-95c0-d0a48cc4fb5f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10304 | 2024.11.27 18:41:03.072986 [ 254 ] {f3f19a68-1889-401b-95c0-d0a48cc4fb5f} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 10305 | 2024.11.27 18:41:03.073251 [ 254 ] {f3f19a68-1889-401b-95c0-d0a48cc4fb5f} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10306 | 2024.11.27 18:41:03.073473 [ 254 ] {f3f19a68-1889-401b-95c0-d0a48cc4fb5f} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001521 sec., 53911.90006574622 rows/sec., 3.42 MiB/sec. | ||
| 10307 | 2024.11.27 18:41:03.073535 [ 254 ] {f3f19a68-1889-401b-95c0-d0a48cc4fb5f} <Debug> TCPHandler: Processed in 0.001736406 sec. | ||
| 10308 | 2024.11.27 18:41:04.981460 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 24278 | ||
| 10309 | 2024.11.27 18:41:04.982072 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10310 | 2024.11.27 18:41:04.982116 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10311 | 2024.11.27 18:41:04.982637 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 10312 | 2024.11.27 18:41:04.982892 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10313 | 2024.11.27 18:41:04.983216 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24278 | ||
| 10314 | 2024.11.27 18:41:06.723863 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 400 | ||
| 10315 | 2024.11.27 18:41:06.744375 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10316 | 2024.11.27 18:41:06.744439 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10317 | 2024.11.27 18:41:06.751716 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 10318 | 2024.11.27 18:41:06.752483 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10319 | 2024.11.27 18:41:06.755275 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 400 | ||
| 10320 | 2024.11.27 18:41:07.613949 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1448 | ||
| 10321 | 2024.11.27 18:41:07.617515 [ 242 ] {} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10322 | 2024.11.27 18:41:07.617573 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10323 | 2024.11.27 18:41:07.619094 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 10324 | 2024.11.27 18:41:07.619452 [ 242 ] {} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10325 | 2024.11.27 18:41:07.620119 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1448 | ||
| 10326 | 2024.11.27 18:41:08.039547 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10327 | 2024.11.27 18:41:08.039759 [ 253 ] {83538990-48cc-4f17-b520-a21b21fcbedf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10328 | 2024.11.27 18:41:08.039840 [ 253 ] {83538990-48cc-4f17-b520-a21b21fcbedf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10329 | 2024.11.27 18:41:08.040721 [ 253 ] {83538990-48cc-4f17-b520-a21b21fcbedf} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10330 | 2024.11.27 18:41:08.040771 [ 253 ] {83538990-48cc-4f17-b520-a21b21fcbedf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10331 | 2024.11.27 18:41:08.041222 [ 253 ] {83538990-48cc-4f17-b520-a21b21fcbedf} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 10332 | 2024.11.27 18:41:08.041499 [ 253 ] {83538990-48cc-4f17-b520-a21b21fcbedf} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10333 | 2024.11.27 18:41:08.041738 [ 253 ] {83538990-48cc-4f17-b520-a21b21fcbedf} <Debug> executeQuery: Read 88 rows, 7.40 KiB in 0.002026 sec., 43435.340572556765 rows/sec., 3.57 MiB/sec. | ||
| 10334 | 2024.11.27 18:41:08.041853 [ 253 ] {83538990-48cc-4f17-b520-a21b21fcbedf} <Debug> TCPHandler: Processed in 0.002436296 sec. | ||
| 10335 | 2024.11.27 18:41:08.042132 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10336 | 2024.11.27 18:41:08.042402 [ 254 ] {678dd8ff-735d-4534-918e-6e11ad11c5e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10337 | 2024.11.27 18:41:08.042476 [ 254 ] {678dd8ff-735d-4534-918e-6e11ad11c5e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10338 | 2024.11.27 18:41:08.043232 [ 254 ] {678dd8ff-735d-4534-918e-6e11ad11c5e2} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10339 | 2024.11.27 18:41:08.043280 [ 254 ] {678dd8ff-735d-4534-918e-6e11ad11c5e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10340 | 2024.11.27 18:41:08.043726 [ 254 ] {678dd8ff-735d-4534-918e-6e11ad11c5e2} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 10341 | 2024.11.27 18:41:08.043990 [ 254 ] {678dd8ff-735d-4534-918e-6e11ad11c5e2} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10342 | 2024.11.27 18:41:08.044177 [ 97 ] {} <Debug> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c) (MergerMutator): Selected 6 parts from all_1_65_13 to all_70_70_0 | ||
| 10343 | 2024.11.27 18:41:08.044249 [ 97 ] {} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10344 | 2024.11.27 18:41:08.044262 [ 254 ] {678dd8ff-735d-4534-918e-6e11ad11c5e2} <Debug> executeQuery: Read 16 rows, 1.20 KiB in 0.001913 sec., 8363.82645060115 rows/sec., 628.92 KiB/sec. | ||
| 10345 | 2024.11.27 18:41:08.044295 [ 97 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10346 | 2024.11.27 18:41:08.044438 [ 254 ] {678dd8ff-735d-4534-918e-6e11ad11c5e2} <Debug> TCPHandler: Processed in 0.002459796 sec. | ||
| 10347 | 2024.11.27 18:41:08.044689 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10348 | 2024.11.27 18:41:08.044762 [ 201 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::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 | ||
| 10349 | 2024.11.27 18:41:08.044869 [ 253 ] {14195e18-8408-4058-a38b-08127082b011} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10350 | 2024.11.27 18:41:08.044976 [ 253 ] {14195e18-8408-4058-a38b-08127082b011} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10351 | 2024.11.27 18:41:08.045323 [ 201 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_70_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10352 | 2024.11.27 18:41:08.045432 [ 201 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_65_13, total 66 rows starting from the beginning of the part | ||
| 10353 | 2024.11.27 18:41:08.045878 [ 201 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 24 rows starting from the beginning of the part | ||
| 10354 | 2024.11.27 18:41:08.046255 [ 201 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 32 rows starting from the beginning of the part | ||
| 10355 | 2024.11.27 18:41:08.046648 [ 201 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 16 rows starting from the beginning of the part | ||
| 10356 | 2024.11.27 18:41:08.046861 [ 201 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 40 rows starting from the beginning of the part | ||
| 10357 | 2024.11.27 18:41:08.047178 [ 201 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_70_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 16 rows starting from the beginning of the part | ||
| 10358 | 2024.11.27 18:41:08.047986 [ 253 ] {14195e18-8408-4058-a38b-08127082b011} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10359 | 2024.11.27 18:41:08.048055 [ 253 ] {14195e18-8408-4058-a38b-08127082b011} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10360 | 2024.11.27 18:41:08.049092 [ 253 ] {14195e18-8408-4058-a38b-08127082b011} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 10361 | 2024.11.27 18:41:08.049660 [ 253 ] {14195e18-8408-4058-a38b-08127082b011} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10362 | 2024.11.27 18:41:08.050087 [ 201 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_70_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 194 rows, containing 5 columns (5 merged, 0 gathered) in 0.005611383 sec., 34572.58219586865 rows/sec., 2.60 MiB/sec. | ||
| 10363 | 2024.11.27 18:41:08.050186 [ 253 ] {14195e18-8408-4058-a38b-08127082b011} <Debug> executeQuery: Read 80 rows, 6.40 KiB in 0.005366 sec., 14908.684308609765 rows/sec., 1.16 MiB/sec. | ||
| 10364 | 2024.11.27 18:41:08.050328 [ 253 ] {14195e18-8408-4058-a38b-08127082b011} <Debug> TCPHandler: Processed in 0.005796875 sec. | ||
| 10365 | 2024.11.27 18:41:08.050329 [ 201 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_70_14} <Trace> MergedBlockOutputStream: filled checksums all_1_70_14 (state Temporary) | ||
| 10366 | 2024.11.27 18:41:08.050523 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10367 | 2024.11.27 18:41:08.050733 [ 254 ] {95381018-7c5e-4653-8e56-4690df56a5bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10368 | 2024.11.27 18:41:08.050841 [ 254 ] {95381018-7c5e-4653-8e56-4690df56a5bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10369 | 2024.11.27 18:41:08.050882 [ 201 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_70_14} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Renaming temporary part tmp_merge_all_1_70_14 to all_1_70_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10370 | 2024.11.27 18:41:08.051142 [ 201 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_70_14} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c) (MergerMutator): Merged 6 parts: [all_1_65_13, all_70_70_0] -> all_1_70_14 | ||
| 10371 | 2024.11.27 18:41:08.051360 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 10372 | 2024.11.27 18:41:08.051853 [ 254 ] {95381018-7c5e-4653-8e56-4690df56a5bb} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10373 | 2024.11.27 18:41:08.051899 [ 254 ] {95381018-7c5e-4653-8e56-4690df56a5bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10374 | 2024.11.27 18:41:08.052319 [ 254 ] {95381018-7c5e-4653-8e56-4690df56a5bb} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 10375 | 2024.11.27 18:41:08.052568 [ 254 ] {95381018-7c5e-4653-8e56-4690df56a5bb} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10376 | 2024.11.27 18:41:08.052831 [ 254 ] {95381018-7c5e-4653-8e56-4690df56a5bb} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002154 sec., 74280.40854224698 rows/sec., 5.17 MiB/sec. | ||
| 10377 | 2024.11.27 18:41:08.052934 [ 254 ] {95381018-7c5e-4653-8e56-4690df56a5bb} <Debug> TCPHandler: Processed in 0.002499737 sec. | ||
| 10378 | 2024.11.27 18:41:08.053183 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10379 | 2024.11.27 18:41:08.053536 [ 253 ] {9da2b6ad-eaf6-4a62-b83e-290fa66fa3fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10380 | 2024.11.27 18:41:08.053779 [ 253 ] {9da2b6ad-eaf6-4a62-b83e-290fa66fa3fd} <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 | ||
| 10381 | 2024.11.27 18:41:08.054950 [ 253 ] {9da2b6ad-eaf6-4a62-b83e-290fa66fa3fd} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10382 | 2024.11.27 18:41:08.054989 [ 253 ] {9da2b6ad-eaf6-4a62-b83e-290fa66fa3fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10383 | 2024.11.27 18:41:08.055630 [ 253 ] {9da2b6ad-eaf6-4a62-b83e-290fa66fa3fd} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 10384 | 2024.11.27 18:41:08.055888 [ 253 ] {9da2b6ad-eaf6-4a62-b83e-290fa66fa3fd} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10385 | 2024.11.27 18:41:08.056096 [ 253 ] {9da2b6ad-eaf6-4a62-b83e-290fa66fa3fd} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002691 sec., 5945.745076179859 rows/sec., 10.65 MiB/sec. | ||
| 10386 | 2024.11.27 18:41:08.056204 [ 253 ] {9da2b6ad-eaf6-4a62-b83e-290fa66fa3fd} <Debug> TCPHandler: Processed in 0.003150247 sec. | ||
| 10387 | 2024.11.27 18:41:08.056364 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10388 | 2024.11.27 18:41:08.056482 [ 254 ] {685d6d02-048c-4eed-95b4-bef5062f5a9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10389 | 2024.11.27 18:41:08.056535 [ 254 ] {685d6d02-048c-4eed-95b4-bef5062f5a9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10390 | 2024.11.27 18:41:08.057041 [ 254 ] {685d6d02-048c-4eed-95b4-bef5062f5a9c} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10391 | 2024.11.27 18:41:08.057080 [ 254 ] {685d6d02-048c-4eed-95b4-bef5062f5a9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10392 | 2024.11.27 18:41:08.057475 [ 254 ] {685d6d02-048c-4eed-95b4-bef5062f5a9c} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 10393 | 2024.11.27 18:41:08.057718 [ 254 ] {685d6d02-048c-4eed-95b4-bef5062f5a9c} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10394 | 2024.11.27 18:41:08.057944 [ 254 ] {685d6d02-048c-4eed-95b4-bef5062f5a9c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001487 sec., 40349.69737726967 rows/sec., 2.72 MiB/sec. | ||
| 10395 | 2024.11.27 18:41:08.057994 [ 254 ] {685d6d02-048c-4eed-95b4-bef5062f5a9c} <Debug> TCPHandler: Processed in 0.001686785 sec. | ||
| 10396 | 2024.11.27 18:41:12.317767 [ 91 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 10397 | 2024.11.27 18:41:12.317842 [ 91 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 10398 | 2024.11.27 18:41:12.483367 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 24766 | ||
| 10399 | 2024.11.27 18:41:12.484097 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10400 | 2024.11.27 18:41:12.484148 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10401 | 2024.11.27 18:41:12.484672 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 10402 | 2024.11.27 18:41:12.484937 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10403 | 2024.11.27 18:41:12.485201 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 24766 | ||
| 10404 | 2024.11.27 18:41:13.043258 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10405 | 2024.11.27 18:41:13.043566 [ 253 ] {63acefee-1dc3-4f4e-a7ca-1b5af56b4543} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 10406 | 2024.11.27 18:41:13.043684 [ 253 ] {63acefee-1dc3-4f4e-a7ca-1b5af56b4543} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 10407 | 2024.11.27 18:41:13.044543 [ 253 ] {63acefee-1dc3-4f4e-a7ca-1b5af56b4543} <Trace> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10408 | 2024.11.27 18:41:13.044595 [ 253 ] {63acefee-1dc3-4f4e-a7ca-1b5af56b4543} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10409 | 2024.11.27 18:41:13.045039 [ 253 ] {63acefee-1dc3-4f4e-a7ca-1b5af56b4543} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 10410 | 2024.11.27 18:41:13.045301 [ 253 ] {63acefee-1dc3-4f4e-a7ca-1b5af56b4543} <Trace> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10411 | 2024.11.27 18:41:13.045536 [ 253 ] {63acefee-1dc3-4f4e-a7ca-1b5af56b4543} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002055 sec., 6812.652068126521 rows/sec., 490.42 KiB/sec. | ||
| 10412 | 2024.11.27 18:41:13.045605 [ 253 ] {63acefee-1dc3-4f4e-a7ca-1b5af56b4543} <Debug> TCPHandler: Processed in 0.002535197 sec. | ||
| 10413 | 2024.11.27 18:41:13.045859 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10414 | 2024.11.27 18:41:13.046036 [ 254 ] {e18b8865-374a-474d-98aa-10f70c171d5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10415 | 2024.11.27 18:41:13.046106 [ 254 ] {e18b8865-374a-474d-98aa-10f70c171d5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10416 | 2024.11.27 18:41:13.046972 [ 254 ] {e18b8865-374a-474d-98aa-10f70c171d5a} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10417 | 2024.11.27 18:41:13.047014 [ 254 ] {e18b8865-374a-474d-98aa-10f70c171d5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10418 | 2024.11.27 18:41:13.047481 [ 254 ] {e18b8865-374a-474d-98aa-10f70c171d5a} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 10419 | 2024.11.27 18:41:13.047729 [ 254 ] {e18b8865-374a-474d-98aa-10f70c171d5a} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10420 | 2024.11.27 18:41:13.047946 [ 254 ] {e18b8865-374a-474d-98aa-10f70c171d5a} <Debug> executeQuery: Read 253 rows, 22.72 KiB in 0.001952 sec., 129610.65573770492 rows/sec., 11.37 MiB/sec. | ||
| 10421 | 2024.11.27 18:41:13.048064 [ 254 ] {e18b8865-374a-474d-98aa-10f70c171d5a} <Debug> TCPHandler: Processed in 0.002326425 sec. | ||
| 10422 | 2024.11.27 18:41:13.048297 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10423 | 2024.11.27 18:41:13.048489 [ 253 ] {31e40fc4-dbd5-4e87-8c10-064acadaa2b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10424 | 2024.11.27 18:41:13.048554 [ 253 ] {31e40fc4-dbd5-4e87-8c10-064acadaa2b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10425 | 2024.11.27 18:41:13.049229 [ 253 ] {31e40fc4-dbd5-4e87-8c10-064acadaa2b3} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10426 | 2024.11.27 18:41:13.049273 [ 253 ] {31e40fc4-dbd5-4e87-8c10-064acadaa2b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10427 | 2024.11.27 18:41:13.049658 [ 253 ] {31e40fc4-dbd5-4e87-8c10-064acadaa2b3} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 10428 | 2024.11.27 18:41:13.049904 [ 253 ] {31e40fc4-dbd5-4e87-8c10-064acadaa2b3} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10429 | 2024.11.27 18:41:13.050151 [ 253 ] {31e40fc4-dbd5-4e87-8c10-064acadaa2b3} <Debug> executeQuery: Read 32 rows, 2.34 KiB in 0.0017 sec., 18823.529411764706 rows/sec., 1.34 MiB/sec. | ||
| 10430 | 2024.11.27 18:41:13.050247 [ 253 ] {31e40fc4-dbd5-4e87-8c10-064acadaa2b3} <Debug> TCPHandler: Processed in 0.002094201 sec. | ||
| 10431 | 2024.11.27 18:41:13.050458 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10432 | 2024.11.27 18:41:13.050751 [ 254 ] {d0151d95-0f1c-4328-8c6f-141d1011f16b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 10433 | 2024.11.27 18:41:13.050821 [ 254 ] {d0151d95-0f1c-4328-8c6f-141d1011f16b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10434 | 2024.11.27 18:41:13.051420 [ 254 ] {d0151d95-0f1c-4328-8c6f-141d1011f16b} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10435 | 2024.11.27 18:41:13.051458 [ 254 ] {d0151d95-0f1c-4328-8c6f-141d1011f16b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10436 | 2024.11.27 18:41:13.051820 [ 254 ] {d0151d95-0f1c-4328-8c6f-141d1011f16b} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 10437 | 2024.11.27 18:41:13.052048 [ 254 ] {d0151d95-0f1c-4328-8c6f-141d1011f16b} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10438 | 2024.11.27 18:41:13.052230 [ 254 ] {d0151d95-0f1c-4328-8c6f-141d1011f16b} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001582 sec., 8849.557522123894 rows/sec., 619.77 KiB/sec. | ||
| 10439 | 2024.11.27 18:41:13.052285 [ 254 ] {d0151d95-0f1c-4328-8c6f-141d1011f16b} <Debug> TCPHandler: Processed in 0.001941369 sec. | ||
| 10440 | 2024.11.27 18:41:13.052441 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10441 | 2024.11.27 18:41:13.052583 [ 253 ] {33d89afe-bdba-4d7e-a621-a918d9dd6203} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 10442 | 2024.11.27 18:41:13.052644 [ 253 ] {33d89afe-bdba-4d7e-a621-a918d9dd6203} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 10443 | 2024.11.27 18:41:13.053268 [ 253 ] {33d89afe-bdba-4d7e-a621-a918d9dd6203} <Trace> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10444 | 2024.11.27 18:41:13.053309 [ 253 ] {33d89afe-bdba-4d7e-a621-a918d9dd6203} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10445 | 2024.11.27 18:41:13.053687 [ 253 ] {33d89afe-bdba-4d7e-a621-a918d9dd6203} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 10446 | 2024.11.27 18:41:13.053924 [ 253 ] {33d89afe-bdba-4d7e-a621-a918d9dd6203} <Trace> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10447 | 2024.11.27 18:41:13.054180 [ 253 ] {33d89afe-bdba-4d7e-a621-a918d9dd6203} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001614 sec., 8054.522924411401 rows/sec., 502.20 KiB/sec. | ||
| 10448 | 2024.11.27 18:41:13.054366 [ 253 ] {33d89afe-bdba-4d7e-a621-a918d9dd6203} <Debug> TCPHandler: Processed in 0.001986279 sec. | ||
| 10449 | 2024.11.27 18:41:13.054569 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10450 | 2024.11.27 18:41:13.054685 [ 254 ] {63cc1008-c5fd-4215-9110-ebcfbcddba74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10451 | 2024.11.27 18:41:13.054734 [ 254 ] {63cc1008-c5fd-4215-9110-ebcfbcddba74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10452 | 2024.11.27 18:41:13.055488 [ 254 ] {63cc1008-c5fd-4215-9110-ebcfbcddba74} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10453 | 2024.11.27 18:41:13.055526 [ 254 ] {63cc1008-c5fd-4215-9110-ebcfbcddba74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10454 | 2024.11.27 18:41:13.055896 [ 254 ] {63cc1008-c5fd-4215-9110-ebcfbcddba74} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 10455 | 2024.11.27 18:41:13.056120 [ 254 ] {63cc1008-c5fd-4215-9110-ebcfbcddba74} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10456 | 2024.11.27 18:41:13.056303 [ 254 ] {63cc1008-c5fd-4215-9110-ebcfbcddba74} <Debug> executeQuery: Read 407 rows, 29.68 KiB in 0.001643 sec., 247717.5897748022 rows/sec., 17.64 MiB/sec. | ||
| 10457 | 2024.11.27 18:41:13.056357 [ 254 ] {63cc1008-c5fd-4215-9110-ebcfbcddba74} <Debug> TCPHandler: Processed in 0.001882468 sec. | ||
| 10458 | 2024.11.27 18:41:13.056496 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10459 | 2024.11.27 18:41:13.056615 [ 253 ] {aa2cd72e-7bcf-4b36-ae8f-4f83b95e3e24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 10460 | 2024.11.27 18:41:13.056669 [ 253 ] {aa2cd72e-7bcf-4b36-ae8f-4f83b95e3e24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10461 | 2024.11.27 18:41:13.057164 [ 253 ] {aa2cd72e-7bcf-4b36-ae8f-4f83b95e3e24} <Trace> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10462 | 2024.11.27 18:41:13.057204 [ 253 ] {aa2cd72e-7bcf-4b36-ae8f-4f83b95e3e24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10463 | 2024.11.27 18:41:13.057581 [ 253 ] {aa2cd72e-7bcf-4b36-ae8f-4f83b95e3e24} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 10464 | 2024.11.27 18:41:13.057813 [ 253 ] {aa2cd72e-7bcf-4b36-ae8f-4f83b95e3e24} <Trace> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10465 | 2024.11.27 18:41:13.058060 [ 253 ] {aa2cd72e-7bcf-4b36-ae8f-4f83b95e3e24} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001466 sec., 4092.769440654843 rows/sec., 213.83 KiB/sec. | ||
| 10466 | 2024.11.27 18:41:13.058266 [ 253 ] {aa2cd72e-7bcf-4b36-ae8f-4f83b95e3e24} <Debug> TCPHandler: Processed in 0.001823977 sec. | ||
| 10467 | 2024.11.27 18:41:13.058471 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10468 | 2024.11.27 18:41:13.058587 [ 254 ] {05807b7e-2999-407d-8b31-ac382083d79d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10469 | 2024.11.27 18:41:13.058638 [ 254 ] {05807b7e-2999-407d-8b31-ac382083d79d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10470 | 2024.11.27 18:41:13.059234 [ 254 ] {05807b7e-2999-407d-8b31-ac382083d79d} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10471 | 2024.11.27 18:41:13.059272 [ 254 ] {05807b7e-2999-407d-8b31-ac382083d79d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10472 | 2024.11.27 18:41:13.059651 [ 254 ] {05807b7e-2999-407d-8b31-ac382083d79d} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 10473 | 2024.11.27 18:41:13.059883 [ 254 ] {05807b7e-2999-407d-8b31-ac382083d79d} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10474 | 2024.11.27 18:41:13.060061 [ 254 ] {05807b7e-2999-407d-8b31-ac382083d79d} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001499 sec., 158105.4036024016 rows/sec., 10.60 MiB/sec. | ||
| 10475 | 2024.11.27 18:41:13.060115 [ 254 ] {05807b7e-2999-407d-8b31-ac382083d79d} <Debug> TCPHandler: Processed in 0.001740295 sec. | ||
| 10476 | 2024.11.27 18:41:13.060264 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10477 | 2024.11.27 18:41:13.060400 [ 253 ] {4cda4be7-2f44-4cdc-baea-5f69abcdef13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 10478 | 2024.11.27 18:41:13.060462 [ 253 ] {4cda4be7-2f44-4cdc-baea-5f69abcdef13} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 10479 | 2024.11.27 18:41:13.060982 [ 253 ] {4cda4be7-2f44-4cdc-baea-5f69abcdef13} <Trace> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10480 | 2024.11.27 18:41:13.061021 [ 253 ] {4cda4be7-2f44-4cdc-baea-5f69abcdef13} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10481 | 2024.11.27 18:41:13.061386 [ 253 ] {4cda4be7-2f44-4cdc-baea-5f69abcdef13} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 10482 | 2024.11.27 18:41:13.061622 [ 253 ] {4cda4be7-2f44-4cdc-baea-5f69abcdef13} <Trace> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10483 | 2024.11.27 18:41:13.061848 [ 253 ] {4cda4be7-2f44-4cdc-baea-5f69abcdef13} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001476 sec., 677.5067750677506 rows/sec., 45.65 KiB/sec. | ||
| 10484 | 2024.11.27 18:41:13.061958 [ 253 ] {4cda4be7-2f44-4cdc-baea-5f69abcdef13} <Debug> TCPHandler: Processed in 0.001760826 sec. | ||
| 10485 | 2024.11.27 18:41:13.062152 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10486 | 2024.11.27 18:41:13.062273 [ 254 ] {34c1d247-c287-4b1f-8503-1bc1097d25f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10487 | 2024.11.27 18:41:13.062354 [ 254 ] {34c1d247-c287-4b1f-8503-1bc1097d25f6} <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 | ||
| 10488 | 2024.11.27 18:41:13.063532 [ 254 ] {34c1d247-c287-4b1f-8503-1bc1097d25f6} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10489 | 2024.11.27 18:41:13.063570 [ 254 ] {34c1d247-c287-4b1f-8503-1bc1097d25f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10490 | 2024.11.27 18:41:13.064201 [ 254 ] {34c1d247-c287-4b1f-8503-1bc1097d25f6} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 10491 | 2024.11.27 18:41:13.064457 [ 254 ] {34c1d247-c287-4b1f-8503-1bc1097d25f6} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10492 | 2024.11.27 18:41:13.064602 [ 90 ] {} <Debug> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 10493 | 2024.11.27 18:41:13.064656 [ 90 ] {} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10494 | 2024.11.27 18:41:13.064670 [ 254 ] {34c1d247-c287-4b1f-8503-1bc1097d25f6} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.00242 sec., 10330.578512396694 rows/sec., 18.51 MiB/sec. | ||
| 10495 | 2024.11.27 18:41:13.064693 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10496 | 2024.11.27 18:41:13.065101 [ 254 ] {34c1d247-c287-4b1f-8503-1bc1097d25f6} <Debug> TCPHandler: Processed in 0.003054945 sec. | ||
| 10497 | 2024.11.27 18:41:13.065102 [ 191 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::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 | ||
| 10498 | 2024.11.27 18:41:13.065730 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10499 | 2024.11.27 18:41:13.066482 [ 253 ] {3e7bf320-c361-4aa3-86bc-1e9ea3f3f338} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10500 | 2024.11.27 18:41:13.066951 [ 253 ] {3e7bf320-c361-4aa3-86bc-1e9ea3f3f338} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10501 | 2024.11.27 18:41:13.066987 [ 191 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10502 | 2024.11.27 18:41:13.067249 [ 191 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 1371 rows starting from the beginning of the part | ||
| 10503 | 2024.11.27 18:41:13.068011 [ 191 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 25 rows starting from the beginning of the part | ||
| 10504 | 2024.11.27 18:41:13.068794 [ 191 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 16 rows starting from the beginning of the part | ||
| 10505 | 2024.11.27 18:41:13.069181 [ 253 ] {3e7bf320-c361-4aa3-86bc-1e9ea3f3f338} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10506 | 2024.11.27 18:41:13.069338 [ 253 ] {3e7bf320-c361-4aa3-86bc-1e9ea3f3f338} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10507 | 2024.11.27 18:41:13.069445 [ 191 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 25 rows starting from the beginning of the part | ||
| 10508 | 2024.11.27 18:41:13.070095 [ 191 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 16 rows starting from the beginning of the part | ||
| 10509 | 2024.11.27 18:41:13.070664 [ 191 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 25 rows starting from the beginning of the part | ||
| 10510 | 2024.11.27 18:41:13.071232 [ 253 ] {3e7bf320-c361-4aa3-86bc-1e9ea3f3f338} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 10511 | 2024.11.27 18:41:13.071737 [ 253 ] {3e7bf320-c361-4aa3-86bc-1e9ea3f3f338} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10512 | 2024.11.27 18:41:13.072233 [ 253 ] {3e7bf320-c361-4aa3-86bc-1e9ea3f3f338} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.006074 sec., 13500.164636154099 rows/sec., 878.01 KiB/sec. | ||
| 10513 | 2024.11.27 18:41:13.072406 [ 253 ] {3e7bf320-c361-4aa3-86bc-1e9ea3f3f338} <Debug> TCPHandler: Processed in 0.007179217 sec. | ||
| 10514 | 2024.11.27 18:41:13.078818 [ 198 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1478 rows, containing 19 columns (19 merged, 0 gathered) in 0.014041059 sec., 105262.71558292006 rows/sec., 188.63 MiB/sec. | ||
| 10515 | 2024.11.27 18:41:13.081178 [ 188 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 10516 | 2024.11.27 18:41:13.081672 [ 188 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_71_14} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10517 | 2024.11.27 18:41:13.081780 [ 188 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_71_14} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 10518 | 2024.11.27 18:41:13.081964 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.57 MiB. | ||
| 10519 | 2024.11.27 18:41:14.000165 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 234.71 MiB, peak 246.24 MiB, free memory in arenas 0.00 B, will set to 237.07 MiB (RSS), difference: 2.36 MiB | ||
| 10520 | 2024.11.27 18:41:14.255369 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 407 | ||
| 10521 | 2024.11.27 18:41:14.277825 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10522 | 2024.11.27 18:41:14.277894 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.54 GiB. | ||
| 10523 | 2024.11.27 18:41:14.285339 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 10524 | 2024.11.27 18:41:14.286138 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10525 | 2024.11.27 18:41:14.289707 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 407 | ||
| 10526 | 2024.11.27 18:41:15.282461 [ 87 ] {} <Debug> oximeter.fields_ipaddr (53955b2a-eb56-41e3-a1fe-af6ea47fe91e) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 10527 | 2024.11.27 18:41:15.282572 [ 87 ] {} <Trace> oximeter.fields_ipaddr (53955b2a-eb56-41e3-a1fe-af6ea47fe91e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10528 | 2024.11.27 18:41:15.282614 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 10529 | 2024.11.27 18:41:15.282875 [ 195 ] {53955b2a-eb56-41e3-a1fe-af6ea47fe91e::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 | ||
| 10530 | 2024.11.27 18:41:15.283193 [ 195 ] {53955b2a-eb56-41e3-a1fe-af6ea47fe91e::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10531 | 2024.11.27 18:41:15.283253 [ 195 ] {53955b2a-eb56-41e3-a1fe-af6ea47fe91e::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 | ||
| 10532 | 2024.11.27 18:41:15.283421 [ 195 ] {53955b2a-eb56-41e3-a1fe-af6ea47fe91e::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 8 rows starting from the beginning of the part | ||
| 10533 | 2024.11.27 18:41:15.283654 [ 195 ] {53955b2a-eb56-41e3-a1fe-af6ea47fe91e::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 2 rows starting from the beginning of the part | ||
| 10534 | 2024.11.27 18:41:15.283917 [ 195 ] {53955b2a-eb56-41e3-a1fe-af6ea47fe91e::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 8 rows starting from the beginning of the part | ||
| 10535 | 2024.11.27 18:41:15.284057 [ 195 ] {53955b2a-eb56-41e3-a1fe-af6ea47fe91e::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 8 rows starting from the beginning of the part | ||
| 10536 | 2024.11.27 18:41:15.285140 [ 198 ] {53955b2a-eb56-41e3-a1fe-af6ea47fe91e::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 44 rows, containing 5 columns (5 merged, 0 gathered) in 0.002414206 sec., 18225.453834511223 rows/sec., 1.52 MiB/sec. | ||
| 10537 | 2024.11.27 18:41:15.285443 [ 197 ] {53955b2a-eb56-41e3-a1fe-af6ea47fe91e::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 10538 | 2024.11.27 18:41:15.285988 [ 197 ] {53955b2a-eb56-41e3-a1fe-af6ea47fe91e::all_1_17_4} <Trace> oximeter.fields_ipaddr (53955b2a-eb56-41e3-a1fe-af6ea47fe91e): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10539 | 2024.11.27 18:41:15.286079 [ 197 ] {53955b2a-eb56-41e3-a1fe-af6ea47fe91e::all_1_17_4} <Trace> oximeter.fields_ipaddr (53955b2a-eb56-41e3-a1fe-af6ea47fe91e) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 10540 | 2024.11.27 18:41:15.286189 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 10541 | 2024.11.27 18:41:17.620358 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1482 | ||
| 10542 | 2024.11.27 18:41:17.623531 [ 242 ] {} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10543 | 2024.11.27 18:41:17.623589 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 10544 | 2024.11.27 18:41:17.625100 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 10545 | 2024.11.27 18:41:17.625437 [ 242 ] {} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10546 | 2024.11.27 18:41:17.626050 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1482 | ||
| 10547 | 2024.11.27 18:41:18.067760 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10548 | 2024.11.27 18:41:18.067945 [ 253 ] {ac1bf950-8b6f-460a-82df-fbc117508f98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 10549 | 2024.11.27 18:41:18.068016 [ 253 ] {ac1bf950-8b6f-460a-82df-fbc117508f98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 10550 | 2024.11.27 18:41:18.068747 [ 253 ] {ac1bf950-8b6f-460a-82df-fbc117508f98} <Trace> oximeter.fields_ipaddr (53955b2a-eb56-41e3-a1fe-af6ea47fe91e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10551 | 2024.11.27 18:41:18.068791 [ 253 ] {ac1bf950-8b6f-460a-82df-fbc117508f98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 10552 | 2024.11.27 18:41:18.069217 [ 253 ] {ac1bf950-8b6f-460a-82df-fbc117508f98} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 10553 | 2024.11.27 18:41:18.069479 [ 253 ] {ac1bf950-8b6f-460a-82df-fbc117508f98} <Trace> oximeter.fields_ipaddr (53955b2a-eb56-41e3-a1fe-af6ea47fe91e): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10554 | 2024.11.27 18:41:18.069675 [ 253 ] {ac1bf950-8b6f-460a-82df-fbc117508f98} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001783 sec., 1121.7049915872126 rows/sec., 91.47 KiB/sec. | ||
| 10555 | 2024.11.27 18:41:18.069738 [ 253 ] {ac1bf950-8b6f-460a-82df-fbc117508f98} <Debug> TCPHandler: Processed in 0.002101301 sec. | ||
| 10556 | 2024.11.27 18:41:18.069989 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10557 | 2024.11.27 18:41:18.070172 [ 254 ] {2a1f32e7-b786-466c-94de-4067a23cc384} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10558 | 2024.11.27 18:41:18.070250 [ 254 ] {2a1f32e7-b786-466c-94de-4067a23cc384} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10559 | 2024.11.27 18:41:18.071531 [ 254 ] {2a1f32e7-b786-466c-94de-4067a23cc384} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10560 | 2024.11.27 18:41:18.071579 [ 254 ] {2a1f32e7-b786-466c-94de-4067a23cc384} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 10561 | 2024.11.27 18:41:18.072095 [ 254 ] {2a1f32e7-b786-466c-94de-4067a23cc384} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 10562 | 2024.11.27 18:41:18.072363 [ 254 ] {2a1f32e7-b786-466c-94de-4067a23cc384} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10563 | 2024.11.27 18:41:18.072607 [ 254 ] {2a1f32e7-b786-466c-94de-4067a23cc384} <Debug> executeQuery: Read 1229 rows, 103.59 KiB in 0.002487 sec., 494169.68234821066 rows/sec., 40.68 MiB/sec. | ||
| 10564 | 2024.11.27 18:41:18.072675 [ 254 ] {2a1f32e7-b786-466c-94de-4067a23cc384} <Debug> TCPHandler: Processed in 0.002810352 sec. | ||
| 10565 | 2024.11.27 18:41:18.072837 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10566 | 2024.11.27 18:41:18.072986 [ 253 ] {eef45ef0-b262-4275-8128-51f947df6875} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10567 | 2024.11.27 18:41:18.073048 [ 253 ] {eef45ef0-b262-4275-8128-51f947df6875} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10568 | 2024.11.27 18:41:18.073744 [ 253 ] {eef45ef0-b262-4275-8128-51f947df6875} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10569 | 2024.11.27 18:41:18.073790 [ 253 ] {eef45ef0-b262-4275-8128-51f947df6875} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 10570 | 2024.11.27 18:41:18.074194 [ 253 ] {eef45ef0-b262-4275-8128-51f947df6875} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 10571 | 2024.11.27 18:41:18.074437 [ 253 ] {eef45ef0-b262-4275-8128-51f947df6875} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10572 | 2024.11.27 18:41:18.074616 [ 253 ] {eef45ef0-b262-4275-8128-51f947df6875} <Debug> executeQuery: Read 18 rows, 1.34 KiB in 0.001665 sec., 10810.81081081081 rows/sec., 806.47 KiB/sec. | ||
| 10573 | 2024.11.27 18:41:18.074674 [ 253 ] {eef45ef0-b262-4275-8128-51f947df6875} <Debug> TCPHandler: Processed in 0.001906148 sec. | ||
| 10574 | 2024.11.27 18:41:18.074819 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10575 | 2024.11.27 18:41:18.074944 [ 254 ] {0413c303-e105-477c-97eb-5e5a044909ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 10576 | 2024.11.27 18:41:18.074998 [ 254 ] {0413c303-e105-477c-97eb-5e5a044909ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10577 | 2024.11.27 18:41:18.075688 [ 254 ] {0413c303-e105-477c-97eb-5e5a044909ca} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10578 | 2024.11.27 18:41:18.075729 [ 254 ] {0413c303-e105-477c-97eb-5e5a044909ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 10579 | 2024.11.27 18:41:18.076102 [ 254 ] {0413c303-e105-477c-97eb-5e5a044909ca} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 10580 | 2024.11.27 18:41:18.076352 [ 254 ] {0413c303-e105-477c-97eb-5e5a044909ca} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10581 | 2024.11.27 18:41:18.076613 [ 254 ] {0413c303-e105-477c-97eb-5e5a044909ca} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001694 sec., 134592.6800472255 rows/sec., 9.11 MiB/sec. | ||
| 10582 | 2024.11.27 18:41:18.076704 [ 254 ] {0413c303-e105-477c-97eb-5e5a044909ca} <Debug> TCPHandler: Processed in 0.001945579 sec. | ||
| 10583 | 2024.11.27 18:41:18.076943 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10584 | 2024.11.27 18:41:18.077113 [ 253 ] {1b7b9477-a3b1-49fb-b55f-26cd34a7bbf2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10585 | 2024.11.27 18:41:18.077174 [ 253 ] {1b7b9477-a3b1-49fb-b55f-26cd34a7bbf2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10586 | 2024.11.27 18:41:18.078069 [ 253 ] {1b7b9477-a3b1-49fb-b55f-26cd34a7bbf2} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10587 | 2024.11.27 18:41:18.078109 [ 253 ] {1b7b9477-a3b1-49fb-b55f-26cd34a7bbf2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 10588 | 2024.11.27 18:41:18.078512 [ 253 ] {1b7b9477-a3b1-49fb-b55f-26cd34a7bbf2} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 10589 | 2024.11.27 18:41:18.078763 [ 253 ] {1b7b9477-a3b1-49fb-b55f-26cd34a7bbf2} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10590 | 2024.11.27 18:41:18.078958 [ 253 ] {1b7b9477-a3b1-49fb-b55f-26cd34a7bbf2} <Debug> executeQuery: Read 538 rows, 40.85 KiB in 0.001876 sec., 286780.3837953092 rows/sec., 21.26 MiB/sec. | ||
| 10591 | 2024.11.27 18:41:18.079084 [ 253 ] {1b7b9477-a3b1-49fb-b55f-26cd34a7bbf2} <Debug> TCPHandler: Processed in 0.002296204 sec. | ||
| 10592 | 2024.11.27 18:41:18.079284 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10593 | 2024.11.27 18:41:18.079633 [ 254 ] {d6694b39-1cf1-4d28-b78f-32c969e9f40b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10594 | 2024.11.27 18:41:18.079804 [ 254 ] {d6694b39-1cf1-4d28-b78f-32c969e9f40b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10595 | 2024.11.27 18:41:18.080882 [ 254 ] {d6694b39-1cf1-4d28-b78f-32c969e9f40b} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10596 | 2024.11.27 18:41:18.080921 [ 254 ] {d6694b39-1cf1-4d28-b78f-32c969e9f40b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 10597 | 2024.11.27 18:41:18.081375 [ 254 ] {d6694b39-1cf1-4d28-b78f-32c969e9f40b} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 10598 | 2024.11.27 18:41:18.081630 [ 254 ] {d6694b39-1cf1-4d28-b78f-32c969e9f40b} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10599 | 2024.11.27 18:41:18.081851 [ 254 ] {d6694b39-1cf1-4d28-b78f-32c969e9f40b} <Debug> executeQuery: Read 881 rows, 60.70 KiB in 0.002355 sec., 374097.66454352444 rows/sec., 25.17 MiB/sec. | ||
| 10600 | 2024.11.27 18:41:18.081903 [ 254 ] {d6694b39-1cf1-4d28-b78f-32c969e9f40b} <Debug> TCPHandler: Processed in 0.002731841 sec. | ||
| 10601 | 2024.11.27 18:41:18.082038 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10602 | 2024.11.27 18:41:18.082159 [ 253 ] {cb2bd05e-5102-4d41-beed-86935e1db799} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10603 | 2024.11.27 18:41:18.082243 [ 253 ] {cb2bd05e-5102-4d41-beed-86935e1db799} <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 | ||
| 10604 | 2024.11.27 18:41:18.083371 [ 253 ] {cb2bd05e-5102-4d41-beed-86935e1db799} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10605 | 2024.11.27 18:41:18.083409 [ 253 ] {cb2bd05e-5102-4d41-beed-86935e1db799} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 10606 | 2024.11.27 18:41:18.084046 [ 253 ] {cb2bd05e-5102-4d41-beed-86935e1db799} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 10607 | 2024.11.27 18:41:18.084302 [ 253 ] {cb2bd05e-5102-4d41-beed-86935e1db799} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10608 | 2024.11.27 18:41:18.084538 [ 253 ] {cb2bd05e-5102-4d41-beed-86935e1db799} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002396 sec., 6677.79632721202 rows/sec., 11.97 MiB/sec. | ||
| 10609 | 2024.11.27 18:41:18.084892 [ 253 ] {cb2bd05e-5102-4d41-beed-86935e1db799} <Debug> TCPHandler: Processed in 0.002904653 sec. | ||
| 10610 | 2024.11.27 18:41:18.085130 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10611 | 2024.11.27 18:41:18.085384 [ 254 ] {52b8ed73-359e-4df2-bc99-79bd0b6f11eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10612 | 2024.11.27 18:41:18.085436 [ 254 ] {52b8ed73-359e-4df2-bc99-79bd0b6f11eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10613 | 2024.11.27 18:41:18.085940 [ 254 ] {52b8ed73-359e-4df2-bc99-79bd0b6f11eb} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10614 | 2024.11.27 18:41:18.085979 [ 254 ] {52b8ed73-359e-4df2-bc99-79bd0b6f11eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 10615 | 2024.11.27 18:41:18.086361 [ 254 ] {52b8ed73-359e-4df2-bc99-79bd0b6f11eb} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 10616 | 2024.11.27 18:41:18.086597 [ 254 ] {52b8ed73-359e-4df2-bc99-79bd0b6f11eb} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10617 | 2024.11.27 18:41:18.086814 [ 254 ] {52b8ed73-359e-4df2-bc99-79bd0b6f11eb} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001483 sec., 40458.53000674309 rows/sec., 2.73 MiB/sec. | ||
| 10618 | 2024.11.27 18:41:18.086864 [ 254 ] {52b8ed73-359e-4df2-bc99-79bd0b6f11eb} <Debug> TCPHandler: Processed in 0.001869717 sec. | ||
| 10619 | 2024.11.27 18:41:19.985343 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 25193 | ||
| 10620 | 2024.11.27 18:41:19.985961 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10621 | 2024.11.27 18:41:19.986001 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 10622 | 2024.11.27 18:41:19.986514 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 10623 | 2024.11.27 18:41:19.986787 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10624 | 2024.11.27 18:41:19.986979 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25193 | ||
| 10625 | 2024.11.27 18:41:21.789794 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 415 | ||
| 10626 | 2024.11.27 18:41:21.811203 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10627 | 2024.11.27 18:41:21.811273 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 10628 | 2024.11.27 18:41:21.819333 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 10629 | 2024.11.27 18:41:21.820128 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10630 | 2024.11.27 18:41:21.824341 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 415 | ||
| 10631 | 2024.11.27 18:41:23.043833 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10632 | 2024.11.27 18:41:23.044055 [ 253 ] {1265d1cb-5e28-43ca-b56d-08e9190e09be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 10633 | 2024.11.27 18:41:23.044139 [ 253 ] {1265d1cb-5e28-43ca-b56d-08e9190e09be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 10634 | 2024.11.27 18:41:23.044942 [ 253 ] {1265d1cb-5e28-43ca-b56d-08e9190e09be} <Trace> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10635 | 2024.11.27 18:41:23.044993 [ 253 ] {1265d1cb-5e28-43ca-b56d-08e9190e09be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 10636 | 2024.11.27 18:41:23.045442 [ 253 ] {1265d1cb-5e28-43ca-b56d-08e9190e09be} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 10637 | 2024.11.27 18:41:23.045705 [ 253 ] {1265d1cb-5e28-43ca-b56d-08e9190e09be} <Trace> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10638 | 2024.11.27 18:41:23.045964 [ 253 ] {1265d1cb-5e28-43ca-b56d-08e9190e09be} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001971 sec., 7102.9934043632675 rows/sec., 511.32 KiB/sec. | ||
| 10639 | 2024.11.27 18:41:23.046034 [ 253 ] {1265d1cb-5e28-43ca-b56d-08e9190e09be} <Debug> TCPHandler: Processed in 0.002345735 sec. | ||
| 10640 | 2024.11.27 18:41:23.046285 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10641 | 2024.11.27 18:41:23.046470 [ 254 ] {e48938bd-4b69-409e-b0cc-bbf21383eeb4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10642 | 2024.11.27 18:41:23.046542 [ 254 ] {e48938bd-4b69-409e-b0cc-bbf21383eeb4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10643 | 2024.11.27 18:41:23.047431 [ 254 ] {e48938bd-4b69-409e-b0cc-bbf21383eeb4} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10644 | 2024.11.27 18:41:23.047476 [ 254 ] {e48938bd-4b69-409e-b0cc-bbf21383eeb4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 10645 | 2024.11.27 18:41:23.047931 [ 254 ] {e48938bd-4b69-409e-b0cc-bbf21383eeb4} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 10646 | 2024.11.27 18:41:23.048184 [ 254 ] {e48938bd-4b69-409e-b0cc-bbf21383eeb4} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10647 | 2024.11.27 18:41:23.048389 [ 80 ] {} <Debug> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 10648 | 2024.11.27 18:41:23.048456 [ 254 ] {e48938bd-4b69-409e-b0cc-bbf21383eeb4} <Debug> executeQuery: Read 253 rows, 22.72 KiB in 0.002033 sec., 124446.63059517954 rows/sec., 10.91 MiB/sec. | ||
| 10649 | 2024.11.27 18:41:23.048470 [ 80 ] {} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10650 | 2024.11.27 18:41:23.048547 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 10651 | 2024.11.27 18:41:23.048604 [ 254 ] {e48938bd-4b69-409e-b0cc-bbf21383eeb4} <Debug> TCPHandler: Processed in 0.002448376 sec. | ||
| 10652 | 2024.11.27 18:41:23.048804 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10653 | 2024.11.27 18:41:23.048817 [ 198 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::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 | ||
| 10654 | 2024.11.27 18:41:23.048979 [ 253 ] {c39d4957-3fe7-4666-ad96-8ae903966b05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10655 | 2024.11.27 18:41:23.048995 [ 198 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10656 | 2024.11.27 18:41:23.049039 [ 198 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1435 rows starting from the beginning of the part | ||
| 10657 | 2024.11.27 18:41:23.049054 [ 253 ] {c39d4957-3fe7-4666-ad96-8ae903966b05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10658 | 2024.11.27 18:41:23.049253 [ 198 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 257 rows starting from the beginning of the part | ||
| 10659 | 2024.11.27 18:41:23.049478 [ 198 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 88 rows starting from the beginning of the part | ||
| 10660 | 2024.11.27 18:41:23.049958 [ 198 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 253 rows starting from the beginning of the part | ||
| 10661 | 2024.11.27 18:41:23.050217 [ 198 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 1229 rows starting from the beginning of the part | ||
| 10662 | 2024.11.27 18:41:23.050446 [ 198 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 253 rows starting from the beginning of the part | ||
| 10663 | 2024.11.27 18:41:23.051113 [ 253 ] {c39d4957-3fe7-4666-ad96-8ae903966b05} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10664 | 2024.11.27 18:41:23.051162 [ 253 ] {c39d4957-3fe7-4666-ad96-8ae903966b05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 10665 | 2024.11.27 18:41:23.051718 [ 253 ] {c39d4957-3fe7-4666-ad96-8ae903966b05} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 10666 | 2024.11.27 18:41:23.052009 [ 253 ] {c39d4957-3fe7-4666-ad96-8ae903966b05} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10667 | 2024.11.27 18:41:23.052242 [ 253 ] {c39d4957-3fe7-4666-ad96-8ae903966b05} <Debug> executeQuery: Read 32 rows, 2.34 KiB in 0.003312 sec., 9661.835748792271 rows/sec., 705.30 KiB/sec. | ||
| 10668 | 2024.11.27 18:41:23.052309 [ 253 ] {c39d4957-3fe7-4666-ad96-8ae903966b05} <Debug> TCPHandler: Processed in 0.003587293 sec. | ||
| 10669 | 2024.11.27 18:41:23.052518 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10670 | 2024.11.27 18:41:23.052699 [ 197 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3515 rows, containing 5 columns (5 merged, 0 gathered) in 0.004039919 sec., 870066.9493621035 rows/sec., 76.33 MiB/sec. | ||
| 10671 | 2024.11.27 18:41:23.052750 [ 254 ] {8bd77c64-6094-44a5-b0f5-b93109530b53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 10672 | 2024.11.27 18:41:23.052817 [ 254 ] {8bd77c64-6094-44a5-b0f5-b93109530b53} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10673 | 2024.11.27 18:41:23.053038 [ 197 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 10674 | 2024.11.27 18:41:23.053717 [ 197 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_81_16} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10675 | 2024.11.27 18:41:23.053910 [ 197 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_81_16} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 10676 | 2024.11.27 18:41:23.054127 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.85 MiB. | ||
| 10677 | 2024.11.27 18:41:23.054192 [ 254 ] {8bd77c64-6094-44a5-b0f5-b93109530b53} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10678 | 2024.11.27 18:41:23.054240 [ 254 ] {8bd77c64-6094-44a5-b0f5-b93109530b53} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 10679 | 2024.11.27 18:41:23.054623 [ 254 ] {8bd77c64-6094-44a5-b0f5-b93109530b53} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 10680 | 2024.11.27 18:41:23.054874 [ 254 ] {8bd77c64-6094-44a5-b0f5-b93109530b53} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10681 | 2024.11.27 18:41:23.055071 [ 79 ] {} <Debug> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 10682 | 2024.11.27 18:41:23.055092 [ 254 ] {8bd77c64-6094-44a5-b0f5-b93109530b53} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.0024 sec., 5833.333333333334 rows/sec., 408.53 KiB/sec. | ||
| 10683 | 2024.11.27 18:41:23.055153 [ 79 ] {} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10684 | 2024.11.27 18:41:23.055233 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 10685 | 2024.11.27 18:41:23.055236 [ 254 ] {8bd77c64-6094-44a5-b0f5-b93109530b53} <Debug> TCPHandler: Processed in 0.002821161 sec. | ||
| 10686 | 2024.11.27 18:41:23.055494 [ 193 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::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 | ||
| 10687 | 2024.11.27 18:41:23.055586 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10688 | 2024.11.27 18:41:23.055688 [ 193 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10689 | 2024.11.27 18:41:23.055732 [ 193 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 242 rows starting from the beginning of the part | ||
| 10690 | 2024.11.27 18:41:23.056087 [ 193 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 14 rows starting from the beginning of the part | ||
| 10691 | 2024.11.27 18:41:23.056094 [ 253 ] {83615f22-d322-45f6-ad33-93fb27d43d2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 10692 | 2024.11.27 18:41:23.056293 [ 253 ] {83615f22-d322-45f6-ad33-93fb27d43d2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 10693 | 2024.11.27 18:41:23.056436 [ 193 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 14 rows starting from the beginning of the part | ||
| 10694 | 2024.11.27 18:41:23.056807 [ 193 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 14 rows starting from the beginning of the part | ||
| 10695 | 2024.11.27 18:41:23.057084 [ 193 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 228 rows starting from the beginning of the part | ||
| 10696 | 2024.11.27 18:41:23.057543 [ 193 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 14 rows starting from the beginning of the part | ||
| 10697 | 2024.11.27 18:41:23.059094 [ 253 ] {83615f22-d322-45f6-ad33-93fb27d43d2d} <Trace> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10698 | 2024.11.27 18:41:23.059166 [ 253 ] {83615f22-d322-45f6-ad33-93fb27d43d2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 10699 | 2024.11.27 18:41:23.060202 [ 253 ] {83615f22-d322-45f6-ad33-93fb27d43d2d} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 10700 | 2024.11.27 18:41:23.060610 [ 189 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 526 rows, containing 5 columns (5 merged, 0 gathered) in 0.005274418 sec., 99726.64282580561 rows/sec., 7.14 MiB/sec. | ||
| 10701 | 2024.11.27 18:41:23.060735 [ 253 ] {83615f22-d322-45f6-ad33-93fb27d43d2d} <Trace> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10702 | 2024.11.27 18:41:23.060848 [ 194 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 10703 | 2024.11.27 18:41:23.061122 [ 253 ] {83615f22-d322-45f6-ad33-93fb27d43d2d} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005284 sec., 2460.2573807721424 rows/sec., 153.40 KiB/sec. | ||
| 10704 | 2024.11.27 18:41:23.061394 [ 253 ] {83615f22-d322-45f6-ad33-93fb27d43d2d} <Debug> TCPHandler: Processed in 0.005991709 sec. | ||
| 10705 | 2024.11.27 18:41:23.061657 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10706 | 2024.11.27 18:41:23.061671 [ 194 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_46_9} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10707 | 2024.11.27 18:41:23.061838 [ 194 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_46_9} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 10708 | 2024.11.27 18:41:23.061849 [ 254 ] {bdc49629-fe1b-4e71-8473-e6c4d5744c8c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10709 | 2024.11.27 18:41:23.061949 [ 254 ] {bdc49629-fe1b-4e71-8473-e6c4d5744c8c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10710 | 2024.11.27 18:41:23.061994 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 10711 | 2024.11.27 18:41:23.062853 [ 254 ] {bdc49629-fe1b-4e71-8473-e6c4d5744c8c} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10712 | 2024.11.27 18:41:23.062897 [ 254 ] {bdc49629-fe1b-4e71-8473-e6c4d5744c8c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 10713 | 2024.11.27 18:41:23.063300 [ 254 ] {bdc49629-fe1b-4e71-8473-e6c4d5744c8c} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 10714 | 2024.11.27 18:41:23.063538 [ 254 ] {bdc49629-fe1b-4e71-8473-e6c4d5744c8c} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10715 | 2024.11.27 18:41:23.063736 [ 79 ] {} <Debug> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 10716 | 2024.11.27 18:41:23.063792 [ 254 ] {bdc49629-fe1b-4e71-8473-e6c4d5744c8c} <Debug> executeQuery: Read 407 rows, 29.68 KiB in 0.001987 sec., 204831.40412682435 rows/sec., 14.59 MiB/sec. | ||
| 10717 | 2024.11.27 18:41:23.063822 [ 79 ] {} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10718 | 2024.11.27 18:41:23.063918 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 10719 | 2024.11.27 18:41:23.063932 [ 254 ] {bdc49629-fe1b-4e71-8473-e6c4d5744c8c} <Debug> TCPHandler: Processed in 0.002423316 sec. | ||
| 10720 | 2024.11.27 18:41:23.064246 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10721 | 2024.11.27 18:41:23.064279 [ 189 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::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 | ||
| 10722 | 2024.11.27 18:41:23.064740 [ 253 ] {58d4f8af-f1bf-4532-8010-f8e1264c7ef4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 10723 | 2024.11.27 18:41:23.065001 [ 253 ] {58d4f8af-f1bf-4532-8010-f8e1264c7ef4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 10724 | 2024.11.27 18:41:23.065098 [ 189 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10725 | 2024.11.27 18:41:23.065271 [ 189 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 915 rows starting from the beginning of the part | ||
| 10726 | 2024.11.27 18:41:23.065693 [ 189 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 415 rows starting from the beginning of the part | ||
| 10727 | 2024.11.27 18:41:23.066385 [ 189 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 80 rows starting from the beginning of the part | ||
| 10728 | 2024.11.27 18:41:23.067149 [ 189 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 407 rows starting from the beginning of the part | ||
| 10729 | 2024.11.27 18:41:23.067769 [ 189 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 538 rows starting from the beginning of the part | ||
| 10730 | 2024.11.27 18:41:23.068100 [ 189 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 407 rows starting from the beginning of the part | ||
| 10731 | 2024.11.27 18:41:23.068766 [ 253 ] {58d4f8af-f1bf-4532-8010-f8e1264c7ef4} <Trace> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10732 | 2024.11.27 18:41:23.068842 [ 253 ] {58d4f8af-f1bf-4532-8010-f8e1264c7ef4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 10733 | 2024.11.27 18:41:23.069698 [ 253 ] {58d4f8af-f1bf-4532-8010-f8e1264c7ef4} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 10734 | 2024.11.27 18:41:23.070262 [ 253 ] {58d4f8af-f1bf-4532-8010-f8e1264c7ef4} <Trace> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10735 | 2024.11.27 18:41:23.070649 [ 253 ] {58d4f8af-f1bf-4532-8010-f8e1264c7ef4} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.006158 sec., 974.3423189347191 rows/sec., 50.91 KiB/sec. | ||
| 10736 | 2024.11.27 18:41:23.070726 [ 253 ] {58d4f8af-f1bf-4532-8010-f8e1264c7ef4} <Debug> TCPHandler: Processed in 0.006675419 sec. | ||
| 10737 | 2024.11.27 18:41:23.070955 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10738 | 2024.11.27 18:41:23.071220 [ 189 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2762 rows, containing 5 columns (5 merged, 0 gathered) in 0.007183236 sec., 384506.3701095161 rows/sec., 29.35 MiB/sec. | ||
| 10739 | 2024.11.27 18:41:23.071233 [ 254 ] {c4edd57d-d309-49ad-9433-afe83b2eb1bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10740 | 2024.11.27 18:41:23.071323 [ 254 ] {c4edd57d-d309-49ad-9433-afe83b2eb1bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10741 | 2024.11.27 18:41:23.071561 [ 196 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 10742 | 2024.11.27 18:41:23.072191 [ 196 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_81_16} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10743 | 2024.11.27 18:41:23.072410 [ 196 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_81_16} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 10744 | 2024.11.27 18:41:23.072443 [ 254 ] {c4edd57d-d309-49ad-9433-afe83b2eb1bd} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10745 | 2024.11.27 18:41:23.072522 [ 254 ] {c4edd57d-d309-49ad-9433-afe83b2eb1bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 10746 | 2024.11.27 18:41:23.072559 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.60 MiB. | ||
| 10747 | 2024.11.27 18:41:23.072976 [ 254 ] {c4edd57d-d309-49ad-9433-afe83b2eb1bd} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 10748 | 2024.11.27 18:41:23.073223 [ 254 ] {c4edd57d-d309-49ad-9433-afe83b2eb1bd} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10749 | 2024.11.27 18:41:23.073399 [ 79 ] {} <Debug> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 10750 | 2024.11.27 18:41:23.073450 [ 79 ] {} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10751 | 2024.11.27 18:41:23.073474 [ 254 ] {c4edd57d-d309-49ad-9433-afe83b2eb1bd} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002287 sec., 103629.20857017928 rows/sec., 6.95 MiB/sec. | ||
| 10752 | 2024.11.27 18:41:23.073489 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 10753 | 2024.11.27 18:41:23.073662 [ 254 ] {c4edd57d-d309-49ad-9433-afe83b2eb1bd} <Debug> TCPHandler: Processed in 0.002828892 sec. | ||
| 10754 | 2024.11.27 18:41:23.073820 [ 199 ] {67d43675-535f-43d0-af84-f38bbc85c22c::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 | ||
| 10755 | 2024.11.27 18:41:23.073937 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10756 | 2024.11.27 18:41:23.074340 [ 253 ] {5d560c49-4ea6-4fe3-b259-566279995245} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 10757 | 2024.11.27 18:41:23.074371 [ 199 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10758 | 2024.11.27 18:41:23.074502 [ 253 ] {5d560c49-4ea6-4fe3-b259-566279995245} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 10759 | 2024.11.27 18:41:23.074555 [ 199 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_76_15, total 23729 rows starting from the beginning of the part | ||
| 10760 | 2024.11.27 18:41:23.075131 [ 199 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 241 rows starting from the beginning of the part | ||
| 10761 | 2024.11.27 18:41:23.075591 [ 199 ] {67d43675-535f-43d0-af84-f38bbc85c22c::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 | ||
| 10762 | 2024.11.27 18:41:23.076133 [ 199 ] {67d43675-535f-43d0-af84-f38bbc85c22c::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 | ||
| 10763 | 2024.11.27 18:41:23.076617 [ 199 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 881 rows starting from the beginning of the part | ||
| 10764 | 2024.11.27 18:41:23.076912 [ 199 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 237 rows starting from the beginning of the part | ||
| 10765 | 2024.11.27 18:41:23.077900 [ 253 ] {5d560c49-4ea6-4fe3-b259-566279995245} <Trace> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10766 | 2024.11.27 18:41:23.077970 [ 253 ] {5d560c49-4ea6-4fe3-b259-566279995245} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 10767 | 2024.11.27 18:41:23.078553 [ 253 ] {5d560c49-4ea6-4fe3-b259-566279995245} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 10768 | 2024.11.27 18:41:23.078849 [ 253 ] {5d560c49-4ea6-4fe3-b259-566279995245} <Trace> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10769 | 2024.11.27 18:41:23.079204 [ 253 ] {5d560c49-4ea6-4fe3-b259-566279995245} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.005006 sec., 199.76028765481422 rows/sec., 13.46 KiB/sec. | ||
| 10770 | 2024.11.27 18:41:23.079418 [ 253 ] {5d560c49-4ea6-4fe3-b259-566279995245} <Debug> TCPHandler: Processed in 0.005581913 sec. | ||
| 10771 | 2024.11.27 18:41:23.079600 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10772 | 2024.11.27 18:41:23.079737 [ 254 ] {73ef26bc-cbbc-49bd-a4cd-ca550bc290cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10773 | 2024.11.27 18:41:23.079851 [ 254 ] {73ef26bc-cbbc-49bd-a4cd-ca550bc290cd} <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 | ||
| 10774 | 2024.11.27 18:41:23.081393 [ 254 ] {73ef26bc-cbbc-49bd-a4cd-ca550bc290cd} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10775 | 2024.11.27 18:41:23.081442 [ 254 ] {73ef26bc-cbbc-49bd-a4cd-ca550bc290cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 10776 | 2024.11.27 18:41:23.082224 [ 254 ] {73ef26bc-cbbc-49bd-a4cd-ca550bc290cd} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 10777 | 2024.11.27 18:41:23.082539 [ 254 ] {73ef26bc-cbbc-49bd-a4cd-ca550bc290cd} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10778 | 2024.11.27 18:41:23.082978 [ 254 ] {73ef26bc-cbbc-49bd-a4cd-ca550bc290cd} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.003263 sec., 7661.661048115232 rows/sec., 13.73 MiB/sec. | ||
| 10779 | 2024.11.27 18:41:23.083125 [ 254 ] {73ef26bc-cbbc-49bd-a4cd-ca550bc290cd} <Debug> TCPHandler: Processed in 0.003605534 sec. | ||
| 10780 | 2024.11.27 18:41:23.083288 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10781 | 2024.11.27 18:41:23.083450 [ 253 ] {52071066-17fb-435a-8d24-ad91e5d99319} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10782 | 2024.11.27 18:41:23.083502 [ 253 ] {52071066-17fb-435a-8d24-ad91e5d99319} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10783 | 2024.11.27 18:41:23.084191 [ 253 ] {52071066-17fb-435a-8d24-ad91e5d99319} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10784 | 2024.11.27 18:41:23.084234 [ 253 ] {52071066-17fb-435a-8d24-ad91e5d99319} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 10785 | 2024.11.27 18:41:23.084908 [ 199 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 25485 rows, containing 5 columns (5 merged, 0 gathered) in 0.011292517 sec., 2256804.2182269907 rows/sec., 152.74 MiB/sec. | ||
| 10786 | 2024.11.27 18:41:23.085027 [ 253 ] {52071066-17fb-435a-8d24-ad91e5d99319} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 10787 | 2024.11.27 18:41:23.085271 [ 200 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 10788 | 2024.11.27 18:41:23.085454 [ 253 ] {52071066-17fb-435a-8d24-ad91e5d99319} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10789 | 2024.11.27 18:41:23.085710 [ 79 ] {} <Debug> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 10790 | 2024.11.27 18:41:23.085825 [ 79 ] {} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10791 | 2024.11.27 18:41:23.085875 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 10792 | 2024.11.27 18:41:23.085940 [ 253 ] {52071066-17fb-435a-8d24-ad91e5d99319} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002508 sec., 32695.37480063796 rows/sec., 2.08 MiB/sec. | ||
| 10793 | 2024.11.27 18:41:23.086257 [ 200 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10794 | 2024.11.27 18:41:23.086357 [ 187 ] {c59724f6-f374-41a1-8302-611230e47527::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 | ||
| 10795 | 2024.11.27 18:41:23.086358 [ 253 ] {52071066-17fb-435a-8d24-ad91e5d99319} <Debug> TCPHandler: Processed in 0.003120256 sec. | ||
| 10796 | 2024.11.27 18:41:23.086503 [ 200 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_81_16} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 10797 | 2024.11.27 18:41:23.086731 [ 187 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10798 | 2024.11.27 18:41:23.086733 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.34 MiB. | ||
| 10799 | 2024.11.27 18:41:23.086799 [ 187 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 5100 rows starting from the beginning of the part | ||
| 10800 | 2024.11.27 18:41:23.086907 [ 187 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 82 rows starting from the beginning of the part | ||
| 10801 | 2024.11.27 18:41:23.087086 [ 187 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 60 rows starting from the beginning of the part | ||
| 10802 | 2024.11.27 18:41:23.087302 [ 187 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 82 rows starting from the beginning of the part | ||
| 10803 | 2024.11.27 18:41:23.087443 [ 187 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 60 rows starting from the beginning of the part | ||
| 10804 | 2024.11.27 18:41:23.087601 [ 187 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 82 rows starting from the beginning of the part | ||
| 10805 | 2024.11.27 18:41:23.089454 [ 192 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5466 rows, containing 4 columns (4 merged, 0 gathered) in 0.003428931 sec., 1594082.8205641932 rows/sec., 104.35 MiB/sec. | ||
| 10806 | 2024.11.27 18:41:23.089899 [ 192 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 10807 | 2024.11.27 18:41:23.090232 [ 192 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_81_16} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10808 | 2024.11.27 18:41:23.090315 [ 192 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_81_16} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 10809 | 2024.11.27 18:41:23.090400 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.13 MiB. | ||
| 10810 | 2024.11.27 18:41:27.317896 [ 74 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 10811 | 2024.11.27 18:41:27.317970 [ 74 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 10812 | 2024.11.27 18:41:27.487114 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 25681 | ||
| 10813 | 2024.11.27 18:41:27.488140 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10814 | 2024.11.27 18:41:27.488215 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 10815 | 2024.11.27 18:41:27.488930 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 10816 | 2024.11.27 18:41:27.489187 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10817 | 2024.11.27 18:41:27.489439 [ 73 ] {} <Debug> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 10818 | 2024.11.27 18:41:27.489487 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 25681 | ||
| 10819 | 2024.11.27 18:41:27.489559 [ 73 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10820 | 2024.11.27 18:41:27.489607 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 10821 | 2024.11.27 18:41:27.489767 [ 191 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::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 | ||
| 10822 | 2024.11.27 18:41:27.489894 [ 191 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10823 | 2024.11.27 18:41:27.489935 [ 191 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 4 marks from part all_1_51_10, total 23363 rows starting from the beginning of the part | ||
| 10824 | 2024.11.27 18:41:27.490019 [ 191 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 488 rows starting from the beginning of the part | ||
| 10825 | 2024.11.27 18:41:27.490250 [ 191 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 427 rows starting from the beginning of the part | ||
| 10826 | 2024.11.27 18:41:27.490501 [ 191 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 488 rows starting from the beginning of the part | ||
| 10827 | 2024.11.27 18:41:27.490701 [ 191 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 427 rows starting from the beginning of the part | ||
| 10828 | 2024.11.27 18:41:27.490998 [ 191 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 488 rows starting from the beginning of the part | ||
| 10829 | 2024.11.27 18:41:27.493746 [ 188 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 25681 rows, containing 4 columns (4 merged, 0 gathered) in 0.00403615 sec., 6362746.67690745 rows/sec., 91.02 MiB/sec. | ||
| 10830 | 2024.11.27 18:41:27.494183 [ 188 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 10831 | 2024.11.27 18:41:27.494553 [ 188 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_56_11} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10832 | 2024.11.27 18:41:27.494649 [ 188 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_56_11} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 10833 | 2024.11.27 18:41:27.494767 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.73 MiB. | ||
| 10834 | 2024.11.27 18:41:27.626283 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 1520 | ||
| 10835 | 2024.11.27 18:41:27.630634 [ 242 ] {} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10836 | 2024.11.27 18:41:27.630676 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 10837 | 2024.11.27 18:41:27.632201 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 10838 | 2024.11.27 18:41:27.632520 [ 242 ] {} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10839 | 2024.11.27 18:41:27.632695 [ 73 ] {} <Debug> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 10840 | 2024.11.27 18:41:27.632764 [ 73 ] {} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10841 | 2024.11.27 18:41:27.632810 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 10842 | 2024.11.27 18:41:27.633481 [ 191 ] {b2094d96-d5ad-4d24-939b-7466c2610b9f::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 | ||
| 10843 | 2024.11.27 18:41:27.634977 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1520 | ||
| 10844 | 2024.11.27 18:41:27.635376 [ 191 ] {b2094d96-d5ad-4d24-939b-7466c2610b9f::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10845 | 2024.11.27 18:41:27.635556 [ 191 ] {b2094d96-d5ad-4d24-939b-7466c2610b9f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1340 rows starting from the beginning of the part | ||
| 10846 | 2024.11.27 18:41:27.636195 [ 191 ] {b2094d96-d5ad-4d24-939b-7466c2610b9f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 34 rows starting from the beginning of the part | ||
| 10847 | 2024.11.27 18:41:27.636810 [ 191 ] {b2094d96-d5ad-4d24-939b-7466c2610b9f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 38 rows starting from the beginning of the part | ||
| 10848 | 2024.11.27 18:41:27.637429 [ 191 ] {b2094d96-d5ad-4d24-939b-7466c2610b9f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 36 rows starting from the beginning of the part | ||
| 10849 | 2024.11.27 18:41:27.638005 [ 191 ] {b2094d96-d5ad-4d24-939b-7466c2610b9f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 34 rows starting from the beginning of the part | ||
| 10850 | 2024.11.27 18:41:27.638589 [ 191 ] {b2094d96-d5ad-4d24-939b-7466c2610b9f::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 38 rows starting from the beginning of the part | ||
| 10851 | 2024.11.27 18:41:27.647145 [ 190 ] {b2094d96-d5ad-4d24-939b-7466c2610b9f::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1520 rows, containing 72 columns (72 merged, 0 gathered) in 0.01417226 sec., 107251.77212385321 rows/sec., 83.28 MiB/sec. | ||
| 10852 | 2024.11.27 18:41:27.649287 [ 190 ] {b2094d96-d5ad-4d24-939b-7466c2610b9f::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 10853 | 2024.11.27 18:41:27.650063 [ 190 ] {b2094d96-d5ad-4d24-939b-7466c2610b9f::all_1_41_8} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10854 | 2024.11.27 18:41:27.650141 [ 190 ] {b2094d96-d5ad-4d24-939b-7466c2610b9f::all_1_41_8} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 10855 | 2024.11.27 18:41:27.650484 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.94 MiB. | ||
| 10856 | 2024.11.27 18:41:28.038625 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10857 | 2024.11.27 18:41:28.038830 [ 253 ] {ed52cc55-2dcc-44a9-9823-d70b31d3ce1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10858 | 2024.11.27 18:41:28.038910 [ 253 ] {ed52cc55-2dcc-44a9-9823-d70b31d3ce1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10859 | 2024.11.27 18:41:28.039726 [ 253 ] {ed52cc55-2dcc-44a9-9823-d70b31d3ce1a} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10860 | 2024.11.27 18:41:28.039770 [ 253 ] {ed52cc55-2dcc-44a9-9823-d70b31d3ce1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 10861 | 2024.11.27 18:41:28.040205 [ 253 ] {ed52cc55-2dcc-44a9-9823-d70b31d3ce1a} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 10862 | 2024.11.27 18:41:28.040463 [ 253 ] {ed52cc55-2dcc-44a9-9823-d70b31d3ce1a} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10863 | 2024.11.27 18:41:28.040658 [ 253 ] {ed52cc55-2dcc-44a9-9823-d70b31d3ce1a} <Debug> executeQuery: Read 88 rows, 7.40 KiB in 0.001888 sec., 46610.16949152543 rows/sec., 3.83 MiB/sec. | ||
| 10864 | 2024.11.27 18:41:28.040727 [ 253 ] {ed52cc55-2dcc-44a9-9823-d70b31d3ce1a} <Debug> TCPHandler: Processed in 0.002236223 sec. | ||
| 10865 | 2024.11.27 18:41:28.040978 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10866 | 2024.11.27 18:41:28.041163 [ 254 ] {32696fe4-2ef8-481d-b73b-6ae2f8f9dda1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10867 | 2024.11.27 18:41:28.041236 [ 254 ] {32696fe4-2ef8-481d-b73b-6ae2f8f9dda1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10868 | 2024.11.27 18:41:28.041989 [ 254 ] {32696fe4-2ef8-481d-b73b-6ae2f8f9dda1} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10869 | 2024.11.27 18:41:28.042037 [ 254 ] {32696fe4-2ef8-481d-b73b-6ae2f8f9dda1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 10870 | 2024.11.27 18:41:28.042483 [ 254 ] {32696fe4-2ef8-481d-b73b-6ae2f8f9dda1} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 10871 | 2024.11.27 18:41:28.042729 [ 254 ] {32696fe4-2ef8-481d-b73b-6ae2f8f9dda1} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10872 | 2024.11.27 18:41:28.042990 [ 254 ] {32696fe4-2ef8-481d-b73b-6ae2f8f9dda1} <Debug> executeQuery: Read 16 rows, 1.20 KiB in 0.001872 sec., 8547.008547008547 rows/sec., 642.69 KiB/sec. | ||
| 10873 | 2024.11.27 18:41:28.043058 [ 254 ] {32696fe4-2ef8-481d-b73b-6ae2f8f9dda1} <Debug> TCPHandler: Processed in 0.002205573 sec. | ||
| 10874 | 2024.11.27 18:41:28.043255 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10875 | 2024.11.27 18:41:28.043417 [ 253 ] {d0b64b66-c6f9-4cbe-baa0-f7f584f7180e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 10876 | 2024.11.27 18:41:28.043482 [ 253 ] {d0b64b66-c6f9-4cbe-baa0-f7f584f7180e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 10877 | 2024.11.27 18:41:28.044111 [ 253 ] {d0b64b66-c6f9-4cbe-baa0-f7f584f7180e} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10878 | 2024.11.27 18:41:28.044150 [ 253 ] {d0b64b66-c6f9-4cbe-baa0-f7f584f7180e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 10879 | 2024.11.27 18:41:28.044533 [ 253 ] {d0b64b66-c6f9-4cbe-baa0-f7f584f7180e} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 10880 | 2024.11.27 18:41:28.044785 [ 253 ] {d0b64b66-c6f9-4cbe-baa0-f7f584f7180e} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10881 | 2024.11.27 18:41:28.044966 [ 253 ] {d0b64b66-c6f9-4cbe-baa0-f7f584f7180e} <Debug> executeQuery: Read 80 rows, 6.40 KiB in 0.001594 sec., 50188.20577164367 rows/sec., 3.92 MiB/sec. | ||
| 10882 | 2024.11.27 18:41:28.045025 [ 253 ] {d0b64b66-c6f9-4cbe-baa0-f7f584f7180e} <Debug> TCPHandler: Processed in 0.001875228 sec. | ||
| 10883 | 2024.11.27 18:41:28.045185 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10884 | 2024.11.27 18:41:28.045313 [ 254 ] {8906b9d7-719d-4cf1-828d-ee9fd134c840} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 10885 | 2024.11.27 18:41:28.045367 [ 254 ] {8906b9d7-719d-4cf1-828d-ee9fd134c840} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 10886 | 2024.11.27 18:41:28.045933 [ 254 ] {8906b9d7-719d-4cf1-828d-ee9fd134c840} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10887 | 2024.11.27 18:41:28.045971 [ 254 ] {8906b9d7-719d-4cf1-828d-ee9fd134c840} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 10888 | 2024.11.27 18:41:28.046373 [ 254 ] {8906b9d7-719d-4cf1-828d-ee9fd134c840} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 10889 | 2024.11.27 18:41:28.046611 [ 254 ] {8906b9d7-719d-4cf1-828d-ee9fd134c840} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10890 | 2024.11.27 18:41:28.046831 [ 254 ] {8906b9d7-719d-4cf1-828d-ee9fd134c840} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00155 sec., 103225.80645161291 rows/sec., 7.19 MiB/sec. | ||
| 10891 | 2024.11.27 18:41:28.046935 [ 254 ] {8906b9d7-719d-4cf1-828d-ee9fd134c840} <Debug> TCPHandler: Processed in 0.001803787 sec. | ||
| 10892 | 2024.11.27 18:41:28.047136 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10893 | 2024.11.27 18:41:28.047294 [ 253 ] {64df3509-f447-4d28-b995-b7b579df4dfd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 10894 | 2024.11.27 18:41:28.047382 [ 253 ] {64df3509-f447-4d28-b995-b7b579df4dfd} <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 | ||
| 10895 | 2024.11.27 18:41:28.048578 [ 253 ] {64df3509-f447-4d28-b995-b7b579df4dfd} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10896 | 2024.11.27 18:41:28.048618 [ 253 ] {64df3509-f447-4d28-b995-b7b579df4dfd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 10897 | 2024.11.27 18:41:28.049260 [ 253 ] {64df3509-f447-4d28-b995-b7b579df4dfd} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 10898 | 2024.11.27 18:41:28.049526 [ 253 ] {64df3509-f447-4d28-b995-b7b579df4dfd} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10899 | 2024.11.27 18:41:28.049779 [ 253 ] {64df3509-f447-4d28-b995-b7b579df4dfd} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002512 sec., 6369.426751592357 rows/sec., 11.41 MiB/sec. | ||
| 10900 | 2024.11.27 18:41:28.049975 [ 253 ] {64df3509-f447-4d28-b995-b7b579df4dfd} <Debug> TCPHandler: Processed in 0.002943564 sec. | ||
| 10901 | 2024.11.27 18:41:28.050235 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10902 | 2024.11.27 18:41:28.050386 [ 254 ] {4bdea876-f796-48c0-a866-75381b4d9312} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 10903 | 2024.11.27 18:41:28.050437 [ 254 ] {4bdea876-f796-48c0-a866-75381b4d9312} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 10904 | 2024.11.27 18:41:28.050939 [ 254 ] {4bdea876-f796-48c0-a866-75381b4d9312} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10905 | 2024.11.27 18:41:28.050978 [ 254 ] {4bdea876-f796-48c0-a866-75381b4d9312} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 10906 | 2024.11.27 18:41:28.051363 [ 254 ] {4bdea876-f796-48c0-a866-75381b4d9312} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 10907 | 2024.11.27 18:41:28.051615 [ 254 ] {4bdea876-f796-48c0-a866-75381b4d9312} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10908 | 2024.11.27 18:41:28.051828 [ 254 ] {4bdea876-f796-48c0-a866-75381b4d9312} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001466 sec., 40927.69440654843 rows/sec., 2.76 MiB/sec. | ||
| 10909 | 2024.11.27 18:41:28.051876 [ 254 ] {4bdea876-f796-48c0-a866-75381b4d9312} <Debug> TCPHandler: Processed in 0.001793857 sec. | ||
| 10910 | 2024.11.27 18:41:29.324447 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 422 | ||
| 10911 | 2024.11.27 18:41:29.346914 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10912 | 2024.11.27 18:41:29.346977 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 10913 | 2024.11.27 18:41:29.354200 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 10914 | 2024.11.27 18:41:29.355174 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10915 | 2024.11.27 18:41:29.355546 [ 70 ] {} <Debug> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 10916 | 2024.11.27 18:41:29.355662 [ 70 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10917 | 2024.11.27 18:41:29.355728 [ 70 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 10918 | 2024.11.27 18:41:29.355967 [ 188 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::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 | ||
| 10919 | 2024.11.27 18:41:29.365197 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 422 | ||
| 10920 | 2024.11.27 18:41:29.366070 [ 188 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10921 | 2024.11.27 18:41:29.366994 [ 188 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 385 rows starting from the beginning of the part | ||
| 10922 | 2024.11.27 18:41:29.371758 [ 188 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 7 rows starting from the beginning of the part | ||
| 10923 | 2024.11.27 18:41:29.376658 [ 188 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 8 rows starting from the beginning of the part | ||
| 10924 | 2024.11.27 18:41:29.381800 [ 188 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 7 rows starting from the beginning of the part | ||
| 10925 | 2024.11.27 18:41:29.387237 [ 188 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 8 rows starting from the beginning of the part | ||
| 10926 | 2024.11.27 18:41:29.392716 [ 188 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 7 rows starting from the beginning of the part | ||
| 10927 | 2024.11.27 18:41:29.451026 [ 188 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 422 rows, containing 679 columns (679 merged, 0 gathered) in 0.095178241 sec., 4433.786499584501 rows/sec., 22.93 MiB/sec. | ||
| 10928 | 2024.11.27 18:41:29.452968 [ 196 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 10929 | 2024.11.27 18:41:29.455357 [ 196 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_56_11} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10930 | 2024.11.27 18:41:29.455454 [ 196 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_56_11} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 10931 | 2024.11.27 18:41:29.456724 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. | ||
| 10932 | 2024.11.27 18:41:33.043935 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10933 | 2024.11.27 18:41:33.044154 [ 253 ] {798a931d-a5ad-4e11-8e35-70d64ea1bd38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 10934 | 2024.11.27 18:41:33.044231 [ 253 ] {798a931d-a5ad-4e11-8e35-70d64ea1bd38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 10935 | 2024.11.27 18:41:33.045015 [ 253 ] {798a931d-a5ad-4e11-8e35-70d64ea1bd38} <Trace> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10936 | 2024.11.27 18:41:33.045071 [ 253 ] {798a931d-a5ad-4e11-8e35-70d64ea1bd38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 10937 | 2024.11.27 18:41:33.045520 [ 253 ] {798a931d-a5ad-4e11-8e35-70d64ea1bd38} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 10938 | 2024.11.27 18:41:33.045772 [ 253 ] {798a931d-a5ad-4e11-8e35-70d64ea1bd38} <Trace> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10939 | 2024.11.27 18:41:33.045986 [ 68 ] {} <Debug> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb) (MergerMutator): Selected 5 parts from all_1_30_7 to all_34_34_0 | ||
| 10940 | 2024.11.27 18:41:33.046013 [ 253 ] {798a931d-a5ad-4e11-8e35-70d64ea1bd38} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001914 sec., 7314.524555903867 rows/sec., 526.55 KiB/sec. | ||
| 10941 | 2024.11.27 18:41:33.046065 [ 68 ] {} <Trace> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10942 | 2024.11.27 18:41:33.046135 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 10943 | 2024.11.27 18:41:33.046157 [ 253 ] {798a931d-a5ad-4e11-8e35-70d64ea1bd38} <Debug> TCPHandler: Processed in 0.002353935 sec. | ||
| 10944 | 2024.11.27 18:41:33.046513 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10945 | 2024.11.27 18:41:33.046539 [ 192 ] {17effacc-4e38-4bb0-b3f7-e2a659fcc7fb::all_1_34_8} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_30_7 to all_34_34_0 into Compact with storage Full | ||
| 10946 | 2024.11.27 18:41:33.046889 [ 254 ] {d5d1ab17-9b8c-469a-a801-34ba6a2954f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 10947 | 2024.11.27 18:41:33.047001 [ 254 ] {d5d1ab17-9b8c-469a-a801-34ba6a2954f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 10948 | 2024.11.27 18:41:33.047098 [ 192 ] {17effacc-4e38-4bb0-b3f7-e2a659fcc7fb::all_1_34_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10949 | 2024.11.27 18:41:33.047225 [ 192 ] {17effacc-4e38-4bb0-b3f7-e2a659fcc7fb::all_1_34_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_30_7, total 14 rows starting from the beginning of the part | ||
| 10950 | 2024.11.27 18:41:33.047556 [ 192 ] {17effacc-4e38-4bb0-b3f7-e2a659fcc7fb::all_1_34_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 14 rows starting from the beginning of the part | ||
| 10951 | 2024.11.27 18:41:33.047954 [ 192 ] {17effacc-4e38-4bb0-b3f7-e2a659fcc7fb::all_1_34_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 14 rows starting from the beginning of the part | ||
| 10952 | 2024.11.27 18:41:33.048385 [ 192 ] {17effacc-4e38-4bb0-b3f7-e2a659fcc7fb::all_1_34_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 14 rows starting from the beginning of the part | ||
| 10953 | 2024.11.27 18:41:33.048740 [ 192 ] {17effacc-4e38-4bb0-b3f7-e2a659fcc7fb::all_1_34_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 14 rows starting from the beginning of the part | ||
| 10954 | 2024.11.27 18:41:33.050121 [ 254 ] {d5d1ab17-9b8c-469a-a801-34ba6a2954f0} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10955 | 2024.11.27 18:41:33.050210 [ 254 ] {d5d1ab17-9b8c-469a-a801-34ba6a2954f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 10956 | 2024.11.27 18:41:33.051059 [ 192 ] {17effacc-4e38-4bb0-b3f7-e2a659fcc7fb::all_1_34_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004802172 sec., 14576.737359678078 rows/sec., 1.08 MiB/sec. | ||
| 10957 | 2024.11.27 18:41:33.051236 [ 254 ] {d5d1ab17-9b8c-469a-a801-34ba6a2954f0} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 10958 | 2024.11.27 18:41:33.051247 [ 192 ] {17effacc-4e38-4bb0-b3f7-e2a659fcc7fb::all_1_34_8} <Trace> MergedBlockOutputStream: filled checksums all_1_34_8 (state Temporary) | ||
| 10959 | 2024.11.27 18:41:33.051726 [ 254 ] {d5d1ab17-9b8c-469a-a801-34ba6a2954f0} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10960 | 2024.11.27 18:41:33.051833 [ 192 ] {17effacc-4e38-4bb0-b3f7-e2a659fcc7fb::all_1_34_8} <Trace> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb): Renaming temporary part tmp_merge_all_1_34_8 to all_1_34_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10961 | 2024.11.27 18:41:33.052122 [ 192 ] {17effacc-4e38-4bb0-b3f7-e2a659fcc7fb::all_1_34_8} <Trace> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb) (MergerMutator): Merged 5 parts: [all_1_30_7, all_34_34_0] -> all_1_34_8 | ||
| 10962 | 2024.11.27 18:41:33.052191 [ 254 ] {d5d1ab17-9b8c-469a-a801-34ba6a2954f0} <Debug> executeQuery: Read 253 rows, 22.72 KiB in 0.005422 sec., 46661.7484323128 rows/sec., 4.09 MiB/sec. | ||
| 10963 | 2024.11.27 18:41:33.052276 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 10964 | 2024.11.27 18:41:33.052390 [ 254 ] {d5d1ab17-9b8c-469a-a801-34ba6a2954f0} <Debug> TCPHandler: Processed in 0.00609545 sec. | ||
| 10965 | 2024.11.27 18:41:33.052568 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10966 | 2024.11.27 18:41:33.052706 [ 253 ] {5cbffc90-f6f1-4112-8b63-41fa1e670f7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 10967 | 2024.11.27 18:41:33.052762 [ 253 ] {5cbffc90-f6f1-4112-8b63-41fa1e670f7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 10968 | 2024.11.27 18:41:33.053378 [ 253 ] {5cbffc90-f6f1-4112-8b63-41fa1e670f7a} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10969 | 2024.11.27 18:41:33.053421 [ 253 ] {5cbffc90-f6f1-4112-8b63-41fa1e670f7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 10970 | 2024.11.27 18:41:33.053808 [ 253 ] {5cbffc90-f6f1-4112-8b63-41fa1e670f7a} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 10971 | 2024.11.27 18:41:33.054049 [ 253 ] {5cbffc90-f6f1-4112-8b63-41fa1e670f7a} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10972 | 2024.11.27 18:41:33.054247 [ 68 ] {} <Debug> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c) (MergerMutator): Selected 6 parts from all_1_70_14 to all_75_75_0 | ||
| 10973 | 2024.11.27 18:41:33.054285 [ 253 ] {5cbffc90-f6f1-4112-8b63-41fa1e670f7a} <Debug> executeQuery: Read 32 rows, 2.34 KiB in 0.001602 sec., 19975.031210986268 rows/sec., 1.42 MiB/sec. | ||
| 10974 | 2024.11.27 18:41:33.054303 [ 68 ] {} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10975 | 2024.11.27 18:41:33.054373 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 10976 | 2024.11.27 18:41:33.054412 [ 253 ] {5cbffc90-f6f1-4112-8b63-41fa1e670f7a} <Debug> TCPHandler: Processed in 0.001900938 sec. | ||
| 10977 | 2024.11.27 18:41:33.054630 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10978 | 2024.11.27 18:41:33.054633 [ 200 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::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 | ||
| 10979 | 2024.11.27 18:41:33.054860 [ 254 ] {2cde6392-e86c-40cb-abe4-12c5ec542254} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 10980 | 2024.11.27 18:41:33.054878 [ 200 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_75_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 10981 | 2024.11.27 18:41:33.054940 [ 200 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_70_14, total 66 rows starting from the beginning of the part | ||
| 10982 | 2024.11.27 18:41:33.054950 [ 254 ] {2cde6392-e86c-40cb-abe4-12c5ec542254} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 10983 | 2024.11.27 18:41:33.055292 [ 200 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 32 rows starting from the beginning of the part | ||
| 10984 | 2024.11.27 18:41:33.055580 [ 200 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 18 rows starting from the beginning of the part | ||
| 10985 | 2024.11.27 18:41:33.055921 [ 200 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 32 rows starting from the beginning of the part | ||
| 10986 | 2024.11.27 18:41:33.056301 [ 200 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 16 rows starting from the beginning of the part | ||
| 10987 | 2024.11.27 18:41:33.056684 [ 200 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_75_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 32 rows starting from the beginning of the part | ||
| 10988 | 2024.11.27 18:41:33.057724 [ 254 ] {2cde6392-e86c-40cb-abe4-12c5ec542254} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 10989 | 2024.11.27 18:41:33.057799 [ 254 ] {2cde6392-e86c-40cb-abe4-12c5ec542254} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 10990 | 2024.11.27 18:41:33.058831 [ 254 ] {2cde6392-e86c-40cb-abe4-12c5ec542254} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 10991 | 2024.11.27 18:41:33.059190 [ 200 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_75_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 5 columns (5 merged, 0 gathered) in 0.0047152 sec., 41567.69596199525 rows/sec., 3.13 MiB/sec. | ||
| 10992 | 2024.11.27 18:41:33.059350 [ 254 ] {2cde6392-e86c-40cb-abe4-12c5ec542254} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10993 | 2024.11.27 18:41:33.059477 [ 189 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_75_15} <Trace> MergedBlockOutputStream: filled checksums all_1_75_15 (state Temporary) | ||
| 10994 | 2024.11.27 18:41:33.059960 [ 254 ] {2cde6392-e86c-40cb-abe4-12c5ec542254} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005171 sec., 2707.406691162251 rows/sec., 189.61 KiB/sec. | ||
| 10995 | 2024.11.27 18:41:33.060283 [ 254 ] {2cde6392-e86c-40cb-abe4-12c5ec542254} <Debug> TCPHandler: Processed in 0.005764415 sec. | ||
| 10996 | 2024.11.27 18:41:33.060719 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 10997 | 2024.11.27 18:41:33.060836 [ 189 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_75_15} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Renaming temporary part tmp_merge_all_1_75_15 to all_1_75_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 10998 | 2024.11.27 18:41:33.061122 [ 253 ] {84e19dbf-00fe-4fe8-ab3c-d23a60b5e429} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 10999 | 2024.11.27 18:41:33.061226 [ 189 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_75_15} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c) (MergerMutator): Merged 6 parts: [all_1_70_14, all_75_75_0] -> all_1_75_15 | ||
| 11000 | 2024.11.27 18:41:33.061289 [ 253 ] {84e19dbf-00fe-4fe8-ab3c-d23a60b5e429} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 11001 | 2024.11.27 18:41:33.061511 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 11002 | 2024.11.27 18:41:33.062085 [ 253 ] {84e19dbf-00fe-4fe8-ab3c-d23a60b5e429} <Trace> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11003 | 2024.11.27 18:41:33.062130 [ 253 ] {84e19dbf-00fe-4fe8-ab3c-d23a60b5e429} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 11004 | 2024.11.27 18:41:33.062517 [ 253 ] {84e19dbf-00fe-4fe8-ab3c-d23a60b5e429} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 11005 | 2024.11.27 18:41:33.062763 [ 253 ] {84e19dbf-00fe-4fe8-ab3c-d23a60b5e429} <Trace> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11006 | 2024.11.27 18:41:33.062934 [ 68 ] {} <Debug> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297) (MergerMutator): Selected 5 parts from all_1_30_7 to all_34_34_0 | ||
| 11007 | 2024.11.27 18:41:33.062989 [ 68 ] {} <Trace> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11008 | 2024.11.27 18:41:33.063010 [ 253 ] {84e19dbf-00fe-4fe8-ab3c-d23a60b5e429} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.002029 sec., 6407.097092163627 rows/sec., 399.48 KiB/sec. | ||
| 11009 | 2024.11.27 18:41:33.063027 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 11010 | 2024.11.27 18:41:33.063172 [ 253 ] {84e19dbf-00fe-4fe8-ab3c-d23a60b5e429} <Debug> TCPHandler: Processed in 0.002743711 sec. | ||
| 11011 | 2024.11.27 18:41:33.063218 [ 194 ] {570c97a2-0b60-44ce-bbb0-1d06000f2297::all_1_34_8} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_30_7 to all_34_34_0 into Compact with storage Full | ||
| 11012 | 2024.11.27 18:41:33.063333 [ 194 ] {570c97a2-0b60-44ce-bbb0-1d06000f2297::all_1_34_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11013 | 2024.11.27 18:41:33.063375 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11014 | 2024.11.27 18:41:33.063393 [ 194 ] {570c97a2-0b60-44ce-bbb0-1d06000f2297::all_1_34_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_30_7, total 13 rows starting from the beginning of the part | ||
| 11015 | 2024.11.27 18:41:33.063723 [ 254 ] {25adff0e-3fbb-453b-b8fb-739b752947a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11016 | 2024.11.27 18:41:33.063725 [ 194 ] {570c97a2-0b60-44ce-bbb0-1d06000f2297::all_1_34_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 13 rows starting from the beginning of the part | ||
| 11017 | 2024.11.27 18:41:33.063836 [ 254 ] {25adff0e-3fbb-453b-b8fb-739b752947a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11018 | 2024.11.27 18:41:33.064101 [ 194 ] {570c97a2-0b60-44ce-bbb0-1d06000f2297::all_1_34_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 13 rows starting from the beginning of the part | ||
| 11019 | 2024.11.27 18:41:33.064458 [ 194 ] {570c97a2-0b60-44ce-bbb0-1d06000f2297::all_1_34_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 13 rows starting from the beginning of the part | ||
| 11020 | 2024.11.27 18:41:33.064767 [ 194 ] {570c97a2-0b60-44ce-bbb0-1d06000f2297::all_1_34_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 13 rows starting from the beginning of the part | ||
| 11021 | 2024.11.27 18:41:33.066655 [ 254 ] {25adff0e-3fbb-453b-b8fb-739b752947a2} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11022 | 2024.11.27 18:41:33.066734 [ 254 ] {25adff0e-3fbb-453b-b8fb-739b752947a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 11023 | 2024.11.27 18:41:33.067188 [ 194 ] {570c97a2-0b60-44ce-bbb0-1d06000f2297::all_1_34_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.00403641 sec., 16103.418631903103 rows/sec., 1.04 MiB/sec. | ||
| 11024 | 2024.11.27 18:41:33.067438 [ 193 ] {570c97a2-0b60-44ce-bbb0-1d06000f2297::all_1_34_8} <Trace> MergedBlockOutputStream: filled checksums all_1_34_8 (state Temporary) | ||
| 11025 | 2024.11.27 18:41:33.067652 [ 254 ] {25adff0e-3fbb-453b-b8fb-739b752947a2} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 11026 | 2024.11.27 18:41:33.068016 [ 197 ] {570c97a2-0b60-44ce-bbb0-1d06000f2297::all_1_34_8} <Trace> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297): Renaming temporary part tmp_merge_all_1_34_8 to all_1_34_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11027 | 2024.11.27 18:41:33.068193 [ 254 ] {25adff0e-3fbb-453b-b8fb-739b752947a2} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11028 | 2024.11.27 18:41:33.068224 [ 197 ] {570c97a2-0b60-44ce-bbb0-1d06000f2297::all_1_34_8} <Trace> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297) (MergerMutator): Merged 5 parts: [all_1_30_7, all_34_34_0] -> all_1_34_8 | ||
| 11029 | 2024.11.27 18:41:33.068396 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 11030 | 2024.11.27 18:41:33.068599 [ 254 ] {25adff0e-3fbb-453b-b8fb-739b752947a2} <Debug> executeQuery: Read 407 rows, 29.68 KiB in 0.005035 sec., 80834.1608738828 rows/sec., 5.76 MiB/sec. | ||
| 11031 | 2024.11.27 18:41:33.068692 [ 254 ] {25adff0e-3fbb-453b-b8fb-739b752947a2} <Debug> TCPHandler: Processed in 0.00541008 sec. | ||
| 11032 | 2024.11.27 18:41:33.068932 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11033 | 2024.11.27 18:41:33.069309 [ 253 ] {81a06b2d-40be-4d6d-ae65-fa35ad7c0547} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 11034 | 2024.11.27 18:41:33.069478 [ 253 ] {81a06b2d-40be-4d6d-ae65-fa35ad7c0547} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 11035 | 2024.11.27 18:41:33.070053 [ 253 ] {81a06b2d-40be-4d6d-ae65-fa35ad7c0547} <Trace> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11036 | 2024.11.27 18:41:33.070093 [ 253 ] {81a06b2d-40be-4d6d-ae65-fa35ad7c0547} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 11037 | 2024.11.27 18:41:33.070479 [ 253 ] {81a06b2d-40be-4d6d-ae65-fa35ad7c0547} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 11038 | 2024.11.27 18:41:33.070723 [ 253 ] {81a06b2d-40be-4d6d-ae65-fa35ad7c0547} <Trace> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11039 | 2024.11.27 18:41:33.070954 [ 253 ] {81a06b2d-40be-4d6d-ae65-fa35ad7c0547} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001785 sec., 3361.3445378151264 rows/sec., 175.62 KiB/sec. | ||
| 11040 | 2024.11.27 18:41:33.071070 [ 253 ] {81a06b2d-40be-4d6d-ae65-fa35ad7c0547} <Debug> TCPHandler: Processed in 0.002282033 sec. | ||
| 11041 | 2024.11.27 18:41:33.071248 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11042 | 2024.11.27 18:41:33.071372 [ 254 ] {dcbd2464-cc97-460d-8604-6600c4ac7c21} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11043 | 2024.11.27 18:41:33.071428 [ 254 ] {dcbd2464-cc97-460d-8604-6600c4ac7c21} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11044 | 2024.11.27 18:41:33.072031 [ 254 ] {dcbd2464-cc97-460d-8604-6600c4ac7c21} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11045 | 2024.11.27 18:41:33.072070 [ 254 ] {dcbd2464-cc97-460d-8604-6600c4ac7c21} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 11046 | 2024.11.27 18:41:33.072483 [ 254 ] {dcbd2464-cc97-460d-8604-6600c4ac7c21} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 11047 | 2024.11.27 18:41:33.072716 [ 254 ] {dcbd2464-cc97-460d-8604-6600c4ac7c21} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11048 | 2024.11.27 18:41:33.072943 [ 254 ] {dcbd2464-cc97-460d-8604-6600c4ac7c21} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001594 sec., 148682.55959849435 rows/sec., 9.97 MiB/sec. | ||
| 11049 | 2024.11.27 18:41:33.073030 [ 254 ] {dcbd2464-cc97-460d-8604-6600c4ac7c21} <Debug> TCPHandler: Processed in 0.001876687 sec. | ||
| 11050 | 2024.11.27 18:41:33.073258 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11051 | 2024.11.27 18:41:33.073561 [ 253 ] {77b44f88-a064-415f-aebe-30f355f23e56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 11052 | 2024.11.27 18:41:33.073629 [ 253 ] {77b44f88-a064-415f-aebe-30f355f23e56} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 11053 | 2024.11.27 18:41:33.074184 [ 253 ] {77b44f88-a064-415f-aebe-30f355f23e56} <Trace> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11054 | 2024.11.27 18:41:33.074231 [ 253 ] {77b44f88-a064-415f-aebe-30f355f23e56} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 11055 | 2024.11.27 18:41:33.074637 [ 253 ] {77b44f88-a064-415f-aebe-30f355f23e56} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 11056 | 2024.11.27 18:41:33.074872 [ 253 ] {77b44f88-a064-415f-aebe-30f355f23e56} <Trace> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11057 | 2024.11.27 18:41:33.075174 [ 253 ] {77b44f88-a064-415f-aebe-30f355f23e56} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001703 sec., 587.1990604815032 rows/sec., 39.57 KiB/sec. | ||
| 11058 | 2024.11.27 18:41:33.075574 [ 253 ] {77b44f88-a064-415f-aebe-30f355f23e56} <Debug> TCPHandler: Processed in 0.002452186 sec. | ||
| 11059 | 2024.11.27 18:41:33.075915 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11060 | 2024.11.27 18:41:33.076246 [ 254 ] {c297d153-93f0-4287-81e3-ed6e1ed0c46f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11061 | 2024.11.27 18:41:33.076347 [ 254 ] {c297d153-93f0-4287-81e3-ed6e1ed0c46f} <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 | ||
| 11062 | 2024.11.27 18:41:33.077509 [ 254 ] {c297d153-93f0-4287-81e3-ed6e1ed0c46f} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11063 | 2024.11.27 18:41:33.077549 [ 254 ] {c297d153-93f0-4287-81e3-ed6e1ed0c46f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 11064 | 2024.11.27 18:41:33.078177 [ 254 ] {c297d153-93f0-4287-81e3-ed6e1ed0c46f} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 11065 | 2024.11.27 18:41:33.078441 [ 254 ] {c297d153-93f0-4287-81e3-ed6e1ed0c46f} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11066 | 2024.11.27 18:41:33.078695 [ 254 ] {c297d153-93f0-4287-81e3-ed6e1ed0c46f} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.002548 sec., 9811.616954474097 rows/sec., 17.58 MiB/sec. | ||
| 11067 | 2024.11.27 18:41:33.078794 [ 254 ] {c297d153-93f0-4287-81e3-ed6e1ed0c46f} <Debug> TCPHandler: Processed in 0.003090456 sec. | ||
| 11068 | 2024.11.27 18:41:33.078958 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11069 | 2024.11.27 18:41:33.079095 [ 253 ] {fde09fe0-ff53-4c60-84f8-58c628b7f023} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11070 | 2024.11.27 18:41:33.079156 [ 253 ] {fde09fe0-ff53-4c60-84f8-58c628b7f023} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11071 | 2024.11.27 18:41:33.079686 [ 253 ] {fde09fe0-ff53-4c60-84f8-58c628b7f023} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11072 | 2024.11.27 18:41:33.079726 [ 253 ] {fde09fe0-ff53-4c60-84f8-58c628b7f023} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 11073 | 2024.11.27 18:41:33.080100 [ 253 ] {fde09fe0-ff53-4c60-84f8-58c628b7f023} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 11074 | 2024.11.27 18:41:33.080342 [ 253 ] {fde09fe0-ff53-4c60-84f8-58c628b7f023} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11075 | 2024.11.27 18:41:33.080598 [ 253 ] {fde09fe0-ff53-4c60-84f8-58c628b7f023} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001522 sec., 53876.47831800263 rows/sec., 3.42 MiB/sec. | ||
| 11076 | 2024.11.27 18:41:33.080658 [ 253 ] {fde09fe0-ff53-4c60-84f8-58c628b7f023} <Debug> TCPHandler: Processed in 0.001769157 sec. | ||
| 11077 | 2024.11.27 18:41:34.989670 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 26108 | ||
| 11078 | 2024.11.27 18:41:34.990427 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11079 | 2024.11.27 18:41:34.990485 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 11080 | 2024.11.27 18:41:34.991011 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 11081 | 2024.11.27 18:41:34.991271 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11082 | 2024.11.27 18:41:34.991519 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26108 | ||
| 11083 | 2024.11.27 18:41:36.865304 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 430 | ||
| 11084 | 2024.11.27 18:41:36.892335 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11085 | 2024.11.27 18:41:36.892429 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 11086 | 2024.11.27 18:41:36.902521 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 11087 | 2024.11.27 18:41:36.903673 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11088 | 2024.11.27 18:41:36.908688 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 430 | ||
| 11089 | 2024.11.27 18:41:37.635247 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1554 | ||
| 11090 | 2024.11.27 18:41:37.638534 [ 242 ] {} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11091 | 2024.11.27 18:41:37.638601 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 11092 | 2024.11.27 18:41:37.640140 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 11093 | 2024.11.27 18:41:37.640463 [ 242 ] {} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11094 | 2024.11.27 18:41:37.641831 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1554 | ||
| 11095 | 2024.11.27 18:41:38.000169 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 235.41 MiB, peak 252.35 MiB, free memory in arenas 0.00 B, will set to 239.42 MiB (RSS), difference: 4.00 MiB | ||
| 11096 | 2024.11.27 18:41:38.038098 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11097 | 2024.11.27 18:41:38.038317 [ 253 ] {e6ee9e9c-8370-4b10-a1cf-96d3f252c5e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11098 | 2024.11.27 18:41:38.038404 [ 253 ] {e6ee9e9c-8370-4b10-a1cf-96d3f252c5e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11099 | 2024.11.27 18:41:38.039212 [ 253 ] {e6ee9e9c-8370-4b10-a1cf-96d3f252c5e6} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11100 | 2024.11.27 18:41:38.039270 [ 253 ] {e6ee9e9c-8370-4b10-a1cf-96d3f252c5e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 11101 | 2024.11.27 18:41:38.039756 [ 253 ] {e6ee9e9c-8370-4b10-a1cf-96d3f252c5e6} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 11102 | 2024.11.27 18:41:38.040016 [ 253 ] {e6ee9e9c-8370-4b10-a1cf-96d3f252c5e6} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11103 | 2024.11.27 18:41:38.040292 [ 253 ] {e6ee9e9c-8370-4b10-a1cf-96d3f252c5e6} <Debug> executeQuery: Read 88 rows, 7.40 KiB in 0.002019 sec., 43585.93363051015 rows/sec., 3.58 MiB/sec. | ||
| 11104 | 2024.11.27 18:41:38.040413 [ 253 ] {e6ee9e9c-8370-4b10-a1cf-96d3f252c5e6} <Debug> TCPHandler: Processed in 0.002462506 sec. | ||
| 11105 | 2024.11.27 18:41:38.040672 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11106 | 2024.11.27 18:41:38.041055 [ 254 ] {b5554369-0878-4545-9249-6421ae79c716} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11107 | 2024.11.27 18:41:38.041143 [ 254 ] {b5554369-0878-4545-9249-6421ae79c716} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11108 | 2024.11.27 18:41:38.041897 [ 254 ] {b5554369-0878-4545-9249-6421ae79c716} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11109 | 2024.11.27 18:41:38.041938 [ 254 ] {b5554369-0878-4545-9249-6421ae79c716} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 11110 | 2024.11.27 18:41:38.042378 [ 254 ] {b5554369-0878-4545-9249-6421ae79c716} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 11111 | 2024.11.27 18:41:38.042637 [ 254 ] {b5554369-0878-4545-9249-6421ae79c716} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11112 | 2024.11.27 18:41:38.042863 [ 254 ] {b5554369-0878-4545-9249-6421ae79c716} <Debug> executeQuery: Read 16 rows, 1.20 KiB in 0.001948 sec., 8213.552361396303 rows/sec., 617.62 KiB/sec. | ||
| 11113 | 2024.11.27 18:41:38.042928 [ 254 ] {b5554369-0878-4545-9249-6421ae79c716} <Debug> TCPHandler: Processed in 0.002401926 sec. | ||
| 11114 | 2024.11.27 18:41:38.043067 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11115 | 2024.11.27 18:41:38.043198 [ 253 ] {ad522be0-a449-4480-aa22-66a56c127533} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11116 | 2024.11.27 18:41:38.043253 [ 253 ] {ad522be0-a449-4480-aa22-66a56c127533} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11117 | 2024.11.27 18:41:38.043923 [ 253 ] {ad522be0-a449-4480-aa22-66a56c127533} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11118 | 2024.11.27 18:41:38.043966 [ 253 ] {ad522be0-a449-4480-aa22-66a56c127533} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 11119 | 2024.11.27 18:41:38.044359 [ 253 ] {ad522be0-a449-4480-aa22-66a56c127533} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 11120 | 2024.11.27 18:41:38.044608 [ 253 ] {ad522be0-a449-4480-aa22-66a56c127533} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11121 | 2024.11.27 18:41:38.044830 [ 253 ] {ad522be0-a449-4480-aa22-66a56c127533} <Debug> executeQuery: Read 80 rows, 6.40 KiB in 0.001662 sec., 48134.77737665463 rows/sec., 3.76 MiB/sec. | ||
| 11122 | 2024.11.27 18:41:38.044890 [ 253 ] {ad522be0-a449-4480-aa22-66a56c127533} <Debug> TCPHandler: Processed in 0.001880688 sec. | ||
| 11123 | 2024.11.27 18:41:38.045039 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11124 | 2024.11.27 18:41:38.045167 [ 254 ] {cdd29329-7fef-476e-b599-b6fc70a75bce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11125 | 2024.11.27 18:41:38.045222 [ 254 ] {cdd29329-7fef-476e-b599-b6fc70a75bce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11126 | 2024.11.27 18:41:38.045847 [ 254 ] {cdd29329-7fef-476e-b599-b6fc70a75bce} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11127 | 2024.11.27 18:41:38.045887 [ 254 ] {cdd29329-7fef-476e-b599-b6fc70a75bce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 11128 | 2024.11.27 18:41:38.046305 [ 254 ] {cdd29329-7fef-476e-b599-b6fc70a75bce} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 11129 | 2024.11.27 18:41:38.046556 [ 254 ] {cdd29329-7fef-476e-b599-b6fc70a75bce} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11130 | 2024.11.27 18:41:38.046790 [ 254 ] {cdd29329-7fef-476e-b599-b6fc70a75bce} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001643 sec., 97382.83627510651 rows/sec., 6.78 MiB/sec. | ||
| 11131 | 2024.11.27 18:41:38.046898 [ 254 ] {cdd29329-7fef-476e-b599-b6fc70a75bce} <Debug> TCPHandler: Processed in 0.001918139 sec. | ||
| 11132 | 2024.11.27 18:41:38.047101 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11133 | 2024.11.27 18:41:38.047258 [ 253 ] {24b798f3-1c45-4e20-bf15-e043bfbfd070} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11134 | 2024.11.27 18:41:38.047357 [ 253 ] {24b798f3-1c45-4e20-bf15-e043bfbfd070} <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 | ||
| 11135 | 2024.11.27 18:41:38.048569 [ 253 ] {24b798f3-1c45-4e20-bf15-e043bfbfd070} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11136 | 2024.11.27 18:41:38.048609 [ 253 ] {24b798f3-1c45-4e20-bf15-e043bfbfd070} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 11137 | 2024.11.27 18:41:38.049266 [ 253 ] {24b798f3-1c45-4e20-bf15-e043bfbfd070} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 11138 | 2024.11.27 18:41:38.049532 [ 253 ] {24b798f3-1c45-4e20-bf15-e043bfbfd070} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11139 | 2024.11.27 18:41:38.049738 [ 63 ] {} <Debug> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 11140 | 2024.11.27 18:41:38.049810 [ 253 ] {24b798f3-1c45-4e20-bf15-e043bfbfd070} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002582 sec., 6196.746707978311 rows/sec., 11.10 MiB/sec. | ||
| 11141 | 2024.11.27 18:41:38.049830 [ 63 ] {} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11142 | 2024.11.27 18:41:38.049902 [ 63 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 11143 | 2024.11.27 18:41:38.050390 [ 197 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::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 | ||
| 11144 | 2024.11.27 18:41:38.050393 [ 253 ] {24b798f3-1c45-4e20-bf15-e043bfbfd070} <Debug> TCPHandler: Processed in 0.00337409 sec. | ||
| 11145 | 2024.11.27 18:41:38.050744 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11146 | 2024.11.27 18:41:38.051158 [ 254 ] {781da784-dd3b-4312-ace1-4f5f907daea7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11147 | 2024.11.27 18:41:38.051399 [ 254 ] {781da784-dd3b-4312-ace1-4f5f907daea7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11148 | 2024.11.27 18:41:38.052150 [ 197 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11149 | 2024.11.27 18:41:38.052373 [ 197 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 1478 rows starting from the beginning of the part | ||
| 11150 | 2024.11.27 18:41:38.053106 [ 197 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 16 rows starting from the beginning of the part | ||
| 11151 | 2024.11.27 18:41:38.053754 [ 254 ] {781da784-dd3b-4312-ace1-4f5f907daea7} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11152 | 2024.11.27 18:41:38.053877 [ 254 ] {781da784-dd3b-4312-ace1-4f5f907daea7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 11153 | 2024.11.27 18:41:38.053883 [ 197 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 25 rows starting from the beginning of the part | ||
| 11154 | 2024.11.27 18:41:38.054531 [ 197 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 16 rows starting from the beginning of the part | ||
| 11155 | 2024.11.27 18:41:38.055178 [ 197 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 25 rows starting from the beginning of the part | ||
| 11156 | 2024.11.27 18:41:38.055433 [ 254 ] {781da784-dd3b-4312-ace1-4f5f907daea7} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 11157 | 2024.11.27 18:41:38.055679 [ 197 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 16 rows starting from the beginning of the part | ||
| 11158 | 2024.11.27 18:41:38.056449 [ 254 ] {781da784-dd3b-4312-ace1-4f5f907daea7} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11159 | 2024.11.27 18:41:38.057432 [ 254 ] {781da784-dd3b-4312-ace1-4f5f907daea7} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.006398 sec., 9377.930603313536 rows/sec., 647.17 KiB/sec. | ||
| 11160 | 2024.11.27 18:41:38.057751 [ 254 ] {781da784-dd3b-4312-ace1-4f5f907daea7} <Debug> TCPHandler: Processed in 0.007143055 sec. | ||
| 11161 | 2024.11.27 18:41:38.067265 [ 194 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1576 rows, containing 19 columns (19 merged, 0 gathered) in 0.017204086 sec., 91606.14519132258 rows/sec., 164.15 MiB/sec. | ||
| 11162 | 2024.11.27 18:41:38.069213 [ 194 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 11163 | 2024.11.27 18:41:38.069641 [ 194 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_76_15} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11164 | 2024.11.27 18:41:38.069724 [ 194 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_76_15} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 11165 | 2024.11.27 18:41:38.069881 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.65 MiB. | ||
| 11166 | 2024.11.27 18:41:39.000165 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 239.90 MiB, peak 252.35 MiB, free memory in arenas 0.00 B, will set to 244.16 MiB (RSS), difference: 4.25 MiB | ||
| 11167 | 2024.11.27 18:41:42.318216 [ 57 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 11168 | 2024.11.27 18:41:42.318297 [ 57 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 11169 | 2024.11.27 18:41:42.491668 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 26596 | ||
| 11170 | 2024.11.27 18:41:42.492432 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11171 | 2024.11.27 18:41:42.492491 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 11172 | 2024.11.27 18:41:42.493044 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 11173 | 2024.11.27 18:41:42.493305 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11174 | 2024.11.27 18:41:42.493643 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 26596 | ||
| 11175 | 2024.11.27 18:41:43.043915 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11176 | 2024.11.27 18:41:43.044232 [ 253 ] {d9514ab9-4ab2-4d15-b936-dd1caefb43db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 11177 | 2024.11.27 18:41:43.044356 [ 253 ] {d9514ab9-4ab2-4d15-b936-dd1caefb43db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 11178 | 2024.11.27 18:41:43.045285 [ 253 ] {d9514ab9-4ab2-4d15-b936-dd1caefb43db} <Trace> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11179 | 2024.11.27 18:41:43.045337 [ 253 ] {d9514ab9-4ab2-4d15-b936-dd1caefb43db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 11180 | 2024.11.27 18:41:43.045804 [ 253 ] {d9514ab9-4ab2-4d15-b936-dd1caefb43db} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 11181 | 2024.11.27 18:41:43.046077 [ 253 ] {d9514ab9-4ab2-4d15-b936-dd1caefb43db} <Trace> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11182 | 2024.11.27 18:41:43.046329 [ 253 ] {d9514ab9-4ab2-4d15-b936-dd1caefb43db} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002189 sec., 6395.614435815441 rows/sec., 460.40 KiB/sec. | ||
| 11183 | 2024.11.27 18:41:43.046399 [ 253 ] {d9514ab9-4ab2-4d15-b936-dd1caefb43db} <Debug> TCPHandler: Processed in 0.002680359 sec. | ||
| 11184 | 2024.11.27 18:41:43.046632 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11185 | 2024.11.27 18:41:43.046827 [ 254 ] {0e63a642-6d34-4b36-a9a3-6526ffb831ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11186 | 2024.11.27 18:41:43.046906 [ 254 ] {0e63a642-6d34-4b36-a9a3-6526ffb831ea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11187 | 2024.11.27 18:41:43.047801 [ 254 ] {0e63a642-6d34-4b36-a9a3-6526ffb831ea} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11188 | 2024.11.27 18:41:43.047846 [ 254 ] {0e63a642-6d34-4b36-a9a3-6526ffb831ea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 11189 | 2024.11.27 18:41:43.048274 [ 254 ] {0e63a642-6d34-4b36-a9a3-6526ffb831ea} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 11190 | 2024.11.27 18:41:43.048521 [ 254 ] {0e63a642-6d34-4b36-a9a3-6526ffb831ea} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11191 | 2024.11.27 18:41:43.048765 [ 254 ] {0e63a642-6d34-4b36-a9a3-6526ffb831ea} <Debug> executeQuery: Read 253 rows, 22.72 KiB in 0.001992 sec., 127008.03212851407 rows/sec., 11.14 MiB/sec. | ||
| 11192 | 2024.11.27 18:41:43.048828 [ 254 ] {0e63a642-6d34-4b36-a9a3-6526ffb831ea} <Debug> TCPHandler: Processed in 0.002322884 sec. | ||
| 11193 | 2024.11.27 18:41:43.048983 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11194 | 2024.11.27 18:41:43.049135 [ 253 ] {13f3fed9-5cae-428f-b9f6-ac9645db1866} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11195 | 2024.11.27 18:41:43.049200 [ 253 ] {13f3fed9-5cae-428f-b9f6-ac9645db1866} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11196 | 2024.11.27 18:41:43.049896 [ 253 ] {13f3fed9-5cae-428f-b9f6-ac9645db1866} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11197 | 2024.11.27 18:41:43.049941 [ 253 ] {13f3fed9-5cae-428f-b9f6-ac9645db1866} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 11198 | 2024.11.27 18:41:43.050323 [ 253 ] {13f3fed9-5cae-428f-b9f6-ac9645db1866} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 11199 | 2024.11.27 18:41:43.050582 [ 253 ] {13f3fed9-5cae-428f-b9f6-ac9645db1866} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11200 | 2024.11.27 18:41:43.050811 [ 253 ] {13f3fed9-5cae-428f-b9f6-ac9645db1866} <Debug> executeQuery: Read 32 rows, 2.34 KiB in 0.001714 sec., 18669.77829638273 rows/sec., 1.33 MiB/sec. | ||
| 11201 | 2024.11.27 18:41:43.050878 [ 253 ] {13f3fed9-5cae-428f-b9f6-ac9645db1866} <Debug> TCPHandler: Processed in 0.001964078 sec. | ||
| 11202 | 2024.11.27 18:41:43.051106 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11203 | 2024.11.27 18:41:43.051285 [ 254 ] {77884076-2d85-4127-b6eb-dfd018792da9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 11204 | 2024.11.27 18:41:43.051353 [ 254 ] {77884076-2d85-4127-b6eb-dfd018792da9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 11205 | 2024.11.27 18:41:43.052020 [ 254 ] {77884076-2d85-4127-b6eb-dfd018792da9} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11206 | 2024.11.27 18:41:43.052061 [ 254 ] {77884076-2d85-4127-b6eb-dfd018792da9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 11207 | 2024.11.27 18:41:43.052431 [ 254 ] {77884076-2d85-4127-b6eb-dfd018792da9} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 11208 | 2024.11.27 18:41:43.052664 [ 254 ] {77884076-2d85-4127-b6eb-dfd018792da9} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11209 | 2024.11.27 18:41:43.052921 [ 254 ] {77884076-2d85-4127-b6eb-dfd018792da9} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001665 sec., 8408.408408408408 rows/sec., 588.87 KiB/sec. | ||
| 11210 | 2024.11.27 18:41:43.053044 [ 254 ] {77884076-2d85-4127-b6eb-dfd018792da9} <Debug> TCPHandler: Processed in 0.002081681 sec. | ||
| 11211 | 2024.11.27 18:41:43.053284 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11212 | 2024.11.27 18:41:43.053467 [ 253 ] {def7214d-ef6d-428e-a61b-295ff3097779} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 11213 | 2024.11.27 18:41:43.053531 [ 253 ] {def7214d-ef6d-428e-a61b-295ff3097779} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 11214 | 2024.11.27 18:41:43.054157 [ 253 ] {def7214d-ef6d-428e-a61b-295ff3097779} <Trace> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11215 | 2024.11.27 18:41:43.054198 [ 253 ] {def7214d-ef6d-428e-a61b-295ff3097779} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 11216 | 2024.11.27 18:41:43.054570 [ 253 ] {def7214d-ef6d-428e-a61b-295ff3097779} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 11217 | 2024.11.27 18:41:43.054815 [ 253 ] {def7214d-ef6d-428e-a61b-295ff3097779} <Trace> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11218 | 2024.11.27 18:41:43.055040 [ 253 ] {def7214d-ef6d-428e-a61b-295ff3097779} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001607 sec., 8089.607965152459 rows/sec., 504.39 KiB/sec. | ||
| 11219 | 2024.11.27 18:41:43.055097 [ 253 ] {def7214d-ef6d-428e-a61b-295ff3097779} <Debug> TCPHandler: Processed in 0.001938839 sec. | ||
| 11220 | 2024.11.27 18:41:43.055259 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11221 | 2024.11.27 18:41:43.055397 [ 254 ] {46d9ef6e-4876-4450-80cd-a056b92e7321} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11222 | 2024.11.27 18:41:43.055458 [ 254 ] {46d9ef6e-4876-4450-80cd-a056b92e7321} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11223 | 2024.11.27 18:41:43.056225 [ 254 ] {46d9ef6e-4876-4450-80cd-a056b92e7321} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11224 | 2024.11.27 18:41:43.056264 [ 254 ] {46d9ef6e-4876-4450-80cd-a056b92e7321} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 11225 | 2024.11.27 18:41:43.056643 [ 254 ] {46d9ef6e-4876-4450-80cd-a056b92e7321} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 11226 | 2024.11.27 18:41:43.056881 [ 254 ] {46d9ef6e-4876-4450-80cd-a056b92e7321} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11227 | 2024.11.27 18:41:43.057114 [ 254 ] {46d9ef6e-4876-4450-80cd-a056b92e7321} <Debug> executeQuery: Read 407 rows, 29.68 KiB in 0.001747 sec., 232970.80709788206 rows/sec., 16.59 MiB/sec. | ||
| 11228 | 2024.11.27 18:41:43.057170 [ 254 ] {46d9ef6e-4876-4450-80cd-a056b92e7321} <Debug> TCPHandler: Processed in 0.00197827 sec. | ||
| 11229 | 2024.11.27 18:41:43.057324 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11230 | 2024.11.27 18:41:43.057464 [ 253 ] {58601547-706b-485d-8496-556bb31f9ffc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 11231 | 2024.11.27 18:41:43.057525 [ 253 ] {58601547-706b-485d-8496-556bb31f9ffc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 11232 | 2024.11.27 18:41:43.058045 [ 253 ] {58601547-706b-485d-8496-556bb31f9ffc} <Trace> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11233 | 2024.11.27 18:41:43.058086 [ 253 ] {58601547-706b-485d-8496-556bb31f9ffc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 11234 | 2024.11.27 18:41:43.058462 [ 253 ] {58601547-706b-485d-8496-556bb31f9ffc} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 11235 | 2024.11.27 18:41:43.058708 [ 253 ] {58601547-706b-485d-8496-556bb31f9ffc} <Trace> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11236 | 2024.11.27 18:41:43.058945 [ 253 ] {58601547-706b-485d-8496-556bb31f9ffc} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001511 sec., 3970.880211780278 rows/sec., 207.46 KiB/sec. | ||
| 11237 | 2024.11.27 18:41:43.058999 [ 253 ] {58601547-706b-485d-8496-556bb31f9ffc} <Debug> TCPHandler: Processed in 0.001744926 sec. | ||
| 11238 | 2024.11.27 18:41:43.059152 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11239 | 2024.11.27 18:41:43.059289 [ 254 ] {74c99d7a-ecb1-4369-9a08-2bdbe8ca2456} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11240 | 2024.11.27 18:41:43.059352 [ 254 ] {74c99d7a-ecb1-4369-9a08-2bdbe8ca2456} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11241 | 2024.11.27 18:41:43.059997 [ 254 ] {74c99d7a-ecb1-4369-9a08-2bdbe8ca2456} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11242 | 2024.11.27 18:41:43.060036 [ 254 ] {74c99d7a-ecb1-4369-9a08-2bdbe8ca2456} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 11243 | 2024.11.27 18:41:43.060430 [ 254 ] {74c99d7a-ecb1-4369-9a08-2bdbe8ca2456} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 11244 | 2024.11.27 18:41:43.060663 [ 254 ] {74c99d7a-ecb1-4369-9a08-2bdbe8ca2456} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11245 | 2024.11.27 18:41:43.060863 [ 254 ] {74c99d7a-ecb1-4369-9a08-2bdbe8ca2456} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001597 sec., 148403.25610519724 rows/sec., 9.95 MiB/sec. | ||
| 11246 | 2024.11.27 18:41:43.060962 [ 254 ] {74c99d7a-ecb1-4369-9a08-2bdbe8ca2456} <Debug> TCPHandler: Processed in 0.001875678 sec. | ||
| 11247 | 2024.11.27 18:41:43.061131 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11248 | 2024.11.27 18:41:43.061289 [ 253 ] {d897885f-9c5d-488e-bee0-8a603fa9ffad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 11249 | 2024.11.27 18:41:43.061351 [ 253 ] {d897885f-9c5d-488e-bee0-8a603fa9ffad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 11250 | 2024.11.27 18:41:43.061874 [ 253 ] {d897885f-9c5d-488e-bee0-8a603fa9ffad} <Trace> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11251 | 2024.11.27 18:41:43.061914 [ 253 ] {d897885f-9c5d-488e-bee0-8a603fa9ffad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 11252 | 2024.11.27 18:41:43.062282 [ 253 ] {d897885f-9c5d-488e-bee0-8a603fa9ffad} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 11253 | 2024.11.27 18:41:43.062540 [ 253 ] {d897885f-9c5d-488e-bee0-8a603fa9ffad} <Trace> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11254 | 2024.11.27 18:41:43.062716 [ 54 ] {} <Debug> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653) (MergerMutator): Selected 6 parts from all_1_30_6 to all_35_35_0 | ||
| 11255 | 2024.11.27 18:41:43.062789 [ 54 ] {} <Trace> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11256 | 2024.11.27 18:41:43.062795 [ 253 ] {d897885f-9c5d-488e-bee0-8a603fa9ffad} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001525 sec., 655.7377049180327 rows/sec., 44.19 KiB/sec. | ||
| 11257 | 2024.11.27 18:41:43.062835 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 11258 | 2024.11.27 18:41:43.062921 [ 253 ] {d897885f-9c5d-488e-bee0-8a603fa9ffad} <Debug> TCPHandler: Processed in 0.001870508 sec. | ||
| 11259 | 2024.11.27 18:41:43.063067 [ 198 ] {5a65aebe-f093-4059-a447-e7898681b653::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 | ||
| 11260 | 2024.11.27 18:41:43.063127 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11261 | 2024.11.27 18:41:43.063244 [ 198 ] {5a65aebe-f093-4059-a447-e7898681b653::all_1_35_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11262 | 2024.11.27 18:41:43.063332 [ 198 ] {5a65aebe-f093-4059-a447-e7898681b653::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_30_6, total 30 rows starting from the beginning of the part | ||
| 11263 | 2024.11.27 18:41:43.063343 [ 254 ] {b328b2a6-de40-45e8-aa58-6be81c0af63a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11264 | 2024.11.27 18:41:43.063664 [ 198 ] {5a65aebe-f093-4059-a447-e7898681b653::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 1 rows starting from the beginning of the part | ||
| 11265 | 2024.11.27 18:41:43.063695 [ 254 ] {b328b2a6-de40-45e8-aa58-6be81c0af63a} <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 | ||
| 11266 | 2024.11.27 18:41:43.064044 [ 198 ] {5a65aebe-f093-4059-a447-e7898681b653::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 1 rows starting from the beginning of the part | ||
| 11267 | 2024.11.27 18:41:43.064483 [ 198 ] {5a65aebe-f093-4059-a447-e7898681b653::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 1 rows starting from the beginning of the part | ||
| 11268 | 2024.11.27 18:41:43.064989 [ 198 ] {5a65aebe-f093-4059-a447-e7898681b653::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 1 rows starting from the beginning of the part | ||
| 11269 | 2024.11.27 18:41:43.065362 [ 198 ] {5a65aebe-f093-4059-a447-e7898681b653::all_1_35_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 1 rows starting from the beginning of the part | ||
| 11270 | 2024.11.27 18:41:43.068717 [ 199 ] {5a65aebe-f093-4059-a447-e7898681b653::all_1_35_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 35 rows, containing 4 columns (4 merged, 0 gathered) in 0.005766715 sec., 6069.313291882813 rows/sec., 408.97 KiB/sec. | ||
| 11271 | 2024.11.27 18:41:43.068868 [ 254 ] {b328b2a6-de40-45e8-aa58-6be81c0af63a} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11272 | 2024.11.27 18:41:43.068873 [ 199 ] {5a65aebe-f093-4059-a447-e7898681b653::all_1_35_7} <Trace> MergedBlockOutputStream: filled checksums all_1_35_7 (state Temporary) | ||
| 11273 | 2024.11.27 18:41:43.068912 [ 254 ] {b328b2a6-de40-45e8-aa58-6be81c0af63a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 11274 | 2024.11.27 18:41:43.069271 [ 199 ] {5a65aebe-f093-4059-a447-e7898681b653::all_1_35_7} <Trace> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653): Renaming temporary part tmp_merge_all_1_35_7 to all_1_35_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11275 | 2024.11.27 18:41:43.069377 [ 199 ] {5a65aebe-f093-4059-a447-e7898681b653::all_1_35_7} <Trace> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653) (MergerMutator): Merged 6 parts: [all_1_30_6, all_35_35_0] -> all_1_35_7 | ||
| 11276 | 2024.11.27 18:41:43.069487 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 11277 | 2024.11.27 18:41:43.069730 [ 254 ] {b328b2a6-de40-45e8-aa58-6be81c0af63a} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 11278 | 2024.11.27 18:41:43.070001 [ 254 ] {b328b2a6-de40-45e8-aa58-6be81c0af63a} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11279 | 2024.11.27 18:41:43.070210 [ 254 ] {b328b2a6-de40-45e8-aa58-6be81c0af63a} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.006936 sec., 3604.382929642445 rows/sec., 6.46 MiB/sec. | ||
| 11280 | 2024.11.27 18:41:43.070341 [ 254 ] {b328b2a6-de40-45e8-aa58-6be81c0af63a} <Debug> TCPHandler: Processed in 0.007322628 sec. | ||
| 11281 | 2024.11.27 18:41:43.070501 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11282 | 2024.11.27 18:41:43.070642 [ 253 ] {1749d063-f2e0-4058-b71a-6dd3c35e798f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11283 | 2024.11.27 18:41:43.070704 [ 253 ] {1749d063-f2e0-4058-b71a-6dd3c35e798f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11284 | 2024.11.27 18:41:43.071283 [ 253 ] {1749d063-f2e0-4058-b71a-6dd3c35e798f} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11285 | 2024.11.27 18:41:43.071330 [ 253 ] {1749d063-f2e0-4058-b71a-6dd3c35e798f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 11286 | 2024.11.27 18:41:43.071781 [ 253 ] {1749d063-f2e0-4058-b71a-6dd3c35e798f} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 11287 | 2024.11.27 18:41:43.072027 [ 253 ] {1749d063-f2e0-4058-b71a-6dd3c35e798f} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11288 | 2024.11.27 18:41:43.072256 [ 253 ] {1749d063-f2e0-4058-b71a-6dd3c35e798f} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001645 sec., 49848.024316109426 rows/sec., 3.17 MiB/sec. | ||
| 11289 | 2024.11.27 18:41:43.072311 [ 253 ] {1749d063-f2e0-4058-b71a-6dd3c35e798f} <Debug> TCPHandler: Processed in 0.001876348 sec. | ||
| 11290 | 2024.11.27 18:41:44.408784 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 438 | ||
| 11291 | 2024.11.27 18:41:44.429038 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11292 | 2024.11.27 18:41:44.429104 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.53 GiB. | ||
| 11293 | 2024.11.27 18:41:44.436328 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 11294 | 2024.11.27 18:41:44.437085 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11295 | 2024.11.27 18:41:44.439816 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 438 | ||
| 11296 | 2024.11.27 18:41:47.642061 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1588 | ||
| 11297 | 2024.11.27 18:41:47.645224 [ 242 ] {} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11298 | 2024.11.27 18:41:47.645278 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 11299 | 2024.11.27 18:41:47.646816 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 11300 | 2024.11.27 18:41:47.647137 [ 242 ] {} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11301 | 2024.11.27 18:41:47.647799 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1588 | ||
| 11302 | 2024.11.27 18:41:48.067991 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11303 | 2024.11.27 18:41:48.068208 [ 253 ] {683e1486-7171-4e24-832d-df3453b5f306} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 11304 | 2024.11.27 18:41:48.068292 [ 253 ] {683e1486-7171-4e24-832d-df3453b5f306} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 11305 | 2024.11.27 18:41:48.069097 [ 253 ] {683e1486-7171-4e24-832d-df3453b5f306} <Trace> oximeter.fields_ipaddr (53955b2a-eb56-41e3-a1fe-af6ea47fe91e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11306 | 2024.11.27 18:41:48.069146 [ 253 ] {683e1486-7171-4e24-832d-df3453b5f306} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 11307 | 2024.11.27 18:41:48.069582 [ 253 ] {683e1486-7171-4e24-832d-df3453b5f306} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 11308 | 2024.11.27 18:41:48.069852 [ 253 ] {683e1486-7171-4e24-832d-df3453b5f306} <Trace> oximeter.fields_ipaddr (53955b2a-eb56-41e3-a1fe-af6ea47fe91e): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11309 | 2024.11.27 18:41:48.070105 [ 253 ] {683e1486-7171-4e24-832d-df3453b5f306} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.001956 sec., 4089.97955010225 rows/sec., 333.51 KiB/sec. | ||
| 11310 | 2024.11.27 18:41:48.070171 [ 253 ] {683e1486-7171-4e24-832d-df3453b5f306} <Debug> TCPHandler: Processed in 0.002320744 sec. | ||
| 11311 | 2024.11.27 18:41:48.070406 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11312 | 2024.11.27 18:41:48.070616 [ 254 ] {1bb1306d-0b7d-4a68-be25-fffc0371ebc0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11313 | 2024.11.27 18:41:48.070699 [ 254 ] {1bb1306d-0b7d-4a68-be25-fffc0371ebc0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11314 | 2024.11.27 18:41:48.071951 [ 254 ] {1bb1306d-0b7d-4a68-be25-fffc0371ebc0} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11315 | 2024.11.27 18:41:48.072001 [ 254 ] {1bb1306d-0b7d-4a68-be25-fffc0371ebc0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 11316 | 2024.11.27 18:41:48.072525 [ 254 ] {1bb1306d-0b7d-4a68-be25-fffc0371ebc0} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 11317 | 2024.11.27 18:41:48.072786 [ 254 ] {1bb1306d-0b7d-4a68-be25-fffc0371ebc0} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11318 | 2024.11.27 18:41:48.073023 [ 49 ] {} <Debug> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 11319 | 2024.11.27 18:41:48.073058 [ 254 ] {1bb1306d-0b7d-4a68-be25-fffc0371ebc0} <Debug> executeQuery: Read 1232 rows, 103.81 KiB in 0.002498 sec., 493194.55564451567 rows/sec., 40.58 MiB/sec. | ||
| 11320 | 2024.11.27 18:41:48.073147 [ 49 ] {} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11321 | 2024.11.27 18:41:48.073212 [ 254 ] {1bb1306d-0b7d-4a68-be25-fffc0371ebc0} <Debug> TCPHandler: Processed in 0.002937133 sec. | ||
| 11322 | 2024.11.27 18:41:48.073238 [ 49 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 11323 | 2024.11.27 18:41:48.073418 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11324 | 2024.11.27 18:41:48.073503 [ 195 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::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 | ||
| 11325 | 2024.11.27 18:41:48.073654 [ 253 ] {9b0a45f3-23ae-47e3-af73-bcf06ecdd5cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11326 | 2024.11.27 18:41:48.073774 [ 195 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11327 | 2024.11.27 18:41:48.073780 [ 253 ] {9b0a45f3-23ae-47e3-af73-bcf06ecdd5cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11328 | 2024.11.27 18:41:48.073859 [ 195 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1435 rows starting from the beginning of the part | ||
| 11329 | 2024.11.27 18:41:48.074137 [ 195 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 88 rows starting from the beginning of the part | ||
| 11330 | 2024.11.27 18:41:48.074461 [ 195 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 253 rows starting from the beginning of the part | ||
| 11331 | 2024.11.27 18:41:48.074809 [ 195 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 88 rows starting from the beginning of the part | ||
| 11332 | 2024.11.27 18:41:48.075206 [ 195 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 253 rows starting from the beginning of the part | ||
| 11333 | 2024.11.27 18:41:48.075666 [ 195 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 1232 rows starting from the beginning of the part | ||
| 11334 | 2024.11.27 18:41:48.076780 [ 253 ] {9b0a45f3-23ae-47e3-af73-bcf06ecdd5cc} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11335 | 2024.11.27 18:41:48.076844 [ 253 ] {9b0a45f3-23ae-47e3-af73-bcf06ecdd5cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 11336 | 2024.11.27 18:41:48.077785 [ 253 ] {9b0a45f3-23ae-47e3-af73-bcf06ecdd5cc} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 11337 | 2024.11.27 18:41:48.078229 [ 253 ] {9b0a45f3-23ae-47e3-af73-bcf06ecdd5cc} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11338 | 2024.11.27 18:41:48.078533 [ 253 ] {9b0a45f3-23ae-47e3-af73-bcf06ecdd5cc} <Debug> executeQuery: Read 24 rows, 1.76 KiB in 0.004966 sec., 4832.863471606927 rows/sec., 354.76 KiB/sec. | ||
| 11339 | 2024.11.27 18:41:48.078782 [ 253 ] {9b0a45f3-23ae-47e3-af73-bcf06ecdd5cc} <Debug> TCPHandler: Processed in 0.005459481 sec. | ||
| 11340 | 2024.11.27 18:41:48.079133 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11341 | 2024.11.27 18:41:48.079776 [ 254 ] {e2cd9e03-943b-486f-a322-e4c9ffca3990} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 11342 | 2024.11.27 18:41:48.079917 [ 199 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3349 rows, containing 5 columns (5 merged, 0 gathered) in 0.006533377 sec., 512598.6147745645 rows/sec., 44.80 MiB/sec. | ||
| 11343 | 2024.11.27 18:41:48.079968 [ 254 ] {e2cd9e03-943b-486f-a322-e4c9ffca3990} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 11344 | 2024.11.27 18:41:48.080341 [ 199 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 11345 | 2024.11.27 18:41:48.080986 [ 199 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_86_17} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11346 | 2024.11.27 18:41:48.081071 [ 199 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_86_17} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 11347 | 2024.11.27 18:41:48.081170 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB. | ||
| 11348 | 2024.11.27 18:41:48.081396 [ 254 ] {e2cd9e03-943b-486f-a322-e4c9ffca3990} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11349 | 2024.11.27 18:41:48.081437 [ 254 ] {e2cd9e03-943b-486f-a322-e4c9ffca3990} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 11350 | 2024.11.27 18:41:48.081806 [ 254 ] {e2cd9e03-943b-486f-a322-e4c9ffca3990} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 11351 | 2024.11.27 18:41:48.082045 [ 254 ] {e2cd9e03-943b-486f-a322-e4c9ffca3990} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11352 | 2024.11.27 18:41:48.082266 [ 254 ] {e2cd9e03-943b-486f-a322-e4c9ffca3990} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.002742 sec., 83150.98468271334 rows/sec., 5.63 MiB/sec. | ||
| 11353 | 2024.11.27 18:41:48.082326 [ 254 ] {e2cd9e03-943b-486f-a322-e4c9ffca3990} <Debug> TCPHandler: Processed in 0.00341163 sec. | ||
| 11354 | 2024.11.27 18:41:48.082487 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11355 | 2024.11.27 18:41:48.082607 [ 253 ] {e40a7e77-0aaf-43c8-b0c7-47503561e6ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11356 | 2024.11.27 18:41:48.082660 [ 253 ] {e40a7e77-0aaf-43c8-b0c7-47503561e6ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11357 | 2024.11.27 18:41:48.083527 [ 253 ] {e40a7e77-0aaf-43c8-b0c7-47503561e6ac} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11358 | 2024.11.27 18:41:48.083568 [ 253 ] {e40a7e77-0aaf-43c8-b0c7-47503561e6ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 11359 | 2024.11.27 18:41:48.083962 [ 253 ] {e40a7e77-0aaf-43c8-b0c7-47503561e6ac} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 11360 | 2024.11.27 18:41:48.084207 [ 253 ] {e40a7e77-0aaf-43c8-b0c7-47503561e6ac} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11361 | 2024.11.27 18:41:48.084442 [ 253 ] {e40a7e77-0aaf-43c8-b0c7-47503561e6ac} <Debug> executeQuery: Read 544 rows, 41.34 KiB in 0.001852 sec., 293736.50107991364 rows/sec., 21.80 MiB/sec. | ||
| 11362 | 2024.11.27 18:41:48.084446 [ 48 ] {} <Debug> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 11363 | 2024.11.27 18:41:48.084524 [ 253 ] {e40a7e77-0aaf-43c8-b0c7-47503561e6ac} <Debug> TCPHandler: Processed in 0.002096271 sec. | ||
| 11364 | 2024.11.27 18:41:48.084578 [ 48 ] {} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11365 | 2024.11.27 18:41:48.084655 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 11366 | 2024.11.27 18:41:48.084702 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11367 | 2024.11.27 18:41:48.084855 [ 201 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::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 | ||
| 11368 | 2024.11.27 18:41:48.084930 [ 254 ] {dd8eec36-bd6c-457e-9cdd-31a366d2283f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11369 | 2024.11.27 18:41:48.085055 [ 254 ] {dd8eec36-bd6c-457e-9cdd-31a366d2283f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11370 | 2024.11.27 18:41:48.085210 [ 201 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11371 | 2024.11.27 18:41:48.085324 [ 201 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 915 rows starting from the beginning of the part | ||
| 11372 | 2024.11.27 18:41:48.085761 [ 201 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 80 rows starting from the beginning of the part | ||
| 11373 | 2024.11.27 18:41:48.086131 [ 201 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 407 rows starting from the beginning of the part | ||
| 11374 | 2024.11.27 18:41:48.086452 [ 201 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 80 rows starting from the beginning of the part | ||
| 11375 | 2024.11.27 18:41:48.086564 [ 201 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 407 rows starting from the beginning of the part | ||
| 11376 | 2024.11.27 18:41:48.086952 [ 201 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 544 rows starting from the beginning of the part | ||
| 11377 | 2024.11.27 18:41:48.087821 [ 254 ] {dd8eec36-bd6c-457e-9cdd-31a366d2283f} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11378 | 2024.11.27 18:41:48.087896 [ 254 ] {dd8eec36-bd6c-457e-9cdd-31a366d2283f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 11379 | 2024.11.27 18:41:48.089008 [ 254 ] {dd8eec36-bd6c-457e-9cdd-31a366d2283f} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 11380 | 2024.11.27 18:41:48.089452 [ 254 ] {dd8eec36-bd6c-457e-9cdd-31a366d2283f} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11381 | 2024.11.27 18:41:48.089744 [ 48 ] {} <Debug> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 11382 | 2024.11.27 18:41:48.089938 [ 254 ] {dd8eec36-bd6c-457e-9cdd-31a366d2283f} <Debug> executeQuery: Read 884 rows, 60.91 KiB in 0.005038 sec., 175466.45494243747 rows/sec., 11.81 MiB/sec. | ||
| 11383 | 2024.11.27 18:41:48.089916 [ 48 ] {} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11384 | 2024.11.27 18:41:48.090369 [ 254 ] {dd8eec36-bd6c-457e-9cdd-31a366d2283f} <Debug> TCPHandler: Processed in 0.005737845 sec. | ||
| 11385 | 2024.11.27 18:41:48.090428 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 11386 | 2024.11.27 18:41:48.090519 [ 199 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2433 rows, containing 5 columns (5 merged, 0 gathered) in 0.005746055 sec., 423420.9383655395 rows/sec., 32.49 MiB/sec. | ||
| 11387 | 2024.11.27 18:41:48.090730 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11388 | 2024.11.27 18:41:48.090748 [ 191 ] {67d43675-535f-43d0-af84-f38bbc85c22c::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 | ||
| 11389 | 2024.11.27 18:41:48.090859 [ 199 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 11390 | 2024.11.27 18:41:48.091187 [ 191 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11391 | 2024.11.27 18:41:48.091206 [ 253 ] {d1d770dd-ec86-4a12-8cfa-d472331c90e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11392 | 2024.11.27 18:41:48.091271 [ 191 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_81_16, total 25485 rows starting from the beginning of the part | ||
| 11393 | 2024.11.27 18:41:48.091717 [ 191 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 160 rows starting from the beginning of the part | ||
| 11394 | 2024.11.27 18:41:48.091774 [ 199 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_86_17} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11395 | 2024.11.27 18:41:48.091851 [ 253 ] {d1d770dd-ec86-4a12-8cfa-d472331c90e3} <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 | ||
| 11396 | 2024.11.27 18:41:48.092204 [ 191 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 237 rows starting from the beginning of the part | ||
| 11397 | 2024.11.27 18:41:48.092240 [ 199 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_86_17} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 11398 | 2024.11.27 18:41:48.092547 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. | ||
| 11399 | 2024.11.27 18:41:48.092602 [ 191 ] {67d43675-535f-43d0-af84-f38bbc85c22c::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 | ||
| 11400 | 2024.11.27 18:41:48.092899 [ 191 ] {67d43675-535f-43d0-af84-f38bbc85c22c::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 | ||
| 11401 | 2024.11.27 18:41:48.093302 [ 191 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 884 rows starting from the beginning of the part | ||
| 11402 | 2024.11.27 18:41:48.096524 [ 253 ] {d1d770dd-ec86-4a12-8cfa-d472331c90e3} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11403 | 2024.11.27 18:41:48.096602 [ 253 ] {d1d770dd-ec86-4a12-8cfa-d472331c90e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 11404 | 2024.11.27 18:41:48.098093 [ 253 ] {d1d770dd-ec86-4a12-8cfa-d472331c90e3} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 11405 | 2024.11.27 18:41:48.098466 [ 253 ] {d1d770dd-ec86-4a12-8cfa-d472331c90e3} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11406 | 2024.11.27 18:41:48.098780 [ 253 ] {d1d770dd-ec86-4a12-8cfa-d472331c90e3} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.007738 sec., 2067.717756526234 rows/sec., 3.71 MiB/sec. | ||
| 11407 | 2024.11.27 18:41:48.099358 [ 253 ] {d1d770dd-ec86-4a12-8cfa-d472331c90e3} <Debug> TCPHandler: Processed in 0.008836322 sec. | ||
| 11408 | 2024.11.27 18:41:48.099669 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11409 | 2024.11.27 18:41:48.100154 [ 254 ] {56aae2de-2267-4e4c-8ed4-3eed1d3c22b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11410 | 2024.11.27 18:41:48.100330 [ 254 ] {56aae2de-2267-4e4c-8ed4-3eed1d3c22b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11411 | 2024.11.27 18:41:48.101058 [ 254 ] {56aae2de-2267-4e4c-8ed4-3eed1d3c22b0} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11412 | 2024.11.27 18:41:48.101103 [ 254 ] {56aae2de-2267-4e4c-8ed4-3eed1d3c22b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 11413 | 2024.11.27 18:41:48.101531 [ 254 ] {56aae2de-2267-4e4c-8ed4-3eed1d3c22b0} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 11414 | 2024.11.27 18:41:48.101822 [ 254 ] {56aae2de-2267-4e4c-8ed4-3eed1d3c22b0} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11415 | 2024.11.27 18:41:48.102023 [ 48 ] {} <Debug> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 11416 | 2024.11.27 18:41:48.102078 [ 254 ] {56aae2de-2267-4e4c-8ed4-3eed1d3c22b0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002099 sec., 28585.040495474033 rows/sec., 1.93 MiB/sec. | ||
| 11417 | 2024.11.27 18:41:48.102123 [ 48 ] {} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11418 | 2024.11.27 18:41:48.102253 [ 48 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 11419 | 2024.11.27 18:41:48.102296 [ 254 ] {56aae2de-2267-4e4c-8ed4-3eed1d3c22b0} <Debug> TCPHandler: Processed in 0.002804161 sec. | ||
| 11420 | 2024.11.27 18:41:48.102679 [ 199 ] {c59724f6-f374-41a1-8302-611230e47527::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 | ||
| 11421 | 2024.11.27 18:41:48.102958 [ 191 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 27163 rows, containing 5 columns (5 merged, 0 gathered) in 0.012317243 sec., 2205282.464590493 rows/sec., 149.26 MiB/sec. | ||
| 11422 | 2024.11.27 18:41:48.103010 [ 199 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11423 | 2024.11.27 18:41:48.103068 [ 199 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 5466 rows starting from the beginning of the part | ||
| 11424 | 2024.11.27 18:41:48.103393 [ 199 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 60 rows starting from the beginning of the part | ||
| 11425 | 2024.11.27 18:41:48.103443 [ 191 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 11426 | 2024.11.27 18:41:48.103810 [ 199 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 82 rows starting from the beginning of the part | ||
| 11427 | 2024.11.27 18:41:48.104369 [ 199 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 60 rows starting from the beginning of the part | ||
| 11428 | 2024.11.27 18:41:48.104747 [ 199 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 82 rows starting from the beginning of the part | ||
| 11429 | 2024.11.27 18:41:48.105007 [ 191 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11430 | 2024.11.27 18:41:48.105033 [ 199 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 60 rows starting from the beginning of the part | ||
| 11431 | 2024.11.27 18:41:48.105415 [ 191 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_86_17} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 11432 | 2024.11.27 18:41:48.105628 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.27 MiB. | ||
| 11433 | 2024.11.27 18:41:48.107090 [ 200 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5810 rows, containing 4 columns (4 merged, 0 gathered) in 0.004660549 sec., 1246634.2484544204 rows/sec., 81.61 MiB/sec. | ||
| 11434 | 2024.11.27 18:41:48.107602 [ 189 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 11435 | 2024.11.27 18:41:48.107962 [ 189 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_86_17} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11436 | 2024.11.27 18:41:48.108056 [ 189 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_86_17} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 11437 | 2024.11.27 18:41:48.108160 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.15 MiB. | ||
| 11438 | 2024.11.27 18:41:49.993799 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 27023 | ||
| 11439 | 2024.11.27 18:41:49.994533 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11440 | 2024.11.27 18:41:49.994581 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 11441 | 2024.11.27 18:41:49.995160 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 11442 | 2024.11.27 18:41:49.995428 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11443 | 2024.11.27 18:41:49.995674 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27023 | ||
| 11444 | 2024.11.27 18:41:51.939903 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 445 | ||
| 11445 | 2024.11.27 18:41:51.960555 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11446 | 2024.11.27 18:41:51.960613 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 11447 | 2024.11.27 18:41:51.967853 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 11448 | 2024.11.27 18:41:51.968618 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11449 | 2024.11.27 18:41:51.971289 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 445 | ||
| 11450 | 2024.11.27 18:41:53.044946 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11451 | 2024.11.27 18:41:53.045163 [ 253 ] {759b556b-f1c2-435a-afd8-61b1df789082} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 11452 | 2024.11.27 18:41:53.045246 [ 253 ] {759b556b-f1c2-435a-afd8-61b1df789082} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 11453 | 2024.11.27 18:41:53.046101 [ 253 ] {759b556b-f1c2-435a-afd8-61b1df789082} <Trace> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11454 | 2024.11.27 18:41:53.046159 [ 253 ] {759b556b-f1c2-435a-afd8-61b1df789082} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 11455 | 2024.11.27 18:41:53.046618 [ 253 ] {759b556b-f1c2-435a-afd8-61b1df789082} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 11456 | 2024.11.27 18:41:53.046876 [ 253 ] {759b556b-f1c2-435a-afd8-61b1df789082} <Trace> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11457 | 2024.11.27 18:41:53.047144 [ 253 ] {759b556b-f1c2-435a-afd8-61b1df789082} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002043 sec., 6852.667645619187 rows/sec., 493.30 KiB/sec. | ||
| 11458 | 2024.11.27 18:41:53.047210 [ 253 ] {759b556b-f1c2-435a-afd8-61b1df789082} <Debug> TCPHandler: Processed in 0.002400325 sec. | ||
| 11459 | 2024.11.27 18:41:53.047473 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11460 | 2024.11.27 18:41:53.047682 [ 254 ] {105a9709-e84f-4463-a534-1410d2b103d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11461 | 2024.11.27 18:41:53.047765 [ 254 ] {105a9709-e84f-4463-a534-1410d2b103d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11462 | 2024.11.27 18:41:53.048675 [ 254 ] {105a9709-e84f-4463-a534-1410d2b103d3} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11463 | 2024.11.27 18:41:53.048723 [ 254 ] {105a9709-e84f-4463-a534-1410d2b103d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 11464 | 2024.11.27 18:41:53.049187 [ 254 ] {105a9709-e84f-4463-a534-1410d2b103d3} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 11465 | 2024.11.27 18:41:53.049457 [ 254 ] {105a9709-e84f-4463-a534-1410d2b103d3} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11466 | 2024.11.27 18:41:53.049700 [ 254 ] {105a9709-e84f-4463-a534-1410d2b103d3} <Debug> executeQuery: Read 253 rows, 22.72 KiB in 0.002074 sec., 121986.49951783993 rows/sec., 10.70 MiB/sec. | ||
| 11467 | 2024.11.27 18:41:53.049770 [ 254 ] {105a9709-e84f-4463-a534-1410d2b103d3} <Debug> TCPHandler: Processed in 0.002432046 sec. | ||
| 11468 | 2024.11.27 18:41:53.049985 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11469 | 2024.11.27 18:41:53.050145 [ 253 ] {80031578-56f2-4443-9747-4551de3aedfa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11470 | 2024.11.27 18:41:53.050200 [ 253 ] {80031578-56f2-4443-9747-4551de3aedfa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11471 | 2024.11.27 18:41:53.050803 [ 253 ] {80031578-56f2-4443-9747-4551de3aedfa} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11472 | 2024.11.27 18:41:53.050846 [ 253 ] {80031578-56f2-4443-9747-4551de3aedfa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 11473 | 2024.11.27 18:41:53.051220 [ 253 ] {80031578-56f2-4443-9747-4551de3aedfa} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 11474 | 2024.11.27 18:41:53.051477 [ 253 ] {80031578-56f2-4443-9747-4551de3aedfa} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11475 | 2024.11.27 18:41:53.051700 [ 253 ] {80031578-56f2-4443-9747-4551de3aedfa} <Debug> executeQuery: Read 32 rows, 2.34 KiB in 0.001585 sec., 20189.274447949527 rows/sec., 1.44 MiB/sec. | ||
| 11476 | 2024.11.27 18:41:53.051756 [ 253 ] {80031578-56f2-4443-9747-4551de3aedfa} <Debug> TCPHandler: Processed in 0.001886508 sec. | ||
| 11477 | 2024.11.27 18:41:53.051896 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11478 | 2024.11.27 18:41:53.052030 [ 254 ] {d8eaf61e-8b0d-482a-9e8a-6a45d7d8dd0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 11479 | 2024.11.27 18:41:53.052092 [ 254 ] {d8eaf61e-8b0d-482a-9e8a-6a45d7d8dd0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 11480 | 2024.11.27 18:41:53.052816 [ 254 ] {d8eaf61e-8b0d-482a-9e8a-6a45d7d8dd0a} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11481 | 2024.11.27 18:41:53.052864 [ 254 ] {d8eaf61e-8b0d-482a-9e8a-6a45d7d8dd0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 11482 | 2024.11.27 18:41:53.053251 [ 254 ] {d8eaf61e-8b0d-482a-9e8a-6a45d7d8dd0a} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 11483 | 2024.11.27 18:41:53.053493 [ 254 ] {d8eaf61e-8b0d-482a-9e8a-6a45d7d8dd0a} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11484 | 2024.11.27 18:41:53.053720 [ 254 ] {d8eaf61e-8b0d-482a-9e8a-6a45d7d8dd0a} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001724 sec., 8120.649651972158 rows/sec., 568.72 KiB/sec. | ||
| 11485 | 2024.11.27 18:41:53.053779 [ 254 ] {d8eaf61e-8b0d-482a-9e8a-6a45d7d8dd0a} <Debug> TCPHandler: Processed in 0.001942929 sec. | ||
| 11486 | 2024.11.27 18:41:53.053935 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11487 | 2024.11.27 18:41:53.054057 [ 253 ] {b476a247-c7e9-4bc8-8700-1d4916c9901f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 11488 | 2024.11.27 18:41:53.054107 [ 253 ] {b476a247-c7e9-4bc8-8700-1d4916c9901f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 11489 | 2024.11.27 18:41:53.054687 [ 253 ] {b476a247-c7e9-4bc8-8700-1d4916c9901f} <Trace> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11490 | 2024.11.27 18:41:53.054728 [ 253 ] {b476a247-c7e9-4bc8-8700-1d4916c9901f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 11491 | 2024.11.27 18:41:53.055089 [ 253 ] {b476a247-c7e9-4bc8-8700-1d4916c9901f} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 11492 | 2024.11.27 18:41:53.055333 [ 253 ] {b476a247-c7e9-4bc8-8700-1d4916c9901f} <Trace> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11493 | 2024.11.27 18:41:53.055560 [ 253 ] {b476a247-c7e9-4bc8-8700-1d4916c9901f} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001528 sec., 8507.85340314136 rows/sec., 530.46 KiB/sec. | ||
| 11494 | 2024.11.27 18:41:53.055616 [ 253 ] {b476a247-c7e9-4bc8-8700-1d4916c9901f} <Debug> TCPHandler: Processed in 0.001740566 sec. | ||
| 11495 | 2024.11.27 18:41:53.055754 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11496 | 2024.11.27 18:41:53.055877 [ 254 ] {aacbcc8d-70a7-4b2d-babd-e163f8c22d73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11497 | 2024.11.27 18:41:53.055929 [ 254 ] {aacbcc8d-70a7-4b2d-babd-e163f8c22d73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11498 | 2024.11.27 18:41:53.056813 [ 254 ] {aacbcc8d-70a7-4b2d-babd-e163f8c22d73} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11499 | 2024.11.27 18:41:53.056861 [ 254 ] {aacbcc8d-70a7-4b2d-babd-e163f8c22d73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 11500 | 2024.11.27 18:41:53.057277 [ 254 ] {aacbcc8d-70a7-4b2d-babd-e163f8c22d73} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 11501 | 2024.11.27 18:41:53.057522 [ 254 ] {aacbcc8d-70a7-4b2d-babd-e163f8c22d73} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11502 | 2024.11.27 18:41:53.057754 [ 254 ] {aacbcc8d-70a7-4b2d-babd-e163f8c22d73} <Debug> executeQuery: Read 407 rows, 29.68 KiB in 0.001905 sec., 213648.2939632546 rows/sec., 15.22 MiB/sec. | ||
| 11503 | 2024.11.27 18:41:53.057826 [ 254 ] {aacbcc8d-70a7-4b2d-babd-e163f8c22d73} <Debug> TCPHandler: Processed in 0.002126062 sec. | ||
| 11504 | 2024.11.27 18:41:53.058061 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11505 | 2024.11.27 18:41:53.058249 [ 253 ] {08759e3d-5f2d-4ffe-a4b2-00d6fbef713f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 11506 | 2024.11.27 18:41:53.058310 [ 253 ] {08759e3d-5f2d-4ffe-a4b2-00d6fbef713f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 11507 | 2024.11.27 18:41:53.058882 [ 253 ] {08759e3d-5f2d-4ffe-a4b2-00d6fbef713f} <Trace> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11508 | 2024.11.27 18:41:53.058931 [ 253 ] {08759e3d-5f2d-4ffe-a4b2-00d6fbef713f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 11509 | 2024.11.27 18:41:53.059316 [ 253 ] {08759e3d-5f2d-4ffe-a4b2-00d6fbef713f} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 11510 | 2024.11.27 18:41:53.059553 [ 253 ] {08759e3d-5f2d-4ffe-a4b2-00d6fbef713f} <Trace> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11511 | 2024.11.27 18:41:53.059731 [ 40 ] {} <Debug> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 11512 | 2024.11.27 18:41:53.059791 [ 253 ] {08759e3d-5f2d-4ffe-a4b2-00d6fbef713f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00157 sec., 3821.6560509554142 rows/sec., 199.67 KiB/sec. | ||
| 11513 | 2024.11.27 18:41:53.059804 [ 40 ] {} <Trace> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11514 | 2024.11.27 18:41:53.059875 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 11515 | 2024.11.27 18:41:53.059915 [ 253 ] {08759e3d-5f2d-4ffe-a4b2-00d6fbef713f} <Debug> TCPHandler: Processed in 0.00200535 sec. | ||
| 11516 | 2024.11.27 18:41:53.060126 [ 187 ] {4a23b31e-2fab-45ac-a10f-cd78611343e3::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 | ||
| 11517 | 2024.11.27 18:41:53.060135 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11518 | 2024.11.27 18:41:53.060308 [ 187 ] {4a23b31e-2fab-45ac-a10f-cd78611343e3::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11519 | 2024.11.27 18:41:53.060314 [ 254 ] {df6e2d0e-5b7d-43b2-be8e-e2ecca682ff3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11520 | 2024.11.27 18:41:53.060351 [ 187 ] {4a23b31e-2fab-45ac-a10f-cd78611343e3::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 186 rows starting from the beginning of the part | ||
| 11521 | 2024.11.27 18:41:53.060399 [ 254 ] {df6e2d0e-5b7d-43b2-be8e-e2ecca682ff3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11522 | 2024.11.27 18:41:53.060595 [ 187 ] {4a23b31e-2fab-45ac-a10f-cd78611343e3::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 6 rows starting from the beginning of the part | ||
| 11523 | 2024.11.27 18:41:53.061003 [ 187 ] {4a23b31e-2fab-45ac-a10f-cd78611343e3::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 6 rows starting from the beginning of the part | ||
| 11524 | 2024.11.27 18:41:53.061367 [ 187 ] {4a23b31e-2fab-45ac-a10f-cd78611343e3::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 6 rows starting from the beginning of the part | ||
| 11525 | 2024.11.27 18:41:53.061642 [ 187 ] {4a23b31e-2fab-45ac-a10f-cd78611343e3::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 6 rows starting from the beginning of the part | ||
| 11526 | 2024.11.27 18:41:53.061951 [ 187 ] {4a23b31e-2fab-45ac-a10f-cd78611343e3::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 6 rows starting from the beginning of the part | ||
| 11527 | 2024.11.27 18:41:53.062715 [ 254 ] {df6e2d0e-5b7d-43b2-be8e-e2ecca682ff3} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11528 | 2024.11.27 18:41:53.062759 [ 254 ] {df6e2d0e-5b7d-43b2-be8e-e2ecca682ff3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 11529 | 2024.11.27 18:41:53.063346 [ 254 ] {df6e2d0e-5b7d-43b2-be8e-e2ecca682ff3} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 11530 | 2024.11.27 18:41:53.063527 [ 189 ] {4a23b31e-2fab-45ac-a10f-cd78611343e3::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 216 rows, containing 4 columns (4 merged, 0 gathered) in 0.003524322 sec., 61288.38397853545 rows/sec., 3.13 MiB/sec. | ||
| 11531 | 2024.11.27 18:41:53.063767 [ 254 ] {df6e2d0e-5b7d-43b2-be8e-e2ecca682ff3} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11532 | 2024.11.27 18:41:53.063947 [ 192 ] {4a23b31e-2fab-45ac-a10f-cd78611343e3::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 11533 | 2024.11.27 18:41:53.064163 [ 254 ] {df6e2d0e-5b7d-43b2-be8e-e2ecca682ff3} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.003879 sec., 61098.22119102861 rows/sec., 4.10 MiB/sec. | ||
| 11534 | 2024.11.27 18:41:53.064283 [ 254 ] {df6e2d0e-5b7d-43b2-be8e-e2ecca682ff3} <Debug> TCPHandler: Processed in 0.004252023 sec. | ||
| 11535 | 2024.11.27 18:41:53.064587 [ 193 ] {4a23b31e-2fab-45ac-a10f-cd78611343e3::all_1_36_7} <Trace> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11536 | 2024.11.27 18:41:53.064604 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11537 | 2024.11.27 18:41:53.064766 [ 193 ] {4a23b31e-2fab-45ac-a10f-cd78611343e3::all_1_36_7} <Trace> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 11538 | 2024.11.27 18:41:53.064964 [ 253 ] {4180e4ef-11e3-49c3-ae99-772a18731bc3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 11539 | 2024.11.27 18:41:53.064982 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 11540 | 2024.11.27 18:41:53.065086 [ 253 ] {4180e4ef-11e3-49c3-ae99-772a18731bc3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 11541 | 2024.11.27 18:41:53.065582 [ 253 ] {4180e4ef-11e3-49c3-ae99-772a18731bc3} <Trace> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11542 | 2024.11.27 18:41:53.065623 [ 253 ] {4180e4ef-11e3-49c3-ae99-772a18731bc3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 11543 | 2024.11.27 18:41:53.066010 [ 253 ] {4180e4ef-11e3-49c3-ae99-772a18731bc3} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 11544 | 2024.11.27 18:41:53.066253 [ 253 ] {4180e4ef-11e3-49c3-ae99-772a18731bc3} <Trace> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11545 | 2024.11.27 18:41:53.066484 [ 253 ] {4180e4ef-11e3-49c3-ae99-772a18731bc3} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00165 sec., 606.0606060606061 rows/sec., 40.84 KiB/sec. | ||
| 11546 | 2024.11.27 18:41:53.066537 [ 253 ] {4180e4ef-11e3-49c3-ae99-772a18731bc3} <Debug> TCPHandler: Processed in 0.002119642 sec. | ||
| 11547 | 2024.11.27 18:41:53.066683 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11548 | 2024.11.27 18:41:53.066801 [ 254 ] {4c9cd069-ffa4-436d-8d72-95ac572af7c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11549 | 2024.11.27 18:41:53.066885 [ 254 ] {4c9cd069-ffa4-436d-8d72-95ac572af7c1} <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 | ||
| 11550 | 2024.11.27 18:41:53.068040 [ 254 ] {4c9cd069-ffa4-436d-8d72-95ac572af7c1} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11551 | 2024.11.27 18:41:53.068080 [ 254 ] {4c9cd069-ffa4-436d-8d72-95ac572af7c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 11552 | 2024.11.27 18:41:53.068738 [ 254 ] {4c9cd069-ffa4-436d-8d72-95ac572af7c1} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 11553 | 2024.11.27 18:41:53.069001 [ 254 ] {4c9cd069-ffa4-436d-8d72-95ac572af7c1} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11554 | 2024.11.27 18:41:53.069278 [ 254 ] {4c9cd069-ffa4-436d-8d72-95ac572af7c1} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.002502 sec., 9992.006394884093 rows/sec., 17.91 MiB/sec. | ||
| 11555 | 2024.11.27 18:41:53.069382 [ 254 ] {4c9cd069-ffa4-436d-8d72-95ac572af7c1} <Debug> TCPHandler: Processed in 0.002754931 sec. | ||
| 11556 | 2024.11.27 18:41:53.069537 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11557 | 2024.11.27 18:41:53.069679 [ 253 ] {458041ef-9d39-4500-adb0-991d26248c1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11558 | 2024.11.27 18:41:53.069741 [ 253 ] {458041ef-9d39-4500-adb0-991d26248c1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11559 | 2024.11.27 18:41:53.070276 [ 253 ] {458041ef-9d39-4500-adb0-991d26248c1d} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11560 | 2024.11.27 18:41:53.070316 [ 253 ] {458041ef-9d39-4500-adb0-991d26248c1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 11561 | 2024.11.27 18:41:53.070706 [ 253 ] {458041ef-9d39-4500-adb0-991d26248c1d} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 11562 | 2024.11.27 18:41:53.070947 [ 253 ] {458041ef-9d39-4500-adb0-991d26248c1d} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11563 | 2024.11.27 18:41:53.071189 [ 253 ] {458041ef-9d39-4500-adb0-991d26248c1d} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001542 sec., 53177.69130998703 rows/sec., 3.38 MiB/sec. | ||
| 11564 | 2024.11.27 18:41:53.071241 [ 253 ] {458041ef-9d39-4500-adb0-991d26248c1d} <Debug> TCPHandler: Processed in 0.001771926 sec. | ||
| 11565 | 2024.11.27 18:41:57.318341 [ 28 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 11566 | 2024.11.27 18:41:57.318443 [ 28 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 11567 | 2024.11.27 18:41:57.495816 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 27511 | ||
| 11568 | 2024.11.27 18:41:57.496511 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11569 | 2024.11.27 18:41:57.496561 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 11570 | 2024.11.27 18:41:57.497095 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 11571 | 2024.11.27 18:41:57.497356 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11572 | 2024.11.27 18:41:57.497639 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27511 | ||
| 11573 | 2024.11.27 18:41:57.648092 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 1626 | ||
| 11574 | 2024.11.27 18:41:57.651977 [ 242 ] {} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11575 | 2024.11.27 18:41:57.652039 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 11576 | 2024.11.27 18:41:57.653571 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 11577 | 2024.11.27 18:41:57.653893 [ 242 ] {} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11578 | 2024.11.27 18:41:57.655496 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1626 | ||
| 11579 | 2024.11.27 18:41:58.039084 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11580 | 2024.11.27 18:41:58.039330 [ 253 ] {7087de2d-5609-41f5-a91d-9c0d21126eac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11581 | 2024.11.27 18:41:58.039414 [ 253 ] {7087de2d-5609-41f5-a91d-9c0d21126eac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11582 | 2024.11.27 18:41:58.040297 [ 253 ] {7087de2d-5609-41f5-a91d-9c0d21126eac} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11583 | 2024.11.27 18:41:58.040349 [ 253 ] {7087de2d-5609-41f5-a91d-9c0d21126eac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 11584 | 2024.11.27 18:41:58.040791 [ 253 ] {7087de2d-5609-41f5-a91d-9c0d21126eac} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 11585 | 2024.11.27 18:41:58.041048 [ 253 ] {7087de2d-5609-41f5-a91d-9c0d21126eac} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11586 | 2024.11.27 18:41:58.041320 [ 253 ] {7087de2d-5609-41f5-a91d-9c0d21126eac} <Debug> executeQuery: Read 88 rows, 7.40 KiB in 0.002037 sec., 43200.7854688267 rows/sec., 3.55 MiB/sec. | ||
| 11587 | 2024.11.27 18:41:58.041417 [ 253 ] {7087de2d-5609-41f5-a91d-9c0d21126eac} <Debug> TCPHandler: Processed in 0.002510287 sec. | ||
| 11588 | 2024.11.27 18:41:58.041708 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11589 | 2024.11.27 18:41:58.042083 [ 254 ] {7852ce4f-280d-4f4a-a77d-1c7cac3b71fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11590 | 2024.11.27 18:41:58.042167 [ 254 ] {7852ce4f-280d-4f4a-a77d-1c7cac3b71fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11591 | 2024.11.27 18:41:58.042886 [ 254 ] {7852ce4f-280d-4f4a-a77d-1c7cac3b71fe} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11592 | 2024.11.27 18:41:58.042932 [ 254 ] {7852ce4f-280d-4f4a-a77d-1c7cac3b71fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 11593 | 2024.11.27 18:41:58.043362 [ 254 ] {7852ce4f-280d-4f4a-a77d-1c7cac3b71fe} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 11594 | 2024.11.27 18:41:58.043616 [ 254 ] {7852ce4f-280d-4f4a-a77d-1c7cac3b71fe} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11595 | 2024.11.27 18:41:58.043828 [ 36 ] {} <Debug> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c) (MergerMutator): Selected 6 parts from all_1_75_15 to all_80_80_0 | ||
| 11596 | 2024.11.27 18:41:58.043895 [ 254 ] {7852ce4f-280d-4f4a-a77d-1c7cac3b71fe} <Debug> executeQuery: Read 16 rows, 1.20 KiB in 0.001935 sec., 8268.733850129198 rows/sec., 621.77 KiB/sec. | ||
| 11597 | 2024.11.27 18:41:58.043947 [ 36 ] {} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11598 | 2024.11.27 18:41:58.044028 [ 254 ] {7852ce4f-280d-4f4a-a77d-1c7cac3b71fe} <Debug> TCPHandler: Processed in 0.002472887 sec. | ||
| 11599 | 2024.11.27 18:41:58.044037 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 11600 | 2024.11.27 18:41:58.044242 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11601 | 2024.11.27 18:41:58.044262 [ 189 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::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 | ||
| 11602 | 2024.11.27 18:41:58.044457 [ 253 ] {cc398ee3-804a-4134-85a8-13dd82aa0ed7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11603 | 2024.11.27 18:41:58.044561 [ 189 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_80_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11604 | 2024.11.27 18:41:58.044574 [ 253 ] {cc398ee3-804a-4134-85a8-13dd82aa0ed7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11605 | 2024.11.27 18:41:58.044645 [ 189 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_75_15, total 66 rows starting from the beginning of the part | ||
| 11606 | 2024.11.27 18:41:58.044973 [ 189 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 16 rows starting from the beginning of the part | ||
| 11607 | 2024.11.27 18:41:58.045344 [ 189 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 32 rows starting from the beginning of the part | ||
| 11608 | 2024.11.27 18:41:58.045762 [ 189 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 24 rows starting from the beginning of the part | ||
| 11609 | 2024.11.27 18:41:58.046100 [ 189 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 32 rows starting from the beginning of the part | ||
| 11610 | 2024.11.27 18:41:58.046469 [ 189 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_80_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 16 rows starting from the beginning of the part | ||
| 11611 | 2024.11.27 18:41:58.047415 [ 253 ] {cc398ee3-804a-4134-85a8-13dd82aa0ed7} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11612 | 2024.11.27 18:41:58.047492 [ 253 ] {cc398ee3-804a-4134-85a8-13dd82aa0ed7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 11613 | 2024.11.27 18:41:58.048482 [ 253 ] {cc398ee3-804a-4134-85a8-13dd82aa0ed7} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 11614 | 2024.11.27 18:41:58.049173 [ 253 ] {cc398ee3-804a-4134-85a8-13dd82aa0ed7} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11615 | 2024.11.27 18:41:58.049254 [ 189 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_80_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 186 rows, containing 5 columns (5 merged, 0 gathered) in 0.005070015 sec., 36686.28199324854 rows/sec., 2.77 MiB/sec. | ||
| 11616 | 2024.11.27 18:41:58.049555 [ 193 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_80_16} <Trace> MergedBlockOutputStream: filled checksums all_1_80_16 (state Temporary) | ||
| 11617 | 2024.11.27 18:41:58.049560 [ 253 ] {cc398ee3-804a-4134-85a8-13dd82aa0ed7} <Debug> executeQuery: Read 80 rows, 6.40 KiB in 0.005162 sec., 15497.869043006587 rows/sec., 1.21 MiB/sec. | ||
| 11618 | 2024.11.27 18:41:58.049760 [ 253 ] {cc398ee3-804a-4134-85a8-13dd82aa0ed7} <Debug> TCPHandler: Processed in 0.005619903 sec. | ||
| 11619 | 2024.11.27 18:41:58.049965 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11620 | 2024.11.27 18:41:58.050141 [ 193 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_80_16} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Renaming temporary part tmp_merge_all_1_80_16 to all_1_80_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11621 | 2024.11.27 18:41:58.050174 [ 254 ] {2555874d-bb8d-43ba-9faa-12137823e4b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11622 | 2024.11.27 18:41:58.050285 [ 254 ] {2555874d-bb8d-43ba-9faa-12137823e4b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11623 | 2024.11.27 18:41:58.050309 [ 193 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_80_16} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c) (MergerMutator): Merged 6 parts: [all_1_75_15, all_80_80_0] -> all_1_80_16 | ||
| 11624 | 2024.11.27 18:41:58.050516 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 11625 | 2024.11.27 18:41:58.051089 [ 254 ] {2555874d-bb8d-43ba-9faa-12137823e4b4} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11626 | 2024.11.27 18:41:58.051133 [ 254 ] {2555874d-bb8d-43ba-9faa-12137823e4b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 11627 | 2024.11.27 18:41:58.051546 [ 254 ] {2555874d-bb8d-43ba-9faa-12137823e4b4} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 11628 | 2024.11.27 18:41:58.051788 [ 254 ] {2555874d-bb8d-43ba-9faa-12137823e4b4} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11629 | 2024.11.27 18:41:58.052009 [ 254 ] {2555874d-bb8d-43ba-9faa-12137823e4b4} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001897 sec., 84343.70057986294 rows/sec., 5.87 MiB/sec. | ||
| 11630 | 2024.11.27 18:41:58.052063 [ 254 ] {2555874d-bb8d-43ba-9faa-12137823e4b4} <Debug> TCPHandler: Processed in 0.002187642 sec. | ||
| 11631 | 2024.11.27 18:41:58.052240 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11632 | 2024.11.27 18:41:58.052380 [ 253 ] {9e107025-b891-415e-ad6f-192bb92bf1e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11633 | 2024.11.27 18:41:58.052479 [ 253 ] {9e107025-b891-415e-ad6f-192bb92bf1e1} <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 | ||
| 11634 | 2024.11.27 18:41:58.053757 [ 253 ] {9e107025-b891-415e-ad6f-192bb92bf1e1} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11635 | 2024.11.27 18:41:58.053798 [ 253 ] {9e107025-b891-415e-ad6f-192bb92bf1e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 11636 | 2024.11.27 18:41:58.054464 [ 253 ] {9e107025-b891-415e-ad6f-192bb92bf1e1} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 11637 | 2024.11.27 18:41:58.054730 [ 253 ] {9e107025-b891-415e-ad6f-192bb92bf1e1} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11638 | 2024.11.27 18:41:58.055026 [ 253 ] {9e107025-b891-415e-ad6f-192bb92bf1e1} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002677 sec., 5976.839745984311 rows/sec., 10.71 MiB/sec. | ||
| 11639 | 2024.11.27 18:41:58.055278 [ 253 ] {9e107025-b891-415e-ad6f-192bb92bf1e1} <Debug> TCPHandler: Processed in 0.003103746 sec. | ||
| 11640 | 2024.11.27 18:41:58.055545 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11641 | 2024.11.27 18:41:58.055837 [ 254 ] {b7200e69-d905-4227-b1ca-3d4927f6619e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11642 | 2024.11.27 18:41:58.055904 [ 254 ] {b7200e69-d905-4227-b1ca-3d4927f6619e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11643 | 2024.11.27 18:41:58.056441 [ 254 ] {b7200e69-d905-4227-b1ca-3d4927f6619e} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11644 | 2024.11.27 18:41:58.056479 [ 254 ] {b7200e69-d905-4227-b1ca-3d4927f6619e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 11645 | 2024.11.27 18:41:58.056853 [ 254 ] {b7200e69-d905-4227-b1ca-3d4927f6619e} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 11646 | 2024.11.27 18:41:58.057100 [ 254 ] {b7200e69-d905-4227-b1ca-3d4927f6619e} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11647 | 2024.11.27 18:41:58.057325 [ 254 ] {b7200e69-d905-4227-b1ca-3d4927f6619e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00157 sec., 38216.56050955414 rows/sec., 2.58 MiB/sec. | ||
| 11648 | 2024.11.27 18:41:58.057374 [ 254 ] {b7200e69-d905-4227-b1ca-3d4927f6619e} <Debug> TCPHandler: Processed in 0.00198233 sec. | ||
| 11649 | 2024.11.27 18:41:59.471385 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 453 | ||
| 11650 | 2024.11.27 18:41:59.492858 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11651 | 2024.11.27 18:41:59.492920 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 11652 | 2024.11.27 18:41:59.500308 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 11653 | 2024.11.27 18:41:59.501073 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11654 | 2024.11.27 18:41:59.505250 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 453 | ||
| 11655 | 2024.11.27 18:42:03.043250 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11656 | 2024.11.27 18:42:03.043479 [ 253 ] {f162eb63-c19e-40c3-a807-a3e1c771182d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 11657 | 2024.11.27 18:42:03.043561 [ 253 ] {f162eb63-c19e-40c3-a807-a3e1c771182d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 11658 | 2024.11.27 18:42:03.044385 [ 253 ] {f162eb63-c19e-40c3-a807-a3e1c771182d} <Trace> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11659 | 2024.11.27 18:42:03.044437 [ 253 ] {f162eb63-c19e-40c3-a807-a3e1c771182d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 11660 | 2024.11.27 18:42:03.044888 [ 253 ] {f162eb63-c19e-40c3-a807-a3e1c771182d} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 11661 | 2024.11.27 18:42:03.045147 [ 253 ] {f162eb63-c19e-40c3-a807-a3e1c771182d} <Trace> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11662 | 2024.11.27 18:42:03.045406 [ 253 ] {f162eb63-c19e-40c3-a807-a3e1c771182d} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002001 sec., 6996.501749125437 rows/sec., 503.65 KiB/sec. | ||
| 11663 | 2024.11.27 18:42:03.045530 [ 253 ] {f162eb63-c19e-40c3-a807-a3e1c771182d} <Debug> TCPHandler: Processed in 0.002415706 sec. | ||
| 11664 | 2024.11.27 18:42:03.045794 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11665 | 2024.11.27 18:42:03.046007 [ 254 ] {76bb067e-2199-458f-9c81-7caea2de91f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 11666 | 2024.11.27 18:42:03.046089 [ 254 ] {76bb067e-2199-458f-9c81-7caea2de91f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 11667 | 2024.11.27 18:42:03.046877 [ 254 ] {76bb067e-2199-458f-9c81-7caea2de91f2} <Trace> oximeter.fields_ipaddr (53955b2a-eb56-41e3-a1fe-af6ea47fe91e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11668 | 2024.11.27 18:42:03.046925 [ 254 ] {76bb067e-2199-458f-9c81-7caea2de91f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 11669 | 2024.11.27 18:42:03.047351 [ 254 ] {76bb067e-2199-458f-9c81-7caea2de91f2} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 11670 | 2024.11.27 18:42:03.047603 [ 254 ] {76bb067e-2199-458f-9c81-7caea2de91f2} <Trace> oximeter.fields_ipaddr (53955b2a-eb56-41e3-a1fe-af6ea47fe91e): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11671 | 2024.11.27 18:42:03.047889 [ 254 ] {76bb067e-2199-458f-9c81-7caea2de91f2} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.001933 sec., 4138.644593895499 rows/sec., 337.48 KiB/sec. | ||
| 11672 | 2024.11.27 18:42:03.048052 [ 254 ] {76bb067e-2199-458f-9c81-7caea2de91f2} <Debug> TCPHandler: Processed in 0.002394515 sec. | ||
| 11673 | 2024.11.27 18:42:03.048239 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11674 | 2024.11.27 18:42:03.048388 [ 253 ] {5861e381-82f2-44df-baa9-bd966f5ba245} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11675 | 2024.11.27 18:42:03.048453 [ 253 ] {5861e381-82f2-44df-baa9-bd966f5ba245} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11676 | 2024.11.27 18:42:03.049299 [ 253 ] {5861e381-82f2-44df-baa9-bd966f5ba245} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11677 | 2024.11.27 18:42:03.049341 [ 253 ] {5861e381-82f2-44df-baa9-bd966f5ba245} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 11678 | 2024.11.27 18:42:03.049740 [ 253 ] {5861e381-82f2-44df-baa9-bd966f5ba245} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 11679 | 2024.11.27 18:42:03.049983 [ 253 ] {5861e381-82f2-44df-baa9-bd966f5ba245} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11680 | 2024.11.27 18:42:03.050243 [ 253 ] {5861e381-82f2-44df-baa9-bd966f5ba245} <Debug> executeQuery: Read 257 rows, 23.02 KiB in 0.001891 sec., 135906.92755156002 rows/sec., 11.89 MiB/sec. | ||
| 11681 | 2024.11.27 18:42:03.050306 [ 253 ] {5861e381-82f2-44df-baa9-bd966f5ba245} <Debug> TCPHandler: Processed in 0.002137572 sec. | ||
| 11682 | 2024.11.27 18:42:03.050531 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11683 | 2024.11.27 18:42:03.050705 [ 254 ] {1522f6bb-eb9e-4862-867e-32221fbd3cfc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11684 | 2024.11.27 18:42:03.050769 [ 254 ] {1522f6bb-eb9e-4862-867e-32221fbd3cfc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11685 | 2024.11.27 18:42:03.051471 [ 254 ] {1522f6bb-eb9e-4862-867e-32221fbd3cfc} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11686 | 2024.11.27 18:42:03.051512 [ 254 ] {1522f6bb-eb9e-4862-867e-32221fbd3cfc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 11687 | 2024.11.27 18:42:03.051887 [ 254 ] {1522f6bb-eb9e-4862-867e-32221fbd3cfc} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 11688 | 2024.11.27 18:42:03.052125 [ 254 ] {1522f6bb-eb9e-4862-867e-32221fbd3cfc} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11689 | 2024.11.27 18:42:03.052371 [ 254 ] {1522f6bb-eb9e-4862-867e-32221fbd3cfc} <Debug> executeQuery: Read 40 rows, 2.89 KiB in 0.001691 sec., 23654.642223536368 rows/sec., 1.67 MiB/sec. | ||
| 11690 | 2024.11.27 18:42:03.052431 [ 254 ] {1522f6bb-eb9e-4862-867e-32221fbd3cfc} <Debug> TCPHandler: Processed in 0.00203108 sec. | ||
| 11691 | 2024.11.27 18:42:03.052681 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11692 | 2024.11.27 18:42:03.052867 [ 253 ] {1bd31702-9a20-4466-b37f-7b1de7795ba6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 11693 | 2024.11.27 18:42:03.052927 [ 253 ] {1bd31702-9a20-4466-b37f-7b1de7795ba6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 11694 | 2024.11.27 18:42:03.053579 [ 253 ] {1bd31702-9a20-4466-b37f-7b1de7795ba6} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11695 | 2024.11.27 18:42:03.053620 [ 253 ] {1bd31702-9a20-4466-b37f-7b1de7795ba6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 11696 | 2024.11.27 18:42:03.053998 [ 253 ] {1bd31702-9a20-4466-b37f-7b1de7795ba6} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 11697 | 2024.11.27 18:42:03.054251 [ 253 ] {1bd31702-9a20-4466-b37f-7b1de7795ba6} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11698 | 2024.11.27 18:42:03.054428 [ 32 ] {} <Debug> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 11699 | 2024.11.27 18:42:03.054492 [ 253 ] {1bd31702-9a20-4466-b37f-7b1de7795ba6} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001656 sec., 8454.106280193237 rows/sec., 592.07 KiB/sec. | ||
| 11700 | 2024.11.27 18:42:03.054512 [ 32 ] {} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11701 | 2024.11.27 18:42:03.054589 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 11702 | 2024.11.27 18:42:03.054623 [ 253 ] {1bd31702-9a20-4466-b37f-7b1de7795ba6} <Debug> TCPHandler: Processed in 0.00208397 sec. | ||
| 11703 | 2024.11.27 18:42:03.054877 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11704 | 2024.11.27 18:42:03.054912 [ 197 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::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 | ||
| 11705 | 2024.11.27 18:42:03.055430 [ 254 ] {c8add93b-857a-4d70-ae74-8abc2f25cdd2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 11706 | 2024.11.27 18:42:03.055459 [ 197 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11707 | 2024.11.27 18:42:03.055566 [ 197 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 242 rows starting from the beginning of the part | ||
| 11708 | 2024.11.27 18:42:03.055604 [ 254 ] {c8add93b-857a-4d70-ae74-8abc2f25cdd2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 11709 | 2024.11.27 18:42:03.055935 [ 197 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 14 rows starting from the beginning of the part | ||
| 11710 | 2024.11.27 18:42:03.056322 [ 197 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 14 rows starting from the beginning of the part | ||
| 11711 | 2024.11.27 18:42:03.056642 [ 197 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 228 rows starting from the beginning of the part | ||
| 11712 | 2024.11.27 18:42:03.057198 [ 197 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 14 rows starting from the beginning of the part | ||
| 11713 | 2024.11.27 18:42:03.057541 [ 197 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 14 rows starting from the beginning of the part | ||
| 11714 | 2024.11.27 18:42:03.058417 [ 254 ] {c8add93b-857a-4d70-ae74-8abc2f25cdd2} <Trace> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11715 | 2024.11.27 18:42:03.058476 [ 254 ] {c8add93b-857a-4d70-ae74-8abc2f25cdd2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 11716 | 2024.11.27 18:42:03.059521 [ 254 ] {c8add93b-857a-4d70-ae74-8abc2f25cdd2} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 11717 | 2024.11.27 18:42:03.060096 [ 254 ] {c8add93b-857a-4d70-ae74-8abc2f25cdd2} <Trace> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11718 | 2024.11.27 18:42:03.060518 [ 197 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 526 rows, containing 5 columns (5 merged, 0 gathered) in 0.005773066 sec., 91112.76399750149 rows/sec., 6.53 MiB/sec. | ||
| 11719 | 2024.11.27 18:42:03.060750 [ 254 ] {c8add93b-857a-4d70-ae74-8abc2f25cdd2} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005514 sec., 2357.6351106274938 rows/sec., 147.00 KiB/sec. | ||
| 11720 | 2024.11.27 18:42:03.060769 [ 197 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 11721 | 2024.11.27 18:42:03.061167 [ 254 ] {c8add93b-857a-4d70-ae74-8abc2f25cdd2} <Debug> TCPHandler: Processed in 0.006415055 sec. | ||
| 11722 | 2024.11.27 18:42:03.061489 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11723 | 2024.11.27 18:42:03.061601 [ 197 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_51_10} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11724 | 2024.11.27 18:42:03.061735 [ 253 ] {78f3d74e-afb8-4806-b618-e4978e27a0a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11725 | 2024.11.27 18:42:03.061791 [ 197 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_51_10} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 11726 | 2024.11.27 18:42:03.061835 [ 253 ] {78f3d74e-afb8-4806-b618-e4978e27a0a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11727 | 2024.11.27 18:42:03.061972 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 11728 | 2024.11.27 18:42:03.062860 [ 253 ] {78f3d74e-afb8-4806-b618-e4978e27a0a9} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11729 | 2024.11.27 18:42:03.062917 [ 253 ] {78f3d74e-afb8-4806-b618-e4978e27a0a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 11730 | 2024.11.27 18:42:03.063328 [ 253 ] {78f3d74e-afb8-4806-b618-e4978e27a0a9} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 11731 | 2024.11.27 18:42:03.063577 [ 253 ] {78f3d74e-afb8-4806-b618-e4978e27a0a9} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11732 | 2024.11.27 18:42:03.063815 [ 253 ] {78f3d74e-afb8-4806-b618-e4978e27a0a9} <Debug> executeQuery: Read 415 rows, 30.34 KiB in 0.002161 sec., 192040.72188801478 rows/sec., 13.71 MiB/sec. | ||
| 11733 | 2024.11.27 18:42:03.063913 [ 253 ] {78f3d74e-afb8-4806-b618-e4978e27a0a9} <Debug> TCPHandler: Processed in 0.002600388 sec. | ||
| 11734 | 2024.11.27 18:42:03.064138 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11735 | 2024.11.27 18:42:03.064341 [ 254 ] {946d283e-4b48-4ff1-968f-ac4cdcb5cdfe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 11736 | 2024.11.27 18:42:03.064395 [ 254 ] {946d283e-4b48-4ff1-968f-ac4cdcb5cdfe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 11737 | 2024.11.27 18:42:03.064899 [ 254 ] {946d283e-4b48-4ff1-968f-ac4cdcb5cdfe} <Trace> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11738 | 2024.11.27 18:42:03.064940 [ 254 ] {946d283e-4b48-4ff1-968f-ac4cdcb5cdfe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 11739 | 2024.11.27 18:42:03.065322 [ 254 ] {946d283e-4b48-4ff1-968f-ac4cdcb5cdfe} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 11740 | 2024.11.27 18:42:03.065559 [ 254 ] {946d283e-4b48-4ff1-968f-ac4cdcb5cdfe} <Trace> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11741 | 2024.11.27 18:42:03.065769 [ 254 ] {946d283e-4b48-4ff1-968f-ac4cdcb5cdfe} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001462 sec., 4103.967168262654 rows/sec., 214.42 KiB/sec. | ||
| 11742 | 2024.11.27 18:42:03.065825 [ 254 ] {946d283e-4b48-4ff1-968f-ac4cdcb5cdfe} <Debug> TCPHandler: Processed in 0.001813347 sec. | ||
| 11743 | 2024.11.27 18:42:03.065972 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11744 | 2024.11.27 18:42:03.066091 [ 253 ] {53d3e4e1-5c41-40ef-87ff-203e73a965d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11745 | 2024.11.27 18:42:03.066146 [ 253 ] {53d3e4e1-5c41-40ef-87ff-203e73a965d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11746 | 2024.11.27 18:42:03.066747 [ 253 ] {53d3e4e1-5c41-40ef-87ff-203e73a965d7} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11747 | 2024.11.27 18:42:03.066788 [ 253 ] {53d3e4e1-5c41-40ef-87ff-203e73a965d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 11748 | 2024.11.27 18:42:03.067201 [ 253 ] {53d3e4e1-5c41-40ef-87ff-203e73a965d7} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 11749 | 2024.11.27 18:42:03.067452 [ 253 ] {53d3e4e1-5c41-40ef-87ff-203e73a965d7} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11750 | 2024.11.27 18:42:03.067687 [ 253 ] {53d3e4e1-5c41-40ef-87ff-203e73a965d7} <Debug> executeQuery: Read 241 rows, 16.55 KiB in 0.00162 sec., 148765.43209876545 rows/sec., 9.98 MiB/sec. | ||
| 11751 | 2024.11.27 18:42:03.067786 [ 253 ] {53d3e4e1-5c41-40ef-87ff-203e73a965d7} <Debug> TCPHandler: Processed in 0.001869288 sec. | ||
| 11752 | 2024.11.27 18:42:03.067980 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11753 | 2024.11.27 18:42:03.068291 [ 254 ] {0a48c4f2-cf0d-4a8c-8ff6-90deae4fd03b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 11754 | 2024.11.27 18:42:03.068396 [ 254 ] {0a48c4f2-cf0d-4a8c-8ff6-90deae4fd03b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 11755 | 2024.11.27 18:42:03.068886 [ 254 ] {0a48c4f2-cf0d-4a8c-8ff6-90deae4fd03b} <Trace> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11756 | 2024.11.27 18:42:03.068926 [ 254 ] {0a48c4f2-cf0d-4a8c-8ff6-90deae4fd03b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 11757 | 2024.11.27 18:42:03.069286 [ 254 ] {0a48c4f2-cf0d-4a8c-8ff6-90deae4fd03b} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 11758 | 2024.11.27 18:42:03.069527 [ 254 ] {0a48c4f2-cf0d-4a8c-8ff6-90deae4fd03b} <Trace> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11759 | 2024.11.27 18:42:03.069736 [ 254 ] {0a48c4f2-cf0d-4a8c-8ff6-90deae4fd03b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001571 sec., 636.5372374283896 rows/sec., 42.89 KiB/sec. | ||
| 11760 | 2024.11.27 18:42:03.069789 [ 254 ] {0a48c4f2-cf0d-4a8c-8ff6-90deae4fd03b} <Debug> TCPHandler: Processed in 0.001925108 sec. | ||
| 11761 | 2024.11.27 18:42:03.069939 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11762 | 2024.11.27 18:42:03.070057 [ 253 ] {332ad668-7390-4fbe-b94c-f6d21093fe54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11763 | 2024.11.27 18:42:03.070142 [ 253 ] {332ad668-7390-4fbe-b94c-f6d21093fe54} <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 | ||
| 11764 | 2024.11.27 18:42:03.071328 [ 253 ] {332ad668-7390-4fbe-b94c-f6d21093fe54} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11765 | 2024.11.27 18:42:03.071368 [ 253 ] {332ad668-7390-4fbe-b94c-f6d21093fe54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 11766 | 2024.11.27 18:42:03.072026 [ 253 ] {332ad668-7390-4fbe-b94c-f6d21093fe54} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 11767 | 2024.11.27 18:42:03.072304 [ 253 ] {332ad668-7390-4fbe-b94c-f6d21093fe54} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11768 | 2024.11.27 18:42:03.072510 [ 32 ] {} <Debug> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 11769 | 2024.11.27 18:42:03.072589 [ 32 ] {} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11770 | 2024.11.27 18:42:03.072595 [ 253 ] {332ad668-7390-4fbe-b94c-f6d21093fe54} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.00255 sec., 9803.921568627451 rows/sec., 17.57 MiB/sec. | ||
| 11771 | 2024.11.27 18:42:03.072635 [ 32 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 11772 | 2024.11.27 18:42:03.073165 [ 193 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::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 | ||
| 11773 | 2024.11.27 18:42:03.073237 [ 253 ] {332ad668-7390-4fbe-b94c-f6d21093fe54} <Debug> TCPHandler: Processed in 0.003344559 sec. | ||
| 11774 | 2024.11.27 18:42:03.073570 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11775 | 2024.11.27 18:42:03.074298 [ 254 ] {d33b45b4-4ead-4340-a8ee-fffbc4f0e52b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11776 | 2024.11.27 18:42:03.074563 [ 254 ] {d33b45b4-4ead-4340-a8ee-fffbc4f0e52b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11777 | 2024.11.27 18:42:03.074961 [ 193 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11778 | 2024.11.27 18:42:03.075199 [ 193 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 1576 rows starting from the beginning of the part | ||
| 11779 | 2024.11.27 18:42:03.076020 [ 193 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 25 rows starting from the beginning of the part | ||
| 11780 | 2024.11.27 18:42:03.076863 [ 193 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 16 rows starting from the beginning of the part | ||
| 11781 | 2024.11.27 18:42:03.076920 [ 254 ] {d33b45b4-4ead-4340-a8ee-fffbc4f0e52b} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11782 | 2024.11.27 18:42:03.076999 [ 254 ] {d33b45b4-4ead-4340-a8ee-fffbc4f0e52b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 11783 | 2024.11.27 18:42:03.077509 [ 193 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 25 rows starting from the beginning of the part | ||
| 11784 | 2024.11.27 18:42:03.078194 [ 193 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 16 rows starting from the beginning of the part | ||
| 11785 | 2024.11.27 18:42:03.078637 [ 254 ] {d33b45b4-4ead-4340-a8ee-fffbc4f0e52b} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 11786 | 2024.11.27 18:42:03.078835 [ 193 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 25 rows starting from the beginning of the part | ||
| 11787 | 2024.11.27 18:42:03.079554 [ 254 ] {d33b45b4-4ead-4340-a8ee-fffbc4f0e52b} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11788 | 2024.11.27 18:42:03.080079 [ 254 ] {d33b45b4-4ead-4340-a8ee-fffbc4f0e52b} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.006052 sec., 13549.239920687376 rows/sec., 881.20 KiB/sec. | ||
| 11789 | 2024.11.27 18:42:03.080219 [ 254 ] {d33b45b4-4ead-4340-a8ee-fffbc4f0e52b} <Debug> TCPHandler: Processed in 0.006835461 sec. | ||
| 11790 | 2024.11.27 18:42:03.087992 [ 186 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1683 rows, containing 19 columns (19 merged, 0 gathered) in 0.015197005 sec., 110745.50544663242 rows/sec., 198.45 MiB/sec. | ||
| 11791 | 2024.11.27 18:42:03.089676 [ 186 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 11792 | 2024.11.27 18:42:03.090110 [ 186 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_81_16} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11793 | 2024.11.27 18:42:03.090195 [ 186 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_81_16} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 11794 | 2024.11.27 18:42:03.090352 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.58 MiB. | ||
| 11795 | 2024.11.27 18:42:04.000162 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 245.20 MiB, peak 256.74 MiB, free memory in arenas 0.00 B, will set to 247.52 MiB (RSS), difference: 2.32 MiB | ||
| 11796 | 2024.11.27 18:42:04.997777 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 27938 | ||
| 11797 | 2024.11.27 18:42:04.998472 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11798 | 2024.11.27 18:42:04.998512 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 11799 | 2024.11.27 18:42:04.999020 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 11800 | 2024.11.27 18:42:04.999280 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11801 | 2024.11.27 18:42:04.999437 [ 39 ] {} <Debug> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 11802 | 2024.11.27 18:42:04.999492 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 27938 | ||
| 11803 | 2024.11.27 18:42:04.999500 [ 39 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11804 | 2024.11.27 18:42:04.999532 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 11805 | 2024.11.27 18:42:04.999772 [ 190 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::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 | ||
| 11806 | 2024.11.27 18:42:05.000084 [ 190 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11807 | 2024.11.27 18:42:05.000135 [ 190 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_56_11, total 25681 rows starting from the beginning of the part | ||
| 11808 | 2024.11.27 18:42:05.000427 [ 190 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 427 rows starting from the beginning of the part | ||
| 11809 | 2024.11.27 18:42:05.000542 [ 190 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 488 rows starting from the beginning of the part | ||
| 11810 | 2024.11.27 18:42:05.001037 [ 190 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 427 rows starting from the beginning of the part | ||
| 11811 | 2024.11.27 18:42:05.001125 [ 190 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 488 rows starting from the beginning of the part | ||
| 11812 | 2024.11.27 18:42:05.001256 [ 190 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 427 rows starting from the beginning of the part | ||
| 11813 | 2024.11.27 18:42:05.003957 [ 199 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 27938 rows, containing 4 columns (4 merged, 0 gathered) in 0.004336184 sec., 6442992.271545673 rows/sec., 92.17 MiB/sec. | ||
| 11814 | 2024.11.27 18:42:05.004368 [ 196 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 11815 | 2024.11.27 18:42:05.004722 [ 196 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_61_12} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11816 | 2024.11.27 18:42:05.004822 [ 196 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_61_12} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 11817 | 2024.11.27 18:42:05.004947 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.88 MiB. | ||
| 11818 | 2024.11.27 18:42:07.005337 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 460 | ||
| 11819 | 2024.11.27 18:42:07.029230 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11820 | 2024.11.27 18:42:07.029297 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 11821 | 2024.11.27 18:42:07.036770 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 11822 | 2024.11.27 18:42:07.037570 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11823 | 2024.11.27 18:42:07.037973 [ 60 ] {} <Debug> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 11824 | 2024.11.27 18:42:07.038118 [ 60 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11825 | 2024.11.27 18:42:07.038190 [ 60 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 11826 | 2024.11.27 18:42:07.039088 [ 190 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::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 | ||
| 11827 | 2024.11.27 18:42:07.056264 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 460 | ||
| 11828 | 2024.11.27 18:42:07.057513 [ 190 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11829 | 2024.11.27 18:42:07.059195 [ 190 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 422 rows starting from the beginning of the part | ||
| 11830 | 2024.11.27 18:42:07.065248 [ 190 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 8 rows starting from the beginning of the part | ||
| 11831 | 2024.11.27 18:42:07.071057 [ 190 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 8 rows starting from the beginning of the part | ||
| 11832 | 2024.11.27 18:42:07.076834 [ 190 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 7 rows starting from the beginning of the part | ||
| 11833 | 2024.11.27 18:42:07.082895 [ 190 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 8 rows starting from the beginning of the part | ||
| 11834 | 2024.11.27 18:42:07.087719 [ 190 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 7 rows starting from the beginning of the part | ||
| 11835 | 2024.11.27 18:42:07.146440 [ 201 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 460 rows, containing 679 columns (679 merged, 0 gathered) in 0.108044991 sec., 4257.485661690693 rows/sec., 22.01 MiB/sec. | ||
| 11836 | 2024.11.27 18:42:07.149954 [ 195 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 11837 | 2024.11.27 18:42:07.153069 [ 195 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_61_12} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11838 | 2024.11.27 18:42:07.153212 [ 195 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_61_12} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 11839 | 2024.11.27 18:42:07.155825 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 13.97 MiB. | ||
| 11840 | 2024.11.27 18:42:07.655787 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1662 | ||
| 11841 | 2024.11.27 18:42:07.659202 [ 242 ] {} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11842 | 2024.11.27 18:42:07.659252 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 11843 | 2024.11.27 18:42:07.660798 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 11844 | 2024.11.27 18:42:07.661106 [ 242 ] {} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11845 | 2024.11.27 18:42:07.662089 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1662 | ||
| 11846 | 2024.11.27 18:42:08.039229 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11847 | 2024.11.27 18:42:08.039427 [ 253 ] {b8092c4d-8972-496e-967c-d3483599db75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11848 | 2024.11.27 18:42:08.039499 [ 253 ] {b8092c4d-8972-496e-967c-d3483599db75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11849 | 2024.11.27 18:42:08.040262 [ 253 ] {b8092c4d-8972-496e-967c-d3483599db75} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11850 | 2024.11.27 18:42:08.040305 [ 253 ] {b8092c4d-8972-496e-967c-d3483599db75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 11851 | 2024.11.27 18:42:08.040749 [ 253 ] {b8092c4d-8972-496e-967c-d3483599db75} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 11852 | 2024.11.27 18:42:08.041014 [ 253 ] {b8092c4d-8972-496e-967c-d3483599db75} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11853 | 2024.11.27 18:42:08.041223 [ 253 ] {b8092c4d-8972-496e-967c-d3483599db75} <Debug> executeQuery: Read 88 rows, 7.40 KiB in 0.001852 sec., 47516.19870410368 rows/sec., 3.90 MiB/sec. | ||
| 11854 | 2024.11.27 18:42:08.041281 [ 253 ] {b8092c4d-8972-496e-967c-d3483599db75} <Debug> TCPHandler: Processed in 0.002170782 sec. | ||
| 11855 | 2024.11.27 18:42:08.041554 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11856 | 2024.11.27 18:42:08.041774 [ 254 ] {79badc94-3007-4bbc-afa9-d16c3f4cdfd1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11857 | 2024.11.27 18:42:08.041860 [ 254 ] {79badc94-3007-4bbc-afa9-d16c3f4cdfd1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11858 | 2024.11.27 18:42:08.042723 [ 254 ] {79badc94-3007-4bbc-afa9-d16c3f4cdfd1} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11859 | 2024.11.27 18:42:08.042781 [ 254 ] {79badc94-3007-4bbc-afa9-d16c3f4cdfd1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 11860 | 2024.11.27 18:42:08.043253 [ 254 ] {79badc94-3007-4bbc-afa9-d16c3f4cdfd1} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 11861 | 2024.11.27 18:42:08.043512 [ 254 ] {79badc94-3007-4bbc-afa9-d16c3f4cdfd1} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11862 | 2024.11.27 18:42:08.043784 [ 254 ] {79badc94-3007-4bbc-afa9-d16c3f4cdfd1} <Debug> executeQuery: Read 16 rows, 1.20 KiB in 0.002059 sec., 7770.762506070908 rows/sec., 584.32 KiB/sec. | ||
| 11863 | 2024.11.27 18:42:08.043895 [ 254 ] {79badc94-3007-4bbc-afa9-d16c3f4cdfd1} <Debug> TCPHandler: Processed in 0.002486788 sec. | ||
| 11864 | 2024.11.27 18:42:08.044130 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11865 | 2024.11.27 18:42:08.044492 [ 253 ] {90b55407-7abc-4912-8b36-8b860265a322} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11866 | 2024.11.27 18:42:08.044624 [ 253 ] {90b55407-7abc-4912-8b36-8b860265a322} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11867 | 2024.11.27 18:42:08.045329 [ 253 ] {90b55407-7abc-4912-8b36-8b860265a322} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11868 | 2024.11.27 18:42:08.045369 [ 253 ] {90b55407-7abc-4912-8b36-8b860265a322} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 11869 | 2024.11.27 18:42:08.045754 [ 253 ] {90b55407-7abc-4912-8b36-8b860265a322} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 11870 | 2024.11.27 18:42:08.046004 [ 253 ] {90b55407-7abc-4912-8b36-8b860265a322} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11871 | 2024.11.27 18:42:08.046188 [ 253 ] {90b55407-7abc-4912-8b36-8b860265a322} <Debug> executeQuery: Read 80 rows, 6.40 KiB in 0.001833 sec., 43644.2989634479 rows/sec., 3.41 MiB/sec. | ||
| 11872 | 2024.11.27 18:42:08.046241 [ 253 ] {90b55407-7abc-4912-8b36-8b860265a322} <Debug> TCPHandler: Processed in 0.002235313 sec. | ||
| 11873 | 2024.11.27 18:42:08.046395 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11874 | 2024.11.27 18:42:08.046541 [ 254 ] {02089d26-7d8a-4e5c-a37f-64fa31e762fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 11875 | 2024.11.27 18:42:08.046609 [ 254 ] {02089d26-7d8a-4e5c-a37f-64fa31e762fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 11876 | 2024.11.27 18:42:08.047325 [ 254 ] {02089d26-7d8a-4e5c-a37f-64fa31e762fb} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11877 | 2024.11.27 18:42:08.047375 [ 254 ] {02089d26-7d8a-4e5c-a37f-64fa31e762fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 11878 | 2024.11.27 18:42:08.047796 [ 254 ] {02089d26-7d8a-4e5c-a37f-64fa31e762fb} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 11879 | 2024.11.27 18:42:08.048045 [ 254 ] {02089d26-7d8a-4e5c-a37f-64fa31e762fb} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11880 | 2024.11.27 18:42:08.048274 [ 254 ] {02089d26-7d8a-4e5c-a37f-64fa31e762fb} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00177 sec., 90395.4802259887 rows/sec., 6.30 MiB/sec. | ||
| 11881 | 2024.11.27 18:42:08.048347 [ 254 ] {02089d26-7d8a-4e5c-a37f-64fa31e762fb} <Debug> TCPHandler: Processed in 0.00202613 sec. | ||
| 11882 | 2024.11.27 18:42:08.048573 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11883 | 2024.11.27 18:42:08.048743 [ 253 ] {29bb6333-e578-4589-8298-fbccdb905abf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 11884 | 2024.11.27 18:42:08.048839 [ 253 ] {29bb6333-e578-4589-8298-fbccdb905abf} <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 | ||
| 11885 | 2024.11.27 18:42:08.050080 [ 253 ] {29bb6333-e578-4589-8298-fbccdb905abf} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11886 | 2024.11.27 18:42:08.050119 [ 253 ] {29bb6333-e578-4589-8298-fbccdb905abf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 11887 | 2024.11.27 18:42:08.050778 [ 253 ] {29bb6333-e578-4589-8298-fbccdb905abf} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 11888 | 2024.11.27 18:42:08.051055 [ 253 ] {29bb6333-e578-4589-8298-fbccdb905abf} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11889 | 2024.11.27 18:42:08.051302 [ 253 ] {29bb6333-e578-4589-8298-fbccdb905abf} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002584 sec., 6191.950464396285 rows/sec., 11.10 MiB/sec. | ||
| 11890 | 2024.11.27 18:42:08.051650 [ 253 ] {29bb6333-e578-4589-8298-fbccdb905abf} <Debug> TCPHandler: Processed in 0.003197097 sec. | ||
| 11891 | 2024.11.27 18:42:08.051932 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11892 | 2024.11.27 18:42:08.052289 [ 254 ] {ee46515f-ba20-470b-9776-e5f299d7a89d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 11893 | 2024.11.27 18:42:08.052460 [ 254 ] {ee46515f-ba20-470b-9776-e5f299d7a89d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 11894 | 2024.11.27 18:42:08.053039 [ 254 ] {ee46515f-ba20-470b-9776-e5f299d7a89d} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11895 | 2024.11.27 18:42:08.053080 [ 254 ] {ee46515f-ba20-470b-9776-e5f299d7a89d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 11896 | 2024.11.27 18:42:08.053472 [ 254 ] {ee46515f-ba20-470b-9776-e5f299d7a89d} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 11897 | 2024.11.27 18:42:08.053719 [ 254 ] {ee46515f-ba20-470b-9776-e5f299d7a89d} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11898 | 2024.11.27 18:42:08.053949 [ 254 ] {ee46515f-ba20-470b-9776-e5f299d7a89d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001799 sec., 33351.86214563646 rows/sec., 2.25 MiB/sec. | ||
| 11899 | 2024.11.27 18:42:08.054010 [ 254 ] {ee46515f-ba20-470b-9776-e5f299d7a89d} <Debug> TCPHandler: Processed in 0.002234343 sec. | ||
| 11900 | 2024.11.27 18:42:12.318490 [ 25 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 11901 | 2024.11.27 18:42:12.318573 [ 25 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 11902 | 2024.11.27 18:42:12.499631 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 28426 | ||
| 11903 | 2024.11.27 18:42:12.500405 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11904 | 2024.11.27 18:42:12.500463 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 11905 | 2024.11.27 18:42:12.501021 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 11906 | 2024.11.27 18:42:12.501287 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11907 | 2024.11.27 18:42:12.501578 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28426 | ||
| 11908 | 2024.11.27 18:42:13.044130 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11909 | 2024.11.27 18:42:13.044447 [ 253 ] {ef8a1dc8-b90f-48f6-9ad0-5a0a0b8c3b15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 11910 | 2024.11.27 18:42:13.044573 [ 253 ] {ef8a1dc8-b90f-48f6-9ad0-5a0a0b8c3b15} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 11911 | 2024.11.27 18:42:13.045393 [ 253 ] {ef8a1dc8-b90f-48f6-9ad0-5a0a0b8c3b15} <Trace> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11912 | 2024.11.27 18:42:13.045446 [ 253 ] {ef8a1dc8-b90f-48f6-9ad0-5a0a0b8c3b15} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 11913 | 2024.11.27 18:42:13.045895 [ 253 ] {ef8a1dc8-b90f-48f6-9ad0-5a0a0b8c3b15} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 11914 | 2024.11.27 18:42:13.046163 [ 253 ] {ef8a1dc8-b90f-48f6-9ad0-5a0a0b8c3b15} <Trace> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11915 | 2024.11.27 18:42:13.046378 [ 24 ] {} <Debug> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb) (MergerMutator): Selected 5 parts from all_1_34_8 to all_38_38_0 | ||
| 11916 | 2024.11.27 18:42:13.046449 [ 253 ] {ef8a1dc8-b90f-48f6-9ad0-5a0a0b8c3b15} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002087 sec., 6708.193579300431 rows/sec., 482.90 KiB/sec. | ||
| 11917 | 2024.11.27 18:42:13.046475 [ 24 ] {} <Trace> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11918 | 2024.11.27 18:42:13.046545 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 11919 | 2024.11.27 18:42:13.046592 [ 253 ] {ef8a1dc8-b90f-48f6-9ad0-5a0a0b8c3b15} <Debug> TCPHandler: Processed in 0.002649159 sec. | ||
| 11920 | 2024.11.27 18:42:13.046917 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11921 | 2024.11.27 18:42:13.046936 [ 191 ] {17effacc-4e38-4bb0-b3f7-e2a659fcc7fb::all_1_38_9} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_34_8 to all_38_38_0 into Compact with storage Full | ||
| 11922 | 2024.11.27 18:42:13.047412 [ 254 ] {35e727e6-03df-4996-a56b-50f96d28d20f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 11923 | 2024.11.27 18:42:13.047610 [ 254 ] {35e727e6-03df-4996-a56b-50f96d28d20f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 11924 | 2024.11.27 18:42:13.047613 [ 191 ] {17effacc-4e38-4bb0-b3f7-e2a659fcc7fb::all_1_38_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11925 | 2024.11.27 18:42:13.047713 [ 191 ] {17effacc-4e38-4bb0-b3f7-e2a659fcc7fb::all_1_38_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_34_8, total 14 rows starting from the beginning of the part | ||
| 11926 | 2024.11.27 18:42:13.047874 [ 191 ] {17effacc-4e38-4bb0-b3f7-e2a659fcc7fb::all_1_38_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 14 rows starting from the beginning of the part | ||
| 11927 | 2024.11.27 18:42:13.048253 [ 191 ] {17effacc-4e38-4bb0-b3f7-e2a659fcc7fb::all_1_38_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 14 rows starting from the beginning of the part | ||
| 11928 | 2024.11.27 18:42:13.048622 [ 191 ] {17effacc-4e38-4bb0-b3f7-e2a659fcc7fb::all_1_38_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 14 rows starting from the beginning of the part | ||
| 11929 | 2024.11.27 18:42:13.049048 [ 191 ] {17effacc-4e38-4bb0-b3f7-e2a659fcc7fb::all_1_38_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 14 rows starting from the beginning of the part | ||
| 11930 | 2024.11.27 18:42:13.050274 [ 254 ] {35e727e6-03df-4996-a56b-50f96d28d20f} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11931 | 2024.11.27 18:42:13.050324 [ 254 ] {35e727e6-03df-4996-a56b-50f96d28d20f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 11932 | 2024.11.27 18:42:13.050690 [ 191 ] {17effacc-4e38-4bb0-b3f7-e2a659fcc7fb::all_1_38_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.003999239 sec., 17503.330008534125 rows/sec., 1.30 MiB/sec. | ||
| 11933 | 2024.11.27 18:42:13.050832 [ 191 ] {17effacc-4e38-4bb0-b3f7-e2a659fcc7fb::all_1_38_9} <Trace> MergedBlockOutputStream: filled checksums all_1_38_9 (state Temporary) | ||
| 11934 | 2024.11.27 18:42:13.050901 [ 254 ] {35e727e6-03df-4996-a56b-50f96d28d20f} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 11935 | 2024.11.27 18:42:13.051136 [ 191 ] {17effacc-4e38-4bb0-b3f7-e2a659fcc7fb::all_1_38_9} <Trace> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb): Renaming temporary part tmp_merge_all_1_38_9 to all_1_38_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11936 | 2024.11.27 18:42:13.051219 [ 254 ] {35e727e6-03df-4996-a56b-50f96d28d20f} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11937 | 2024.11.27 18:42:13.051260 [ 191 ] {17effacc-4e38-4bb0-b3f7-e2a659fcc7fb::all_1_38_9} <Trace> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb) (MergerMutator): Merged 5 parts: [all_1_34_8, all_38_38_0] -> all_1_38_9 | ||
| 11938 | 2024.11.27 18:42:13.051381 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 11939 | 2024.11.27 18:42:13.051464 [ 24 ] {} <Debug> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 11940 | 2024.11.27 18:42:13.051530 [ 24 ] {} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11941 | 2024.11.27 18:42:13.051567 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 11942 | 2024.11.27 18:42:13.051581 [ 254 ] {35e727e6-03df-4996-a56b-50f96d28d20f} <Debug> executeQuery: Read 253 rows, 22.72 KiB in 0.004329 sec., 58443.058443058435 rows/sec., 5.13 MiB/sec. | ||
| 11943 | 2024.11.27 18:42:13.051780 [ 254 ] {35e727e6-03df-4996-a56b-50f96d28d20f} <Debug> TCPHandler: Processed in 0.005049975 sec. | ||
| 11944 | 2024.11.27 18:42:13.051841 [ 200 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::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 | ||
| 11945 | 2024.11.27 18:42:13.052000 [ 200 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11946 | 2024.11.27 18:42:13.052036 [ 200 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 1435 rows starting from the beginning of the part | ||
| 11947 | 2024.11.27 18:42:13.052087 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11948 | 2024.11.27 18:42:13.052250 [ 200 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 253 rows starting from the beginning of the part | ||
| 11949 | 2024.11.27 18:42:13.052714 [ 200 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 88 rows starting from the beginning of the part | ||
| 11950 | 2024.11.27 18:42:13.052715 [ 253 ] {277075c3-42da-4e5c-8883-41ea32628a51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 11951 | 2024.11.27 18:42:13.052895 [ 253 ] {277075c3-42da-4e5c-8883-41ea32628a51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 11952 | 2024.11.27 18:42:13.053086 [ 200 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 257 rows starting from the beginning of the part | ||
| 11953 | 2024.11.27 18:42:13.053454 [ 200 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 88 rows starting from the beginning of the part | ||
| 11954 | 2024.11.27 18:42:13.053813 [ 200 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 253 rows starting from the beginning of the part | ||
| 11955 | 2024.11.27 18:42:13.055346 [ 253 ] {277075c3-42da-4e5c-8883-41ea32628a51} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11956 | 2024.11.27 18:42:13.055416 [ 253 ] {277075c3-42da-4e5c-8883-41ea32628a51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 11957 | 2024.11.27 18:42:13.056416 [ 253 ] {277075c3-42da-4e5c-8883-41ea32628a51} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 11958 | 2024.11.27 18:42:13.056770 [ 253 ] {277075c3-42da-4e5c-8883-41ea32628a51} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11959 | 2024.11.27 18:42:13.057333 [ 253 ] {277075c3-42da-4e5c-8883-41ea32628a51} <Debug> executeQuery: Read 32 rows, 2.34 KiB in 0.004768 sec., 6711.4093959731545 rows/sec., 489.92 KiB/sec. | ||
| 11960 | 2024.11.27 18:42:13.057791 [ 253 ] {277075c3-42da-4e5c-8883-41ea32628a51} <Debug> TCPHandler: Processed in 0.005843327 sec. | ||
| 11961 | 2024.11.27 18:42:13.058139 [ 187 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2374 rows, containing 5 columns (5 merged, 0 gathered) in 0.006475856 sec., 366592.46283425693 rows/sec., 32.44 MiB/sec. | ||
| 11962 | 2024.11.27 18:42:13.058154 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11963 | 2024.11.27 18:42:13.058575 [ 254 ] {094fb245-a0bf-457b-a3b3-db3e629ac42d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 11964 | 2024.11.27 18:42:13.058619 [ 187 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 11965 | 2024.11.27 18:42:13.058743 [ 254 ] {094fb245-a0bf-457b-a3b3-db3e629ac42d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 11966 | 2024.11.27 18:42:13.059325 [ 187 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_91_18} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11967 | 2024.11.27 18:42:13.059466 [ 187 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_91_18} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 11968 | 2024.11.27 18:42:13.059569 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.68 MiB. | ||
| 11969 | 2024.11.27 18:42:13.059798 [ 254 ] {094fb245-a0bf-457b-a3b3-db3e629ac42d} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11970 | 2024.11.27 18:42:13.059837 [ 254 ] {094fb245-a0bf-457b-a3b3-db3e629ac42d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 11971 | 2024.11.27 18:42:13.060196 [ 254 ] {094fb245-a0bf-457b-a3b3-db3e629ac42d} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 11972 | 2024.11.27 18:42:13.060436 [ 254 ] {094fb245-a0bf-457b-a3b3-db3e629ac42d} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11973 | 2024.11.27 18:42:13.060674 [ 254 ] {094fb245-a0bf-457b-a3b3-db3e629ac42d} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002239 sec., 6252.791424743189 rows/sec., 437.90 KiB/sec. | ||
| 11974 | 2024.11.27 18:42:13.060831 [ 254 ] {094fb245-a0bf-457b-a3b3-db3e629ac42d} <Debug> TCPHandler: Processed in 0.002892843 sec. | ||
| 11975 | 2024.11.27 18:42:13.061096 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11976 | 2024.11.27 18:42:13.061246 [ 253 ] {0582ae98-a39f-436a-a49f-48f6c81c5de5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 11977 | 2024.11.27 18:42:13.061306 [ 253 ] {0582ae98-a39f-436a-a49f-48f6c81c5de5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 11978 | 2024.11.27 18:42:13.061952 [ 253 ] {0582ae98-a39f-436a-a49f-48f6c81c5de5} <Trace> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11979 | 2024.11.27 18:42:13.061993 [ 253 ] {0582ae98-a39f-436a-a49f-48f6c81c5de5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 11980 | 2024.11.27 18:42:13.062375 [ 253 ] {0582ae98-a39f-436a-a49f-48f6c81c5de5} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 11981 | 2024.11.27 18:42:13.062638 [ 253 ] {0582ae98-a39f-436a-a49f-48f6c81c5de5} <Trace> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 11982 | 2024.11.27 18:42:13.062831 [ 24 ] {} <Debug> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297) (MergerMutator): Selected 5 parts from all_1_34_8 to all_38_38_0 | ||
| 11983 | 2024.11.27 18:42:13.062912 [ 253 ] {0582ae98-a39f-436a-a49f-48f6c81c5de5} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001686 sec., 7710.557532621589 rows/sec., 480.75 KiB/sec. | ||
| 11984 | 2024.11.27 18:42:13.062913 [ 24 ] {} <Trace> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11985 | 2024.11.27 18:42:13.063021 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 11986 | 2024.11.27 18:42:13.063044 [ 253 ] {0582ae98-a39f-436a-a49f-48f6c81c5de5} <Debug> TCPHandler: Processed in 0.002090961 sec. | ||
| 11987 | 2024.11.27 18:42:13.063275 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 11988 | 2024.11.27 18:42:13.063291 [ 191 ] {570c97a2-0b60-44ce-bbb0-1d06000f2297::all_1_38_9} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_34_8 to all_38_38_0 into Compact with storage Full | ||
| 11989 | 2024.11.27 18:42:13.063450 [ 254 ] {c7fc22ce-f8e0-46f5-8c20-cb072872a78d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 11990 | 2024.11.27 18:42:13.063457 [ 191 ] {570c97a2-0b60-44ce-bbb0-1d06000f2297::all_1_38_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 11991 | 2024.11.27 18:42:13.063516 [ 254 ] {c7fc22ce-f8e0-46f5-8c20-cb072872a78d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 11992 | 2024.11.27 18:42:13.063528 [ 191 ] {570c97a2-0b60-44ce-bbb0-1d06000f2297::all_1_38_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_34_8, total 13 rows starting from the beginning of the part | ||
| 11993 | 2024.11.27 18:42:13.063769 [ 191 ] {570c97a2-0b60-44ce-bbb0-1d06000f2297::all_1_38_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 13 rows starting from the beginning of the part | ||
| 11994 | 2024.11.27 18:42:13.064088 [ 191 ] {570c97a2-0b60-44ce-bbb0-1d06000f2297::all_1_38_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 13 rows starting from the beginning of the part | ||
| 11995 | 2024.11.27 18:42:13.064483 [ 191 ] {570c97a2-0b60-44ce-bbb0-1d06000f2297::all_1_38_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 13 rows starting from the beginning of the part | ||
| 11996 | 2024.11.27 18:42:13.064769 [ 191 ] {570c97a2-0b60-44ce-bbb0-1d06000f2297::all_1_38_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 13 rows starting from the beginning of the part | ||
| 11997 | 2024.11.27 18:42:13.066004 [ 254 ] {c7fc22ce-f8e0-46f5-8c20-cb072872a78d} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 11998 | 2024.11.27 18:42:13.066051 [ 254 ] {c7fc22ce-f8e0-46f5-8c20-cb072872a78d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 11999 | 2024.11.27 18:42:13.066296 [ 194 ] {570c97a2-0b60-44ce-bbb0-1d06000f2297::all_1_38_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.003161657 sec., 20558.839874154597 rows/sec., 1.33 MiB/sec. | ||
| 12000 | 2024.11.27 18:42:13.066484 [ 194 ] {570c97a2-0b60-44ce-bbb0-1d06000f2297::all_1_38_9} <Trace> MergedBlockOutputStream: filled checksums all_1_38_9 (state Temporary) | ||
| 12001 | 2024.11.27 18:42:13.066795 [ 254 ] {c7fc22ce-f8e0-46f5-8c20-cb072872a78d} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 12002 | 2024.11.27 18:42:13.066989 [ 187 ] {570c97a2-0b60-44ce-bbb0-1d06000f2297::all_1_38_9} <Trace> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297): Renaming temporary part tmp_merge_all_1_38_9 to all_1_38_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12003 | 2024.11.27 18:42:13.067118 [ 187 ] {570c97a2-0b60-44ce-bbb0-1d06000f2297::all_1_38_9} <Trace> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297) (MergerMutator): Merged 5 parts: [all_1_34_8, all_38_38_0] -> all_1_38_9 | ||
| 12004 | 2024.11.27 18:42:13.067150 [ 254 ] {c7fc22ce-f8e0-46f5-8c20-cb072872a78d} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12005 | 2024.11.27 18:42:13.067223 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 12006 | 2024.11.27 18:42:13.067369 [ 24 ] {} <Debug> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 12007 | 2024.11.27 18:42:13.067431 [ 24 ] {} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12008 | 2024.11.27 18:42:13.067458 [ 254 ] {c7fc22ce-f8e0-46f5-8c20-cb072872a78d} <Debug> executeQuery: Read 407 rows, 29.68 KiB in 0.004057 sec., 100320.43381809219 rows/sec., 7.15 MiB/sec. | ||
| 12009 | 2024.11.27 18:42:13.067474 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 12010 | 2024.11.27 18:42:13.067643 [ 254 ] {c7fc22ce-f8e0-46f5-8c20-cb072872a78d} <Debug> TCPHandler: Processed in 0.004477236 sec. | ||
| 12011 | 2024.11.27 18:42:13.067723 [ 194 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::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 | ||
| 12012 | 2024.11.27 18:42:13.067832 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12013 | 2024.11.27 18:42:13.067858 [ 194 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12014 | 2024.11.27 18:42:13.067889 [ 194 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 915 rows starting from the beginning of the part | ||
| 12015 | 2024.11.27 18:42:13.067989 [ 253 ] {0f7f9850-a5e5-4b3d-87e9-9ea9bd72b346} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 12016 | 2024.11.27 18:42:13.068109 [ 194 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 407 rows starting from the beginning of the part | ||
| 12017 | 2024.11.27 18:42:13.068160 [ 253 ] {0f7f9850-a5e5-4b3d-87e9-9ea9bd72b346} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 12018 | 2024.11.27 18:42:13.068486 [ 194 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 80 rows starting from the beginning of the part | ||
| 12019 | 2024.11.27 18:42:13.068882 [ 194 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 415 rows starting from the beginning of the part | ||
| 12020 | 2024.11.27 18:42:13.069179 [ 194 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 80 rows starting from the beginning of the part | ||
| 12021 | 2024.11.27 18:42:13.069486 [ 194 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 407 rows starting from the beginning of the part | ||
| 12022 | 2024.11.27 18:42:13.070209 [ 253 ] {0f7f9850-a5e5-4b3d-87e9-9ea9bd72b346} <Trace> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12023 | 2024.11.27 18:42:13.070252 [ 253 ] {0f7f9850-a5e5-4b3d-87e9-9ea9bd72b346} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 12024 | 2024.11.27 18:42:13.070836 [ 253 ] {0f7f9850-a5e5-4b3d-87e9-9ea9bd72b346} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 12025 | 2024.11.27 18:42:13.071112 [ 253 ] {0f7f9850-a5e5-4b3d-87e9-9ea9bd72b346} <Trace> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12026 | 2024.11.27 18:42:13.071802 [ 253 ] {0f7f9850-a5e5-4b3d-87e9-9ea9bd72b346} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003786 sec., 1584.7860538827258 rows/sec., 82.80 KiB/sec. | ||
| 12027 | 2024.11.27 18:42:13.072196 [ 189 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2304 rows, containing 5 columns (5 merged, 0 gathered) in 0.004564338 sec., 504782.94990423584 rows/sec., 38.44 MiB/sec. | ||
| 12028 | 2024.11.27 18:42:13.072283 [ 253 ] {0f7f9850-a5e5-4b3d-87e9-9ea9bd72b346} <Debug> TCPHandler: Processed in 0.004505866 sec. | ||
| 12029 | 2024.11.27 18:42:13.072506 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12030 | 2024.11.27 18:42:13.072583 [ 189 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 12031 | 2024.11.27 18:42:13.072760 [ 254 ] {09eb1cf2-aa48-4bcc-933a-936705a58d8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12032 | 2024.11.27 18:42:13.072862 [ 254 ] {09eb1cf2-aa48-4bcc-933a-936705a58d8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12033 | 2024.11.27 18:42:13.073248 [ 189 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_91_18} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12034 | 2024.11.27 18:42:13.073483 [ 189 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_91_18} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 12035 | 2024.11.27 18:42:13.073609 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 12036 | 2024.11.27 18:42:13.073925 [ 254 ] {09eb1cf2-aa48-4bcc-933a-936705a58d8f} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12037 | 2024.11.27 18:42:13.073969 [ 254 ] {09eb1cf2-aa48-4bcc-933a-936705a58d8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 12038 | 2024.11.27 18:42:13.074388 [ 254 ] {09eb1cf2-aa48-4bcc-933a-936705a58d8f} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 12039 | 2024.11.27 18:42:13.074642 [ 254 ] {09eb1cf2-aa48-4bcc-933a-936705a58d8f} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12040 | 2024.11.27 18:42:13.074824 [ 26 ] {} <Debug> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 12041 | 2024.11.27 18:42:13.074880 [ 254 ] {09eb1cf2-aa48-4bcc-933a-936705a58d8f} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002225 sec., 106516.85393258427 rows/sec., 7.14 MiB/sec. | ||
| 12042 | 2024.11.27 18:42:13.074893 [ 26 ] {} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12043 | 2024.11.27 18:42:13.074970 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 12044 | 2024.11.27 18:42:13.075022 [ 254 ] {09eb1cf2-aa48-4bcc-933a-936705a58d8f} <Debug> TCPHandler: Processed in 0.002598028 sec. | ||
| 12045 | 2024.11.27 18:42:13.075215 [ 198 ] {67d43675-535f-43d0-af84-f38bbc85c22c::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 | ||
| 12046 | 2024.11.27 18:42:13.075225 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12047 | 2024.11.27 18:42:13.075364 [ 198 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12048 | 2024.11.27 18:42:13.075381 [ 253 ] {30818e98-29f7-48db-9b9f-8cb19f40386e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 12049 | 2024.11.27 18:42:13.075402 [ 198 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_86_17, total 27163 rows starting from the beginning of the part | ||
| 12050 | 2024.11.27 18:42:13.075445 [ 253 ] {30818e98-29f7-48db-9b9f-8cb19f40386e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 12051 | 2024.11.27 18:42:13.075541 [ 198 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 237 rows starting from the beginning of the part | ||
| 12052 | 2024.11.27 18:42:13.075923 [ 198 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 160 rows starting from the beginning of the part | ||
| 12053 | 2024.11.27 18:42:13.076392 [ 198 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 241 rows starting from the beginning of the part | ||
| 12054 | 2024.11.27 18:42:13.076691 [ 198 ] {67d43675-535f-43d0-af84-f38bbc85c22c::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 | ||
| 12055 | 2024.11.27 18:42:13.076962 [ 198 ] {67d43675-535f-43d0-af84-f38bbc85c22c::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 | ||
| 12056 | 2024.11.27 18:42:13.077471 [ 253 ] {30818e98-29f7-48db-9b9f-8cb19f40386e} <Trace> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12057 | 2024.11.27 18:42:13.077519 [ 253 ] {30818e98-29f7-48db-9b9f-8cb19f40386e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 12058 | 2024.11.27 18:42:13.077949 [ 253 ] {30818e98-29f7-48db-9b9f-8cb19f40386e} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 12059 | 2024.11.27 18:42:13.078213 [ 253 ] {30818e98-29f7-48db-9b9f-8cb19f40386e} <Trace> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12060 | 2024.11.27 18:42:13.078539 [ 253 ] {30818e98-29f7-48db-9b9f-8cb19f40386e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003194 sec., 313.08703819661866 rows/sec., 21.10 KiB/sec. | ||
| 12061 | 2024.11.27 18:42:13.078897 [ 253 ] {30818e98-29f7-48db-9b9f-8cb19f40386e} <Debug> TCPHandler: Processed in 0.003759566 sec. | ||
| 12062 | 2024.11.27 18:42:13.079265 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12063 | 2024.11.27 18:42:13.079725 [ 254 ] {0e8e3742-b104-43f2-ba48-d2f20883bf04} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12064 | 2024.11.27 18:42:13.079992 [ 254 ] {0e8e3742-b104-43f2-ba48-d2f20883bf04} <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 | ||
| 12065 | 2024.11.27 18:42:13.081813 [ 254 ] {0e8e3742-b104-43f2-ba48-d2f20883bf04} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12066 | 2024.11.27 18:42:13.081864 [ 254 ] {0e8e3742-b104-43f2-ba48-d2f20883bf04} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 12067 | 2024.11.27 18:42:13.082788 [ 254 ] {0e8e3742-b104-43f2-ba48-d2f20883bf04} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 12068 | 2024.11.27 18:42:13.083094 [ 254 ] {0e8e3742-b104-43f2-ba48-d2f20883bf04} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12069 | 2024.11.27 18:42:13.083619 [ 254 ] {0e8e3742-b104-43f2-ba48-d2f20883bf04} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.004052 sec., 6169.792694965449 rows/sec., 11.06 MiB/sec. | ||
| 12070 | 2024.11.27 18:42:13.084125 [ 254 ] {0e8e3742-b104-43f2-ba48-d2f20883bf04} <Debug> TCPHandler: Processed in 0.005085655 sec. | ||
| 12071 | 2024.11.27 18:42:13.084474 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12072 | 2024.11.27 18:42:13.084843 [ 253 ] {766dd102-8f09-44fc-b8a7-eec4c8845010} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12073 | 2024.11.27 18:42:13.085025 [ 253 ] {766dd102-8f09-44fc-b8a7-eec4c8845010} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12074 | 2024.11.27 18:42:13.085821 [ 253 ] {766dd102-8f09-44fc-b8a7-eec4c8845010} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12075 | 2024.11.27 18:42:13.085827 [ 198 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 28198 rows, containing 5 columns (5 merged, 0 gathered) in 0.010773639 sec., 2617314.354045091 rows/sec., 177.16 MiB/sec. | ||
| 12076 | 2024.11.27 18:42:13.085862 [ 253 ] {766dd102-8f09-44fc-b8a7-eec4c8845010} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 12077 | 2024.11.27 18:42:13.086134 [ 198 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 12078 | 2024.11.27 18:42:13.086311 [ 253 ] {766dd102-8f09-44fc-b8a7-eec4c8845010} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 12079 | 2024.11.27 18:42:13.086498 [ 198 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_91_18} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12080 | 2024.11.27 18:42:13.086588 [ 198 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_91_18} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 12081 | 2024.11.27 18:42:13.086629 [ 253 ] {766dd102-8f09-44fc-b8a7-eec4c8845010} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12082 | 2024.11.27 18:42:13.086686 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.33 MiB. | ||
| 12083 | 2024.11.27 18:42:13.086798 [ 26 ] {} <Debug> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 12084 | 2024.11.27 18:42:13.086849 [ 253 ] {766dd102-8f09-44fc-b8a7-eec4c8845010} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002137 sec., 38371.548900327565 rows/sec., 2.44 MiB/sec. | ||
| 12085 | 2024.11.27 18:42:13.086849 [ 26 ] {} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12086 | 2024.11.27 18:42:13.086923 [ 26 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 12087 | 2024.11.27 18:42:13.086928 [ 253 ] {766dd102-8f09-44fc-b8a7-eec4c8845010} <Debug> TCPHandler: Processed in 0.00266497 sec. | ||
| 12088 | 2024.11.27 18:42:13.087055 [ 186 ] {c59724f6-f374-41a1-8302-611230e47527::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 | ||
| 12089 | 2024.11.27 18:42:13.087155 [ 186 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12090 | 2024.11.27 18:42:13.087182 [ 186 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 5810 rows starting from the beginning of the part | ||
| 12091 | 2024.11.27 18:42:13.087250 [ 186 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 82 rows starting from the beginning of the part | ||
| 12092 | 2024.11.27 18:42:13.087345 [ 186 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 60 rows starting from the beginning of the part | ||
| 12093 | 2024.11.27 18:42:13.087443 [ 186 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 82 rows starting from the beginning of the part | ||
| 12094 | 2024.11.27 18:42:13.087548 [ 186 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 60 rows starting from the beginning of the part | ||
| 12095 | 2024.11.27 18:42:13.087644 [ 186 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 82 rows starting from the beginning of the part | ||
| 12096 | 2024.11.27 18:42:13.089337 [ 188 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6176 rows, containing 4 columns (4 merged, 0 gathered) in 0.002348615 sec., 2629634.912490979 rows/sec., 172.04 MiB/sec. | ||
| 12097 | 2024.11.27 18:42:13.090086 [ 188 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 12098 | 2024.11.27 18:42:13.090628 [ 188 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_91_18} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12099 | 2024.11.27 18:42:13.090728 [ 188 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_91_18} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 12100 | 2024.11.27 18:42:13.090823 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.18 MiB. | ||
| 12101 | 2024.11.27 18:42:14.556376 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 468 | ||
| 12102 | 2024.11.27 18:42:14.575084 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12103 | 2024.11.27 18:42:14.575149 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 12104 | 2024.11.27 18:42:14.582055 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 12105 | 2024.11.27 18:42:14.582813 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12106 | 2024.11.27 18:42:14.585414 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 468 | ||
| 12107 | 2024.11.27 18:42:17.662333 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1696 | ||
| 12108 | 2024.11.27 18:42:17.666054 [ 242 ] {} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12109 | 2024.11.27 18:42:17.666113 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 12110 | 2024.11.27 18:42:17.667591 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 12111 | 2024.11.27 18:42:17.667899 [ 242 ] {} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12112 | 2024.11.27 18:42:17.668131 [ 138 ] {} <Debug> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 12113 | 2024.11.27 18:42:17.668256 [ 138 ] {} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12114 | 2024.11.27 18:42:17.668319 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 12115 | 2024.11.27 18:42:17.668625 [ 186 ] {b2094d96-d5ad-4d24-939b-7466c2610b9f::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 | ||
| 12116 | 2024.11.27 18:42:17.668990 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1696 | ||
| 12117 | 2024.11.27 18:42:17.669499 [ 186 ] {b2094d96-d5ad-4d24-939b-7466c2610b9f::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12118 | 2024.11.27 18:42:17.669651 [ 186 ] {b2094d96-d5ad-4d24-939b-7466c2610b9f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1520 rows starting from the beginning of the part | ||
| 12119 | 2024.11.27 18:42:17.670099 [ 186 ] {b2094d96-d5ad-4d24-939b-7466c2610b9f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 34 rows starting from the beginning of the part | ||
| 12120 | 2024.11.27 18:42:17.670527 [ 186 ] {b2094d96-d5ad-4d24-939b-7466c2610b9f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 34 rows starting from the beginning of the part | ||
| 12121 | 2024.11.27 18:42:17.670939 [ 186 ] {b2094d96-d5ad-4d24-939b-7466c2610b9f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 38 rows starting from the beginning of the part | ||
| 12122 | 2024.11.27 18:42:17.671364 [ 186 ] {b2094d96-d5ad-4d24-939b-7466c2610b9f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 36 rows starting from the beginning of the part | ||
| 12123 | 2024.11.27 18:42:17.671829 [ 186 ] {b2094d96-d5ad-4d24-939b-7466c2610b9f::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 34 rows starting from the beginning of the part | ||
| 12124 | 2024.11.27 18:42:17.680155 [ 193 ] {b2094d96-d5ad-4d24-939b-7466c2610b9f::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1696 rows, containing 72 columns (72 merged, 0 gathered) in 0.011680663 sec., 145197.2375198223 rows/sec., 111.70 MiB/sec. | ||
| 12125 | 2024.11.27 18:42:17.682080 [ 196 ] {b2094d96-d5ad-4d24-939b-7466c2610b9f::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 12126 | 2024.11.27 18:42:17.682934 [ 196 ] {b2094d96-d5ad-4d24-939b-7466c2610b9f::all_1_46_9} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12127 | 2024.11.27 18:42:17.683038 [ 196 ] {b2094d96-d5ad-4d24-939b-7466c2610b9f::all_1_46_9} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 12128 | 2024.11.27 18:42:17.683386 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.93 MiB. | ||
| 12129 | 2024.11.27 18:42:18.067654 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12130 | 2024.11.27 18:42:18.067829 [ 253 ] {755a6152-5683-4f41-ace1-e69f1549712f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 12131 | 2024.11.27 18:42:18.067900 [ 253 ] {755a6152-5683-4f41-ace1-e69f1549712f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 12132 | 2024.11.27 18:42:18.068612 [ 253 ] {755a6152-5683-4f41-ace1-e69f1549712f} <Trace> oximeter.fields_ipaddr (53955b2a-eb56-41e3-a1fe-af6ea47fe91e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12133 | 2024.11.27 18:42:18.068659 [ 253 ] {755a6152-5683-4f41-ace1-e69f1549712f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 12134 | 2024.11.27 18:42:18.069073 [ 253 ] {755a6152-5683-4f41-ace1-e69f1549712f} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 12135 | 2024.11.27 18:42:18.069332 [ 253 ] {755a6152-5683-4f41-ace1-e69f1549712f} <Trace> oximeter.fields_ipaddr (53955b2a-eb56-41e3-a1fe-af6ea47fe91e): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12136 | 2024.11.27 18:42:18.069579 [ 253 ] {755a6152-5683-4f41-ace1-e69f1549712f} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001792 sec., 1116.0714285714287 rows/sec., 91.01 KiB/sec. | ||
| 12137 | 2024.11.27 18:42:18.069694 [ 253 ] {755a6152-5683-4f41-ace1-e69f1549712f} <Debug> TCPHandler: Processed in 0.002150522 sec. | ||
| 12138 | 2024.11.27 18:42:18.070003 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12139 | 2024.11.27 18:42:18.070216 [ 254 ] {716e59f0-f3c1-41c5-83a3-fb766c0deab7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12140 | 2024.11.27 18:42:18.070295 [ 254 ] {716e59f0-f3c1-41c5-83a3-fb766c0deab7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12141 | 2024.11.27 18:42:18.071842 [ 254 ] {716e59f0-f3c1-41c5-83a3-fb766c0deab7} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12142 | 2024.11.27 18:42:18.071890 [ 254 ] {716e59f0-f3c1-41c5-83a3-fb766c0deab7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 12143 | 2024.11.27 18:42:18.072413 [ 254 ] {716e59f0-f3c1-41c5-83a3-fb766c0deab7} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 12144 | 2024.11.27 18:42:18.072674 [ 254 ] {716e59f0-f3c1-41c5-83a3-fb766c0deab7} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12145 | 2024.11.27 18:42:18.072901 [ 254 ] {716e59f0-f3c1-41c5-83a3-fb766c0deab7} <Debug> executeQuery: Read 1229 rows, 103.59 KiB in 0.002743 sec., 448049.58075100253 rows/sec., 36.88 MiB/sec. | ||
| 12146 | 2024.11.27 18:42:18.073009 [ 254 ] {716e59f0-f3c1-41c5-83a3-fb766c0deab7} <Debug> TCPHandler: Processed in 0.003182497 sec. | ||
| 12147 | 2024.11.27 18:42:18.073204 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12148 | 2024.11.27 18:42:18.073347 [ 253 ] {d286b33f-5a12-48f6-856c-d93bdee4f086} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12149 | 2024.11.27 18:42:18.073400 [ 253 ] {d286b33f-5a12-48f6-856c-d93bdee4f086} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12150 | 2024.11.27 18:42:18.073980 [ 253 ] {d286b33f-5a12-48f6-856c-d93bdee4f086} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12151 | 2024.11.27 18:42:18.074019 [ 253 ] {d286b33f-5a12-48f6-856c-d93bdee4f086} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 12152 | 2024.11.27 18:42:18.074385 [ 253 ] {d286b33f-5a12-48f6-856c-d93bdee4f086} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 12153 | 2024.11.27 18:42:18.074633 [ 253 ] {d286b33f-5a12-48f6-856c-d93bdee4f086} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12154 | 2024.11.27 18:42:18.074866 [ 253 ] {d286b33f-5a12-48f6-856c-d93bdee4f086} <Debug> executeQuery: Read 18 rows, 1.34 KiB in 0.001543 sec., 11665.586519766688 rows/sec., 870.24 KiB/sec. | ||
| 12155 | 2024.11.27 18:42:18.074982 [ 253 ] {d286b33f-5a12-48f6-856c-d93bdee4f086} <Debug> TCPHandler: Processed in 0.001852088 sec. | ||
| 12156 | 2024.11.27 18:42:18.075203 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12157 | 2024.11.27 18:42:18.075384 [ 254 ] {4efe8d05-b471-4d23-9f37-371c5a227c87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 12158 | 2024.11.27 18:42:18.075439 [ 254 ] {4efe8d05-b471-4d23-9f37-371c5a227c87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 12159 | 2024.11.27 18:42:18.076131 [ 254 ] {4efe8d05-b471-4d23-9f37-371c5a227c87} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12160 | 2024.11.27 18:42:18.076169 [ 254 ] {4efe8d05-b471-4d23-9f37-371c5a227c87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 12161 | 2024.11.27 18:42:18.076546 [ 254 ] {4efe8d05-b471-4d23-9f37-371c5a227c87} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 12162 | 2024.11.27 18:42:18.076790 [ 254 ] {4efe8d05-b471-4d23-9f37-371c5a227c87} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12163 | 2024.11.27 18:42:18.076974 [ 254 ] {4efe8d05-b471-4d23-9f37-371c5a227c87} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.00162 sec., 140740.74074074076 rows/sec., 9.53 MiB/sec. | ||
| 12164 | 2024.11.27 18:42:18.077029 [ 254 ] {4efe8d05-b471-4d23-9f37-371c5a227c87} <Debug> TCPHandler: Processed in 0.001948029 sec. | ||
| 12165 | 2024.11.27 18:42:18.077190 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12166 | 2024.11.27 18:42:18.077332 [ 253 ] {c9cd915d-0e40-43bf-bd42-a8cea58687ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12167 | 2024.11.27 18:42:18.077392 [ 253 ] {c9cd915d-0e40-43bf-bd42-a8cea58687ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12168 | 2024.11.27 18:42:18.078352 [ 253 ] {c9cd915d-0e40-43bf-bd42-a8cea58687ec} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12169 | 2024.11.27 18:42:18.078393 [ 253 ] {c9cd915d-0e40-43bf-bd42-a8cea58687ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 12170 | 2024.11.27 18:42:18.078785 [ 253 ] {c9cd915d-0e40-43bf-bd42-a8cea58687ec} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 12171 | 2024.11.27 18:42:18.079030 [ 253 ] {c9cd915d-0e40-43bf-bd42-a8cea58687ec} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12172 | 2024.11.27 18:42:18.079253 [ 253 ] {c9cd915d-0e40-43bf-bd42-a8cea58687ec} <Debug> executeQuery: Read 538 rows, 40.85 KiB in 0.001952 sec., 275614.75409836066 rows/sec., 20.44 MiB/sec. | ||
| 12173 | 2024.11.27 18:42:18.079324 [ 253 ] {c9cd915d-0e40-43bf-bd42-a8cea58687ec} <Debug> TCPHandler: Processed in 0.002200153 sec. | ||
| 12174 | 2024.11.27 18:42:18.079544 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12175 | 2024.11.27 18:42:18.079714 [ 254 ] {77a80b40-652a-44f2-9929-05bf7a0fa19d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12176 | 2024.11.27 18:42:18.079778 [ 254 ] {77a80b40-652a-44f2-9929-05bf7a0fa19d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12177 | 2024.11.27 18:42:18.080705 [ 254 ] {77a80b40-652a-44f2-9929-05bf7a0fa19d} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12178 | 2024.11.27 18:42:18.080745 [ 254 ] {77a80b40-652a-44f2-9929-05bf7a0fa19d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 12179 | 2024.11.27 18:42:18.081192 [ 254 ] {77a80b40-652a-44f2-9929-05bf7a0fa19d} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 12180 | 2024.11.27 18:42:18.081427 [ 254 ] {77a80b40-652a-44f2-9929-05bf7a0fa19d} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12181 | 2024.11.27 18:42:18.081616 [ 254 ] {77a80b40-652a-44f2-9929-05bf7a0fa19d} <Debug> executeQuery: Read 881 rows, 60.70 KiB in 0.001937 sec., 454827.0521424884 rows/sec., 30.60 MiB/sec. | ||
| 12182 | 2024.11.27 18:42:18.081705 [ 254 ] {77a80b40-652a-44f2-9929-05bf7a0fa19d} <Debug> TCPHandler: Processed in 0.002292374 sec. | ||
| 12183 | 2024.11.27 18:42:18.081924 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12184 | 2024.11.27 18:42:18.082089 [ 253 ] {f54e0c5c-5b3f-400e-a0c5-145a1e6764f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12185 | 2024.11.27 18:42:18.082186 [ 253 ] {f54e0c5c-5b3f-400e-a0c5-145a1e6764f9} <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 | ||
| 12186 | 2024.11.27 18:42:18.083625 [ 253 ] {f54e0c5c-5b3f-400e-a0c5-145a1e6764f9} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12187 | 2024.11.27 18:42:18.083664 [ 253 ] {f54e0c5c-5b3f-400e-a0c5-145a1e6764f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 12188 | 2024.11.27 18:42:18.084297 [ 253 ] {f54e0c5c-5b3f-400e-a0c5-145a1e6764f9} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 12189 | 2024.11.27 18:42:18.084567 [ 253 ] {f54e0c5c-5b3f-400e-a0c5-145a1e6764f9} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12190 | 2024.11.27 18:42:18.084807 [ 253 ] {f54e0c5c-5b3f-400e-a0c5-145a1e6764f9} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.00275 sec., 5818.181818181819 rows/sec., 10.43 MiB/sec. | ||
| 12191 | 2024.11.27 18:42:18.084913 [ 253 ] {f54e0c5c-5b3f-400e-a0c5-145a1e6764f9} <Debug> TCPHandler: Processed in 0.003108256 sec. | ||
| 12192 | 2024.11.27 18:42:18.085075 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12193 | 2024.11.27 18:42:18.085213 [ 254 ] {792d86ee-5891-4c97-b15f-b5b66ac52232} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12194 | 2024.11.27 18:42:18.085272 [ 254 ] {792d86ee-5891-4c97-b15f-b5b66ac52232} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12195 | 2024.11.27 18:42:18.085828 [ 254 ] {792d86ee-5891-4c97-b15f-b5b66ac52232} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12196 | 2024.11.27 18:42:18.085864 [ 254 ] {792d86ee-5891-4c97-b15f-b5b66ac52232} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 12197 | 2024.11.27 18:42:18.086226 [ 254 ] {792d86ee-5891-4c97-b15f-b5b66ac52232} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 12198 | 2024.11.27 18:42:18.086457 [ 254 ] {792d86ee-5891-4c97-b15f-b5b66ac52232} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12199 | 2024.11.27 18:42:18.086628 [ 254 ] {792d86ee-5891-4c97-b15f-b5b66ac52232} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001448 sec., 41436.464088397785 rows/sec., 2.79 MiB/sec. | ||
| 12200 | 2024.11.27 18:42:18.086677 [ 254 ] {792d86ee-5891-4c97-b15f-b5b66ac52232} <Debug> TCPHandler: Processed in 0.001670695 sec. | ||
| 12201 | 2024.11.27 18:42:20.001721 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 28914 | ||
| 12202 | 2024.11.27 18:42:20.002493 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12203 | 2024.11.27 18:42:20.002555 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.52 GiB. | ||
| 12204 | 2024.11.27 18:42:20.003122 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 12205 | 2024.11.27 18:42:20.003388 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12206 | 2024.11.27 18:42:20.003675 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 28914 | ||
| 12207 | 2024.11.27 18:42:22.085498 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 475 | ||
| 12208 | 2024.11.27 18:42:22.105961 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12209 | 2024.11.27 18:42:22.106023 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12210 | 2024.11.27 18:42:22.113233 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 12211 | 2024.11.27 18:42:22.114021 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12212 | 2024.11.27 18:42:22.116768 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 475 | ||
| 12213 | 2024.11.27 18:42:23.044267 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12214 | 2024.11.27 18:42:23.044486 [ 253 ] {01b95338-b708-47ef-b812-77b44c547511} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 12215 | 2024.11.27 18:42:23.044579 [ 253 ] {01b95338-b708-47ef-b812-77b44c547511} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 12216 | 2024.11.27 18:42:23.045402 [ 253 ] {01b95338-b708-47ef-b812-77b44c547511} <Trace> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12217 | 2024.11.27 18:42:23.045456 [ 253 ] {01b95338-b708-47ef-b812-77b44c547511} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12218 | 2024.11.27 18:42:23.045912 [ 253 ] {01b95338-b708-47ef-b812-77b44c547511} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 12219 | 2024.11.27 18:42:23.046188 [ 253 ] {01b95338-b708-47ef-b812-77b44c547511} <Trace> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12220 | 2024.11.27 18:42:23.046442 [ 253 ] {01b95338-b708-47ef-b812-77b44c547511} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002015 sec., 6947.890818858561 rows/sec., 500.16 KiB/sec. | ||
| 12221 | 2024.11.27 18:42:23.046512 [ 253 ] {01b95338-b708-47ef-b812-77b44c547511} <Debug> TCPHandler: Processed in 0.002387995 sec. | ||
| 12222 | 2024.11.27 18:42:23.046773 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12223 | 2024.11.27 18:42:23.046983 [ 254 ] {0491bb69-8af1-465a-8268-fd2ccf4ac5d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12224 | 2024.11.27 18:42:23.047063 [ 254 ] {0491bb69-8af1-465a-8268-fd2ccf4ac5d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12225 | 2024.11.27 18:42:23.048085 [ 254 ] {0491bb69-8af1-465a-8268-fd2ccf4ac5d3} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12226 | 2024.11.27 18:42:23.048133 [ 254 ] {0491bb69-8af1-465a-8268-fd2ccf4ac5d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12227 | 2024.11.27 18:42:23.048581 [ 254 ] {0491bb69-8af1-465a-8268-fd2ccf4ac5d3} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 12228 | 2024.11.27 18:42:23.048834 [ 254 ] {0491bb69-8af1-465a-8268-fd2ccf4ac5d3} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12229 | 2024.11.27 18:42:23.049109 [ 254 ] {0491bb69-8af1-465a-8268-fd2ccf4ac5d3} <Debug> executeQuery: Read 253 rows, 22.72 KiB in 0.00218 sec., 116055.04587155963 rows/sec., 10.18 MiB/sec. | ||
| 12230 | 2024.11.27 18:42:23.049202 [ 254 ] {0491bb69-8af1-465a-8268-fd2ccf4ac5d3} <Debug> TCPHandler: Processed in 0.002564618 sec. | ||
| 12231 | 2024.11.27 18:42:23.049405 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12232 | 2024.11.27 18:42:23.049577 [ 253 ] {a68a635c-dcd4-496f-83bb-e5fbd55ecaa5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12233 | 2024.11.27 18:42:23.049639 [ 253 ] {a68a635c-dcd4-496f-83bb-e5fbd55ecaa5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12234 | 2024.11.27 18:42:23.050274 [ 253 ] {a68a635c-dcd4-496f-83bb-e5fbd55ecaa5} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12235 | 2024.11.27 18:42:23.050315 [ 253 ] {a68a635c-dcd4-496f-83bb-e5fbd55ecaa5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12236 | 2024.11.27 18:42:23.050702 [ 253 ] {a68a635c-dcd4-496f-83bb-e5fbd55ecaa5} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 12237 | 2024.11.27 18:42:23.050955 [ 253 ] {a68a635c-dcd4-496f-83bb-e5fbd55ecaa5} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12238 | 2024.11.27 18:42:23.051152 [ 119 ] {} <Debug> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c) (MergerMutator): Selected 6 parts from all_1_80_16 to all_85_85_0 | ||
| 12239 | 2024.11.27 18:42:23.051204 [ 253 ] {a68a635c-dcd4-496f-83bb-e5fbd55ecaa5} <Debug> executeQuery: Read 32 rows, 2.34 KiB in 0.001659 sec., 19288.72814948764 rows/sec., 1.38 MiB/sec. | ||
| 12240 | 2024.11.27 18:42:23.051245 [ 119 ] {} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12241 | 2024.11.27 18:42:23.051325 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12242 | 2024.11.27 18:42:23.051331 [ 253 ] {a68a635c-dcd4-496f-83bb-e5fbd55ecaa5} <Debug> TCPHandler: Processed in 0.002030221 sec. | ||
| 12243 | 2024.11.27 18:42:23.051602 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12244 | 2024.11.27 18:42:23.051720 [ 199 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::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 | ||
| 12245 | 2024.11.27 18:42:23.051947 [ 254 ] {e55e6494-0839-4052-b9be-b853769ad4a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 12246 | 2024.11.27 18:42:23.052119 [ 254 ] {e55e6494-0839-4052-b9be-b853769ad4a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 12247 | 2024.11.27 18:42:23.052298 [ 199 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_85_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12248 | 2024.11.27 18:42:23.052447 [ 199 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_85_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_80_16, total 66 rows starting from the beginning of the part | ||
| 12249 | 2024.11.27 18:42:23.052850 [ 199 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_85_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 40 rows starting from the beginning of the part | ||
| 12250 | 2024.11.27 18:42:23.053319 [ 199 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_85_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 16 rows starting from the beginning of the part | ||
| 12251 | 2024.11.27 18:42:23.053769 [ 199 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_85_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 32 rows starting from the beginning of the part | ||
| 12252 | 2024.11.27 18:42:23.054245 [ 199 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_85_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 18 rows starting from the beginning of the part | ||
| 12253 | 2024.11.27 18:42:23.054693 [ 199 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_85_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 32 rows starting from the beginning of the part | ||
| 12254 | 2024.11.27 18:42:23.056360 [ 254 ] {e55e6494-0839-4052-b9be-b853769ad4a2} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12255 | 2024.11.27 18:42:23.056402 [ 254 ] {e55e6494-0839-4052-b9be-b853769ad4a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12256 | 2024.11.27 18:42:23.056970 [ 254 ] {e55e6494-0839-4052-b9be-b853769ad4a2} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 12257 | 2024.11.27 18:42:23.057221 [ 196 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_85_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 204 rows, containing 5 columns (5 merged, 0 gathered) in 0.005782156 sec., 35280.9574836791 rows/sec., 2.65 MiB/sec. | ||
| 12258 | 2024.11.27 18:42:23.057365 [ 254 ] {e55e6494-0839-4052-b9be-b853769ad4a2} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12259 | 2024.11.27 18:42:23.057487 [ 196 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_85_17} <Trace> MergedBlockOutputStream: filled checksums all_1_85_17 (state Temporary) | ||
| 12260 | 2024.11.27 18:42:23.057785 [ 254 ] {e55e6494-0839-4052-b9be-b853769ad4a2} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005969 sec., 2345.451499413637 rows/sec., 164.26 KiB/sec. | ||
| 12261 | 2024.11.27 18:42:23.057920 [ 254 ] {e55e6494-0839-4052-b9be-b853769ad4a2} <Debug> TCPHandler: Processed in 0.006474036 sec. | ||
| 12262 | 2024.11.27 18:42:23.058131 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12263 | 2024.11.27 18:42:23.058173 [ 196 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_85_17} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Renaming temporary part tmp_merge_all_1_85_17 to all_1_85_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12264 | 2024.11.27 18:42:23.058342 [ 196 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_85_17} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c) (MergerMutator): Merged 6 parts: [all_1_80_16, all_85_85_0] -> all_1_85_17 | ||
| 12265 | 2024.11.27 18:42:23.058367 [ 253 ] {a182ca52-4a04-4d90-ae14-3a91a701f96d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 12266 | 2024.11.27 18:42:23.058490 [ 253 ] {a182ca52-4a04-4d90-ae14-3a91a701f96d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 12267 | 2024.11.27 18:42:23.058514 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 12268 | 2024.11.27 18:42:23.059271 [ 253 ] {a182ca52-4a04-4d90-ae14-3a91a701f96d} <Trace> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12269 | 2024.11.27 18:42:23.059327 [ 253 ] {a182ca52-4a04-4d90-ae14-3a91a701f96d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12270 | 2024.11.27 18:42:23.059772 [ 253 ] {a182ca52-4a04-4d90-ae14-3a91a701f96d} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 12271 | 2024.11.27 18:42:23.060031 [ 253 ] {a182ca52-4a04-4d90-ae14-3a91a701f96d} <Trace> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12272 | 2024.11.27 18:42:23.060257 [ 253 ] {a182ca52-4a04-4d90-ae14-3a91a701f96d} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001962 sec., 6625.891946992864 rows/sec., 413.12 KiB/sec. | ||
| 12273 | 2024.11.27 18:42:23.060360 [ 253 ] {a182ca52-4a04-4d90-ae14-3a91a701f96d} <Debug> TCPHandler: Processed in 0.002328784 sec. | ||
| 12274 | 2024.11.27 18:42:23.060560 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12275 | 2024.11.27 18:42:23.060699 [ 254 ] {28c68002-d027-4a06-9201-fe3d61a4a242} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12276 | 2024.11.27 18:42:23.060758 [ 254 ] {28c68002-d027-4a06-9201-fe3d61a4a242} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12277 | 2024.11.27 18:42:23.061510 [ 254 ] {28c68002-d027-4a06-9201-fe3d61a4a242} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12278 | 2024.11.27 18:42:23.061550 [ 254 ] {28c68002-d027-4a06-9201-fe3d61a4a242} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12279 | 2024.11.27 18:42:23.061929 [ 254 ] {28c68002-d027-4a06-9201-fe3d61a4a242} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 12280 | 2024.11.27 18:42:23.062162 [ 254 ] {28c68002-d027-4a06-9201-fe3d61a4a242} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12281 | 2024.11.27 18:42:23.062383 [ 254 ] {28c68002-d027-4a06-9201-fe3d61a4a242} <Debug> executeQuery: Read 407 rows, 29.68 KiB in 0.001713 sec., 237594.86281377703 rows/sec., 16.92 MiB/sec. | ||
| 12282 | 2024.11.27 18:42:23.062465 [ 254 ] {28c68002-d027-4a06-9201-fe3d61a4a242} <Debug> TCPHandler: Processed in 0.002012639 sec. | ||
| 12283 | 2024.11.27 18:42:23.062681 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12284 | 2024.11.27 18:42:23.062882 [ 253 ] {9ff7f891-240d-4188-bf03-44728b42343b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 12285 | 2024.11.27 18:42:23.062945 [ 253 ] {9ff7f891-240d-4188-bf03-44728b42343b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 12286 | 2024.11.27 18:42:23.063519 [ 253 ] {9ff7f891-240d-4188-bf03-44728b42343b} <Trace> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12287 | 2024.11.27 18:42:23.063566 [ 253 ] {9ff7f891-240d-4188-bf03-44728b42343b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12288 | 2024.11.27 18:42:23.063981 [ 253 ] {9ff7f891-240d-4188-bf03-44728b42343b} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 12289 | 2024.11.27 18:42:23.064223 [ 253 ] {9ff7f891-240d-4188-bf03-44728b42343b} <Trace> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12290 | 2024.11.27 18:42:23.064434 [ 253 ] {9ff7f891-240d-4188-bf03-44728b42343b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001584 sec., 3787.878787878788 rows/sec., 197.90 KiB/sec. | ||
| 12291 | 2024.11.27 18:42:23.064485 [ 253 ] {9ff7f891-240d-4188-bf03-44728b42343b} <Debug> TCPHandler: Processed in 0.001931458 sec. | ||
| 12292 | 2024.11.27 18:42:23.064626 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12293 | 2024.11.27 18:42:23.064744 [ 254 ] {a6907303-0206-4e58-8f43-b9c4e3a6a453} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12294 | 2024.11.27 18:42:23.064798 [ 254 ] {a6907303-0206-4e58-8f43-b9c4e3a6a453} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12295 | 2024.11.27 18:42:23.065476 [ 254 ] {a6907303-0206-4e58-8f43-b9c4e3a6a453} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12296 | 2024.11.27 18:42:23.065522 [ 254 ] {a6907303-0206-4e58-8f43-b9c4e3a6a453} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12297 | 2024.11.27 18:42:23.065962 [ 254 ] {a6907303-0206-4e58-8f43-b9c4e3a6a453} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 12298 | 2024.11.27 18:42:23.066191 [ 254 ] {a6907303-0206-4e58-8f43-b9c4e3a6a453} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12299 | 2024.11.27 18:42:23.066425 [ 254 ] {a6907303-0206-4e58-8f43-b9c4e3a6a453} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001701 sec., 139329.80599647266 rows/sec., 9.34 MiB/sec. | ||
| 12300 | 2024.11.27 18:42:23.066522 [ 254 ] {a6907303-0206-4e58-8f43-b9c4e3a6a453} <Debug> TCPHandler: Processed in 0.001953439 sec. | ||
| 12301 | 2024.11.27 18:42:23.066679 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12302 | 2024.11.27 18:42:23.066813 [ 253 ] {4383d136-6eee-435f-a4ae-80e58ea83994} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 12303 | 2024.11.27 18:42:23.066867 [ 253 ] {4383d136-6eee-435f-a4ae-80e58ea83994} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 12304 | 2024.11.27 18:42:23.067400 [ 253 ] {4383d136-6eee-435f-a4ae-80e58ea83994} <Trace> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12305 | 2024.11.27 18:42:23.067445 [ 253 ] {4383d136-6eee-435f-a4ae-80e58ea83994} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12306 | 2024.11.27 18:42:23.067867 [ 253 ] {4383d136-6eee-435f-a4ae-80e58ea83994} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 12307 | 2024.11.27 18:42:23.068118 [ 253 ] {4383d136-6eee-435f-a4ae-80e58ea83994} <Trace> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12308 | 2024.11.27 18:42:23.068358 [ 253 ] {4383d136-6eee-435f-a4ae-80e58ea83994} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001566 sec., 638.5696040868455 rows/sec., 43.03 KiB/sec. | ||
| 12309 | 2024.11.27 18:42:23.068425 [ 253 ] {4383d136-6eee-435f-a4ae-80e58ea83994} <Debug> TCPHandler: Processed in 0.001815887 sec. | ||
| 12310 | 2024.11.27 18:42:23.068635 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12311 | 2024.11.27 18:42:23.068758 [ 254 ] {2319b534-ec97-4d1b-af0a-7f9e8f698654} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12312 | 2024.11.27 18:42:23.068835 [ 254 ] {2319b534-ec97-4d1b-af0a-7f9e8f698654} <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 | ||
| 12313 | 2024.11.27 18:42:23.069997 [ 254 ] {2319b534-ec97-4d1b-af0a-7f9e8f698654} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12314 | 2024.11.27 18:42:23.070036 [ 254 ] {2319b534-ec97-4d1b-af0a-7f9e8f698654} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12315 | 2024.11.27 18:42:23.070671 [ 254 ] {2319b534-ec97-4d1b-af0a-7f9e8f698654} <Trace> MergedBlockOutputStream: filled checksums all_85_85_0 (state Temporary) | ||
| 12316 | 2024.11.27 18:42:23.070926 [ 254 ] {2319b534-ec97-4d1b-af0a-7f9e8f698654} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Renaming temporary part tmp_insert_all_85_85_0 to all_85_85_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12317 | 2024.11.27 18:42:23.071199 [ 254 ] {2319b534-ec97-4d1b-af0a-7f9e8f698654} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.002461 sec., 10158.472165786265 rows/sec., 18.20 MiB/sec. | ||
| 12318 | 2024.11.27 18:42:23.071444 [ 254 ] {2319b534-ec97-4d1b-af0a-7f9e8f698654} <Debug> TCPHandler: Processed in 0.002913923 sec. | ||
| 12319 | 2024.11.27 18:42:23.071778 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12320 | 2024.11.27 18:42:23.071906 [ 253 ] {3afc4e22-d06c-4c98-b5da-66a11dd99c57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12321 | 2024.11.27 18:42:23.071958 [ 253 ] {3afc4e22-d06c-4c98-b5da-66a11dd99c57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12322 | 2024.11.27 18:42:23.072457 [ 253 ] {3afc4e22-d06c-4c98-b5da-66a11dd99c57} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12323 | 2024.11.27 18:42:23.072496 [ 253 ] {3afc4e22-d06c-4c98-b5da-66a11dd99c57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12324 | 2024.11.27 18:42:23.072864 [ 253 ] {3afc4e22-d06c-4c98-b5da-66a11dd99c57} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 12325 | 2024.11.27 18:42:23.073100 [ 253 ] {3afc4e22-d06c-4c98-b5da-66a11dd99c57} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12326 | 2024.11.27 18:42:23.073329 [ 253 ] {3afc4e22-d06c-4c98-b5da-66a11dd99c57} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001447 sec., 56668.970283344854 rows/sec., 3.60 MiB/sec. | ||
| 12327 | 2024.11.27 18:42:23.073381 [ 253 ] {3afc4e22-d06c-4c98-b5da-66a11dd99c57} <Debug> TCPHandler: Processed in 0.001837927 sec. | ||
| 12328 | 2024.11.27 18:42:27.318637 [ 149 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 12329 | 2024.11.27 18:42:27.318734 [ 149 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 12330 | 2024.11.27 18:42:27.503827 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 29341 | ||
| 12331 | 2024.11.27 18:42:27.504485 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12332 | 2024.11.27 18:42:27.504541 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12333 | 2024.11.27 18:42:27.505055 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 12334 | 2024.11.27 18:42:27.505312 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12335 | 2024.11.27 18:42:27.505564 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29341 | ||
| 12336 | 2024.11.27 18:42:27.669288 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 1734 | ||
| 12337 | 2024.11.27 18:42:27.672970 [ 242 ] {} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12338 | 2024.11.27 18:42:27.673020 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12339 | 2024.11.27 18:42:27.674562 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 12340 | 2024.11.27 18:42:27.674875 [ 242 ] {} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12341 | 2024.11.27 18:42:27.676353 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1734 | ||
| 12342 | 2024.11.27 18:42:28.001928 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001451792 sec. | ||
| 12343 | 2024.11.27 18:42:28.040007 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12344 | 2024.11.27 18:42:28.040322 [ 253 ] {6e97f80a-d358-4727-a898-f7e6517810ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12345 | 2024.11.27 18:42:28.040443 [ 253 ] {6e97f80a-d358-4727-a898-f7e6517810ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12346 | 2024.11.27 18:42:28.041493 [ 253 ] {6e97f80a-d358-4727-a898-f7e6517810ac} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12347 | 2024.11.27 18:42:28.041546 [ 253 ] {6e97f80a-d358-4727-a898-f7e6517810ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12348 | 2024.11.27 18:42:28.041998 [ 253 ] {6e97f80a-d358-4727-a898-f7e6517810ac} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 12349 | 2024.11.27 18:42:28.042259 [ 253 ] {6e97f80a-d358-4727-a898-f7e6517810ac} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12350 | 2024.11.27 18:42:28.042527 [ 253 ] {6e97f80a-d358-4727-a898-f7e6517810ac} <Debug> executeQuery: Read 88 rows, 7.40 KiB in 0.002291 sec., 38411.17415975557 rows/sec., 3.16 MiB/sec. | ||
| 12351 | 2024.11.27 18:42:28.042671 [ 253 ] {6e97f80a-d358-4727-a898-f7e6517810ac} <Debug> TCPHandler: Processed in 0.002848973 sec. | ||
| 12352 | 2024.11.27 18:42:28.042966 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12353 | 2024.11.27 18:42:28.043276 [ 254 ] {697b2e8c-97ae-4809-9528-84805eb46d87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12354 | 2024.11.27 18:42:28.043341 [ 254 ] {697b2e8c-97ae-4809-9528-84805eb46d87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12355 | 2024.11.27 18:42:28.044052 [ 254 ] {697b2e8c-97ae-4809-9528-84805eb46d87} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12356 | 2024.11.27 18:42:28.044094 [ 254 ] {697b2e8c-97ae-4809-9528-84805eb46d87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12357 | 2024.11.27 18:42:28.044512 [ 254 ] {697b2e8c-97ae-4809-9528-84805eb46d87} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 12358 | 2024.11.27 18:42:28.044764 [ 254 ] {697b2e8c-97ae-4809-9528-84805eb46d87} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12359 | 2024.11.27 18:42:28.044982 [ 254 ] {697b2e8c-97ae-4809-9528-84805eb46d87} <Debug> executeQuery: Read 16 rows, 1.20 KiB in 0.001791 sec., 8933.556672250139 rows/sec., 671.76 KiB/sec. | ||
| 12360 | 2024.11.27 18:42:28.045039 [ 254 ] {697b2e8c-97ae-4809-9528-84805eb46d87} <Debug> TCPHandler: Processed in 0.002228753 sec. | ||
| 12361 | 2024.11.27 18:42:28.045188 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12362 | 2024.11.27 18:42:28.045338 [ 253 ] {6a665350-9779-438d-b1c7-a7bec5b2f8d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12363 | 2024.11.27 18:42:28.045402 [ 253 ] {6a665350-9779-438d-b1c7-a7bec5b2f8d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12364 | 2024.11.27 18:42:28.046123 [ 253 ] {6a665350-9779-438d-b1c7-a7bec5b2f8d5} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12365 | 2024.11.27 18:42:28.046165 [ 253 ] {6a665350-9779-438d-b1c7-a7bec5b2f8d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12366 | 2024.11.27 18:42:28.046549 [ 253 ] {6a665350-9779-438d-b1c7-a7bec5b2f8d5} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 12367 | 2024.11.27 18:42:28.046796 [ 253 ] {6a665350-9779-438d-b1c7-a7bec5b2f8d5} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12368 | 2024.11.27 18:42:28.047015 [ 253 ] {6a665350-9779-438d-b1c7-a7bec5b2f8d5} <Debug> executeQuery: Read 80 rows, 6.40 KiB in 0.001714 sec., 46674.44574095683 rows/sec., 3.64 MiB/sec. | ||
| 12369 | 2024.11.27 18:42:28.047085 [ 253 ] {6a665350-9779-438d-b1c7-a7bec5b2f8d5} <Debug> TCPHandler: Processed in 0.001964949 sec. | ||
| 12370 | 2024.11.27 18:42:28.047277 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12371 | 2024.11.27 18:42:28.047519 [ 254 ] {7a767156-2aaa-4961-89ac-c87e89df0b1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12372 | 2024.11.27 18:42:28.047590 [ 254 ] {7a767156-2aaa-4961-89ac-c87e89df0b1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12373 | 2024.11.27 18:42:28.048254 [ 254 ] {7a767156-2aaa-4961-89ac-c87e89df0b1f} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12374 | 2024.11.27 18:42:28.048292 [ 254 ] {7a767156-2aaa-4961-89ac-c87e89df0b1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12375 | 2024.11.27 18:42:28.048686 [ 254 ] {7a767156-2aaa-4961-89ac-c87e89df0b1f} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 12376 | 2024.11.27 18:42:28.048924 [ 254 ] {7a767156-2aaa-4961-89ac-c87e89df0b1f} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12377 | 2024.11.27 18:42:28.049104 [ 254 ] {7a767156-2aaa-4961-89ac-c87e89df0b1f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001637 sec., 97739.76786805132 rows/sec., 6.81 MiB/sec. | ||
| 12378 | 2024.11.27 18:42:28.049155 [ 254 ] {7a767156-2aaa-4961-89ac-c87e89df0b1f} <Debug> TCPHandler: Processed in 0.00199314 sec. | ||
| 12379 | 2024.11.27 18:42:28.049315 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12380 | 2024.11.27 18:42:28.049455 [ 253 ] {0d2b4496-3f79-4c64-8124-0302beb9bca5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12381 | 2024.11.27 18:42:28.049558 [ 253 ] {0d2b4496-3f79-4c64-8124-0302beb9bca5} <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 | ||
| 12382 | 2024.11.27 18:42:28.050801 [ 253 ] {0d2b4496-3f79-4c64-8124-0302beb9bca5} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12383 | 2024.11.27 18:42:28.050842 [ 253 ] {0d2b4496-3f79-4c64-8124-0302beb9bca5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12384 | 2024.11.27 18:42:28.051495 [ 253 ] {0d2b4496-3f79-4c64-8124-0302beb9bca5} <Trace> MergedBlockOutputStream: filled checksums all_86_86_0 (state Temporary) | ||
| 12385 | 2024.11.27 18:42:28.051753 [ 253 ] {0d2b4496-3f79-4c64-8124-0302beb9bca5} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Renaming temporary part tmp_insert_all_86_86_0 to all_86_86_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12386 | 2024.11.27 18:42:28.051944 [ 150 ] {} <Debug> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1) (MergerMutator): Selected 6 parts from all_1_81_16 to all_86_86_0 | ||
| 12387 | 2024.11.27 18:42:28.052030 [ 150 ] {} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12388 | 2024.11.27 18:42:28.052047 [ 253 ] {0d2b4496-3f79-4c64-8124-0302beb9bca5} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002614 sec., 6120.88752869166 rows/sec., 10.97 MiB/sec. | ||
| 12389 | 2024.11.27 18:42:28.052077 [ 150 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12390 | 2024.11.27 18:42:28.052457 [ 253 ] {0d2b4496-3f79-4c64-8124-0302beb9bca5} <Debug> TCPHandler: Processed in 0.003204958 sec. | ||
| 12391 | 2024.11.27 18:42:28.052468 [ 193 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::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 | ||
| 12392 | 2024.11.27 18:42:28.052664 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12393 | 2024.11.27 18:42:28.052954 [ 254 ] {b83c2e7d-9e83-41ea-8806-6c36267a1441} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12394 | 2024.11.27 18:42:28.053094 [ 254 ] {b83c2e7d-9e83-41ea-8806-6c36267a1441} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12395 | 2024.11.27 18:42:28.053258 [ 193 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_86_17} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12396 | 2024.11.27 18:42:28.053508 [ 193 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_81_16, total 1683 rows starting from the beginning of the part | ||
| 12397 | 2024.11.27 18:42:28.054397 [ 193 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_82_82_0, total 16 rows starting from the beginning of the part | ||
| 12398 | 2024.11.27 18:42:28.055099 [ 193 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_83_83_0, total 25 rows starting from the beginning of the part | ||
| 12399 | 2024.11.27 18:42:28.055422 [ 254 ] {b83c2e7d-9e83-41ea-8806-6c36267a1441} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12400 | 2024.11.27 18:42:28.055528 [ 254 ] {b83c2e7d-9e83-41ea-8806-6c36267a1441} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12401 | 2024.11.27 18:42:28.055960 [ 193 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_84_84_0, total 16 rows starting from the beginning of the part | ||
| 12402 | 2024.11.27 18:42:28.056666 [ 193 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_85_85_0, total 25 rows starting from the beginning of the part | ||
| 12403 | 2024.11.27 18:42:28.057208 [ 254 ] {b83c2e7d-9e83-41ea-8806-6c36267a1441} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 12404 | 2024.11.27 18:42:28.057365 [ 193 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_86_17} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 16 rows starting from the beginning of the part | ||
| 12405 | 2024.11.27 18:42:28.058149 [ 254 ] {b83c2e7d-9e83-41ea-8806-6c36267a1441} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12406 | 2024.11.27 18:42:28.058816 [ 254 ] {b83c2e7d-9e83-41ea-8806-6c36267a1441} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005956 sec., 10073.875083948958 rows/sec., 695.20 KiB/sec. | ||
| 12407 | 2024.11.27 18:42:28.058925 [ 254 ] {b83c2e7d-9e83-41ea-8806-6c36267a1441} <Debug> TCPHandler: Processed in 0.006373825 sec. | ||
| 12408 | 2024.11.27 18:42:28.068076 [ 190 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_86_17} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1781 rows, containing 19 columns (19 merged, 0 gathered) in 0.015857255 sec., 112314.52101892793 rows/sec., 201.26 MiB/sec. | ||
| 12409 | 2024.11.27 18:42:28.070103 [ 190 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_86_17} <Trace> MergedBlockOutputStream: filled checksums all_1_86_17 (state Temporary) | ||
| 12410 | 2024.11.27 18:42:28.070573 [ 190 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_86_17} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Renaming temporary part tmp_merge_all_1_86_17 to all_1_86_17 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12411 | 2024.11.27 18:42:28.070660 [ 190 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_86_17} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1) (MergerMutator): Merged 6 parts: [all_1_81_16, all_86_86_0] -> all_1_86_17 | ||
| 12412 | 2024.11.27 18:42:28.070824 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.19 MiB. | ||
| 12413 | 2024.11.27 18:42:29.000198 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 249.11 MiB, peak 266.25 MiB, free memory in arenas 0.00 B, will set to 253.36 MiB (RSS), difference: 4.25 MiB | ||
| 12414 | 2024.11.27 18:42:29.616853 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 483 | ||
| 12415 | 2024.11.27 18:42:29.637913 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12416 | 2024.11.27 18:42:29.637971 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12417 | 2024.11.27 18:42:29.645206 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 12418 | 2024.11.27 18:42:29.645984 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12419 | 2024.11.27 18:42:29.648683 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 483 | ||
| 12420 | 2024.11.27 18:42:30.395812 [ 147 ] {} <Debug> oximeter.fields_ipaddr (53955b2a-eb56-41e3-a1fe-af6ea47fe91e) (MergerMutator): Selected 5 parts from all_1_17_4 to all_21_21_0 | ||
| 12421 | 2024.11.27 18:42:30.395929 [ 147 ] {} <Trace> oximeter.fields_ipaddr (53955b2a-eb56-41e3-a1fe-af6ea47fe91e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12422 | 2024.11.27 18:42:30.395974 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12423 | 2024.11.27 18:42:30.396352 [ 195 ] {53955b2a-eb56-41e3-a1fe-af6ea47fe91e::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 | ||
| 12424 | 2024.11.27 18:42:30.396694 [ 195 ] {53955b2a-eb56-41e3-a1fe-af6ea47fe91e::all_1_21_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12425 | 2024.11.27 18:42:30.396755 [ 195 ] {53955b2a-eb56-41e3-a1fe-af6ea47fe91e::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 | ||
| 12426 | 2024.11.27 18:42:30.396921 [ 195 ] {53955b2a-eb56-41e3-a1fe-af6ea47fe91e::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 2 rows starting from the beginning of the part | ||
| 12427 | 2024.11.27 18:42:30.397090 [ 195 ] {53955b2a-eb56-41e3-a1fe-af6ea47fe91e::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 8 rows starting from the beginning of the part | ||
| 12428 | 2024.11.27 18:42:30.397359 [ 195 ] {53955b2a-eb56-41e3-a1fe-af6ea47fe91e::all_1_21_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 8 rows starting from the beginning of the part | ||
| 12429 | 2024.11.27 18:42:30.397607 [ 195 ] {53955b2a-eb56-41e3-a1fe-af6ea47fe91e::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 | ||
| 12430 | 2024.11.27 18:42:30.398756 [ 190 ] {53955b2a-eb56-41e3-a1fe-af6ea47fe91e::all_1_21_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 38 rows, containing 5 columns (5 merged, 0 gathered) in 0.002658419 sec., 14294.210205388992 rows/sec., 1.19 MiB/sec. | ||
| 12431 | 2024.11.27 18:42:30.398949 [ 192 ] {53955b2a-eb56-41e3-a1fe-af6ea47fe91e::all_1_21_5} <Trace> MergedBlockOutputStream: filled checksums all_1_21_5 (state Temporary) | ||
| 12432 | 2024.11.27 18:42:30.399266 [ 192 ] {53955b2a-eb56-41e3-a1fe-af6ea47fe91e::all_1_21_5} <Trace> oximeter.fields_ipaddr (53955b2a-eb56-41e3-a1fe-af6ea47fe91e): Renaming temporary part tmp_merge_all_1_21_5 to all_1_21_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12433 | 2024.11.27 18:42:30.399354 [ 192 ] {53955b2a-eb56-41e3-a1fe-af6ea47fe91e::all_1_21_5} <Trace> oximeter.fields_ipaddr (53955b2a-eb56-41e3-a1fe-af6ea47fe91e) (MergerMutator): Merged 5 parts: [all_1_17_4, all_21_21_0] -> all_1_21_5 | ||
| 12434 | 2024.11.27 18:42:30.399454 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 12435 | 2024.11.27 18:42:33.043853 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12436 | 2024.11.27 18:42:33.044048 [ 253 ] {b210b39c-03a0-4890-aecc-5fad4e0a48d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 12437 | 2024.11.27 18:42:33.044124 [ 253 ] {b210b39c-03a0-4890-aecc-5fad4e0a48d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 12438 | 2024.11.27 18:42:33.044928 [ 253 ] {b210b39c-03a0-4890-aecc-5fad4e0a48d4} <Trace> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12439 | 2024.11.27 18:42:33.044984 [ 253 ] {b210b39c-03a0-4890-aecc-5fad4e0a48d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12440 | 2024.11.27 18:42:33.045431 [ 253 ] {b210b39c-03a0-4890-aecc-5fad4e0a48d4} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 12441 | 2024.11.27 18:42:33.045691 [ 253 ] {b210b39c-03a0-4890-aecc-5fad4e0a48d4} <Trace> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12442 | 2024.11.27 18:42:33.045941 [ 253 ] {b210b39c-03a0-4890-aecc-5fad4e0a48d4} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001947 sec., 7190.54956343092 rows/sec., 517.62 KiB/sec. | ||
| 12443 | 2024.11.27 18:42:33.046010 [ 253 ] {b210b39c-03a0-4890-aecc-5fad4e0a48d4} <Debug> TCPHandler: Processed in 0.002295014 sec. | ||
| 12444 | 2024.11.27 18:42:33.046275 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12445 | 2024.11.27 18:42:33.046494 [ 254 ] {9c71d1a1-22bc-4395-84ba-74c6e335baf7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12446 | 2024.11.27 18:42:33.046577 [ 254 ] {9c71d1a1-22bc-4395-84ba-74c6e335baf7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12447 | 2024.11.27 18:42:33.047537 [ 254 ] {9c71d1a1-22bc-4395-84ba-74c6e335baf7} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12448 | 2024.11.27 18:42:33.047599 [ 254 ] {9c71d1a1-22bc-4395-84ba-74c6e335baf7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12449 | 2024.11.27 18:42:33.048057 [ 254 ] {9c71d1a1-22bc-4395-84ba-74c6e335baf7} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 12450 | 2024.11.27 18:42:33.048320 [ 254 ] {9c71d1a1-22bc-4395-84ba-74c6e335baf7} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12451 | 2024.11.27 18:42:33.048563 [ 254 ] {9c71d1a1-22bc-4395-84ba-74c6e335baf7} <Debug> executeQuery: Read 253 rows, 22.72 KiB in 0.002125 sec., 119058.82352941176 rows/sec., 10.44 MiB/sec. | ||
| 12452 | 2024.11.27 18:42:33.048632 [ 254 ] {9c71d1a1-22bc-4395-84ba-74c6e335baf7} <Debug> TCPHandler: Processed in 0.002496977 sec. | ||
| 12453 | 2024.11.27 18:42:33.048829 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12454 | 2024.11.27 18:42:33.048962 [ 253 ] {b9539701-99ba-4804-876e-8315f4ccbc8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12455 | 2024.11.27 18:42:33.049018 [ 253 ] {b9539701-99ba-4804-876e-8315f4ccbc8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12456 | 2024.11.27 18:42:33.049642 [ 253 ] {b9539701-99ba-4804-876e-8315f4ccbc8d} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12457 | 2024.11.27 18:42:33.049684 [ 253 ] {b9539701-99ba-4804-876e-8315f4ccbc8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12458 | 2024.11.27 18:42:33.050064 [ 253 ] {b9539701-99ba-4804-876e-8315f4ccbc8d} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 12459 | 2024.11.27 18:42:33.050303 [ 253 ] {b9539701-99ba-4804-876e-8315f4ccbc8d} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12460 | 2024.11.27 18:42:33.050524 [ 253 ] {b9539701-99ba-4804-876e-8315f4ccbc8d} <Debug> executeQuery: Read 32 rows, 2.34 KiB in 0.001592 sec., 20100.502512562813 rows/sec., 1.43 MiB/sec. | ||
| 12461 | 2024.11.27 18:42:33.050585 [ 253 ] {b9539701-99ba-4804-876e-8315f4ccbc8d} <Debug> TCPHandler: Processed in 0.001818357 sec. | ||
| 12462 | 2024.11.27 18:42:33.050751 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12463 | 2024.11.27 18:42:33.050901 [ 254 ] {7cab07ce-afa4-48f8-8e12-a8a50f11800e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 12464 | 2024.11.27 18:42:33.050965 [ 254 ] {7cab07ce-afa4-48f8-8e12-a8a50f11800e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 12465 | 2024.11.27 18:42:33.051587 [ 254 ] {7cab07ce-afa4-48f8-8e12-a8a50f11800e} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12466 | 2024.11.27 18:42:33.051629 [ 254 ] {7cab07ce-afa4-48f8-8e12-a8a50f11800e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12467 | 2024.11.27 18:42:33.051991 [ 254 ] {7cab07ce-afa4-48f8-8e12-a8a50f11800e} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 12468 | 2024.11.27 18:42:33.052233 [ 254 ] {7cab07ce-afa4-48f8-8e12-a8a50f11800e} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12469 | 2024.11.27 18:42:33.052455 [ 254 ] {7cab07ce-afa4-48f8-8e12-a8a50f11800e} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001591 sec., 8799.497171590196 rows/sec., 616.26 KiB/sec. | ||
| 12470 | 2024.11.27 18:42:33.052515 [ 254 ] {7cab07ce-afa4-48f8-8e12-a8a50f11800e} <Debug> TCPHandler: Processed in 0.001836357 sec. | ||
| 12471 | 2024.11.27 18:42:33.052673 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12472 | 2024.11.27 18:42:33.052845 [ 253 ] {bf852662-01d2-409d-8a26-002331e11bf6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 12473 | 2024.11.27 18:42:33.052911 [ 253 ] {bf852662-01d2-409d-8a26-002331e11bf6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 12474 | 2024.11.27 18:42:33.053623 [ 253 ] {bf852662-01d2-409d-8a26-002331e11bf6} <Trace> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12475 | 2024.11.27 18:42:33.053667 [ 253 ] {bf852662-01d2-409d-8a26-002331e11bf6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12476 | 2024.11.27 18:42:33.054065 [ 253 ] {bf852662-01d2-409d-8a26-002331e11bf6} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 12477 | 2024.11.27 18:42:33.054312 [ 253 ] {bf852662-01d2-409d-8a26-002331e11bf6} <Trace> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12478 | 2024.11.27 18:42:33.054555 [ 253 ] {bf852662-01d2-409d-8a26-002331e11bf6} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00174 sec., 7471.264367816092 rows/sec., 465.83 KiB/sec. | ||
| 12479 | 2024.11.27 18:42:33.054638 [ 253 ] {bf852662-01d2-409d-8a26-002331e11bf6} <Debug> TCPHandler: Processed in 0.00202606 sec. | ||
| 12480 | 2024.11.27 18:42:33.054859 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12481 | 2024.11.27 18:42:33.055006 [ 254 ] {edb1082e-6425-43d2-8e08-2c2ebcd1ceeb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12482 | 2024.11.27 18:42:33.055056 [ 254 ] {edb1082e-6425-43d2-8e08-2c2ebcd1ceeb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12483 | 2024.11.27 18:42:33.055805 [ 254 ] {edb1082e-6425-43d2-8e08-2c2ebcd1ceeb} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12484 | 2024.11.27 18:42:33.055847 [ 254 ] {edb1082e-6425-43d2-8e08-2c2ebcd1ceeb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12485 | 2024.11.27 18:42:33.056233 [ 254 ] {edb1082e-6425-43d2-8e08-2c2ebcd1ceeb} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 12486 | 2024.11.27 18:42:33.056483 [ 254 ] {edb1082e-6425-43d2-8e08-2c2ebcd1ceeb} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12487 | 2024.11.27 18:42:33.056701 [ 254 ] {edb1082e-6425-43d2-8e08-2c2ebcd1ceeb} <Debug> executeQuery: Read 407 rows, 29.68 KiB in 0.001721 sec., 236490.41255084253 rows/sec., 16.84 MiB/sec. | ||
| 12488 | 2024.11.27 18:42:33.056754 [ 254 ] {edb1082e-6425-43d2-8e08-2c2ebcd1ceeb} <Debug> TCPHandler: Processed in 0.00201919 sec. | ||
| 12489 | 2024.11.27 18:42:33.056904 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12490 | 2024.11.27 18:42:33.057026 [ 253 ] {2ac2e0fe-675d-4f56-a4ff-2104bc7e2e81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 12491 | 2024.11.27 18:42:33.057081 [ 253 ] {2ac2e0fe-675d-4f56-a4ff-2104bc7e2e81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 12492 | 2024.11.27 18:42:33.057655 [ 253 ] {2ac2e0fe-675d-4f56-a4ff-2104bc7e2e81} <Trace> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12493 | 2024.11.27 18:42:33.057704 [ 253 ] {2ac2e0fe-675d-4f56-a4ff-2104bc7e2e81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12494 | 2024.11.27 18:42:33.058152 [ 253 ] {2ac2e0fe-675d-4f56-a4ff-2104bc7e2e81} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 12495 | 2024.11.27 18:42:33.058397 [ 253 ] {2ac2e0fe-675d-4f56-a4ff-2104bc7e2e81} <Trace> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12496 | 2024.11.27 18:42:33.058626 [ 253 ] {2ac2e0fe-675d-4f56-a4ff-2104bc7e2e81} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001628 sec., 3685.503685503685 rows/sec., 192.55 KiB/sec. | ||
| 12497 | 2024.11.27 18:42:33.058679 [ 253 ] {2ac2e0fe-675d-4f56-a4ff-2104bc7e2e81} <Debug> TCPHandler: Processed in 0.001832117 sec. | ||
| 12498 | 2024.11.27 18:42:33.058821 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12499 | 2024.11.27 18:42:33.058935 [ 254 ] {3237095d-375b-4924-b98b-acc61ace939a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12500 | 2024.11.27 18:42:33.058989 [ 254 ] {3237095d-375b-4924-b98b-acc61ace939a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12501 | 2024.11.27 18:42:33.059587 [ 254 ] {3237095d-375b-4924-b98b-acc61ace939a} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12502 | 2024.11.27 18:42:33.059627 [ 254 ] {3237095d-375b-4924-b98b-acc61ace939a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12503 | 2024.11.27 18:42:33.060022 [ 254 ] {3237095d-375b-4924-b98b-acc61ace939a} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 12504 | 2024.11.27 18:42:33.060252 [ 254 ] {3237095d-375b-4924-b98b-acc61ace939a} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12505 | 2024.11.27 18:42:33.060473 [ 254 ] {3237095d-375b-4924-b98b-acc61ace939a} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001559 sec., 152020.52597819114 rows/sec., 10.19 MiB/sec. | ||
| 12506 | 2024.11.27 18:42:33.060551 [ 254 ] {3237095d-375b-4924-b98b-acc61ace939a} <Debug> TCPHandler: Processed in 0.001785887 sec. | ||
| 12507 | 2024.11.27 18:42:33.060746 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12508 | 2024.11.27 18:42:33.060988 [ 253 ] {7aee65e2-a23a-4edc-90e7-d27725cd8d70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 12509 | 2024.11.27 18:42:33.061051 [ 253 ] {7aee65e2-a23a-4edc-90e7-d27725cd8d70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 12510 | 2024.11.27 18:42:33.061552 [ 253 ] {7aee65e2-a23a-4edc-90e7-d27725cd8d70} <Trace> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12511 | 2024.11.27 18:42:33.061597 [ 253 ] {7aee65e2-a23a-4edc-90e7-d27725cd8d70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12512 | 2024.11.27 18:42:33.061964 [ 253 ] {7aee65e2-a23a-4edc-90e7-d27725cd8d70} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 12513 | 2024.11.27 18:42:33.062203 [ 253 ] {7aee65e2-a23a-4edc-90e7-d27725cd8d70} <Trace> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12514 | 2024.11.27 18:42:33.062386 [ 143 ] {} <Debug> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653) (MergerMutator): Selected 6 parts from all_1_35_7 to all_40_40_0 | ||
| 12515 | 2024.11.27 18:42:33.062454 [ 253 ] {7aee65e2-a23a-4edc-90e7-d27725cd8d70} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001519 sec., 658.3278472679394 rows/sec., 44.36 KiB/sec. | ||
| 12516 | 2024.11.27 18:42:33.062480 [ 143 ] {} <Trace> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12517 | 2024.11.27 18:42:33.062561 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12518 | 2024.11.27 18:42:33.062568 [ 253 ] {7aee65e2-a23a-4edc-90e7-d27725cd8d70} <Debug> TCPHandler: Processed in 0.001930509 sec. | ||
| 12519 | 2024.11.27 18:42:33.062782 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12520 | 2024.11.27 18:42:33.062794 [ 191 ] {5a65aebe-f093-4059-a447-e7898681b653::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 | ||
| 12521 | 2024.11.27 18:42:33.062946 [ 254 ] {574e9818-0abf-4877-8bee-16a7b9279021} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12522 | 2024.11.27 18:42:33.062972 [ 191 ] {5a65aebe-f093-4059-a447-e7898681b653::all_1_40_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12523 | 2024.11.27 18:42:33.063023 [ 191 ] {5a65aebe-f093-4059-a447-e7898681b653::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_35_7, total 35 rows starting from the beginning of the part | ||
| 12524 | 2024.11.27 18:42:33.063071 [ 254 ] {574e9818-0abf-4877-8bee-16a7b9279021} <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 | ||
| 12525 | 2024.11.27 18:42:33.063246 [ 191 ] {5a65aebe-f093-4059-a447-e7898681b653::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 1 rows starting from the beginning of the part | ||
| 12526 | 2024.11.27 18:42:33.063688 [ 191 ] {5a65aebe-f093-4059-a447-e7898681b653::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 1 rows starting from the beginning of the part | ||
| 12527 | 2024.11.27 18:42:33.064083 [ 191 ] {5a65aebe-f093-4059-a447-e7898681b653::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 1 rows starting from the beginning of the part | ||
| 12528 | 2024.11.27 18:42:33.064439 [ 191 ] {5a65aebe-f093-4059-a447-e7898681b653::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 1 rows starting from the beginning of the part | ||
| 12529 | 2024.11.27 18:42:33.064763 [ 191 ] {5a65aebe-f093-4059-a447-e7898681b653::all_1_40_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 1 rows starting from the beginning of the part | ||
| 12530 | 2024.11.27 18:42:33.066998 [ 191 ] {5a65aebe-f093-4059-a447-e7898681b653::all_1_40_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 40 rows, containing 4 columns (4 merged, 0 gathered) in 0.004334884 sec., 9227.467217115845 rows/sec., 621.77 KiB/sec. | ||
| 12531 | 2024.11.27 18:42:33.067128 [ 191 ] {5a65aebe-f093-4059-a447-e7898681b653::all_1_40_8} <Trace> MergedBlockOutputStream: filled checksums all_1_40_8 (state Temporary) | ||
| 12532 | 2024.11.27 18:42:33.067272 [ 254 ] {574e9818-0abf-4877-8bee-16a7b9279021} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12533 | 2024.11.27 18:42:33.067318 [ 254 ] {574e9818-0abf-4877-8bee-16a7b9279021} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12534 | 2024.11.27 18:42:33.067505 [ 191 ] {5a65aebe-f093-4059-a447-e7898681b653::all_1_40_8} <Trace> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653): Renaming temporary part tmp_merge_all_1_40_8 to all_1_40_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12535 | 2024.11.27 18:42:33.067606 [ 191 ] {5a65aebe-f093-4059-a447-e7898681b653::all_1_40_8} <Trace> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653) (MergerMutator): Merged 6 parts: [all_1_35_7, all_40_40_0] -> all_1_40_8 | ||
| 12536 | 2024.11.27 18:42:33.067699 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 12537 | 2024.11.27 18:42:33.068060 [ 254 ] {574e9818-0abf-4877-8bee-16a7b9279021} <Trace> MergedBlockOutputStream: filled checksums all_87_87_0 (state Temporary) | ||
| 12538 | 2024.11.27 18:42:33.068320 [ 254 ] {574e9818-0abf-4877-8bee-16a7b9279021} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Renaming temporary part tmp_insert_all_87_87_0 to all_87_87_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12539 | 2024.11.27 18:42:33.068635 [ 254 ] {574e9818-0abf-4877-8bee-16a7b9279021} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.005723 sec., 4368.338284116722 rows/sec., 7.83 MiB/sec. | ||
| 12540 | 2024.11.27 18:42:33.069259 [ 254 ] {574e9818-0abf-4877-8bee-16a7b9279021} <Debug> TCPHandler: Processed in 0.006576138 sec. | ||
| 12541 | 2024.11.27 18:42:33.069592 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12542 | 2024.11.27 18:42:33.070323 [ 253 ] {e4564e34-5986-4f50-b7ad-ae76b8456e10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12543 | 2024.11.27 18:42:33.070447 [ 253 ] {e4564e34-5986-4f50-b7ad-ae76b8456e10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12544 | 2024.11.27 18:42:33.070990 [ 253 ] {e4564e34-5986-4f50-b7ad-ae76b8456e10} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12545 | 2024.11.27 18:42:33.071030 [ 253 ] {e4564e34-5986-4f50-b7ad-ae76b8456e10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12546 | 2024.11.27 18:42:33.071418 [ 253 ] {e4564e34-5986-4f50-b7ad-ae76b8456e10} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 12547 | 2024.11.27 18:42:33.071678 [ 253 ] {e4564e34-5986-4f50-b7ad-ae76b8456e10} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12548 | 2024.11.27 18:42:33.071921 [ 253 ] {e4564e34-5986-4f50-b7ad-ae76b8456e10} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001713 sec., 47869.23525977817 rows/sec., 3.04 MiB/sec. | ||
| 12549 | 2024.11.27 18:42:33.072022 [ 253 ] {e4564e34-5986-4f50-b7ad-ae76b8456e10} <Debug> TCPHandler: Processed in 0.002645609 sec. | ||
| 12550 | 2024.11.27 18:42:35.005698 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 29829 | ||
| 12551 | 2024.11.27 18:42:35.006445 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12552 | 2024.11.27 18:42:35.006505 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12553 | 2024.11.27 18:42:35.007057 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 12554 | 2024.11.27 18:42:35.007346 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12555 | 2024.11.27 18:42:35.007709 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 29829 | ||
| 12556 | 2024.11.27 18:42:37.148766 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 490 | ||
| 12557 | 2024.11.27 18:42:37.170684 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12558 | 2024.11.27 18:42:37.170738 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12559 | 2024.11.27 18:42:37.178057 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 12560 | 2024.11.27 18:42:37.178872 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12561 | 2024.11.27 18:42:37.182001 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 490 | ||
| 12562 | 2024.11.27 18:42:37.676618 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1768 | ||
| 12563 | 2024.11.27 18:42:37.679796 [ 242 ] {} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12564 | 2024.11.27 18:42:37.679848 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12565 | 2024.11.27 18:42:37.681372 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 12566 | 2024.11.27 18:42:37.681686 [ 242 ] {} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12567 | 2024.11.27 18:42:37.683096 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1768 | ||
| 12568 | 2024.11.27 18:42:38.038866 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12569 | 2024.11.27 18:42:38.039073 [ 253 ] {6914ccfc-9a64-48c6-965c-48317040e213} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12570 | 2024.11.27 18:42:38.039162 [ 253 ] {6914ccfc-9a64-48c6-965c-48317040e213} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12571 | 2024.11.27 18:42:38.039992 [ 253 ] {6914ccfc-9a64-48c6-965c-48317040e213} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12572 | 2024.11.27 18:42:38.040048 [ 253 ] {6914ccfc-9a64-48c6-965c-48317040e213} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12573 | 2024.11.27 18:42:38.040531 [ 253 ] {6914ccfc-9a64-48c6-965c-48317040e213} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 12574 | 2024.11.27 18:42:38.040802 [ 253 ] {6914ccfc-9a64-48c6-965c-48317040e213} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12575 | 2024.11.27 18:42:38.040985 [ 137 ] {} <Debug> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 12576 | 2024.11.27 18:42:38.041020 [ 253 ] {6914ccfc-9a64-48c6-965c-48317040e213} <Debug> executeQuery: Read 88 rows, 7.40 KiB in 0.002 sec., 44000 rows/sec., 3.61 MiB/sec. | ||
| 12577 | 2024.11.27 18:42:38.041033 [ 137 ] {} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12578 | 2024.11.27 18:42:38.041067 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12579 | 2024.11.27 18:42:38.041107 [ 253 ] {6914ccfc-9a64-48c6-965c-48317040e213} <Debug> TCPHandler: Processed in 0.002378655 sec. | ||
| 12580 | 2024.11.27 18:42:38.041420 [ 191 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::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 | ||
| 12581 | 2024.11.27 18:42:38.041420 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12582 | 2024.11.27 18:42:38.041907 [ 254 ] {56d06d26-ec24-47b5-878b-7a40858239e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12583 | 2024.11.27 18:42:38.042019 [ 191 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12584 | 2024.11.27 18:42:38.042090 [ 254 ] {56d06d26-ec24-47b5-878b-7a40858239e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12585 | 2024.11.27 18:42:38.042168 [ 191 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 1435 rows starting from the beginning of the part | ||
| 12586 | 2024.11.27 18:42:38.042704 [ 191 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 1229 rows starting from the beginning of the part | ||
| 12587 | 2024.11.27 18:42:38.043248 [ 191 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 253 rows starting from the beginning of the part | ||
| 12588 | 2024.11.27 18:42:38.043906 [ 191 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 88 rows starting from the beginning of the part | ||
| 12589 | 2024.11.27 18:42:38.044485 [ 191 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 253 rows starting from the beginning of the part | ||
| 12590 | 2024.11.27 18:42:38.044966 [ 191 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 88 rows starting from the beginning of the part | ||
| 12591 | 2024.11.27 18:42:38.045945 [ 254 ] {56d06d26-ec24-47b5-878b-7a40858239e5} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12592 | 2024.11.27 18:42:38.045993 [ 254 ] {56d06d26-ec24-47b5-878b-7a40858239e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12593 | 2024.11.27 18:42:38.046536 [ 254 ] {56d06d26-ec24-47b5-878b-7a40858239e5} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 12594 | 2024.11.27 18:42:38.046839 [ 254 ] {56d06d26-ec24-47b5-878b-7a40858239e5} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12595 | 2024.11.27 18:42:38.047110 [ 254 ] {56d06d26-ec24-47b5-878b-7a40858239e5} <Debug> executeQuery: Read 16 rows, 1.20 KiB in 0.005358 sec., 2986.188876446435 rows/sec., 224.55 KiB/sec. | ||
| 12596 | 2024.11.27 18:42:38.047185 [ 254 ] {56d06d26-ec24-47b5-878b-7a40858239e5} <Debug> TCPHandler: Processed in 0.005935698 sec. | ||
| 12597 | 2024.11.27 18:42:38.047381 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12598 | 2024.11.27 18:42:38.047671 [ 253 ] {81c49aa0-2694-48a0-ae92-806f3d1fceda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12599 | 2024.11.27 18:42:38.047723 [ 189 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3346 rows, containing 5 columns (5 merged, 0 gathered) in 0.006547357 sec., 511045.90753184835 rows/sec., 44.67 MiB/sec. | ||
| 12600 | 2024.11.27 18:42:38.047748 [ 253 ] {81c49aa0-2694-48a0-ae92-806f3d1fceda} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12601 | 2024.11.27 18:42:38.048090 [ 189 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 12602 | 2024.11.27 18:42:38.048757 [ 189 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_96_19} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12603 | 2024.11.27 18:42:38.049009 [ 189 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_96_19} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 12604 | 2024.11.27 18:42:38.049045 [ 253 ] {81c49aa0-2694-48a0-ae92-806f3d1fceda} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12605 | 2024.11.27 18:42:38.049118 [ 253 ] {81c49aa0-2694-48a0-ae92-806f3d1fceda} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12606 | 2024.11.27 18:42:38.049178 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. | ||
| 12607 | 2024.11.27 18:42:38.049584 [ 253 ] {81c49aa0-2694-48a0-ae92-806f3d1fceda} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 12608 | 2024.11.27 18:42:38.049860 [ 253 ] {81c49aa0-2694-48a0-ae92-806f3d1fceda} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12609 | 2024.11.27 18:42:38.050008 [ 137 ] {} <Debug> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 12610 | 2024.11.27 18:42:38.050048 [ 137 ] {} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12611 | 2024.11.27 18:42:38.050052 [ 253 ] {81c49aa0-2694-48a0-ae92-806f3d1fceda} <Debug> executeQuery: Read 80 rows, 6.40 KiB in 0.00245 sec., 32653.061224489797 rows/sec., 2.55 MiB/sec. | ||
| 12612 | 2024.11.27 18:42:38.050072 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12613 | 2024.11.27 18:42:38.050171 [ 253 ] {81c49aa0-2694-48a0-ae92-806f3d1fceda} <Debug> TCPHandler: Processed in 0.002864832 sec. | ||
| 12614 | 2024.11.27 18:42:38.050375 [ 197 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::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 | ||
| 12615 | 2024.11.27 18:42:38.050397 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12616 | 2024.11.27 18:42:38.050613 [ 197 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12617 | 2024.11.27 18:42:38.050649 [ 254 ] {7fc5adcf-ef06-4d24-8393-881e3ea484f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12618 | 2024.11.27 18:42:38.050695 [ 197 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 915 rows starting from the beginning of the part | ||
| 12619 | 2024.11.27 18:42:38.050750 [ 254 ] {7fc5adcf-ef06-4d24-8393-881e3ea484f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12620 | 2024.11.27 18:42:38.051195 [ 197 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 538 rows starting from the beginning of the part | ||
| 12621 | 2024.11.27 18:42:38.051674 [ 197 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 407 rows starting from the beginning of the part | ||
| 12622 | 2024.11.27 18:42:38.052042 [ 197 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 80 rows starting from the beginning of the part | ||
| 12623 | 2024.11.27 18:42:38.052248 [ 197 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 407 rows starting from the beginning of the part | ||
| 12624 | 2024.11.27 18:42:38.052670 [ 197 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 80 rows starting from the beginning of the part | ||
| 12625 | 2024.11.27 18:42:38.053570 [ 254 ] {7fc5adcf-ef06-4d24-8393-881e3ea484f4} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12626 | 2024.11.27 18:42:38.053630 [ 254 ] {7fc5adcf-ef06-4d24-8393-881e3ea484f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12627 | 2024.11.27 18:42:38.054563 [ 254 ] {7fc5adcf-ef06-4d24-8393-881e3ea484f4} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 12628 | 2024.11.27 18:42:38.055241 [ 254 ] {7fc5adcf-ef06-4d24-8393-881e3ea484f4} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12629 | 2024.11.27 18:42:38.055539 [ 137 ] {} <Debug> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 12630 | 2024.11.27 18:42:38.055698 [ 137 ] {} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12631 | 2024.11.27 18:42:38.055849 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12632 | 2024.11.27 18:42:38.055942 [ 254 ] {7fc5adcf-ef06-4d24-8393-881e3ea484f4} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005333 sec., 30001.875117194824 rows/sec., 2.09 MiB/sec. | ||
| 12633 | 2024.11.27 18:42:38.056451 [ 254 ] {7fc5adcf-ef06-4d24-8393-881e3ea484f4} <Debug> TCPHandler: Processed in 0.006164801 sec. | ||
| 12634 | 2024.11.27 18:42:38.056442 [ 197 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2427 rows, containing 5 columns (5 merged, 0 gathered) in 0.006244113 sec., 388686.1112218821 rows/sec., 29.82 MiB/sec. | ||
| 12635 | 2024.11.27 18:42:38.056471 [ 187 ] {67d43675-535f-43d0-af84-f38bbc85c22c::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 | ||
| 12636 | 2024.11.27 18:42:38.056758 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12637 | 2024.11.27 18:42:38.056820 [ 197 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 12638 | 2024.11.27 18:42:38.056828 [ 187 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12639 | 2024.11.27 18:42:38.056968 [ 187 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_91_18, total 28198 rows starting from the beginning of the part | ||
| 12640 | 2024.11.27 18:42:38.057274 [ 253 ] {730415a4-4bb3-4a91-a250-5531d3ca8f8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12641 | 2024.11.27 18:42:38.057375 [ 187 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 881 rows starting from the beginning of the part | ||
| 12642 | 2024.11.27 18:42:38.057726 [ 187 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 237 rows starting from the beginning of the part | ||
| 12643 | 2024.11.27 18:42:38.058063 [ 253 ] {730415a4-4bb3-4a91-a250-5531d3ca8f8b} <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 | ||
| 12644 | 2024.11.27 18:42:38.058167 [ 197 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_96_19} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12645 | 2024.11.27 18:42:38.058240 [ 187 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 160 rows starting from the beginning of the part | ||
| 12646 | 2024.11.27 18:42:38.058702 [ 197 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_96_19} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 12647 | 2024.11.27 18:42:38.058725 [ 187 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 237 rows starting from the beginning of the part | ||
| 12648 | 2024.11.27 18:42:38.059164 [ 187 ] {67d43675-535f-43d0-af84-f38bbc85c22c::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 | ||
| 12649 | 2024.11.27 18:42:38.059276 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 12650 | 2024.11.27 18:42:38.061965 [ 253 ] {730415a4-4bb3-4a91-a250-5531d3ca8f8b} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12651 | 2024.11.27 18:42:38.062013 [ 253 ] {730415a4-4bb3-4a91-a250-5531d3ca8f8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12652 | 2024.11.27 18:42:38.063902 [ 253 ] {730415a4-4bb3-4a91-a250-5531d3ca8f8b} <Trace> MergedBlockOutputStream: filled checksums all_88_88_0 (state Temporary) | ||
| 12653 | 2024.11.27 18:42:38.064226 [ 253 ] {730415a4-4bb3-4a91-a250-5531d3ca8f8b} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Renaming temporary part tmp_insert_all_88_88_0 to all_88_88_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12654 | 2024.11.27 18:42:38.064442 [ 253 ] {730415a4-4bb3-4a91-a250-5531d3ca8f8b} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.00739 sec., 2165.0879566982408 rows/sec., 3.88 MiB/sec. | ||
| 12655 | 2024.11.27 18:42:38.064830 [ 253 ] {730415a4-4bb3-4a91-a250-5531d3ca8f8b} <Debug> TCPHandler: Processed in 0.008217511 sec. | ||
| 12656 | 2024.11.27 18:42:38.065000 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12657 | 2024.11.27 18:42:38.065129 [ 254 ] {c4210f2f-1440-4532-8acc-693b67e6efa8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12658 | 2024.11.27 18:42:38.065185 [ 254 ] {c4210f2f-1440-4532-8acc-693b67e6efa8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12659 | 2024.11.27 18:42:38.065807 [ 254 ] {c4210f2f-1440-4532-8acc-693b67e6efa8} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12660 | 2024.11.27 18:42:38.065849 [ 254 ] {c4210f2f-1440-4532-8acc-693b67e6efa8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12661 | 2024.11.27 18:42:38.066289 [ 254 ] {c4210f2f-1440-4532-8acc-693b67e6efa8} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 12662 | 2024.11.27 18:42:38.066653 [ 254 ] {c4210f2f-1440-4532-8acc-693b67e6efa8} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12663 | 2024.11.27 18:42:38.066875 [ 137 ] {} <Debug> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 12664 | 2024.11.27 18:42:38.066932 [ 137 ] {} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12665 | 2024.11.27 18:42:38.066974 [ 137 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.51 GiB. | ||
| 12666 | 2024.11.27 18:42:38.066982 [ 254 ] {c4210f2f-1440-4532-8acc-693b67e6efa8} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001863 sec., 32206.1191626409 rows/sec., 2.17 MiB/sec. | ||
| 12667 | 2024.11.27 18:42:38.067527 [ 200 ] {c59724f6-f374-41a1-8302-611230e47527::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 | ||
| 12668 | 2024.11.27 18:42:38.067601 [ 254 ] {c4210f2f-1440-4532-8acc-693b67e6efa8} <Debug> TCPHandler: Processed in 0.002643459 sec. | ||
| 12669 | 2024.11.27 18:42:38.068212 [ 200 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12670 | 2024.11.27 18:42:38.068308 [ 200 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 6176 rows starting from the beginning of the part | ||
| 12671 | 2024.11.27 18:42:38.068528 [ 200 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 60 rows starting from the beginning of the part | ||
| 12672 | 2024.11.27 18:42:38.068771 [ 200 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 82 rows starting from the beginning of the part | ||
| 12673 | 2024.11.27 18:42:38.069070 [ 200 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 60 rows starting from the beginning of the part | ||
| 12674 | 2024.11.27 18:42:38.069231 [ 200 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 82 rows starting from the beginning of the part | ||
| 12675 | 2024.11.27 18:42:38.069327 [ 200 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 60 rows starting from the beginning of the part | ||
| 12676 | 2024.11.27 18:42:38.070927 [ 187 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 29873 rows, containing 5 columns (5 merged, 0 gathered) in 0.01483907 sec., 2013131.5506969104 rows/sec., 136.26 MiB/sec. | ||
| 12677 | 2024.11.27 18:42:38.071356 [ 187 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 12678 | 2024.11.27 18:42:38.071707 [ 187 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_96_19} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12679 | 2024.11.27 18:42:38.071843 [ 187 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_96_19} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 12680 | 2024.11.27 18:42:38.071948 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.37 MiB. | ||
| 12681 | 2024.11.27 18:42:38.072573 [ 186 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6520 rows, containing 4 columns (4 merged, 0 gathered) in 0.005505781 sec., 1184209.833264345 rows/sec., 77.48 MiB/sec. | ||
| 12682 | 2024.11.27 18:42:38.073006 [ 199 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 12683 | 2024.11.27 18:42:38.073308 [ 199 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_96_19} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12684 | 2024.11.27 18:42:38.073388 [ 199 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_96_19} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 12685 | 2024.11.27 18:42:38.073477 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.22 MiB. | ||
| 12686 | 2024.11.27 18:42:42.318805 [ 132 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 12687 | 2024.11.27 18:42:42.318913 [ 132 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 12688 | 2024.11.27 18:42:42.507873 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 30256 | ||
| 12689 | 2024.11.27 18:42:42.508491 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12690 | 2024.11.27 18:42:42.508538 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 12691 | 2024.11.27 18:42:42.509062 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 12692 | 2024.11.27 18:42:42.509321 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12693 | 2024.11.27 18:42:42.509490 [ 130 ] {} <Debug> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 12694 | 2024.11.27 18:42:42.509528 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 30256 | ||
| 12695 | 2024.11.27 18:42:42.509535 [ 130 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12696 | 2024.11.27 18:42:42.509564 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 12697 | 2024.11.27 18:42:42.509797 [ 186 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::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 | ||
| 12698 | 2024.11.27 18:42:42.510110 [ 186 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12699 | 2024.11.27 18:42:42.510159 [ 186 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_61_12, total 27938 rows starting from the beginning of the part | ||
| 12700 | 2024.11.27 18:42:42.510255 [ 186 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 488 rows starting from the beginning of the part | ||
| 12701 | 2024.11.27 18:42:42.510470 [ 186 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 488 rows starting from the beginning of the part | ||
| 12702 | 2024.11.27 18:42:42.510668 [ 186 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 427 rows starting from the beginning of the part | ||
| 12703 | 2024.11.27 18:42:42.510756 [ 186 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 488 rows starting from the beginning of the part | ||
| 12704 | 2024.11.27 18:42:42.510852 [ 186 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 427 rows starting from the beginning of the part | ||
| 12705 | 2024.11.27 18:42:42.513531 [ 199 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30256 rows, containing 4 columns (4 merged, 0 gathered) in 0.003889007 sec., 7779877.999705323 rows/sec., 111.29 MiB/sec. | ||
| 12706 | 2024.11.27 18:42:42.513771 [ 186 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 12707 | 2024.11.27 18:42:42.514054 [ 186 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_66_13} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12708 | 2024.11.27 18:42:42.514139 [ 186 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_66_13} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 12709 | 2024.11.27 18:42:42.514231 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.94 MiB. | ||
| 12710 | 2024.11.27 18:42:43.043238 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12711 | 2024.11.27 18:42:43.043449 [ 253 ] {418c46cf-2f54-42e4-b176-3df5f87ed5b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 12712 | 2024.11.27 18:42:43.043521 [ 253 ] {418c46cf-2f54-42e4-b176-3df5f87ed5b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 12713 | 2024.11.27 18:42:43.044298 [ 253 ] {418c46cf-2f54-42e4-b176-3df5f87ed5b8} <Trace> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12714 | 2024.11.27 18:42:43.044352 [ 253 ] {418c46cf-2f54-42e4-b176-3df5f87ed5b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 12715 | 2024.11.27 18:42:43.044797 [ 253 ] {418c46cf-2f54-42e4-b176-3df5f87ed5b8} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 12716 | 2024.11.27 18:42:43.045057 [ 253 ] {418c46cf-2f54-42e4-b176-3df5f87ed5b8} <Trace> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12717 | 2024.11.27 18:42:43.045297 [ 253 ] {418c46cf-2f54-42e4-b176-3df5f87ed5b8} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001905 sec., 7349.081364829396 rows/sec., 529.04 KiB/sec. | ||
| 12718 | 2024.11.27 18:42:43.045365 [ 253 ] {418c46cf-2f54-42e4-b176-3df5f87ed5b8} <Debug> TCPHandler: Processed in 0.002267924 sec. | ||
| 12719 | 2024.11.27 18:42:43.045622 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12720 | 2024.11.27 18:42:43.045814 [ 254 ] {35397c21-ad2a-45d4-8bc1-7bfe14a7ff92} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12721 | 2024.11.27 18:42:43.045886 [ 254 ] {35397c21-ad2a-45d4-8bc1-7bfe14a7ff92} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12722 | 2024.11.27 18:42:43.046792 [ 254 ] {35397c21-ad2a-45d4-8bc1-7bfe14a7ff92} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12723 | 2024.11.27 18:42:43.046841 [ 254 ] {35397c21-ad2a-45d4-8bc1-7bfe14a7ff92} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 12724 | 2024.11.27 18:42:43.047295 [ 254 ] {35397c21-ad2a-45d4-8bc1-7bfe14a7ff92} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 12725 | 2024.11.27 18:42:43.047551 [ 254 ] {35397c21-ad2a-45d4-8bc1-7bfe14a7ff92} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12726 | 2024.11.27 18:42:43.047787 [ 254 ] {35397c21-ad2a-45d4-8bc1-7bfe14a7ff92} <Debug> executeQuery: Read 253 rows, 22.72 KiB in 0.002026 sec., 124876.60414610068 rows/sec., 10.95 MiB/sec. | ||
| 12727 | 2024.11.27 18:42:43.047904 [ 254 ] {35397c21-ad2a-45d4-8bc1-7bfe14a7ff92} <Debug> TCPHandler: Processed in 0.002419086 sec. | ||
| 12728 | 2024.11.27 18:42:43.048081 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12729 | 2024.11.27 18:42:43.048242 [ 253 ] {fcf808b6-e886-470d-a5c1-930a5d45c4c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12730 | 2024.11.27 18:42:43.048297 [ 253 ] {fcf808b6-e886-470d-a5c1-930a5d45c4c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12731 | 2024.11.27 18:42:43.048906 [ 253 ] {fcf808b6-e886-470d-a5c1-930a5d45c4c3} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12732 | 2024.11.27 18:42:43.048948 [ 253 ] {fcf808b6-e886-470d-a5c1-930a5d45c4c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 12733 | 2024.11.27 18:42:43.049348 [ 253 ] {fcf808b6-e886-470d-a5c1-930a5d45c4c3} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 12734 | 2024.11.27 18:42:43.049593 [ 253 ] {fcf808b6-e886-470d-a5c1-930a5d45c4c3} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12735 | 2024.11.27 18:42:43.049822 [ 253 ] {fcf808b6-e886-470d-a5c1-930a5d45c4c3} <Debug> executeQuery: Read 32 rows, 2.34 KiB in 0.001616 sec., 19801.980198019803 rows/sec., 1.41 MiB/sec. | ||
| 12736 | 2024.11.27 18:42:43.049876 [ 253 ] {fcf808b6-e886-470d-a5c1-930a5d45c4c3} <Debug> TCPHandler: Processed in 0.001873928 sec. | ||
| 12737 | 2024.11.27 18:42:43.050026 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12738 | 2024.11.27 18:42:43.050153 [ 254 ] {b009cddc-d525-46dd-bb11-f6e358a2bce8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 12739 | 2024.11.27 18:42:43.050206 [ 254 ] {b009cddc-d525-46dd-bb11-f6e358a2bce8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 12740 | 2024.11.27 18:42:43.050819 [ 254 ] {b009cddc-d525-46dd-bb11-f6e358a2bce8} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12741 | 2024.11.27 18:42:43.050857 [ 254 ] {b009cddc-d525-46dd-bb11-f6e358a2bce8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 12742 | 2024.11.27 18:42:43.051231 [ 254 ] {b009cddc-d525-46dd-bb11-f6e358a2bce8} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 12743 | 2024.11.27 18:42:43.051471 [ 254 ] {b009cddc-d525-46dd-bb11-f6e358a2bce8} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12744 | 2024.11.27 18:42:43.051604 [ 130 ] {} <Debug> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 12745 | 2024.11.27 18:42:43.051651 [ 130 ] {} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12746 | 2024.11.27 18:42:43.051668 [ 254 ] {b009cddc-d525-46dd-bb11-f6e358a2bce8} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001545 sec., 9061.48867313916 rows/sec., 634.61 KiB/sec. | ||
| 12747 | 2024.11.27 18:42:43.051679 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 12748 | 2024.11.27 18:42:43.051768 [ 254 ] {b009cddc-d525-46dd-bb11-f6e358a2bce8} <Debug> TCPHandler: Processed in 0.001797127 sec. | ||
| 12749 | 2024.11.27 18:42:43.052101 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12750 | 2024.11.27 18:42:43.052113 [ 201 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::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 | ||
| 12751 | 2024.11.27 18:42:43.052628 [ 253 ] {2b1c6504-c757-4f8d-a861-c8b0a15de784} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 12752 | 2024.11.27 18:42:43.052701 [ 201 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12753 | 2024.11.27 18:42:43.052805 [ 253 ] {2b1c6504-c757-4f8d-a861-c8b0a15de784} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 12754 | 2024.11.27 18:42:43.052805 [ 201 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 242 rows starting from the beginning of the part | ||
| 12755 | 2024.11.27 18:42:43.053185 [ 201 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 14 rows starting from the beginning of the part | ||
| 12756 | 2024.11.27 18:42:43.053537 [ 201 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 228 rows starting from the beginning of the part | ||
| 12757 | 2024.11.27 18:42:43.053800 [ 201 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 14 rows starting from the beginning of the part | ||
| 12758 | 2024.11.27 18:42:43.054163 [ 201 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 14 rows starting from the beginning of the part | ||
| 12759 | 2024.11.27 18:42:43.054587 [ 201 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 14 rows starting from the beginning of the part | ||
| 12760 | 2024.11.27 18:42:43.055842 [ 253 ] {2b1c6504-c757-4f8d-a861-c8b0a15de784} <Trace> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12761 | 2024.11.27 18:42:43.055917 [ 253 ] {2b1c6504-c757-4f8d-a861-c8b0a15de784} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 12762 | 2024.11.27 18:42:43.056852 [ 253 ] {2b1c6504-c757-4f8d-a861-c8b0a15de784} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 12763 | 2024.11.27 18:42:43.057341 [ 253 ] {2b1c6504-c757-4f8d-a861-c8b0a15de784} <Trace> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12764 | 2024.11.27 18:42:43.057669 [ 199 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 526 rows, containing 5 columns (5 merged, 0 gathered) in 0.005875737 sec., 89520.68480941199 rows/sec., 6.41 MiB/sec. | ||
| 12765 | 2024.11.27 18:42:43.057746 [ 253 ] {2b1c6504-c757-4f8d-a861-c8b0a15de784} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005337 sec., 2435.8253700580854 rows/sec., 151.87 KiB/sec. | ||
| 12766 | 2024.11.27 18:42:43.057888 [ 253 ] {2b1c6504-c757-4f8d-a861-c8b0a15de784} <Debug> TCPHandler: Processed in 0.005998118 sec. | ||
| 12767 | 2024.11.27 18:42:43.057979 [ 199 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 12768 | 2024.11.27 18:42:43.058054 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12769 | 2024.11.27 18:42:43.058179 [ 254 ] {9efb550a-e64c-4982-8f3c-c9e069e68c14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12770 | 2024.11.27 18:42:43.058235 [ 254 ] {9efb550a-e64c-4982-8f3c-c9e069e68c14} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12771 | 2024.11.27 18:42:43.058382 [ 199 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_56_11} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12772 | 2024.11.27 18:42:43.058522 [ 199 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_56_11} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 12773 | 2024.11.27 18:42:43.058649 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 12774 | 2024.11.27 18:42:43.059146 [ 254 ] {9efb550a-e64c-4982-8f3c-c9e069e68c14} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12775 | 2024.11.27 18:42:43.059186 [ 254 ] {9efb550a-e64c-4982-8f3c-c9e069e68c14} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 12776 | 2024.11.27 18:42:43.059570 [ 254 ] {9efb550a-e64c-4982-8f3c-c9e069e68c14} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 12777 | 2024.11.27 18:42:43.059815 [ 254 ] {9efb550a-e64c-4982-8f3c-c9e069e68c14} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12778 | 2024.11.27 18:42:43.060060 [ 254 ] {9efb550a-e64c-4982-8f3c-c9e069e68c14} <Debug> executeQuery: Read 407 rows, 29.68 KiB in 0.001905 sec., 213648.2939632546 rows/sec., 15.22 MiB/sec. | ||
| 12779 | 2024.11.27 18:42:43.060153 [ 254 ] {9efb550a-e64c-4982-8f3c-c9e069e68c14} <Debug> TCPHandler: Processed in 0.002160772 sec. | ||
| 12780 | 2024.11.27 18:42:43.060337 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12781 | 2024.11.27 18:42:43.060672 [ 253 ] {8450d335-5b6f-4e35-a368-dca71bd6d16b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 12782 | 2024.11.27 18:42:43.060825 [ 253 ] {8450d335-5b6f-4e35-a368-dca71bd6d16b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 12783 | 2024.11.27 18:42:43.061613 [ 253 ] {8450d335-5b6f-4e35-a368-dca71bd6d16b} <Trace> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12784 | 2024.11.27 18:42:43.061653 [ 253 ] {8450d335-5b6f-4e35-a368-dca71bd6d16b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 12785 | 2024.11.27 18:42:43.062042 [ 253 ] {8450d335-5b6f-4e35-a368-dca71bd6d16b} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 12786 | 2024.11.27 18:42:43.062291 [ 253 ] {8450d335-5b6f-4e35-a368-dca71bd6d16b} <Trace> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12787 | 2024.11.27 18:42:43.062431 [ 129 ] {} <Debug> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 12788 | 2024.11.27 18:42:43.062482 [ 253 ] {8450d335-5b6f-4e35-a368-dca71bd6d16b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001917 sec., 3129.8904538341158 rows/sec., 163.52 KiB/sec. | ||
| 12789 | 2024.11.27 18:42:43.062484 [ 129 ] {} <Trace> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12790 | 2024.11.27 18:42:43.062536 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 12791 | 2024.11.27 18:42:43.062555 [ 253 ] {8450d335-5b6f-4e35-a368-dca71bd6d16b} <Debug> TCPHandler: Processed in 0.002311544 sec. | ||
| 12792 | 2024.11.27 18:42:43.062879 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12793 | 2024.11.27 18:42:43.063490 [ 254 ] {f567466a-3ac8-4078-82ab-102fbcb20afb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12794 | 2024.11.27 18:42:43.063805 [ 254 ] {f567466a-3ac8-4078-82ab-102fbcb20afb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12795 | 2024.11.27 18:42:43.063869 [ 186 ] {4a23b31e-2fab-45ac-a10f-cd78611343e3::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 | ||
| 12796 | 2024.11.27 18:42:43.064432 [ 186 ] {4a23b31e-2fab-45ac-a10f-cd78611343e3::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12797 | 2024.11.27 18:42:43.064513 [ 186 ] {4a23b31e-2fab-45ac-a10f-cd78611343e3::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 216 rows starting from the beginning of the part | ||
| 12798 | 2024.11.27 18:42:43.064875 [ 186 ] {4a23b31e-2fab-45ac-a10f-cd78611343e3::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 6 rows starting from the beginning of the part | ||
| 12799 | 2024.11.27 18:42:43.065128 [ 186 ] {4a23b31e-2fab-45ac-a10f-cd78611343e3::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 6 rows starting from the beginning of the part | ||
| 12800 | 2024.11.27 18:42:43.065192 [ 186 ] {4a23b31e-2fab-45ac-a10f-cd78611343e3::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 6 rows starting from the beginning of the part | ||
| 12801 | 2024.11.27 18:42:43.065608 [ 186 ] {4a23b31e-2fab-45ac-a10f-cd78611343e3::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 6 rows starting from the beginning of the part | ||
| 12802 | 2024.11.27 18:42:43.065910 [ 186 ] {4a23b31e-2fab-45ac-a10f-cd78611343e3::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 6 rows starting from the beginning of the part | ||
| 12803 | 2024.11.27 18:42:43.066694 [ 254 ] {f567466a-3ac8-4078-82ab-102fbcb20afb} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12804 | 2024.11.27 18:42:43.066762 [ 254 ] {f567466a-3ac8-4078-82ab-102fbcb20afb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 12805 | 2024.11.27 18:42:43.067869 [ 254 ] {f567466a-3ac8-4078-82ab-102fbcb20afb} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 12806 | 2024.11.27 18:42:43.068382 [ 186 ] {4a23b31e-2fab-45ac-a10f-cd78611343e3::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 246 rows, containing 4 columns (4 merged, 0 gathered) in 0.005772496 sec., 42615.880548033296 rows/sec., 2.17 MiB/sec. | ||
| 12807 | 2024.11.27 18:42:43.068435 [ 254 ] {f567466a-3ac8-4078-82ab-102fbcb20afb} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12808 | 2024.11.27 18:42:43.068586 [ 186 ] {4a23b31e-2fab-45ac-a10f-cd78611343e3::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 12809 | 2024.11.27 18:42:43.068938 [ 254 ] {f567466a-3ac8-4078-82ab-102fbcb20afb} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005699 sec., 41586.243200561505 rows/sec., 2.79 MiB/sec. | ||
| 12810 | 2024.11.27 18:42:43.069139 [ 254 ] {f567466a-3ac8-4078-82ab-102fbcb20afb} <Debug> TCPHandler: Processed in 0.006449906 sec. | ||
| 12811 | 2024.11.27 18:42:43.069431 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12812 | 2024.11.27 18:42:43.069467 [ 186 ] {4a23b31e-2fab-45ac-a10f-cd78611343e3::all_1_41_8} <Trace> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12813 | 2024.11.27 18:42:43.069836 [ 186 ] {4a23b31e-2fab-45ac-a10f-cd78611343e3::all_1_41_8} <Trace> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 12814 | 2024.11.27 18:42:43.069934 [ 253 ] {a9ece55a-80c0-4c31-8fec-5a53d0618721} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 12815 | 2024.11.27 18:42:43.070124 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 12816 | 2024.11.27 18:42:43.070177 [ 253 ] {a9ece55a-80c0-4c31-8fec-5a53d0618721} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 12817 | 2024.11.27 18:42:43.071495 [ 253 ] {a9ece55a-80c0-4c31-8fec-5a53d0618721} <Trace> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12818 | 2024.11.27 18:42:43.071535 [ 253 ] {a9ece55a-80c0-4c31-8fec-5a53d0618721} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 12819 | 2024.11.27 18:42:43.071898 [ 253 ] {a9ece55a-80c0-4c31-8fec-5a53d0618721} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 12820 | 2024.11.27 18:42:43.072152 [ 253 ] {a9ece55a-80c0-4c31-8fec-5a53d0618721} <Trace> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12821 | 2024.11.27 18:42:43.072360 [ 253 ] {a9ece55a-80c0-4c31-8fec-5a53d0618721} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002601 sec., 384.46751249519417 rows/sec., 25.91 KiB/sec. | ||
| 12822 | 2024.11.27 18:42:43.072441 [ 253 ] {a9ece55a-80c0-4c31-8fec-5a53d0618721} <Debug> TCPHandler: Processed in 0.003187667 sec. | ||
| 12823 | 2024.11.27 18:42:43.072664 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12824 | 2024.11.27 18:42:43.072831 [ 254 ] {1a1fb1ed-f446-4d0f-b2df-87c8b31f573f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12825 | 2024.11.27 18:42:43.072914 [ 254 ] {1a1fb1ed-f446-4d0f-b2df-87c8b31f573f} <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 | ||
| 12826 | 2024.11.27 18:42:43.074076 [ 254 ] {1a1fb1ed-f446-4d0f-b2df-87c8b31f573f} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12827 | 2024.11.27 18:42:43.074116 [ 254 ] {1a1fb1ed-f446-4d0f-b2df-87c8b31f573f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 12828 | 2024.11.27 18:42:43.074761 [ 254 ] {1a1fb1ed-f446-4d0f-b2df-87c8b31f573f} <Trace> MergedBlockOutputStream: filled checksums all_89_89_0 (state Temporary) | ||
| 12829 | 2024.11.27 18:42:43.075020 [ 254 ] {1a1fb1ed-f446-4d0f-b2df-87c8b31f573f} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Renaming temporary part tmp_insert_all_89_89_0 to all_89_89_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12830 | 2024.11.27 18:42:43.075267 [ 254 ] {1a1fb1ed-f446-4d0f-b2df-87c8b31f573f} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.00246 sec., 10162.60162601626 rows/sec., 18.21 MiB/sec. | ||
| 12831 | 2024.11.27 18:42:43.075415 [ 254 ] {1a1fb1ed-f446-4d0f-b2df-87c8b31f573f} <Debug> TCPHandler: Processed in 0.002889073 sec. | ||
| 12832 | 2024.11.27 18:42:43.075733 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12833 | 2024.11.27 18:42:43.076113 [ 253 ] {ce117fb7-c6fa-4218-b4bb-940af3f46141} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12834 | 2024.11.27 18:42:43.076287 [ 253 ] {ce117fb7-c6fa-4218-b4bb-940af3f46141} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12835 | 2024.11.27 18:42:43.077020 [ 253 ] {ce117fb7-c6fa-4218-b4bb-940af3f46141} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12836 | 2024.11.27 18:42:43.077060 [ 253 ] {ce117fb7-c6fa-4218-b4bb-940af3f46141} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 12837 | 2024.11.27 18:42:43.077441 [ 253 ] {ce117fb7-c6fa-4218-b4bb-940af3f46141} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 12838 | 2024.11.27 18:42:43.077680 [ 253 ] {ce117fb7-c6fa-4218-b4bb-940af3f46141} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12839 | 2024.11.27 18:42:43.077864 [ 253 ] {ce117fb7-c6fa-4218-b4bb-940af3f46141} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00189 sec., 43386.24338624339 rows/sec., 2.76 MiB/sec. | ||
| 12840 | 2024.11.27 18:42:43.077961 [ 253 ] {ce117fb7-c6fa-4218-b4bb-940af3f46141} <Debug> TCPHandler: Processed in 0.002392146 sec. | ||
| 12841 | 2024.11.27 18:42:44.682093 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 498 | ||
| 12842 | 2024.11.27 18:42:44.707730 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12843 | 2024.11.27 18:42:44.707803 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 12844 | 2024.11.27 18:42:44.715437 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 12845 | 2024.11.27 18:42:44.716254 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12846 | 2024.11.27 18:42:44.716657 [ 124 ] {} <Debug> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 12847 | 2024.11.27 18:42:44.716796 [ 124 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12848 | 2024.11.27 18:42:44.716859 [ 124 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 12849 | 2024.11.27 18:42:44.717204 [ 195 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::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 | ||
| 12850 | 2024.11.27 18:42:44.734275 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 498 | ||
| 12851 | 2024.11.27 18:42:44.735595 [ 195 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12852 | 2024.11.27 18:42:44.737260 [ 195 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 460 rows starting from the beginning of the part | ||
| 12853 | 2024.11.27 18:42:44.743233 [ 195 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 8 rows starting from the beginning of the part | ||
| 12854 | 2024.11.27 18:42:44.749151 [ 195 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 7 rows starting from the beginning of the part | ||
| 12855 | 2024.11.27 18:42:44.754949 [ 195 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 8 rows starting from the beginning of the part | ||
| 12856 | 2024.11.27 18:42:44.761631 [ 195 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 7 rows starting from the beginning of the part | ||
| 12857 | 2024.11.27 18:42:44.766622 [ 195 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 8 rows starting from the beginning of the part | ||
| 12858 | 2024.11.27 18:42:44.832977 [ 190 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 498 rows, containing 679 columns (679 merged, 0 gathered) in 0.115972488 sec., 4294.121895530947 rows/sec., 22.20 MiB/sec. | ||
| 12859 | 2024.11.27 18:42:44.836464 [ 190 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 12860 | 2024.11.27 18:42:44.839483 [ 190 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_66_13} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12861 | 2024.11.27 18:42:44.839622 [ 190 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_66_13} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 12862 | 2024.11.27 18:42:44.841984 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 14.29 MiB. | ||
| 12863 | 2024.11.27 18:42:47.683391 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1802 | ||
| 12864 | 2024.11.27 18:42:47.686898 [ 242 ] {} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12865 | 2024.11.27 18:42:47.686964 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 12866 | 2024.11.27 18:42:47.688495 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 12867 | 2024.11.27 18:42:47.688822 [ 242 ] {} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12868 | 2024.11.27 18:42:47.689473 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1802 | ||
| 12869 | 2024.11.27 18:42:48.066854 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12870 | 2024.11.27 18:42:48.067078 [ 253 ] {33b8cb75-b86c-45ef-865d-e1c2b1ee833b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 12871 | 2024.11.27 18:42:48.067165 [ 253 ] {33b8cb75-b86c-45ef-865d-e1c2b1ee833b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 12872 | 2024.11.27 18:42:48.068018 [ 253 ] {33b8cb75-b86c-45ef-865d-e1c2b1ee833b} <Trace> oximeter.fields_ipaddr (53955b2a-eb56-41e3-a1fe-af6ea47fe91e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12873 | 2024.11.27 18:42:48.068073 [ 253 ] {33b8cb75-b86c-45ef-865d-e1c2b1ee833b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 12874 | 2024.11.27 18:42:48.068526 [ 253 ] {33b8cb75-b86c-45ef-865d-e1c2b1ee833b} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 12875 | 2024.11.27 18:42:48.068793 [ 253 ] {33b8cb75-b86c-45ef-865d-e1c2b1ee833b} <Trace> oximeter.fields_ipaddr (53955b2a-eb56-41e3-a1fe-af6ea47fe91e): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12876 | 2024.11.27 18:42:48.069061 [ 253 ] {33b8cb75-b86c-45ef-865d-e1c2b1ee833b} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.002034 sec., 3933.1366764995087 rows/sec., 320.72 KiB/sec. | ||
| 12877 | 2024.11.27 18:42:48.069324 [ 253 ] {33b8cb75-b86c-45ef-865d-e1c2b1ee833b} <Debug> TCPHandler: Processed in 0.002606519 sec. | ||
| 12878 | 2024.11.27 18:42:48.069704 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12879 | 2024.11.27 18:42:48.069984 [ 254 ] {70d6ec82-bf65-4157-aff6-422a8063f4e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12880 | 2024.11.27 18:42:48.070056 [ 254 ] {70d6ec82-bf65-4157-aff6-422a8063f4e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12881 | 2024.11.27 18:42:48.071466 [ 254 ] {70d6ec82-bf65-4157-aff6-422a8063f4e0} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12882 | 2024.11.27 18:42:48.071514 [ 254 ] {70d6ec82-bf65-4157-aff6-422a8063f4e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 12883 | 2024.11.27 18:42:48.072026 [ 254 ] {70d6ec82-bf65-4157-aff6-422a8063f4e0} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 12884 | 2024.11.27 18:42:48.072283 [ 254 ] {70d6ec82-bf65-4157-aff6-422a8063f4e0} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12885 | 2024.11.27 18:42:48.072549 [ 254 ] {70d6ec82-bf65-4157-aff6-422a8063f4e0} <Debug> executeQuery: Read 1232 rows, 103.81 KiB in 0.00261 sec., 472030.6513409962 rows/sec., 38.84 MiB/sec. | ||
| 12886 | 2024.11.27 18:42:48.072650 [ 254 ] {70d6ec82-bf65-4157-aff6-422a8063f4e0} <Debug> TCPHandler: Processed in 0.003174447 sec. | ||
| 12887 | 2024.11.27 18:42:48.073008 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12888 | 2024.11.27 18:42:48.073371 [ 253 ] {ef5bc487-5126-49db-96f9-173ddea56b29} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 12889 | 2024.11.27 18:42:48.073469 [ 253 ] {ef5bc487-5126-49db-96f9-173ddea56b29} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 12890 | 2024.11.27 18:42:48.074212 [ 253 ] {ef5bc487-5126-49db-96f9-173ddea56b29} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12891 | 2024.11.27 18:42:48.074252 [ 253 ] {ef5bc487-5126-49db-96f9-173ddea56b29} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 12892 | 2024.11.27 18:42:48.074638 [ 253 ] {ef5bc487-5126-49db-96f9-173ddea56b29} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 12893 | 2024.11.27 18:42:48.074886 [ 253 ] {ef5bc487-5126-49db-96f9-173ddea56b29} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12894 | 2024.11.27 18:42:48.075030 [ 121 ] {} <Debug> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c) (MergerMutator): Selected 6 parts from all_1_85_17 to all_90_90_0 | ||
| 12895 | 2024.11.27 18:42:48.075075 [ 253 ] {ef5bc487-5126-49db-96f9-173ddea56b29} <Debug> executeQuery: Read 24 rows, 1.76 KiB in 0.001778 sec., 13498.312710911136 rows/sec., 990.84 KiB/sec. | ||
| 12896 | 2024.11.27 18:42:48.075079 [ 121 ] {} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12897 | 2024.11.27 18:42:48.075131 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 12898 | 2024.11.27 18:42:48.075156 [ 253 ] {ef5bc487-5126-49db-96f9-173ddea56b29} <Debug> TCPHandler: Processed in 0.002350595 sec. | ||
| 12899 | 2024.11.27 18:42:48.075278 [ 198 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::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 | ||
| 12900 | 2024.11.27 18:42:48.075331 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12901 | 2024.11.27 18:42:48.075514 [ 198 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_90_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12902 | 2024.11.27 18:42:48.075567 [ 254 ] {5e484eff-94e3-478b-af98-7186ce677c62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 12903 | 2024.11.27 18:42:48.075590 [ 198 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_90_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_85_17, total 66 rows starting from the beginning of the part | ||
| 12904 | 2024.11.27 18:42:48.075672 [ 254 ] {5e484eff-94e3-478b-af98-7186ce677c62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 12905 | 2024.11.27 18:42:48.075758 [ 198 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_90_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_86_86_0, total 16 rows starting from the beginning of the part | ||
| 12906 | 2024.11.27 18:42:48.076185 [ 198 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_90_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 32 rows starting from the beginning of the part | ||
| 12907 | 2024.11.27 18:42:48.076568 [ 198 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_90_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 16 rows starting from the beginning of the part | ||
| 12908 | 2024.11.27 18:42:48.077171 [ 198 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_90_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 32 rows starting from the beginning of the part | ||
| 12909 | 2024.11.27 18:42:48.077582 [ 198 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_90_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 24 rows starting from the beginning of the part | ||
| 12910 | 2024.11.27 18:42:48.078635 [ 254 ] {5e484eff-94e3-478b-af98-7186ce677c62} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12911 | 2024.11.27 18:42:48.078711 [ 254 ] {5e484eff-94e3-478b-af98-7186ce677c62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 12912 | 2024.11.27 18:42:48.079745 [ 254 ] {5e484eff-94e3-478b-af98-7186ce677c62} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 12913 | 2024.11.27 18:42:48.080127 [ 198 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_90_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 186 rows, containing 5 columns (5 merged, 0 gathered) in 0.004922803 sec., 37783.35228933598 rows/sec., 2.85 MiB/sec. | ||
| 12914 | 2024.11.27 18:42:48.080291 [ 254 ] {5e484eff-94e3-478b-af98-7186ce677c62} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12915 | 2024.11.27 18:42:48.080337 [ 198 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_90_18} <Trace> MergedBlockOutputStream: filled checksums all_1_90_18 (state Temporary) | ||
| 12916 | 2024.11.27 18:42:48.080717 [ 254 ] {5e484eff-94e3-478b-af98-7186ce677c62} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.005218 sec., 43694.902261402836 rows/sec., 2.96 MiB/sec. | ||
| 12917 | 2024.11.27 18:42:48.080873 [ 254 ] {5e484eff-94e3-478b-af98-7186ce677c62} <Debug> TCPHandler: Processed in 0.005612653 sec. | ||
| 12918 | 2024.11.27 18:42:48.080916 [ 198 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_90_18} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Renaming temporary part tmp_merge_all_1_90_18 to all_1_90_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12919 | 2024.11.27 18:42:48.081042 [ 198 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_90_18} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c) (MergerMutator): Merged 6 parts: [all_1_85_17, all_90_90_0] -> all_1_90_18 | ||
| 12920 | 2024.11.27 18:42:48.081102 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12921 | 2024.11.27 18:42:48.081138 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 12922 | 2024.11.27 18:42:48.081252 [ 253 ] {f5b11b6a-81ae-40d3-8df8-9169867b5804} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 12923 | 2024.11.27 18:42:48.081311 [ 253 ] {f5b11b6a-81ae-40d3-8df8-9169867b5804} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 12924 | 2024.11.27 18:42:48.082154 [ 253 ] {f5b11b6a-81ae-40d3-8df8-9169867b5804} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12925 | 2024.11.27 18:42:48.082192 [ 253 ] {f5b11b6a-81ae-40d3-8df8-9169867b5804} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 12926 | 2024.11.27 18:42:48.082592 [ 253 ] {f5b11b6a-81ae-40d3-8df8-9169867b5804} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 12927 | 2024.11.27 18:42:48.082838 [ 253 ] {f5b11b6a-81ae-40d3-8df8-9169867b5804} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12928 | 2024.11.27 18:42:48.083024 [ 253 ] {f5b11b6a-81ae-40d3-8df8-9169867b5804} <Debug> executeQuery: Read 544 rows, 41.34 KiB in 0.001806 sec., 301218.1616832779 rows/sec., 22.35 MiB/sec. | ||
| 12929 | 2024.11.27 18:42:48.083077 [ 253 ] {f5b11b6a-81ae-40d3-8df8-9169867b5804} <Debug> TCPHandler: Processed in 0.002055221 sec. | ||
| 12930 | 2024.11.27 18:42:48.083219 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12931 | 2024.11.27 18:42:48.083337 [ 254 ] {5bd5e449-ae69-485d-8bd9-1c59eb716620} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 12932 | 2024.11.27 18:42:48.083392 [ 254 ] {5bd5e449-ae69-485d-8bd9-1c59eb716620} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 12933 | 2024.11.27 18:42:48.084220 [ 254 ] {5bd5e449-ae69-485d-8bd9-1c59eb716620} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12934 | 2024.11.27 18:42:48.084260 [ 254 ] {5bd5e449-ae69-485d-8bd9-1c59eb716620} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 12935 | 2024.11.27 18:42:48.084720 [ 254 ] {5bd5e449-ae69-485d-8bd9-1c59eb716620} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 12936 | 2024.11.27 18:42:48.084973 [ 254 ] {5bd5e449-ae69-485d-8bd9-1c59eb716620} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12937 | 2024.11.27 18:42:48.085186 [ 254 ] {5bd5e449-ae69-485d-8bd9-1c59eb716620} <Debug> executeQuery: Read 884 rows, 60.91 KiB in 0.001875 sec., 471466.6666666667 rows/sec., 31.72 MiB/sec. | ||
| 12938 | 2024.11.27 18:42:48.085245 [ 254 ] {5bd5e449-ae69-485d-8bd9-1c59eb716620} <Debug> TCPHandler: Processed in 0.002084141 sec. | ||
| 12939 | 2024.11.27 18:42:48.085385 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12940 | 2024.11.27 18:42:48.085505 [ 253 ] {6c72629a-efdf-41ad-aca2-6eb18f672ab9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 12941 | 2024.11.27 18:42:48.085589 [ 253 ] {6c72629a-efdf-41ad-aca2-6eb18f672ab9} <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 | ||
| 12942 | 2024.11.27 18:42:48.086866 [ 253 ] {6c72629a-efdf-41ad-aca2-6eb18f672ab9} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12943 | 2024.11.27 18:42:48.086904 [ 253 ] {6c72629a-efdf-41ad-aca2-6eb18f672ab9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 12944 | 2024.11.27 18:42:48.087548 [ 253 ] {6c72629a-efdf-41ad-aca2-6eb18f672ab9} <Trace> MergedBlockOutputStream: filled checksums all_90_90_0 (state Temporary) | ||
| 12945 | 2024.11.27 18:42:48.087813 [ 253 ] {6c72629a-efdf-41ad-aca2-6eb18f672ab9} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Renaming temporary part tmp_insert_all_90_90_0 to all_90_90_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12946 | 2024.11.27 18:42:48.088019 [ 253 ] {6c72629a-efdf-41ad-aca2-6eb18f672ab9} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002542 sec., 6294.256490952006 rows/sec., 11.28 MiB/sec. | ||
| 12947 | 2024.11.27 18:42:48.088124 [ 253 ] {6c72629a-efdf-41ad-aca2-6eb18f672ab9} <Debug> TCPHandler: Processed in 0.002792952 sec. | ||
| 12948 | 2024.11.27 18:42:48.088268 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12949 | 2024.11.27 18:42:48.088384 [ 254 ] {6550161d-e3d1-406f-accd-6eac99f11d43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 12950 | 2024.11.27 18:42:48.088437 [ 254 ] {6550161d-e3d1-406f-accd-6eac99f11d43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 12951 | 2024.11.27 18:42:48.088932 [ 254 ] {6550161d-e3d1-406f-accd-6eac99f11d43} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12952 | 2024.11.27 18:42:48.088972 [ 254 ] {6550161d-e3d1-406f-accd-6eac99f11d43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 12953 | 2024.11.27 18:42:48.089336 [ 254 ] {6550161d-e3d1-406f-accd-6eac99f11d43} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 12954 | 2024.11.27 18:42:48.089564 [ 254 ] {6550161d-e3d1-406f-accd-6eac99f11d43} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12955 | 2024.11.27 18:42:48.089808 [ 254 ] {6550161d-e3d1-406f-accd-6eac99f11d43} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001444 sec., 41551.246537396124 rows/sec., 2.80 MiB/sec. | ||
| 12956 | 2024.11.27 18:42:48.089868 [ 254 ] {6550161d-e3d1-406f-accd-6eac99f11d43} <Debug> TCPHandler: Processed in 0.001657154 sec. | ||
| 12957 | 2024.11.27 18:42:50.009662 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 30744 | ||
| 12958 | 2024.11.27 18:42:50.010316 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12959 | 2024.11.27 18:42:50.010366 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 12960 | 2024.11.27 18:42:50.010969 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 12961 | 2024.11.27 18:42:50.011278 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12962 | 2024.11.27 18:42:50.011573 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 30744 | ||
| 12963 | 2024.11.27 18:42:52.234390 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 505 | ||
| 12964 | 2024.11.27 18:42:52.253076 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12965 | 2024.11.27 18:42:52.253133 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 12966 | 2024.11.27 18:42:52.259990 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 12967 | 2024.11.27 18:42:52.260729 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12968 | 2024.11.27 18:42:52.263831 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 505 | ||
| 12969 | 2024.11.27 18:42:53.044386 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12970 | 2024.11.27 18:42:53.044598 [ 253 ] {6061203e-7250-43e8-b087-d93538576c36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 12971 | 2024.11.27 18:42:53.044680 [ 253 ] {6061203e-7250-43e8-b087-d93538576c36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 12972 | 2024.11.27 18:42:53.045484 [ 253 ] {6061203e-7250-43e8-b087-d93538576c36} <Trace> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12973 | 2024.11.27 18:42:53.045532 [ 253 ] {6061203e-7250-43e8-b087-d93538576c36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 12974 | 2024.11.27 18:42:53.045978 [ 253 ] {6061203e-7250-43e8-b087-d93538576c36} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 12975 | 2024.11.27 18:42:53.046241 [ 253 ] {6061203e-7250-43e8-b087-d93538576c36} <Trace> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12976 | 2024.11.27 18:42:53.046460 [ 115 ] {} <Debug> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb) (MergerMutator): Selected 5 parts from all_1_38_9 to all_42_42_0 | ||
| 12977 | 2024.11.27 18:42:53.046490 [ 253 ] {6061203e-7250-43e8-b087-d93538576c36} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001944 sec., 7201.6460905349795 rows/sec., 518.42 KiB/sec. | ||
| 12978 | 2024.11.27 18:42:53.046593 [ 115 ] {} <Trace> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12979 | 2024.11.27 18:42:53.046658 [ 253 ] {6061203e-7250-43e8-b087-d93538576c36} <Debug> TCPHandler: Processed in 0.002411466 sec. | ||
| 12980 | 2024.11.27 18:42:53.046681 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 12981 | 2024.11.27 18:42:53.046880 [ 188 ] {17effacc-4e38-4bb0-b3f7-e2a659fcc7fb::all_1_42_10} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_38_9 to all_42_42_0 into Compact with storage Full | ||
| 12982 | 2024.11.27 18:42:53.046946 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 12983 | 2024.11.27 18:42:53.047114 [ 188 ] {17effacc-4e38-4bb0-b3f7-e2a659fcc7fb::all_1_42_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 12984 | 2024.11.27 18:42:53.047183 [ 188 ] {17effacc-4e38-4bb0-b3f7-e2a659fcc7fb::all_1_42_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_38_9, total 14 rows starting from the beginning of the part | ||
| 12985 | 2024.11.27 18:42:53.047214 [ 254 ] {cecf53de-d74a-4198-95d8-de4f8f9aa2b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 12986 | 2024.11.27 18:42:53.047348 [ 254 ] {cecf53de-d74a-4198-95d8-de4f8f9aa2b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 12987 | 2024.11.27 18:42:53.047424 [ 188 ] {17effacc-4e38-4bb0-b3f7-e2a659fcc7fb::all_1_42_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 14 rows starting from the beginning of the part | ||
| 12988 | 2024.11.27 18:42:53.047787 [ 188 ] {17effacc-4e38-4bb0-b3f7-e2a659fcc7fb::all_1_42_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 14 rows starting from the beginning of the part | ||
| 12989 | 2024.11.27 18:42:53.048062 [ 188 ] {17effacc-4e38-4bb0-b3f7-e2a659fcc7fb::all_1_42_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 14 rows starting from the beginning of the part | ||
| 12990 | 2024.11.27 18:42:53.048406 [ 188 ] {17effacc-4e38-4bb0-b3f7-e2a659fcc7fb::all_1_42_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 14 rows starting from the beginning of the part | ||
| 12991 | 2024.11.27 18:42:53.050583 [ 254 ] {cecf53de-d74a-4198-95d8-de4f8f9aa2b9} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 12992 | 2024.11.27 18:42:53.050682 [ 254 ] {cecf53de-d74a-4198-95d8-de4f8f9aa2b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 12993 | 2024.11.27 18:42:53.050860 [ 188 ] {17effacc-4e38-4bb0-b3f7-e2a659fcc7fb::all_1_42_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004040479 sec., 17324.678583900575 rows/sec., 1.28 MiB/sec. | ||
| 12994 | 2024.11.27 18:42:53.051074 [ 200 ] {17effacc-4e38-4bb0-b3f7-e2a659fcc7fb::all_1_42_10} <Trace> MergedBlockOutputStream: filled checksums all_1_42_10 (state Temporary) | ||
| 12995 | 2024.11.27 18:42:53.051510 [ 254 ] {cecf53de-d74a-4198-95d8-de4f8f9aa2b9} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 12996 | 2024.11.27 18:42:53.051685 [ 200 ] {17effacc-4e38-4bb0-b3f7-e2a659fcc7fb::all_1_42_10} <Trace> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb): Renaming temporary part tmp_merge_all_1_42_10 to all_1_42_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 12997 | 2024.11.27 18:42:53.051837 [ 200 ] {17effacc-4e38-4bb0-b3f7-e2a659fcc7fb::all_1_42_10} <Trace> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb) (MergerMutator): Merged 5 parts: [all_1_38_9, all_42_42_0] -> all_1_42_10 | ||
| 12998 | 2024.11.27 18:42:53.052009 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 12999 | 2024.11.27 18:42:53.052019 [ 254 ] {cecf53de-d74a-4198-95d8-de4f8f9aa2b9} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13000 | 2024.11.27 18:42:53.052304 [ 254 ] {cecf53de-d74a-4198-95d8-de4f8f9aa2b9} <Debug> executeQuery: Read 253 rows, 22.72 KiB in 0.005164 sec., 48993.028659953525 rows/sec., 4.30 MiB/sec. | ||
| 13001 | 2024.11.27 18:42:53.052427 [ 254 ] {cecf53de-d74a-4198-95d8-de4f8f9aa2b9} <Debug> TCPHandler: Processed in 0.005635144 sec. | ||
| 13002 | 2024.11.27 18:42:53.052627 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13003 | 2024.11.27 18:42:53.052787 [ 253 ] {48f2916c-f7fe-4ef3-8070-a1f95ff43929} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13004 | 2024.11.27 18:42:53.052847 [ 253 ] {48f2916c-f7fe-4ef3-8070-a1f95ff43929} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13005 | 2024.11.27 18:42:53.053564 [ 253 ] {48f2916c-f7fe-4ef3-8070-a1f95ff43929} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13006 | 2024.11.27 18:42:53.053612 [ 253 ] {48f2916c-f7fe-4ef3-8070-a1f95ff43929} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13007 | 2024.11.27 18:42:53.054016 [ 253 ] {48f2916c-f7fe-4ef3-8070-a1f95ff43929} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 13008 | 2024.11.27 18:42:53.054258 [ 253 ] {48f2916c-f7fe-4ef3-8070-a1f95ff43929} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13009 | 2024.11.27 18:42:53.054482 [ 253 ] {48f2916c-f7fe-4ef3-8070-a1f95ff43929} <Debug> executeQuery: Read 32 rows, 2.34 KiB in 0.001723 sec., 18572.25769007545 rows/sec., 1.32 MiB/sec. | ||
| 13010 | 2024.11.27 18:42:53.054542 [ 253 ] {48f2916c-f7fe-4ef3-8070-a1f95ff43929} <Debug> TCPHandler: Processed in 0.00200967 sec. | ||
| 13011 | 2024.11.27 18:42:53.054753 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13012 | 2024.11.27 18:42:53.054942 [ 254 ] {a030b5e8-674c-4769-ac75-27a1769548f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 13013 | 2024.11.27 18:42:53.054994 [ 254 ] {a030b5e8-674c-4769-ac75-27a1769548f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 13014 | 2024.11.27 18:42:53.055610 [ 254 ] {a030b5e8-674c-4769-ac75-27a1769548f0} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13015 | 2024.11.27 18:42:53.055656 [ 254 ] {a030b5e8-674c-4769-ac75-27a1769548f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13016 | 2024.11.27 18:42:53.056015 [ 254 ] {a030b5e8-674c-4769-ac75-27a1769548f0} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 13017 | 2024.11.27 18:42:53.056255 [ 254 ] {a030b5e8-674c-4769-ac75-27a1769548f0} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13018 | 2024.11.27 18:42:53.056465 [ 254 ] {a030b5e8-674c-4769-ac75-27a1769548f0} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001555 sec., 9003.215434083602 rows/sec., 630.53 KiB/sec. | ||
| 13019 | 2024.11.27 18:42:53.056516 [ 254 ] {a030b5e8-674c-4769-ac75-27a1769548f0} <Debug> TCPHandler: Processed in 0.001885688 sec. | ||
| 13020 | 2024.11.27 18:42:53.056677 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13021 | 2024.11.27 18:42:53.056810 [ 253 ] {f2fa6edb-422c-41b2-9178-9a5678170495} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 13022 | 2024.11.27 18:42:53.056869 [ 253 ] {f2fa6edb-422c-41b2-9178-9a5678170495} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 13023 | 2024.11.27 18:42:53.057549 [ 253 ] {f2fa6edb-422c-41b2-9178-9a5678170495} <Trace> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13024 | 2024.11.27 18:42:53.057596 [ 253 ] {f2fa6edb-422c-41b2-9178-9a5678170495} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13025 | 2024.11.27 18:42:53.057983 [ 253 ] {f2fa6edb-422c-41b2-9178-9a5678170495} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 13026 | 2024.11.27 18:42:53.058217 [ 253 ] {f2fa6edb-422c-41b2-9178-9a5678170495} <Trace> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13027 | 2024.11.27 18:42:53.058415 [ 115 ] {} <Debug> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297) (MergerMutator): Selected 5 parts from all_1_38_9 to all_42_42_0 | ||
| 13028 | 2024.11.27 18:42:53.058479 [ 115 ] {} <Trace> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13029 | 2024.11.27 18:42:53.058494 [ 253 ] {f2fa6edb-422c-41b2-9178-9a5678170495} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001704 sec., 7629.107981220657 rows/sec., 475.67 KiB/sec. | ||
| 13030 | 2024.11.27 18:42:53.058518 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13031 | 2024.11.27 18:42:53.058692 [ 253 ] {f2fa6edb-422c-41b2-9178-9a5678170495} <Debug> TCPHandler: Processed in 0.002066461 sec. | ||
| 13032 | 2024.11.27 18:42:53.059036 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13033 | 2024.11.27 18:42:53.059238 [ 200 ] {570c97a2-0b60-44ce-bbb0-1d06000f2297::all_1_42_10} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_38_9 to all_42_42_0 into Compact with storage Full | ||
| 13034 | 2024.11.27 18:42:53.059436 [ 254 ] {a95d5c3a-69e0-4d86-a135-d546adab1b50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13035 | 2024.11.27 18:42:53.059637 [ 254 ] {a95d5c3a-69e0-4d86-a135-d546adab1b50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13036 | 2024.11.27 18:42:53.059803 [ 200 ] {570c97a2-0b60-44ce-bbb0-1d06000f2297::all_1_42_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13037 | 2024.11.27 18:42:53.059924 [ 200 ] {570c97a2-0b60-44ce-bbb0-1d06000f2297::all_1_42_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_38_9, total 13 rows starting from the beginning of the part | ||
| 13038 | 2024.11.27 18:42:53.060296 [ 200 ] {570c97a2-0b60-44ce-bbb0-1d06000f2297::all_1_42_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 13 rows starting from the beginning of the part | ||
| 13039 | 2024.11.27 18:42:53.060643 [ 200 ] {570c97a2-0b60-44ce-bbb0-1d06000f2297::all_1_42_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 13 rows starting from the beginning of the part | ||
| 13040 | 2024.11.27 18:42:53.061046 [ 200 ] {570c97a2-0b60-44ce-bbb0-1d06000f2297::all_1_42_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 13 rows starting from the beginning of the part | ||
| 13041 | 2024.11.27 18:42:53.061440 [ 200 ] {570c97a2-0b60-44ce-bbb0-1d06000f2297::all_1_42_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 13 rows starting from the beginning of the part | ||
| 13042 | 2024.11.27 18:42:53.063003 [ 254 ] {a95d5c3a-69e0-4d86-a135-d546adab1b50} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13043 | 2024.11.27 18:42:53.063075 [ 254 ] {a95d5c3a-69e0-4d86-a135-d546adab1b50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13044 | 2024.11.27 18:42:53.063786 [ 187 ] {570c97a2-0b60-44ce-bbb0-1d06000f2297::all_1_42_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.005127356 sec., 12677.099074064685 rows/sec., 839.93 KiB/sec. | ||
| 13045 | 2024.11.27 18:42:53.063935 [ 254 ] {a95d5c3a-69e0-4d86-a135-d546adab1b50} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 13046 | 2024.11.27 18:42:53.064135 [ 189 ] {570c97a2-0b60-44ce-bbb0-1d06000f2297::all_1_42_10} <Trace> MergedBlockOutputStream: filled checksums all_1_42_10 (state Temporary) | ||
| 13047 | 2024.11.27 18:42:53.064409 [ 254 ] {a95d5c3a-69e0-4d86-a135-d546adab1b50} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13048 | 2024.11.27 18:42:53.064763 [ 254 ] {a95d5c3a-69e0-4d86-a135-d546adab1b50} <Debug> executeQuery: Read 407 rows, 29.68 KiB in 0.005485 sec., 74202.37010027347 rows/sec., 5.28 MiB/sec. | ||
| 13049 | 2024.11.27 18:42:53.064911 [ 254 ] {a95d5c3a-69e0-4d86-a135-d546adab1b50} <Debug> TCPHandler: Processed in 0.00606038 sec. | ||
| 13050 | 2024.11.27 18:42:53.065072 [ 189 ] {570c97a2-0b60-44ce-bbb0-1d06000f2297::all_1_42_10} <Trace> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297): Renaming temporary part tmp_merge_all_1_42_10 to all_1_42_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13051 | 2024.11.27 18:42:53.065170 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13052 | 2024.11.27 18:42:53.065224 [ 189 ] {570c97a2-0b60-44ce-bbb0-1d06000f2297::all_1_42_10} <Trace> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297) (MergerMutator): Merged 5 parts: [all_1_38_9, all_42_42_0] -> all_1_42_10 | ||
| 13053 | 2024.11.27 18:42:53.065427 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.22 MiB. | ||
| 13054 | 2024.11.27 18:42:53.065516 [ 253 ] {638c325a-f4af-4de4-acc4-f47d31bd8528} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 13055 | 2024.11.27 18:42:53.065615 [ 253 ] {638c325a-f4af-4de4-acc4-f47d31bd8528} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 13056 | 2024.11.27 18:42:53.066182 [ 253 ] {638c325a-f4af-4de4-acc4-f47d31bd8528} <Trace> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13057 | 2024.11.27 18:42:53.066221 [ 253 ] {638c325a-f4af-4de4-acc4-f47d31bd8528} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13058 | 2024.11.27 18:42:53.066597 [ 253 ] {638c325a-f4af-4de4-acc4-f47d31bd8528} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 13059 | 2024.11.27 18:42:53.066838 [ 253 ] {638c325a-f4af-4de4-acc4-f47d31bd8528} <Trace> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13060 | 2024.11.27 18:42:53.067049 [ 253 ] {638c325a-f4af-4de4-acc4-f47d31bd8528} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001611 sec., 3724.3947858472998 rows/sec., 194.59 KiB/sec. | ||
| 13061 | 2024.11.27 18:42:53.067099 [ 253 ] {638c325a-f4af-4de4-acc4-f47d31bd8528} <Debug> TCPHandler: Processed in 0.002083391 sec. | ||
| 13062 | 2024.11.27 18:42:53.067247 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13063 | 2024.11.27 18:42:53.067363 [ 254 ] {c219be3e-960e-467b-b497-eba50548b842} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13064 | 2024.11.27 18:42:53.067415 [ 254 ] {c219be3e-960e-467b-b497-eba50548b842} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13065 | 2024.11.27 18:42:53.068026 [ 254 ] {c219be3e-960e-467b-b497-eba50548b842} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13066 | 2024.11.27 18:42:53.068065 [ 254 ] {c219be3e-960e-467b-b497-eba50548b842} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13067 | 2024.11.27 18:42:53.068456 [ 254 ] {c219be3e-960e-467b-b497-eba50548b842} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 13068 | 2024.11.27 18:42:53.068698 [ 254 ] {c219be3e-960e-467b-b497-eba50548b842} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13069 | 2024.11.27 18:42:53.068928 [ 254 ] {c219be3e-960e-467b-b497-eba50548b842} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001577 sec., 150285.35193405199 rows/sec., 10.07 MiB/sec. | ||
| 13070 | 2024.11.27 18:42:53.068986 [ 254 ] {c219be3e-960e-467b-b497-eba50548b842} <Debug> TCPHandler: Processed in 0.001798526 sec. | ||
| 13071 | 2024.11.27 18:42:53.069177 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13072 | 2024.11.27 18:42:53.069353 [ 253 ] {e15b1fd3-a3d8-45b4-be37-3240732fcfd3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 13073 | 2024.11.27 18:42:53.069413 [ 253 ] {e15b1fd3-a3d8-45b4-be37-3240732fcfd3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 13074 | 2024.11.27 18:42:53.069934 [ 253 ] {e15b1fd3-a3d8-45b4-be37-3240732fcfd3} <Trace> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13075 | 2024.11.27 18:42:53.069972 [ 253 ] {e15b1fd3-a3d8-45b4-be37-3240732fcfd3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13076 | 2024.11.27 18:42:53.070334 [ 253 ] {e15b1fd3-a3d8-45b4-be37-3240732fcfd3} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 13077 | 2024.11.27 18:42:53.070582 [ 253 ] {e15b1fd3-a3d8-45b4-be37-3240732fcfd3} <Trace> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13078 | 2024.11.27 18:42:53.070817 [ 253 ] {e15b1fd3-a3d8-45b4-be37-3240732fcfd3} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.0015 sec., 666.6666666666666 rows/sec., 44.92 KiB/sec. | ||
| 13079 | 2024.11.27 18:42:53.070933 [ 253 ] {e15b1fd3-a3d8-45b4-be37-3240732fcfd3} <Debug> TCPHandler: Processed in 0.001848237 sec. | ||
| 13080 | 2024.11.27 18:42:53.071122 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13081 | 2024.11.27 18:42:53.071238 [ 254 ] {a1f14db5-a8bc-4569-9ae4-9bfa53714292} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13082 | 2024.11.27 18:42:53.071320 [ 254 ] {a1f14db5-a8bc-4569-9ae4-9bfa53714292} <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 | ||
| 13083 | 2024.11.27 18:42:53.072454 [ 254 ] {a1f14db5-a8bc-4569-9ae4-9bfa53714292} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13084 | 2024.11.27 18:42:53.072492 [ 254 ] {a1f14db5-a8bc-4569-9ae4-9bfa53714292} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13085 | 2024.11.27 18:42:53.073136 [ 254 ] {a1f14db5-a8bc-4569-9ae4-9bfa53714292} <Trace> MergedBlockOutputStream: filled checksums all_91_91_0 (state Temporary) | ||
| 13086 | 2024.11.27 18:42:53.073384 [ 254 ] {a1f14db5-a8bc-4569-9ae4-9bfa53714292} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Renaming temporary part tmp_insert_all_91_91_0 to all_91_91_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13087 | 2024.11.27 18:42:53.073577 [ 115 ] {} <Debug> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1) (MergerMutator): Selected 6 parts from all_1_86_17 to all_91_91_0 | ||
| 13088 | 2024.11.27 18:42:53.073642 [ 254 ] {a1f14db5-a8bc-4569-9ae4-9bfa53714292} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.002419 sec., 10334.849111202975 rows/sec., 18.52 MiB/sec. | ||
| 13089 | 2024.11.27 18:42:53.073652 [ 115 ] {} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13090 | 2024.11.27 18:42:53.073778 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13091 | 2024.11.27 18:42:53.073921 [ 254 ] {a1f14db5-a8bc-4569-9ae4-9bfa53714292} <Debug> TCPHandler: Processed in 0.002893013 sec. | ||
| 13092 | 2024.11.27 18:42:53.074379 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13093 | 2024.11.27 18:42:53.074469 [ 188 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::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 | ||
| 13094 | 2024.11.27 18:42:53.074938 [ 253 ] {9842d72b-750f-4896-803c-462ef7b1f3bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13095 | 2024.11.27 18:42:53.075114 [ 253 ] {9842d72b-750f-4896-803c-462ef7b1f3bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13096 | 2024.11.27 18:42:53.076742 [ 188 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_91_18} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13097 | 2024.11.27 18:42:53.076861 [ 188 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_86_17, total 1781 rows starting from the beginning of the part | ||
| 13098 | 2024.11.27 18:42:53.077774 [ 188 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_87_87_0, total 25 rows starting from the beginning of the part | ||
| 13099 | 2024.11.27 18:42:53.077892 [ 253 ] {9842d72b-750f-4896-803c-462ef7b1f3bf} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13100 | 2024.11.27 18:42:53.077977 [ 253 ] {9842d72b-750f-4896-803c-462ef7b1f3bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13101 | 2024.11.27 18:42:53.078443 [ 188 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_88_88_0, total 16 rows starting from the beginning of the part | ||
| 13102 | 2024.11.27 18:42:53.079084 [ 188 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_89_89_0, total 25 rows starting from the beginning of the part | ||
| 13103 | 2024.11.27 18:42:53.079416 [ 253 ] {9842d72b-750f-4896-803c-462ef7b1f3bf} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 13104 | 2024.11.27 18:42:53.079701 [ 188 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_90_90_0, total 16 rows starting from the beginning of the part | ||
| 13105 | 2024.11.27 18:42:53.080253 [ 253 ] {9842d72b-750f-4896-803c-462ef7b1f3bf} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13106 | 2024.11.27 18:42:53.080309 [ 188 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_91_18} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 25 rows starting from the beginning of the part | ||
| 13107 | 2024.11.27 18:42:53.081055 [ 253 ] {9842d72b-750f-4896-803c-462ef7b1f3bf} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.0062 sec., 13225.806451612903 rows/sec., 860.16 KiB/sec. | ||
| 13108 | 2024.11.27 18:42:53.081222 [ 253 ] {9842d72b-750f-4896-803c-462ef7b1f3bf} <Debug> TCPHandler: Processed in 0.007164296 sec. | ||
| 13109 | 2024.11.27 18:42:53.091364 [ 189 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_91_18} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1888 rows, containing 19 columns (19 merged, 0 gathered) in 0.017410728 sec., 108438.88894249569 rows/sec., 194.32 MiB/sec. | ||
| 13110 | 2024.11.27 18:42:53.093298 [ 189 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_91_18} <Trace> MergedBlockOutputStream: filled checksums all_1_91_18 (state Temporary) | ||
| 13111 | 2024.11.27 18:42:53.093778 [ 189 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_91_18} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Renaming temporary part tmp_merge_all_1_91_18 to all_1_91_18 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13112 | 2024.11.27 18:42:53.093879 [ 189 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_91_18} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1) (MergerMutator): Merged 6 parts: [all_1_86_17, all_91_91_0] -> all_1_91_18 | ||
| 13113 | 2024.11.27 18:42:53.094054 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.38 MiB. | ||
| 13114 | 2024.11.27 18:42:54.000170 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 257.45 MiB, peak 274.78 MiB, free memory in arenas 0.00 B, will set to 262.15 MiB (RSS), difference: 4.71 MiB | ||
| 13115 | 2024.11.27 18:42:57.319189 [ 108 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 13116 | 2024.11.27 18:42:57.319292 [ 108 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 13117 | 2024.11.27 18:42:57.511738 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 31171 | ||
| 13118 | 2024.11.27 18:42:57.512477 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13119 | 2024.11.27 18:42:57.512537 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13120 | 2024.11.27 18:42:57.513114 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 13121 | 2024.11.27 18:42:57.513374 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13122 | 2024.11.27 18:42:57.513622 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 31171 | ||
| 13123 | 2024.11.27 18:42:57.689765 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 1840 | ||
| 13124 | 2024.11.27 18:42:57.693128 [ 242 ] {} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13125 | 2024.11.27 18:42:57.693192 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13126 | 2024.11.27 18:42:57.694721 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 13127 | 2024.11.27 18:42:57.695086 [ 242 ] {} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13128 | 2024.11.27 18:42:57.695778 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1840 | ||
| 13129 | 2024.11.27 18:42:58.039514 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13130 | 2024.11.27 18:42:58.039847 [ 253 ] {06aa721a-9dbe-4c9b-a7fa-2c2bd7bbcc28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13131 | 2024.11.27 18:42:58.039960 [ 253 ] {06aa721a-9dbe-4c9b-a7fa-2c2bd7bbcc28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13132 | 2024.11.27 18:42:58.040736 [ 253 ] {06aa721a-9dbe-4c9b-a7fa-2c2bd7bbcc28} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13133 | 2024.11.27 18:42:58.040788 [ 253 ] {06aa721a-9dbe-4c9b-a7fa-2c2bd7bbcc28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13134 | 2024.11.27 18:42:58.041238 [ 253 ] {06aa721a-9dbe-4c9b-a7fa-2c2bd7bbcc28} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 13135 | 2024.11.27 18:42:58.041494 [ 253 ] {06aa721a-9dbe-4c9b-a7fa-2c2bd7bbcc28} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13136 | 2024.11.27 18:42:58.041740 [ 253 ] {06aa721a-9dbe-4c9b-a7fa-2c2bd7bbcc28} <Debug> executeQuery: Read 88 rows, 7.40 KiB in 0.001988 sec., 44265.59356136821 rows/sec., 3.64 MiB/sec. | ||
| 13137 | 2024.11.27 18:42:58.041792 [ 253 ] {06aa721a-9dbe-4c9b-a7fa-2c2bd7bbcc28} <Debug> TCPHandler: Processed in 0.002483037 sec. | ||
| 13138 | 2024.11.27 18:42:58.042016 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13139 | 2024.11.27 18:42:58.042198 [ 254 ] {d6cf4d81-e6fe-4f24-89be-6c13c48aa36c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13140 | 2024.11.27 18:42:58.042267 [ 254 ] {d6cf4d81-e6fe-4f24-89be-6c13c48aa36c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13141 | 2024.11.27 18:42:58.043060 [ 254 ] {d6cf4d81-e6fe-4f24-89be-6c13c48aa36c} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13142 | 2024.11.27 18:42:58.043114 [ 254 ] {d6cf4d81-e6fe-4f24-89be-6c13c48aa36c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13143 | 2024.11.27 18:42:58.043562 [ 254 ] {d6cf4d81-e6fe-4f24-89be-6c13c48aa36c} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 13144 | 2024.11.27 18:42:58.043825 [ 254 ] {d6cf4d81-e6fe-4f24-89be-6c13c48aa36c} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13145 | 2024.11.27 18:42:58.044061 [ 254 ] {d6cf4d81-e6fe-4f24-89be-6c13c48aa36c} <Debug> executeQuery: Read 16 rows, 1.20 KiB in 0.001879 sec., 8515.16764236296 rows/sec., 640.30 KiB/sec. | ||
| 13146 | 2024.11.27 18:42:58.044132 [ 254 ] {d6cf4d81-e6fe-4f24-89be-6c13c48aa36c} <Debug> TCPHandler: Processed in 0.002219282 sec. | ||
| 13147 | 2024.11.27 18:42:58.044284 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13148 | 2024.11.27 18:42:58.044403 [ 253 ] {dc024511-156e-4993-a6e6-49200766e011} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13149 | 2024.11.27 18:42:58.044452 [ 253 ] {dc024511-156e-4993-a6e6-49200766e011} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13150 | 2024.11.27 18:42:58.045095 [ 253 ] {dc024511-156e-4993-a6e6-49200766e011} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13151 | 2024.11.27 18:42:58.045135 [ 253 ] {dc024511-156e-4993-a6e6-49200766e011} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13152 | 2024.11.27 18:42:58.045503 [ 253 ] {dc024511-156e-4993-a6e6-49200766e011} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 13153 | 2024.11.27 18:42:58.045756 [ 253 ] {dc024511-156e-4993-a6e6-49200766e011} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13154 | 2024.11.27 18:42:58.045985 [ 253 ] {dc024511-156e-4993-a6e6-49200766e011} <Debug> executeQuery: Read 80 rows, 6.40 KiB in 0.001606 sec., 49813.200498132006 rows/sec., 3.89 MiB/sec. | ||
| 13155 | 2024.11.27 18:42:58.046037 [ 253 ] {dc024511-156e-4993-a6e6-49200766e011} <Debug> TCPHandler: Processed in 0.001811867 sec. | ||
| 13156 | 2024.11.27 18:42:58.046197 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13157 | 2024.11.27 18:42:58.046325 [ 254 ] {ce4ab774-1811-451d-aa19-5c03dd21d75c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13158 | 2024.11.27 18:42:58.046384 [ 254 ] {ce4ab774-1811-451d-aa19-5c03dd21d75c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13159 | 2024.11.27 18:42:58.047008 [ 254 ] {ce4ab774-1811-451d-aa19-5c03dd21d75c} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13160 | 2024.11.27 18:42:58.047050 [ 254 ] {ce4ab774-1811-451d-aa19-5c03dd21d75c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13161 | 2024.11.27 18:42:58.047468 [ 254 ] {ce4ab774-1811-451d-aa19-5c03dd21d75c} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 13162 | 2024.11.27 18:42:58.047728 [ 254 ] {ce4ab774-1811-451d-aa19-5c03dd21d75c} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13163 | 2024.11.27 18:42:58.047948 [ 254 ] {ce4ab774-1811-451d-aa19-5c03dd21d75c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001654 sec., 96735.18742442563 rows/sec., 6.74 MiB/sec. | ||
| 13164 | 2024.11.27 18:42:58.048005 [ 254 ] {ce4ab774-1811-451d-aa19-5c03dd21d75c} <Debug> TCPHandler: Processed in 0.001866898 sec. | ||
| 13165 | 2024.11.27 18:42:58.048171 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13166 | 2024.11.27 18:42:58.048309 [ 253 ] {e4115f1c-fad1-4ff6-ac41-6a14b3b13386} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13167 | 2024.11.27 18:42:58.048404 [ 253 ] {e4115f1c-fad1-4ff6-ac41-6a14b3b13386} <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 | ||
| 13168 | 2024.11.27 18:42:58.049623 [ 253 ] {e4115f1c-fad1-4ff6-ac41-6a14b3b13386} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13169 | 2024.11.27 18:42:58.049662 [ 253 ] {e4115f1c-fad1-4ff6-ac41-6a14b3b13386} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13170 | 2024.11.27 18:42:58.050293 [ 253 ] {e4115f1c-fad1-4ff6-ac41-6a14b3b13386} <Trace> MergedBlockOutputStream: filled checksums all_92_92_0 (state Temporary) | ||
| 13171 | 2024.11.27 18:42:58.050550 [ 253 ] {e4115f1c-fad1-4ff6-ac41-6a14b3b13386} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Renaming temporary part tmp_insert_all_92_92_0 to all_92_92_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13172 | 2024.11.27 18:42:58.050805 [ 253 ] {e4115f1c-fad1-4ff6-ac41-6a14b3b13386} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002525 sec., 6336.633663366337 rows/sec., 11.35 MiB/sec. | ||
| 13173 | 2024.11.27 18:42:58.050911 [ 253 ] {e4115f1c-fad1-4ff6-ac41-6a14b3b13386} <Debug> TCPHandler: Processed in 0.002805922 sec. | ||
| 13174 | 2024.11.27 18:42:58.051157 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13175 | 2024.11.27 18:42:58.051396 [ 254 ] {4f2118b9-536f-494f-bb60-98b6447e41c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13176 | 2024.11.27 18:42:58.051458 [ 254 ] {4f2118b9-536f-494f-bb60-98b6447e41c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13177 | 2024.11.27 18:42:58.052037 [ 254 ] {4f2118b9-536f-494f-bb60-98b6447e41c0} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13178 | 2024.11.27 18:42:58.052077 [ 254 ] {4f2118b9-536f-494f-bb60-98b6447e41c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13179 | 2024.11.27 18:42:58.052452 [ 254 ] {4f2118b9-536f-494f-bb60-98b6447e41c0} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 13180 | 2024.11.27 18:42:58.052690 [ 254 ] {4f2118b9-536f-494f-bb60-98b6447e41c0} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13181 | 2024.11.27 18:42:58.052934 [ 254 ] {4f2118b9-536f-494f-bb60-98b6447e41c0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001583 sec., 37902.71636133923 rows/sec., 2.55 MiB/sec. | ||
| 13182 | 2024.11.27 18:42:58.053026 [ 254 ] {4f2118b9-536f-494f-bb60-98b6447e41c0} <Debug> TCPHandler: Processed in 0.00201481 sec. | ||
| 13183 | 2024.11.27 18:42:59.763922 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 513 | ||
| 13184 | 2024.11.27 18:42:59.784732 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13185 | 2024.11.27 18:42:59.784796 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.50 GiB. | ||
| 13186 | 2024.11.27 18:42:59.792081 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 13187 | 2024.11.27 18:42:59.792875 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13188 | 2024.11.27 18:42:59.795712 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 513 | ||
| 13189 | 2024.11.27 18:43:03.044090 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13190 | 2024.11.27 18:43:03.044324 [ 253 ] {59cf9fdd-2a3f-469f-b1e0-ee17b86b1c10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 13191 | 2024.11.27 18:43:03.044407 [ 253 ] {59cf9fdd-2a3f-469f-b1e0-ee17b86b1c10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 13192 | 2024.11.27 18:43:03.045250 [ 253 ] {59cf9fdd-2a3f-469f-b1e0-ee17b86b1c10} <Trace> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13193 | 2024.11.27 18:43:03.045296 [ 253 ] {59cf9fdd-2a3f-469f-b1e0-ee17b86b1c10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 13194 | 2024.11.27 18:43:03.045742 [ 253 ] {59cf9fdd-2a3f-469f-b1e0-ee17b86b1c10} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 13195 | 2024.11.27 18:43:03.046001 [ 253 ] {59cf9fdd-2a3f-469f-b1e0-ee17b86b1c10} <Trace> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13196 | 2024.11.27 18:43:03.046240 [ 253 ] {59cf9fdd-2a3f-469f-b1e0-ee17b86b1c10} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001966 sec., 7121.057985757884 rows/sec., 512.62 KiB/sec. | ||
| 13197 | 2024.11.27 18:43:03.046372 [ 253 ] {59cf9fdd-2a3f-469f-b1e0-ee17b86b1c10} <Debug> TCPHandler: Processed in 0.002418146 sec. | ||
| 13198 | 2024.11.27 18:43:03.046690 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13199 | 2024.11.27 18:43:03.046898 [ 254 ] {b836d3e6-7f84-4b51-95c0-8bca315a35d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 13200 | 2024.11.27 18:43:03.046980 [ 254 ] {b836d3e6-7f84-4b51-95c0-8bca315a35d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 13201 | 2024.11.27 18:43:03.047718 [ 254 ] {b836d3e6-7f84-4b51-95c0-8bca315a35d4} <Trace> oximeter.fields_ipaddr (53955b2a-eb56-41e3-a1fe-af6ea47fe91e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13202 | 2024.11.27 18:43:03.047765 [ 254 ] {b836d3e6-7f84-4b51-95c0-8bca315a35d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 13203 | 2024.11.27 18:43:03.048206 [ 254 ] {b836d3e6-7f84-4b51-95c0-8bca315a35d4} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 13204 | 2024.11.27 18:43:03.048466 [ 254 ] {b836d3e6-7f84-4b51-95c0-8bca315a35d4} <Trace> oximeter.fields_ipaddr (53955b2a-eb56-41e3-a1fe-af6ea47fe91e): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13205 | 2024.11.27 18:43:03.048767 [ 254 ] {b836d3e6-7f84-4b51-95c0-8bca315a35d4} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.001918 sec., 4171.011470281544 rows/sec., 340.12 KiB/sec. | ||
| 13206 | 2024.11.27 18:43:03.049002 [ 254 ] {b836d3e6-7f84-4b51-95c0-8bca315a35d4} <Debug> TCPHandler: Processed in 0.002475836 sec. | ||
| 13207 | 2024.11.27 18:43:03.049191 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13208 | 2024.11.27 18:43:03.049345 [ 253 ] {573286e0-30ac-4b5a-bf19-bd73acb10a77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13209 | 2024.11.27 18:43:03.049409 [ 253 ] {573286e0-30ac-4b5a-bf19-bd73acb10a77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13210 | 2024.11.27 18:43:03.050194 [ 253 ] {573286e0-30ac-4b5a-bf19-bd73acb10a77} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13211 | 2024.11.27 18:43:03.050233 [ 253 ] {573286e0-30ac-4b5a-bf19-bd73acb10a77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 13212 | 2024.11.27 18:43:03.050635 [ 253 ] {573286e0-30ac-4b5a-bf19-bd73acb10a77} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 13213 | 2024.11.27 18:43:03.050887 [ 253 ] {573286e0-30ac-4b5a-bf19-bd73acb10a77} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13214 | 2024.11.27 18:43:03.051036 [ 61 ] {} <Debug> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 13215 | 2024.11.27 18:43:03.051080 [ 253 ] {573286e0-30ac-4b5a-bf19-bd73acb10a77} <Debug> executeQuery: Read 257 rows, 23.02 KiB in 0.001773 sec., 144952.0586576424 rows/sec., 12.68 MiB/sec. | ||
| 13216 | 2024.11.27 18:43:03.051080 [ 61 ] {} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13217 | 2024.11.27 18:43:03.051125 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 13218 | 2024.11.27 18:43:03.051155 [ 253 ] {573286e0-30ac-4b5a-bf19-bd73acb10a77} <Debug> TCPHandler: Processed in 0.00203486 sec. | ||
| 13219 | 2024.11.27 18:43:03.051327 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13220 | 2024.11.27 18:43:03.051333 [ 188 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::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 | ||
| 13221 | 2024.11.27 18:43:03.051513 [ 254 ] {51687cf6-f4c0-4ffc-a006-6e982717f12d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13222 | 2024.11.27 18:43:03.051585 [ 188 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13223 | 2024.11.27 18:43:03.051612 [ 254 ] {51687cf6-f4c0-4ffc-a006-6e982717f12d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13224 | 2024.11.27 18:43:03.051658 [ 188 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 1435 rows starting from the beginning of the part | ||
| 13225 | 2024.11.27 18:43:03.051946 [ 188 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 253 rows starting from the beginning of the part | ||
| 13226 | 2024.11.27 18:43:03.052267 [ 188 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 1232 rows starting from the beginning of the part | ||
| 13227 | 2024.11.27 18:43:03.052631 [ 188 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 253 rows starting from the beginning of the part | ||
| 13228 | 2024.11.27 18:43:03.053003 [ 188 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 88 rows starting from the beginning of the part | ||
| 13229 | 2024.11.27 18:43:03.053353 [ 188 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 257 rows starting from the beginning of the part | ||
| 13230 | 2024.11.27 18:43:03.054427 [ 254 ] {51687cf6-f4c0-4ffc-a006-6e982717f12d} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13231 | 2024.11.27 18:43:03.054485 [ 254 ] {51687cf6-f4c0-4ffc-a006-6e982717f12d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 13232 | 2024.11.27 18:43:03.055325 [ 254 ] {51687cf6-f4c0-4ffc-a006-6e982717f12d} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 13233 | 2024.11.27 18:43:03.055779 [ 254 ] {51687cf6-f4c0-4ffc-a006-6e982717f12d} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13234 | 2024.11.27 18:43:03.056113 [ 254 ] {51687cf6-f4c0-4ffc-a006-6e982717f12d} <Debug> executeQuery: Read 40 rows, 2.89 KiB in 0.004668 sec., 8568.98029134533 rows/sec., 620.08 KiB/sec. | ||
| 13235 | 2024.11.27 18:43:03.056200 [ 254 ] {51687cf6-f4c0-4ffc-a006-6e982717f12d} <Debug> TCPHandler: Processed in 0.004954504 sec. | ||
| 13236 | 2024.11.27 18:43:03.056515 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13237 | 2024.11.27 18:43:03.057288 [ 196 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3518 rows, containing 5 columns (5 merged, 0 gathered) in 0.00604701 sec., 581775.1252271783 rows/sec., 51.04 MiB/sec. | ||
| 13238 | 2024.11.27 18:43:03.057307 [ 253 ] {86f91980-27ce-441d-904d-2c4b50e4bf4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 13239 | 2024.11.27 18:43:03.057479 [ 253 ] {86f91980-27ce-441d-904d-2c4b50e4bf4d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 13240 | 2024.11.27 18:43:03.057719 [ 196 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 13241 | 2024.11.27 18:43:03.058483 [ 196 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_101_20} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13242 | 2024.11.27 18:43:03.058640 [ 196 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_101_20} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 13243 | 2024.11.27 18:43:03.058823 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.85 MiB. | ||
| 13244 | 2024.11.27 18:43:03.058998 [ 253 ] {86f91980-27ce-441d-904d-2c4b50e4bf4d} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13245 | 2024.11.27 18:43:03.059043 [ 253 ] {86f91980-27ce-441d-904d-2c4b50e4bf4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 13246 | 2024.11.27 18:43:03.059422 [ 253 ] {86f91980-27ce-441d-904d-2c4b50e4bf4d} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 13247 | 2024.11.27 18:43:03.059671 [ 253 ] {86f91980-27ce-441d-904d-2c4b50e4bf4d} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13248 | 2024.11.27 18:43:03.059891 [ 253 ] {86f91980-27ce-441d-904d-2c4b50e4bf4d} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002953 sec., 4740.941415509651 rows/sec., 332.02 KiB/sec. | ||
| 13249 | 2024.11.27 18:43:03.059953 [ 253 ] {86f91980-27ce-441d-904d-2c4b50e4bf4d} <Debug> TCPHandler: Processed in 0.003652785 sec. | ||
| 13250 | 2024.11.27 18:43:03.060116 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13251 | 2024.11.27 18:43:03.060259 [ 254 ] {57010a42-b2ce-4da8-a074-7c1fc6ad7e57} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 13252 | 2024.11.27 18:43:03.060319 [ 254 ] {57010a42-b2ce-4da8-a074-7c1fc6ad7e57} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 13253 | 2024.11.27 18:43:03.061005 [ 254 ] {57010a42-b2ce-4da8-a074-7c1fc6ad7e57} <Trace> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13254 | 2024.11.27 18:43:03.061050 [ 254 ] {57010a42-b2ce-4da8-a074-7c1fc6ad7e57} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 13255 | 2024.11.27 18:43:03.061412 [ 254 ] {57010a42-b2ce-4da8-a074-7c1fc6ad7e57} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 13256 | 2024.11.27 18:43:03.061649 [ 254 ] {57010a42-b2ce-4da8-a074-7c1fc6ad7e57} <Trace> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13257 | 2024.11.27 18:43:03.061872 [ 254 ] {57010a42-b2ce-4da8-a074-7c1fc6ad7e57} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001647 sec., 7893.139040680024 rows/sec., 492.14 KiB/sec. | ||
| 13258 | 2024.11.27 18:43:03.061927 [ 254 ] {57010a42-b2ce-4da8-a074-7c1fc6ad7e57} <Debug> TCPHandler: Processed in 0.001880598 sec. | ||
| 13259 | 2024.11.27 18:43:03.062079 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13260 | 2024.11.27 18:43:03.062220 [ 253 ] {e17bcb7d-75c9-4fbd-baa2-01f39f7d2d27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13261 | 2024.11.27 18:43:03.062279 [ 253 ] {e17bcb7d-75c9-4fbd-baa2-01f39f7d2d27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13262 | 2024.11.27 18:43:03.063160 [ 253 ] {e17bcb7d-75c9-4fbd-baa2-01f39f7d2d27} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13263 | 2024.11.27 18:43:03.063200 [ 253 ] {e17bcb7d-75c9-4fbd-baa2-01f39f7d2d27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 13264 | 2024.11.27 18:43:03.063598 [ 253 ] {e17bcb7d-75c9-4fbd-baa2-01f39f7d2d27} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 13265 | 2024.11.27 18:43:03.063846 [ 253 ] {e17bcb7d-75c9-4fbd-baa2-01f39f7d2d27} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13266 | 2024.11.27 18:43:03.064028 [ 37 ] {} <Debug> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 13267 | 2024.11.27 18:43:03.064088 [ 253 ] {e17bcb7d-75c9-4fbd-baa2-01f39f7d2d27} <Debug> executeQuery: Read 415 rows, 30.34 KiB in 0.001894 sec., 219112.98838437168 rows/sec., 15.64 MiB/sec. | ||
| 13268 | 2024.11.27 18:43:03.064117 [ 37 ] {} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13269 | 2024.11.27 18:43:03.064192 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 13270 | 2024.11.27 18:43:03.064205 [ 253 ] {e17bcb7d-75c9-4fbd-baa2-01f39f7d2d27} <Debug> TCPHandler: Processed in 0.002190903 sec. | ||
| 13271 | 2024.11.27 18:43:03.064429 [ 193 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::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 | ||
| 13272 | 2024.11.27 18:43:03.064432 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13273 | 2024.11.27 18:43:03.064704 [ 193 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13274 | 2024.11.27 18:43:03.064720 [ 254 ] {ee29291d-deb8-4860-ab24-61da7dbcd259} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 13275 | 2024.11.27 18:43:03.064767 [ 193 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 915 rows starting from the beginning of the part | ||
| 13276 | 2024.11.27 18:43:03.064842 [ 254 ] {ee29291d-deb8-4860-ab24-61da7dbcd259} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 13277 | 2024.11.27 18:43:03.065094 [ 193 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 407 rows starting from the beginning of the part | ||
| 13278 | 2024.11.27 18:43:03.065485 [ 193 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 544 rows starting from the beginning of the part | ||
| 13279 | 2024.11.27 18:43:03.065831 [ 193 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 407 rows starting from the beginning of the part | ||
| 13280 | 2024.11.27 18:43:03.066134 [ 193 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 80 rows starting from the beginning of the part | ||
| 13281 | 2024.11.27 18:43:03.066497 [ 193 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 415 rows starting from the beginning of the part | ||
| 13282 | 2024.11.27 18:43:03.067418 [ 254 ] {ee29291d-deb8-4860-ab24-61da7dbcd259} <Trace> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13283 | 2024.11.27 18:43:03.067482 [ 254 ] {ee29291d-deb8-4860-ab24-61da7dbcd259} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 13284 | 2024.11.27 18:43:03.068415 [ 254 ] {ee29291d-deb8-4860-ab24-61da7dbcd259} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 13285 | 2024.11.27 18:43:03.068992 [ 254 ] {ee29291d-deb8-4860-ab24-61da7dbcd259} <Trace> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13286 | 2024.11.27 18:43:03.069269 [ 254 ] {ee29291d-deb8-4860-ab24-61da7dbcd259} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004641 sec., 1292.824822236587 rows/sec., 67.55 KiB/sec. | ||
| 13287 | 2024.11.27 18:43:03.069333 [ 254 ] {ee29291d-deb8-4860-ab24-61da7dbcd259} <Debug> TCPHandler: Processed in 0.005018084 sec. | ||
| 13288 | 2024.11.27 18:43:03.069562 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13289 | 2024.11.27 18:43:03.069894 [ 253 ] {e5958c4f-5449-4600-bfee-17c6770563ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13290 | 2024.11.27 18:43:03.069926 [ 186 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2768 rows, containing 5 columns (5 merged, 0 gathered) in 0.005642223 sec., 490586.7775874864 rows/sec., 37.46 MiB/sec. | ||
| 13291 | 2024.11.27 18:43:03.069970 [ 253 ] {e5958c4f-5449-4600-bfee-17c6770563ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13292 | 2024.11.27 18:43:03.070144 [ 186 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 13293 | 2024.11.27 18:43:03.070527 [ 186 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_101_20} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13294 | 2024.11.27 18:43:03.070642 [ 186 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_101_20} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 13295 | 2024.11.27 18:43:03.070763 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB. | ||
| 13296 | 2024.11.27 18:43:03.070781 [ 253 ] {e5958c4f-5449-4600-bfee-17c6770563ae} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13297 | 2024.11.27 18:43:03.070824 [ 253 ] {e5958c4f-5449-4600-bfee-17c6770563ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 13298 | 2024.11.27 18:43:03.071228 [ 253 ] {e5958c4f-5449-4600-bfee-17c6770563ae} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 13299 | 2024.11.27 18:43:03.071473 [ 253 ] {e5958c4f-5449-4600-bfee-17c6770563ae} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13300 | 2024.11.27 18:43:03.071654 [ 37 ] {} <Debug> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 13301 | 2024.11.27 18:43:03.071713 [ 37 ] {} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13302 | 2024.11.27 18:43:03.071725 [ 253 ] {e5958c4f-5449-4600-bfee-17c6770563ae} <Debug> executeQuery: Read 241 rows, 16.55 KiB in 0.001907 sec., 126376.50760356581 rows/sec., 8.47 MiB/sec. | ||
| 13303 | 2024.11.27 18:43:03.071749 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 13304 | 2024.11.27 18:43:03.071912 [ 253 ] {e5958c4f-5449-4600-bfee-17c6770563ae} <Debug> TCPHandler: Processed in 0.002473997 sec. | ||
| 13305 | 2024.11.27 18:43:03.072122 [ 199 ] {67d43675-535f-43d0-af84-f38bbc85c22c::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 | ||
| 13306 | 2024.11.27 18:43:03.072185 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13307 | 2024.11.27 18:43:03.072666 [ 254 ] {6f123aba-d609-4d0e-816d-945bf7d34007} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 13308 | 2024.11.27 18:43:03.072702 [ 199 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13309 | 2024.11.27 18:43:03.072836 [ 199 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_96_19, total 29873 rows starting from the beginning of the part | ||
| 13310 | 2024.11.27 18:43:03.072851 [ 254 ] {6f123aba-d609-4d0e-816d-945bf7d34007} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 13311 | 2024.11.27 18:43:03.073442 [ 199 ] {67d43675-535f-43d0-af84-f38bbc85c22c::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 | ||
| 13312 | 2024.11.27 18:43:03.074070 [ 199 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 884 rows starting from the beginning of the part | ||
| 13313 | 2024.11.27 18:43:03.074687 [ 199 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 237 rows starting from the beginning of the part | ||
| 13314 | 2024.11.27 18:43:03.075248 [ 199 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 160 rows starting from the beginning of the part | ||
| 13315 | 2024.11.27 18:43:03.075440 [ 199 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 241 rows starting from the beginning of the part | ||
| 13316 | 2024.11.27 18:43:03.076115 [ 254 ] {6f123aba-d609-4d0e-816d-945bf7d34007} <Trace> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13317 | 2024.11.27 18:43:03.076162 [ 254 ] {6f123aba-d609-4d0e-816d-945bf7d34007} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 13318 | 2024.11.27 18:43:03.076659 [ 254 ] {6f123aba-d609-4d0e-816d-945bf7d34007} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 13319 | 2024.11.27 18:43:03.076928 [ 254 ] {6f123aba-d609-4d0e-816d-945bf7d34007} <Trace> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13320 | 2024.11.27 18:43:03.077263 [ 254 ] {6f123aba-d609-4d0e-816d-945bf7d34007} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004739 sec., 211.0149820637265 rows/sec., 14.22 KiB/sec. | ||
| 13321 | 2024.11.27 18:43:03.077509 [ 254 ] {6f123aba-d609-4d0e-816d-945bf7d34007} <Debug> TCPHandler: Processed in 0.005473022 sec. | ||
| 13322 | 2024.11.27 18:43:03.078048 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13323 | 2024.11.27 18:43:03.078524 [ 253 ] {6b152cda-2410-47c5-9419-bf37e895ee8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13324 | 2024.11.27 18:43:03.078765 [ 253 ] {6b152cda-2410-47c5-9419-bf37e895ee8b} <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 | ||
| 13325 | 2024.11.27 18:43:03.080456 [ 253 ] {6b152cda-2410-47c5-9419-bf37e895ee8b} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13326 | 2024.11.27 18:43:03.080497 [ 253 ] {6b152cda-2410-47c5-9419-bf37e895ee8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 13327 | 2024.11.27 18:43:03.081483 [ 253 ] {6b152cda-2410-47c5-9419-bf37e895ee8b} <Trace> MergedBlockOutputStream: filled checksums all_93_93_0 (state Temporary) | ||
| 13328 | 2024.11.27 18:43:03.081778 [ 253 ] {6b152cda-2410-47c5-9419-bf37e895ee8b} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Renaming temporary part tmp_insert_all_93_93_0 to all_93_93_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13329 | 2024.11.27 18:43:03.082081 [ 253 ] {6b152cda-2410-47c5-9419-bf37e895ee8b} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.003637 sec., 6873.797085510036 rows/sec., 12.32 MiB/sec. | ||
| 13330 | 2024.11.27 18:43:03.082770 [ 253 ] {6b152cda-2410-47c5-9419-bf37e895ee8b} <Debug> TCPHandler: Processed in 0.005127746 sec. | ||
| 13331 | 2024.11.27 18:43:03.083028 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13332 | 2024.11.27 18:43:03.083465 [ 254 ] {de13aac1-000e-4574-8f35-2e47b2bdfd48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13333 | 2024.11.27 18:43:03.083578 [ 254 ] {de13aac1-000e-4574-8f35-2e47b2bdfd48} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13334 | 2024.11.27 18:43:03.084222 [ 254 ] {de13aac1-000e-4574-8f35-2e47b2bdfd48} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13335 | 2024.11.27 18:43:03.084263 [ 254 ] {de13aac1-000e-4574-8f35-2e47b2bdfd48} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 13336 | 2024.11.27 18:43:03.084671 [ 254 ] {de13aac1-000e-4574-8f35-2e47b2bdfd48} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 13337 | 2024.11.27 18:43:03.084958 [ 201 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 31632 rows, containing 5 columns (5 merged, 0 gathered) in 0.013058913 sec., 2422253.6745592835 rows/sec., 163.91 MiB/sec. | ||
| 13338 | 2024.11.27 18:43:03.085083 [ 254 ] {de13aac1-000e-4574-8f35-2e47b2bdfd48} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13339 | 2024.11.27 18:43:03.085286 [ 61 ] {} <Debug> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 13340 | 2024.11.27 18:43:03.085355 [ 61 ] {} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13341 | 2024.11.27 18:43:03.085379 [ 254 ] {de13aac1-000e-4574-8f35-2e47b2bdfd48} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002039 sec., 40215.79205492888 rows/sec., 2.55 MiB/sec. | ||
| 13342 | 2024.11.27 18:43:03.085394 [ 61 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 13343 | 2024.11.27 18:43:03.085581 [ 254 ] {de13aac1-000e-4574-8f35-2e47b2bdfd48} <Debug> TCPHandler: Processed in 0.00269649 sec. | ||
| 13344 | 2024.11.27 18:43:03.085788 [ 192 ] {c59724f6-f374-41a1-8302-611230e47527::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 | ||
| 13345 | 2024.11.27 18:43:03.085868 [ 201 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 13346 | 2024.11.27 18:43:03.086101 [ 192 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13347 | 2024.11.27 18:43:03.086144 [ 192 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 6520 rows starting from the beginning of the part | ||
| 13348 | 2024.11.27 18:43:03.086328 [ 192 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 82 rows starting from the beginning of the part | ||
| 13349 | 2024.11.27 18:43:03.086622 [ 192 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 60 rows starting from the beginning of the part | ||
| 13350 | 2024.11.27 18:43:03.086880 [ 201 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_101_20} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13351 | 2024.11.27 18:43:03.086939 [ 192 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 82 rows starting from the beginning of the part | ||
| 13352 | 2024.11.27 18:43:03.087240 [ 192 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 60 rows starting from the beginning of the part | ||
| 13353 | 2024.11.27 18:43:03.087322 [ 201 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_101_20} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 13354 | 2024.11.27 18:43:03.087533 [ 192 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 82 rows starting from the beginning of the part | ||
| 13355 | 2024.11.27 18:43:03.087656 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.26 MiB. | ||
| 13356 | 2024.11.27 18:43:03.090070 [ 201 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6886 rows, containing 4 columns (4 merged, 0 gathered) in 0.004529377 sec., 1520297.3830617322 rows/sec., 99.42 MiB/sec. | ||
| 13357 | 2024.11.27 18:43:03.090646 [ 196 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 13358 | 2024.11.27 18:43:03.090990 [ 196 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_101_20} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13359 | 2024.11.27 18:43:03.091078 [ 196 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_101_20} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 13360 | 2024.11.27 18:43:03.091156 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.22 MiB. | ||
| 13361 | 2024.11.27 18:43:05.013773 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 31659 | ||
| 13362 | 2024.11.27 18:43:05.014437 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13363 | 2024.11.27 18:43:05.014481 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 13364 | 2024.11.27 18:43:05.015002 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 13365 | 2024.11.27 18:43:05.015268 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13366 | 2024.11.27 18:43:05.015528 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 31659 | ||
| 13367 | 2024.11.27 18:43:07.295817 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 520 | ||
| 13368 | 2024.11.27 18:43:07.317237 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13369 | 2024.11.27 18:43:07.317304 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 13370 | 2024.11.27 18:43:07.324862 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 13371 | 2024.11.27 18:43:07.325684 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13372 | 2024.11.27 18:43:07.330375 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 520 | ||
| 13373 | 2024.11.27 18:43:07.696041 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 1876 | ||
| 13374 | 2024.11.27 18:43:07.699410 [ 242 ] {} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13375 | 2024.11.27 18:43:07.699474 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 13376 | 2024.11.27 18:43:07.700978 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 13377 | 2024.11.27 18:43:07.701317 [ 242 ] {} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13378 | 2024.11.27 18:43:07.701566 [ 43 ] {} <Debug> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 13379 | 2024.11.27 18:43:07.701678 [ 43 ] {} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13380 | 2024.11.27 18:43:07.701739 [ 43 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 13381 | 2024.11.27 18:43:07.702421 [ 201 ] {b2094d96-d5ad-4d24-939b-7466c2610b9f::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 | ||
| 13382 | 2024.11.27 18:43:07.703924 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1876 | ||
| 13383 | 2024.11.27 18:43:07.704319 [ 201 ] {b2094d96-d5ad-4d24-939b-7466c2610b9f::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13384 | 2024.11.27 18:43:07.704519 [ 201 ] {b2094d96-d5ad-4d24-939b-7466c2610b9f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 1696 rows starting from the beginning of the part | ||
| 13385 | 2024.11.27 18:43:07.705212 [ 201 ] {b2094d96-d5ad-4d24-939b-7466c2610b9f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 38 rows starting from the beginning of the part | ||
| 13386 | 2024.11.27 18:43:07.705907 [ 201 ] {b2094d96-d5ad-4d24-939b-7466c2610b9f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 34 rows starting from the beginning of the part | ||
| 13387 | 2024.11.27 18:43:07.706560 [ 201 ] {b2094d96-d5ad-4d24-939b-7466c2610b9f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 34 rows starting from the beginning of the part | ||
| 13388 | 2024.11.27 18:43:07.707241 [ 201 ] {b2094d96-d5ad-4d24-939b-7466c2610b9f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 38 rows starting from the beginning of the part | ||
| 13389 | 2024.11.27 18:43:07.707863 [ 201 ] {b2094d96-d5ad-4d24-939b-7466c2610b9f::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 36 rows starting from the beginning of the part | ||
| 13390 | 2024.11.27 18:43:07.716877 [ 194 ] {b2094d96-d5ad-4d24-939b-7466c2610b9f::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1876 rows, containing 72 columns (72 merged, 0 gathered) in 0.014972652 sec., 125295.10470155855 rows/sec., 95.64 MiB/sec. | ||
| 13391 | 2024.11.27 18:43:07.718694 [ 194 ] {b2094d96-d5ad-4d24-939b-7466c2610b9f::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 13392 | 2024.11.27 18:43:07.719481 [ 194 ] {b2094d96-d5ad-4d24-939b-7466c2610b9f::all_1_51_10} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13393 | 2024.11.27 18:43:07.719572 [ 194 ] {b2094d96-d5ad-4d24-939b-7466c2610b9f::all_1_51_10} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 13394 | 2024.11.27 18:43:07.719907 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.96 MiB. | ||
| 13395 | 2024.11.27 18:43:08.039295 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13396 | 2024.11.27 18:43:08.039491 [ 253 ] {55edd007-60e6-4127-ac1a-4b189dd9a06e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13397 | 2024.11.27 18:43:08.039568 [ 253 ] {55edd007-60e6-4127-ac1a-4b189dd9a06e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13398 | 2024.11.27 18:43:08.040374 [ 253 ] {55edd007-60e6-4127-ac1a-4b189dd9a06e} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13399 | 2024.11.27 18:43:08.040430 [ 253 ] {55edd007-60e6-4127-ac1a-4b189dd9a06e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 13400 | 2024.11.27 18:43:08.040882 [ 253 ] {55edd007-60e6-4127-ac1a-4b189dd9a06e} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 13401 | 2024.11.27 18:43:08.041142 [ 253 ] {55edd007-60e6-4127-ac1a-4b189dd9a06e} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13402 | 2024.11.27 18:43:08.041381 [ 253 ] {55edd007-60e6-4127-ac1a-4b189dd9a06e} <Debug> executeQuery: Read 88 rows, 7.40 KiB in 0.001944 sec., 45267.489711934155 rows/sec., 3.72 MiB/sec. | ||
| 13403 | 2024.11.27 18:43:08.041449 [ 253 ] {55edd007-60e6-4127-ac1a-4b189dd9a06e} <Debug> TCPHandler: Processed in 0.002291274 sec. | ||
| 13404 | 2024.11.27 18:43:08.041691 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13405 | 2024.11.27 18:43:08.041880 [ 254 ] {3eff3e33-5ac0-4b31-8ee2-edce7c6e3ada} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13406 | 2024.11.27 18:43:08.041952 [ 254 ] {3eff3e33-5ac0-4b31-8ee2-edce7c6e3ada} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13407 | 2024.11.27 18:43:08.042692 [ 254 ] {3eff3e33-5ac0-4b31-8ee2-edce7c6e3ada} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13408 | 2024.11.27 18:43:08.042738 [ 254 ] {3eff3e33-5ac0-4b31-8ee2-edce7c6e3ada} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 13409 | 2024.11.27 18:43:08.043186 [ 254 ] {3eff3e33-5ac0-4b31-8ee2-edce7c6e3ada} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 13410 | 2024.11.27 18:43:08.043435 [ 254 ] {3eff3e33-5ac0-4b31-8ee2-edce7c6e3ada} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13411 | 2024.11.27 18:43:08.043630 [ 254 ] {3eff3e33-5ac0-4b31-8ee2-edce7c6e3ada} <Debug> executeQuery: Read 16 rows, 1.20 KiB in 0.001805 sec., 8864.26592797784 rows/sec., 666.55 KiB/sec. | ||
| 13412 | 2024.11.27 18:43:08.043690 [ 254 ] {3eff3e33-5ac0-4b31-8ee2-edce7c6e3ada} <Debug> TCPHandler: Processed in 0.002127431 sec. | ||
| 13413 | 2024.11.27 18:43:08.043846 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13414 | 2024.11.27 18:43:08.043978 [ 253 ] {2395aa00-a8f2-4804-bdeb-ea036375145b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13415 | 2024.11.27 18:43:08.044031 [ 253 ] {2395aa00-a8f2-4804-bdeb-ea036375145b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13416 | 2024.11.27 18:43:08.044659 [ 253 ] {2395aa00-a8f2-4804-bdeb-ea036375145b} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13417 | 2024.11.27 18:43:08.044700 [ 253 ] {2395aa00-a8f2-4804-bdeb-ea036375145b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 13418 | 2024.11.27 18:43:08.045082 [ 253 ] {2395aa00-a8f2-4804-bdeb-ea036375145b} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 13419 | 2024.11.27 18:43:08.045332 [ 253 ] {2395aa00-a8f2-4804-bdeb-ea036375145b} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13420 | 2024.11.27 18:43:08.045551 [ 253 ] {2395aa00-a8f2-4804-bdeb-ea036375145b} <Debug> executeQuery: Read 80 rows, 6.40 KiB in 0.001603 sec., 49906.42545227698 rows/sec., 3.90 MiB/sec. | ||
| 13421 | 2024.11.27 18:43:08.045641 [ 253 ] {2395aa00-a8f2-4804-bdeb-ea036375145b} <Debug> TCPHandler: Processed in 0.001848978 sec. | ||
| 13422 | 2024.11.27 18:43:08.045792 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13423 | 2024.11.27 18:43:08.046109 [ 254 ] {4e13f7d0-0f79-49ef-9591-f9715078249f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13424 | 2024.11.27 18:43:08.046262 [ 254 ] {4e13f7d0-0f79-49ef-9591-f9715078249f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13425 | 2024.11.27 18:43:08.047267 [ 254 ] {4e13f7d0-0f79-49ef-9591-f9715078249f} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13426 | 2024.11.27 18:43:08.047309 [ 254 ] {4e13f7d0-0f79-49ef-9591-f9715078249f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 13427 | 2024.11.27 18:43:08.047730 [ 254 ] {4e13f7d0-0f79-49ef-9591-f9715078249f} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 13428 | 2024.11.27 18:43:08.047965 [ 254 ] {4e13f7d0-0f79-49ef-9591-f9715078249f} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13429 | 2024.11.27 18:43:08.048168 [ 254 ] {4e13f7d0-0f79-49ef-9591-f9715078249f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002181 sec., 73360.84364970196 rows/sec., 5.11 MiB/sec. | ||
| 13430 | 2024.11.27 18:43:08.048221 [ 254 ] {4e13f7d0-0f79-49ef-9591-f9715078249f} <Debug> TCPHandler: Processed in 0.002498947 sec. | ||
| 13431 | 2024.11.27 18:43:08.048397 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13432 | 2024.11.27 18:43:08.048521 [ 253 ] {e1307d63-94ec-45ba-be67-c8295e169464} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13433 | 2024.11.27 18:43:08.048612 [ 253 ] {e1307d63-94ec-45ba-be67-c8295e169464} <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 | ||
| 13434 | 2024.11.27 18:43:08.049799 [ 253 ] {e1307d63-94ec-45ba-be67-c8295e169464} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13435 | 2024.11.27 18:43:08.049840 [ 253 ] {e1307d63-94ec-45ba-be67-c8295e169464} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 13436 | 2024.11.27 18:43:08.050497 [ 253 ] {e1307d63-94ec-45ba-be67-c8295e169464} <Trace> MergedBlockOutputStream: filled checksums all_94_94_0 (state Temporary) | ||
| 13437 | 2024.11.27 18:43:08.050772 [ 253 ] {e1307d63-94ec-45ba-be67-c8295e169464} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Renaming temporary part tmp_insert_all_94_94_0 to all_94_94_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13438 | 2024.11.27 18:43:08.051074 [ 253 ] {e1307d63-94ec-45ba-be67-c8295e169464} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002568 sec., 6230.529595015576 rows/sec., 11.16 MiB/sec. | ||
| 13439 | 2024.11.27 18:43:08.051399 [ 253 ] {e1307d63-94ec-45ba-be67-c8295e169464} <Debug> TCPHandler: Processed in 0.003057415 sec. | ||
| 13440 | 2024.11.27 18:43:08.051678 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13441 | 2024.11.27 18:43:08.051947 [ 254 ] {4976679f-5a81-48bf-ad8e-e475754eca31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13442 | 2024.11.27 18:43:08.052004 [ 254 ] {4976679f-5a81-48bf-ad8e-e475754eca31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13443 | 2024.11.27 18:43:08.052512 [ 254 ] {4976679f-5a81-48bf-ad8e-e475754eca31} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13444 | 2024.11.27 18:43:08.052551 [ 254 ] {4976679f-5a81-48bf-ad8e-e475754eca31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.49 GiB. | ||
| 13445 | 2024.11.27 18:43:08.052919 [ 254 ] {4976679f-5a81-48bf-ad8e-e475754eca31} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 13446 | 2024.11.27 18:43:08.053152 [ 254 ] {4976679f-5a81-48bf-ad8e-e475754eca31} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13447 | 2024.11.27 18:43:08.053387 [ 254 ] {4976679f-5a81-48bf-ad8e-e475754eca31} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001518 sec., 39525.691699604744 rows/sec., 2.66 MiB/sec. | ||
| 13448 | 2024.11.27 18:43:08.053453 [ 254 ] {4976679f-5a81-48bf-ad8e-e475754eca31} <Debug> TCPHandler: Processed in 0.001915209 sec. | ||
| 13449 | 2024.11.27 18:43:12.319341 [ 97 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 13450 | 2024.11.27 18:43:12.319463 [ 97 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 13451 | 2024.11.27 18:43:12.515686 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 32086 | ||
| 13452 | 2024.11.27 18:43:12.516329 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13453 | 2024.11.27 18:43:12.516383 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 13454 | 2024.11.27 18:43:12.516907 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 13455 | 2024.11.27 18:43:12.517181 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13456 | 2024.11.27 18:43:12.517437 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 32086 | ||
| 13457 | 2024.11.27 18:43:12.523076 [ 221 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): 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] | ||
| 13458 | 2024.11.27 18:43:12.523138 [ 221 ] {} <Debug> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): 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] | ||
| 13459 | 2024.11.27 18:43:12.529798 [ 221 ] {} <Debug> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): 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] | ||
| 13460 | 2024.11.27 18:43:13.044525 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13461 | 2024.11.27 18:43:13.044740 [ 253 ] {8937c9e2-2299-42b7-8b4b-bb55072d3ca8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 13462 | 2024.11.27 18:43:13.044824 [ 253 ] {8937c9e2-2299-42b7-8b4b-bb55072d3ca8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 13463 | 2024.11.27 18:43:13.045655 [ 253 ] {8937c9e2-2299-42b7-8b4b-bb55072d3ca8} <Trace> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13464 | 2024.11.27 18:43:13.045704 [ 253 ] {8937c9e2-2299-42b7-8b4b-bb55072d3ca8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 13465 | 2024.11.27 18:43:13.046144 [ 253 ] {8937c9e2-2299-42b7-8b4b-bb55072d3ca8} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 13466 | 2024.11.27 18:43:13.046395 [ 253 ] {8937c9e2-2299-42b7-8b4b-bb55072d3ca8} <Trace> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13467 | 2024.11.27 18:43:13.046671 [ 253 ] {8937c9e2-2299-42b7-8b4b-bb55072d3ca8} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00198 sec., 7070.707070707071 rows/sec., 509.00 KiB/sec. | ||
| 13468 | 2024.11.27 18:43:13.046781 [ 253 ] {8937c9e2-2299-42b7-8b4b-bb55072d3ca8} <Debug> TCPHandler: Processed in 0.002396556 sec. | ||
| 13469 | 2024.11.27 18:43:13.047087 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13470 | 2024.11.27 18:43:13.047297 [ 254 ] {df11a7d2-bc6f-4026-a7ee-4399c636e2cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13471 | 2024.11.27 18:43:13.047376 [ 254 ] {df11a7d2-bc6f-4026-a7ee-4399c636e2cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13472 | 2024.11.27 18:43:13.048273 [ 254 ] {df11a7d2-bc6f-4026-a7ee-4399c636e2cc} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13473 | 2024.11.27 18:43:13.048324 [ 254 ] {df11a7d2-bc6f-4026-a7ee-4399c636e2cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 13474 | 2024.11.27 18:43:13.048782 [ 254 ] {df11a7d2-bc6f-4026-a7ee-4399c636e2cc} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 13475 | 2024.11.27 18:43:13.049034 [ 254 ] {df11a7d2-bc6f-4026-a7ee-4399c636e2cc} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13476 | 2024.11.27 18:43:13.049287 [ 254 ] {df11a7d2-bc6f-4026-a7ee-4399c636e2cc} <Debug> executeQuery: Read 253 rows, 22.72 KiB in 0.002046 sec., 123655.91397849462 rows/sec., 10.85 MiB/sec. | ||
| 13477 | 2024.11.27 18:43:13.049343 [ 222 ] {} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): 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] | ||
| 13478 | 2024.11.27 18:43:13.049396 [ 254 ] {df11a7d2-bc6f-4026-a7ee-4399c636e2cc} <Debug> TCPHandler: Processed in 0.002485636 sec. | ||
| 13479 | 2024.11.27 18:43:13.049404 [ 222 ] {} <Debug> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): 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] | ||
| 13480 | 2024.11.27 18:43:13.049618 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13481 | 2024.11.27 18:43:13.049772 [ 253 ] {2032f958-27f6-4825-a01c-54c0c8bd9ce1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13482 | 2024.11.27 18:43:13.049838 [ 253 ] {2032f958-27f6-4825-a01c-54c0c8bd9ce1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13483 | 2024.11.27 18:43:13.050789 [ 253 ] {2032f958-27f6-4825-a01c-54c0c8bd9ce1} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13484 | 2024.11.27 18:43:13.050835 [ 253 ] {2032f958-27f6-4825-a01c-54c0c8bd9ce1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 13485 | 2024.11.27 18:43:13.051317 [ 253 ] {2032f958-27f6-4825-a01c-54c0c8bd9ce1} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 13486 | 2024.11.27 18:43:13.051598 [ 253 ] {2032f958-27f6-4825-a01c-54c0c8bd9ce1} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13487 | 2024.11.27 18:43:13.051826 [ 95 ] {} <Debug> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c) (MergerMutator): Selected 6 parts from all_1_90_18 to all_95_95_0 | ||
| 13488 | 2024.11.27 18:43:13.051941 [ 253 ] {2032f958-27f6-4825-a01c-54c0c8bd9ce1} <Debug> executeQuery: Read 32 rows, 2.34 KiB in 0.002186 sec., 14638.609332113449 rows/sec., 1.04 MiB/sec. | ||
| 13489 | 2024.11.27 18:43:13.051961 [ 95 ] {} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13490 | 2024.11.27 18:43:13.052053 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 13491 | 2024.11.27 18:43:13.052103 [ 253 ] {2032f958-27f6-4825-a01c-54c0c8bd9ce1} <Debug> TCPHandler: Processed in 0.002569118 sec. | ||
| 13492 | 2024.11.27 18:43:13.052410 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13493 | 2024.11.27 18:43:13.052481 [ 195 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::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 | ||
| 13494 | 2024.11.27 18:43:13.052577 [ 222 ] {} <Debug> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): 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] | ||
| 13495 | 2024.11.27 18:43:13.052691 [ 254 ] {13014e54-0eb3-4835-8744-9241341e077d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 13496 | 2024.11.27 18:43:13.052868 [ 254 ] {13014e54-0eb3-4835-8744-9241341e077d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 13497 | 2024.11.27 18:43:13.053048 [ 195 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_95_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13498 | 2024.11.27 18:43:13.053168 [ 195 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_95_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_90_18, total 66 rows starting from the beginning of the part | ||
| 13499 | 2024.11.27 18:43:13.053587 [ 195 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_95_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_91_91_0, total 32 rows starting from the beginning of the part | ||
| 13500 | 2024.11.27 18:43:13.054271 [ 195 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_95_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 16 rows starting from the beginning of the part | ||
| 13501 | 2024.11.27 18:43:13.054875 [ 195 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_95_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 40 rows starting from the beginning of the part | ||
| 13502 | 2024.11.27 18:43:13.055488 [ 195 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_95_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 16 rows starting from the beginning of the part | ||
| 13503 | 2024.11.27 18:43:13.056144 [ 195 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_95_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 32 rows starting from the beginning of the part | ||
| 13504 | 2024.11.27 18:43:13.057443 [ 254 ] {13014e54-0eb3-4835-8744-9241341e077d} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13505 | 2024.11.27 18:43:13.057490 [ 254 ] {13014e54-0eb3-4835-8744-9241341e077d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 13506 | 2024.11.27 18:43:13.058037 [ 254 ] {13014e54-0eb3-4835-8744-9241341e077d} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 13507 | 2024.11.27 18:43:13.058362 [ 198 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_95_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 202 rows, containing 5 columns (5 merged, 0 gathered) in 0.006175721 sec., 32708.731498718935 rows/sec., 2.46 MiB/sec. | ||
| 13508 | 2024.11.27 18:43:13.058425 [ 254 ] {13014e54-0eb3-4835-8744-9241341e077d} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13509 | 2024.11.27 18:43:13.058609 [ 198 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_95_19} <Trace> MergedBlockOutputStream: filled checksums all_1_95_19 (state Temporary) | ||
| 13510 | 2024.11.27 18:43:13.058909 [ 254 ] {13014e54-0eb3-4835-8744-9241341e077d} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.0063 sec., 2222.222222222222 rows/sec., 155.63 KiB/sec. | ||
| 13511 | 2024.11.27 18:43:13.059032 [ 254 ] {13014e54-0eb3-4835-8744-9241341e077d} <Debug> TCPHandler: Processed in 0.00676284 sec. | ||
| 13512 | 2024.11.27 18:43:13.059229 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13513 | 2024.11.27 18:43:13.059230 [ 198 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_95_19} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Renaming temporary part tmp_merge_all_1_95_19 to all_1_95_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13514 | 2024.11.27 18:43:13.059343 [ 198 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_95_19} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c) (MergerMutator): Merged 6 parts: [all_1_90_18, all_95_95_0] -> all_1_95_19 | ||
| 13515 | 2024.11.27 18:43:13.059385 [ 253 ] {4c4a3448-589e-4d16-b6be-22455f84f046} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 13516 | 2024.11.27 18:43:13.059455 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 13517 | 2024.11.27 18:43:13.059470 [ 253 ] {4c4a3448-589e-4d16-b6be-22455f84f046} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 13518 | 2024.11.27 18:43:13.060192 [ 253 ] {4c4a3448-589e-4d16-b6be-22455f84f046} <Trace> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13519 | 2024.11.27 18:43:13.060238 [ 253 ] {4c4a3448-589e-4d16-b6be-22455f84f046} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 13520 | 2024.11.27 18:43:13.060604 [ 253 ] {4c4a3448-589e-4d16-b6be-22455f84f046} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 13521 | 2024.11.27 18:43:13.060840 [ 253 ] {4c4a3448-589e-4d16-b6be-22455f84f046} <Trace> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13522 | 2024.11.27 18:43:13.061057 [ 253 ] {4c4a3448-589e-4d16-b6be-22455f84f046} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001714 sec., 7584.597432905484 rows/sec., 472.90 KiB/sec. | ||
| 13523 | 2024.11.27 18:43:13.061110 [ 253 ] {4c4a3448-589e-4d16-b6be-22455f84f046} <Debug> TCPHandler: Processed in 0.001958009 sec. | ||
| 13524 | 2024.11.27 18:43:13.061259 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13525 | 2024.11.27 18:43:13.061393 [ 254 ] {ac3d69bc-2804-4f3a-b5f6-52223f36beaa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13526 | 2024.11.27 18:43:13.061454 [ 254 ] {ac3d69bc-2804-4f3a-b5f6-52223f36beaa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13527 | 2024.11.27 18:43:13.062350 [ 254 ] {ac3d69bc-2804-4f3a-b5f6-52223f36beaa} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13528 | 2024.11.27 18:43:13.062390 [ 254 ] {ac3d69bc-2804-4f3a-b5f6-52223f36beaa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 13529 | 2024.11.27 18:43:13.062768 [ 254 ] {ac3d69bc-2804-4f3a-b5f6-52223f36beaa} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 13530 | 2024.11.27 18:43:13.063006 [ 254 ] {ac3d69bc-2804-4f3a-b5f6-52223f36beaa} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13531 | 2024.11.27 18:43:13.063230 [ 254 ] {ac3d69bc-2804-4f3a-b5f6-52223f36beaa} <Debug> executeQuery: Read 407 rows, 29.68 KiB in 0.00187 sec., 217647.05882352943 rows/sec., 15.50 MiB/sec. | ||
| 13532 | 2024.11.27 18:43:13.063266 [ 220 ] {} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): 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] | ||
| 13533 | 2024.11.27 18:43:13.063317 [ 254 ] {ac3d69bc-2804-4f3a-b5f6-52223f36beaa} <Debug> TCPHandler: Processed in 0.002114992 sec. | ||
| 13534 | 2024.11.27 18:43:13.063334 [ 220 ] {} <Debug> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): 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] | ||
| 13535 | 2024.11.27 18:43:13.063517 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13536 | 2024.11.27 18:43:13.063808 [ 253 ] {2bfdf7ac-698f-4728-a21e-3d6850665dbc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 13537 | 2024.11.27 18:43:13.063878 [ 253 ] {2bfdf7ac-698f-4728-a21e-3d6850665dbc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 13538 | 2024.11.27 18:43:13.064816 [ 253 ] {2bfdf7ac-698f-4728-a21e-3d6850665dbc} <Trace> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13539 | 2024.11.27 18:43:13.064857 [ 253 ] {2bfdf7ac-698f-4728-a21e-3d6850665dbc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 13540 | 2024.11.27 18:43:13.065252 [ 253 ] {2bfdf7ac-698f-4728-a21e-3d6850665dbc} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 13541 | 2024.11.27 18:43:13.065621 [ 253 ] {2bfdf7ac-698f-4728-a21e-3d6850665dbc} <Trace> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13542 | 2024.11.27 18:43:13.066036 [ 253 ] {2bfdf7ac-698f-4728-a21e-3d6850665dbc} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.002363 sec., 2539.1451544646634 rows/sec., 132.66 KiB/sec. | ||
| 13543 | 2024.11.27 18:43:13.066216 [ 253 ] {2bfdf7ac-698f-4728-a21e-3d6850665dbc} <Debug> TCPHandler: Processed in 0.002796952 sec. | ||
| 13544 | 2024.11.27 18:43:13.066403 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13545 | 2024.11.27 18:43:13.066603 [ 254 ] {5310f639-dd69-46d4-bf17-3e1b1a9bb129} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13546 | 2024.11.27 18:43:13.066756 [ 254 ] {5310f639-dd69-46d4-bf17-3e1b1a9bb129} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13547 | 2024.11.27 18:43:13.067723 [ 220 ] {} <Debug> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): 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] | ||
| 13548 | 2024.11.27 18:43:13.067775 [ 254 ] {5310f639-dd69-46d4-bf17-3e1b1a9bb129} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13549 | 2024.11.27 18:43:13.067858 [ 254 ] {5310f639-dd69-46d4-bf17-3e1b1a9bb129} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 13550 | 2024.11.27 18:43:13.068760 [ 254 ] {5310f639-dd69-46d4-bf17-3e1b1a9bb129} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 13551 | 2024.11.27 18:43:13.069003 [ 254 ] {5310f639-dd69-46d4-bf17-3e1b1a9bb129} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13552 | 2024.11.27 18:43:13.069186 [ 254 ] {5310f639-dd69-46d4-bf17-3e1b1a9bb129} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002658 sec., 89164.7855530474 rows/sec., 5.98 MiB/sec. | ||
| 13553 | 2024.11.27 18:43:13.069243 [ 254 ] {5310f639-dd69-46d4-bf17-3e1b1a9bb129} <Debug> TCPHandler: Processed in 0.002917954 sec. | ||
| 13554 | 2024.11.27 18:43:13.069402 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13555 | 2024.11.27 18:43:13.069542 [ 253 ] {f799088e-dadf-45a4-8ee4-1b1ae2561df6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 13556 | 2024.11.27 18:43:13.069603 [ 253 ] {f799088e-dadf-45a4-8ee4-1b1ae2561df6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 13557 | 2024.11.27 18:43:13.070151 [ 253 ] {f799088e-dadf-45a4-8ee4-1b1ae2561df6} <Trace> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13558 | 2024.11.27 18:43:13.070196 [ 253 ] {f799088e-dadf-45a4-8ee4-1b1ae2561df6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 13559 | 2024.11.27 18:43:13.070578 [ 253 ] {f799088e-dadf-45a4-8ee4-1b1ae2561df6} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 13560 | 2024.11.27 18:43:13.070814 [ 253 ] {f799088e-dadf-45a4-8ee4-1b1ae2561df6} <Trace> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13561 | 2024.11.27 18:43:13.071028 [ 253 ] {f799088e-dadf-45a4-8ee4-1b1ae2561df6} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001518 sec., 658.7615283267457 rows/sec., 44.39 KiB/sec. | ||
| 13562 | 2024.11.27 18:43:13.071082 [ 253 ] {f799088e-dadf-45a4-8ee4-1b1ae2561df6} <Debug> TCPHandler: Processed in 0.001746126 sec. | ||
| 13563 | 2024.11.27 18:43:13.071233 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13564 | 2024.11.27 18:43:13.071357 [ 254 ] {b034fa53-5230-4da0-bf76-92a56927835e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13565 | 2024.11.27 18:43:13.071449 [ 254 ] {b034fa53-5230-4da0-bf76-92a56927835e} <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 | ||
| 13566 | 2024.11.27 18:43:13.072742 [ 254 ] {b034fa53-5230-4da0-bf76-92a56927835e} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13567 | 2024.11.27 18:43:13.072780 [ 254 ] {b034fa53-5230-4da0-bf76-92a56927835e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 13568 | 2024.11.27 18:43:13.073428 [ 254 ] {b034fa53-5230-4da0-bf76-92a56927835e} <Trace> MergedBlockOutputStream: filled checksums all_95_95_0 (state Temporary) | ||
| 13569 | 2024.11.27 18:43:13.073701 [ 254 ] {b034fa53-5230-4da0-bf76-92a56927835e} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Renaming temporary part tmp_insert_all_95_95_0 to all_95_95_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13570 | 2024.11.27 18:43:13.073943 [ 254 ] {b034fa53-5230-4da0-bf76-92a56927835e} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.002617 sec., 9552.923194497516 rows/sec., 17.12 MiB/sec. | ||
| 13571 | 2024.11.27 18:43:13.074170 [ 254 ] {b034fa53-5230-4da0-bf76-92a56927835e} <Debug> TCPHandler: Processed in 0.002993095 sec. | ||
| 13572 | 2024.11.27 18:43:13.074422 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13573 | 2024.11.27 18:43:13.074672 [ 253 ] {ccf5a21f-1783-44bb-9b88-5030fd1e8bd2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13574 | 2024.11.27 18:43:13.074740 [ 253 ] {ccf5a21f-1783-44bb-9b88-5030fd1e8bd2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13575 | 2024.11.27 18:43:13.075278 [ 253 ] {ccf5a21f-1783-44bb-9b88-5030fd1e8bd2} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13576 | 2024.11.27 18:43:13.075320 [ 253 ] {ccf5a21f-1783-44bb-9b88-5030fd1e8bd2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 13577 | 2024.11.27 18:43:13.075711 [ 253 ] {ccf5a21f-1783-44bb-9b88-5030fd1e8bd2} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 13578 | 2024.11.27 18:43:13.075955 [ 253 ] {ccf5a21f-1783-44bb-9b88-5030fd1e8bd2} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13579 | 2024.11.27 18:43:13.076163 [ 253 ] {ccf5a21f-1783-44bb-9b88-5030fd1e8bd2} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00153 sec., 53594.77124183007 rows/sec., 3.40 MiB/sec. | ||
| 13580 | 2024.11.27 18:43:13.076214 [ 253 ] {ccf5a21f-1783-44bb-9b88-5030fd1e8bd2} <Debug> TCPHandler: Processed in 0.001930529 sec. | ||
| 13581 | 2024.11.27 18:43:14.245398 [ 218 ] {} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): 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] | ||
| 13582 | 2024.11.27 18:43:14.245454 [ 218 ] {} <Debug> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): 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] | ||
| 13583 | 2024.11.27 18:43:14.247483 [ 218 ] {} <Debug> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): 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] | ||
| 13584 | 2024.11.27 18:43:14.481389 [ 223 ] {} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): 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] | ||
| 13585 | 2024.11.27 18:43:14.481443 [ 223 ] {} <Debug> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): 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] | ||
| 13586 | 2024.11.27 18:43:14.483514 [ 223 ] {} <Debug> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): 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] | ||
| 13587 | 2024.11.27 18:43:14.740050 [ 224 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): 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] | ||
| 13588 | 2024.11.27 18:43:14.740100 [ 224 ] {} <Debug> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): 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] | ||
| 13589 | 2024.11.27 18:43:14.742338 [ 224 ] {} <Debug> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): 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] | ||
| 13590 | 2024.11.27 18:43:14.830461 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 528 | ||
| 13591 | 2024.11.27 18:43:14.851340 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13592 | 2024.11.27 18:43:14.851386 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 13593 | 2024.11.27 18:43:14.858344 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 13594 | 2024.11.27 18:43:14.859112 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13595 | 2024.11.27 18:43:14.861796 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 528 | ||
| 13596 | 2024.11.27 18:43:17.704187 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1910 | ||
| 13597 | 2024.11.27 18:43:17.707412 [ 242 ] {} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13598 | 2024.11.27 18:43:17.707465 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 13599 | 2024.11.27 18:43:17.709028 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 13600 | 2024.11.27 18:43:17.709351 [ 242 ] {} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13601 | 2024.11.27 18:43:17.710003 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1910 | ||
| 13602 | 2024.11.27 18:43:18.067748 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13603 | 2024.11.27 18:43:18.067951 [ 253 ] {f315724a-af99-45ed-8006-694a09247859} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 13604 | 2024.11.27 18:43:18.068030 [ 253 ] {f315724a-af99-45ed-8006-694a09247859} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 13605 | 2024.11.27 18:43:18.068779 [ 253 ] {f315724a-af99-45ed-8006-694a09247859} <Trace> oximeter.fields_ipaddr (53955b2a-eb56-41e3-a1fe-af6ea47fe91e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13606 | 2024.11.27 18:43:18.068827 [ 253 ] {f315724a-af99-45ed-8006-694a09247859} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 13607 | 2024.11.27 18:43:18.069242 [ 253 ] {f315724a-af99-45ed-8006-694a09247859} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 13608 | 2024.11.27 18:43:18.069496 [ 253 ] {f315724a-af99-45ed-8006-694a09247859} <Trace> oximeter.fields_ipaddr (53955b2a-eb56-41e3-a1fe-af6ea47fe91e): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13609 | 2024.11.27 18:43:18.069767 [ 253 ] {f315724a-af99-45ed-8006-694a09247859} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.001869 sec., 1070.0909577314071 rows/sec., 87.26 KiB/sec. | ||
| 13610 | 2024.11.27 18:43:18.069917 [ 253 ] {f315724a-af99-45ed-8006-694a09247859} <Debug> TCPHandler: Processed in 0.002289454 sec. | ||
| 13611 | 2024.11.27 18:43:18.070200 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13612 | 2024.11.27 18:43:18.070409 [ 254 ] {baaacd7f-2657-4645-a3ee-fed8477e3109} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13613 | 2024.11.27 18:43:18.070488 [ 254 ] {baaacd7f-2657-4645-a3ee-fed8477e3109} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13614 | 2024.11.27 18:43:18.071844 [ 254 ] {baaacd7f-2657-4645-a3ee-fed8477e3109} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13615 | 2024.11.27 18:43:18.071894 [ 254 ] {baaacd7f-2657-4645-a3ee-fed8477e3109} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 13616 | 2024.11.27 18:43:18.072410 [ 254 ] {baaacd7f-2657-4645-a3ee-fed8477e3109} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 13617 | 2024.11.27 18:43:18.072666 [ 254 ] {baaacd7f-2657-4645-a3ee-fed8477e3109} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13618 | 2024.11.27 18:43:18.072926 [ 254 ] {baaacd7f-2657-4645-a3ee-fed8477e3109} <Debug> executeQuery: Read 1229 rows, 103.59 KiB in 0.002573 sec., 477652.5456665371 rows/sec., 39.32 MiB/sec. | ||
| 13619 | 2024.11.27 18:43:18.072998 [ 254 ] {baaacd7f-2657-4645-a3ee-fed8477e3109} <Debug> TCPHandler: Processed in 0.002946624 sec. | ||
| 13620 | 2024.11.27 18:43:18.073148 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13621 | 2024.11.27 18:43:18.073299 [ 253 ] {8f00d222-1d4f-4686-bd67-9336bd176bb6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13622 | 2024.11.27 18:43:18.073363 [ 253 ] {8f00d222-1d4f-4686-bd67-9336bd176bb6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13623 | 2024.11.27 18:43:18.073980 [ 253 ] {8f00d222-1d4f-4686-bd67-9336bd176bb6} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13624 | 2024.11.27 18:43:18.074022 [ 253 ] {8f00d222-1d4f-4686-bd67-9336bd176bb6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 13625 | 2024.11.27 18:43:18.074402 [ 253 ] {8f00d222-1d4f-4686-bd67-9336bd176bb6} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 13626 | 2024.11.27 18:43:18.074655 [ 253 ] {8f00d222-1d4f-4686-bd67-9336bd176bb6} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13627 | 2024.11.27 18:43:18.074888 [ 253 ] {8f00d222-1d4f-4686-bd67-9336bd176bb6} <Debug> executeQuery: Read 18 rows, 1.34 KiB in 0.001617 sec., 11131.725417439704 rows/sec., 830.41 KiB/sec. | ||
| 13628 | 2024.11.27 18:43:18.074982 [ 253 ] {8f00d222-1d4f-4686-bd67-9336bd176bb6} <Debug> TCPHandler: Processed in 0.001900598 sec. | ||
| 13629 | 2024.11.27 18:43:18.075204 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13630 | 2024.11.27 18:43:18.075404 [ 254 ] {f83cd4d8-5301-4125-bb30-01bf28eddeab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 13631 | 2024.11.27 18:43:18.075467 [ 254 ] {f83cd4d8-5301-4125-bb30-01bf28eddeab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 13632 | 2024.11.27 18:43:18.076184 [ 254 ] {f83cd4d8-5301-4125-bb30-01bf28eddeab} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13633 | 2024.11.27 18:43:18.076225 [ 254 ] {f83cd4d8-5301-4125-bb30-01bf28eddeab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 13634 | 2024.11.27 18:43:18.076599 [ 254 ] {f83cd4d8-5301-4125-bb30-01bf28eddeab} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 13635 | 2024.11.27 18:43:18.076844 [ 254 ] {f83cd4d8-5301-4125-bb30-01bf28eddeab} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13636 | 2024.11.27 18:43:18.077042 [ 87 ] {} <Debug> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 13637 | 2024.11.27 18:43:18.077092 [ 254 ] {f83cd4d8-5301-4125-bb30-01bf28eddeab} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001724 sec., 132250.58004640372 rows/sec., 8.95 MiB/sec. | ||
| 13638 | 2024.11.27 18:43:18.077167 [ 87 ] {} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13639 | 2024.11.27 18:43:18.077216 [ 254 ] {f83cd4d8-5301-4125-bb30-01bf28eddeab} <Debug> TCPHandler: Processed in 0.002139301 sec. | ||
| 13640 | 2024.11.27 18:43:18.077242 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 13641 | 2024.11.27 18:43:18.077469 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13642 | 2024.11.27 18:43:18.077558 [ 195 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::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 | ||
| 13643 | 2024.11.27 18:43:18.077873 [ 253 ] {b16946c3-8b4f-4721-9a2b-5ec30282d116} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13644 | 2024.11.27 18:43:18.078010 [ 195 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13645 | 2024.11.27 18:43:18.078115 [ 253 ] {b16946c3-8b4f-4721-9a2b-5ec30282d116} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13646 | 2024.11.27 18:43:18.078146 [ 195 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 242 rows starting from the beginning of the part | ||
| 13647 | 2024.11.27 18:43:18.078530 [ 195 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 228 rows starting from the beginning of the part | ||
| 13648 | 2024.11.27 18:43:18.078881 [ 195 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 14 rows starting from the beginning of the part | ||
| 13649 | 2024.11.27 18:43:18.079192 [ 195 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 14 rows starting from the beginning of the part | ||
| 13650 | 2024.11.27 18:43:18.079587 [ 195 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 14 rows starting from the beginning of the part | ||
| 13651 | 2024.11.27 18:43:18.080069 [ 195 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 228 rows starting from the beginning of the part | ||
| 13652 | 2024.11.27 18:43:18.082502 [ 253 ] {b16946c3-8b4f-4721-9a2b-5ec30282d116} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13653 | 2024.11.27 18:43:18.082578 [ 253 ] {b16946c3-8b4f-4721-9a2b-5ec30282d116} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 13654 | 2024.11.27 18:43:18.083112 [ 195 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 740 rows, containing 5 columns (5 merged, 0 gathered) in 0.005747326 sec., 128755.52909300778 rows/sec., 9.22 MiB/sec. | ||
| 13655 | 2024.11.27 18:43:18.083325 [ 195 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 13656 | 2024.11.27 18:43:18.083425 [ 253 ] {b16946c3-8b4f-4721-9a2b-5ec30282d116} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 13657 | 2024.11.27 18:43:18.083794 [ 187 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_61_12} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13658 | 2024.11.27 18:43:18.084051 [ 187 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_61_12} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 13659 | 2024.11.27 18:43:18.084118 [ 253 ] {b16946c3-8b4f-4721-9a2b-5ec30282d116} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13660 | 2024.11.27 18:43:18.084223 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 13661 | 2024.11.27 18:43:18.084773 [ 253 ] {b16946c3-8b4f-4721-9a2b-5ec30282d116} <Debug> executeQuery: Read 538 rows, 40.85 KiB in 0.007084 sec., 75945.79333709768 rows/sec., 5.63 MiB/sec. | ||
| 13662 | 2024.11.27 18:43:18.084991 [ 253 ] {b16946c3-8b4f-4721-9a2b-5ec30282d116} <Debug> TCPHandler: Processed in 0.007663143 sec. | ||
| 13663 | 2024.11.27 18:43:18.085206 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13664 | 2024.11.27 18:43:18.085327 [ 254 ] {65767bb3-5174-4ef0-a923-9729341e91d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13665 | 2024.11.27 18:43:18.085386 [ 254 ] {65767bb3-5174-4ef0-a923-9729341e91d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13666 | 2024.11.27 18:43:18.086188 [ 254 ] {65767bb3-5174-4ef0-a923-9729341e91d3} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13667 | 2024.11.27 18:43:18.086228 [ 254 ] {65767bb3-5174-4ef0-a923-9729341e91d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 13668 | 2024.11.27 18:43:18.086668 [ 254 ] {65767bb3-5174-4ef0-a923-9729341e91d3} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 13669 | 2024.11.27 18:43:18.086983 [ 254 ] {65767bb3-5174-4ef0-a923-9729341e91d3} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13670 | 2024.11.27 18:43:18.087218 [ 254 ] {65767bb3-5174-4ef0-a923-9729341e91d3} <Debug> executeQuery: Read 881 rows, 60.70 KiB in 0.001918 sec., 459332.63816475496 rows/sec., 30.91 MiB/sec. | ||
| 13671 | 2024.11.27 18:43:18.087279 [ 254 ] {65767bb3-5174-4ef0-a923-9729341e91d3} <Debug> TCPHandler: Processed in 0.002163392 sec. | ||
| 13672 | 2024.11.27 18:43:18.087422 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13673 | 2024.11.27 18:43:18.087554 [ 253 ] {d5b28a44-df94-41b7-8cdd-d8e68a8d3426} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13674 | 2024.11.27 18:43:18.087649 [ 253 ] {d5b28a44-df94-41b7-8cdd-d8e68a8d3426} <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 | ||
| 13675 | 2024.11.27 18:43:18.088931 [ 253 ] {d5b28a44-df94-41b7-8cdd-d8e68a8d3426} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13676 | 2024.11.27 18:43:18.088971 [ 253 ] {d5b28a44-df94-41b7-8cdd-d8e68a8d3426} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 13677 | 2024.11.27 18:43:18.089624 [ 253 ] {d5b28a44-df94-41b7-8cdd-d8e68a8d3426} <Trace> MergedBlockOutputStream: filled checksums all_96_96_0 (state Temporary) | ||
| 13678 | 2024.11.27 18:43:18.089890 [ 253 ] {d5b28a44-df94-41b7-8cdd-d8e68a8d3426} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Renaming temporary part tmp_insert_all_96_96_0 to all_96_96_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13679 | 2024.11.27 18:43:18.090089 [ 87 ] {} <Debug> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1) (MergerMutator): Selected 6 parts from all_1_91_18 to all_96_96_0 | ||
| 13680 | 2024.11.27 18:43:18.090153 [ 87 ] {} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13681 | 2024.11.27 18:43:18.090181 [ 253 ] {d5b28a44-df94-41b7-8cdd-d8e68a8d3426} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002653 sec., 6030.908405578591 rows/sec., 10.81 MiB/sec. | ||
| 13682 | 2024.11.27 18:43:18.090199 [ 87 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 13683 | 2024.11.27 18:43:18.090624 [ 253 ] {d5b28a44-df94-41b7-8cdd-d8e68a8d3426} <Debug> TCPHandler: Processed in 0.003259538 sec. | ||
| 13684 | 2024.11.27 18:43:18.090630 [ 191 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::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 | ||
| 13685 | 2024.11.27 18:43:18.090814 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13686 | 2024.11.27 18:43:18.091004 [ 254 ] {1f9439b6-1cc5-49e4-b36d-1477324abd3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13687 | 2024.11.27 18:43:18.091089 [ 254 ] {1f9439b6-1cc5-49e4-b36d-1477324abd3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13688 | 2024.11.27 18:43:18.091117 [ 191 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_96_19} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13689 | 2024.11.27 18:43:18.091257 [ 191 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_91_18, total 1888 rows starting from the beginning of the part | ||
| 13690 | 2024.11.27 18:43:18.091926 [ 191 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_92_92_0, total 16 rows starting from the beginning of the part | ||
| 13691 | 2024.11.27 18:43:18.092531 [ 191 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_93_93_0, total 25 rows starting from the beginning of the part | ||
| 13692 | 2024.11.27 18:43:18.092683 [ 254 ] {1f9439b6-1cc5-49e4-b36d-1477324abd3c} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13693 | 2024.11.27 18:43:18.092811 [ 254 ] {1f9439b6-1cc5-49e4-b36d-1477324abd3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 13694 | 2024.11.27 18:43:18.093045 [ 191 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_94_94_0, total 16 rows starting from the beginning of the part | ||
| 13695 | 2024.11.27 18:43:18.093587 [ 191 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_95_95_0, total 25 rows starting from the beginning of the part | ||
| 13696 | 2024.11.27 18:43:18.093826 [ 254 ] {1f9439b6-1cc5-49e4-b36d-1477324abd3c} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 13697 | 2024.11.27 18:43:18.094105 [ 191 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_96_19} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 16 rows starting from the beginning of the part | ||
| 13698 | 2024.11.27 18:43:18.094565 [ 254 ] {1f9439b6-1cc5-49e4-b36d-1477324abd3c} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13699 | 2024.11.27 18:43:18.095011 [ 254 ] {1f9439b6-1cc5-49e4-b36d-1477324abd3c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004055 sec., 14796.547472256476 rows/sec., 1021.12 KiB/sec. | ||
| 13700 | 2024.11.27 18:43:18.095102 [ 254 ] {1f9439b6-1cc5-49e4-b36d-1477324abd3c} <Debug> TCPHandler: Processed in 0.004375985 sec. | ||
| 13701 | 2024.11.27 18:43:18.102931 [ 189 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_96_19} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1986 rows, containing 19 columns (19 merged, 0 gathered) in 0.012572136 sec., 157968.38341551507 rows/sec., 283.07 MiB/sec. | ||
| 13702 | 2024.11.27 18:43:18.105018 [ 200 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_96_19} <Trace> MergedBlockOutputStream: filled checksums all_1_96_19 (state Temporary) | ||
| 13703 | 2024.11.27 18:43:18.105482 [ 200 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_96_19} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Renaming temporary part tmp_merge_all_1_96_19 to all_1_96_19 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13704 | 2024.11.27 18:43:18.105573 [ 200 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_96_19} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1) (MergerMutator): Merged 6 parts: [all_1_91_18, all_96_96_0] -> all_1_96_19 | ||
| 13705 | 2024.11.27 18:43:18.105734 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.46 MiB. | ||
| 13706 | 2024.11.27 18:43:19.000199 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 263.21 MiB, peak 280.65 MiB, free memory in arenas 0.00 B, will set to 264.43 MiB (RSS), difference: 1.21 MiB | ||
| 13707 | 2024.11.27 18:43:20.017571 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 32574 | ||
| 13708 | 2024.11.27 18:43:20.018230 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13709 | 2024.11.27 18:43:20.018272 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 13710 | 2024.11.27 18:43:20.018797 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 13711 | 2024.11.27 18:43:20.019057 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13712 | 2024.11.27 18:43:20.019216 [ 86 ] {} <Debug> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 13713 | 2024.11.27 18:43:20.019269 [ 86 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13714 | 2024.11.27 18:43:20.019269 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 32574 | ||
| 13715 | 2024.11.27 18:43:20.019293 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 13716 | 2024.11.27 18:43:20.019390 [ 187 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::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 | ||
| 13717 | 2024.11.27 18:43:20.019493 [ 187 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13718 | 2024.11.27 18:43:20.019526 [ 187 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_66_13, total 30256 rows starting from the beginning of the part | ||
| 13719 | 2024.11.27 18:43:20.019601 [ 187 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 488 rows starting from the beginning of the part | ||
| 13720 | 2024.11.27 18:43:20.019801 [ 187 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 427 rows starting from the beginning of the part | ||
| 13721 | 2024.11.27 18:43:20.020051 [ 187 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 488 rows starting from the beginning of the part | ||
| 13722 | 2024.11.27 18:43:20.020260 [ 187 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 427 rows starting from the beginning of the part | ||
| 13723 | 2024.11.27 18:43:20.020389 [ 187 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 488 rows starting from the beginning of the part | ||
| 13724 | 2024.11.27 18:43:20.023062 [ 197 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 32574 rows, containing 4 columns (4 merged, 0 gathered) in 0.003710226 sec., 8779519.091289857 rows/sec., 125.59 MiB/sec. | ||
| 13725 | 2024.11.27 18:43:20.023554 [ 197 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 13726 | 2024.11.27 18:43:20.023895 [ 197 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_71_14} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13727 | 2024.11.27 18:43:20.023991 [ 197 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_71_14} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 13728 | 2024.11.27 18:43:20.024116 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.00 MiB. | ||
| 13729 | 2024.11.27 18:43:22.361896 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 536 | ||
| 13730 | 2024.11.27 18:43:22.383570 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13731 | 2024.11.27 18:43:22.383638 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 13732 | 2024.11.27 18:43:22.390692 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 13733 | 2024.11.27 18:43:22.391465 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13734 | 2024.11.27 18:43:22.391845 [ 82 ] {} <Debug> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 13735 | 2024.11.27 18:43:22.391991 [ 82 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13736 | 2024.11.27 18:43:22.392055 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 13737 | 2024.11.27 18:43:22.392639 [ 193 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::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 | ||
| 13738 | 2024.11.27 18:43:22.408748 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 536 | ||
| 13739 | 2024.11.27 18:43:22.410212 [ 193 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13740 | 2024.11.27 18:43:22.411488 [ 193 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 498 rows starting from the beginning of the part | ||
| 13741 | 2024.11.27 18:43:22.416744 [ 193 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 7 rows starting from the beginning of the part | ||
| 13742 | 2024.11.27 18:43:22.422145 [ 193 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 8 rows starting from the beginning of the part | ||
| 13743 | 2024.11.27 18:43:22.427512 [ 193 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 7 rows starting from the beginning of the part | ||
| 13744 | 2024.11.27 18:43:22.433195 [ 193 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 8 rows starting from the beginning of the part | ||
| 13745 | 2024.11.27 18:43:22.439001 [ 193 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 8 rows starting from the beginning of the part | ||
| 13746 | 2024.11.27 18:43:22.503608 [ 187 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 536 rows, containing 679 columns (679 merged, 0 gathered) in 0.11137034 sec., 4812.771515288541 rows/sec., 24.89 MiB/sec. | ||
| 13747 | 2024.11.27 18:43:22.506936 [ 192 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 13748 | 2024.11.27 18:43:22.509925 [ 192 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_71_14} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13749 | 2024.11.27 18:43:22.510046 [ 192 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_71_14} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 13750 | 2024.11.27 18:43:22.512609 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.98 MiB. | ||
| 13751 | 2024.11.27 18:43:23.000162 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 265.51 MiB, peak 282.92 MiB, free memory in arenas 0.00 B, will set to 264.43 MiB (RSS), difference: -1.09 MiB | ||
| 13752 | 2024.11.27 18:43:23.044024 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13753 | 2024.11.27 18:43:23.044251 [ 253 ] {e58598fe-9131-4e50-83b4-c885a5525f7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 13754 | 2024.11.27 18:43:23.044339 [ 253 ] {e58598fe-9131-4e50-83b4-c885a5525f7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 13755 | 2024.11.27 18:43:23.045137 [ 253 ] {e58598fe-9131-4e50-83b4-c885a5525f7a} <Trace> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13756 | 2024.11.27 18:43:23.045191 [ 253 ] {e58598fe-9131-4e50-83b4-c885a5525f7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 13757 | 2024.11.27 18:43:23.045659 [ 253 ] {e58598fe-9131-4e50-83b4-c885a5525f7a} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 13758 | 2024.11.27 18:43:23.045941 [ 253 ] {e58598fe-9131-4e50-83b4-c885a5525f7a} <Trace> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13759 | 2024.11.27 18:43:23.046196 [ 253 ] {e58598fe-9131-4e50-83b4-c885a5525f7a} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002007 sec., 6975.585450921773 rows/sec., 502.15 KiB/sec. | ||
| 13760 | 2024.11.27 18:43:23.046265 [ 253 ] {e58598fe-9131-4e50-83b4-c885a5525f7a} <Debug> TCPHandler: Processed in 0.002395045 sec. | ||
| 13761 | 2024.11.27 18:43:23.046496 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13762 | 2024.11.27 18:43:23.046685 [ 254 ] {3176588b-bc48-4e09-9c08-1a7e3c64e0ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13763 | 2024.11.27 18:43:23.046768 [ 254 ] {3176588b-bc48-4e09-9c08-1a7e3c64e0ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13764 | 2024.11.27 18:43:23.047726 [ 254 ] {3176588b-bc48-4e09-9c08-1a7e3c64e0ac} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13765 | 2024.11.27 18:43:23.047769 [ 254 ] {3176588b-bc48-4e09-9c08-1a7e3c64e0ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 13766 | 2024.11.27 18:43:23.048227 [ 254 ] {3176588b-bc48-4e09-9c08-1a7e3c64e0ac} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 13767 | 2024.11.27 18:43:23.048490 [ 254 ] {3176588b-bc48-4e09-9c08-1a7e3c64e0ac} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13768 | 2024.11.27 18:43:23.048719 [ 254 ] {3176588b-bc48-4e09-9c08-1a7e3c64e0ac} <Debug> executeQuery: Read 253 rows, 22.72 KiB in 0.002085 sec., 121342.92565947241 rows/sec., 10.64 MiB/sec. | ||
| 13769 | 2024.11.27 18:43:23.048836 [ 254 ] {3176588b-bc48-4e09-9c08-1a7e3c64e0ac} <Debug> TCPHandler: Processed in 0.002465426 sec. | ||
| 13770 | 2024.11.27 18:43:23.049010 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13771 | 2024.11.27 18:43:23.049211 [ 253 ] {a13f50a2-da51-45f2-9cc0-76e7dd8ee465} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13772 | 2024.11.27 18:43:23.049273 [ 253 ] {a13f50a2-da51-45f2-9cc0-76e7dd8ee465} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13773 | 2024.11.27 18:43:23.049928 [ 253 ] {a13f50a2-da51-45f2-9cc0-76e7dd8ee465} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13774 | 2024.11.27 18:43:23.049969 [ 253 ] {a13f50a2-da51-45f2-9cc0-76e7dd8ee465} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 13775 | 2024.11.27 18:43:23.050357 [ 253 ] {a13f50a2-da51-45f2-9cc0-76e7dd8ee465} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 13776 | 2024.11.27 18:43:23.050610 [ 253 ] {a13f50a2-da51-45f2-9cc0-76e7dd8ee465} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13777 | 2024.11.27 18:43:23.050832 [ 253 ] {a13f50a2-da51-45f2-9cc0-76e7dd8ee465} <Debug> executeQuery: Read 32 rows, 2.34 KiB in 0.001654 sec., 19347.037484885124 rows/sec., 1.38 MiB/sec. | ||
| 13778 | 2024.11.27 18:43:23.050941 [ 253 ] {a13f50a2-da51-45f2-9cc0-76e7dd8ee465} <Debug> TCPHandler: Processed in 0.002024799 sec. | ||
| 13779 | 2024.11.27 18:43:23.051137 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13780 | 2024.11.27 18:43:23.051330 [ 254 ] {9cd8dcb6-b159-4cc3-a51c-01e751b4a1f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 13781 | 2024.11.27 18:43:23.051384 [ 254 ] {9cd8dcb6-b159-4cc3-a51c-01e751b4a1f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 13782 | 2024.11.27 18:43:23.051987 [ 254 ] {9cd8dcb6-b159-4cc3-a51c-01e751b4a1f4} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13783 | 2024.11.27 18:43:23.052028 [ 254 ] {9cd8dcb6-b159-4cc3-a51c-01e751b4a1f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 13784 | 2024.11.27 18:43:23.052397 [ 254 ] {9cd8dcb6-b159-4cc3-a51c-01e751b4a1f4} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 13785 | 2024.11.27 18:43:23.052639 [ 254 ] {9cd8dcb6-b159-4cc3-a51c-01e751b4a1f4} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13786 | 2024.11.27 18:43:23.052884 [ 254 ] {9cd8dcb6-b159-4cc3-a51c-01e751b4a1f4} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001582 sec., 8849.557522123894 rows/sec., 619.77 KiB/sec. | ||
| 13787 | 2024.11.27 18:43:23.052953 [ 254 ] {9cd8dcb6-b159-4cc3-a51c-01e751b4a1f4} <Debug> TCPHandler: Processed in 0.001931838 sec. | ||
| 13788 | 2024.11.27 18:43:23.053176 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13789 | 2024.11.27 18:43:23.053323 [ 253 ] {5aa7a17c-03ca-4e0f-9746-05af4d10a665} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 13790 | 2024.11.27 18:43:23.053381 [ 253 ] {5aa7a17c-03ca-4e0f-9746-05af4d10a665} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 13791 | 2024.11.27 18:43:23.054002 [ 253 ] {5aa7a17c-03ca-4e0f-9746-05af4d10a665} <Trace> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13792 | 2024.11.27 18:43:23.054042 [ 253 ] {5aa7a17c-03ca-4e0f-9746-05af4d10a665} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 13793 | 2024.11.27 18:43:23.054411 [ 253 ] {5aa7a17c-03ca-4e0f-9746-05af4d10a665} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 13794 | 2024.11.27 18:43:23.054651 [ 253 ] {5aa7a17c-03ca-4e0f-9746-05af4d10a665} <Trace> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13795 | 2024.11.27 18:43:23.054907 [ 253 ] {5aa7a17c-03ca-4e0f-9746-05af4d10a665} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001611 sec., 8069.522036002483 rows/sec., 503.13 KiB/sec. | ||
| 13796 | 2024.11.27 18:43:23.055093 [ 253 ] {5aa7a17c-03ca-4e0f-9746-05af4d10a665} <Debug> TCPHandler: Processed in 0.0020184 sec. | ||
| 13797 | 2024.11.27 18:43:23.055319 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13798 | 2024.11.27 18:43:23.055446 [ 254 ] {5954c3a5-4889-4643-8e52-be942ff4db27} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13799 | 2024.11.27 18:43:23.055497 [ 254 ] {5954c3a5-4889-4643-8e52-be942ff4db27} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13800 | 2024.11.27 18:43:23.056218 [ 254 ] {5954c3a5-4889-4643-8e52-be942ff4db27} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13801 | 2024.11.27 18:43:23.056257 [ 254 ] {5954c3a5-4889-4643-8e52-be942ff4db27} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 13802 | 2024.11.27 18:43:23.056648 [ 254 ] {5954c3a5-4889-4643-8e52-be942ff4db27} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 13803 | 2024.11.27 18:43:23.056891 [ 254 ] {5954c3a5-4889-4643-8e52-be942ff4db27} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13804 | 2024.11.27 18:43:23.057138 [ 254 ] {5954c3a5-4889-4643-8e52-be942ff4db27} <Debug> executeQuery: Read 407 rows, 29.68 KiB in 0.001711 sec., 237872.58912916423 rows/sec., 16.94 MiB/sec. | ||
| 13805 | 2024.11.27 18:43:23.057224 [ 254 ] {5954c3a5-4889-4643-8e52-be942ff4db27} <Debug> TCPHandler: Processed in 0.00201718 sec. | ||
| 13806 | 2024.11.27 18:43:23.057414 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13807 | 2024.11.27 18:43:23.057569 [ 253 ] {9da907b1-a2ec-4406-951d-26f78b478737} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 13808 | 2024.11.27 18:43:23.057630 [ 253 ] {9da907b1-a2ec-4406-951d-26f78b478737} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 13809 | 2024.11.27 18:43:23.058123 [ 253 ] {9da907b1-a2ec-4406-951d-26f78b478737} <Trace> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13810 | 2024.11.27 18:43:23.058162 [ 253 ] {9da907b1-a2ec-4406-951d-26f78b478737} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 13811 | 2024.11.27 18:43:23.058545 [ 253 ] {9da907b1-a2ec-4406-951d-26f78b478737} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 13812 | 2024.11.27 18:43:23.058804 [ 253 ] {9da907b1-a2ec-4406-951d-26f78b478737} <Trace> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13813 | 2024.11.27 18:43:23.059080 [ 253 ] {9da907b1-a2ec-4406-951d-26f78b478737} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001538 sec., 3901.1703511053315 rows/sec., 203.82 KiB/sec. | ||
| 13814 | 2024.11.27 18:43:23.059258 [ 253 ] {9da907b1-a2ec-4406-951d-26f78b478737} <Debug> TCPHandler: Processed in 0.001948109 sec. | ||
| 13815 | 2024.11.27 18:43:23.059474 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13816 | 2024.11.27 18:43:23.059612 [ 254 ] {2c782db7-3008-4325-9fe8-1b205771ab98} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13817 | 2024.11.27 18:43:23.059668 [ 254 ] {2c782db7-3008-4325-9fe8-1b205771ab98} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13818 | 2024.11.27 18:43:23.060272 [ 254 ] {2c782db7-3008-4325-9fe8-1b205771ab98} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13819 | 2024.11.27 18:43:23.060312 [ 254 ] {2c782db7-3008-4325-9fe8-1b205771ab98} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 13820 | 2024.11.27 18:43:23.060723 [ 254 ] {2c782db7-3008-4325-9fe8-1b205771ab98} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 13821 | 2024.11.27 18:43:23.060991 [ 254 ] {2c782db7-3008-4325-9fe8-1b205771ab98} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13822 | 2024.11.27 18:43:23.061210 [ 254 ] {2c782db7-3008-4325-9fe8-1b205771ab98} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001622 sec., 146115.9062885327 rows/sec., 9.79 MiB/sec. | ||
| 13823 | 2024.11.27 18:43:23.061273 [ 254 ] {2c782db7-3008-4325-9fe8-1b205771ab98} <Debug> TCPHandler: Processed in 0.001908588 sec. | ||
| 13824 | 2024.11.27 18:43:23.061433 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13825 | 2024.11.27 18:43:23.061558 [ 253 ] {4b876466-c84c-4127-a4e8-3cf121d95bc8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 13826 | 2024.11.27 18:43:23.061612 [ 253 ] {4b876466-c84c-4127-a4e8-3cf121d95bc8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 13827 | 2024.11.27 18:43:23.062115 [ 253 ] {4b876466-c84c-4127-a4e8-3cf121d95bc8} <Trace> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13828 | 2024.11.27 18:43:23.062155 [ 253 ] {4b876466-c84c-4127-a4e8-3cf121d95bc8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 13829 | 2024.11.27 18:43:23.062537 [ 253 ] {4b876466-c84c-4127-a4e8-3cf121d95bc8} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 13830 | 2024.11.27 18:43:23.062783 [ 253 ] {4b876466-c84c-4127-a4e8-3cf121d95bc8} <Trace> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13831 | 2024.11.27 18:43:23.062987 [ 83 ] {} <Debug> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653) (MergerMutator): Selected 6 parts from all_1_40_8 to all_45_45_0 | ||
| 13832 | 2024.11.27 18:43:23.063048 [ 253 ] {4b876466-c84c-4127-a4e8-3cf121d95bc8} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001509 sec., 662.6905235255136 rows/sec., 44.65 KiB/sec. | ||
| 13833 | 2024.11.27 18:43:23.063107 [ 83 ] {} <Trace> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13834 | 2024.11.27 18:43:23.063167 [ 253 ] {4b876466-c84c-4127-a4e8-3cf121d95bc8} <Debug> TCPHandler: Processed in 0.001796187 sec. | ||
| 13835 | 2024.11.27 18:43:23.063191 [ 83 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 13836 | 2024.11.27 18:43:23.063365 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13837 | 2024.11.27 18:43:23.063765 [ 196 ] {5a65aebe-f093-4059-a447-e7898681b653::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 | ||
| 13838 | 2024.11.27 18:43:23.063772 [ 254 ] {eb904f4e-d8f3-4081-b99a-cdcd0d5c8c85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13839 | 2024.11.27 18:43:23.064186 [ 254 ] {eb904f4e-d8f3-4081-b99a-cdcd0d5c8c85} <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 | ||
| 13840 | 2024.11.27 18:43:23.064347 [ 196 ] {5a65aebe-f093-4059-a447-e7898681b653::all_1_45_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13841 | 2024.11.27 18:43:23.064512 [ 196 ] {5a65aebe-f093-4059-a447-e7898681b653::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_40_8, total 40 rows starting from the beginning of the part | ||
| 13842 | 2024.11.27 18:43:23.064963 [ 196 ] {5a65aebe-f093-4059-a447-e7898681b653::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 1 rows starting from the beginning of the part | ||
| 13843 | 2024.11.27 18:43:23.065318 [ 196 ] {5a65aebe-f093-4059-a447-e7898681b653::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 1 rows starting from the beginning of the part | ||
| 13844 | 2024.11.27 18:43:23.065780 [ 196 ] {5a65aebe-f093-4059-a447-e7898681b653::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 1 rows starting from the beginning of the part | ||
| 13845 | 2024.11.27 18:43:23.066073 [ 196 ] {5a65aebe-f093-4059-a447-e7898681b653::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 1 rows starting from the beginning of the part | ||
| 13846 | 2024.11.27 18:43:23.066485 [ 196 ] {5a65aebe-f093-4059-a447-e7898681b653::all_1_45_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 1 rows starting from the beginning of the part | ||
| 13847 | 2024.11.27 18:43:23.069977 [ 196 ] {5a65aebe-f093-4059-a447-e7898681b653::all_1_45_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 45 rows, containing 4 columns (4 merged, 0 gathered) in 0.006629748 sec., 6787.588306523868 rows/sec., 457.37 KiB/sec. | ||
| 13848 | 2024.11.27 18:43:23.070151 [ 254 ] {eb904f4e-d8f3-4081-b99a-cdcd0d5c8c85} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13849 | 2024.11.27 18:43:23.070183 [ 196 ] {5a65aebe-f093-4059-a447-e7898681b653::all_1_45_9} <Trace> MergedBlockOutputStream: filled checksums all_1_45_9 (state Temporary) | ||
| 13850 | 2024.11.27 18:43:23.070206 [ 254 ] {eb904f4e-d8f3-4081-b99a-cdcd0d5c8c85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 13851 | 2024.11.27 18:43:23.070754 [ 196 ] {5a65aebe-f093-4059-a447-e7898681b653::all_1_45_9} <Trace> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653): Renaming temporary part tmp_merge_all_1_45_9 to all_1_45_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13852 | 2024.11.27 18:43:23.070934 [ 196 ] {5a65aebe-f093-4059-a447-e7898681b653::all_1_45_9} <Trace> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653) (MergerMutator): Merged 6 parts: [all_1_40_8, all_45_45_0] -> all_1_45_9 | ||
| 13853 | 2024.11.27 18:43:23.071073 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 13854 | 2024.11.27 18:43:23.071383 [ 254 ] {eb904f4e-d8f3-4081-b99a-cdcd0d5c8c85} <Trace> MergedBlockOutputStream: filled checksums all_97_97_0 (state Temporary) | ||
| 13855 | 2024.11.27 18:43:23.071659 [ 254 ] {eb904f4e-d8f3-4081-b99a-cdcd0d5c8c85} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Renaming temporary part tmp_insert_all_97_97_0 to all_97_97_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13856 | 2024.11.27 18:43:23.071943 [ 254 ] {eb904f4e-d8f3-4081-b99a-cdcd0d5c8c85} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.008344 sec., 2996.1649089165867 rows/sec., 5.37 MiB/sec. | ||
| 13857 | 2024.11.27 18:43:23.072145 [ 254 ] {eb904f4e-d8f3-4081-b99a-cdcd0d5c8c85} <Debug> TCPHandler: Processed in 0.008877492 sec. | ||
| 13858 | 2024.11.27 18:43:23.072449 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13859 | 2024.11.27 18:43:23.072771 [ 253 ] {bcb03008-a904-437e-89a7-855aceec06e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13860 | 2024.11.27 18:43:23.072852 [ 253 ] {bcb03008-a904-437e-89a7-855aceec06e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13861 | 2024.11.27 18:43:23.073362 [ 253 ] {bcb03008-a904-437e-89a7-855aceec06e7} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13862 | 2024.11.27 18:43:23.073402 [ 253 ] {bcb03008-a904-437e-89a7-855aceec06e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 13863 | 2024.11.27 18:43:23.073791 [ 253 ] {bcb03008-a904-437e-89a7-855aceec06e7} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 13864 | 2024.11.27 18:43:23.074042 [ 253 ] {bcb03008-a904-437e-89a7-855aceec06e7} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13865 | 2024.11.27 18:43:23.074269 [ 253 ] {bcb03008-a904-437e-89a7-855aceec06e7} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001609 sec., 50963.3312616532 rows/sec., 3.24 MiB/sec. | ||
| 13866 | 2024.11.27 18:43:23.074325 [ 253 ] {bcb03008-a904-437e-89a7-855aceec06e7} <Debug> TCPHandler: Processed in 0.00206033 sec. | ||
| 13867 | 2024.11.27 18:43:27.319729 [ 78 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 13868 | 2024.11.27 18:43:27.319830 [ 78 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 13869 | 2024.11.27 18:43:27.519451 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 33001 | ||
| 13870 | 2024.11.27 18:43:27.520371 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13871 | 2024.11.27 18:43:27.520413 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 13872 | 2024.11.27 18:43:27.520945 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 13873 | 2024.11.27 18:43:27.521206 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13874 | 2024.11.27 18:43:27.521460 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33001 | ||
| 13875 | 2024.11.27 18:43:27.710266 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 1948 | ||
| 13876 | 2024.11.27 18:43:27.713577 [ 242 ] {} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13877 | 2024.11.27 18:43:27.713642 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 13878 | 2024.11.27 18:43:27.715151 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 13879 | 2024.11.27 18:43:27.715470 [ 242 ] {} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13880 | 2024.11.27 18:43:27.716111 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1948 | ||
| 13881 | 2024.11.27 18:43:28.038923 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13882 | 2024.11.27 18:43:28.039132 [ 253 ] {8b8e4391-348c-44f3-845f-105d55db0dfa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 13883 | 2024.11.27 18:43:28.039214 [ 253 ] {8b8e4391-348c-44f3-845f-105d55db0dfa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 13884 | 2024.11.27 18:43:28.040052 [ 253 ] {8b8e4391-348c-44f3-845f-105d55db0dfa} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13885 | 2024.11.27 18:43:28.040105 [ 253 ] {8b8e4391-348c-44f3-845f-105d55db0dfa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 13886 | 2024.11.27 18:43:28.040551 [ 253 ] {8b8e4391-348c-44f3-845f-105d55db0dfa} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 13887 | 2024.11.27 18:43:28.040815 [ 253 ] {8b8e4391-348c-44f3-845f-105d55db0dfa} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13888 | 2024.11.27 18:43:28.041041 [ 75 ] {} <Debug> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 13889 | 2024.11.27 18:43:28.041069 [ 253 ] {8b8e4391-348c-44f3-845f-105d55db0dfa} <Debug> executeQuery: Read 88 rows, 7.40 KiB in 0.001993 sec., 44154.540893125944 rows/sec., 3.63 MiB/sec. | ||
| 13890 | 2024.11.27 18:43:28.041153 [ 75 ] {} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13891 | 2024.11.27 18:43:28.041226 [ 253 ] {8b8e4391-348c-44f3-845f-105d55db0dfa} <Debug> TCPHandler: Processed in 0.002438226 sec. | ||
| 13892 | 2024.11.27 18:43:28.041239 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 13893 | 2024.11.27 18:43:28.041459 [ 186 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::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 | ||
| 13894 | 2024.11.27 18:43:28.041529 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13895 | 2024.11.27 18:43:28.041647 [ 186 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13896 | 2024.11.27 18:43:28.041738 [ 186 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 1435 rows starting from the beginning of the part | ||
| 13897 | 2024.11.27 18:43:28.041819 [ 254 ] {c0a2c989-a9b3-4987-b417-e5ac1ace6205} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 13898 | 2024.11.27 18:43:28.041894 [ 186 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 88 rows starting from the beginning of the part | ||
| 13899 | 2024.11.27 18:43:28.041990 [ 254 ] {c0a2c989-a9b3-4987-b417-e5ac1ace6205} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 13900 | 2024.11.27 18:43:28.042382 [ 186 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 253 rows starting from the beginning of the part | ||
| 13901 | 2024.11.27 18:43:28.042667 [ 186 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 1229 rows starting from the beginning of the part | ||
| 13902 | 2024.11.27 18:43:28.042938 [ 186 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 253 rows starting from the beginning of the part | ||
| 13903 | 2024.11.27 18:43:28.043424 [ 186 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 88 rows starting from the beginning of the part | ||
| 13904 | 2024.11.27 18:43:28.044877 [ 254 ] {c0a2c989-a9b3-4987-b417-e5ac1ace6205} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13905 | 2024.11.27 18:43:28.044946 [ 254 ] {c0a2c989-a9b3-4987-b417-e5ac1ace6205} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 13906 | 2024.11.27 18:43:28.046089 [ 254 ] {c0a2c989-a9b3-4987-b417-e5ac1ace6205} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 13907 | 2024.11.27 18:43:28.046383 [ 254 ] {c0a2c989-a9b3-4987-b417-e5ac1ace6205} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13908 | 2024.11.27 18:43:28.046917 [ 254 ] {c0a2c989-a9b3-4987-b417-e5ac1ace6205} <Debug> executeQuery: Read 16 rows, 1.20 KiB in 0.005165 sec., 3097.7734753146174 rows/sec., 232.94 KiB/sec. | ||
| 13909 | 2024.11.27 18:43:28.047208 [ 254 ] {c0a2c989-a9b3-4987-b417-e5ac1ace6205} <Debug> TCPHandler: Processed in 0.005836437 sec. | ||
| 13910 | 2024.11.27 18:43:28.047577 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13911 | 2024.11.27 18:43:28.047681 [ 186 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3346 rows, containing 5 columns (5 merged, 0 gathered) in 0.006308284 sec., 530413.6592455254 rows/sec., 46.37 MiB/sec. | ||
| 13912 | 2024.11.27 18:43:28.047983 [ 253 ] {1a02addd-06ab-47b1-9407-268777d39048} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 13913 | 2024.11.27 18:43:28.048099 [ 186 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 13914 | 2024.11.27 18:43:28.048143 [ 253 ] {1a02addd-06ab-47b1-9407-268777d39048} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 13915 | 2024.11.27 18:43:28.049150 [ 186 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_106_21} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13916 | 2024.11.27 18:43:28.049285 [ 186 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_106_21} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 13917 | 2024.11.27 18:43:28.049375 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. | ||
| 13918 | 2024.11.27 18:43:28.049659 [ 253 ] {1a02addd-06ab-47b1-9407-268777d39048} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13919 | 2024.11.27 18:43:28.049698 [ 253 ] {1a02addd-06ab-47b1-9407-268777d39048} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 13920 | 2024.11.27 18:43:28.050069 [ 253 ] {1a02addd-06ab-47b1-9407-268777d39048} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 13921 | 2024.11.27 18:43:28.050314 [ 253 ] {1a02addd-06ab-47b1-9407-268777d39048} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13922 | 2024.11.27 18:43:28.050516 [ 75 ] {} <Debug> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 13923 | 2024.11.27 18:43:28.050548 [ 253 ] {1a02addd-06ab-47b1-9407-268777d39048} <Debug> executeQuery: Read 80 rows, 6.40 KiB in 0.002705 sec., 29574.86136783734 rows/sec., 2.31 MiB/sec. | ||
| 13924 | 2024.11.27 18:43:28.050587 [ 75 ] {} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13925 | 2024.11.27 18:43:28.050692 [ 253 ] {1a02addd-06ab-47b1-9407-268777d39048} <Debug> TCPHandler: Processed in 0.00333825 sec. | ||
| 13926 | 2024.11.27 18:43:28.050692 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 13927 | 2024.11.27 18:43:28.050891 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13928 | 2024.11.27 18:43:28.050926 [ 199 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::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 | ||
| 13929 | 2024.11.27 18:43:28.051034 [ 254 ] {f8ebff94-2533-48aa-8924-da051a7881b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 13930 | 2024.11.27 18:43:28.051113 [ 254 ] {f8ebff94-2533-48aa-8924-da051a7881b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 13931 | 2024.11.27 18:43:28.051121 [ 199 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13932 | 2024.11.27 18:43:28.051181 [ 199 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 915 rows starting from the beginning of the part | ||
| 13933 | 2024.11.27 18:43:28.051492 [ 199 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 80 rows starting from the beginning of the part | ||
| 13934 | 2024.11.27 18:43:28.051885 [ 199 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 407 rows starting from the beginning of the part | ||
| 13935 | 2024.11.27 18:43:28.052296 [ 199 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 538 rows starting from the beginning of the part | ||
| 13936 | 2024.11.27 18:43:28.052564 [ 199 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 407 rows starting from the beginning of the part | ||
| 13937 | 2024.11.27 18:43:28.052817 [ 199 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 80 rows starting from the beginning of the part | ||
| 13938 | 2024.11.27 18:43:28.053567 [ 254 ] {f8ebff94-2533-48aa-8924-da051a7881b3} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13939 | 2024.11.27 18:43:28.053608 [ 254 ] {f8ebff94-2533-48aa-8924-da051a7881b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 13940 | 2024.11.27 18:43:28.054188 [ 254 ] {f8ebff94-2533-48aa-8924-da051a7881b3} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 13941 | 2024.11.27 18:43:28.054524 [ 254 ] {f8ebff94-2533-48aa-8924-da051a7881b3} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13942 | 2024.11.27 18:43:28.054717 [ 75 ] {} <Debug> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c) (MergerMutator): Selected 5 parts from all_1_101_20 to all_105_105_0 | ||
| 13943 | 2024.11.27 18:43:28.054817 [ 75 ] {} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13944 | 2024.11.27 18:43:28.054856 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 13945 | 2024.11.27 18:43:28.054862 [ 254 ] {f8ebff94-2533-48aa-8924-da051a7881b3} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.003857 sec., 41483.01788955146 rows/sec., 2.89 MiB/sec. | ||
| 13946 | 2024.11.27 18:43:28.055285 [ 254 ] {f8ebff94-2533-48aa-8924-da051a7881b3} <Debug> TCPHandler: Processed in 0.004483307 sec. | ||
| 13947 | 2024.11.27 18:43:28.055891 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13948 | 2024.11.27 18:43:28.056043 [ 201 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2427 rows, containing 5 columns (5 merged, 0 gathered) in 0.005172597 sec., 469203.3808162515 rows/sec., 36.00 MiB/sec. | ||
| 13949 | 2024.11.27 18:43:28.056212 [ 201 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_105_21} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_101_20 to all_105_105_0 into Compact with storage Full | ||
| 13950 | 2024.11.27 18:43:28.056418 [ 253 ] {589ef105-69db-4115-98f4-57d93170bce6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 13951 | 2024.11.27 18:43:28.056640 [ 198 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 13952 | 2024.11.27 18:43:28.057064 [ 253 ] {589ef105-69db-4115-98f4-57d93170bce6} <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 | ||
| 13953 | 2024.11.27 18:43:28.057095 [ 201 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_105_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13954 | 2024.11.27 18:43:28.057333 [ 201 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_101_20, total 31632 rows starting from the beginning of the part | ||
| 13955 | 2024.11.27 18:43:28.058135 [ 201 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 160 rows starting from the beginning of the part | ||
| 13956 | 2024.11.27 18:43:28.058803 [ 198 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_106_21} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13957 | 2024.11.27 18:43:28.059110 [ 201 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 237 rows starting from the beginning of the part | ||
| 13958 | 2024.11.27 18:43:28.059545 [ 198 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_106_21} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 13959 | 2024.11.27 18:43:28.059642 [ 201 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 881 rows starting from the beginning of the part | ||
| 13960 | 2024.11.27 18:43:28.060139 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. | ||
| 13961 | 2024.11.27 18:43:28.060366 [ 201 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 237 rows starting from the beginning of the part | ||
| 13962 | 2024.11.27 18:43:28.063384 [ 253 ] {589ef105-69db-4115-98f4-57d93170bce6} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13963 | 2024.11.27 18:43:28.063437 [ 253 ] {589ef105-69db-4115-98f4-57d93170bce6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 13964 | 2024.11.27 18:43:28.064989 [ 253 ] {589ef105-69db-4115-98f4-57d93170bce6} <Trace> MergedBlockOutputStream: filled checksums all_98_98_0 (state Temporary) | ||
| 13965 | 2024.11.27 18:43:28.065409 [ 253 ] {589ef105-69db-4115-98f4-57d93170bce6} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Renaming temporary part tmp_insert_all_98_98_0 to all_98_98_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13966 | 2024.11.27 18:43:28.065695 [ 253 ] {589ef105-69db-4115-98f4-57d93170bce6} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.009507 sec., 1682.970442831598 rows/sec., 3.02 MiB/sec. | ||
| 13967 | 2024.11.27 18:43:28.065859 [ 253 ] {589ef105-69db-4115-98f4-57d93170bce6} <Debug> TCPHandler: Processed in 0.010401714 sec. | ||
| 13968 | 2024.11.27 18:43:28.066064 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 13969 | 2024.11.27 18:43:28.066216 [ 254 ] {481d5801-60a7-421d-81a4-370e48832bba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 13970 | 2024.11.27 18:43:28.066278 [ 254 ] {481d5801-60a7-421d-81a4-370e48832bba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 13971 | 2024.11.27 18:43:28.066977 [ 254 ] {481d5801-60a7-421d-81a4-370e48832bba} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13972 | 2024.11.27 18:43:28.067017 [ 254 ] {481d5801-60a7-421d-81a4-370e48832bba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 13973 | 2024.11.27 18:43:28.067600 [ 254 ] {481d5801-60a7-421d-81a4-370e48832bba} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 13974 | 2024.11.27 18:43:28.067868 [ 254 ] {481d5801-60a7-421d-81a4-370e48832bba} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13975 | 2024.11.27 18:43:28.068076 [ 75 ] {} <Debug> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 13976 | 2024.11.27 18:43:28.068160 [ 75 ] {} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 13977 | 2024.11.27 18:43:28.068204 [ 254 ] {481d5801-60a7-421d-81a4-370e48832bba} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002014 sec., 29791.45978152929 rows/sec., 2.01 MiB/sec. | ||
| 13978 | 2024.11.27 18:43:28.068211 [ 75 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 13979 | 2024.11.27 18:43:28.068382 [ 254 ] {481d5801-60a7-421d-81a4-370e48832bba} <Debug> TCPHandler: Processed in 0.002421556 sec. | ||
| 13980 | 2024.11.27 18:43:28.068531 [ 194 ] {c59724f6-f374-41a1-8302-611230e47527::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 | ||
| 13981 | 2024.11.27 18:43:28.068790 [ 194 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 13982 | 2024.11.27 18:43:28.068839 [ 194 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 6886 rows starting from the beginning of the part | ||
| 13983 | 2024.11.27 18:43:28.068958 [ 194 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 60 rows starting from the beginning of the part | ||
| 13984 | 2024.11.27 18:43:28.069265 [ 194 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 82 rows starting from the beginning of the part | ||
| 13985 | 2024.11.27 18:43:28.069366 [ 194 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 60 rows starting from the beginning of the part | ||
| 13986 | 2024.11.27 18:43:28.069588 [ 194 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 82 rows starting from the beginning of the part | ||
| 13987 | 2024.11.27 18:43:28.069775 [ 194 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 60 rows starting from the beginning of the part | ||
| 13988 | 2024.11.27 18:43:28.070653 [ 198 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_105_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 33147 rows, containing 5 columns (5 merged, 0 gathered) in 0.0155595 sec., 2130338.378482599 rows/sec., 144.14 MiB/sec. | ||
| 13989 | 2024.11.27 18:43:28.070953 [ 198 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_105_21} <Trace> MergedBlockOutputStream: filled checksums all_1_105_21 (state Temporary) | ||
| 13990 | 2024.11.27 18:43:28.071351 [ 198 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_105_21} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Renaming temporary part tmp_merge_all_1_105_21 to all_1_105_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13991 | 2024.11.27 18:43:28.071481 [ 198 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_105_21} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c) (MergerMutator): Merged 5 parts: [all_1_101_20, all_105_105_0] -> all_1_105_21 | ||
| 13992 | 2024.11.27 18:43:28.071581 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.33 MiB. | ||
| 13993 | 2024.11.27 18:43:28.072747 [ 200 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7230 rows, containing 4 columns (4 merged, 0 gathered) in 0.004328374 sec., 1670373.2163625415 rows/sec., 109.25 MiB/sec. | ||
| 13994 | 2024.11.27 18:43:28.073585 [ 200 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 13995 | 2024.11.27 18:43:28.074080 [ 200 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_106_21} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 13996 | 2024.11.27 18:43:28.074171 [ 200 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_106_21} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 13997 | 2024.11.27 18:43:28.074281 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.26 MiB. | ||
| 13998 | 2024.11.27 18:43:29.908884 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 543 | ||
| 13999 | 2024.11.27 18:43:29.931936 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14000 | 2024.11.27 18:43:29.931997 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 14001 | 2024.11.27 18:43:29.939713 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 14002 | 2024.11.27 18:43:29.940511 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14003 | 2024.11.27 18:43:29.943637 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 543 | ||
| 14004 | 2024.11.27 18:43:33.044143 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14005 | 2024.11.27 18:43:33.044391 [ 253 ] {ea8489ab-b55f-4fb2-8335-f30f96f4a158} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 14006 | 2024.11.27 18:43:33.044479 [ 253 ] {ea8489ab-b55f-4fb2-8335-f30f96f4a158} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 14007 | 2024.11.27 18:43:33.045261 [ 253 ] {ea8489ab-b55f-4fb2-8335-f30f96f4a158} <Trace> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14008 | 2024.11.27 18:43:33.045317 [ 253 ] {ea8489ab-b55f-4fb2-8335-f30f96f4a158} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 14009 | 2024.11.27 18:43:33.045772 [ 253 ] {ea8489ab-b55f-4fb2-8335-f30f96f4a158} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 14010 | 2024.11.27 18:43:33.046029 [ 253 ] {ea8489ab-b55f-4fb2-8335-f30f96f4a158} <Trace> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14011 | 2024.11.27 18:43:33.046202 [ 69 ] {} <Debug> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb) (MergerMutator): Selected 5 parts from all_1_42_10 to all_46_46_0 | ||
| 14012 | 2024.11.27 18:43:33.046246 [ 69 ] {} <Trace> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14013 | 2024.11.27 18:43:33.046250 [ 253 ] {ea8489ab-b55f-4fb2-8335-f30f96f4a158} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001932 sec., 7246.376811594203 rows/sec., 521.64 KiB/sec. | ||
| 14014 | 2024.11.27 18:43:33.046272 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 14015 | 2024.11.27 18:43:33.046348 [ 253 ] {ea8489ab-b55f-4fb2-8335-f30f96f4a158} <Debug> TCPHandler: Processed in 0.002343185 sec. | ||
| 14016 | 2024.11.27 18:43:33.046412 [ 190 ] {17effacc-4e38-4bb0-b3f7-e2a659fcc7fb::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 | ||
| 14017 | 2024.11.27 18:43:33.046533 [ 190 ] {17effacc-4e38-4bb0-b3f7-e2a659fcc7fb::all_1_46_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14018 | 2024.11.27 18:43:33.046566 [ 190 ] {17effacc-4e38-4bb0-b3f7-e2a659fcc7fb::all_1_46_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_42_10, total 14 rows starting from the beginning of the part | ||
| 14019 | 2024.11.27 18:43:33.046601 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14020 | 2024.11.27 18:43:33.046691 [ 190 ] {17effacc-4e38-4bb0-b3f7-e2a659fcc7fb::all_1_46_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 14 rows starting from the beginning of the part | ||
| 14021 | 2024.11.27 18:43:33.046981 [ 190 ] {17effacc-4e38-4bb0-b3f7-e2a659fcc7fb::all_1_46_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 14 rows starting from the beginning of the part | ||
| 14022 | 2024.11.27 18:43:33.047012 [ 254 ] {ca36c20b-c195-4b8d-95c2-cf4ddd60edd9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14023 | 2024.11.27 18:43:33.047225 [ 254 ] {ca36c20b-c195-4b8d-95c2-cf4ddd60edd9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14024 | 2024.11.27 18:43:33.047387 [ 190 ] {17effacc-4e38-4bb0-b3f7-e2a659fcc7fb::all_1_46_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 14 rows starting from the beginning of the part | ||
| 14025 | 2024.11.27 18:43:33.047719 [ 190 ] {17effacc-4e38-4bb0-b3f7-e2a659fcc7fb::all_1_46_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 14 rows starting from the beginning of the part | ||
| 14026 | 2024.11.27 18:43:33.050003 [ 254 ] {ca36c20b-c195-4b8d-95c2-cf4ddd60edd9} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14027 | 2024.11.27 18:43:33.050107 [ 254 ] {ca36c20b-c195-4b8d-95c2-cf4ddd60edd9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 14028 | 2024.11.27 18:43:33.050168 [ 200 ] {17effacc-4e38-4bb0-b3f7-e2a659fcc7fb::all_1_46_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.003819866 sec., 18325.25015275405 rows/sec., 1.36 MiB/sec. | ||
| 14029 | 2024.11.27 18:43:33.050405 [ 200 ] {17effacc-4e38-4bb0-b3f7-e2a659fcc7fb::all_1_46_11} <Trace> MergedBlockOutputStream: filled checksums all_1_46_11 (state Temporary) | ||
| 14030 | 2024.11.27 18:43:33.050850 [ 254 ] {ca36c20b-c195-4b8d-95c2-cf4ddd60edd9} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 14031 | 2024.11.27 18:43:33.050950 [ 200 ] {17effacc-4e38-4bb0-b3f7-e2a659fcc7fb::all_1_46_11} <Trace> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb): Renaming temporary part tmp_merge_all_1_46_11 to all_1_46_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14032 | 2024.11.27 18:43:33.051135 [ 200 ] {17effacc-4e38-4bb0-b3f7-e2a659fcc7fb::all_1_46_11} <Trace> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb) (MergerMutator): Merged 5 parts: [all_1_42_10, all_46_46_0] -> all_1_46_11 | ||
| 14033 | 2024.11.27 18:43:33.051314 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 14034 | 2024.11.27 18:43:33.051321 [ 254 ] {ca36c20b-c195-4b8d-95c2-cf4ddd60edd9} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14035 | 2024.11.27 18:43:33.051607 [ 254 ] {ca36c20b-c195-4b8d-95c2-cf4ddd60edd9} <Debug> executeQuery: Read 253 rows, 22.72 KiB in 0.004743 sec., 53341.76681425259 rows/sec., 4.68 MiB/sec. | ||
| 14036 | 2024.11.27 18:43:33.051683 [ 254 ] {ca36c20b-c195-4b8d-95c2-cf4ddd60edd9} <Debug> TCPHandler: Processed in 0.005228508 sec. | ||
| 14037 | 2024.11.27 18:43:33.051835 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14038 | 2024.11.27 18:43:33.051974 [ 253 ] {bbc9d0e4-dcca-4fa9-b238-c295e2b415ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14039 | 2024.11.27 18:43:33.052037 [ 253 ] {bbc9d0e4-dcca-4fa9-b238-c295e2b415ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14040 | 2024.11.27 18:43:33.052761 [ 253 ] {bbc9d0e4-dcca-4fa9-b238-c295e2b415ca} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14041 | 2024.11.27 18:43:33.052808 [ 253 ] {bbc9d0e4-dcca-4fa9-b238-c295e2b415ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 14042 | 2024.11.27 18:43:33.053205 [ 253 ] {bbc9d0e4-dcca-4fa9-b238-c295e2b415ca} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 14043 | 2024.11.27 18:43:33.053447 [ 253 ] {bbc9d0e4-dcca-4fa9-b238-c295e2b415ca} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14044 | 2024.11.27 18:43:33.053630 [ 253 ] {bbc9d0e4-dcca-4fa9-b238-c295e2b415ca} <Debug> executeQuery: Read 32 rows, 2.34 KiB in 0.001693 sec., 18901.358535144715 rows/sec., 1.35 MiB/sec. | ||
| 14045 | 2024.11.27 18:43:33.053684 [ 253 ] {bbc9d0e4-dcca-4fa9-b238-c295e2b415ca} <Debug> TCPHandler: Processed in 0.001908888 sec. | ||
| 14046 | 2024.11.27 18:43:33.053827 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14047 | 2024.11.27 18:43:33.053964 [ 254 ] {7c601ec5-254e-4505-b21a-4be8a7a0455f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 14048 | 2024.11.27 18:43:33.054025 [ 254 ] {7c601ec5-254e-4505-b21a-4be8a7a0455f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 14049 | 2024.11.27 18:43:33.054753 [ 254 ] {7c601ec5-254e-4505-b21a-4be8a7a0455f} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14050 | 2024.11.27 18:43:33.054801 [ 254 ] {7c601ec5-254e-4505-b21a-4be8a7a0455f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 14051 | 2024.11.27 18:43:33.055187 [ 254 ] {7c601ec5-254e-4505-b21a-4be8a7a0455f} <Trace> MergedBlockOutputStream: filled checksums all_63_63_0 (state Temporary) | ||
| 14052 | 2024.11.27 18:43:33.055422 [ 254 ] {7c601ec5-254e-4505-b21a-4be8a7a0455f} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Renaming temporary part tmp_insert_all_63_63_0 to all_63_63_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14053 | 2024.11.27 18:43:33.055672 [ 254 ] {7c601ec5-254e-4505-b21a-4be8a7a0455f} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00174 sec., 8045.977011494253 rows/sec., 563.49 KiB/sec. | ||
| 14054 | 2024.11.27 18:43:33.055793 [ 254 ] {7c601ec5-254e-4505-b21a-4be8a7a0455f} <Debug> TCPHandler: Processed in 0.00202203 sec. | ||
| 14055 | 2024.11.27 18:43:33.056029 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14056 | 2024.11.27 18:43:33.056184 [ 253 ] {bb2cb292-fcc1-4ef1-955f-99cc261fd593} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 14057 | 2024.11.27 18:43:33.056236 [ 253 ] {bb2cb292-fcc1-4ef1-955f-99cc261fd593} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 14058 | 2024.11.27 18:43:33.056828 [ 253 ] {bb2cb292-fcc1-4ef1-955f-99cc261fd593} <Trace> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14059 | 2024.11.27 18:43:33.056869 [ 253 ] {bb2cb292-fcc1-4ef1-955f-99cc261fd593} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 14060 | 2024.11.27 18:43:33.057238 [ 253 ] {bb2cb292-fcc1-4ef1-955f-99cc261fd593} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 14061 | 2024.11.27 18:43:33.057475 [ 253 ] {bb2cb292-fcc1-4ef1-955f-99cc261fd593} <Trace> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14062 | 2024.11.27 18:43:33.057609 [ 69 ] {} <Debug> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297) (MergerMutator): Selected 5 parts from all_1_42_10 to all_46_46_0 | ||
| 14063 | 2024.11.27 18:43:33.057649 [ 69 ] {} <Trace> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14064 | 2024.11.27 18:43:33.057666 [ 253 ] {bb2cb292-fcc1-4ef1-955f-99cc261fd593} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001505 sec., 8637.873754152824 rows/sec., 538.57 KiB/sec. | ||
| 14065 | 2024.11.27 18:43:33.057675 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 14066 | 2024.11.27 18:43:33.057808 [ 253 ] {bb2cb292-fcc1-4ef1-955f-99cc261fd593} <Debug> TCPHandler: Processed in 0.001892128 sec. | ||
| 14067 | 2024.11.27 18:43:33.057985 [ 191 ] {570c97a2-0b60-44ce-bbb0-1d06000f2297::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 | ||
| 14068 | 2024.11.27 18:43:33.058105 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14069 | 2024.11.27 18:43:33.058517 [ 191 ] {570c97a2-0b60-44ce-bbb0-1d06000f2297::all_1_46_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14070 | 2024.11.27 18:43:33.058558 [ 254 ] {b304ff57-1f03-4ce6-a45d-4970ffafb1fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14071 | 2024.11.27 18:43:33.058627 [ 191 ] {570c97a2-0b60-44ce-bbb0-1d06000f2297::all_1_46_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_42_10, total 13 rows starting from the beginning of the part | ||
| 14072 | 2024.11.27 18:43:33.058741 [ 254 ] {b304ff57-1f03-4ce6-a45d-4970ffafb1fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14073 | 2024.11.27 18:43:33.058988 [ 191 ] {570c97a2-0b60-44ce-bbb0-1d06000f2297::all_1_46_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 13 rows starting from the beginning of the part | ||
| 14074 | 2024.11.27 18:43:33.059547 [ 191 ] {570c97a2-0b60-44ce-bbb0-1d06000f2297::all_1_46_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 13 rows starting from the beginning of the part | ||
| 14075 | 2024.11.27 18:43:33.059812 [ 191 ] {570c97a2-0b60-44ce-bbb0-1d06000f2297::all_1_46_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 13 rows starting from the beginning of the part | ||
| 14076 | 2024.11.27 18:43:33.060225 [ 191 ] {570c97a2-0b60-44ce-bbb0-1d06000f2297::all_1_46_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 13 rows starting from the beginning of the part | ||
| 14077 | 2024.11.27 18:43:33.061328 [ 254 ] {b304ff57-1f03-4ce6-a45d-4970ffafb1fe} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14078 | 2024.11.27 18:43:33.061378 [ 254 ] {b304ff57-1f03-4ce6-a45d-4970ffafb1fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 14079 | 2024.11.27 18:43:33.061890 [ 189 ] {570c97a2-0b60-44ce-bbb0-1d06000f2297::all_1_46_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004104521 sec., 15836.196233372908 rows/sec., 1.02 MiB/sec. | ||
| 14080 | 2024.11.27 18:43:33.062035 [ 254 ] {b304ff57-1f03-4ce6-a45d-4970ffafb1fe} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 14081 | 2024.11.27 18:43:33.062189 [ 189 ] {570c97a2-0b60-44ce-bbb0-1d06000f2297::all_1_46_11} <Trace> MergedBlockOutputStream: filled checksums all_1_46_11 (state Temporary) | ||
| 14082 | 2024.11.27 18:43:33.062895 [ 254 ] {b304ff57-1f03-4ce6-a45d-4970ffafb1fe} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14083 | 2024.11.27 18:43:33.063219 [ 189 ] {570c97a2-0b60-44ce-bbb0-1d06000f2297::all_1_46_11} <Trace> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297): Renaming temporary part tmp_merge_all_1_46_11 to all_1_46_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14084 | 2024.11.27 18:43:33.063370 [ 224 ] {} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): 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] | ||
| 14085 | 2024.11.27 18:43:33.063406 [ 254 ] {b304ff57-1f03-4ce6-a45d-4970ffafb1fe} <Debug> executeQuery: Read 407 rows, 29.68 KiB in 0.004966 sec., 81957.3097060008 rows/sec., 5.84 MiB/sec. | ||
| 14086 | 2024.11.27 18:43:33.063439 [ 224 ] {} <Debug> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): 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] | ||
| 14087 | 2024.11.27 18:43:33.063485 [ 189 ] {570c97a2-0b60-44ce-bbb0-1d06000f2297::all_1_46_11} <Trace> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297) (MergerMutator): Merged 5 parts: [all_1_42_10, all_46_46_0] -> all_1_46_11 | ||
| 14088 | 2024.11.27 18:43:33.063657 [ 254 ] {b304ff57-1f03-4ce6-a45d-4970ffafb1fe} <Debug> TCPHandler: Processed in 0.005704004 sec. | ||
| 14089 | 2024.11.27 18:43:33.063872 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 14090 | 2024.11.27 18:43:33.064026 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14091 | 2024.11.27 18:43:33.064160 [ 253 ] {8ef747f2-7bac-46d3-baab-627da9397176} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 14092 | 2024.11.27 18:43:33.064245 [ 253 ] {8ef747f2-7bac-46d3-baab-627da9397176} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 14093 | 2024.11.27 18:43:33.065547 [ 253 ] {8ef747f2-7bac-46d3-baab-627da9397176} <Trace> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14094 | 2024.11.27 18:43:33.065587 [ 253 ] {8ef747f2-7bac-46d3-baab-627da9397176} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 14095 | 2024.11.27 18:43:33.066137 [ 253 ] {8ef747f2-7bac-46d3-baab-627da9397176} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 14096 | 2024.11.27 18:43:33.066467 [ 253 ] {8ef747f2-7bac-46d3-baab-627da9397176} <Trace> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14097 | 2024.11.27 18:43:33.066602 [ 69 ] {} <Debug> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 14098 | 2024.11.27 18:43:33.066640 [ 69 ] {} <Trace> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14099 | 2024.11.27 18:43:33.066661 [ 253 ] {8ef747f2-7bac-46d3-baab-627da9397176} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.002539 sec., 2363.1350925561246 rows/sec., 123.46 KiB/sec. | ||
| 14100 | 2024.11.27 18:43:33.066665 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 14101 | 2024.11.27 18:43:33.066898 [ 253 ] {8ef747f2-7bac-46d3-baab-627da9397176} <Debug> TCPHandler: Processed in 0.003039186 sec. | ||
| 14102 | 2024.11.27 18:43:33.067063 [ 197 ] {4a23b31e-2fab-45ac-a10f-cd78611343e3::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 | ||
| 14103 | 2024.11.27 18:43:33.067193 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14104 | 2024.11.27 18:43:33.067567 [ 254 ] {54036a9a-08e8-4494-aef8-df11ed1941c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14105 | 2024.11.27 18:43:33.067687 [ 197 ] {4a23b31e-2fab-45ac-a10f-cd78611343e3::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14106 | 2024.11.27 18:43:33.067699 [ 254 ] {54036a9a-08e8-4494-aef8-df11ed1941c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14107 | 2024.11.27 18:43:33.067825 [ 197 ] {4a23b31e-2fab-45ac-a10f-cd78611343e3::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 246 rows starting from the beginning of the part | ||
| 14108 | 2024.11.27 18:43:33.068583 [ 197 ] {4a23b31e-2fab-45ac-a10f-cd78611343e3::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 6 rows starting from the beginning of the part | ||
| 14109 | 2024.11.27 18:43:33.068964 [ 197 ] {4a23b31e-2fab-45ac-a10f-cd78611343e3::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 6 rows starting from the beginning of the part | ||
| 14110 | 2024.11.27 18:43:33.069180 [ 224 ] {} <Debug> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): 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] | ||
| 14111 | 2024.11.27 18:43:33.069704 [ 197 ] {4a23b31e-2fab-45ac-a10f-cd78611343e3::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 6 rows starting from the beginning of the part | ||
| 14112 | 2024.11.27 18:43:33.070710 [ 197 ] {4a23b31e-2fab-45ac-a10f-cd78611343e3::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 6 rows starting from the beginning of the part | ||
| 14113 | 2024.11.27 18:43:33.071842 [ 254 ] {54036a9a-08e8-4494-aef8-df11ed1941c3} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14114 | 2024.11.27 18:43:33.071965 [ 254 ] {54036a9a-08e8-4494-aef8-df11ed1941c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 14115 | 2024.11.27 18:43:33.071993 [ 197 ] {4a23b31e-2fab-45ac-a10f-cd78611343e3::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 6 rows starting from the beginning of the part | ||
| 14116 | 2024.11.27 18:43:33.073216 [ 254 ] {54036a9a-08e8-4494-aef8-df11ed1941c3} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 14117 | 2024.11.27 18:43:33.073759 [ 254 ] {54036a9a-08e8-4494-aef8-df11ed1941c3} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14118 | 2024.11.27 18:43:33.074268 [ 254 ] {54036a9a-08e8-4494-aef8-df11ed1941c3} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.006823 sec., 34735.4536127803 rows/sec., 2.33 MiB/sec. | ||
| 14119 | 2024.11.27 18:43:33.074459 [ 254 ] {54036a9a-08e8-4494-aef8-df11ed1941c3} <Debug> TCPHandler: Processed in 0.00741797 sec. | ||
| 14120 | 2024.11.27 18:43:33.074723 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14121 | 2024.11.27 18:43:33.074889 [ 189 ] {4a23b31e-2fab-45ac-a10f-cd78611343e3::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 276 rows, containing 4 columns (4 merged, 0 gathered) in 0.00808009 sec., 34158.03536841793 rows/sec., 1.74 MiB/sec. | ||
| 14122 | 2024.11.27 18:43:33.074965 [ 253 ] {fcb22bd7-03e8-4a92-91db-9fdd3abd84f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 14123 | 2024.11.27 18:43:33.075046 [ 253 ] {fcb22bd7-03e8-4a92-91db-9fdd3abd84f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 14124 | 2024.11.27 18:43:33.075134 [ 189 ] {4a23b31e-2fab-45ac-a10f-cd78611343e3::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 14125 | 2024.11.27 18:43:33.075835 [ 189 ] {4a23b31e-2fab-45ac-a10f-cd78611343e3::all_1_46_9} <Trace> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14126 | 2024.11.27 18:43:33.076061 [ 189 ] {4a23b31e-2fab-45ac-a10f-cd78611343e3::all_1_46_9} <Trace> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 14127 | 2024.11.27 18:43:33.076169 [ 253 ] {fcb22bd7-03e8-4a92-91db-9fdd3abd84f3} <Trace> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14128 | 2024.11.27 18:43:33.076221 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 14129 | 2024.11.27 18:43:33.076238 [ 253 ] {fcb22bd7-03e8-4a92-91db-9fdd3abd84f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 14130 | 2024.11.27 18:43:33.076628 [ 253 ] {fcb22bd7-03e8-4a92-91db-9fdd3abd84f3} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 14131 | 2024.11.27 18:43:33.076866 [ 253 ] {fcb22bd7-03e8-4a92-91db-9fdd3abd84f3} <Trace> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14132 | 2024.11.27 18:43:33.077044 [ 253 ] {fcb22bd7-03e8-4a92-91db-9fdd3abd84f3} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002127 sec., 470.14574518100613 rows/sec., 31.68 KiB/sec. | ||
| 14133 | 2024.11.27 18:43:33.077097 [ 253 ] {fcb22bd7-03e8-4a92-91db-9fdd3abd84f3} <Debug> TCPHandler: Processed in 0.002543798 sec. | ||
| 14134 | 2024.11.27 18:43:33.077243 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14135 | 2024.11.27 18:43:33.077383 [ 254 ] {1c7a8aa9-109e-4b61-9f36-293eb44b6593} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14136 | 2024.11.27 18:43:33.077475 [ 254 ] {1c7a8aa9-109e-4b61-9f36-293eb44b6593} <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 | ||
| 14137 | 2024.11.27 18:43:33.078688 [ 254 ] {1c7a8aa9-109e-4b61-9f36-293eb44b6593} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14138 | 2024.11.27 18:43:33.078728 [ 254 ] {1c7a8aa9-109e-4b61-9f36-293eb44b6593} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 14139 | 2024.11.27 18:43:33.079391 [ 254 ] {1c7a8aa9-109e-4b61-9f36-293eb44b6593} <Trace> MergedBlockOutputStream: filled checksums all_99_99_0 (state Temporary) | ||
| 14140 | 2024.11.27 18:43:33.079646 [ 254 ] {1c7a8aa9-109e-4b61-9f36-293eb44b6593} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Renaming temporary part tmp_insert_all_99_99_0 to all_99_99_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14141 | 2024.11.27 18:43:33.079928 [ 254 ] {1c7a8aa9-109e-4b61-9f36-293eb44b6593} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.002579 sec., 9693.679720822023 rows/sec., 17.37 MiB/sec. | ||
| 14142 | 2024.11.27 18:43:33.080394 [ 254 ] {1c7a8aa9-109e-4b61-9f36-293eb44b6593} <Debug> TCPHandler: Processed in 0.003215607 sec. | ||
| 14143 | 2024.11.27 18:43:33.080676 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14144 | 2024.11.27 18:43:33.080877 [ 253 ] {77e8b806-3106-4b17-a65a-78a2cf1605ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14145 | 2024.11.27 18:43:33.080939 [ 253 ] {77e8b806-3106-4b17-a65a-78a2cf1605ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14146 | 2024.11.27 18:43:33.081422 [ 253 ] {77e8b806-3106-4b17-a65a-78a2cf1605ec} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14147 | 2024.11.27 18:43:33.081461 [ 253 ] {77e8b806-3106-4b17-a65a-78a2cf1605ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 14148 | 2024.11.27 18:43:33.081844 [ 253 ] {77e8b806-3106-4b17-a65a-78a2cf1605ec} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 14149 | 2024.11.27 18:43:33.082090 [ 253 ] {77e8b806-3106-4b17-a65a-78a2cf1605ec} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14150 | 2024.11.27 18:43:33.082265 [ 253 ] {77e8b806-3106-4b17-a65a-78a2cf1605ec} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001419 sec., 57787.17406624384 rows/sec., 3.67 MiB/sec. | ||
| 14151 | 2024.11.27 18:43:33.082315 [ 253 ] {77e8b806-3106-4b17-a65a-78a2cf1605ec} <Debug> TCPHandler: Processed in 0.001816687 sec. | ||
| 14152 | 2024.11.27 18:43:33.582395 [ 220 ] {} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): 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] | ||
| 14153 | 2024.11.27 18:43:33.582454 [ 220 ] {} <Debug> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): 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] | ||
| 14154 | 2024.11.27 18:43:33.584537 [ 220 ] {} <Debug> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): 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] | ||
| 14155 | 2024.11.27 18:43:33.726939 [ 223 ] {} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): 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] | ||
| 14156 | 2024.11.27 18:43:33.727000 [ 223 ] {} <Debug> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): 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] | ||
| 14157 | 2024.11.27 18:43:33.728954 [ 223 ] {} <Debug> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): 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] | ||
| 14158 | 2024.11.27 18:43:34.638533 [ 222 ] {} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): 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] | ||
| 14159 | 2024.11.27 18:43:34.638588 [ 222 ] {} <Debug> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): 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] | ||
| 14160 | 2024.11.27 18:43:34.640819 [ 222 ] {} <Debug> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): 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] | ||
| 14161 | 2024.11.27 18:43:35.021608 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 33489 | ||
| 14162 | 2024.11.27 18:43:35.022262 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14163 | 2024.11.27 18:43:35.022310 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 14164 | 2024.11.27 18:43:35.022839 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 14165 | 2024.11.27 18:43:35.023091 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14166 | 2024.11.27 18:43:35.023333 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33489 | ||
| 14167 | 2024.11.27 18:43:37.443731 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 551 | ||
| 14168 | 2024.11.27 18:43:37.465446 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14169 | 2024.11.27 18:43:37.465499 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 14170 | 2024.11.27 18:43:37.472648 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 14171 | 2024.11.27 18:43:37.473456 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14172 | 2024.11.27 18:43:37.476414 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 551 | ||
| 14173 | 2024.11.27 18:43:37.488490 [ 220 ] {} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): 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] | ||
| 14174 | 2024.11.27 18:43:37.488554 [ 220 ] {} <Debug> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): 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] | ||
| 14175 | 2024.11.27 18:43:37.490537 [ 220 ] {} <Debug> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): 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] | ||
| 14176 | 2024.11.27 18:43:37.716453 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 1982 | ||
| 14177 | 2024.11.27 18:43:37.720109 [ 242 ] {} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14178 | 2024.11.27 18:43:37.720173 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 14179 | 2024.11.27 18:43:37.721845 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 14180 | 2024.11.27 18:43:37.722212 [ 242 ] {} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14181 | 2024.11.27 18:43:37.723810 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 1982 | ||
| 14182 | 2024.11.27 18:43:38.039569 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14183 | 2024.11.27 18:43:38.039788 [ 253 ] {43d3afac-7258-4efd-b48c-6e15f096f173} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14184 | 2024.11.27 18:43:38.039873 [ 253 ] {43d3afac-7258-4efd-b48c-6e15f096f173} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14185 | 2024.11.27 18:43:38.040686 [ 253 ] {43d3afac-7258-4efd-b48c-6e15f096f173} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14186 | 2024.11.27 18:43:38.040734 [ 253 ] {43d3afac-7258-4efd-b48c-6e15f096f173} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 14187 | 2024.11.27 18:43:38.041185 [ 253 ] {43d3afac-7258-4efd-b48c-6e15f096f173} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 14188 | 2024.11.27 18:43:38.041438 [ 253 ] {43d3afac-7258-4efd-b48c-6e15f096f173} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14189 | 2024.11.27 18:43:38.041736 [ 253 ] {43d3afac-7258-4efd-b48c-6e15f096f173} <Debug> executeQuery: Read 88 rows, 7.40 KiB in 0.001987 sec., 44287.871162556614 rows/sec., 3.64 MiB/sec. | ||
| 14190 | 2024.11.27 18:43:38.041851 [ 253 ] {43d3afac-7258-4efd-b48c-6e15f096f173} <Debug> TCPHandler: Processed in 0.002421816 sec. | ||
| 14191 | 2024.11.27 18:43:38.042162 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14192 | 2024.11.27 18:43:38.042407 [ 254 ] {975ecbca-5604-43bb-924e-58536d994374} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14193 | 2024.11.27 18:43:38.042486 [ 254 ] {975ecbca-5604-43bb-924e-58536d994374} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14194 | 2024.11.27 18:43:38.043278 [ 254 ] {975ecbca-5604-43bb-924e-58536d994374} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14195 | 2024.11.27 18:43:38.043329 [ 254 ] {975ecbca-5604-43bb-924e-58536d994374} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 14196 | 2024.11.27 18:43:38.043765 [ 254 ] {975ecbca-5604-43bb-924e-58536d994374} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 14197 | 2024.11.27 18:43:38.044013 [ 254 ] {975ecbca-5604-43bb-924e-58536d994374} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14198 | 2024.11.27 18:43:38.044211 [ 64 ] {} <Debug> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c) (MergerMutator): Selected 6 parts from all_1_95_19 to all_100_100_0 | ||
| 14199 | 2024.11.27 18:43:38.044274 [ 254 ] {975ecbca-5604-43bb-924e-58536d994374} <Debug> executeQuery: Read 16 rows, 1.20 KiB in 0.001917 sec., 8346.374543557642 rows/sec., 627.61 KiB/sec. | ||
| 14200 | 2024.11.27 18:43:38.044302 [ 64 ] {} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14201 | 2024.11.27 18:43:38.044384 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 14202 | 2024.11.27 18:43:38.044398 [ 254 ] {975ecbca-5604-43bb-924e-58536d994374} <Debug> TCPHandler: Processed in 0.002419936 sec. | ||
| 14203 | 2024.11.27 18:43:38.044618 [ 187 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::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 | ||
| 14204 | 2024.11.27 18:43:38.044641 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14205 | 2024.11.27 18:43:38.044807 [ 187 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_100_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14206 | 2024.11.27 18:43:38.044893 [ 187 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_100_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_95_19, total 66 rows starting from the beginning of the part | ||
| 14207 | 2024.11.27 18:43:38.044911 [ 253 ] {6abe8e7a-3ec2-4462-9d4c-7d39a0599d25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14208 | 2024.11.27 18:43:38.045079 [ 253 ] {6abe8e7a-3ec2-4462-9d4c-7d39a0599d25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14209 | 2024.11.27 18:43:38.045105 [ 187 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_100_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_96_96_0, total 18 rows starting from the beginning of the part | ||
| 14210 | 2024.11.27 18:43:38.045546 [ 187 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_100_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 32 rows starting from the beginning of the part | ||
| 14211 | 2024.11.27 18:43:38.045924 [ 187 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_100_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 16 rows starting from the beginning of the part | ||
| 14212 | 2024.11.27 18:43:38.046235 [ 187 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_100_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 32 rows starting from the beginning of the part | ||
| 14213 | 2024.11.27 18:43:38.046560 [ 187 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_100_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 16 rows starting from the beginning of the part | ||
| 14214 | 2024.11.27 18:43:38.048414 [ 253 ] {6abe8e7a-3ec2-4462-9d4c-7d39a0599d25} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14215 | 2024.11.27 18:43:38.048542 [ 253 ] {6abe8e7a-3ec2-4462-9d4c-7d39a0599d25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 14216 | 2024.11.27 18:43:38.049620 [ 187 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_100_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 180 rows, containing 5 columns (5 merged, 0 gathered) in 0.005130166 sec., 35086.583942897756 rows/sec., 2.65 MiB/sec. | ||
| 14217 | 2024.11.27 18:43:38.049658 [ 253 ] {6abe8e7a-3ec2-4462-9d4c-7d39a0599d25} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 14218 | 2024.11.27 18:43:38.049801 [ 187 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_100_20} <Trace> MergedBlockOutputStream: filled checksums all_1_100_20 (state Temporary) | ||
| 14219 | 2024.11.27 18:43:38.050154 [ 253 ] {6abe8e7a-3ec2-4462-9d4c-7d39a0599d25} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14220 | 2024.11.27 18:43:38.050276 [ 187 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_100_20} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Renaming temporary part tmp_merge_all_1_100_20 to all_1_100_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14221 | 2024.11.27 18:43:38.050592 [ 187 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_100_20} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c) (MergerMutator): Merged 6 parts: [all_1_95_19, all_100_100_0] -> all_1_100_20 | ||
| 14222 | 2024.11.27 18:43:38.050661 [ 253 ] {6abe8e7a-3ec2-4462-9d4c-7d39a0599d25} <Debug> executeQuery: Read 80 rows, 6.40 KiB in 0.005818 sec., 13750.429700928153 rows/sec., 1.07 MiB/sec. | ||
| 14223 | 2024.11.27 18:43:38.050759 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 14224 | 2024.11.27 18:43:38.050976 [ 253 ] {6abe8e7a-3ec2-4462-9d4c-7d39a0599d25} <Debug> TCPHandler: Processed in 0.006473776 sec. | ||
| 14225 | 2024.11.27 18:43:38.051249 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14226 | 2024.11.27 18:43:38.051420 [ 254 ] {dfeb01dd-7342-4ee2-b19c-52e1fadbf610} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14227 | 2024.11.27 18:43:38.051483 [ 254 ] {dfeb01dd-7342-4ee2-b19c-52e1fadbf610} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14228 | 2024.11.27 18:43:38.052148 [ 254 ] {dfeb01dd-7342-4ee2-b19c-52e1fadbf610} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14229 | 2024.11.27 18:43:38.052186 [ 254 ] {dfeb01dd-7342-4ee2-b19c-52e1fadbf610} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 14230 | 2024.11.27 18:43:38.052578 [ 254 ] {dfeb01dd-7342-4ee2-b19c-52e1fadbf610} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 14231 | 2024.11.27 18:43:38.052820 [ 254 ] {dfeb01dd-7342-4ee2-b19c-52e1fadbf610} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14232 | 2024.11.27 18:43:38.053047 [ 254 ] {dfeb01dd-7342-4ee2-b19c-52e1fadbf610} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001654 sec., 96735.18742442563 rows/sec., 6.74 MiB/sec. | ||
| 14233 | 2024.11.27 18:43:38.053134 [ 254 ] {dfeb01dd-7342-4ee2-b19c-52e1fadbf610} <Debug> TCPHandler: Processed in 0.00201373 sec. | ||
| 14234 | 2024.11.27 18:43:38.053344 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14235 | 2024.11.27 18:43:38.053564 [ 253 ] {b4f48946-2009-4b92-946b-8b469e2911fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14236 | 2024.11.27 18:43:38.053651 [ 253 ] {b4f48946-2009-4b92-946b-8b469e2911fe} <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 | ||
| 14237 | 2024.11.27 18:43:38.054830 [ 253 ] {b4f48946-2009-4b92-946b-8b469e2911fe} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14238 | 2024.11.27 18:43:38.054871 [ 253 ] {b4f48946-2009-4b92-946b-8b469e2911fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 14239 | 2024.11.27 18:43:38.055534 [ 253 ] {b4f48946-2009-4b92-946b-8b469e2911fe} <Trace> MergedBlockOutputStream: filled checksums all_100_100_0 (state Temporary) | ||
| 14240 | 2024.11.27 18:43:38.055793 [ 253 ] {b4f48946-2009-4b92-946b-8b469e2911fe} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Renaming temporary part tmp_insert_all_100_100_0 to all_100_100_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14241 | 2024.11.27 18:43:38.056035 [ 253 ] {b4f48946-2009-4b92-946b-8b469e2911fe} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002517 sec., 6356.773937226857 rows/sec., 11.39 MiB/sec. | ||
| 14242 | 2024.11.27 18:43:38.056156 [ 253 ] {b4f48946-2009-4b92-946b-8b469e2911fe} <Debug> TCPHandler: Processed in 0.002916163 sec. | ||
| 14243 | 2024.11.27 18:43:38.056335 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14244 | 2024.11.27 18:43:38.056450 [ 254 ] {4bc04906-ca3c-4640-a976-91c743caa21e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14245 | 2024.11.27 18:43:38.056500 [ 254 ] {4bc04906-ca3c-4640-a976-91c743caa21e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14246 | 2024.11.27 18:43:38.056999 [ 254 ] {4bc04906-ca3c-4640-a976-91c743caa21e} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14247 | 2024.11.27 18:43:38.057037 [ 254 ] {4bc04906-ca3c-4640-a976-91c743caa21e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 14248 | 2024.11.27 18:43:38.057401 [ 254 ] {4bc04906-ca3c-4640-a976-91c743caa21e} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 14249 | 2024.11.27 18:43:38.057631 [ 254 ] {4bc04906-ca3c-4640-a976-91c743caa21e} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14250 | 2024.11.27 18:43:38.057855 [ 254 ] {4bc04906-ca3c-4640-a976-91c743caa21e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001425 sec., 42105.26315789473 rows/sec., 2.84 MiB/sec. | ||
| 14251 | 2024.11.27 18:43:38.057946 [ 254 ] {4bc04906-ca3c-4640-a976-91c743caa21e} <Debug> TCPHandler: Processed in 0.001677955 sec. | ||
| 14252 | 2024.11.27 18:43:42.319892 [ 58 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 14253 | 2024.11.27 18:43:42.319973 [ 58 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 14254 | 2024.11.27 18:43:42.523493 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 33916 | ||
| 14255 | 2024.11.27 18:43:42.524229 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14256 | 2024.11.27 18:43:42.524271 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 14257 | 2024.11.27 18:43:42.524801 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 14258 | 2024.11.27 18:43:42.525064 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14259 | 2024.11.27 18:43:42.525260 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 33916 | ||
| 14260 | 2024.11.27 18:43:43.043885 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14261 | 2024.11.27 18:43:43.044197 [ 253 ] {bed2db0d-f84d-4057-9a7d-9f700a1cb40b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 14262 | 2024.11.27 18:43:43.044308 [ 253 ] {bed2db0d-f84d-4057-9a7d-9f700a1cb40b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 14263 | 2024.11.27 18:43:43.045113 [ 253 ] {bed2db0d-f84d-4057-9a7d-9f700a1cb40b} <Trace> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14264 | 2024.11.27 18:43:43.045166 [ 253 ] {bed2db0d-f84d-4057-9a7d-9f700a1cb40b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 14265 | 2024.11.27 18:43:43.045617 [ 253 ] {bed2db0d-f84d-4057-9a7d-9f700a1cb40b} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 14266 | 2024.11.27 18:43:43.045888 [ 253 ] {bed2db0d-f84d-4057-9a7d-9f700a1cb40b} <Trace> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14267 | 2024.11.27 18:43:43.046137 [ 253 ] {bed2db0d-f84d-4057-9a7d-9f700a1cb40b} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002025 sec., 6913.580246913581 rows/sec., 497.69 KiB/sec. | ||
| 14268 | 2024.11.27 18:43:43.046206 [ 253 ] {bed2db0d-f84d-4057-9a7d-9f700a1cb40b} <Debug> TCPHandler: Processed in 0.002510347 sec. | ||
| 14269 | 2024.11.27 18:43:43.046465 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14270 | 2024.11.27 18:43:43.046667 [ 254 ] {6fc43dfa-6e5c-4682-9551-7e3deb2078ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14271 | 2024.11.27 18:43:43.046743 [ 254 ] {6fc43dfa-6e5c-4682-9551-7e3deb2078ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14272 | 2024.11.27 18:43:43.047663 [ 254 ] {6fc43dfa-6e5c-4682-9551-7e3deb2078ab} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14273 | 2024.11.27 18:43:43.047705 [ 254 ] {6fc43dfa-6e5c-4682-9551-7e3deb2078ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 14274 | 2024.11.27 18:43:43.048154 [ 254 ] {6fc43dfa-6e5c-4682-9551-7e3deb2078ab} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 14275 | 2024.11.27 18:43:43.048411 [ 254 ] {6fc43dfa-6e5c-4682-9551-7e3deb2078ab} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14276 | 2024.11.27 18:43:43.048613 [ 254 ] {6fc43dfa-6e5c-4682-9551-7e3deb2078ab} <Debug> executeQuery: Read 253 rows, 22.72 KiB in 0.002001 sec., 126436.78160919539 rows/sec., 11.09 MiB/sec. | ||
| 14277 | 2024.11.27 18:43:43.048676 [ 254 ] {6fc43dfa-6e5c-4682-9551-7e3deb2078ab} <Debug> TCPHandler: Processed in 0.002342674 sec. | ||
| 14278 | 2024.11.27 18:43:43.048838 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14279 | 2024.11.27 18:43:43.048966 [ 253 ] {bc3471b9-544c-4ccc-8186-a98e001a5e46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14280 | 2024.11.27 18:43:43.049021 [ 253 ] {bc3471b9-544c-4ccc-8186-a98e001a5e46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14281 | 2024.11.27 18:43:43.049651 [ 253 ] {bc3471b9-544c-4ccc-8186-a98e001a5e46} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14282 | 2024.11.27 18:43:43.049694 [ 253 ] {bc3471b9-544c-4ccc-8186-a98e001a5e46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 14283 | 2024.11.27 18:43:43.050065 [ 253 ] {bc3471b9-544c-4ccc-8186-a98e001a5e46} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 14284 | 2024.11.27 18:43:43.050329 [ 253 ] {bc3471b9-544c-4ccc-8186-a98e001a5e46} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14285 | 2024.11.27 18:43:43.050540 [ 253 ] {bc3471b9-544c-4ccc-8186-a98e001a5e46} <Debug> executeQuery: Read 32 rows, 2.34 KiB in 0.001604 sec., 19950.124688279302 rows/sec., 1.42 MiB/sec. | ||
| 14286 | 2024.11.27 18:43:43.050597 [ 253 ] {bc3471b9-544c-4ccc-8186-a98e001a5e46} <Debug> TCPHandler: Processed in 0.001821367 sec. | ||
| 14287 | 2024.11.27 18:43:43.050764 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14288 | 2024.11.27 18:43:43.050888 [ 254 ] {8149ed7f-8545-4231-8345-83e5acb8dd49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 14289 | 2024.11.27 18:43:43.050940 [ 254 ] {8149ed7f-8545-4231-8345-83e5acb8dd49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 14290 | 2024.11.27 18:43:43.051542 [ 254 ] {8149ed7f-8545-4231-8345-83e5acb8dd49} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14291 | 2024.11.27 18:43:43.051579 [ 254 ] {8149ed7f-8545-4231-8345-83e5acb8dd49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 14292 | 2024.11.27 18:43:43.051938 [ 254 ] {8149ed7f-8545-4231-8345-83e5acb8dd49} <Trace> MergedBlockOutputStream: filled checksums all_64_64_0 (state Temporary) | ||
| 14293 | 2024.11.27 18:43:43.052181 [ 254 ] {8149ed7f-8545-4231-8345-83e5acb8dd49} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Renaming temporary part tmp_insert_all_64_64_0 to all_64_64_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14294 | 2024.11.27 18:43:43.052359 [ 254 ] {8149ed7f-8545-4231-8345-83e5acb8dd49} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001499 sec., 9339.559706470982 rows/sec., 654.08 KiB/sec. | ||
| 14295 | 2024.11.27 18:43:43.052414 [ 254 ] {8149ed7f-8545-4231-8345-83e5acb8dd49} <Debug> TCPHandler: Processed in 0.001713036 sec. | ||
| 14296 | 2024.11.27 18:43:43.052576 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14297 | 2024.11.27 18:43:43.052716 [ 253 ] {242b1e69-137b-44ea-b37b-50d24f322707} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 14298 | 2024.11.27 18:43:43.052776 [ 253 ] {242b1e69-137b-44ea-b37b-50d24f322707} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 14299 | 2024.11.27 18:43:43.053438 [ 253 ] {242b1e69-137b-44ea-b37b-50d24f322707} <Trace> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14300 | 2024.11.27 18:43:43.053479 [ 253 ] {242b1e69-137b-44ea-b37b-50d24f322707} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 14301 | 2024.11.27 18:43:43.053847 [ 253 ] {242b1e69-137b-44ea-b37b-50d24f322707} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 14302 | 2024.11.27 18:43:43.054098 [ 253 ] {242b1e69-137b-44ea-b37b-50d24f322707} <Trace> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14303 | 2024.11.27 18:43:43.054335 [ 253 ] {242b1e69-137b-44ea-b37b-50d24f322707} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001643 sec., 7912.355447352405 rows/sec., 493.33 KiB/sec. | ||
| 14304 | 2024.11.27 18:43:43.054446 [ 253 ] {242b1e69-137b-44ea-b37b-50d24f322707} <Debug> TCPHandler: Processed in 0.001935899 sec. | ||
| 14305 | 2024.11.27 18:43:43.054659 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14306 | 2024.11.27 18:43:43.054873 [ 254 ] {206cb99c-7617-4ab7-9dd8-a5de2141dde4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14307 | 2024.11.27 18:43:43.054931 [ 254 ] {206cb99c-7617-4ab7-9dd8-a5de2141dde4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14308 | 2024.11.27 18:43:43.055750 [ 254 ] {206cb99c-7617-4ab7-9dd8-a5de2141dde4} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14309 | 2024.11.27 18:43:43.055787 [ 254 ] {206cb99c-7617-4ab7-9dd8-a5de2141dde4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 14310 | 2024.11.27 18:43:43.056168 [ 254 ] {206cb99c-7617-4ab7-9dd8-a5de2141dde4} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 14311 | 2024.11.27 18:43:43.056406 [ 254 ] {206cb99c-7617-4ab7-9dd8-a5de2141dde4} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14312 | 2024.11.27 18:43:43.056605 [ 254 ] {206cb99c-7617-4ab7-9dd8-a5de2141dde4} <Debug> executeQuery: Read 407 rows, 29.68 KiB in 0.001774 sec., 229425.0281848929 rows/sec., 16.34 MiB/sec. | ||
| 14313 | 2024.11.27 18:43:43.056660 [ 254 ] {206cb99c-7617-4ab7-9dd8-a5de2141dde4} <Debug> TCPHandler: Processed in 0.002116242 sec. | ||
| 14314 | 2024.11.27 18:43:43.056795 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14315 | 2024.11.27 18:43:43.056913 [ 253 ] {17d9683c-df27-48e2-a844-209bacf0536f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 14316 | 2024.11.27 18:43:43.056964 [ 253 ] {17d9683c-df27-48e2-a844-209bacf0536f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 14317 | 2024.11.27 18:43:43.057451 [ 253 ] {17d9683c-df27-48e2-a844-209bacf0536f} <Trace> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14318 | 2024.11.27 18:43:43.057488 [ 253 ] {17d9683c-df27-48e2-a844-209bacf0536f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 14319 | 2024.11.27 18:43:43.057860 [ 253 ] {17d9683c-df27-48e2-a844-209bacf0536f} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 14320 | 2024.11.27 18:43:43.058114 [ 253 ] {17d9683c-df27-48e2-a844-209bacf0536f} <Trace> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14321 | 2024.11.27 18:43:43.058293 [ 253 ] {17d9683c-df27-48e2-a844-209bacf0536f} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001405 sec., 4270.462633451957 rows/sec., 223.11 KiB/sec. | ||
| 14322 | 2024.11.27 18:43:43.058344 [ 253 ] {17d9683c-df27-48e2-a844-209bacf0536f} <Debug> TCPHandler: Processed in 0.001607374 sec. | ||
| 14323 | 2024.11.27 18:43:43.058500 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14324 | 2024.11.27 18:43:43.058637 [ 254 ] {3433215d-1003-4519-9b48-12dff9dc2838} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14325 | 2024.11.27 18:43:43.058699 [ 254 ] {3433215d-1003-4519-9b48-12dff9dc2838} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14326 | 2024.11.27 18:43:43.059407 [ 254 ] {3433215d-1003-4519-9b48-12dff9dc2838} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14327 | 2024.11.27 18:43:43.059446 [ 254 ] {3433215d-1003-4519-9b48-12dff9dc2838} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 14328 | 2024.11.27 18:43:43.059838 [ 254 ] {3433215d-1003-4519-9b48-12dff9dc2838} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 14329 | 2024.11.27 18:43:43.060079 [ 254 ] {3433215d-1003-4519-9b48-12dff9dc2838} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14330 | 2024.11.27 18:43:43.060300 [ 254 ] {3433215d-1003-4519-9b48-12dff9dc2838} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001693 sec., 139988.18665091554 rows/sec., 9.38 MiB/sec. | ||
| 14331 | 2024.11.27 18:43:43.060355 [ 254 ] {3433215d-1003-4519-9b48-12dff9dc2838} <Debug> TCPHandler: Processed in 0.001919878 sec. | ||
| 14332 | 2024.11.27 18:43:43.060499 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14333 | 2024.11.27 18:43:43.060615 [ 253 ] {3e0793e2-3097-48e7-811f-eae1e1286a1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 14334 | 2024.11.27 18:43:43.060667 [ 253 ] {3e0793e2-3097-48e7-811f-eae1e1286a1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 14335 | 2024.11.27 18:43:43.061125 [ 253 ] {3e0793e2-3097-48e7-811f-eae1e1286a1d} <Trace> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14336 | 2024.11.27 18:43:43.061161 [ 253 ] {3e0793e2-3097-48e7-811f-eae1e1286a1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 14337 | 2024.11.27 18:43:43.061522 [ 253 ] {3e0793e2-3097-48e7-811f-eae1e1286a1d} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 14338 | 2024.11.27 18:43:43.061773 [ 253 ] {3e0793e2-3097-48e7-811f-eae1e1286a1d} <Trace> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14339 | 2024.11.27 18:43:43.061961 [ 253 ] {3e0793e2-3097-48e7-811f-eae1e1286a1d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00137 sec., 729.9270072992701 rows/sec., 49.18 KiB/sec. | ||
| 14340 | 2024.11.27 18:43:43.062043 [ 253 ] {3e0793e2-3097-48e7-811f-eae1e1286a1d} <Debug> TCPHandler: Processed in 0.001597363 sec. | ||
| 14341 | 2024.11.27 18:43:43.062233 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14342 | 2024.11.27 18:43:43.062381 [ 254 ] {b2ae88f3-f77a-4145-859f-e0baa0bfa59b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14343 | 2024.11.27 18:43:43.062474 [ 254 ] {b2ae88f3-f77a-4145-859f-e0baa0bfa59b} <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 | ||
| 14344 | 2024.11.27 18:43:43.063758 [ 254 ] {b2ae88f3-f77a-4145-859f-e0baa0bfa59b} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14345 | 2024.11.27 18:43:43.063797 [ 254 ] {b2ae88f3-f77a-4145-859f-e0baa0bfa59b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 14346 | 2024.11.27 18:43:43.064441 [ 254 ] {b2ae88f3-f77a-4145-859f-e0baa0bfa59b} <Trace> MergedBlockOutputStream: filled checksums all_101_101_0 (state Temporary) | ||
| 14347 | 2024.11.27 18:43:43.064695 [ 254 ] {b2ae88f3-f77a-4145-859f-e0baa0bfa59b} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Renaming temporary part tmp_insert_all_101_101_0 to all_101_101_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14348 | 2024.11.27 18:43:43.064891 [ 57 ] {} <Debug> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1) (MergerMutator): Selected 6 parts from all_1_96_19 to all_101_101_0 | ||
| 14349 | 2024.11.27 18:43:43.064956 [ 57 ] {} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14350 | 2024.11.27 18:43:43.064980 [ 254 ] {b2ae88f3-f77a-4145-859f-e0baa0bfa59b} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.002623 sec., 9531.071292413268 rows/sec., 17.08 MiB/sec. | ||
| 14351 | 2024.11.27 18:43:43.064994 [ 57 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 14352 | 2024.11.27 18:43:43.065603 [ 254 ] {b2ae88f3-f77a-4145-859f-e0baa0bfa59b} <Debug> TCPHandler: Processed in 0.003475061 sec. | ||
| 14353 | 2024.11.27 18:43:43.065621 [ 193 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::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 | ||
| 14354 | 2024.11.27 18:43:43.066188 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14355 | 2024.11.27 18:43:43.066984 [ 253 ] {7675c4bc-999c-4753-991e-986027d6e2bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14356 | 2024.11.27 18:43:43.067286 [ 193 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_101_20} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14357 | 2024.11.27 18:43:43.067299 [ 253 ] {7675c4bc-999c-4753-991e-986027d6e2bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14358 | 2024.11.27 18:43:43.067532 [ 193 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_96_19, total 1986 rows starting from the beginning of the part | ||
| 14359 | 2024.11.27 18:43:43.068381 [ 193 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_97_97_0, total 25 rows starting from the beginning of the part | ||
| 14360 | 2024.11.27 18:43:43.069011 [ 193 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_98_98_0, total 16 rows starting from the beginning of the part | ||
| 14361 | 2024.11.27 18:43:43.069729 [ 193 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_99_99_0, total 25 rows starting from the beginning of the part | ||
| 14362 | 2024.11.27 18:43:43.069958 [ 253 ] {7675c4bc-999c-4753-991e-986027d6e2bb} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14363 | 2024.11.27 18:43:43.070299 [ 253 ] {7675c4bc-999c-4753-991e-986027d6e2bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 14364 | 2024.11.27 18:43:43.070303 [ 193 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_100_100_0, total 16 rows starting from the beginning of the part | ||
| 14365 | 2024.11.27 18:43:43.070934 [ 193 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_101_20} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 25 rows starting from the beginning of the part | ||
| 14366 | 2024.11.27 18:43:43.072150 [ 253 ] {7675c4bc-999c-4753-991e-986027d6e2bb} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 14367 | 2024.11.27 18:43:43.072676 [ 253 ] {7675c4bc-999c-4753-991e-986027d6e2bb} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14368 | 2024.11.27 18:43:43.073148 [ 253 ] {7675c4bc-999c-4753-991e-986027d6e2bb} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.006537 sec., 12543.980419152516 rows/sec., 815.82 KiB/sec. | ||
| 14369 | 2024.11.27 18:43:43.073267 [ 253 ] {7675c4bc-999c-4753-991e-986027d6e2bb} <Debug> TCPHandler: Processed in 0.007506261 sec. | ||
| 14370 | 2024.11.27 18:43:43.081498 [ 189 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_101_20} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2093 rows, containing 19 columns (19 merged, 0 gathered) in 0.016305482 sec., 128361.73748190945 rows/sec., 230.02 MiB/sec. | ||
| 14371 | 2024.11.27 18:43:43.083728 [ 196 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_101_20} <Trace> MergedBlockOutputStream: filled checksums all_1_101_20 (state Temporary) | ||
| 14372 | 2024.11.27 18:43:43.084230 [ 196 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_101_20} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Renaming temporary part tmp_merge_all_1_101_20 to all_1_101_20 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14373 | 2024.11.27 18:43:43.084349 [ 196 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_101_20} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1) (MergerMutator): Merged 6 parts: [all_1_96_19, all_101_101_0] -> all_1_101_20 | ||
| 14374 | 2024.11.27 18:43:43.084527 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.93 MiB. | ||
| 14375 | 2024.11.27 18:43:44.000205 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 265.24 MiB, peak 283.14 MiB, free memory in arenas 0.00 B, will set to 266.76 MiB (RSS), difference: 1.52 MiB | ||
| 14376 | 2024.11.27 18:43:44.440115 [ 220 ] {} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): 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] | ||
| 14377 | 2024.11.27 18:43:44.440188 [ 220 ] {} <Debug> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): 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] | ||
| 14378 | 2024.11.27 18:43:44.442194 [ 220 ] {} <Debug> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): 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] | ||
| 14379 | 2024.11.27 18:43:44.976521 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 558 | ||
| 14380 | 2024.11.27 18:43:44.999911 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14381 | 2024.11.27 18:43:45.000000 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.48 GiB. | ||
| 14382 | 2024.11.27 18:43:45.008048 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 14383 | 2024.11.27 18:43:45.008915 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14384 | 2024.11.27 18:43:45.012277 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 558 | ||
| 14385 | 2024.11.27 18:43:47.724058 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 2016 | ||
| 14386 | 2024.11.27 18:43:47.727236 [ 242 ] {} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14387 | 2024.11.27 18:43:47.727290 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 14388 | 2024.11.27 18:43:47.728889 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_55_55_0 (state Temporary) | ||
| 14389 | 2024.11.27 18:43:47.729200 [ 242 ] {} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): Renaming temporary part tmp_insert_all_55_55_0 to all_55_55_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14390 | 2024.11.27 18:43:47.730147 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2016 | ||
| 14391 | 2024.11.27 18:43:48.068029 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14392 | 2024.11.27 18:43:48.068209 [ 253 ] {cd998cca-af3d-4abb-bd2a-790df8bd7fb1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 14393 | 2024.11.27 18:43:48.068278 [ 253 ] {cd998cca-af3d-4abb-bd2a-790df8bd7fb1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 14394 | 2024.11.27 18:43:48.068994 [ 253 ] {cd998cca-af3d-4abb-bd2a-790df8bd7fb1} <Trace> oximeter.fields_ipaddr (53955b2a-eb56-41e3-a1fe-af6ea47fe91e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14395 | 2024.11.27 18:43:48.069039 [ 253 ] {cd998cca-af3d-4abb-bd2a-790df8bd7fb1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 14396 | 2024.11.27 18:43:48.069460 [ 253 ] {cd998cca-af3d-4abb-bd2a-790df8bd7fb1} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 14397 | 2024.11.27 18:43:48.069730 [ 253 ] {cd998cca-af3d-4abb-bd2a-790df8bd7fb1} <Trace> oximeter.fields_ipaddr (53955b2a-eb56-41e3-a1fe-af6ea47fe91e): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14398 | 2024.11.27 18:43:48.069970 [ 253 ] {cd998cca-af3d-4abb-bd2a-790df8bd7fb1} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.001799 sec., 4446.914952751528 rows/sec., 362.61 KiB/sec. | ||
| 14399 | 2024.11.27 18:43:48.070293 [ 253 ] {cd998cca-af3d-4abb-bd2a-790df8bd7fb1} <Debug> TCPHandler: Processed in 0.002371665 sec. | ||
| 14400 | 2024.11.27 18:43:48.070724 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14401 | 2024.11.27 18:43:48.070967 [ 254 ] {a84d6cbb-b5b8-4549-8575-a2bd7a4829b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14402 | 2024.11.27 18:43:48.071047 [ 254 ] {a84d6cbb-b5b8-4549-8575-a2bd7a4829b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14403 | 2024.11.27 18:43:48.072731 [ 254 ] {a84d6cbb-b5b8-4549-8575-a2bd7a4829b1} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14404 | 2024.11.27 18:43:48.072783 [ 254 ] {a84d6cbb-b5b8-4549-8575-a2bd7a4829b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 14405 | 2024.11.27 18:43:48.073299 [ 254 ] {a84d6cbb-b5b8-4549-8575-a2bd7a4829b1} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 14406 | 2024.11.27 18:43:48.073555 [ 254 ] {a84d6cbb-b5b8-4549-8575-a2bd7a4829b1} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14407 | 2024.11.27 18:43:48.073804 [ 254 ] {a84d6cbb-b5b8-4549-8575-a2bd7a4829b1} <Debug> executeQuery: Read 1232 rows, 103.81 KiB in 0.002896 sec., 425414.364640884 rows/sec., 35.01 MiB/sec. | ||
| 14408 | 2024.11.27 18:43:48.073919 [ 254 ] {a84d6cbb-b5b8-4549-8575-a2bd7a4829b1} <Debug> TCPHandler: Processed in 0.003457211 sec. | ||
| 14409 | 2024.11.27 18:43:48.074164 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14410 | 2024.11.27 18:43:48.074402 [ 253 ] {458a099a-9f39-4832-b2cd-0b9ac7abda89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14411 | 2024.11.27 18:43:48.074458 [ 253 ] {458a099a-9f39-4832-b2cd-0b9ac7abda89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14412 | 2024.11.27 18:43:48.075091 [ 253 ] {458a099a-9f39-4832-b2cd-0b9ac7abda89} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14413 | 2024.11.27 18:43:48.075131 [ 253 ] {458a099a-9f39-4832-b2cd-0b9ac7abda89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 14414 | 2024.11.27 18:43:48.075528 [ 253 ] {458a099a-9f39-4832-b2cd-0b9ac7abda89} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 14415 | 2024.11.27 18:43:48.075775 [ 253 ] {458a099a-9f39-4832-b2cd-0b9ac7abda89} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14416 | 2024.11.27 18:43:48.075973 [ 253 ] {458a099a-9f39-4832-b2cd-0b9ac7abda89} <Debug> executeQuery: Read 24 rows, 1.76 KiB in 0.00162 sec., 14814.814814814816 rows/sec., 1.06 MiB/sec. | ||
| 14417 | 2024.11.27 18:43:48.076067 [ 253 ] {458a099a-9f39-4832-b2cd-0b9ac7abda89} <Debug> TCPHandler: Processed in 0.00203857 sec. | ||
| 14418 | 2024.11.27 18:43:48.076276 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14419 | 2024.11.27 18:43:48.076500 [ 254 ] {3690dc98-7666-425f-aa77-3df69fb45c87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 14420 | 2024.11.27 18:43:48.076566 [ 254 ] {3690dc98-7666-425f-aa77-3df69fb45c87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 14421 | 2024.11.27 18:43:48.077267 [ 254 ] {3690dc98-7666-425f-aa77-3df69fb45c87} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14422 | 2024.11.27 18:43:48.077308 [ 254 ] {3690dc98-7666-425f-aa77-3df69fb45c87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 14423 | 2024.11.27 18:43:48.077687 [ 254 ] {3690dc98-7666-425f-aa77-3df69fb45c87} <Trace> MergedBlockOutputStream: filled checksums all_65_65_0 (state Temporary) | ||
| 14424 | 2024.11.27 18:43:48.077923 [ 254 ] {3690dc98-7666-425f-aa77-3df69fb45c87} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Renaming temporary part tmp_insert_all_65_65_0 to all_65_65_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14425 | 2024.11.27 18:43:48.078178 [ 254 ] {3690dc98-7666-425f-aa77-3df69fb45c87} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001712 sec., 133177.57009345794 rows/sec., 9.02 MiB/sec. | ||
| 14426 | 2024.11.27 18:43:48.078252 [ 254 ] {3690dc98-7666-425f-aa77-3df69fb45c87} <Debug> TCPHandler: Processed in 0.002078581 sec. | ||
| 14427 | 2024.11.27 18:43:48.078516 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14428 | 2024.11.27 18:43:48.078680 [ 253 ] {16cb6e12-6027-4c94-85d0-573fb74428a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14429 | 2024.11.27 18:43:48.078752 [ 253 ] {16cb6e12-6027-4c94-85d0-573fb74428a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14430 | 2024.11.27 18:43:48.079899 [ 253 ] {16cb6e12-6027-4c94-85d0-573fb74428a1} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14431 | 2024.11.27 18:43:48.079948 [ 253 ] {16cb6e12-6027-4c94-85d0-573fb74428a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 14432 | 2024.11.27 18:43:48.080523 [ 253 ] {16cb6e12-6027-4c94-85d0-573fb74428a1} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 14433 | 2024.11.27 18:43:48.080900 [ 253 ] {16cb6e12-6027-4c94-85d0-573fb74428a1} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14434 | 2024.11.27 18:43:48.081103 [ 253 ] {16cb6e12-6027-4c94-85d0-573fb74428a1} <Debug> executeQuery: Read 544 rows, 41.34 KiB in 0.002461 sec., 221048.35432750912 rows/sec., 16.40 MiB/sec. | ||
| 14435 | 2024.11.27 18:43:48.081160 [ 253 ] {16cb6e12-6027-4c94-85d0-573fb74428a1} <Debug> TCPHandler: Processed in 0.002805662 sec. | ||
| 14436 | 2024.11.27 18:43:48.081315 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14437 | 2024.11.27 18:43:48.081457 [ 254 ] {0b6e099f-0e79-4a94-b9c7-8d198e0ce4ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14438 | 2024.11.27 18:43:48.081520 [ 254 ] {0b6e099f-0e79-4a94-b9c7-8d198e0ce4ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14439 | 2024.11.27 18:43:48.082481 [ 254 ] {0b6e099f-0e79-4a94-b9c7-8d198e0ce4ad} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14440 | 2024.11.27 18:43:48.082520 [ 254 ] {0b6e099f-0e79-4a94-b9c7-8d198e0ce4ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 14441 | 2024.11.27 18:43:48.082965 [ 254 ] {0b6e099f-0e79-4a94-b9c7-8d198e0ce4ad} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 14442 | 2024.11.27 18:43:48.083206 [ 254 ] {0b6e099f-0e79-4a94-b9c7-8d198e0ce4ad} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14443 | 2024.11.27 18:43:48.083380 [ 50 ] {} <Debug> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c) (MergerMutator): Selected 6 parts from all_1_105_21 to all_110_110_0 | ||
| 14444 | 2024.11.27 18:43:48.083453 [ 50 ] {} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14445 | 2024.11.27 18:43:48.083454 [ 254 ] {0b6e099f-0e79-4a94-b9c7-8d198e0ce4ad} <Debug> executeQuery: Read 884 rows, 60.91 KiB in 0.00202 sec., 437623.7623762376 rows/sec., 29.45 MiB/sec. | ||
| 14446 | 2024.11.27 18:43:48.083495 [ 50 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 14447 | 2024.11.27 18:43:48.083610 [ 254 ] {0b6e099f-0e79-4a94-b9c7-8d198e0ce4ad} <Debug> TCPHandler: Processed in 0.002356895 sec. | ||
| 14448 | 2024.11.27 18:43:48.083823 [ 193 ] {67d43675-535f-43d0-af84-f38bbc85c22c::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 | ||
| 14449 | 2024.11.27 18:43:48.083850 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14450 | 2024.11.27 18:43:48.084150 [ 253 ] {eb0dea40-f622-4bf7-a983-fe2baa9af3e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14451 | 2024.11.27 18:43:48.084181 [ 193 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_110_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14452 | 2024.11.27 18:43:48.084277 [ 193 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_110_22} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_105_21, total 33147 rows starting from the beginning of the part | ||
| 14453 | 2024.11.27 18:43:48.084412 [ 253 ] {eb0dea40-f622-4bf7-a983-fe2baa9af3e4} <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 | ||
| 14454 | 2024.11.27 18:43:48.084582 [ 193 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_110_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 160 rows starting from the beginning of the part | ||
| 14455 | 2024.11.27 18:43:48.084919 [ 193 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_110_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 237 rows starting from the beginning of the part | ||
| 14456 | 2024.11.27 18:43:48.085254 [ 193 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_110_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 160 rows starting from the beginning of the part | ||
| 14457 | 2024.11.27 18:43:48.085655 [ 193 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_110_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 237 rows starting from the beginning of the part | ||
| 14458 | 2024.11.27 18:43:48.086020 [ 193 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_110_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 884 rows starting from the beginning of the part | ||
| 14459 | 2024.11.27 18:43:48.089007 [ 253 ] {eb0dea40-f622-4bf7-a983-fe2baa9af3e4} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14460 | 2024.11.27 18:43:48.089085 [ 253 ] {eb0dea40-f622-4bf7-a983-fe2baa9af3e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 14461 | 2024.11.27 18:43:48.090646 [ 253 ] {eb0dea40-f622-4bf7-a983-fe2baa9af3e4} <Trace> MergedBlockOutputStream: filled checksums all_102_102_0 (state Temporary) | ||
| 14462 | 2024.11.27 18:43:48.091053 [ 253 ] {eb0dea40-f622-4bf7-a983-fe2baa9af3e4} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Renaming temporary part tmp_insert_all_102_102_0 to all_102_102_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14463 | 2024.11.27 18:43:48.091269 [ 253 ] {eb0dea40-f622-4bf7-a983-fe2baa9af3e4} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.007231 sec., 2212.6953395104415 rows/sec., 3.97 MiB/sec. | ||
| 14464 | 2024.11.27 18:43:48.091403 [ 253 ] {eb0dea40-f622-4bf7-a983-fe2baa9af3e4} <Debug> TCPHandler: Processed in 0.007674644 sec. | ||
| 14465 | 2024.11.27 18:43:48.091569 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14466 | 2024.11.27 18:43:48.091771 [ 254 ] {440ca6e0-8cbc-49dc-a182-98e38795dd49} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14467 | 2024.11.27 18:43:48.091832 [ 254 ] {440ca6e0-8cbc-49dc-a182-98e38795dd49} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14468 | 2024.11.27 18:43:48.092515 [ 254 ] {440ca6e0-8cbc-49dc-a182-98e38795dd49} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14469 | 2024.11.27 18:43:48.092554 [ 254 ] {440ca6e0-8cbc-49dc-a182-98e38795dd49} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 14470 | 2024.11.27 18:43:48.093070 [ 254 ] {440ca6e0-8cbc-49dc-a182-98e38795dd49} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 14471 | 2024.11.27 18:43:48.093390 [ 254 ] {440ca6e0-8cbc-49dc-a182-98e38795dd49} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14472 | 2024.11.27 18:43:48.093625 [ 254 ] {440ca6e0-8cbc-49dc-a182-98e38795dd49} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001895 sec., 31662.2691292876 rows/sec., 2.13 MiB/sec. | ||
| 14473 | 2024.11.27 18:43:48.093775 [ 254 ] {440ca6e0-8cbc-49dc-a182-98e38795dd49} <Debug> TCPHandler: Processed in 0.002281234 sec. | ||
| 14474 | 2024.11.27 18:43:48.095937 [ 188 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_110_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 34825 rows, containing 5 columns (5 merged, 0 gathered) in 0.012299162 sec., 2831493.722905674 rows/sec., 191.58 MiB/sec. | ||
| 14475 | 2024.11.27 18:43:48.096318 [ 199 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_110_22} <Trace> MergedBlockOutputStream: filled checksums all_1_110_22 (state Temporary) | ||
| 14476 | 2024.11.27 18:43:48.096636 [ 199 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_110_22} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Renaming temporary part tmp_merge_all_1_110_22 to all_1_110_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14477 | 2024.11.27 18:43:48.096712 [ 199 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_110_22} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c) (MergerMutator): Merged 6 parts: [all_1_105_21, all_110_110_0] -> all_1_110_22 | ||
| 14478 | 2024.11.27 18:43:48.096809 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.27 MiB. | ||
| 14479 | 2024.11.27 18:43:49.069090 [ 218 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): 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] | ||
| 14480 | 2024.11.27 18:43:49.069148 [ 218 ] {} <Debug> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): 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] | ||
| 14481 | 2024.11.27 18:43:49.071451 [ 218 ] {} <Debug> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): 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] | ||
| 14482 | 2024.11.27 18:43:49.195359 [ 220 ] {} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): 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] | ||
| 14483 | 2024.11.27 18:43:49.195409 [ 220 ] {} <Debug> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): 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] | ||
| 14484 | 2024.11.27 18:43:49.197580 [ 220 ] {} <Debug> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): 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] | ||
| 14485 | 2024.11.27 18:43:50.025398 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 34404 | ||
| 14486 | 2024.11.27 18:43:50.026132 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14487 | 2024.11.27 18:43:50.026188 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 14488 | 2024.11.27 18:43:50.026747 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 14489 | 2024.11.27 18:43:50.027009 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14490 | 2024.11.27 18:43:50.027256 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 34404 | ||
| 14491 | 2024.11.27 18:43:50.833969 [ 222 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): 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] | ||
| 14492 | 2024.11.27 18:43:50.834080 [ 222 ] {} <Debug> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): 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] | ||
| 14493 | 2024.11.27 18:43:50.836346 [ 222 ] {} <Debug> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): 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] | ||
| 14494 | 2024.11.27 18:43:52.512371 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 566 | ||
| 14495 | 2024.11.27 18:43:52.535165 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14496 | 2024.11.27 18:43:52.535231 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 14497 | 2024.11.27 18:43:52.542911 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_75_75_0 (state Temporary) | ||
| 14498 | 2024.11.27 18:43:52.543833 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Renaming temporary part tmp_insert_all_75_75_0 to all_75_75_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14499 | 2024.11.27 18:43:52.547463 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 566 | ||
| 14500 | 2024.11.27 18:43:53.044447 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14501 | 2024.11.27 18:43:53.044667 [ 253 ] {6556aeb5-5e81-47ce-be24-1d55f5ab9cd3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 14502 | 2024.11.27 18:43:53.044751 [ 253 ] {6556aeb5-5e81-47ce-be24-1d55f5ab9cd3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 14503 | 2024.11.27 18:43:53.045633 [ 253 ] {6556aeb5-5e81-47ce-be24-1d55f5ab9cd3} <Trace> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14504 | 2024.11.27 18:43:53.045689 [ 253 ] {6556aeb5-5e81-47ce-be24-1d55f5ab9cd3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 14505 | 2024.11.27 18:43:53.046159 [ 253 ] {6556aeb5-5e81-47ce-be24-1d55f5ab9cd3} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 14506 | 2024.11.27 18:43:53.046427 [ 253 ] {6556aeb5-5e81-47ce-be24-1d55f5ab9cd3} <Trace> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14507 | 2024.11.27 18:43:53.046691 [ 253 ] {6556aeb5-5e81-47ce-be24-1d55f5ab9cd3} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002079 sec., 6734.0067340067335 rows/sec., 484.76 KiB/sec. | ||
| 14508 | 2024.11.27 18:43:53.046804 [ 253 ] {6556aeb5-5e81-47ce-be24-1d55f5ab9cd3} <Debug> TCPHandler: Processed in 0.002490817 sec. | ||
| 14509 | 2024.11.27 18:43:53.047089 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14510 | 2024.11.27 18:43:53.047281 [ 254 ] {c933e3d8-f696-48fc-9d80-851beb41ec54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14511 | 2024.11.27 18:43:53.047354 [ 254 ] {c933e3d8-f696-48fc-9d80-851beb41ec54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14512 | 2024.11.27 18:43:53.048176 [ 254 ] {c933e3d8-f696-48fc-9d80-851beb41ec54} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14513 | 2024.11.27 18:43:53.048224 [ 254 ] {c933e3d8-f696-48fc-9d80-851beb41ec54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 14514 | 2024.11.27 18:43:53.048682 [ 254 ] {c933e3d8-f696-48fc-9d80-851beb41ec54} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 14515 | 2024.11.27 18:43:53.048936 [ 254 ] {c933e3d8-f696-48fc-9d80-851beb41ec54} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14516 | 2024.11.27 18:43:53.049131 [ 45 ] {} <Debug> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 | ||
| 14517 | 2024.11.27 18:43:53.049197 [ 254 ] {c933e3d8-f696-48fc-9d80-851beb41ec54} <Debug> executeQuery: Read 253 rows, 22.72 KiB in 0.001962 sec., 128950.05096839958 rows/sec., 11.31 MiB/sec. | ||
| 14518 | 2024.11.27 18:43:53.049225 [ 45 ] {} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14519 | 2024.11.27 18:43:53.049295 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 14520 | 2024.11.27 18:43:53.049344 [ 254 ] {c933e3d8-f696-48fc-9d80-851beb41ec54} <Debug> TCPHandler: Processed in 0.002431967 sec. | ||
| 14521 | 2024.11.27 18:43:53.049500 [ 195 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::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 | ||
| 14522 | 2024.11.27 18:43:53.049580 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14523 | 2024.11.27 18:43:53.049675 [ 195 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14524 | 2024.11.27 18:43:53.049754 [ 195 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 1435 rows starting from the beginning of the part | ||
| 14525 | 2024.11.27 18:43:53.049812 [ 253 ] {f45bb905-6f8d-420e-843a-94496330469a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14526 | 2024.11.27 18:43:53.049963 [ 253 ] {f45bb905-6f8d-420e-843a-94496330469a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14527 | 2024.11.27 18:43:53.050053 [ 195 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 253 rows starting from the beginning of the part | ||
| 14528 | 2024.11.27 18:43:53.050499 [ 195 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 88 rows starting from the beginning of the part | ||
| 14529 | 2024.11.27 18:43:53.050851 [ 195 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 253 rows starting from the beginning of the part | ||
| 14530 | 2024.11.27 18:43:53.051209 [ 195 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 1232 rows starting from the beginning of the part | ||
| 14531 | 2024.11.27 18:43:53.051626 [ 195 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 253 rows starting from the beginning of the part | ||
| 14532 | 2024.11.27 18:43:53.052872 [ 253 ] {f45bb905-6f8d-420e-843a-94496330469a} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14533 | 2024.11.27 18:43:53.052947 [ 253 ] {f45bb905-6f8d-420e-843a-94496330469a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 14534 | 2024.11.27 18:43:53.054013 [ 253 ] {f45bb905-6f8d-420e-843a-94496330469a} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 14535 | 2024.11.27 18:43:53.054442 [ 253 ] {f45bb905-6f8d-420e-843a-94496330469a} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14536 | 2024.11.27 18:43:53.054695 [ 253 ] {f45bb905-6f8d-420e-843a-94496330469a} <Debug> executeQuery: Read 32 rows, 2.34 KiB in 0.004959 sec., 6452.913893930228 rows/sec., 471.05 KiB/sec. | ||
| 14537 | 2024.11.27 18:43:53.054756 [ 253 ] {f45bb905-6f8d-420e-843a-94496330469a} <Debug> TCPHandler: Processed in 0.005295629 sec. | ||
| 14538 | 2024.11.27 18:43:53.054966 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14539 | 2024.11.27 18:43:53.055033 [ 188 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3514 rows, containing 5 columns (5 merged, 0 gathered) in 0.005632004 sec., 623934.2159558125 rows/sec., 54.74 MiB/sec. | ||
| 14540 | 2024.11.27 18:43:53.055123 [ 254 ] {99565983-5b79-462c-a406-a1191530ed6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 14541 | 2024.11.27 18:43:53.055179 [ 254 ] {99565983-5b79-462c-a406-a1191530ed6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 14542 | 2024.11.27 18:43:53.055366 [ 188 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) | ||
| 14543 | 2024.11.27 18:43:53.056014 [ 188 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_111_22} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14544 | 2024.11.27 18:43:53.056222 [ 188 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_111_22} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 | ||
| 14545 | 2024.11.27 18:43:53.056389 [ 254 ] {99565983-5b79-462c-a406-a1191530ed6e} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14546 | 2024.11.27 18:43:53.056397 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.85 MiB. | ||
| 14547 | 2024.11.27 18:43:53.056449 [ 254 ] {99565983-5b79-462c-a406-a1191530ed6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 14548 | 2024.11.27 18:43:53.056816 [ 254 ] {99565983-5b79-462c-a406-a1191530ed6e} <Trace> MergedBlockOutputStream: filled checksums all_66_66_0 (state Temporary) | ||
| 14549 | 2024.11.27 18:43:53.057060 [ 254 ] {99565983-5b79-462c-a406-a1191530ed6e} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Renaming temporary part tmp_insert_all_66_66_0 to all_66_66_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14550 | 2024.11.27 18:43:53.057234 [ 45 ] {} <Debug> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7) (MergerMutator): Selected 6 parts from all_1_61_12 to all_66_66_0 | ||
| 14551 | 2024.11.27 18:43:53.057286 [ 45 ] {} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14552 | 2024.11.27 18:43:53.057308 [ 254 ] {99565983-5b79-462c-a406-a1191530ed6e} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00223 sec., 6278.026905829596 rows/sec., 439.67 KiB/sec. | ||
| 14553 | 2024.11.27 18:43:53.057322 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 14554 | 2024.11.27 18:43:53.057476 [ 254 ] {99565983-5b79-462c-a406-a1191530ed6e} <Debug> TCPHandler: Processed in 0.002601309 sec. | ||
| 14555 | 2024.11.27 18:43:53.057692 [ 194 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::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 | ||
| 14556 | 2024.11.27 18:43:53.057754 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14557 | 2024.11.27 18:43:53.057975 [ 194 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_66_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14558 | 2024.11.27 18:43:53.058054 [ 194 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_61_12, total 242 rows starting from the beginning of the part | ||
| 14559 | 2024.11.27 18:43:53.058085 [ 253 ] {1abce1a4-bb3a-479f-836a-c9ffe0f82adc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 14560 | 2024.11.27 18:43:53.058328 [ 253 ] {1abce1a4-bb3a-479f-836a-c9ffe0f82adc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 14561 | 2024.11.27 18:43:53.058474 [ 194 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_62_62_0, total 14 rows starting from the beginning of the part | ||
| 14562 | 2024.11.27 18:43:53.059133 [ 194 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_63_63_0, total 14 rows starting from the beginning of the part | ||
| 14563 | 2024.11.27 18:43:53.059445 [ 194 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_64_64_0, total 14 rows starting from the beginning of the part | ||
| 14564 | 2024.11.27 18:43:53.059801 [ 194 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_65_65_0, total 228 rows starting from the beginning of the part | ||
| 14565 | 2024.11.27 18:43:53.060169 [ 194 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_66_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_66_66_0, total 14 rows starting from the beginning of the part | ||
| 14566 | 2024.11.27 18:43:53.061222 [ 253 ] {1abce1a4-bb3a-479f-836a-c9ffe0f82adc} <Trace> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14567 | 2024.11.27 18:43:53.061269 [ 253 ] {1abce1a4-bb3a-479f-836a-c9ffe0f82adc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 14568 | 2024.11.27 18:43:53.061825 [ 253 ] {1abce1a4-bb3a-479f-836a-c9ffe0f82adc} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 14569 | 2024.11.27 18:43:53.061925 [ 198 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_66_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 526 rows, containing 5 columns (5 merged, 0 gathered) in 0.004451056 sec., 118174.20405404919 rows/sec., 8.46 MiB/sec. | ||
| 14570 | 2024.11.27 18:43:53.062060 [ 198 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_66_13} <Trace> MergedBlockOutputStream: filled checksums all_1_66_13 (state Temporary) | ||
| 14571 | 2024.11.27 18:43:53.062151 [ 253 ] {1abce1a4-bb3a-479f-836a-c9ffe0f82adc} <Trace> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14572 | 2024.11.27 18:43:53.062448 [ 253 ] {1abce1a4-bb3a-479f-836a-c9ffe0f82adc} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00445 sec., 2921.3483146067415 rows/sec., 182.15 KiB/sec. | ||
| 14573 | 2024.11.27 18:43:53.062488 [ 198 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_66_13} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Renaming temporary part tmp_merge_all_1_66_13 to all_1_66_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14574 | 2024.11.27 18:43:53.062534 [ 253 ] {1abce1a4-bb3a-479f-836a-c9ffe0f82adc} <Debug> TCPHandler: Processed in 0.004927403 sec. | ||
| 14575 | 2024.11.27 18:43:53.062591 [ 198 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_66_13} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7) (MergerMutator): Merged 6 parts: [all_1_61_12, all_66_66_0] -> all_1_66_13 | ||
| 14576 | 2024.11.27 18:43:53.062672 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 14577 | 2024.11.27 18:43:53.062716 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14578 | 2024.11.27 18:43:53.062866 [ 254 ] {3c52732f-d28e-41eb-a1f0-6a2a7fc276af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14579 | 2024.11.27 18:43:53.062928 [ 254 ] {3c52732f-d28e-41eb-a1f0-6a2a7fc276af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14580 | 2024.11.27 18:43:53.063754 [ 254 ] {3c52732f-d28e-41eb-a1f0-6a2a7fc276af} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14581 | 2024.11.27 18:43:53.063796 [ 254 ] {3c52732f-d28e-41eb-a1f0-6a2a7fc276af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 14582 | 2024.11.27 18:43:53.064201 [ 254 ] {3c52732f-d28e-41eb-a1f0-6a2a7fc276af} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 14583 | 2024.11.27 18:43:53.064443 [ 254 ] {3c52732f-d28e-41eb-a1f0-6a2a7fc276af} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14584 | 2024.11.27 18:43:53.064623 [ 45 ] {} <Debug> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 | ||
| 14585 | 2024.11.27 18:43:53.064673 [ 45 ] {} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14586 | 2024.11.27 18:43:53.064689 [ 254 ] {3c52732f-d28e-41eb-a1f0-6a2a7fc276af} <Debug> executeQuery: Read 407 rows, 29.68 KiB in 0.001848 sec., 220238.09523809524 rows/sec., 15.69 MiB/sec. | ||
| 14587 | 2024.11.27 18:43:53.064707 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 14588 | 2024.11.27 18:43:53.064883 [ 254 ] {3c52732f-d28e-41eb-a1f0-6a2a7fc276af} <Debug> TCPHandler: Processed in 0.002253624 sec. | ||
| 14589 | 2024.11.27 18:43:53.065045 [ 194 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::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 | ||
| 14590 | 2024.11.27 18:43:53.065152 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14591 | 2024.11.27 18:43:53.065602 [ 253 ] {02d5d524-c91e-4e4b-b77f-910916eb6a9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 14592 | 2024.11.27 18:43:53.065625 [ 194 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14593 | 2024.11.27 18:43:53.065756 [ 194 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 915 rows starting from the beginning of the part | ||
| 14594 | 2024.11.27 18:43:53.065777 [ 253 ] {02d5d524-c91e-4e4b-b77f-910916eb6a9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 14595 | 2024.11.27 18:43:53.066317 [ 194 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 407 rows starting from the beginning of the part | ||
| 14596 | 2024.11.27 18:43:53.067046 [ 194 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 80 rows starting from the beginning of the part | ||
| 14597 | 2024.11.27 18:43:53.067579 [ 194 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 407 rows starting from the beginning of the part | ||
| 14598 | 2024.11.27 18:43:53.067963 [ 194 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 544 rows starting from the beginning of the part | ||
| 14599 | 2024.11.27 18:43:53.068260 [ 194 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 407 rows starting from the beginning of the part | ||
| 14600 | 2024.11.27 18:43:53.068841 [ 253 ] {02d5d524-c91e-4e4b-b77f-910916eb6a9e} <Trace> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14601 | 2024.11.27 18:43:53.068886 [ 253 ] {02d5d524-c91e-4e4b-b77f-910916eb6a9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 14602 | 2024.11.27 18:43:53.069434 [ 253 ] {02d5d524-c91e-4e4b-b77f-910916eb6a9e} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 14603 | 2024.11.27 18:43:53.069807 [ 253 ] {02d5d524-c91e-4e4b-b77f-910916eb6a9e} <Trace> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14604 | 2024.11.27 18:43:53.070069 [ 253 ] {02d5d524-c91e-4e4b-b77f-910916eb6a9e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004628 sec., 1296.4563526361278 rows/sec., 67.73 KiB/sec. | ||
| 14605 | 2024.11.27 18:43:53.070139 [ 253 ] {02d5d524-c91e-4e4b-b77f-910916eb6a9e} <Debug> TCPHandler: Processed in 0.005139837 sec. | ||
| 14606 | 2024.11.27 18:43:53.070281 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14607 | 2024.11.27 18:43:53.070518 [ 254 ] {efece2a4-0f09-4961-a891-0557225fb722} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14608 | 2024.11.27 18:43:53.070720 [ 254 ] {efece2a4-0f09-4961-a891-0557225fb722} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14609 | 2024.11.27 18:43:53.070794 [ 194 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2760 rows, containing 5 columns (5 merged, 0 gathered) in 0.005946508 sec., 464137.9444877565 rows/sec., 35.43 MiB/sec. | ||
| 14610 | 2024.11.27 18:43:53.071067 [ 194 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) | ||
| 14611 | 2024.11.27 18:43:53.071584 [ 194 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_111_22} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14612 | 2024.11.27 18:43:53.071778 [ 194 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_111_22} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 | ||
| 14613 | 2024.11.27 18:43:53.071935 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB. | ||
| 14614 | 2024.11.27 18:43:53.072059 [ 254 ] {efece2a4-0f09-4961-a891-0557225fb722} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14615 | 2024.11.27 18:43:53.072103 [ 254 ] {efece2a4-0f09-4961-a891-0557225fb722} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 14616 | 2024.11.27 18:43:53.072503 [ 254 ] {efece2a4-0f09-4961-a891-0557225fb722} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 14617 | 2024.11.27 18:43:53.072750 [ 254 ] {efece2a4-0f09-4961-a891-0557225fb722} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14618 | 2024.11.27 18:43:53.072974 [ 254 ] {efece2a4-0f09-4961-a891-0557225fb722} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00255 sec., 92941.17647058822 rows/sec., 6.23 MiB/sec. | ||
| 14619 | 2024.11.27 18:43:53.073061 [ 254 ] {efece2a4-0f09-4961-a891-0557225fb722} <Debug> TCPHandler: Processed in 0.002837692 sec. | ||
| 14620 | 2024.11.27 18:43:53.073227 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14621 | 2024.11.27 18:43:53.073426 [ 253 ] {7d2e7006-59ab-4ead-a9e0-138976324d50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 14622 | 2024.11.27 18:43:53.073489 [ 253 ] {7d2e7006-59ab-4ead-a9e0-138976324d50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 14623 | 2024.11.27 18:43:53.073966 [ 253 ] {7d2e7006-59ab-4ead-a9e0-138976324d50} <Trace> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14624 | 2024.11.27 18:43:53.074004 [ 253 ] {7d2e7006-59ab-4ead-a9e0-138976324d50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 14625 | 2024.11.27 18:43:53.074375 [ 253 ] {7d2e7006-59ab-4ead-a9e0-138976324d50} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 14626 | 2024.11.27 18:43:53.074617 [ 253 ] {7d2e7006-59ab-4ead-a9e0-138976324d50} <Trace> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14627 | 2024.11.27 18:43:53.074845 [ 253 ] {7d2e7006-59ab-4ead-a9e0-138976324d50} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001467 sec., 681.6632583503749 rows/sec., 45.93 KiB/sec. | ||
| 14628 | 2024.11.27 18:43:53.074913 [ 253 ] {7d2e7006-59ab-4ead-a9e0-138976324d50} <Debug> TCPHandler: Processed in 0.001759816 sec. | ||
| 14629 | 2024.11.27 18:43:53.075110 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14630 | 2024.11.27 18:43:53.075246 [ 254 ] {a2f75d91-8613-4639-aa32-122d5a75bad1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14631 | 2024.11.27 18:43:53.075340 [ 254 ] {a2f75d91-8613-4639-aa32-122d5a75bad1} <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 | ||
| 14632 | 2024.11.27 18:43:53.076615 [ 254 ] {a2f75d91-8613-4639-aa32-122d5a75bad1} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14633 | 2024.11.27 18:43:53.076656 [ 254 ] {a2f75d91-8613-4639-aa32-122d5a75bad1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 14634 | 2024.11.27 18:43:53.077323 [ 254 ] {a2f75d91-8613-4639-aa32-122d5a75bad1} <Trace> MergedBlockOutputStream: filled checksums all_103_103_0 (state Temporary) | ||
| 14635 | 2024.11.27 18:43:53.077589 [ 254 ] {a2f75d91-8613-4639-aa32-122d5a75bad1} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Renaming temporary part tmp_insert_all_103_103_0 to all_103_103_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14636 | 2024.11.27 18:43:53.077890 [ 254 ] {a2f75d91-8613-4639-aa32-122d5a75bad1} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.002667 sec., 9373.828271466067 rows/sec., 16.80 MiB/sec. | ||
| 14637 | 2024.11.27 18:43:53.078277 [ 254 ] {a2f75d91-8613-4639-aa32-122d5a75bad1} <Debug> TCPHandler: Processed in 0.003268298 sec. | ||
| 14638 | 2024.11.27 18:43:53.078518 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14639 | 2024.11.27 18:43:53.078707 [ 253 ] {c51237c3-aa70-435b-81ac-1c843dd1c7a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14640 | 2024.11.27 18:43:53.078758 [ 253 ] {c51237c3-aa70-435b-81ac-1c843dd1c7a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14641 | 2024.11.27 18:43:53.079230 [ 253 ] {c51237c3-aa70-435b-81ac-1c843dd1c7a7} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14642 | 2024.11.27 18:43:53.079268 [ 253 ] {c51237c3-aa70-435b-81ac-1c843dd1c7a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 14643 | 2024.11.27 18:43:53.079641 [ 253 ] {c51237c3-aa70-435b-81ac-1c843dd1c7a7} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 14644 | 2024.11.27 18:43:53.079875 [ 253 ] {c51237c3-aa70-435b-81ac-1c843dd1c7a7} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14645 | 2024.11.27 18:43:53.080063 [ 44 ] {} <Debug> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 | ||
| 14646 | 2024.11.27 18:43:53.080133 [ 44 ] {} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14647 | 2024.11.27 18:43:53.080135 [ 253 ] {c51237c3-aa70-435b-81ac-1c843dd1c7a7} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001453 sec., 56434.96214728148 rows/sec., 3.58 MiB/sec. | ||
| 14648 | 2024.11.27 18:43:53.080172 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 14649 | 2024.11.27 18:43:53.080266 [ 253 ] {c51237c3-aa70-435b-81ac-1c843dd1c7a7} <Debug> TCPHandler: Processed in 0.001864608 sec. | ||
| 14650 | 2024.11.27 18:43:53.080506 [ 201 ] {c59724f6-f374-41a1-8302-611230e47527::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 | ||
| 14651 | 2024.11.27 18:43:53.080948 [ 201 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14652 | 2024.11.27 18:43:53.081043 [ 201 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 7230 rows starting from the beginning of the part | ||
| 14653 | 2024.11.27 18:43:53.081424 [ 201 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 82 rows starting from the beginning of the part | ||
| 14654 | 2024.11.27 18:43:53.081548 [ 201 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 60 rows starting from the beginning of the part | ||
| 14655 | 2024.11.27 18:43:53.081751 [ 201 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 82 rows starting from the beginning of the part | ||
| 14656 | 2024.11.27 18:43:53.081947 [ 201 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 60 rows starting from the beginning of the part | ||
| 14657 | 2024.11.27 18:43:53.082117 [ 201 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 82 rows starting from the beginning of the part | ||
| 14658 | 2024.11.27 18:43:53.084597 [ 200 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7596 rows, containing 4 columns (4 merged, 0 gathered) in 0.004297264 sec., 1767636.3379117502 rows/sec., 115.55 MiB/sec. | ||
| 14659 | 2024.11.27 18:43:53.085116 [ 200 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) | ||
| 14660 | 2024.11.27 18:43:53.085463 [ 200 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_111_22} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14661 | 2024.11.27 18:43:53.085558 [ 200 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_111_22} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 | ||
| 14662 | 2024.11.27 18:43:53.085644 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.29 MiB. | ||
| 14663 | 2024.11.27 18:43:57.320036 [ 29 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 14664 | 2024.11.27 18:43:57.320149 [ 29 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 14665 | 2024.11.27 18:43:57.527410 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 34831 | ||
| 14666 | 2024.11.27 18:43:57.528041 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14667 | 2024.11.27 18:43:57.528090 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 14668 | 2024.11.27 18:43:57.528645 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 14669 | 2024.11.27 18:43:57.528909 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14670 | 2024.11.27 18:43:57.529146 [ 29 ] {} <Debug> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 14671 | 2024.11.27 18:43:57.529174 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 34831 | ||
| 14672 | 2024.11.27 18:43:57.529230 [ 29 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14673 | 2024.11.27 18:43:57.529258 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 14674 | 2024.11.27 18:43:57.529375 [ 191 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::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 | ||
| 14675 | 2024.11.27 18:43:57.529477 [ 191 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14676 | 2024.11.27 18:43:57.529510 [ 191 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 5 marks from part all_1_71_14, total 32574 rows starting from the beginning of the part | ||
| 14677 | 2024.11.27 18:43:57.529583 [ 191 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 427 rows starting from the beginning of the part | ||
| 14678 | 2024.11.27 18:43:57.529767 [ 191 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 488 rows starting from the beginning of the part | ||
| 14679 | 2024.11.27 18:43:57.530080 [ 191 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 427 rows starting from the beginning of the part | ||
| 14680 | 2024.11.27 18:43:57.530245 [ 191 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 488 rows starting from the beginning of the part | ||
| 14681 | 2024.11.27 18:43:57.530441 [ 191 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 427 rows starting from the beginning of the part | ||
| 14682 | 2024.11.27 18:43:57.533359 [ 197 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 34831 rows, containing 4 columns (4 merged, 0 gathered) in 0.00403729 sec., 8627321.792588593 rows/sec., 123.41 MiB/sec. | ||
| 14683 | 2024.11.27 18:43:57.533688 [ 190 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 14684 | 2024.11.27 18:43:57.534100 [ 190 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_76_15} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14685 | 2024.11.27 18:43:57.534206 [ 190 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_76_15} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 14686 | 2024.11.27 18:43:57.534336 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.99 MiB. | ||
| 14687 | 2024.11.27 18:43:57.730383 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 2054 | ||
| 14688 | 2024.11.27 18:43:57.733694 [ 242 ] {} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14689 | 2024.11.27 18:43:57.733746 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 14690 | 2024.11.27 18:43:57.735260 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_56_56_0 (state Temporary) | ||
| 14691 | 2024.11.27 18:43:57.735574 [ 242 ] {} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): Renaming temporary part tmp_insert_all_56_56_0 to all_56_56_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14692 | 2024.11.27 18:43:57.735797 [ 29 ] {} <Debug> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f) (MergerMutator): Selected 6 parts from all_1_51_10 to all_56_56_0 | ||
| 14693 | 2024.11.27 18:43:57.735919 [ 29 ] {} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14694 | 2024.11.27 18:43:57.735986 [ 29 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 14695 | 2024.11.27 18:43:57.736462 [ 197 ] {b2094d96-d5ad-4d24-939b-7466c2610b9f::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 | ||
| 14696 | 2024.11.27 18:43:57.737211 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2054 | ||
| 14697 | 2024.11.27 18:43:57.737673 [ 197 ] {b2094d96-d5ad-4d24-939b-7466c2610b9f::all_1_56_11} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14698 | 2024.11.27 18:43:57.737846 [ 197 ] {b2094d96-d5ad-4d24-939b-7466c2610b9f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_51_10, total 1876 rows starting from the beginning of the part | ||
| 14699 | 2024.11.27 18:43:57.738513 [ 197 ] {b2094d96-d5ad-4d24-939b-7466c2610b9f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 34 rows starting from the beginning of the part | ||
| 14700 | 2024.11.27 18:43:57.739108 [ 197 ] {b2094d96-d5ad-4d24-939b-7466c2610b9f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 38 rows starting from the beginning of the part | ||
| 14701 | 2024.11.27 18:43:57.739698 [ 197 ] {b2094d96-d5ad-4d24-939b-7466c2610b9f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 34 rows starting from the beginning of the part | ||
| 14702 | 2024.11.27 18:43:57.740281 [ 197 ] {b2094d96-d5ad-4d24-939b-7466c2610b9f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_55_55_0, total 34 rows starting from the beginning of the part | ||
| 14703 | 2024.11.27 18:43:57.741091 [ 197 ] {b2094d96-d5ad-4d24-939b-7466c2610b9f::all_1_56_11} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_56_56_0, total 38 rows starting from the beginning of the part | ||
| 14704 | 2024.11.27 18:43:57.749837 [ 187 ] {b2094d96-d5ad-4d24-939b-7466c2610b9f::all_1_56_11} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2054 rows, containing 72 columns (72 merged, 0 gathered) in 0.013710033 sec., 149817.29073883337 rows/sec., 113.63 MiB/sec. | ||
| 14705 | 2024.11.27 18:43:57.752230 [ 196 ] {b2094d96-d5ad-4d24-939b-7466c2610b9f::all_1_56_11} <Trace> MergedBlockOutputStream: filled checksums all_1_56_11 (state Temporary) | ||
| 14706 | 2024.11.27 18:43:57.753137 [ 196 ] {b2094d96-d5ad-4d24-939b-7466c2610b9f::all_1_56_11} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): Renaming temporary part tmp_merge_all_1_56_11 to all_1_56_11 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14707 | 2024.11.27 18:43:57.753245 [ 196 ] {b2094d96-d5ad-4d24-939b-7466c2610b9f::all_1_56_11} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f) (MergerMutator): Merged 6 parts: [all_1_51_10, all_56_56_0] -> all_1_56_11 | ||
| 14708 | 2024.11.27 18:43:57.753662 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.57 MiB. | ||
| 14709 | 2024.11.27 18:43:58.025459 [ 218 ] {} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): 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] | ||
| 14710 | 2024.11.27 18:43:58.025513 [ 218 ] {} <Debug> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): 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] | ||
| 14711 | 2024.11.27 18:43:58.027727 [ 218 ] {} <Debug> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): 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] | ||
| 14712 | 2024.11.27 18:43:58.039210 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14713 | 2024.11.27 18:43:58.039397 [ 253 ] {174653d4-6abe-4f16-80a0-67ffe5c5c27d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14714 | 2024.11.27 18:43:58.039475 [ 253 ] {174653d4-6abe-4f16-80a0-67ffe5c5c27d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14715 | 2024.11.27 18:43:58.040266 [ 253 ] {174653d4-6abe-4f16-80a0-67ffe5c5c27d} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14716 | 2024.11.27 18:43:58.040310 [ 253 ] {174653d4-6abe-4f16-80a0-67ffe5c5c27d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 14717 | 2024.11.27 18:43:58.040742 [ 253 ] {174653d4-6abe-4f16-80a0-67ffe5c5c27d} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 14718 | 2024.11.27 18:43:58.041236 [ 253 ] {174653d4-6abe-4f16-80a0-67ffe5c5c27d} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14719 | 2024.11.27 18:43:58.041453 [ 253 ] {174653d4-6abe-4f16-80a0-67ffe5c5c27d} <Debug> executeQuery: Read 88 rows, 7.40 KiB in 0.00211 sec., 41706.16113744076 rows/sec., 3.43 MiB/sec. | ||
| 14720 | 2024.11.27 18:43:58.041515 [ 253 ] {174653d4-6abe-4f16-80a0-67ffe5c5c27d} <Debug> TCPHandler: Processed in 0.002426516 sec. | ||
| 14721 | 2024.11.27 18:43:58.041777 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14722 | 2024.11.27 18:43:58.041999 [ 254 ] {a3a93da6-95a4-4924-a59b-599778e80704} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14723 | 2024.11.27 18:43:58.042089 [ 254 ] {a3a93da6-95a4-4924-a59b-599778e80704} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14724 | 2024.11.27 18:43:58.042932 [ 254 ] {a3a93da6-95a4-4924-a59b-599778e80704} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14725 | 2024.11.27 18:43:58.042988 [ 254 ] {a3a93da6-95a4-4924-a59b-599778e80704} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 14726 | 2024.11.27 18:43:58.043448 [ 254 ] {a3a93da6-95a4-4924-a59b-599778e80704} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 14727 | 2024.11.27 18:43:58.043715 [ 254 ] {a3a93da6-95a4-4924-a59b-599778e80704} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14728 | 2024.11.27 18:43:58.043962 [ 254 ] {a3a93da6-95a4-4924-a59b-599778e80704} <Debug> executeQuery: Read 16 rows, 1.20 KiB in 0.002021 sec., 7916.872835230085 rows/sec., 595.31 KiB/sec. | ||
| 14729 | 2024.11.27 18:43:58.044032 [ 254 ] {a3a93da6-95a4-4924-a59b-599778e80704} <Debug> TCPHandler: Processed in 0.002393945 sec. | ||
| 14730 | 2024.11.27 18:43:58.044198 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14731 | 2024.11.27 18:43:58.044344 [ 253 ] {c66102e4-f626-4833-add1-97b6d6b74d9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14732 | 2024.11.27 18:43:58.044406 [ 253 ] {c66102e4-f626-4833-add1-97b6d6b74d9c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14733 | 2024.11.27 18:43:58.045081 [ 253 ] {c66102e4-f626-4833-add1-97b6d6b74d9c} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14734 | 2024.11.27 18:43:58.045122 [ 253 ] {c66102e4-f626-4833-add1-97b6d6b74d9c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 14735 | 2024.11.27 18:43:58.045506 [ 253 ] {c66102e4-f626-4833-add1-97b6d6b74d9c} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 14736 | 2024.11.27 18:43:58.045756 [ 253 ] {c66102e4-f626-4833-add1-97b6d6b74d9c} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14737 | 2024.11.27 18:43:58.045974 [ 253 ] {c66102e4-f626-4833-add1-97b6d6b74d9c} <Debug> executeQuery: Read 80 rows, 6.40 KiB in 0.001664 sec., 48076.92307692308 rows/sec., 3.75 MiB/sec. | ||
| 14738 | 2024.11.27 18:43:58.046030 [ 218 ] {} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): 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] | ||
| 14739 | 2024.11.27 18:43:58.046039 [ 253 ] {c66102e4-f626-4833-add1-97b6d6b74d9c} <Debug> TCPHandler: Processed in 0.001908178 sec. | ||
| 14740 | 2024.11.27 18:43:58.046069 [ 218 ] {} <Debug> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): 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] | ||
| 14741 | 2024.11.27 18:43:58.046221 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14742 | 2024.11.27 18:43:58.046412 [ 254 ] {08e4e595-e849-4d0d-b365-fe341062ba2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14743 | 2024.11.27 18:43:58.046531 [ 254 ] {08e4e595-e849-4d0d-b365-fe341062ba2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14744 | 2024.11.27 18:43:58.047913 [ 254 ] {08e4e595-e849-4d0d-b365-fe341062ba2a} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14745 | 2024.11.27 18:43:58.047989 [ 254 ] {08e4e595-e849-4d0d-b365-fe341062ba2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 14746 | 2024.11.27 18:43:58.048699 [ 254 ] {08e4e595-e849-4d0d-b365-fe341062ba2a} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 14747 | 2024.11.27 18:43:58.049139 [ 254 ] {08e4e595-e849-4d0d-b365-fe341062ba2a} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14748 | 2024.11.27 18:43:58.049505 [ 218 ] {} <Debug> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): 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] | ||
| 14749 | 2024.11.27 18:43:58.049526 [ 254 ] {08e4e595-e849-4d0d-b365-fe341062ba2a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.003174 sec., 50409.57781978576 rows/sec., 3.51 MiB/sec. | ||
| 14750 | 2024.11.27 18:43:58.049893 [ 254 ] {08e4e595-e849-4d0d-b365-fe341062ba2a} <Debug> TCPHandler: Processed in 0.003745385 sec. | ||
| 14751 | 2024.11.27 18:43:58.050085 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14752 | 2024.11.27 18:43:58.050251 [ 253 ] {0e66034b-5725-4398-b546-e546c6235ca5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14753 | 2024.11.27 18:43:58.050335 [ 253 ] {0e66034b-5725-4398-b546-e546c6235ca5} <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 | ||
| 14754 | 2024.11.27 18:43:58.051648 [ 253 ] {0e66034b-5725-4398-b546-e546c6235ca5} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14755 | 2024.11.27 18:43:58.051697 [ 253 ] {0e66034b-5725-4398-b546-e546c6235ca5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 14756 | 2024.11.27 18:43:58.052363 [ 253 ] {0e66034b-5725-4398-b546-e546c6235ca5} <Trace> MergedBlockOutputStream: filled checksums all_104_104_0 (state Temporary) | ||
| 14757 | 2024.11.27 18:43:58.052617 [ 253 ] {0e66034b-5725-4398-b546-e546c6235ca5} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Renaming temporary part tmp_insert_all_104_104_0 to all_104_104_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14758 | 2024.11.27 18:43:58.052883 [ 253 ] {0e66034b-5725-4398-b546-e546c6235ca5} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002671 sec., 5990.265818045676 rows/sec., 10.73 MiB/sec. | ||
| 14759 | 2024.11.27 18:43:58.053078 [ 253 ] {0e66034b-5725-4398-b546-e546c6235ca5} <Debug> TCPHandler: Processed in 0.003076935 sec. | ||
| 14760 | 2024.11.27 18:43:58.053308 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14761 | 2024.11.27 18:43:58.053635 [ 254 ] {adeb1995-2c16-42a9-b4af-4ad1f4ee5cc0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14762 | 2024.11.27 18:43:58.053741 [ 254 ] {adeb1995-2c16-42a9-b4af-4ad1f4ee5cc0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14763 | 2024.11.27 18:43:58.054251 [ 254 ] {adeb1995-2c16-42a9-b4af-4ad1f4ee5cc0} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14764 | 2024.11.27 18:43:58.054293 [ 254 ] {adeb1995-2c16-42a9-b4af-4ad1f4ee5cc0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 14765 | 2024.11.27 18:43:58.054690 [ 254 ] {adeb1995-2c16-42a9-b4af-4ad1f4ee5cc0} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 14766 | 2024.11.27 18:43:58.054931 [ 254 ] {adeb1995-2c16-42a9-b4af-4ad1f4ee5cc0} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14767 | 2024.11.27 18:43:58.055161 [ 254 ] {adeb1995-2c16-42a9-b4af-4ad1f4ee5cc0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001638 sec., 36630.03663003663 rows/sec., 2.47 MiB/sec. | ||
| 14768 | 2024.11.27 18:43:58.055217 [ 254 ] {adeb1995-2c16-42a9-b4af-4ad1f4ee5cc0} <Debug> TCPHandler: Processed in 0.00204248 sec. | ||
| 14769 | 2024.11.27 18:43:59.094284 [ 217 ] {} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): 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] | ||
| 14770 | 2024.11.27 18:43:59.094342 [ 217 ] {} <Debug> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): 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] | ||
| 14771 | 2024.11.27 18:43:59.096256 [ 217 ] {} <Debug> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): 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] | ||
| 14772 | 2024.11.27 18:43:59.320706 [ 223 ] {} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): 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] | ||
| 14773 | 2024.11.27 18:43:59.320766 [ 223 ] {} <Debug> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): 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] | ||
| 14774 | 2024.11.27 18:43:59.322666 [ 223 ] {} <Debug> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): 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] | ||
| 14775 | 2024.11.27 18:44:00.047561 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 573 | ||
| 14776 | 2024.11.27 18:44:00.070171 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14777 | 2024.11.27 18:44:00.070235 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 14778 | 2024.11.27 18:44:00.077838 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_76_76_0 (state Temporary) | ||
| 14779 | 2024.11.27 18:44:00.078623 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Renaming temporary part tmp_insert_all_76_76_0 to all_76_76_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14780 | 2024.11.27 18:44:00.079000 [ 35 ] {} <Debug> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f) (MergerMutator): Selected 6 parts from all_1_71_14 to all_76_76_0 | ||
| 14781 | 2024.11.27 18:44:00.079154 [ 35 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14782 | 2024.11.27 18:44:00.079217 [ 35 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 14783 | 2024.11.27 18:44:00.079553 [ 187 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::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 | ||
| 14784 | 2024.11.27 18:44:00.094440 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 573 | ||
| 14785 | 2024.11.27 18:44:00.095821 [ 187 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_76_15} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14786 | 2024.11.27 18:44:00.097380 [ 187 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_71_14, total 536 rows starting from the beginning of the part | ||
| 14787 | 2024.11.27 18:44:00.103375 [ 187 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_72_72_0, total 7 rows starting from the beginning of the part | ||
| 14788 | 2024.11.27 18:44:00.109470 [ 187 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_73_73_0, total 8 rows starting from the beginning of the part | ||
| 14789 | 2024.11.27 18:44:00.115426 [ 187 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_74_74_0, total 7 rows starting from the beginning of the part | ||
| 14790 | 2024.11.27 18:44:00.121784 [ 187 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_75_75_0, total 8 rows starting from the beginning of the part | ||
| 14791 | 2024.11.27 18:44:00.127628 [ 187 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_76_15} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_76_76_0, total 7 rows starting from the beginning of the part | ||
| 14792 | 2024.11.27 18:44:00.198848 [ 189 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_76_15} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 573 rows, containing 679 columns (679 merged, 0 gathered) in 0.119507132 sec., 4794.692922594779 rows/sec., 24.79 MiB/sec. | ||
| 14793 | 2024.11.27 18:44:00.202446 [ 189 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_76_15} <Trace> MergedBlockOutputStream: filled checksums all_1_76_15 (state Temporary) | ||
| 14794 | 2024.11.27 18:44:00.205520 [ 189 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_76_15} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Renaming temporary part tmp_merge_all_1_76_15 to all_1_76_15 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14795 | 2024.11.27 18:44:00.205655 [ 189 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_76_15} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f) (MergerMutator): Merged 6 parts: [all_1_71_14, all_76_76_0] -> all_1_76_15 | ||
| 14796 | 2024.11.27 18:44:00.208135 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.97 MiB. | ||
| 14797 | 2024.11.27 18:44:00.323784 [ 34 ] {} <Debug> oximeter.fields_ipaddr (53955b2a-eb56-41e3-a1fe-af6ea47fe91e) (MergerMutator): Selected 5 parts from all_1_21_5 to all_25_25_0 | ||
| 14798 | 2024.11.27 18:44:00.323890 [ 34 ] {} <Trace> oximeter.fields_ipaddr (53955b2a-eb56-41e3-a1fe-af6ea47fe91e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14799 | 2024.11.27 18:44:00.323935 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 14800 | 2024.11.27 18:44:00.324232 [ 199 ] {53955b2a-eb56-41e3-a1fe-af6ea47fe91e::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 | ||
| 14801 | 2024.11.27 18:44:00.324672 [ 199 ] {53955b2a-eb56-41e3-a1fe-af6ea47fe91e::all_1_25_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14802 | 2024.11.27 18:44:00.324729 [ 199 ] {53955b2a-eb56-41e3-a1fe-af6ea47fe91e::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 | ||
| 14803 | 2024.11.27 18:44:00.324860 [ 199 ] {53955b2a-eb56-41e3-a1fe-af6ea47fe91e::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 8 rows starting from the beginning of the part | ||
| 14804 | 2024.11.27 18:44:00.325232 [ 199 ] {53955b2a-eb56-41e3-a1fe-af6ea47fe91e::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 8 rows starting from the beginning of the part | ||
| 14805 | 2024.11.27 18:44:00.325510 [ 199 ] {53955b2a-eb56-41e3-a1fe-af6ea47fe91e::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 | ||
| 14806 | 2024.11.27 18:44:00.325616 [ 199 ] {53955b2a-eb56-41e3-a1fe-af6ea47fe91e::all_1_25_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 8 rows starting from the beginning of the part | ||
| 14807 | 2024.11.27 18:44:00.326840 [ 186 ] {53955b2a-eb56-41e3-a1fe-af6ea47fe91e::all_1_25_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 44 rows, containing 5 columns (5 merged, 0 gathered) in 0.002774061 sec., 15861.222950757032 rows/sec., 1.32 MiB/sec. | ||
| 14808 | 2024.11.27 18:44:00.327006 [ 186 ] {53955b2a-eb56-41e3-a1fe-af6ea47fe91e::all_1_25_6} <Trace> MergedBlockOutputStream: filled checksums all_1_25_6 (state Temporary) | ||
| 14809 | 2024.11.27 18:44:00.327327 [ 186 ] {53955b2a-eb56-41e3-a1fe-af6ea47fe91e::all_1_25_6} <Trace> oximeter.fields_ipaddr (53955b2a-eb56-41e3-a1fe-af6ea47fe91e): Renaming temporary part tmp_merge_all_1_25_6 to all_1_25_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14810 | 2024.11.27 18:44:00.327419 [ 186 ] {53955b2a-eb56-41e3-a1fe-af6ea47fe91e::all_1_25_6} <Trace> oximeter.fields_ipaddr (53955b2a-eb56-41e3-a1fe-af6ea47fe91e) (MergerMutator): Merged 5 parts: [all_1_21_5, all_25_25_0] -> all_1_25_6 | ||
| 14811 | 2024.11.27 18:44:00.327528 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 14812 | 2024.11.27 18:44:01.000227 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 267.87 MiB, peak 285.26 MiB, free memory in arenas 0.00 B, will set to 266.77 MiB (RSS), difference: -1.10 MiB | ||
| 14813 | 2024.11.27 18:44:03.044867 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14814 | 2024.11.27 18:44:03.045089 [ 253 ] {0013b7cd-ea82-4acf-89ba-3da57b470c2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 14815 | 2024.11.27 18:44:03.045173 [ 253 ] {0013b7cd-ea82-4acf-89ba-3da57b470c2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 14816 | 2024.11.27 18:44:03.046007 [ 253 ] {0013b7cd-ea82-4acf-89ba-3da57b470c2c} <Trace> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14817 | 2024.11.27 18:44:03.046062 [ 253 ] {0013b7cd-ea82-4acf-89ba-3da57b470c2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 14818 | 2024.11.27 18:44:03.046500 [ 253 ] {0013b7cd-ea82-4acf-89ba-3da57b470c2c} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 14819 | 2024.11.27 18:44:03.046757 [ 253 ] {0013b7cd-ea82-4acf-89ba-3da57b470c2c} <Trace> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14820 | 2024.11.27 18:44:03.047026 [ 253 ] {0013b7cd-ea82-4acf-89ba-3da57b470c2c} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001991 sec., 7031.642390758412 rows/sec., 506.18 KiB/sec. | ||
| 14821 | 2024.11.27 18:44:03.047140 [ 253 ] {0013b7cd-ea82-4acf-89ba-3da57b470c2c} <Debug> TCPHandler: Processed in 0.002410796 sec. | ||
| 14822 | 2024.11.27 18:44:03.047424 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14823 | 2024.11.27 18:44:03.047615 [ 254 ] {05b7e06a-2864-4ca1-8bac-b00e452dedf4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 14824 | 2024.11.27 18:44:03.047686 [ 254 ] {05b7e06a-2864-4ca1-8bac-b00e452dedf4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 14825 | 2024.11.27 18:44:03.048445 [ 254 ] {05b7e06a-2864-4ca1-8bac-b00e452dedf4} <Trace> oximeter.fields_ipaddr (53955b2a-eb56-41e3-a1fe-af6ea47fe91e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14826 | 2024.11.27 18:44:03.048489 [ 254 ] {05b7e06a-2864-4ca1-8bac-b00e452dedf4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 14827 | 2024.11.27 18:44:03.048921 [ 254 ] {05b7e06a-2864-4ca1-8bac-b00e452dedf4} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 14828 | 2024.11.27 18:44:03.049178 [ 254 ] {05b7e06a-2864-4ca1-8bac-b00e452dedf4} <Trace> oximeter.fields_ipaddr (53955b2a-eb56-41e3-a1fe-af6ea47fe91e): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14829 | 2024.11.27 18:44:03.049438 [ 254 ] {05b7e06a-2864-4ca1-8bac-b00e452dedf4} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.001872 sec., 4273.504273504273 rows/sec., 348.47 KiB/sec. | ||
| 14830 | 2024.11.27 18:44:03.049669 [ 254 ] {05b7e06a-2864-4ca1-8bac-b00e452dedf4} <Debug> TCPHandler: Processed in 0.002405566 sec. | ||
| 14831 | 2024.11.27 18:44:03.049864 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14832 | 2024.11.27 18:44:03.050015 [ 253 ] {717e5c8f-66df-41e0-9ce4-4c8f8808dbee} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14833 | 2024.11.27 18:44:03.050076 [ 253 ] {717e5c8f-66df-41e0-9ce4-4c8f8808dbee} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14834 | 2024.11.27 18:44:03.050925 [ 253 ] {717e5c8f-66df-41e0-9ce4-4c8f8808dbee} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14835 | 2024.11.27 18:44:03.050966 [ 253 ] {717e5c8f-66df-41e0-9ce4-4c8f8808dbee} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 14836 | 2024.11.27 18:44:03.051366 [ 253 ] {717e5c8f-66df-41e0-9ce4-4c8f8808dbee} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 14837 | 2024.11.27 18:44:03.051621 [ 253 ] {717e5c8f-66df-41e0-9ce4-4c8f8808dbee} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14838 | 2024.11.27 18:44:03.051834 [ 253 ] {717e5c8f-66df-41e0-9ce4-4c8f8808dbee} <Debug> executeQuery: Read 257 rows, 23.02 KiB in 0.001857 sec., 138395.26117393645 rows/sec., 12.10 MiB/sec. | ||
| 14839 | 2024.11.27 18:44:03.051892 [ 253 ] {717e5c8f-66df-41e0-9ce4-4c8f8808dbee} <Debug> TCPHandler: Processed in 0.002096732 sec. | ||
| 14840 | 2024.11.27 18:44:03.052066 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14841 | 2024.11.27 18:44:03.052212 [ 254 ] {6885f63c-8437-41a2-9dcc-2106a7a308c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14842 | 2024.11.27 18:44:03.052272 [ 254 ] {6885f63c-8437-41a2-9dcc-2106a7a308c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14843 | 2024.11.27 18:44:03.052971 [ 254 ] {6885f63c-8437-41a2-9dcc-2106a7a308c0} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14844 | 2024.11.27 18:44:03.053011 [ 254 ] {6885f63c-8437-41a2-9dcc-2106a7a308c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 14845 | 2024.11.27 18:44:03.053385 [ 254 ] {6885f63c-8437-41a2-9dcc-2106a7a308c0} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 14846 | 2024.11.27 18:44:03.053629 [ 254 ] {6885f63c-8437-41a2-9dcc-2106a7a308c0} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14847 | 2024.11.27 18:44:03.053762 [ 31 ] {} <Debug> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c) (MergerMutator): Selected 6 parts from all_1_100_20 to all_105_105_0 | ||
| 14848 | 2024.11.27 18:44:03.053804 [ 31 ] {} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14849 | 2024.11.27 18:44:03.053813 [ 254 ] {6885f63c-8437-41a2-9dcc-2106a7a308c0} <Debug> executeQuery: Read 40 rows, 2.89 KiB in 0.001636 sec., 24449.877750611246 rows/sec., 1.73 MiB/sec. | ||
| 14850 | 2024.11.27 18:44:03.053829 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 14851 | 2024.11.27 18:44:03.053936 [ 254 ] {6885f63c-8437-41a2-9dcc-2106a7a308c0} <Debug> TCPHandler: Processed in 0.001938469 sec. | ||
| 14852 | 2024.11.27 18:44:03.054106 [ 186 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::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 | ||
| 14853 | 2024.11.27 18:44:03.054149 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14854 | 2024.11.27 18:44:03.054308 [ 186 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_105_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 14855 | 2024.11.27 18:44:03.054320 [ 253 ] {351d2135-dc00-467c-bb8a-e5159a9d14b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 14856 | 2024.11.27 18:44:03.054367 [ 186 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_100_20, total 66 rows starting from the beginning of the part | ||
| 14857 | 2024.11.27 18:44:03.054398 [ 253 ] {351d2135-dc00-467c-bb8a-e5159a9d14b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 14858 | 2024.11.27 18:44:03.054576 [ 186 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_101_101_0, total 32 rows starting from the beginning of the part | ||
| 14859 | 2024.11.27 18:44:03.054779 [ 186 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 24 rows starting from the beginning of the part | ||
| 14860 | 2024.11.27 18:44:03.054996 [ 186 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 32 rows starting from the beginning of the part | ||
| 14861 | 2024.11.27 18:44:03.055252 [ 186 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 16 rows starting from the beginning of the part | ||
| 14862 | 2024.11.27 18:44:03.055433 [ 186 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_105_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 40 rows starting from the beginning of the part | ||
| 14863 | 2024.11.27 18:44:03.056002 [ 253 ] {351d2135-dc00-467c-bb8a-e5159a9d14b3} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14864 | 2024.11.27 18:44:03.056050 [ 253 ] {351d2135-dc00-467c-bb8a-e5159a9d14b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 14865 | 2024.11.27 18:44:03.056608 [ 253 ] {351d2135-dc00-467c-bb8a-e5159a9d14b3} <Trace> MergedBlockOutputStream: filled checksums all_67_67_0 (state Temporary) | ||
| 14866 | 2024.11.27 18:44:03.056954 [ 186 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_105_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 210 rows, containing 5 columns (5 merged, 0 gathered) in 0.003023005 sec., 69467.30157574995 rows/sec., 5.22 MiB/sec. | ||
| 14867 | 2024.11.27 18:44:03.056961 [ 253 ] {351d2135-dc00-467c-bb8a-e5159a9d14b3} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Renaming temporary part tmp_insert_all_67_67_0 to all_67_67_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14868 | 2024.11.27 18:44:03.057074 [ 186 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_105_21} <Trace> MergedBlockOutputStream: filled checksums all_1_105_21 (state Temporary) | ||
| 14869 | 2024.11.27 18:44:03.057286 [ 253 ] {351d2135-dc00-467c-bb8a-e5159a9d14b3} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.003012 sec., 4648.074369189907 rows/sec., 325.52 KiB/sec. | ||
| 14870 | 2024.11.27 18:44:03.057371 [ 253 ] {351d2135-dc00-467c-bb8a-e5159a9d14b3} <Debug> TCPHandler: Processed in 0.003327259 sec. | ||
| 14871 | 2024.11.27 18:44:03.057521 [ 186 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_105_21} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Renaming temporary part tmp_merge_all_1_105_21 to all_1_105_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14872 | 2024.11.27 18:44:03.057534 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14873 | 2024.11.27 18:44:03.057646 [ 186 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_105_21} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c) (MergerMutator): Merged 6 parts: [all_1_100_20, all_105_105_0] -> all_1_105_21 | ||
| 14874 | 2024.11.27 18:44:03.057756 [ 254 ] {310f5f89-2fdf-417f-8241-ce609e6c0c74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 14875 | 2024.11.27 18:44:03.057795 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 14876 | 2024.11.27 18:44:03.057849 [ 254 ] {310f5f89-2fdf-417f-8241-ce609e6c0c74} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 14877 | 2024.11.27 18:44:03.058442 [ 254 ] {310f5f89-2fdf-417f-8241-ce609e6c0c74} <Trace> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14878 | 2024.11.27 18:44:03.058481 [ 254 ] {310f5f89-2fdf-417f-8241-ce609e6c0c74} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 14879 | 2024.11.27 18:44:03.058850 [ 254 ] {310f5f89-2fdf-417f-8241-ce609e6c0c74} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 14880 | 2024.11.27 18:44:03.059096 [ 254 ] {310f5f89-2fdf-417f-8241-ce609e6c0c74} <Trace> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14881 | 2024.11.27 18:44:03.059289 [ 254 ] {310f5f89-2fdf-417f-8241-ce609e6c0c74} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001603 sec., 8109.794135995009 rows/sec., 505.64 KiB/sec. | ||
| 14882 | 2024.11.27 18:44:03.059377 [ 254 ] {310f5f89-2fdf-417f-8241-ce609e6c0c74} <Debug> TCPHandler: Processed in 0.001916039 sec. | ||
| 14883 | 2024.11.27 18:44:03.059627 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14884 | 2024.11.27 18:44:03.059768 [ 253 ] {9226de57-06e2-4408-ab1e-d84d3e1f23cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14885 | 2024.11.27 18:44:03.059828 [ 253 ] {9226de57-06e2-4408-ab1e-d84d3e1f23cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14886 | 2024.11.27 18:44:03.060568 [ 253 ] {9226de57-06e2-4408-ab1e-d84d3e1f23cd} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14887 | 2024.11.27 18:44:03.060609 [ 253 ] {9226de57-06e2-4408-ab1e-d84d3e1f23cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 14888 | 2024.11.27 18:44:03.061004 [ 253 ] {9226de57-06e2-4408-ab1e-d84d3e1f23cd} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 14889 | 2024.11.27 18:44:03.061262 [ 253 ] {9226de57-06e2-4408-ab1e-d84d3e1f23cd} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14890 | 2024.11.27 18:44:03.061486 [ 253 ] {9226de57-06e2-4408-ab1e-d84d3e1f23cd} <Debug> executeQuery: Read 415 rows, 30.34 KiB in 0.00175 sec., 237142.85714285713 rows/sec., 16.93 MiB/sec. | ||
| 14891 | 2024.11.27 18:44:03.061541 [ 253 ] {9226de57-06e2-4408-ab1e-d84d3e1f23cd} <Debug> TCPHandler: Processed in 0.002061361 sec. | ||
| 14892 | 2024.11.27 18:44:03.061680 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14893 | 2024.11.27 18:44:03.061796 [ 254 ] {f3c47bc6-e690-4274-b208-84151c59eb19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 14894 | 2024.11.27 18:44:03.061847 [ 254 ] {f3c47bc6-e690-4274-b208-84151c59eb19} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 14895 | 2024.11.27 18:44:03.062328 [ 254 ] {f3c47bc6-e690-4274-b208-84151c59eb19} <Trace> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14896 | 2024.11.27 18:44:03.062364 [ 254 ] {f3c47bc6-e690-4274-b208-84151c59eb19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 14897 | 2024.11.27 18:44:03.062740 [ 254 ] {f3c47bc6-e690-4274-b208-84151c59eb19} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 14898 | 2024.11.27 18:44:03.062975 [ 254 ] {f3c47bc6-e690-4274-b208-84151c59eb19} <Trace> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14899 | 2024.11.27 18:44:03.063185 [ 254 ] {f3c47bc6-e690-4274-b208-84151c59eb19} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001413 sec., 4246.284501061571 rows/sec., 221.85 KiB/sec. | ||
| 14900 | 2024.11.27 18:44:03.063238 [ 254 ] {f3c47bc6-e690-4274-b208-84151c59eb19} <Debug> TCPHandler: Processed in 0.001614744 sec. | ||
| 14901 | 2024.11.27 18:44:03.063375 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14902 | 2024.11.27 18:44:03.063493 [ 253 ] {e2db3c66-ac56-4cdf-96e5-c8c99d191b4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14903 | 2024.11.27 18:44:03.063549 [ 253 ] {e2db3c66-ac56-4cdf-96e5-c8c99d191b4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14904 | 2024.11.27 18:44:03.064152 [ 253 ] {e2db3c66-ac56-4cdf-96e5-c8c99d191b4a} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14905 | 2024.11.27 18:44:03.064192 [ 253 ] {e2db3c66-ac56-4cdf-96e5-c8c99d191b4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 14906 | 2024.11.27 18:44:03.064602 [ 253 ] {e2db3c66-ac56-4cdf-96e5-c8c99d191b4a} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 14907 | 2024.11.27 18:44:03.064857 [ 253 ] {e2db3c66-ac56-4cdf-96e5-c8c99d191b4a} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14908 | 2024.11.27 18:44:03.065074 [ 253 ] {e2db3c66-ac56-4cdf-96e5-c8c99d191b4a} <Debug> executeQuery: Read 241 rows, 16.55 KiB in 0.001611 sec., 149596.52389819987 rows/sec., 10.03 MiB/sec. | ||
| 14909 | 2024.11.27 18:44:03.065125 [ 253 ] {e2db3c66-ac56-4cdf-96e5-c8c99d191b4a} <Debug> TCPHandler: Processed in 0.001815717 sec. | ||
| 14910 | 2024.11.27 18:44:03.065263 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14911 | 2024.11.27 18:44:03.065371 [ 254 ] {b331e0fa-e8d4-40f4-9659-4b9aa4a2f131} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 14912 | 2024.11.27 18:44:03.065419 [ 254 ] {b331e0fa-e8d4-40f4-9659-4b9aa4a2f131} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 14913 | 2024.11.27 18:44:03.065857 [ 254 ] {b331e0fa-e8d4-40f4-9659-4b9aa4a2f131} <Trace> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14914 | 2024.11.27 18:44:03.065893 [ 254 ] {b331e0fa-e8d4-40f4-9659-4b9aa4a2f131} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 14915 | 2024.11.27 18:44:03.066312 [ 254 ] {b331e0fa-e8d4-40f4-9659-4b9aa4a2f131} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 14916 | 2024.11.27 18:44:03.066547 [ 254 ] {b331e0fa-e8d4-40f4-9659-4b9aa4a2f131} <Trace> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14917 | 2024.11.27 18:44:03.066748 [ 254 ] {b331e0fa-e8d4-40f4-9659-4b9aa4a2f131} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001376 sec., 726.7441860465116 rows/sec., 48.97 KiB/sec. | ||
| 14918 | 2024.11.27 18:44:03.066799 [ 254 ] {b331e0fa-e8d4-40f4-9659-4b9aa4a2f131} <Debug> TCPHandler: Processed in 0.001575434 sec. | ||
| 14919 | 2024.11.27 18:44:03.066945 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14920 | 2024.11.27 18:44:03.067085 [ 253 ] {205749fa-2e64-4422-a748-2384cbd46275} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14921 | 2024.11.27 18:44:03.067181 [ 253 ] {205749fa-2e64-4422-a748-2384cbd46275} <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 | ||
| 14922 | 2024.11.27 18:44:03.068438 [ 253 ] {205749fa-2e64-4422-a748-2384cbd46275} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14923 | 2024.11.27 18:44:03.068477 [ 253 ] {205749fa-2e64-4422-a748-2384cbd46275} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 14924 | 2024.11.27 18:44:03.069140 [ 253 ] {205749fa-2e64-4422-a748-2384cbd46275} <Trace> MergedBlockOutputStream: filled checksums all_105_105_0 (state Temporary) | ||
| 14925 | 2024.11.27 18:44:03.069406 [ 253 ] {205749fa-2e64-4422-a748-2384cbd46275} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Renaming temporary part tmp_insert_all_105_105_0 to all_105_105_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14926 | 2024.11.27 18:44:03.069659 [ 253 ] {205749fa-2e64-4422-a748-2384cbd46275} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.002605 sec., 9596.928982725527 rows/sec., 17.20 MiB/sec. | ||
| 14927 | 2024.11.27 18:44:03.069767 [ 253 ] {205749fa-2e64-4422-a748-2384cbd46275} <Debug> TCPHandler: Processed in 0.002888083 sec. | ||
| 14928 | 2024.11.27 18:44:03.069904 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14929 | 2024.11.27 18:44:03.070021 [ 254 ] {1fdc3b61-78f6-4e18-8435-e8f81c1f7727} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 14930 | 2024.11.27 18:44:03.070072 [ 254 ] {1fdc3b61-78f6-4e18-8435-e8f81c1f7727} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 14931 | 2024.11.27 18:44:03.070557 [ 254 ] {1fdc3b61-78f6-4e18-8435-e8f81c1f7727} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14932 | 2024.11.27 18:44:03.070595 [ 254 ] {1fdc3b61-78f6-4e18-8435-e8f81c1f7727} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 14933 | 2024.11.27 18:44:03.070965 [ 254 ] {1fdc3b61-78f6-4e18-8435-e8f81c1f7727} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 14934 | 2024.11.27 18:44:03.071204 [ 254 ] {1fdc3b61-78f6-4e18-8435-e8f81c1f7727} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14935 | 2024.11.27 18:44:03.071434 [ 254 ] {1fdc3b61-78f6-4e18-8435-e8f81c1f7727} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001438 sec., 57023.643949930454 rows/sec., 3.62 MiB/sec. | ||
| 14936 | 2024.11.27 18:44:03.071538 [ 254 ] {1fdc3b61-78f6-4e18-8435-e8f81c1f7727} <Debug> TCPHandler: Processed in 0.001692455 sec. | ||
| 14937 | 2024.11.27 18:44:05.029330 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 35319 | ||
| 14938 | 2024.11.27 18:44:05.030056 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14939 | 2024.11.27 18:44:05.030096 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 14940 | 2024.11.27 18:44:05.030625 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 14941 | 2024.11.27 18:44:05.030882 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14942 | 2024.11.27 18:44:05.031077 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 35319 | ||
| 14943 | 2024.11.27 18:44:07.594566 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 581 | ||
| 14944 | 2024.11.27 18:44:07.618133 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14945 | 2024.11.27 18:44:07.618196 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 14946 | 2024.11.27 18:44:07.625742 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_77_77_0 (state Temporary) | ||
| 14947 | 2024.11.27 18:44:07.626535 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Renaming temporary part tmp_insert_all_77_77_0 to all_77_77_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14948 | 2024.11.27 18:44:07.631285 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 581 | ||
| 14949 | 2024.11.27 18:44:07.737512 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 2090 | ||
| 14950 | 2024.11.27 18:44:07.740971 [ 242 ] {} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14951 | 2024.11.27 18:44:07.741040 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 14952 | 2024.11.27 18:44:07.742685 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_57_57_0 (state Temporary) | ||
| 14953 | 2024.11.27 18:44:07.743019 [ 242 ] {} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): Renaming temporary part tmp_insert_all_57_57_0 to all_57_57_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14954 | 2024.11.27 18:44:07.743749 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2090 | ||
| 14955 | 2024.11.27 18:44:08.040097 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14956 | 2024.11.27 18:44:08.040392 [ 253 ] {99dd537a-99ce-4a4c-b1f3-811e18488e14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 14957 | 2024.11.27 18:44:08.040504 [ 253 ] {99dd537a-99ce-4a4c-b1f3-811e18488e14} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 14958 | 2024.11.27 18:44:08.041453 [ 253 ] {99dd537a-99ce-4a4c-b1f3-811e18488e14} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14959 | 2024.11.27 18:44:08.041495 [ 253 ] {99dd537a-99ce-4a4c-b1f3-811e18488e14} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 14960 | 2024.11.27 18:44:08.041932 [ 253 ] {99dd537a-99ce-4a4c-b1f3-811e18488e14} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 14961 | 2024.11.27 18:44:08.042194 [ 253 ] {99dd537a-99ce-4a4c-b1f3-811e18488e14} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14962 | 2024.11.27 18:44:08.042399 [ 253 ] {99dd537a-99ce-4a4c-b1f3-811e18488e14} <Debug> executeQuery: Read 88 rows, 7.40 KiB in 0.002092 sec., 42065.009560229446 rows/sec., 3.46 MiB/sec. | ||
| 14963 | 2024.11.27 18:44:08.042460 [ 253 ] {99dd537a-99ce-4a4c-b1f3-811e18488e14} <Debug> TCPHandler: Processed in 0.002523727 sec. | ||
| 14964 | 2024.11.27 18:44:08.042688 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14965 | 2024.11.27 18:44:08.042871 [ 254 ] {ea649aba-eff5-4ac2-943d-2aa5e4bb43f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 14966 | 2024.11.27 18:44:08.042945 [ 254 ] {ea649aba-eff5-4ac2-943d-2aa5e4bb43f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 14967 | 2024.11.27 18:44:08.043680 [ 254 ] {ea649aba-eff5-4ac2-943d-2aa5e4bb43f1} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14968 | 2024.11.27 18:44:08.043727 [ 254 ] {ea649aba-eff5-4ac2-943d-2aa5e4bb43f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 14969 | 2024.11.27 18:44:08.044180 [ 254 ] {ea649aba-eff5-4ac2-943d-2aa5e4bb43f1} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 14970 | 2024.11.27 18:44:08.044432 [ 254 ] {ea649aba-eff5-4ac2-943d-2aa5e4bb43f1} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14971 | 2024.11.27 18:44:08.044673 [ 254 ] {ea649aba-eff5-4ac2-943d-2aa5e4bb43f1} <Debug> executeQuery: Read 16 rows, 1.20 KiB in 0.001849 sec., 8653.32612222823 rows/sec., 650.69 KiB/sec. | ||
| 14972 | 2024.11.27 18:44:08.044741 [ 254 ] {ea649aba-eff5-4ac2-943d-2aa5e4bb43f1} <Debug> TCPHandler: Processed in 0.002176322 sec. | ||
| 14973 | 2024.11.27 18:44:08.044891 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14974 | 2024.11.27 18:44:08.045034 [ 253 ] {5f41c0b2-cc57-4bf7-98dc-a2d9fe223e5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 14975 | 2024.11.27 18:44:08.045096 [ 253 ] {5f41c0b2-cc57-4bf7-98dc-a2d9fe223e5b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 14976 | 2024.11.27 18:44:08.045828 [ 253 ] {5f41c0b2-cc57-4bf7-98dc-a2d9fe223e5b} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14977 | 2024.11.27 18:44:08.045873 [ 253 ] {5f41c0b2-cc57-4bf7-98dc-a2d9fe223e5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 14978 | 2024.11.27 18:44:08.046269 [ 253 ] {5f41c0b2-cc57-4bf7-98dc-a2d9fe223e5b} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 14979 | 2024.11.27 18:44:08.046514 [ 253 ] {5f41c0b2-cc57-4bf7-98dc-a2d9fe223e5b} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14980 | 2024.11.27 18:44:08.046695 [ 253 ] {5f41c0b2-cc57-4bf7-98dc-a2d9fe223e5b} <Debug> executeQuery: Read 80 rows, 6.40 KiB in 0.001694 sec., 47225.50177095632 rows/sec., 3.69 MiB/sec. | ||
| 14981 | 2024.11.27 18:44:08.046749 [ 253 ] {5f41c0b2-cc57-4bf7-98dc-a2d9fe223e5b} <Debug> TCPHandler: Processed in 0.001925559 sec. | ||
| 14982 | 2024.11.27 18:44:08.046891 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14983 | 2024.11.27 18:44:08.047015 [ 254 ] {872c544a-ce13-4d31-8993-cb5b038484a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 14984 | 2024.11.27 18:44:08.047074 [ 254 ] {872c544a-ce13-4d31-8993-cb5b038484a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 14985 | 2024.11.27 18:44:08.047700 [ 254 ] {872c544a-ce13-4d31-8993-cb5b038484a8} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14986 | 2024.11.27 18:44:08.047740 [ 254 ] {872c544a-ce13-4d31-8993-cb5b038484a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 14987 | 2024.11.27 18:44:08.048148 [ 254 ] {872c544a-ce13-4d31-8993-cb5b038484a8} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 14988 | 2024.11.27 18:44:08.048384 [ 254 ] {872c544a-ce13-4d31-8993-cb5b038484a8} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14989 | 2024.11.27 18:44:08.048610 [ 254 ] {872c544a-ce13-4d31-8993-cb5b038484a8} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001625 sec., 98461.53846153847 rows/sec., 6.86 MiB/sec. | ||
| 14990 | 2024.11.27 18:44:08.048663 [ 254 ] {872c544a-ce13-4d31-8993-cb5b038484a8} <Debug> TCPHandler: Processed in 0.001831077 sec. | ||
| 14991 | 2024.11.27 18:44:08.048816 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 14992 | 2024.11.27 18:44:08.048933 [ 253 ] {02e450ba-bc47-4812-822c-7b28eeaae8c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 14993 | 2024.11.27 18:44:08.049023 [ 253 ] {02e450ba-bc47-4812-822c-7b28eeaae8c9} <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 | ||
| 14994 | 2024.11.27 18:44:08.050323 [ 253 ] {02e450ba-bc47-4812-822c-7b28eeaae8c9} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 14995 | 2024.11.27 18:44:08.050361 [ 253 ] {02e450ba-bc47-4812-822c-7b28eeaae8c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 14996 | 2024.11.27 18:44:08.051014 [ 253 ] {02e450ba-bc47-4812-822c-7b28eeaae8c9} <Trace> MergedBlockOutputStream: filled checksums all_106_106_0 (state Temporary) | ||
| 14997 | 2024.11.27 18:44:08.051273 [ 253 ] {02e450ba-bc47-4812-822c-7b28eeaae8c9} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Renaming temporary part tmp_insert_all_106_106_0 to all_106_106_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 14998 | 2024.11.27 18:44:08.051424 [ 93 ] {} <Debug> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1) (MergerMutator): Selected 6 parts from all_1_101_20 to all_106_106_0 | ||
| 14999 | 2024.11.27 18:44:08.051474 [ 93 ] {} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15000 | 2024.11.27 18:44:08.051484 [ 253 ] {02e450ba-bc47-4812-822c-7b28eeaae8c9} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002572 sec., 6220.839813374805 rows/sec., 11.15 MiB/sec. | ||
| 15001 | 2024.11.27 18:44:08.051505 [ 93 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 15002 | 2024.11.27 18:44:08.051846 [ 253 ] {02e450ba-bc47-4812-822c-7b28eeaae8c9} <Debug> TCPHandler: Processed in 0.003079015 sec. | ||
| 15003 | 2024.11.27 18:44:08.051936 [ 200 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::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 | ||
| 15004 | 2024.11.27 18:44:08.052039 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15005 | 2024.11.27 18:44:08.052287 [ 254 ] {cbdc4298-4756-4347-9769-afcc718f9cb5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15006 | 2024.11.27 18:44:08.052398 [ 254 ] {cbdc4298-4756-4347-9769-afcc718f9cb5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15007 | 2024.11.27 18:44:08.052854 [ 200 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_106_21} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15008 | 2024.11.27 18:44:08.053085 [ 200 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_101_20, total 2093 rows starting from the beginning of the part | ||
| 15009 | 2024.11.27 18:44:08.053711 [ 200 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_102_102_0, total 16 rows starting from the beginning of the part | ||
| 15010 | 2024.11.27 18:44:08.054546 [ 200 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_103_103_0, total 25 rows starting from the beginning of the part | ||
| 15011 | 2024.11.27 18:44:08.054677 [ 254 ] {cbdc4298-4756-4347-9769-afcc718f9cb5} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15012 | 2024.11.27 18:44:08.054782 [ 254 ] {cbdc4298-4756-4347-9769-afcc718f9cb5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 15013 | 2024.11.27 18:44:08.055253 [ 200 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_104_104_0, total 16 rows starting from the beginning of the part | ||
| 15014 | 2024.11.27 18:44:08.055952 [ 200 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_105_105_0, total 25 rows starting from the beginning of the part | ||
| 15015 | 2024.11.27 18:44:08.056352 [ 254 ] {cbdc4298-4756-4347-9769-afcc718f9cb5} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 15016 | 2024.11.27 18:44:08.056517 [ 200 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_106_21} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 16 rows starting from the beginning of the part | ||
| 15017 | 2024.11.27 18:44:08.057274 [ 254 ] {cbdc4298-4756-4347-9769-afcc718f9cb5} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15018 | 2024.11.27 18:44:08.057853 [ 254 ] {cbdc4298-4756-4347-9769-afcc718f9cb5} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00565 sec., 10619.469026548673 rows/sec., 732.85 KiB/sec. | ||
| 15019 | 2024.11.27 18:44:08.057969 [ 254 ] {cbdc4298-4756-4347-9769-afcc718f9cb5} <Debug> TCPHandler: Processed in 0.006003799 sec. | ||
| 15020 | 2024.11.27 18:44:08.065471 [ 200 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_106_21} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2191 rows, containing 19 columns (19 merged, 0 gathered) in 0.013823645 sec., 158496.54703951092 rows/sec., 284.02 MiB/sec. | ||
| 15021 | 2024.11.27 18:44:08.067475 [ 195 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_106_21} <Trace> MergedBlockOutputStream: filled checksums all_1_106_21 (state Temporary) | ||
| 15022 | 2024.11.27 18:44:08.067928 [ 195 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_106_21} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Renaming temporary part tmp_merge_all_1_106_21 to all_1_106_21 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15023 | 2024.11.27 18:44:08.068017 [ 195 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_106_21} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1) (MergerMutator): Merged 6 parts: [all_1_101_20, all_106_106_0] -> all_1_106_21 | ||
| 15024 | 2024.11.27 18:44:08.068189 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.32 MiB. | ||
| 15025 | 2024.11.27 18:44:09.042809 [ 223 ] {} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): 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] | ||
| 15026 | 2024.11.27 18:44:09.042865 [ 223 ] {} <Debug> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): 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] | ||
| 15027 | 2024.11.27 18:44:09.045258 [ 223 ] {} <Debug> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): 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] | ||
| 15028 | 2024.11.27 18:44:12.320204 [ 25 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 15029 | 2024.11.27 18:44:12.320272 [ 25 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 15030 | 2024.11.27 18:44:12.531255 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 35746 | ||
| 15031 | 2024.11.27 18:44:12.532273 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15032 | 2024.11.27 18:44:12.532370 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 15033 | 2024.11.27 18:44:12.532968 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 15034 | 2024.11.27 18:44:12.533243 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15035 | 2024.11.27 18:44:12.533520 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 35746 | ||
| 15036 | 2024.11.27 18:44:13.044894 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15037 | 2024.11.27 18:44:13.045119 [ 253 ] {093f536e-ea37-43f4-93fe-c6fa1b83885d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 15038 | 2024.11.27 18:44:13.045201 [ 253 ] {093f536e-ea37-43f4-93fe-c6fa1b83885d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 15039 | 2024.11.27 18:44:13.045998 [ 253 ] {093f536e-ea37-43f4-93fe-c6fa1b83885d} <Trace> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15040 | 2024.11.27 18:44:13.046049 [ 253 ] {093f536e-ea37-43f4-93fe-c6fa1b83885d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 15041 | 2024.11.27 18:44:13.046507 [ 253 ] {093f536e-ea37-43f4-93fe-c6fa1b83885d} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 15042 | 2024.11.27 18:44:13.046779 [ 253 ] {093f536e-ea37-43f4-93fe-c6fa1b83885d} <Trace> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15043 | 2024.11.27 18:44:13.047038 [ 253 ] {093f536e-ea37-43f4-93fe-c6fa1b83885d} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001966 sec., 7121.057985757884 rows/sec., 512.62 KiB/sec. | ||
| 15044 | 2024.11.27 18:44:13.047038 [ 24 ] {} <Debug> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb) (MergerMutator): Selected 5 parts from all_1_46_11 to all_50_50_0 | ||
| 15045 | 2024.11.27 18:44:13.047132 [ 253 ] {093f536e-ea37-43f4-93fe-c6fa1b83885d} <Debug> TCPHandler: Processed in 0.002381275 sec. | ||
| 15046 | 2024.11.27 18:44:13.047173 [ 24 ] {} <Trace> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15047 | 2024.11.27 18:44:13.047247 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 15048 | 2024.11.27 18:44:13.047426 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15049 | 2024.11.27 18:44:13.047480 [ 194 ] {17effacc-4e38-4bb0-b3f7-e2a659fcc7fb::all_1_50_12} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_46_11 to all_50_50_0 into Compact with storage Full | ||
| 15050 | 2024.11.27 18:44:13.047830 [ 254 ] {1d36adb4-56d8-47cb-97e7-301e4de8b18a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15051 | 2024.11.27 18:44:13.048034 [ 254 ] {1d36adb4-56d8-47cb-97e7-301e4de8b18a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15052 | 2024.11.27 18:44:13.048283 [ 194 ] {17effacc-4e38-4bb0-b3f7-e2a659fcc7fb::all_1_50_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15053 | 2024.11.27 18:44:13.048508 [ 194 ] {17effacc-4e38-4bb0-b3f7-e2a659fcc7fb::all_1_50_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_11, total 14 rows starting from the beginning of the part | ||
| 15054 | 2024.11.27 18:44:13.049036 [ 194 ] {17effacc-4e38-4bb0-b3f7-e2a659fcc7fb::all_1_50_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 14 rows starting from the beginning of the part | ||
| 15055 | 2024.11.27 18:44:13.049429 [ 194 ] {17effacc-4e38-4bb0-b3f7-e2a659fcc7fb::all_1_50_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 14 rows starting from the beginning of the part | ||
| 15056 | 2024.11.27 18:44:13.049807 [ 194 ] {17effacc-4e38-4bb0-b3f7-e2a659fcc7fb::all_1_50_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 14 rows starting from the beginning of the part | ||
| 15057 | 2024.11.27 18:44:13.050144 [ 194 ] {17effacc-4e38-4bb0-b3f7-e2a659fcc7fb::all_1_50_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 14 rows starting from the beginning of the part | ||
| 15058 | 2024.11.27 18:44:13.051669 [ 254 ] {1d36adb4-56d8-47cb-97e7-301e4de8b18a} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15059 | 2024.11.27 18:44:13.051757 [ 254 ] {1d36adb4-56d8-47cb-97e7-301e4de8b18a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 15060 | 2024.11.27 18:44:13.052465 [ 195 ] {17effacc-4e38-4bb0-b3f7-e2a659fcc7fb::all_1_50_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.005144726 sec., 13606.166781282425 rows/sec., 1.01 MiB/sec. | ||
| 15061 | 2024.11.27 18:44:13.052741 [ 201 ] {17effacc-4e38-4bb0-b3f7-e2a659fcc7fb::all_1_50_12} <Trace> MergedBlockOutputStream: filled checksums all_1_50_12 (state Temporary) | ||
| 15062 | 2024.11.27 18:44:13.052761 [ 254 ] {1d36adb4-56d8-47cb-97e7-301e4de8b18a} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 15063 | 2024.11.27 18:44:13.053319 [ 254 ] {1d36adb4-56d8-47cb-97e7-301e4de8b18a} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15064 | 2024.11.27 18:44:13.053421 [ 201 ] {17effacc-4e38-4bb0-b3f7-e2a659fcc7fb::all_1_50_12} <Trace> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb): Renaming temporary part tmp_merge_all_1_50_12 to all_1_50_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15065 | 2024.11.27 18:44:13.053669 [ 201 ] {17effacc-4e38-4bb0-b3f7-e2a659fcc7fb::all_1_50_12} <Trace> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb) (MergerMutator): Merged 5 parts: [all_1_46_11, all_50_50_0] -> all_1_50_12 | ||
| 15066 | 2024.11.27 18:44:13.053816 [ 254 ] {1d36adb4-56d8-47cb-97e7-301e4de8b18a} <Debug> executeQuery: Read 253 rows, 22.72 KiB in 0.006137 sec., 41225.354407691055 rows/sec., 3.62 MiB/sec. | ||
| 15067 | 2024.11.27 18:44:13.053851 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 15068 | 2024.11.27 18:44:13.053970 [ 254 ] {1d36adb4-56d8-47cb-97e7-301e4de8b18a} <Debug> TCPHandler: Processed in 0.006705 sec. | ||
| 15069 | 2024.11.27 18:44:13.054160 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15070 | 2024.11.27 18:44:13.054290 [ 253 ] {2342d636-313c-49f5-84a6-569fbce15d79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 15071 | 2024.11.27 18:44:13.054347 [ 253 ] {2342d636-313c-49f5-84a6-569fbce15d79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15072 | 2024.11.27 18:44:13.054994 [ 253 ] {2342d636-313c-49f5-84a6-569fbce15d79} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15073 | 2024.11.27 18:44:13.055035 [ 253 ] {2342d636-313c-49f5-84a6-569fbce15d79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 15074 | 2024.11.27 18:44:13.055416 [ 253 ] {2342d636-313c-49f5-84a6-569fbce15d79} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 15075 | 2024.11.27 18:44:13.055671 [ 253 ] {2342d636-313c-49f5-84a6-569fbce15d79} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15076 | 2024.11.27 18:44:13.055896 [ 253 ] {2342d636-313c-49f5-84a6-569fbce15d79} <Debug> executeQuery: Read 32 rows, 2.34 KiB in 0.001636 sec., 19559.902200488996 rows/sec., 1.39 MiB/sec. | ||
| 15077 | 2024.11.27 18:44:13.055953 [ 253 ] {2342d636-313c-49f5-84a6-569fbce15d79} <Debug> TCPHandler: Processed in 0.001861717 sec. | ||
| 15078 | 2024.11.27 18:44:13.056130 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15079 | 2024.11.27 18:44:13.056255 [ 254 ] {9d811c08-61e4-42d8-9171-b7fa7e195aa3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 15080 | 2024.11.27 18:44:13.056310 [ 254 ] {9d811c08-61e4-42d8-9171-b7fa7e195aa3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 15081 | 2024.11.27 18:44:13.056908 [ 254 ] {9d811c08-61e4-42d8-9171-b7fa7e195aa3} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15082 | 2024.11.27 18:44:13.056949 [ 254 ] {9d811c08-61e4-42d8-9171-b7fa7e195aa3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 15083 | 2024.11.27 18:44:13.057317 [ 254 ] {9d811c08-61e4-42d8-9171-b7fa7e195aa3} <Trace> MergedBlockOutputStream: filled checksums all_68_68_0 (state Temporary) | ||
| 15084 | 2024.11.27 18:44:13.057555 [ 254 ] {9d811c08-61e4-42d8-9171-b7fa7e195aa3} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Renaming temporary part tmp_insert_all_68_68_0 to all_68_68_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15085 | 2024.11.27 18:44:13.057777 [ 254 ] {9d811c08-61e4-42d8-9171-b7fa7e195aa3} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001551 sec., 9026.434558349452 rows/sec., 632.15 KiB/sec. | ||
| 15086 | 2024.11.27 18:44:13.057834 [ 254 ] {9d811c08-61e4-42d8-9171-b7fa7e195aa3} <Debug> TCPHandler: Processed in 0.001763456 sec. | ||
| 15087 | 2024.11.27 18:44:13.057982 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15088 | 2024.11.27 18:44:13.058103 [ 253 ] {501995a8-2684-41ce-967d-3eda278556c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 15089 | 2024.11.27 18:44:13.058158 [ 253 ] {501995a8-2684-41ce-967d-3eda278556c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 15090 | 2024.11.27 18:44:13.058844 [ 253 ] {501995a8-2684-41ce-967d-3eda278556c0} <Trace> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15091 | 2024.11.27 18:44:13.058890 [ 253 ] {501995a8-2684-41ce-967d-3eda278556c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 15092 | 2024.11.27 18:44:13.059303 [ 253 ] {501995a8-2684-41ce-967d-3eda278556c0} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 15093 | 2024.11.27 18:44:13.059541 [ 253 ] {501995a8-2684-41ce-967d-3eda278556c0} <Trace> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15094 | 2024.11.27 18:44:13.059737 [ 24 ] {} <Debug> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297) (MergerMutator): Selected 5 parts from all_1_46_11 to all_50_50_0 | ||
| 15095 | 2024.11.27 18:44:13.059800 [ 253 ] {501995a8-2684-41ce-967d-3eda278556c0} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001719 sec., 7562.536358347877 rows/sec., 471.52 KiB/sec. | ||
| 15096 | 2024.11.27 18:44:13.059822 [ 24 ] {} <Trace> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15097 | 2024.11.27 18:44:13.059923 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 15098 | 2024.11.27 18:44:13.059942 [ 253 ] {501995a8-2684-41ce-967d-3eda278556c0} <Debug> TCPHandler: Processed in 0.00201255 sec. | ||
| 15099 | 2024.11.27 18:44:13.060162 [ 194 ] {570c97a2-0b60-44ce-bbb0-1d06000f2297::all_1_50_12} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_46_11 to all_50_50_0 into Compact with storage Full | ||
| 15100 | 2024.11.27 18:44:13.060181 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15101 | 2024.11.27 18:44:13.060380 [ 194 ] {570c97a2-0b60-44ce-bbb0-1d06000f2297::all_1_50_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15102 | 2024.11.27 18:44:13.060406 [ 254 ] {3034b745-f5b8-4760-8347-7d7938a26427} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15103 | 2024.11.27 18:44:13.060425 [ 194 ] {570c97a2-0b60-44ce-bbb0-1d06000f2297::all_1_50_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_11, total 13 rows starting from the beginning of the part | ||
| 15104 | 2024.11.27 18:44:13.060521 [ 254 ] {3034b745-f5b8-4760-8347-7d7938a26427} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15105 | 2024.11.27 18:44:13.060727 [ 194 ] {570c97a2-0b60-44ce-bbb0-1d06000f2297::all_1_50_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 13 rows starting from the beginning of the part | ||
| 15106 | 2024.11.27 18:44:13.061078 [ 194 ] {570c97a2-0b60-44ce-bbb0-1d06000f2297::all_1_50_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 13 rows starting from the beginning of the part | ||
| 15107 | 2024.11.27 18:44:13.061363 [ 194 ] {570c97a2-0b60-44ce-bbb0-1d06000f2297::all_1_50_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 13 rows starting from the beginning of the part | ||
| 15108 | 2024.11.27 18:44:13.061796 [ 194 ] {570c97a2-0b60-44ce-bbb0-1d06000f2297::all_1_50_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 13 rows starting from the beginning of the part | ||
| 15109 | 2024.11.27 18:44:13.063755 [ 254 ] {3034b745-f5b8-4760-8347-7d7938a26427} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15110 | 2024.11.27 18:44:13.063836 [ 254 ] {3034b745-f5b8-4760-8347-7d7938a26427} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 15111 | 2024.11.27 18:44:13.064279 [ 201 ] {570c97a2-0b60-44ce-bbb0-1d06000f2297::all_1_50_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004221033 sec., 15399.0741129008 rows/sec., 1020.28 KiB/sec. | ||
| 15112 | 2024.11.27 18:44:13.064471 [ 194 ] {570c97a2-0b60-44ce-bbb0-1d06000f2297::all_1_50_12} <Trace> MergedBlockOutputStream: filled checksums all_1_50_12 (state Temporary) | ||
| 15113 | 2024.11.27 18:44:13.064794 [ 254 ] {3034b745-f5b8-4760-8347-7d7938a26427} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 15114 | 2024.11.27 18:44:13.064986 [ 194 ] {570c97a2-0b60-44ce-bbb0-1d06000f2297::all_1_50_12} <Trace> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297): Renaming temporary part tmp_merge_all_1_50_12 to all_1_50_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15115 | 2024.11.27 18:44:13.065130 [ 194 ] {570c97a2-0b60-44ce-bbb0-1d06000f2297::all_1_50_12} <Trace> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297) (MergerMutator): Merged 5 parts: [all_1_46_11, all_50_50_0] -> all_1_50_12 | ||
| 15116 | 2024.11.27 18:44:13.065310 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 15117 | 2024.11.27 18:44:13.065322 [ 254 ] {3034b745-f5b8-4760-8347-7d7938a26427} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15118 | 2024.11.27 18:44:13.065568 [ 254 ] {3034b745-f5b8-4760-8347-7d7938a26427} <Debug> executeQuery: Read 407 rows, 29.68 KiB in 0.005229 sec., 77835.15012430675 rows/sec., 5.54 MiB/sec. | ||
| 15119 | 2024.11.27 18:44:13.065634 [ 254 ] {3034b745-f5b8-4760-8347-7d7938a26427} <Debug> TCPHandler: Processed in 0.005558243 sec. | ||
| 15120 | 2024.11.27 18:44:13.065796 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15121 | 2024.11.27 18:44:13.065935 [ 253 ] {d3d9add2-610a-4540-b079-45a665413124} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 15122 | 2024.11.27 18:44:13.065995 [ 253 ] {d3d9add2-610a-4540-b079-45a665413124} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 15123 | 2024.11.27 18:44:13.066511 [ 253 ] {d3d9add2-610a-4540-b079-45a665413124} <Trace> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15124 | 2024.11.27 18:44:13.066550 [ 253 ] {d3d9add2-610a-4540-b079-45a665413124} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 15125 | 2024.11.27 18:44:13.066916 [ 253 ] {d3d9add2-610a-4540-b079-45a665413124} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 15126 | 2024.11.27 18:44:13.067172 [ 253 ] {d3d9add2-610a-4540-b079-45a665413124} <Trace> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15127 | 2024.11.27 18:44:13.067385 [ 253 ] {d3d9add2-610a-4540-b079-45a665413124} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001481 sec., 4051.3166779203243 rows/sec., 211.67 KiB/sec. | ||
| 15128 | 2024.11.27 18:44:13.067439 [ 253 ] {d3d9add2-610a-4540-b079-45a665413124} <Debug> TCPHandler: Processed in 0.001712725 sec. | ||
| 15129 | 2024.11.27 18:44:13.067586 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15130 | 2024.11.27 18:44:13.067704 [ 254 ] {d231494c-97d1-48a8-947b-1a69d128ad90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15131 | 2024.11.27 18:44:13.067758 [ 254 ] {d231494c-97d1-48a8-947b-1a69d128ad90} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15132 | 2024.11.27 18:44:13.068359 [ 254 ] {d231494c-97d1-48a8-947b-1a69d128ad90} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15133 | 2024.11.27 18:44:13.068397 [ 254 ] {d231494c-97d1-48a8-947b-1a69d128ad90} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 15134 | 2024.11.27 18:44:13.068789 [ 254 ] {d231494c-97d1-48a8-947b-1a69d128ad90} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 15135 | 2024.11.27 18:44:13.069034 [ 254 ] {d231494c-97d1-48a8-947b-1a69d128ad90} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15136 | 2024.11.27 18:44:13.069242 [ 24 ] {} <Debug> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c) (MergerMutator): Selected 6 parts from all_1_110_22 to all_115_115_0 | ||
| 15137 | 2024.11.27 18:44:13.069302 [ 254 ] {d231494c-97d1-48a8-947b-1a69d128ad90} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001621 sec., 146206.04565083282 rows/sec., 9.80 MiB/sec. | ||
| 15138 | 2024.11.27 18:44:13.069331 [ 24 ] {} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15139 | 2024.11.27 18:44:13.069418 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 15140 | 2024.11.27 18:44:13.069435 [ 254 ] {d231494c-97d1-48a8-947b-1a69d128ad90} <Debug> TCPHandler: Processed in 0.001902588 sec. | ||
| 15141 | 2024.11.27 18:44:13.069700 [ 201 ] {67d43675-535f-43d0-af84-f38bbc85c22c::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 | ||
| 15142 | 2024.11.27 18:44:13.069713 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15143 | 2024.11.27 18:44:13.069988 [ 253 ] {76997da8-501e-42a1-b1c1-fe51141ece37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 15144 | 2024.11.27 18:44:13.069997 [ 201 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_115_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15145 | 2024.11.27 18:44:13.070100 [ 201 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_115_23} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_110_22, total 34825 rows starting from the beginning of the part | ||
| 15146 | 2024.11.27 18:44:13.070104 [ 253 ] {76997da8-501e-42a1-b1c1-fe51141ece37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 15147 | 2024.11.27 18:44:13.070466 [ 201 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_115_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 237 rows starting from the beginning of the part | ||
| 15148 | 2024.11.27 18:44:13.070871 [ 201 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_115_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 160 rows starting from the beginning of the part | ||
| 15149 | 2024.11.27 18:44:13.071249 [ 201 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_115_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 241 rows starting from the beginning of the part | ||
| 15150 | 2024.11.27 18:44:13.071546 [ 201 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_115_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 160 rows starting from the beginning of the part | ||
| 15151 | 2024.11.27 18:44:13.071858 [ 201 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_115_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 237 rows starting from the beginning of the part | ||
| 15152 | 2024.11.27 18:44:13.072959 [ 253 ] {76997da8-501e-42a1-b1c1-fe51141ece37} <Trace> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15153 | 2024.11.27 18:44:13.073027 [ 253 ] {76997da8-501e-42a1-b1c1-fe51141ece37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 15154 | 2024.11.27 18:44:13.073695 [ 253 ] {76997da8-501e-42a1-b1c1-fe51141ece37} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 15155 | 2024.11.27 18:44:13.074000 [ 253 ] {76997da8-501e-42a1-b1c1-fe51141ece37} <Trace> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653): 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.27 18:44:13.074269 [ 24 ] {} <Debug> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653) (MergerMutator): Selected 6 parts from all_1_45_9 to all_50_50_0 | ||
| 15157 | 2024.11.27 18:44:13.074382 [ 253 ] {76997da8-501e-42a1-b1c1-fe51141ece37} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004466 sec., 223.91401701746528 rows/sec., 15.09 KiB/sec. | ||
| 15158 | 2024.11.27 18:44:13.074430 [ 24 ] {} <Trace> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15159 | 2024.11.27 18:44:13.074620 [ 24 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 15160 | 2024.11.27 18:44:13.074652 [ 253 ] {76997da8-501e-42a1-b1c1-fe51141ece37} <Debug> TCPHandler: Processed in 0.005102755 sec. | ||
| 15161 | 2024.11.27 18:44:13.074956 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15162 | 2024.11.27 18:44:13.075330 [ 190 ] {5a65aebe-f093-4059-a447-e7898681b653::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 | ||
| 15163 | 2024.11.27 18:44:13.075340 [ 254 ] {6a1e6e1c-aabf-46bd-a27d-ff94d1008614} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 15164 | 2024.11.27 18:44:13.075806 [ 254 ] {6a1e6e1c-aabf-46bd-a27d-ff94d1008614} <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 | ||
| 15165 | 2024.11.27 18:44:13.076414 [ 190 ] {5a65aebe-f093-4059-a447-e7898681b653::all_1_50_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15166 | 2024.11.27 18:44:13.076593 [ 190 ] {5a65aebe-f093-4059-a447-e7898681b653::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_45_9, total 45 rows starting from the beginning of the part | ||
| 15167 | 2024.11.27 18:44:13.077239 [ 190 ] {5a65aebe-f093-4059-a447-e7898681b653::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 1 rows starting from the beginning of the part | ||
| 15168 | 2024.11.27 18:44:13.077931 [ 190 ] {5a65aebe-f093-4059-a447-e7898681b653::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 1 rows starting from the beginning of the part | ||
| 15169 | 2024.11.27 18:44:13.078596 [ 190 ] {5a65aebe-f093-4059-a447-e7898681b653::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 1 rows starting from the beginning of the part | ||
| 15170 | 2024.11.27 18:44:13.079379 [ 190 ] {5a65aebe-f093-4059-a447-e7898681b653::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 1 rows starting from the beginning of the part | ||
| 15171 | 2024.11.27 18:44:13.079877 [ 190 ] {5a65aebe-f093-4059-a447-e7898681b653::all_1_50_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 1 rows starting from the beginning of the part | ||
| 15172 | 2024.11.27 18:44:13.084616 [ 254 ] {6a1e6e1c-aabf-46bd-a27d-ff94d1008614} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15173 | 2024.11.27 18:44:13.084732 [ 254 ] {6a1e6e1c-aabf-46bd-a27d-ff94d1008614} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 15174 | 2024.11.27 18:44:13.085026 [ 196 ] {5a65aebe-f093-4059-a447-e7898681b653::all_1_50_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 50 rows, containing 4 columns (4 merged, 0 gathered) in 0.010206541 sec., 4898.819296370828 rows/sec., 330.10 KiB/sec. | ||
| 15175 | 2024.11.27 18:44:13.085314 [ 196 ] {5a65aebe-f093-4059-a447-e7898681b653::all_1_50_10} <Trace> MergedBlockOutputStream: filled checksums all_1_50_10 (state Temporary) | ||
| 15176 | 2024.11.27 18:44:13.086127 [ 196 ] {5a65aebe-f093-4059-a447-e7898681b653::all_1_50_10} <Trace> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653): Renaming temporary part tmp_merge_all_1_50_10 to all_1_50_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15177 | 2024.11.27 18:44:13.086430 [ 196 ] {5a65aebe-f093-4059-a447-e7898681b653::all_1_50_10} <Trace> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653) (MergerMutator): Merged 6 parts: [all_1_45_9, all_50_50_0] -> all_1_50_10 | ||
| 15178 | 2024.11.27 18:44:13.086670 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 15179 | 2024.11.27 18:44:13.086850 [ 254 ] {6a1e6e1c-aabf-46bd-a27d-ff94d1008614} <Trace> MergedBlockOutputStream: filled checksums all_107_107_0 (state Temporary) | ||
| 15180 | 2024.11.27 18:44:13.087455 [ 197 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_115_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 35860 rows, containing 5 columns (5 merged, 0 gathered) in 0.017873535 sec., 2006318.2800716255 rows/sec., 135.76 MiB/sec. | ||
| 15181 | 2024.11.27 18:44:13.087511 [ 254 ] {6a1e6e1c-aabf-46bd-a27d-ff94d1008614} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Renaming temporary part tmp_insert_all_107_107_0 to all_107_107_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15182 | 2024.11.27 18:44:13.087909 [ 197 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_115_23} <Trace> MergedBlockOutputStream: filled checksums all_1_115_23 (state Temporary) | ||
| 15183 | 2024.11.27 18:44:13.087908 [ 217 ] {} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): 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] | ||
| 15184 | 2024.11.27 18:44:13.088001 [ 217 ] {} <Debug> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): 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] | ||
| 15185 | 2024.11.27 18:44:13.088023 [ 254 ] {6a1e6e1c-aabf-46bd-a27d-ff94d1008614} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.012789 sec., 1954.804910469935 rows/sec., 3.50 MiB/sec. | ||
| 15186 | 2024.11.27 18:44:13.088702 [ 254 ] {6a1e6e1c-aabf-46bd-a27d-ff94d1008614} <Debug> TCPHandler: Processed in 0.013901737 sec. | ||
| 15187 | 2024.11.27 18:44:13.088897 [ 197 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_115_23} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Renaming temporary part tmp_merge_all_1_115_23 to all_1_115_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15188 | 2024.11.27 18:44:13.089158 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15189 | 2024.11.27 18:44:13.089235 [ 197 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_115_23} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c) (MergerMutator): Merged 6 parts: [all_1_110_22, all_115_115_0] -> all_1_115_23 | ||
| 15190 | 2024.11.27 18:44:13.089524 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.33 MiB. | ||
| 15191 | 2024.11.27 18:44:13.089640 [ 253 ] {6f68f054-729e-495c-8c25-cf05fdc2a7bd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15192 | 2024.11.27 18:44:13.089716 [ 253 ] {6f68f054-729e-495c-8c25-cf05fdc2a7bd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15193 | 2024.11.27 18:44:13.090637 [ 253 ] {6f68f054-729e-495c-8c25-cf05fdc2a7bd} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15194 | 2024.11.27 18:44:13.090716 [ 253 ] {6f68f054-729e-495c-8c25-cf05fdc2a7bd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.47 GiB. | ||
| 15195 | 2024.11.27 18:44:13.091484 [ 253 ] {6f68f054-729e-495c-8c25-cf05fdc2a7bd} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 15196 | 2024.11.27 18:44:13.091993 [ 253 ] {6f68f054-729e-495c-8c25-cf05fdc2a7bd} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15197 | 2024.11.27 18:44:13.092375 [ 253 ] {6f68f054-729e-495c-8c25-cf05fdc2a7bd} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.002933 sec., 27957.722468462325 rows/sec., 1.78 MiB/sec. | ||
| 15198 | 2024.11.27 18:44:13.092640 [ 253 ] {6f68f054-729e-495c-8c25-cf05fdc2a7bd} <Debug> TCPHandler: Processed in 0.003769326 sec. | ||
| 15199 | 2024.11.27 18:44:13.092686 [ 217 ] {} <Debug> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): 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] | ||
| 15200 | 2024.11.27 18:44:15.131379 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 588 | ||
| 15201 | 2024.11.27 18:44:15.159178 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15202 | 2024.11.27 18:44:15.159255 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 15203 | 2024.11.27 18:44:15.168795 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_78_78_0 (state Temporary) | ||
| 15204 | 2024.11.27 18:44:15.169696 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Renaming temporary part tmp_insert_all_78_78_0 to all_78_78_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15205 | 2024.11.27 18:44:15.173762 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 588 | ||
| 15206 | 2024.11.27 18:44:17.744009 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 2124 | ||
| 15207 | 2024.11.27 18:44:17.747421 [ 242 ] {} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15208 | 2024.11.27 18:44:17.747489 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 15209 | 2024.11.27 18:44:17.749118 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_58_58_0 (state Temporary) | ||
| 15210 | 2024.11.27 18:44:17.749480 [ 242 ] {} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): Renaming temporary part tmp_insert_all_58_58_0 to all_58_58_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15211 | 2024.11.27 18:44:17.750240 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2124 | ||
| 15212 | 2024.11.27 18:44:18.075431 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15213 | 2024.11.27 18:44:18.075724 [ 253 ] {a4fcaf71-3e49-4b6e-8334-057126f056a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 15214 | 2024.11.27 18:44:18.075836 [ 253 ] {a4fcaf71-3e49-4b6e-8334-057126f056a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 15215 | 2024.11.27 18:44:18.076920 [ 253 ] {a4fcaf71-3e49-4b6e-8334-057126f056a7} <Trace> oximeter.fields_ipaddr (53955b2a-eb56-41e3-a1fe-af6ea47fe91e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15216 | 2024.11.27 18:44:18.076995 [ 253 ] {a4fcaf71-3e49-4b6e-8334-057126f056a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 15217 | 2024.11.27 18:44:18.077598 [ 253 ] {a4fcaf71-3e49-4b6e-8334-057126f056a7} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 15218 | 2024.11.27 18:44:18.077991 [ 253 ] {a4fcaf71-3e49-4b6e-8334-057126f056a7} <Trace> oximeter.fields_ipaddr (53955b2a-eb56-41e3-a1fe-af6ea47fe91e): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15219 | 2024.11.27 18:44:18.078320 [ 253 ] {a4fcaf71-3e49-4b6e-8334-057126f056a7} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002677 sec., 747.1049682480389 rows/sec., 60.92 KiB/sec. | ||
| 15220 | 2024.11.27 18:44:18.078397 [ 253 ] {a4fcaf71-3e49-4b6e-8334-057126f056a7} <Debug> TCPHandler: Processed in 0.003148936 sec. | ||
| 15221 | 2024.11.27 18:44:18.078720 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15222 | 2024.11.27 18:44:18.078989 [ 254 ] {d1722aad-8d5d-402e-b172-ca7d4f9cced6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15223 | 2024.11.27 18:44:18.079101 [ 254 ] {d1722aad-8d5d-402e-b172-ca7d4f9cced6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15224 | 2024.11.27 18:44:18.081192 [ 254 ] {d1722aad-8d5d-402e-b172-ca7d4f9cced6} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15225 | 2024.11.27 18:44:18.081259 [ 254 ] {d1722aad-8d5d-402e-b172-ca7d4f9cced6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 15226 | 2024.11.27 18:44:18.081962 [ 254 ] {d1722aad-8d5d-402e-b172-ca7d4f9cced6} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 15227 | 2024.11.27 18:44:18.082344 [ 254 ] {d1722aad-8d5d-402e-b172-ca7d4f9cced6} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15228 | 2024.11.27 18:44:18.082609 [ 131 ] {} <Debug> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 | ||
| 15229 | 2024.11.27 18:44:18.082692 [ 254 ] {d1722aad-8d5d-402e-b172-ca7d4f9cced6} <Debug> executeQuery: Read 1229 rows, 103.59 KiB in 0.003777 sec., 325390.52157797193 rows/sec., 26.78 MiB/sec. | ||
| 15230 | 2024.11.27 18:44:18.082696 [ 131 ] {} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15231 | 2024.11.27 18:44:18.082783 [ 131 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 15232 | 2024.11.27 18:44:18.082876 [ 254 ] {d1722aad-8d5d-402e-b172-ca7d4f9cced6} <Debug> TCPHandler: Processed in 0.004330345 sec. | ||
| 15233 | 2024.11.27 18:44:18.083032 [ 196 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::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 | ||
| 15234 | 2024.11.27 18:44:18.083224 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15235 | 2024.11.27 18:44:18.083280 [ 196 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15236 | 2024.11.27 18:44:18.083337 [ 196 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 1435 rows starting from the beginning of the part | ||
| 15237 | 2024.11.27 18:44:18.083591 [ 253 ] {fb7a614b-51cd-4ad6-a719-390d9993ef3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 15238 | 2024.11.27 18:44:18.083689 [ 196 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 88 rows starting from the beginning of the part | ||
| 15239 | 2024.11.27 18:44:18.083751 [ 253 ] {fb7a614b-51cd-4ad6-a719-390d9993ef3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15240 | 2024.11.27 18:44:18.084225 [ 196 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 257 rows starting from the beginning of the part | ||
| 15241 | 2024.11.27 18:44:18.084515 [ 196 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 88 rows starting from the beginning of the part | ||
| 15242 | 2024.11.27 18:44:18.084875 [ 196 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 253 rows starting from the beginning of the part | ||
| 15243 | 2024.11.27 18:44:18.085330 [ 196 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 1229 rows starting from the beginning of the part | ||
| 15244 | 2024.11.27 18:44:18.087207 [ 253 ] {fb7a614b-51cd-4ad6-a719-390d9993ef3c} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15245 | 2024.11.27 18:44:18.087309 [ 253 ] {fb7a614b-51cd-4ad6-a719-390d9993ef3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 15246 | 2024.11.27 18:44:18.088699 [ 253 ] {fb7a614b-51cd-4ad6-a719-390d9993ef3c} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 15247 | 2024.11.27 18:44:18.089245 [ 253 ] {fb7a614b-51cd-4ad6-a719-390d9993ef3c} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15248 | 2024.11.27 18:44:18.089680 [ 253 ] {fb7a614b-51cd-4ad6-a719-390d9993ef3c} <Debug> executeQuery: Read 18 rows, 1.34 KiB in 0.006212 sec., 2897.6175144880876 rows/sec., 216.16 KiB/sec. | ||
| 15249 | 2024.11.27 18:44:18.090061 [ 253 ] {fb7a614b-51cd-4ad6-a719-390d9993ef3c} <Debug> TCPHandler: Processed in 0.006974614 sec. | ||
| 15250 | 2024.11.27 18:44:18.090227 [ 196 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3350 rows, containing 5 columns (5 merged, 0 gathered) in 0.007329619 sec., 457049.67747982533 rows/sec., 39.95 MiB/sec. | ||
| 15251 | 2024.11.27 18:44:18.090358 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15252 | 2024.11.27 18:44:18.090592 [ 254 ] {311f7f1e-801e-45bb-b398-7554ce137670} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 15253 | 2024.11.27 18:44:18.090722 [ 254 ] {311f7f1e-801e-45bb-b398-7554ce137670} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 15254 | 2024.11.27 18:44:18.090755 [ 193 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) | ||
| 15255 | 2024.11.27 18:44:18.091789 [ 193 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_116_23} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15256 | 2024.11.27 18:44:18.091983 [ 193 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_116_23} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 | ||
| 15257 | 2024.11.27 18:44:18.092246 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. | ||
| 15258 | 2024.11.27 18:44:18.092552 [ 254 ] {311f7f1e-801e-45bb-b398-7554ce137670} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15259 | 2024.11.27 18:44:18.092611 [ 254 ] {311f7f1e-801e-45bb-b398-7554ce137670} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 15260 | 2024.11.27 18:44:18.093200 [ 254 ] {311f7f1e-801e-45bb-b398-7554ce137670} <Trace> MergedBlockOutputStream: filled checksums all_69_69_0 (state Temporary) | ||
| 15261 | 2024.11.27 18:44:18.093585 [ 254 ] {311f7f1e-801e-45bb-b398-7554ce137670} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Renaming temporary part tmp_insert_all_69_69_0 to all_69_69_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15262 | 2024.11.27 18:44:18.093838 [ 254 ] {311f7f1e-801e-45bb-b398-7554ce137670} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.003325 sec., 68571.42857142858 rows/sec., 4.64 MiB/sec. | ||
| 15263 | 2024.11.27 18:44:18.093921 [ 254 ] {311f7f1e-801e-45bb-b398-7554ce137670} <Debug> TCPHandler: Processed in 0.003670184 sec. | ||
| 15264 | 2024.11.27 18:44:18.094148 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15265 | 2024.11.27 18:44:18.094321 [ 253 ] {5af797c7-702d-4cee-b723-a353a984ca51} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15266 | 2024.11.27 18:44:18.094384 [ 253 ] {5af797c7-702d-4cee-b723-a353a984ca51} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15267 | 2024.11.27 18:44:18.095570 [ 253 ] {5af797c7-702d-4cee-b723-a353a984ca51} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15268 | 2024.11.27 18:44:18.095625 [ 253 ] {5af797c7-702d-4cee-b723-a353a984ca51} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 15269 | 2024.11.27 18:44:18.096188 [ 253 ] {5af797c7-702d-4cee-b723-a353a984ca51} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 15270 | 2024.11.27 18:44:18.096552 [ 253 ] {5af797c7-702d-4cee-b723-a353a984ca51} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15271 | 2024.11.27 18:44:18.096819 [ 138 ] {} <Debug> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 | ||
| 15272 | 2024.11.27 18:44:18.096873 [ 253 ] {5af797c7-702d-4cee-b723-a353a984ca51} <Debug> executeQuery: Read 538 rows, 40.85 KiB in 0.00258 sec., 208527.13178294574 rows/sec., 15.46 MiB/sec. | ||
| 15273 | 2024.11.27 18:44:18.096889 [ 138 ] {} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15274 | 2024.11.27 18:44:18.096996 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 15275 | 2024.11.27 18:44:18.097039 [ 253 ] {5af797c7-702d-4cee-b723-a353a984ca51} <Debug> TCPHandler: Processed in 0.002970024 sec. | ||
| 15276 | 2024.11.27 18:44:18.097215 [ 198 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::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 | ||
| 15277 | 2024.11.27 18:44:18.097296 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15278 | 2024.11.27 18:44:18.097395 [ 198 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15279 | 2024.11.27 18:44:18.097493 [ 198 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 915 rows starting from the beginning of the part | ||
| 15280 | 2024.11.27 18:44:18.097577 [ 254 ] {d45abccb-31c8-4c0c-994f-a4b9f1f0e682} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15281 | 2024.11.27 18:44:18.097869 [ 198 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 80 rows starting from the beginning of the part | ||
| 15282 | 2024.11.27 18:44:18.097857 [ 254 ] {d45abccb-31c8-4c0c-994f-a4b9f1f0e682} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15283 | 2024.11.27 18:44:18.098345 [ 198 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 415 rows starting from the beginning of the part | ||
| 15284 | 2024.11.27 18:44:18.098845 [ 198 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 80 rows starting from the beginning of the part | ||
| 15285 | 2024.11.27 18:44:18.099179 [ 198 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 407 rows starting from the beginning of the part | ||
| 15286 | 2024.11.27 18:44:18.099674 [ 198 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 538 rows starting from the beginning of the part | ||
| 15287 | 2024.11.27 18:44:18.101400 [ 254 ] {d45abccb-31c8-4c0c-994f-a4b9f1f0e682} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15288 | 2024.11.27 18:44:18.101502 [ 254 ] {d45abccb-31c8-4c0c-994f-a4b9f1f0e682} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 15289 | 2024.11.27 18:44:18.102902 [ 254 ] {d45abccb-31c8-4c0c-994f-a4b9f1f0e682} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 15290 | 2024.11.27 18:44:18.103595 [ 254 ] {d45abccb-31c8-4c0c-994f-a4b9f1f0e682} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15291 | 2024.11.27 18:44:18.103598 [ 198 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2435 rows, containing 5 columns (5 merged, 0 gathered) in 0.006479927 sec., 375775.8382154614 rows/sec., 28.84 MiB/sec. | ||
| 15292 | 2024.11.27 18:44:18.103994 [ 198 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) | ||
| 15293 | 2024.11.27 18:44:18.104082 [ 254 ] {d45abccb-31c8-4c0c-994f-a4b9f1f0e682} <Debug> executeQuery: Read 881 rows, 60.70 KiB in 0.006577 sec., 133951.64968830772 rows/sec., 9.01 MiB/sec. | ||
| 15294 | 2024.11.27 18:44:18.104272 [ 254 ] {d45abccb-31c8-4c0c-994f-a4b9f1f0e682} <Debug> TCPHandler: Processed in 0.007083195 sec. | ||
| 15295 | 2024.11.27 18:44:18.104495 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15296 | 2024.11.27 18:44:18.104663 [ 198 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_116_23} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15297 | 2024.11.27 18:44:18.104700 [ 253 ] {b5116769-0ae5-4138-a8d8-7f6b253672be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 15298 | 2024.11.27 18:44:18.104817 [ 198 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_116_23} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 | ||
| 15299 | 2024.11.27 18:44:18.104852 [ 253 ] {b5116769-0ae5-4138-a8d8-7f6b253672be} <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 | ||
| 15300 | 2024.11.27 18:44:18.104991 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 15301 | 2024.11.27 18:44:18.106583 [ 253 ] {b5116769-0ae5-4138-a8d8-7f6b253672be} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15302 | 2024.11.27 18:44:18.106646 [ 253 ] {b5116769-0ae5-4138-a8d8-7f6b253672be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 15303 | 2024.11.27 18:44:18.107566 [ 253 ] {b5116769-0ae5-4138-a8d8-7f6b253672be} <Trace> MergedBlockOutputStream: filled checksums all_108_108_0 (state Temporary) | ||
| 15304 | 2024.11.27 18:44:18.107969 [ 253 ] {b5116769-0ae5-4138-a8d8-7f6b253672be} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Renaming temporary part tmp_insert_all_108_108_0 to all_108_108_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15305 | 2024.11.27 18:44:18.108295 [ 253 ] {b5116769-0ae5-4138-a8d8-7f6b253672be} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.003644 sec., 4390.779363336992 rows/sec., 7.87 MiB/sec. | ||
| 15306 | 2024.11.27 18:44:18.108435 [ 253 ] {b5116769-0ae5-4138-a8d8-7f6b253672be} <Debug> TCPHandler: Processed in 0.00402826 sec. | ||
| 15307 | 2024.11.27 18:44:18.108646 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15308 | 2024.11.27 18:44:18.108822 [ 254 ] {c1acb3c8-49fe-4e20-9bb0-23e0dc72e502} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15309 | 2024.11.27 18:44:18.108899 [ 254 ] {c1acb3c8-49fe-4e20-9bb0-23e0dc72e502} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15310 | 2024.11.27 18:44:18.109626 [ 254 ] {c1acb3c8-49fe-4e20-9bb0-23e0dc72e502} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15311 | 2024.11.27 18:44:18.109676 [ 254 ] {c1acb3c8-49fe-4e20-9bb0-23e0dc72e502} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 15312 | 2024.11.27 18:44:18.110219 [ 254 ] {c1acb3c8-49fe-4e20-9bb0-23e0dc72e502} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 15313 | 2024.11.27 18:44:18.110554 [ 254 ] {c1acb3c8-49fe-4e20-9bb0-23e0dc72e502} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15314 | 2024.11.27 18:44:18.110744 [ 138 ] {} <Debug> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 | ||
| 15315 | 2024.11.27 18:44:18.110783 [ 138 ] {} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15316 | 2024.11.27 18:44:18.110802 [ 254 ] {c1acb3c8-49fe-4e20-9bb0-23e0dc72e502} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002021 sec., 29688.27313211282 rows/sec., 2.00 MiB/sec. | ||
| 15317 | 2024.11.27 18:44:18.110836 [ 138 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 15318 | 2024.11.27 18:44:18.110953 [ 254 ] {c1acb3c8-49fe-4e20-9bb0-23e0dc72e502} <Debug> TCPHandler: Processed in 0.002385776 sec. | ||
| 15319 | 2024.11.27 18:44:18.111001 [ 199 ] {c59724f6-f374-41a1-8302-611230e47527::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 | ||
| 15320 | 2024.11.27 18:44:18.111128 [ 199 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15321 | 2024.11.27 18:44:18.111167 [ 199 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 7596 rows starting from the beginning of the part | ||
| 15322 | 2024.11.27 18:44:18.111253 [ 199 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 60 rows starting from the beginning of the part | ||
| 15323 | 2024.11.27 18:44:18.111495 [ 199 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 82 rows starting from the beginning of the part | ||
| 15324 | 2024.11.27 18:44:18.111770 [ 199 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 60 rows starting from the beginning of the part | ||
| 15325 | 2024.11.27 18:44:18.111923 [ 199 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 82 rows starting from the beginning of the part | ||
| 15326 | 2024.11.27 18:44:18.112197 [ 199 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 60 rows starting from the beginning of the part | ||
| 15327 | 2024.11.27 18:44:18.115233 [ 189 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7940 rows, containing 4 columns (4 merged, 0 gathered) in 0.004309084 sec., 1842618.988165466 rows/sec., 120.47 MiB/sec. | ||
| 15328 | 2024.11.27 18:44:18.115817 [ 199 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) | ||
| 15329 | 2024.11.27 18:44:18.116233 [ 199 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_116_23} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15330 | 2024.11.27 18:44:18.116334 [ 199 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_116_23} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 | ||
| 15331 | 2024.11.27 18:44:18.116426 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.56 MiB. | ||
| 15332 | 2024.11.27 18:44:20.033666 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 36234 | ||
| 15333 | 2024.11.27 18:44:20.034332 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15334 | 2024.11.27 18:44:20.034383 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.46 GiB. | ||
| 15335 | 2024.11.27 18:44:20.034951 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 15336 | 2024.11.27 18:44:20.035262 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15337 | 2024.11.27 18:44:20.035516 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 36234 | ||
| 15338 | 2024.11.27 18:44:22.673866 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 596 | ||
| 15339 | 2024.11.27 18:44:22.696961 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15340 | 2024.11.27 18:44:22.697016 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 15341 | 2024.11.27 18:44:22.704401 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_79_79_0 (state Temporary) | ||
| 15342 | 2024.11.27 18:44:22.705183 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Renaming temporary part tmp_insert_all_79_79_0 to all_79_79_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15343 | 2024.11.27 18:44:22.709368 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 596 | ||
| 15344 | 2024.11.27 18:44:23.044663 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15345 | 2024.11.27 18:44:23.044976 [ 253 ] {b6a6c4e3-f88d-45fd-ba28-140e8999d8d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 15346 | 2024.11.27 18:44:23.045095 [ 253 ] {b6a6c4e3-f88d-45fd-ba28-140e8999d8d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 15347 | 2024.11.27 18:44:23.046572 [ 253 ] {b6a6c4e3-f88d-45fd-ba28-140e8999d8d0} <Trace> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15348 | 2024.11.27 18:44:23.046625 [ 253 ] {b6a6c4e3-f88d-45fd-ba28-140e8999d8d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 15349 | 2024.11.27 18:44:23.047076 [ 253 ] {b6a6c4e3-f88d-45fd-ba28-140e8999d8d0} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 15350 | 2024.11.27 18:44:23.047340 [ 253 ] {b6a6c4e3-f88d-45fd-ba28-140e8999d8d0} <Trace> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15351 | 2024.11.27 18:44:23.047614 [ 253 ] {b6a6c4e3-f88d-45fd-ba28-140e8999d8d0} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002712 sec., 5162.241887905605 rows/sec., 371.61 KiB/sec. | ||
| 15352 | 2024.11.27 18:44:23.047728 [ 253 ] {b6a6c4e3-f88d-45fd-ba28-140e8999d8d0} <Debug> TCPHandler: Processed in 0.003253708 sec. | ||
| 15353 | 2024.11.27 18:44:23.048034 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15354 | 2024.11.27 18:44:23.048220 [ 254 ] {bcfa47d4-d10b-4801-9210-b7ed85c44380} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15355 | 2024.11.27 18:44:23.048294 [ 254 ] {bcfa47d4-d10b-4801-9210-b7ed85c44380} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15356 | 2024.11.27 18:44:23.049186 [ 254 ] {bcfa47d4-d10b-4801-9210-b7ed85c44380} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15357 | 2024.11.27 18:44:23.049232 [ 254 ] {bcfa47d4-d10b-4801-9210-b7ed85c44380} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 15358 | 2024.11.27 18:44:23.049693 [ 254 ] {bcfa47d4-d10b-4801-9210-b7ed85c44380} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
| 15359 | 2024.11.27 18:44:23.049945 [ 254 ] {bcfa47d4-d10b-4801-9210-b7ed85c44380} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15360 | 2024.11.27 18:44:23.050224 [ 254 ] {bcfa47d4-d10b-4801-9210-b7ed85c44380} <Debug> executeQuery: Read 253 rows, 22.72 KiB in 0.00205 sec., 123414.63414634146 rows/sec., 10.82 MiB/sec. | ||
| 15361 | 2024.11.27 18:44:23.050283 [ 220 ] {} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): 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] | ||
| 15362 | 2024.11.27 18:44:23.050327 [ 254 ] {bcfa47d4-d10b-4801-9210-b7ed85c44380} <Debug> TCPHandler: Processed in 0.002450526 sec. | ||
| 15363 | 2024.11.27 18:44:23.050369 [ 220 ] {} <Debug> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): 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] | ||
| 15364 | 2024.11.27 18:44:23.050557 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15365 | 2024.11.27 18:44:23.050724 [ 253 ] {b316ffff-0ea6-45fb-8349-5a6b0463763c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 15366 | 2024.11.27 18:44:23.050783 [ 253 ] {b316ffff-0ea6-45fb-8349-5a6b0463763c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15367 | 2024.11.27 18:44:23.052284 [ 253 ] {b316ffff-0ea6-45fb-8349-5a6b0463763c} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15368 | 2024.11.27 18:44:23.052325 [ 253 ] {b316ffff-0ea6-45fb-8349-5a6b0463763c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 15369 | 2024.11.27 18:44:23.053076 [ 253 ] {b316ffff-0ea6-45fb-8349-5a6b0463763c} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 15370 | 2024.11.27 18:44:23.053458 [ 253 ] {b316ffff-0ea6-45fb-8349-5a6b0463763c} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15371 | 2024.11.27 18:44:23.053678 [ 253 ] {b316ffff-0ea6-45fb-8349-5a6b0463763c} <Debug> executeQuery: Read 32 rows, 2.34 KiB in 0.002984 sec., 10723.860589812331 rows/sec., 782.82 KiB/sec. | ||
| 15372 | 2024.11.27 18:44:23.053732 [ 253 ] {b316ffff-0ea6-45fb-8349-5a6b0463763c} <Debug> TCPHandler: Processed in 0.003280388 sec. | ||
| 15373 | 2024.11.27 18:44:23.053897 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15374 | 2024.11.27 18:44:23.054099 [ 254 ] {223b3217-e2bc-4f37-b2dd-0ca944de52a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 15375 | 2024.11.27 18:44:23.054221 [ 254 ] {223b3217-e2bc-4f37-b2dd-0ca944de52a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 15376 | 2024.11.27 18:44:23.054846 [ 220 ] {} <Debug> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): 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] | ||
| 15377 | 2024.11.27 18:44:23.055427 [ 254 ] {223b3217-e2bc-4f37-b2dd-0ca944de52a9} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15378 | 2024.11.27 18:44:23.055509 [ 254 ] {223b3217-e2bc-4f37-b2dd-0ca944de52a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 15379 | 2024.11.27 18:44:23.056195 [ 254 ] {223b3217-e2bc-4f37-b2dd-0ca944de52a9} <Trace> MergedBlockOutputStream: filled checksums all_70_70_0 (state Temporary) | ||
| 15380 | 2024.11.27 18:44:23.056436 [ 254 ] {223b3217-e2bc-4f37-b2dd-0ca944de52a9} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Renaming temporary part tmp_insert_all_70_70_0 to all_70_70_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15381 | 2024.11.27 18:44:23.056651 [ 254 ] {223b3217-e2bc-4f37-b2dd-0ca944de52a9} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002616 sec., 5351.681957186544 rows/sec., 374.80 KiB/sec. | ||
| 15382 | 2024.11.27 18:44:23.056711 [ 254 ] {223b3217-e2bc-4f37-b2dd-0ca944de52a9} <Debug> TCPHandler: Processed in 0.002872503 sec. | ||
| 15383 | 2024.11.27 18:44:23.056886 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15384 | 2024.11.27 18:44:23.057026 [ 253 ] {b77aa260-ef65-4199-9050-884e67dd0313} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 15385 | 2024.11.27 18:44:23.057084 [ 253 ] {b77aa260-ef65-4199-9050-884e67dd0313} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 15386 | 2024.11.27 18:44:23.057721 [ 253 ] {b77aa260-ef65-4199-9050-884e67dd0313} <Trace> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15387 | 2024.11.27 18:44:23.057761 [ 253 ] {b77aa260-ef65-4199-9050-884e67dd0313} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 15388 | 2024.11.27 18:44:23.058126 [ 253 ] {b77aa260-ef65-4199-9050-884e67dd0313} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 15389 | 2024.11.27 18:44:23.058375 [ 253 ] {b77aa260-ef65-4199-9050-884e67dd0313} <Trace> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15390 | 2024.11.27 18:44:23.058607 [ 253 ] {b77aa260-ef65-4199-9050-884e67dd0313} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001612 sec., 8064.5161290322585 rows/sec., 502.82 KiB/sec. | ||
| 15391 | 2024.11.27 18:44:23.058662 [ 253 ] {b77aa260-ef65-4199-9050-884e67dd0313} <Debug> TCPHandler: Processed in 0.001843827 sec. | ||
| 15392 | 2024.11.27 18:44:23.058814 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15393 | 2024.11.27 18:44:23.058931 [ 254 ] {5869eb4d-e4af-44de-b2ae-9188cc34b163} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15394 | 2024.11.27 18:44:23.058982 [ 254 ] {5869eb4d-e4af-44de-b2ae-9188cc34b163} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15395 | 2024.11.27 18:44:23.059812 [ 254 ] {5869eb4d-e4af-44de-b2ae-9188cc34b163} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15396 | 2024.11.27 18:44:23.059852 [ 254 ] {5869eb4d-e4af-44de-b2ae-9188cc34b163} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 15397 | 2024.11.27 18:44:23.060237 [ 254 ] {5869eb4d-e4af-44de-b2ae-9188cc34b163} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
| 15398 | 2024.11.27 18:44:23.060474 [ 254 ] {5869eb4d-e4af-44de-b2ae-9188cc34b163} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15399 | 2024.11.27 18:44:23.060707 [ 254 ] {5869eb4d-e4af-44de-b2ae-9188cc34b163} <Debug> executeQuery: Read 407 rows, 29.68 KiB in 0.0018 sec., 226111.11111111112 rows/sec., 16.10 MiB/sec. | ||
| 15400 | 2024.11.27 18:44:23.060779 [ 217 ] {} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): 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] | ||
| 15401 | 2024.11.27 18:44:23.060797 [ 254 ] {5869eb4d-e4af-44de-b2ae-9188cc34b163} <Debug> TCPHandler: Processed in 0.00203918 sec. | ||
| 15402 | 2024.11.27 18:44:23.060855 [ 217 ] {} <Debug> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): 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] | ||
| 15403 | 2024.11.27 18:44:23.061031 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15404 | 2024.11.27 18:44:23.061179 [ 253 ] {73722680-8dc5-4a76-b6a4-c1732609dad6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 15405 | 2024.11.27 18:44:23.061246 [ 253 ] {73722680-8dc5-4a76-b6a4-c1732609dad6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 15406 | 2024.11.27 18:44:23.062374 [ 253 ] {73722680-8dc5-4a76-b6a4-c1732609dad6} <Trace> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15407 | 2024.11.27 18:44:23.062443 [ 253 ] {73722680-8dc5-4a76-b6a4-c1732609dad6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 15408 | 2024.11.27 18:44:23.063175 [ 253 ] {73722680-8dc5-4a76-b6a4-c1732609dad6} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 15409 | 2024.11.27 18:44:23.063685 [ 253 ] {73722680-8dc5-4a76-b6a4-c1732609dad6} <Trace> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15410 | 2024.11.27 18:44:23.063913 [ 119 ] {} <Debug> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3) (MergerMutator): Selected 6 parts from all_1_46_9 to all_51_51_0 | ||
| 15411 | 2024.11.27 18:44:23.064020 [ 119 ] {} <Trace> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15412 | 2024.11.27 18:44:23.064108 [ 119 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 15413 | 2024.11.27 18:44:23.064253 [ 253 ] {73722680-8dc5-4a76-b6a4-c1732609dad6} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003039 sec., 1974.3336623889438 rows/sec., 103.15 KiB/sec. | ||
| 15414 | 2024.11.27 18:44:23.064647 [ 186 ] {4a23b31e-2fab-45ac-a10f-cd78611343e3::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 | ||
| 15415 | 2024.11.27 18:44:23.064667 [ 253 ] {73722680-8dc5-4a76-b6a4-c1732609dad6} <Debug> TCPHandler: Processed in 0.003724255 sec. | ||
| 15416 | 2024.11.27 18:44:23.064823 [ 186 ] {4a23b31e-2fab-45ac-a10f-cd78611343e3::all_1_51_10} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15417 | 2024.11.27 18:44:23.064884 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15418 | 2024.11.27 18:44:23.064914 [ 186 ] {4a23b31e-2fab-45ac-a10f-cd78611343e3::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_46_9, total 276 rows starting from the beginning of the part | ||
| 15419 | 2024.11.27 18:44:23.065267 [ 254 ] {713e3f66-c389-42ff-97b8-0037282d9d48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15420 | 2024.11.27 18:44:23.065368 [ 217 ] {} <Debug> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): 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] | ||
| 15421 | 2024.11.27 18:44:23.065437 [ 186 ] {4a23b31e-2fab-45ac-a10f-cd78611343e3::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_47_47_0, total 6 rows starting from the beginning of the part | ||
| 15422 | 2024.11.27 18:44:23.065509 [ 254 ] {713e3f66-c389-42ff-97b8-0037282d9d48} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15423 | 2024.11.27 18:44:23.066262 [ 186 ] {4a23b31e-2fab-45ac-a10f-cd78611343e3::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_48_48_0, total 6 rows starting from the beginning of the part | ||
| 15424 | 2024.11.27 18:44:23.067346 [ 186 ] {4a23b31e-2fab-45ac-a10f-cd78611343e3::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_49_49_0, total 6 rows starting from the beginning of the part | ||
| 15425 | 2024.11.27 18:44:23.068113 [ 186 ] {4a23b31e-2fab-45ac-a10f-cd78611343e3::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_50_50_0, total 6 rows starting from the beginning of the part | ||
| 15426 | 2024.11.27 18:44:23.068529 [ 186 ] {4a23b31e-2fab-45ac-a10f-cd78611343e3::all_1_51_10} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 6 rows starting from the beginning of the part | ||
| 15427 | 2024.11.27 18:44:23.069267 [ 254 ] {713e3f66-c389-42ff-97b8-0037282d9d48} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15428 | 2024.11.27 18:44:23.069328 [ 254 ] {713e3f66-c389-42ff-97b8-0037282d9d48} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 15429 | 2024.11.27 18:44:23.070419 [ 254 ] {713e3f66-c389-42ff-97b8-0037282d9d48} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
| 15430 | 2024.11.27 18:44:23.071086 [ 254 ] {713e3f66-c389-42ff-97b8-0037282d9d48} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15431 | 2024.11.27 18:44:23.071163 [ 189 ] {4a23b31e-2fab-45ac-a10f-cd78611343e3::all_1_51_10} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 306 rows, containing 4 columns (4 merged, 0 gathered) in 0.006873202 sec., 44520.73429531098 rows/sec., 2.27 MiB/sec. | ||
| 15432 | 2024.11.27 18:44:23.071538 [ 254 ] {713e3f66-c389-42ff-97b8-0037282d9d48} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.006476 sec., 36596.66460778258 rows/sec., 2.45 MiB/sec. | ||
| 15433 | 2024.11.27 18:44:23.071561 [ 218 ] {} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): 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] | ||
| 15434 | 2024.11.27 18:44:23.071591 [ 188 ] {4a23b31e-2fab-45ac-a10f-cd78611343e3::all_1_51_10} <Trace> MergedBlockOutputStream: filled checksums all_1_51_10 (state Temporary) | ||
| 15435 | 2024.11.27 18:44:23.071659 [ 218 ] {} <Debug> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): 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] | ||
| 15436 | 2024.11.27 18:44:23.071834 [ 254 ] {713e3f66-c389-42ff-97b8-0037282d9d48} <Debug> TCPHandler: Processed in 0.007040055 sec. | ||
| 15437 | 2024.11.27 18:44:23.072099 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15438 | 2024.11.27 18:44:23.072319 [ 253 ] {1d3ea2b1-42b9-4651-b14c-0e6092bb2258} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 15439 | 2024.11.27 18:44:23.072446 [ 253 ] {1d3ea2b1-42b9-4651-b14c-0e6092bb2258} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 15440 | 2024.11.27 18:44:23.072583 [ 200 ] {4a23b31e-2fab-45ac-a10f-cd78611343e3::all_1_51_10} <Trace> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3): Renaming temporary part tmp_merge_all_1_51_10 to all_1_51_10 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15441 | 2024.11.27 18:44:23.073111 [ 200 ] {4a23b31e-2fab-45ac-a10f-cd78611343e3::all_1_51_10} <Trace> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3) (MergerMutator): Merged 6 parts: [all_1_46_9, all_51_51_0] -> all_1_51_10 | ||
| 15442 | 2024.11.27 18:44:23.073361 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 15443 | 2024.11.27 18:44:23.073822 [ 253 ] {1d3ea2b1-42b9-4651-b14c-0e6092bb2258} <Trace> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15444 | 2024.11.27 18:44:23.073869 [ 253 ] {1d3ea2b1-42b9-4651-b14c-0e6092bb2258} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 15445 | 2024.11.27 18:44:23.074358 [ 253 ] {1d3ea2b1-42b9-4651-b14c-0e6092bb2258} <Trace> MergedBlockOutputStream: filled checksums all_51_51_0 (state Temporary) | ||
| 15446 | 2024.11.27 18:44:23.074652 [ 253 ] {1d3ea2b1-42b9-4651-b14c-0e6092bb2258} <Trace> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653): Renaming temporary part tmp_insert_all_51_51_0 to all_51_51_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15447 | 2024.11.27 18:44:23.075039 [ 253 ] {1d3ea2b1-42b9-4651-b14c-0e6092bb2258} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002784 sec., 359.1954022988506 rows/sec., 24.20 KiB/sec. | ||
| 15448 | 2024.11.27 18:44:23.075440 [ 253 ] {1d3ea2b1-42b9-4651-b14c-0e6092bb2258} <Debug> TCPHandler: Processed in 0.003473171 sec. | ||
| 15449 | 2024.11.27 18:44:23.075700 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15450 | 2024.11.27 18:44:23.075881 [ 254 ] {24b15c24-0a05-42ba-b51f-c2f506d65038} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 15451 | 2024.11.27 18:44:23.076054 [ 254 ] {24b15c24-0a05-42ba-b51f-c2f506d65038} <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 | ||
| 15452 | 2024.11.27 18:44:23.076130 [ 218 ] {} <Debug> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): 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] | ||
| 15453 | 2024.11.27 18:44:23.079238 [ 254 ] {24b15c24-0a05-42ba-b51f-c2f506d65038} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15454 | 2024.11.27 18:44:23.079283 [ 254 ] {24b15c24-0a05-42ba-b51f-c2f506d65038} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 15455 | 2024.11.27 18:44:23.079948 [ 254 ] {24b15c24-0a05-42ba-b51f-c2f506d65038} <Trace> MergedBlockOutputStream: filled checksums all_109_109_0 (state Temporary) | ||
| 15456 | 2024.11.27 18:44:23.080213 [ 254 ] {24b15c24-0a05-42ba-b51f-c2f506d65038} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Renaming temporary part tmp_insert_all_109_109_0 to all_109_109_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15457 | 2024.11.27 18:44:23.080444 [ 254 ] {24b15c24-0a05-42ba-b51f-c2f506d65038} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.004616 sec., 5415.944540727903 rows/sec., 9.71 MiB/sec. | ||
| 15458 | 2024.11.27 18:44:23.080540 [ 254 ] {24b15c24-0a05-42ba-b51f-c2f506d65038} <Debug> TCPHandler: Processed in 0.004965764 sec. | ||
| 15459 | 2024.11.27 18:44:23.080788 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15460 | 2024.11.27 18:44:23.081014 [ 253 ] {de58a5db-3bb1-4fc7-9561-23da399097fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15461 | 2024.11.27 18:44:23.081111 [ 253 ] {de58a5db-3bb1-4fc7-9561-23da399097fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15462 | 2024.11.27 18:44:23.081798 [ 253 ] {de58a5db-3bb1-4fc7-9561-23da399097fb} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15463 | 2024.11.27 18:44:23.081838 [ 253 ] {de58a5db-3bb1-4fc7-9561-23da399097fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 15464 | 2024.11.27 18:44:23.082218 [ 253 ] {de58a5db-3bb1-4fc7-9561-23da399097fb} <Trace> MergedBlockOutputStream: filled checksums all_117_117_0 (state Temporary) | ||
| 15465 | 2024.11.27 18:44:23.082459 [ 253 ] {de58a5db-3bb1-4fc7-9561-23da399097fb} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Renaming temporary part tmp_insert_all_117_117_0 to all_117_117_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15466 | 2024.11.27 18:44:23.082695 [ 253 ] {de58a5db-3bb1-4fc7-9561-23da399097fb} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001736 sec., 47235.023041474655 rows/sec., 3.00 MiB/sec. | ||
| 15467 | 2024.11.27 18:44:23.082748 [ 253 ] {de58a5db-3bb1-4fc7-9561-23da399097fb} <Debug> TCPHandler: Processed in 0.002071551 sec. | ||
| 15468 | 2024.11.27 18:44:23.865796 [ 225 ] {} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): 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] | ||
| 15469 | 2024.11.27 18:44:23.865853 [ 225 ] {} <Debug> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): 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] | ||
| 15470 | 2024.11.27 18:44:23.868084 [ 225 ] {} <Debug> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): 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] | ||
| 15471 | 2024.11.27 18:44:23.917837 [ 222 ] {} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): 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] | ||
| 15472 | 2024.11.27 18:44:23.917897 [ 222 ] {} <Debug> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): 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] | ||
| 15473 | 2024.11.27 18:44:23.919974 [ 222 ] {} <Debug> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): 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] | ||
| 15474 | 2024.11.27 18:44:24.000167 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 264.69 MiB, peak 285.52 MiB, free memory in arenas 0.00 B, will set to 267.89 MiB (RSS), difference: 3.21 MiB | ||
| 15475 | 2024.11.27 18:44:27.320322 [ 150 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 15476 | 2024.11.27 18:44:27.320405 [ 150 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 15477 | 2024.11.27 18:44:27.524857 [ 220 ] {} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): 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] | ||
| 15478 | 2024.11.27 18:44:27.524909 [ 220 ] {} <Debug> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): 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] | ||
| 15479 | 2024.11.27 18:44:27.526837 [ 220 ] {} <Debug> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): 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] | ||
| 15480 | 2024.11.27 18:44:27.535661 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 36661 | ||
| 15481 | 2024.11.27 18:44:27.536288 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15482 | 2024.11.27 18:44:27.536330 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 15483 | 2024.11.27 18:44:27.536865 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 15484 | 2024.11.27 18:44:27.537135 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15485 | 2024.11.27 18:44:27.537352 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 36661 | ||
| 15486 | 2024.11.27 18:44:27.537374 [ 223 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): 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] | ||
| 15487 | 2024.11.27 18:44:27.537410 [ 223 ] {} <Debug> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): 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] | ||
| 15488 | 2024.11.27 18:44:27.539326 [ 223 ] {} <Debug> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): 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] | ||
| 15489 | 2024.11.27 18:44:27.750492 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 2162 | ||
| 15490 | 2024.11.27 18:44:27.753900 [ 242 ] {} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15491 | 2024.11.27 18:44:27.753965 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 15492 | 2024.11.27 18:44:27.755602 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_59_59_0 (state Temporary) | ||
| 15493 | 2024.11.27 18:44:27.755935 [ 242 ] {} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): Renaming temporary part tmp_insert_all_59_59_0 to all_59_59_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15494 | 2024.11.27 18:44:27.756608 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2162 | ||
| 15495 | 2024.11.27 18:44:28.002169 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001644545 sec. | ||
| 15496 | 2024.11.27 18:44:28.039921 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15497 | 2024.11.27 18:44:28.040129 [ 253 ] {2a2a65df-2abc-4cae-8221-1bafc19df6ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15498 | 2024.11.27 18:44:28.040208 [ 253 ] {2a2a65df-2abc-4cae-8221-1bafc19df6ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15499 | 2024.11.27 18:44:28.041025 [ 253 ] {2a2a65df-2abc-4cae-8221-1bafc19df6ba} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15500 | 2024.11.27 18:44:28.041079 [ 253 ] {2a2a65df-2abc-4cae-8221-1bafc19df6ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 15501 | 2024.11.27 18:44:28.041519 [ 253 ] {2a2a65df-2abc-4cae-8221-1bafc19df6ba} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
| 15502 | 2024.11.27 18:44:28.041783 [ 253 ] {2a2a65df-2abc-4cae-8221-1bafc19df6ba} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15503 | 2024.11.27 18:44:28.042024 [ 253 ] {2a2a65df-2abc-4cae-8221-1bafc19df6ba} <Debug> executeQuery: Read 88 rows, 7.40 KiB in 0.001953 sec., 45058.88376856119 rows/sec., 3.70 MiB/sec. | ||
| 15504 | 2024.11.27 18:44:28.042088 [ 253 ] {2a2a65df-2abc-4cae-8221-1bafc19df6ba} <Debug> TCPHandler: Processed in 0.002294494 sec. | ||
| 15505 | 2024.11.27 18:44:28.042342 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15506 | 2024.11.27 18:44:28.042530 [ 254 ] {fb23ec23-0979-48f4-b796-ef3a00b993e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 15507 | 2024.11.27 18:44:28.042601 [ 254 ] {fb23ec23-0979-48f4-b796-ef3a00b993e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15508 | 2024.11.27 18:44:28.043365 [ 254 ] {fb23ec23-0979-48f4-b796-ef3a00b993e7} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15509 | 2024.11.27 18:44:28.043414 [ 254 ] {fb23ec23-0979-48f4-b796-ef3a00b993e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 15510 | 2024.11.27 18:44:28.043855 [ 254 ] {fb23ec23-0979-48f4-b796-ef3a00b993e7} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 15511 | 2024.11.27 18:44:28.044114 [ 254 ] {fb23ec23-0979-48f4-b796-ef3a00b993e7} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15512 | 2024.11.27 18:44:28.044340 [ 148 ] {} <Debug> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c) (MergerMutator): Selected 6 parts from all_1_105_21 to all_110_110_0 | ||
| 15513 | 2024.11.27 18:44:28.044401 [ 254 ] {fb23ec23-0979-48f4-b796-ef3a00b993e7} <Debug> executeQuery: Read 16 rows, 1.20 KiB in 0.001914 sec., 8359.456635318706 rows/sec., 628.59 KiB/sec. | ||
| 15514 | 2024.11.27 18:44:28.044427 [ 148 ] {} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15515 | 2024.11.27 18:44:28.044490 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 15516 | 2024.11.27 18:44:28.044520 [ 254 ] {fb23ec23-0979-48f4-b796-ef3a00b993e7} <Debug> TCPHandler: Processed in 0.002303065 sec. | ||
| 15517 | 2024.11.27 18:44:28.044746 [ 188 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::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 | ||
| 15518 | 2024.11.27 18:44:28.044752 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15519 | 2024.11.27 18:44:28.045068 [ 188 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_110_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15520 | 2024.11.27 18:44:28.045072 [ 253 ] {4282528e-8e02-4c9b-9c40-a0091af8f658} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15521 | 2024.11.27 18:44:28.045144 [ 188 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_110_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_105_21, total 66 rows starting from the beginning of the part | ||
| 15522 | 2024.11.27 18:44:28.045196 [ 253 ] {4282528e-8e02-4c9b-9c40-a0091af8f658} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15523 | 2024.11.27 18:44:28.045503 [ 188 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_110_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_106_106_0, total 16 rows starting from the beginning of the part | ||
| 15524 | 2024.11.27 18:44:28.045936 [ 188 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_110_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 32 rows starting from the beginning of the part | ||
| 15525 | 2024.11.27 18:44:28.046289 [ 188 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_110_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 18 rows starting from the beginning of the part | ||
| 15526 | 2024.11.27 18:44:28.046657 [ 188 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_110_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 32 rows starting from the beginning of the part | ||
| 15527 | 2024.11.27 18:44:28.047113 [ 188 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_110_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 16 rows starting from the beginning of the part | ||
| 15528 | 2024.11.27 18:44:28.048340 [ 253 ] {4282528e-8e02-4c9b-9c40-a0091af8f658} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15529 | 2024.11.27 18:44:28.048409 [ 253 ] {4282528e-8e02-4c9b-9c40-a0091af8f658} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 15530 | 2024.11.27 18:44:28.049477 [ 253 ] {4282528e-8e02-4c9b-9c40-a0091af8f658} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
| 15531 | 2024.11.27 18:44:28.050024 [ 188 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_110_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 180 rows, containing 5 columns (5 merged, 0 gathered) in 0.00541294 sec., 33253.647740414635 rows/sec., 2.51 MiB/sec. | ||
| 15532 | 2024.11.27 18:44:28.050036 [ 253 ] {4282528e-8e02-4c9b-9c40-a0091af8f658} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15533 | 2024.11.27 18:44:28.050239 [ 188 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_110_22} <Trace> MergedBlockOutputStream: filled checksums all_1_110_22 (state Temporary) | ||
| 15534 | 2024.11.27 18:44:28.050487 [ 253 ] {4282528e-8e02-4c9b-9c40-a0091af8f658} <Debug> executeQuery: Read 80 rows, 6.40 KiB in 0.005512 sec., 14513.788098693758 rows/sec., 1.13 MiB/sec. | ||
| 15535 | 2024.11.27 18:44:28.050628 [ 253 ] {4282528e-8e02-4c9b-9c40-a0091af8f658} <Debug> TCPHandler: Processed in 0.005987089 sec. | ||
| 15536 | 2024.11.27 18:44:28.050817 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15537 | 2024.11.27 18:44:28.050875 [ 188 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_110_22} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Renaming temporary part tmp_merge_all_1_110_22 to all_1_110_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15538 | 2024.11.27 18:44:28.051037 [ 254 ] {54591ff8-d2f7-4ac1-ba4b-54f1334243ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15539 | 2024.11.27 18:44:28.051062 [ 188 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_110_22} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c) (MergerMutator): Merged 6 parts: [all_1_105_21, all_110_110_0] -> all_1_110_22 | ||
| 15540 | 2024.11.27 18:44:28.051119 [ 254 ] {54591ff8-d2f7-4ac1-ba4b-54f1334243ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15541 | 2024.11.27 18:44:28.051213 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 15542 | 2024.11.27 18:44:28.051823 [ 254 ] {54591ff8-d2f7-4ac1-ba4b-54f1334243ca} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15543 | 2024.11.27 18:44:28.051865 [ 254 ] {54591ff8-d2f7-4ac1-ba4b-54f1334243ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 15544 | 2024.11.27 18:44:28.052273 [ 254 ] {54591ff8-d2f7-4ac1-ba4b-54f1334243ca} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
| 15545 | 2024.11.27 18:44:28.052512 [ 254 ] {54591ff8-d2f7-4ac1-ba4b-54f1334243ca} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15546 | 2024.11.27 18:44:28.052719 [ 254 ] {54591ff8-d2f7-4ac1-ba4b-54f1334243ca} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001749 sec., 91480.84619782734 rows/sec., 6.37 MiB/sec. | ||
| 15547 | 2024.11.27 18:44:28.052771 [ 254 ] {54591ff8-d2f7-4ac1-ba4b-54f1334243ca} <Debug> TCPHandler: Processed in 0.00203472 sec. | ||
| 15548 | 2024.11.27 18:44:28.052929 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15549 | 2024.11.27 18:44:28.053050 [ 253 ] {92c65385-fe2c-48a9-ad12-d6ac66ca9041} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 15550 | 2024.11.27 18:44:28.053135 [ 253 ] {92c65385-fe2c-48a9-ad12-d6ac66ca9041} <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 | ||
| 15551 | 2024.11.27 18:44:28.054364 [ 253 ] {92c65385-fe2c-48a9-ad12-d6ac66ca9041} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15552 | 2024.11.27 18:44:28.054416 [ 253 ] {92c65385-fe2c-48a9-ad12-d6ac66ca9041} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 15553 | 2024.11.27 18:44:28.055106 [ 253 ] {92c65385-fe2c-48a9-ad12-d6ac66ca9041} <Trace> MergedBlockOutputStream: filled checksums all_110_110_0 (state Temporary) | ||
| 15554 | 2024.11.27 18:44:28.055376 [ 253 ] {92c65385-fe2c-48a9-ad12-d6ac66ca9041} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Renaming temporary part tmp_insert_all_110_110_0 to all_110_110_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15555 | 2024.11.27 18:44:28.055630 [ 253 ] {92c65385-fe2c-48a9-ad12-d6ac66ca9041} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002605 sec., 6142.034548944338 rows/sec., 11.01 MiB/sec. | ||
| 15556 | 2024.11.27 18:44:28.055728 [ 253 ] {92c65385-fe2c-48a9-ad12-d6ac66ca9041} <Debug> TCPHandler: Processed in 0.002854523 sec. | ||
| 15557 | 2024.11.27 18:44:28.055911 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15558 | 2024.11.27 18:44:28.056032 [ 254 ] {26f1fca1-2f1a-4b26-81c4-9f966330a2aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15559 | 2024.11.27 18:44:28.056084 [ 254 ] {26f1fca1-2f1a-4b26-81c4-9f966330a2aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15560 | 2024.11.27 18:44:28.056594 [ 254 ] {26f1fca1-2f1a-4b26-81c4-9f966330a2aa} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15561 | 2024.11.27 18:44:28.056634 [ 254 ] {26f1fca1-2f1a-4b26-81c4-9f966330a2aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 15562 | 2024.11.27 18:44:28.057000 [ 254 ] {26f1fca1-2f1a-4b26-81c4-9f966330a2aa} <Trace> MergedBlockOutputStream: filled checksums all_118_118_0 (state Temporary) | ||
| 15563 | 2024.11.27 18:44:28.057238 [ 254 ] {26f1fca1-2f1a-4b26-81c4-9f966330a2aa} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Renaming temporary part tmp_insert_all_118_118_0 to all_118_118_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15564 | 2024.11.27 18:44:28.057471 [ 254 ] {26f1fca1-2f1a-4b26-81c4-9f966330a2aa} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001462 sec., 41039.67168262654 rows/sec., 2.77 MiB/sec. | ||
| 15565 | 2024.11.27 18:44:28.057553 [ 254 ] {26f1fca1-2f1a-4b26-81c4-9f966330a2aa} <Debug> TCPHandler: Processed in 0.001698625 sec. | ||
| 15566 | 2024.11.27 18:44:29.238702 [ 218 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): 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] | ||
| 15567 | 2024.11.27 18:44:29.238785 [ 218 ] {} <Debug> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): 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] | ||
| 15568 | 2024.11.27 18:44:29.241281 [ 218 ] {} <Debug> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): 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] | ||
| 15569 | 2024.11.27 18:44:30.000197 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 263.89 MiB, peak 285.52 MiB, free memory in arenas 0.00 B, will set to 267.89 MiB (RSS), difference: 4.00 MiB | ||
| 15570 | 2024.11.27 18:44:30.209460 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 603 | ||
| 15571 | 2024.11.27 18:44:30.232245 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15572 | 2024.11.27 18:44:30.232309 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 15573 | 2024.11.27 18:44:30.239912 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_80_80_0 (state Temporary) | ||
| 15574 | 2024.11.27 18:44:30.240720 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Renaming temporary part tmp_insert_all_80_80_0 to all_80_80_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15575 | 2024.11.27 18:44:30.245479 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 603 | ||
| 15576 | 2024.11.27 18:44:33.045839 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15577 | 2024.11.27 18:44:33.046044 [ 253 ] {c39dca67-8da6-41fd-8a98-cb4122588725} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 15578 | 2024.11.27 18:44:33.046125 [ 253 ] {c39dca67-8da6-41fd-8a98-cb4122588725} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 15579 | 2024.11.27 18:44:33.046939 [ 253 ] {c39dca67-8da6-41fd-8a98-cb4122588725} <Trace> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15580 | 2024.11.27 18:44:33.046994 [ 253 ] {c39dca67-8da6-41fd-8a98-cb4122588725} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 15581 | 2024.11.27 18:44:33.047453 [ 253 ] {c39dca67-8da6-41fd-8a98-cb4122588725} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 15582 | 2024.11.27 18:44:33.047734 [ 253 ] {c39dca67-8da6-41fd-8a98-cb4122588725} <Trace> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15583 | 2024.11.27 18:44:33.047973 [ 253 ] {c39dca67-8da6-41fd-8a98-cb4122588725} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001981 sec., 7067.137809187278 rows/sec., 508.74 KiB/sec. | ||
| 15584 | 2024.11.27 18:44:33.048051 [ 253 ] {c39dca67-8da6-41fd-8a98-cb4122588725} <Debug> TCPHandler: Processed in 0.002354825 sec. | ||
| 15585 | 2024.11.27 18:44:33.048336 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15586 | 2024.11.27 18:44:33.048524 [ 254 ] {6e0afef5-b41e-4bac-bbae-ce380390b3d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15587 | 2024.11.27 18:44:33.048593 [ 254 ] {6e0afef5-b41e-4bac-bbae-ce380390b3d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15588 | 2024.11.27 18:44:33.049472 [ 254 ] {6e0afef5-b41e-4bac-bbae-ce380390b3d4} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15589 | 2024.11.27 18:44:33.049515 [ 254 ] {6e0afef5-b41e-4bac-bbae-ce380390b3d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 15590 | 2024.11.27 18:44:33.049971 [ 254 ] {6e0afef5-b41e-4bac-bbae-ce380390b3d4} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
| 15591 | 2024.11.27 18:44:33.050234 [ 254 ] {6e0afef5-b41e-4bac-bbae-ce380390b3d4} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15592 | 2024.11.27 18:44:33.050425 [ 254 ] {6e0afef5-b41e-4bac-bbae-ce380390b3d4} <Debug> executeQuery: Read 253 rows, 22.72 KiB in 0.001953 sec., 129544.2908346134 rows/sec., 11.36 MiB/sec. | ||
| 15593 | 2024.11.27 18:44:33.050478 [ 254 ] {6e0afef5-b41e-4bac-bbae-ce380390b3d4} <Debug> TCPHandler: Processed in 0.002298124 sec. | ||
| 15594 | 2024.11.27 18:44:33.050651 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15595 | 2024.11.27 18:44:33.050801 [ 253 ] {e79ec7ac-cde9-47db-a3b4-98c34cbff2e2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 15596 | 2024.11.27 18:44:33.050866 [ 253 ] {e79ec7ac-cde9-47db-a3b4-98c34cbff2e2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15597 | 2024.11.27 18:44:33.051589 [ 253 ] {e79ec7ac-cde9-47db-a3b4-98c34cbff2e2} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15598 | 2024.11.27 18:44:33.051638 [ 253 ] {e79ec7ac-cde9-47db-a3b4-98c34cbff2e2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 15599 | 2024.11.27 18:44:33.052036 [ 253 ] {e79ec7ac-cde9-47db-a3b4-98c34cbff2e2} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 15600 | 2024.11.27 18:44:33.052325 [ 253 ] {e79ec7ac-cde9-47db-a3b4-98c34cbff2e2} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15601 | 2024.11.27 18:44:33.052542 [ 253 ] {e79ec7ac-cde9-47db-a3b4-98c34cbff2e2} <Debug> executeQuery: Read 32 rows, 2.34 KiB in 0.001779 sec., 17987.633501967397 rows/sec., 1.28 MiB/sec. | ||
| 15602 | 2024.11.27 18:44:33.052600 [ 253 ] {e79ec7ac-cde9-47db-a3b4-98c34cbff2e2} <Debug> TCPHandler: Processed in 0.00201706 sec. | ||
| 15603 | 2024.11.27 18:44:33.052751 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15604 | 2024.11.27 18:44:33.052867 [ 254 ] {092c8372-be6f-4285-a36d-71f5b1ebbb12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 15605 | 2024.11.27 18:44:33.052917 [ 254 ] {092c8372-be6f-4285-a36d-71f5b1ebbb12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 15606 | 2024.11.27 18:44:33.053499 [ 254 ] {092c8372-be6f-4285-a36d-71f5b1ebbb12} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15607 | 2024.11.27 18:44:33.053537 [ 254 ] {092c8372-be6f-4285-a36d-71f5b1ebbb12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 15608 | 2024.11.27 18:44:33.053900 [ 254 ] {092c8372-be6f-4285-a36d-71f5b1ebbb12} <Trace> MergedBlockOutputStream: filled checksums all_71_71_0 (state Temporary) | ||
| 15609 | 2024.11.27 18:44:33.054137 [ 254 ] {092c8372-be6f-4285-a36d-71f5b1ebbb12} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Renaming temporary part tmp_insert_all_71_71_0 to all_71_71_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15610 | 2024.11.27 18:44:33.054268 [ 142 ] {} <Debug> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7) (MergerMutator): Selected 6 parts from all_1_66_13 to all_71_71_0 | ||
| 15611 | 2024.11.27 18:44:33.054314 [ 142 ] {} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15612 | 2024.11.27 18:44:33.054326 [ 254 ] {092c8372-be6f-4285-a36d-71f5b1ebbb12} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001482 sec., 9446.693657219972 rows/sec., 661.58 KiB/sec. | ||
| 15613 | 2024.11.27 18:44:33.054336 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 15614 | 2024.11.27 18:44:33.054427 [ 254 ] {092c8372-be6f-4285-a36d-71f5b1ebbb12} <Debug> TCPHandler: Processed in 0.001726576 sec. | ||
| 15615 | 2024.11.27 18:44:33.054732 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15616 | 2024.11.27 18:44:33.054751 [ 189 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::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 | ||
| 15617 | 2024.11.27 18:44:33.055277 [ 189 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_71_14} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15618 | 2024.11.27 18:44:33.055363 [ 189 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_66_13, total 242 rows starting from the beginning of the part | ||
| 15619 | 2024.11.27 18:44:33.055535 [ 253 ] {4fab5ba5-6b7b-492b-a944-2e0b57601bed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 15620 | 2024.11.27 18:44:33.055800 [ 253 ] {4fab5ba5-6b7b-492b-a944-2e0b57601bed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 15621 | 2024.11.27 18:44:33.055872 [ 189 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_67_67_0, total 14 rows starting from the beginning of the part | ||
| 15622 | 2024.11.27 18:44:33.056258 [ 189 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_68_68_0, total 14 rows starting from the beginning of the part | ||
| 15623 | 2024.11.27 18:44:33.056551 [ 189 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_69_69_0, total 228 rows starting from the beginning of the part | ||
| 15624 | 2024.11.27 18:44:33.056823 [ 189 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_70_70_0, total 14 rows starting from the beginning of the part | ||
| 15625 | 2024.11.27 18:44:33.057151 [ 189 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_71_14} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_71_71_0, total 14 rows starting from the beginning of the part | ||
| 15626 | 2024.11.27 18:44:33.058873 [ 253 ] {4fab5ba5-6b7b-492b-a944-2e0b57601bed} <Trace> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15627 | 2024.11.27 18:44:33.058952 [ 253 ] {4fab5ba5-6b7b-492b-a944-2e0b57601bed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 15628 | 2024.11.27 18:44:33.060033 [ 253 ] {4fab5ba5-6b7b-492b-a944-2e0b57601bed} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 15629 | 2024.11.27 18:44:33.060600 [ 253 ] {4fab5ba5-6b7b-492b-a944-2e0b57601bed} <Trace> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15630 | 2024.11.27 18:44:33.060616 [ 192 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_71_14} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 526 rows, containing 5 columns (5 merged, 0 gathered) in 0.006167822 sec., 85281.31972680146 rows/sec., 6.11 MiB/sec. | ||
| 15631 | 2024.11.27 18:44:33.060943 [ 253 ] {4fab5ba5-6b7b-492b-a944-2e0b57601bed} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005934 sec., 2190.7650825749915 rows/sec., 136.59 KiB/sec. | ||
| 15632 | 2024.11.27 18:44:33.060969 [ 192 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_71_14} <Trace> MergedBlockOutputStream: filled checksums all_1_71_14 (state Temporary) | ||
| 15633 | 2024.11.27 18:44:33.061120 [ 253 ] {4fab5ba5-6b7b-492b-a944-2e0b57601bed} <Debug> TCPHandler: Processed in 0.006582628 sec. | ||
| 15634 | 2024.11.27 18:44:33.061311 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15635 | 2024.11.27 18:44:33.061482 [ 254 ] {74652b85-72c1-4cc1-98fa-cd1f29eca7af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15636 | 2024.11.27 18:44:33.061532 [ 192 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_71_14} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Renaming temporary part tmp_merge_all_1_71_14 to all_1_71_14 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15637 | 2024.11.27 18:44:33.061558 [ 254 ] {74652b85-72c1-4cc1-98fa-cd1f29eca7af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15638 | 2024.11.27 18:44:33.061765 [ 192 ] {9bd98134-6912-49b1-9e54-dd75edc1eaa7::all_1_71_14} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7) (MergerMutator): Merged 6 parts: [all_1_66_13, all_71_71_0] -> all_1_71_14 | ||
| 15639 | 2024.11.27 18:44:33.061952 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 15640 | 2024.11.27 18:44:33.062606 [ 254 ] {74652b85-72c1-4cc1-98fa-cd1f29eca7af} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15641 | 2024.11.27 18:44:33.062648 [ 254 ] {74652b85-72c1-4cc1-98fa-cd1f29eca7af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 15642 | 2024.11.27 18:44:33.063036 [ 254 ] {74652b85-72c1-4cc1-98fa-cd1f29eca7af} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
| 15643 | 2024.11.27 18:44:33.063287 [ 254 ] {74652b85-72c1-4cc1-98fa-cd1f29eca7af} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15644 | 2024.11.27 18:44:33.063465 [ 254 ] {74652b85-72c1-4cc1-98fa-cd1f29eca7af} <Debug> executeQuery: Read 407 rows, 29.68 KiB in 0.002039 sec., 199607.6508092202 rows/sec., 14.22 MiB/sec. | ||
| 15645 | 2024.11.27 18:44:33.063516 [ 254 ] {74652b85-72c1-4cc1-98fa-cd1f29eca7af} <Debug> TCPHandler: Processed in 0.002289224 sec. | ||
| 15646 | 2024.11.27 18:44:33.063676 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15647 | 2024.11.27 18:44:33.063816 [ 253 ] {4b2957ab-9958-4f08-9841-825d9659563e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 15648 | 2024.11.27 18:44:33.063877 [ 253 ] {4b2957ab-9958-4f08-9841-825d9659563e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 15649 | 2024.11.27 18:44:33.064475 [ 253 ] {4b2957ab-9958-4f08-9841-825d9659563e} <Trace> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15650 | 2024.11.27 18:44:33.064523 [ 253 ] {4b2957ab-9958-4f08-9841-825d9659563e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 15651 | 2024.11.27 18:44:33.064928 [ 253 ] {4b2957ab-9958-4f08-9841-825d9659563e} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 15652 | 2024.11.27 18:44:33.065165 [ 253 ] {4b2957ab-9958-4f08-9841-825d9659563e} <Trace> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15653 | 2024.11.27 18:44:33.065388 [ 253 ] {4b2957ab-9958-4f08-9841-825d9659563e} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001603 sec., 3742.9819089207735 rows/sec., 195.56 KiB/sec. | ||
| 15654 | 2024.11.27 18:44:33.065442 [ 253 ] {4b2957ab-9958-4f08-9841-825d9659563e} <Debug> TCPHandler: Processed in 0.001834377 sec. | ||
| 15655 | 2024.11.27 18:44:33.065652 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15656 | 2024.11.27 18:44:33.065778 [ 254 ] {6d8e4b93-614c-4b79-80bb-8e67b90b9717} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15657 | 2024.11.27 18:44:33.065831 [ 254 ] {6d8e4b93-614c-4b79-80bb-8e67b90b9717} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15658 | 2024.11.27 18:44:33.066432 [ 254 ] {6d8e4b93-614c-4b79-80bb-8e67b90b9717} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15659 | 2024.11.27 18:44:33.066469 [ 254 ] {6d8e4b93-614c-4b79-80bb-8e67b90b9717} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 15660 | 2024.11.27 18:44:33.066882 [ 254 ] {6d8e4b93-614c-4b79-80bb-8e67b90b9717} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
| 15661 | 2024.11.27 18:44:33.067133 [ 254 ] {6d8e4b93-614c-4b79-80bb-8e67b90b9717} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15662 | 2024.11.27 18:44:33.067349 [ 254 ] {6d8e4b93-614c-4b79-80bb-8e67b90b9717} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001592 sec., 148869.34673366832 rows/sec., 9.98 MiB/sec. | ||
| 15663 | 2024.11.27 18:44:33.067402 [ 254 ] {6d8e4b93-614c-4b79-80bb-8e67b90b9717} <Debug> TCPHandler: Processed in 0.001880848 sec. | ||
| 15664 | 2024.11.27 18:44:33.067556 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15665 | 2024.11.27 18:44:33.067678 [ 253 ] {3fc80584-dbc5-4076-909f-3ea6adba0d62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 15666 | 2024.11.27 18:44:33.067729 [ 253 ] {3fc80584-dbc5-4076-909f-3ea6adba0d62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 15667 | 2024.11.27 18:44:33.068200 [ 253 ] {3fc80584-dbc5-4076-909f-3ea6adba0d62} <Trace> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15668 | 2024.11.27 18:44:33.068239 [ 253 ] {3fc80584-dbc5-4076-909f-3ea6adba0d62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 15669 | 2024.11.27 18:44:33.068608 [ 253 ] {3fc80584-dbc5-4076-909f-3ea6adba0d62} <Trace> MergedBlockOutputStream: filled checksums all_52_52_0 (state Temporary) | ||
| 15670 | 2024.11.27 18:44:33.068847 [ 253 ] {3fc80584-dbc5-4076-909f-3ea6adba0d62} <Trace> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653): Renaming temporary part tmp_insert_all_52_52_0 to all_52_52_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15671 | 2024.11.27 18:44:33.069059 [ 253 ] {3fc80584-dbc5-4076-909f-3ea6adba0d62} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001406 sec., 711.2375533428166 rows/sec., 47.93 KiB/sec. | ||
| 15672 | 2024.11.27 18:44:33.069110 [ 253 ] {3fc80584-dbc5-4076-909f-3ea6adba0d62} <Debug> TCPHandler: Processed in 0.001610275 sec. | ||
| 15673 | 2024.11.27 18:44:33.069251 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15674 | 2024.11.27 18:44:33.069366 [ 254 ] {16b5fcf1-7b26-499d-9774-5fc4f41ee682} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 15675 | 2024.11.27 18:44:33.069447 [ 254 ] {16b5fcf1-7b26-499d-9774-5fc4f41ee682} <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 | ||
| 15676 | 2024.11.27 18:44:33.070637 [ 254 ] {16b5fcf1-7b26-499d-9774-5fc4f41ee682} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15677 | 2024.11.27 18:44:33.070676 [ 254 ] {16b5fcf1-7b26-499d-9774-5fc4f41ee682} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 15678 | 2024.11.27 18:44:33.071338 [ 254 ] {16b5fcf1-7b26-499d-9774-5fc4f41ee682} <Trace> MergedBlockOutputStream: filled checksums all_111_111_0 (state Temporary) | ||
| 15679 | 2024.11.27 18:44:33.071606 [ 254 ] {16b5fcf1-7b26-499d-9774-5fc4f41ee682} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Renaming temporary part tmp_insert_all_111_111_0 to all_111_111_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15680 | 2024.11.27 18:44:33.071806 [ 140 ] {} <Debug> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1) (MergerMutator): Selected 6 parts from all_1_106_21 to all_111_111_0 | ||
| 15681 | 2024.11.27 18:44:33.071870 [ 254 ] {16b5fcf1-7b26-499d-9774-5fc4f41ee682} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.002518 sec., 9928.514694201747 rows/sec., 17.79 MiB/sec. | ||
| 15682 | 2024.11.27 18:44:33.071880 [ 140 ] {} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15683 | 2024.11.27 18:44:33.071956 [ 140 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 15684 | 2024.11.27 18:44:33.072255 [ 254 ] {16b5fcf1-7b26-499d-9774-5fc4f41ee682} <Debug> TCPHandler: Processed in 0.003051155 sec. | ||
| 15685 | 2024.11.27 18:44:33.072378 [ 195 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::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 | ||
| 15686 | 2024.11.27 18:44:33.072568 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15687 | 2024.11.27 18:44:33.073173 [ 253 ] {dd6613bc-5560-4997-ab1d-1496500dae05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15688 | 2024.11.27 18:44:33.073567 [ 253 ] {dd6613bc-5560-4997-ab1d-1496500dae05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15689 | 2024.11.27 18:44:33.074083 [ 195 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_111_22} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15690 | 2024.11.27 18:44:33.074420 [ 195 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_106_21, total 2191 rows starting from the beginning of the part | ||
| 15691 | 2024.11.27 18:44:33.075352 [ 195 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_107_107_0, total 25 rows starting from the beginning of the part | ||
| 15692 | 2024.11.27 18:44:33.075950 [ 195 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_108_108_0, total 16 rows starting from the beginning of the part | ||
| 15693 | 2024.11.27 18:44:33.076731 [ 195 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_109_109_0, total 25 rows starting from the beginning of the part | ||
| 15694 | 2024.11.27 18:44:33.076748 [ 253 ] {dd6613bc-5560-4997-ab1d-1496500dae05} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15695 | 2024.11.27 18:44:33.076834 [ 253 ] {dd6613bc-5560-4997-ab1d-1496500dae05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 15696 | 2024.11.27 18:44:33.077357 [ 195 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_110_110_0, total 16 rows starting from the beginning of the part | ||
| 15697 | 2024.11.27 18:44:33.078048 [ 195 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_111_22} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 25 rows starting from the beginning of the part | ||
| 15698 | 2024.11.27 18:44:33.078470 [ 253 ] {dd6613bc-5560-4997-ab1d-1496500dae05} <Trace> MergedBlockOutputStream: filled checksums all_119_119_0 (state Temporary) | ||
| 15699 | 2024.11.27 18:44:33.079268 [ 253 ] {dd6613bc-5560-4997-ab1d-1496500dae05} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Renaming temporary part tmp_insert_all_119_119_0 to all_119_119_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15700 | 2024.11.27 18:44:33.079760 [ 253 ] {dd6613bc-5560-4997-ab1d-1496500dae05} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.006857 sec., 11958.582470468134 rows/sec., 777.75 KiB/sec. | ||
| 15701 | 2024.11.27 18:44:33.079942 [ 253 ] {dd6613bc-5560-4997-ab1d-1496500dae05} <Debug> TCPHandler: Processed in 0.007553622 sec. | ||
| 15702 | 2024.11.27 18:44:33.087461 [ 192 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_111_22} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2298 rows, containing 19 columns (19 merged, 0 gathered) in 0.015360697 sec., 149602.58639305236 rows/sec., 268.08 MiB/sec. | ||
| 15703 | 2024.11.27 18:44:33.089513 [ 192 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_111_22} <Trace> MergedBlockOutputStream: filled checksums all_1_111_22 (state Temporary) | ||
| 15704 | 2024.11.27 18:44:33.090002 [ 192 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_111_22} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Renaming temporary part tmp_merge_all_1_111_22 to all_1_111_22 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15705 | 2024.11.27 18:44:33.090169 [ 192 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_111_22} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1) (MergerMutator): Merged 6 parts: [all_1_106_21, all_111_111_0] -> all_1_111_22 | ||
| 15706 | 2024.11.27 18:44:33.090548 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.53 MiB. | ||
| 15707 | 2024.11.27 18:44:34.541136 [ 223 ] {} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): 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] | ||
| 15708 | 2024.11.27 18:44:34.541185 [ 223 ] {} <Debug> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): 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] | ||
| 15709 | 2024.11.27 18:44:34.543868 [ 223 ] {} <Debug> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): 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] | ||
| 15710 | 2024.11.27 18:44:35.037494 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 37149 | ||
| 15711 | 2024.11.27 18:44:35.038140 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15712 | 2024.11.27 18:44:35.038189 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 15713 | 2024.11.27 18:44:35.038740 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 15714 | 2024.11.27 18:44:35.039033 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15715 | 2024.11.27 18:44:35.039259 [ 139 ] {} <Debug> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 15716 | 2024.11.27 18:44:35.039298 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 37149 | ||
| 15717 | 2024.11.27 18:44:35.039345 [ 139 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15718 | 2024.11.27 18:44:35.039377 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 15719 | 2024.11.27 18:44:35.039597 [ 194 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::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 | ||
| 15720 | 2024.11.27 18:44:35.039919 [ 194 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15721 | 2024.11.27 18:44:35.039966 [ 194 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_76_15, total 34831 rows starting from the beginning of the part | ||
| 15722 | 2024.11.27 18:44:35.040048 [ 194 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 488 rows starting from the beginning of the part | ||
| 15723 | 2024.11.27 18:44:35.040154 [ 194 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 427 rows starting from the beginning of the part | ||
| 15724 | 2024.11.27 18:44:35.040303 [ 194 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 488 rows starting from the beginning of the part | ||
| 15725 | 2024.11.27 18:44:35.040381 [ 194 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 427 rows starting from the beginning of the part | ||
| 15726 | 2024.11.27 18:44:35.040518 [ 194 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 488 rows starting from the beginning of the part | ||
| 15727 | 2024.11.27 18:44:35.043487 [ 197 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 37149 rows, containing 4 columns (4 merged, 0 gathered) in 0.004019419 sec., 9242380.553010274 rows/sec., 132.21 MiB/sec. | ||
| 15728 | 2024.11.27 18:44:35.043916 [ 197 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 15729 | 2024.11.27 18:44:35.044250 [ 197 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_81_16} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15730 | 2024.11.27 18:44:35.044341 [ 197 ] {188e223e-6314-4087-88e4-41bbeb2a2d02::all_1_81_16} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 15731 | 2024.11.27 18:44:35.044461 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.10 MiB. | ||
| 15732 | 2024.11.27 18:44:37.745568 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 611 | ||
| 15733 | 2024.11.27 18:44:37.757212 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 2196 | ||
| 15734 | 2024.11.27 18:44:37.773054 [ 242 ] {} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15735 | 2024.11.27 18:44:37.773170 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 15736 | 2024.11.27 18:44:37.785704 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_60_60_0 (state Temporary) | ||
| 15737 | 2024.11.27 18:44:37.786557 [ 242 ] {} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): Renaming temporary part tmp_insert_all_60_60_0 to all_60_60_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15738 | 2024.11.27 18:44:37.791943 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2196 | ||
| 15739 | 2024.11.27 18:44:37.798313 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15740 | 2024.11.27 18:44:37.798382 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 15741 | 2024.11.27 18:44:37.806490 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_81_81_0 (state Temporary) | ||
| 15742 | 2024.11.27 18:44:37.807299 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Renaming temporary part tmp_insert_all_81_81_0 to all_81_81_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15743 | 2024.11.27 18:44:37.807685 [ 136 ] {} <Debug> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f) (MergerMutator): Selected 6 parts from all_1_76_15 to all_81_81_0 | ||
| 15744 | 2024.11.27 18:44:37.807832 [ 136 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15745 | 2024.11.27 18:44:37.807922 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 15746 | 2024.11.27 18:44:37.808952 [ 201 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::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 | ||
| 15747 | 2024.11.27 18:44:37.826823 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 611 | ||
| 15748 | 2024.11.27 18:44:37.828068 [ 201 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_81_16} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15749 | 2024.11.27 18:44:37.829851 [ 201 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_76_15, total 573 rows starting from the beginning of the part | ||
| 15750 | 2024.11.27 18:44:37.836243 [ 201 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_77_77_0, total 8 rows starting from the beginning of the part | ||
| 15751 | 2024.11.27 18:44:37.842513 [ 201 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_78_78_0, total 7 rows starting from the beginning of the part | ||
| 15752 | 2024.11.27 18:44:37.848776 [ 201 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_79_79_0, total 8 rows starting from the beginning of the part | ||
| 15753 | 2024.11.27 18:44:37.855165 [ 201 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_80_80_0, total 7 rows starting from the beginning of the part | ||
| 15754 | 2024.11.27 18:44:37.861389 [ 201 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_81_16} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_81_81_0, total 8 rows starting from the beginning of the part | ||
| 15755 | 2024.11.27 18:44:37.933539 [ 194 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_81_16} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 611 rows, containing 679 columns (679 merged, 0 gathered) in 0.125371148 sec., 4873.529593906247 rows/sec., 25.20 MiB/sec. | ||
| 15756 | 2024.11.27 18:44:37.937233 [ 194 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_81_16} <Trace> MergedBlockOutputStream: filled checksums all_1_81_16 (state Temporary) | ||
| 15757 | 2024.11.27 18:44:37.940295 [ 194 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_81_16} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Renaming temporary part tmp_merge_all_1_81_16 to all_1_81_16 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15758 | 2024.11.27 18:44:37.940425 [ 194 ] {3f67fc67-929c-4bf7-9685-8bc1be66830f::all_1_81_16} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f) (MergerMutator): Merged 6 parts: [all_1_76_15, all_81_81_0] -> all_1_81_16 | ||
| 15759 | 2024.11.27 18:44:37.942904 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 17.98 MiB. | ||
| 15760 | 2024.11.27 18:44:38.000202 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 269.67 MiB, peak 287.23 MiB, free memory in arenas 0.00 B, will set to 268.57 MiB (RSS), difference: -1.09 MiB | ||
| 15761 | 2024.11.27 18:44:38.040056 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15762 | 2024.11.27 18:44:38.040337 [ 253 ] {b37e55a1-ae38-45f5-bc58-ddb6a1b0b5ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15763 | 2024.11.27 18:44:38.040446 [ 253 ] {b37e55a1-ae38-45f5-bc58-ddb6a1b0b5ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15764 | 2024.11.27 18:44:38.041412 [ 253 ] {b37e55a1-ae38-45f5-bc58-ddb6a1b0b5ed} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15765 | 2024.11.27 18:44:38.041457 [ 253 ] {b37e55a1-ae38-45f5-bc58-ddb6a1b0b5ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 15766 | 2024.11.27 18:44:38.041878 [ 253 ] {b37e55a1-ae38-45f5-bc58-ddb6a1b0b5ed} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
| 15767 | 2024.11.27 18:44:38.042125 [ 253 ] {b37e55a1-ae38-45f5-bc58-ddb6a1b0b5ed} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15768 | 2024.11.27 18:44:38.042357 [ 253 ] {b37e55a1-ae38-45f5-bc58-ddb6a1b0b5ed} <Debug> executeQuery: Read 88 rows, 7.40 KiB in 0.002094 sec., 42024.83285577842 rows/sec., 3.45 MiB/sec. | ||
| 15769 | 2024.11.27 18:44:38.042414 [ 253 ] {b37e55a1-ae38-45f5-bc58-ddb6a1b0b5ed} <Debug> TCPHandler: Processed in 0.002531508 sec. | ||
| 15770 | 2024.11.27 18:44:38.042667 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15771 | 2024.11.27 18:44:38.042848 [ 254 ] {26ebc872-cb61-4a00-81cb-7b07bf67840d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 15772 | 2024.11.27 18:44:38.042921 [ 254 ] {26ebc872-cb61-4a00-81cb-7b07bf67840d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15773 | 2024.11.27 18:44:38.043674 [ 254 ] {26ebc872-cb61-4a00-81cb-7b07bf67840d} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15774 | 2024.11.27 18:44:38.043721 [ 254 ] {26ebc872-cb61-4a00-81cb-7b07bf67840d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 15775 | 2024.11.27 18:44:38.044156 [ 254 ] {26ebc872-cb61-4a00-81cb-7b07bf67840d} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 15776 | 2024.11.27 18:44:38.044411 [ 254 ] {26ebc872-cb61-4a00-81cb-7b07bf67840d} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15777 | 2024.11.27 18:44:38.044668 [ 254 ] {26ebc872-cb61-4a00-81cb-7b07bf67840d} <Debug> executeQuery: Read 16 rows, 1.20 KiB in 0.001871 sec., 8551.5766969535 rows/sec., 643.04 KiB/sec. | ||
| 15778 | 2024.11.27 18:44:38.044735 [ 254 ] {26ebc872-cb61-4a00-81cb-7b07bf67840d} <Debug> TCPHandler: Processed in 0.002191183 sec. | ||
| 15779 | 2024.11.27 18:44:38.044874 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15780 | 2024.11.27 18:44:38.045011 [ 253 ] {75f52ec8-6b98-41c2-a77f-50c3a0183af5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15781 | 2024.11.27 18:44:38.045067 [ 253 ] {75f52ec8-6b98-41c2-a77f-50c3a0183af5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15782 | 2024.11.27 18:44:38.045804 [ 253 ] {75f52ec8-6b98-41c2-a77f-50c3a0183af5} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15783 | 2024.11.27 18:44:38.045852 [ 253 ] {75f52ec8-6b98-41c2-a77f-50c3a0183af5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 15784 | 2024.11.27 18:44:38.046232 [ 253 ] {75f52ec8-6b98-41c2-a77f-50c3a0183af5} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
| 15785 | 2024.11.27 18:44:38.046471 [ 253 ] {75f52ec8-6b98-41c2-a77f-50c3a0183af5} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15786 | 2024.11.27 18:44:38.046681 [ 253 ] {75f52ec8-6b98-41c2-a77f-50c3a0183af5} <Debug> executeQuery: Read 80 rows, 6.40 KiB in 0.001701 sec., 47031.158142269254 rows/sec., 3.67 MiB/sec. | ||
| 15787 | 2024.11.27 18:44:38.046731 [ 253 ] {75f52ec8-6b98-41c2-a77f-50c3a0183af5} <Debug> TCPHandler: Processed in 0.001911909 sec. | ||
| 15788 | 2024.11.27 18:44:38.046883 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15789 | 2024.11.27 18:44:38.047009 [ 254 ] {154142e3-3c0e-41c3-8cc7-49ae9c1e60d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15790 | 2024.11.27 18:44:38.047067 [ 254 ] {154142e3-3c0e-41c3-8cc7-49ae9c1e60d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15791 | 2024.11.27 18:44:38.047666 [ 254 ] {154142e3-3c0e-41c3-8cc7-49ae9c1e60d8} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15792 | 2024.11.27 18:44:38.047707 [ 254 ] {154142e3-3c0e-41c3-8cc7-49ae9c1e60d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 15793 | 2024.11.27 18:44:38.048125 [ 254 ] {154142e3-3c0e-41c3-8cc7-49ae9c1e60d8} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
| 15794 | 2024.11.27 18:44:38.048380 [ 254 ] {154142e3-3c0e-41c3-8cc7-49ae9c1e60d8} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15795 | 2024.11.27 18:44:38.048556 [ 135 ] {} <Debug> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c) (MergerMutator): Selected 5 parts from all_1_115_23 to all_119_119_0 | ||
| 15796 | 2024.11.27 18:44:38.048604 [ 254 ] {154142e3-3c0e-41c3-8cc7-49ae9c1e60d8} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001624 sec., 98522.16748768472 rows/sec., 6.86 MiB/sec. | ||
| 15797 | 2024.11.27 18:44:38.048649 [ 135 ] {} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15798 | 2024.11.27 18:44:38.048714 [ 135 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 15799 | 2024.11.27 18:44:38.048725 [ 254 ] {154142e3-3c0e-41c3-8cc7-49ae9c1e60d8} <Debug> TCPHandler: Processed in 0.001900188 sec. | ||
| 15800 | 2024.11.27 18:44:38.048977 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15801 | 2024.11.27 18:44:38.049067 [ 190 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_119_24} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_115_23 to all_119_119_0 into Compact with storage Full | ||
| 15802 | 2024.11.27 18:44:38.049200 [ 253 ] {7e6d76fd-d36c-444c-81e7-c3c6312e3cbe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 15803 | 2024.11.27 18:44:38.049660 [ 190 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_119_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15804 | 2024.11.27 18:44:38.049714 [ 253 ] {7e6d76fd-d36c-444c-81e7-c3c6312e3cbe} <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 | ||
| 15805 | 2024.11.27 18:44:38.049843 [ 190 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_119_24} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_115_23, total 35860 rows starting from the beginning of the part | ||
| 15806 | 2024.11.27 18:44:38.050568 [ 190 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_119_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 881 rows starting from the beginning of the part | ||
| 15807 | 2024.11.27 18:44:38.051407 [ 190 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_119_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 237 rows starting from the beginning of the part | ||
| 15808 | 2024.11.27 18:44:38.052194 [ 190 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_119_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 160 rows starting from the beginning of the part | ||
| 15809 | 2024.11.27 18:44:38.052711 [ 190 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_119_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 237 rows starting from the beginning of the part | ||
| 15810 | 2024.11.27 18:44:38.054781 [ 253 ] {7e6d76fd-d36c-444c-81e7-c3c6312e3cbe} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15811 | 2024.11.27 18:44:38.054822 [ 253 ] {7e6d76fd-d36c-444c-81e7-c3c6312e3cbe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 15812 | 2024.11.27 18:44:38.055810 [ 253 ] {7e6d76fd-d36c-444c-81e7-c3c6312e3cbe} <Trace> MergedBlockOutputStream: filled checksums all_112_112_0 (state Temporary) | ||
| 15813 | 2024.11.27 18:44:38.056124 [ 253 ] {7e6d76fd-d36c-444c-81e7-c3c6312e3cbe} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Renaming temporary part tmp_insert_all_112_112_0 to all_112_112_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15814 | 2024.11.27 18:44:38.056414 [ 253 ] {7e6d76fd-d36c-444c-81e7-c3c6312e3cbe} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.00727 sec., 2200.825309491059 rows/sec., 3.94 MiB/sec. | ||
| 15815 | 2024.11.27 18:44:38.056512 [ 253 ] {7e6d76fd-d36c-444c-81e7-c3c6312e3cbe} <Debug> TCPHandler: Processed in 0.007697564 sec. | ||
| 15816 | 2024.11.27 18:44:38.056659 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15817 | 2024.11.27 18:44:38.056910 [ 254 ] {09c282af-3bed-4cd6-a7d8-91744d41645b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15818 | 2024.11.27 18:44:38.056985 [ 254 ] {09c282af-3bed-4cd6-a7d8-91744d41645b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15819 | 2024.11.27 18:44:38.057598 [ 254 ] {09c282af-3bed-4cd6-a7d8-91744d41645b} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15820 | 2024.11.27 18:44:38.057636 [ 254 ] {09c282af-3bed-4cd6-a7d8-91744d41645b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 15821 | 2024.11.27 18:44:38.058065 [ 254 ] {09c282af-3bed-4cd6-a7d8-91744d41645b} <Trace> MergedBlockOutputStream: filled checksums all_120_120_0 (state Temporary) | ||
| 15822 | 2024.11.27 18:44:38.058391 [ 254 ] {09c282af-3bed-4cd6-a7d8-91744d41645b} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Renaming temporary part tmp_insert_all_120_120_0 to all_120_120_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15823 | 2024.11.27 18:44:38.058694 [ 254 ] {09c282af-3bed-4cd6-a7d8-91744d41645b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001897 sec., 31628.887717448604 rows/sec., 2.13 MiB/sec. | ||
| 15824 | 2024.11.27 18:44:38.058750 [ 254 ] {09c282af-3bed-4cd6-a7d8-91744d41645b} <Debug> TCPHandler: Processed in 0.002151871 sec. | ||
| 15825 | 2024.11.27 18:44:38.061210 [ 187 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_119_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 37375 rows, containing 5 columns (5 merged, 0 gathered) in 0.012355243 sec., 3025031.55947641 rows/sec., 204.66 MiB/sec. | ||
| 15826 | 2024.11.27 18:44:38.061718 [ 199 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_119_24} <Trace> MergedBlockOutputStream: filled checksums all_1_119_24 (state Temporary) | ||
| 15827 | 2024.11.27 18:44:38.062046 [ 199 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_119_24} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Renaming temporary part tmp_merge_all_1_119_24 to all_1_119_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15828 | 2024.11.27 18:44:38.062127 [ 199 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_119_24} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c) (MergerMutator): Merged 5 parts: [all_1_115_23, all_119_119_0] -> all_1_119_24 | ||
| 15829 | 2024.11.27 18:44:38.062224 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.35 MiB. | ||
| 15830 | 2024.11.27 18:44:39.133865 [ 220 ] {} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): 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] | ||
| 15831 | 2024.11.27 18:44:39.133954 [ 220 ] {} <Debug> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): 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] | ||
| 15832 | 2024.11.27 18:44:39.136387 [ 220 ] {} <Debug> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): 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] | ||
| 15833 | 2024.11.27 18:44:42.320464 [ 129 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 15834 | 2024.11.27 18:44:42.320573 [ 129 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 15835 | 2024.11.27 18:44:42.539455 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 37576 | ||
| 15836 | 2024.11.27 18:44:42.540083 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15837 | 2024.11.27 18:44:42.540132 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 15838 | 2024.11.27 18:44:42.540680 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 15839 | 2024.11.27 18:44:42.540942 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15840 | 2024.11.27 18:44:42.541194 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 37576 | ||
| 15841 | 2024.11.27 18:44:43.044013 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15842 | 2024.11.27 18:44:43.044318 [ 253 ] {2a3317b4-01e2-403d-bcbe-391d743bb746} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 15843 | 2024.11.27 18:44:43.044436 [ 253 ] {2a3317b4-01e2-403d-bcbe-391d743bb746} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 15844 | 2024.11.27 18:44:43.045463 [ 253 ] {2a3317b4-01e2-403d-bcbe-391d743bb746} <Trace> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15845 | 2024.11.27 18:44:43.045511 [ 253 ] {2a3317b4-01e2-403d-bcbe-391d743bb746} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 15846 | 2024.11.27 18:44:43.045960 [ 253 ] {2a3317b4-01e2-403d-bcbe-391d743bb746} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 15847 | 2024.11.27 18:44:43.046237 [ 253 ] {2a3317b4-01e2-403d-bcbe-391d743bb746} <Trace> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15848 | 2024.11.27 18:44:43.046486 [ 253 ] {2a3317b4-01e2-403d-bcbe-391d743bb746} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002252 sec., 6216.696269982238 rows/sec., 447.52 KiB/sec. | ||
| 15849 | 2024.11.27 18:44:43.046549 [ 253 ] {2a3317b4-01e2-403d-bcbe-391d743bb746} <Debug> TCPHandler: Processed in 0.002674739 sec. | ||
| 15850 | 2024.11.27 18:44:43.046794 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15851 | 2024.11.27 18:44:43.046978 [ 254 ] {dd68903c-4d83-4e28-b0eb-de77b93a534a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 15852 | 2024.11.27 18:44:43.047046 [ 254 ] {dd68903c-4d83-4e28-b0eb-de77b93a534a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 15853 | 2024.11.27 18:44:43.047928 [ 254 ] {dd68903c-4d83-4e28-b0eb-de77b93a534a} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15854 | 2024.11.27 18:44:43.047972 [ 254 ] {dd68903c-4d83-4e28-b0eb-de77b93a534a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 15855 | 2024.11.27 18:44:43.048443 [ 254 ] {dd68903c-4d83-4e28-b0eb-de77b93a534a} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
| 15856 | 2024.11.27 18:44:43.048698 [ 254 ] {dd68903c-4d83-4e28-b0eb-de77b93a534a} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15857 | 2024.11.27 18:44:43.048892 [ 128 ] {} <Debug> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 | ||
| 15858 | 2024.11.27 18:44:43.048968 [ 254 ] {dd68903c-4d83-4e28-b0eb-de77b93a534a} <Debug> executeQuery: Read 253 rows, 22.72 KiB in 0.002035 sec., 124324.32432432433 rows/sec., 10.90 MiB/sec. | ||
| 15859 | 2024.11.27 18:44:43.048984 [ 128 ] {} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15860 | 2024.11.27 18:44:43.049060 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 15861 | 2024.11.27 18:44:43.049117 [ 254 ] {dd68903c-4d83-4e28-b0eb-de77b93a534a} <Debug> TCPHandler: Processed in 0.002441676 sec. | ||
| 15862 | 2024.11.27 18:44:43.049318 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15863 | 2024.11.27 18:44:43.049331 [ 198 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::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 | ||
| 15864 | 2024.11.27 18:44:43.049499 [ 253 ] {164a75f8-a392-48c0-972f-08c95f104d8e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 15865 | 2024.11.27 18:44:43.049512 [ 198 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15866 | 2024.11.27 18:44:43.049558 [ 198 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 1435 rows starting from the beginning of the part | ||
| 15867 | 2024.11.27 18:44:43.049567 [ 253 ] {164a75f8-a392-48c0-972f-08c95f104d8e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 15868 | 2024.11.27 18:44:43.049839 [ 198 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 253 rows starting from the beginning of the part | ||
| 15869 | 2024.11.27 18:44:43.050260 [ 198 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 88 rows starting from the beginning of the part | ||
| 15870 | 2024.11.27 18:44:43.050683 [ 198 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 253 rows starting from the beginning of the part | ||
| 15871 | 2024.11.27 18:44:43.051213 [ 198 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 88 rows starting from the beginning of the part | ||
| 15872 | 2024.11.27 18:44:43.051553 [ 198 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 253 rows starting from the beginning of the part | ||
| 15873 | 2024.11.27 18:44:43.052505 [ 253 ] {164a75f8-a392-48c0-972f-08c95f104d8e} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15874 | 2024.11.27 18:44:43.052553 [ 253 ] {164a75f8-a392-48c0-972f-08c95f104d8e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 15875 | 2024.11.27 18:44:43.053096 [ 253 ] {164a75f8-a392-48c0-972f-08c95f104d8e} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 15876 | 2024.11.27 18:44:43.053416 [ 253 ] {164a75f8-a392-48c0-972f-08c95f104d8e} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15877 | 2024.11.27 18:44:43.053685 [ 253 ] {164a75f8-a392-48c0-972f-08c95f104d8e} <Debug> executeQuery: Read 32 rows, 2.34 KiB in 0.004237 sec., 7552.5135709228225 rows/sec., 551.32 KiB/sec. | ||
| 15878 | 2024.11.27 18:44:43.053787 [ 253 ] {164a75f8-a392-48c0-972f-08c95f104d8e} <Debug> TCPHandler: Processed in 0.004568798 sec. | ||
| 15879 | 2024.11.27 18:44:43.054015 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15880 | 2024.11.27 18:44:43.054016 [ 199 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2370 rows, containing 5 columns (5 merged, 0 gathered) in 0.004833442 sec., 490333.80352965853 rows/sec., 43.41 MiB/sec. | ||
| 15881 | 2024.11.27 18:44:43.054161 [ 254 ] {5a9716e7-c8fd-4490-a984-1ece1e6ce041} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 15882 | 2024.11.27 18:44:43.054216 [ 254 ] {5a9716e7-c8fd-4490-a984-1ece1e6ce041} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 15883 | 2024.11.27 18:44:43.054577 [ 196 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) | ||
| 15884 | 2024.11.27 18:44:43.055320 [ 254 ] {5a9716e7-c8fd-4490-a984-1ece1e6ce041} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15885 | 2024.11.27 18:44:43.055355 [ 196 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_121_24} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15886 | 2024.11.27 18:44:43.055378 [ 254 ] {5a9716e7-c8fd-4490-a984-1ece1e6ce041} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 15887 | 2024.11.27 18:44:43.055556 [ 196 ] {cc405ad8-4136-47b1-8fc7-fbc17dd1664e::all_1_121_24} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 | ||
| 15888 | 2024.11.27 18:44:43.055743 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
| 15889 | 2024.11.27 18:44:43.055967 [ 254 ] {5a9716e7-c8fd-4490-a984-1ece1e6ce041} <Trace> MergedBlockOutputStream: filled checksums all_72_72_0 (state Temporary) | ||
| 15890 | 2024.11.27 18:44:43.056213 [ 254 ] {5a9716e7-c8fd-4490-a984-1ece1e6ce041} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Renaming temporary part tmp_insert_all_72_72_0 to all_72_72_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15891 | 2024.11.27 18:44:43.056427 [ 254 ] {5a9716e7-c8fd-4490-a984-1ece1e6ce041} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002301 sec., 6084.311169056931 rows/sec., 426.11 KiB/sec. | ||
| 15892 | 2024.11.27 18:44:43.056486 [ 254 ] {5a9716e7-c8fd-4490-a984-1ece1e6ce041} <Debug> TCPHandler: Processed in 0.002593789 sec. | ||
| 15893 | 2024.11.27 18:44:43.056658 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15894 | 2024.11.27 18:44:43.056798 [ 253 ] {63e4c49c-0823-4ce4-b453-d1e9ddfe8c1f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 15895 | 2024.11.27 18:44:43.056856 [ 253 ] {63e4c49c-0823-4ce4-b453-d1e9ddfe8c1f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 15896 | 2024.11.27 18:44:43.057460 [ 253 ] {63e4c49c-0823-4ce4-b453-d1e9ddfe8c1f} <Trace> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15897 | 2024.11.27 18:44:43.057499 [ 253 ] {63e4c49c-0823-4ce4-b453-d1e9ddfe8c1f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 15898 | 2024.11.27 18:44:43.057865 [ 253 ] {63e4c49c-0823-4ce4-b453-d1e9ddfe8c1f} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 15899 | 2024.11.27 18:44:43.058109 [ 253 ] {63e4c49c-0823-4ce4-b453-d1e9ddfe8c1f} <Trace> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15900 | 2024.11.27 18:44:43.058310 [ 253 ] {63e4c49c-0823-4ce4-b453-d1e9ddfe8c1f} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001544 sec., 8419.689119170984 rows/sec., 524.97 KiB/sec. | ||
| 15901 | 2024.11.27 18:44:43.058362 [ 253 ] {63e4c49c-0823-4ce4-b453-d1e9ddfe8c1f} <Debug> TCPHandler: Processed in 0.001770656 sec. | ||
| 15902 | 2024.11.27 18:44:43.058518 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15903 | 2024.11.27 18:44:43.058634 [ 254 ] {601e3dcf-9e32-4fbe-818b-fd622c621fe3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 15904 | 2024.11.27 18:44:43.058683 [ 254 ] {601e3dcf-9e32-4fbe-818b-fd622c621fe3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 15905 | 2024.11.27 18:44:43.059541 [ 254 ] {601e3dcf-9e32-4fbe-818b-fd622c621fe3} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15906 | 2024.11.27 18:44:43.059580 [ 254 ] {601e3dcf-9e32-4fbe-818b-fd622c621fe3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 15907 | 2024.11.27 18:44:43.059978 [ 254 ] {601e3dcf-9e32-4fbe-818b-fd622c621fe3} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
| 15908 | 2024.11.27 18:44:43.060220 [ 254 ] {601e3dcf-9e32-4fbe-818b-fd622c621fe3} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15909 | 2024.11.27 18:44:43.060396 [ 128 ] {} <Debug> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 | ||
| 15910 | 2024.11.27 18:44:43.060464 [ 128 ] {} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15911 | 2024.11.27 18:44:43.060467 [ 254 ] {601e3dcf-9e32-4fbe-818b-fd622c621fe3} <Debug> executeQuery: Read 407 rows, 29.68 KiB in 0.001846 sec., 220476.70639219935 rows/sec., 15.70 MiB/sec. | ||
| 15912 | 2024.11.27 18:44:43.060505 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 15913 | 2024.11.27 18:44:43.060608 [ 254 ] {601e3dcf-9e32-4fbe-818b-fd622c621fe3} <Debug> TCPHandler: Processed in 0.002144932 sec. | ||
| 15914 | 2024.11.27 18:44:43.060810 [ 200 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::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 | ||
| 15915 | 2024.11.27 18:44:43.060828 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15916 | 2024.11.27 18:44:43.061094 [ 253 ] {7626ca61-a505-4285-90fb-2824035dda5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 15917 | 2024.11.27 18:44:43.061099 [ 200 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15918 | 2024.11.27 18:44:43.061196 [ 200 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 915 rows starting from the beginning of the part | ||
| 15919 | 2024.11.27 18:44:43.061208 [ 253 ] {7626ca61-a505-4285-90fb-2824035dda5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 15920 | 2024.11.27 18:44:43.061555 [ 200 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 407 rows starting from the beginning of the part | ||
| 15921 | 2024.11.27 18:44:43.062030 [ 200 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 80 rows starting from the beginning of the part | ||
| 15922 | 2024.11.27 18:44:43.062442 [ 200 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 407 rows starting from the beginning of the part | ||
| 15923 | 2024.11.27 18:44:43.062796 [ 200 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 80 rows starting from the beginning of the part | ||
| 15924 | 2024.11.27 18:44:43.062992 [ 200 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 407 rows starting from the beginning of the part | ||
| 15925 | 2024.11.27 18:44:43.063924 [ 253 ] {7626ca61-a505-4285-90fb-2824035dda5a} <Trace> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15926 | 2024.11.27 18:44:43.064004 [ 253 ] {7626ca61-a505-4285-90fb-2824035dda5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 15927 | 2024.11.27 18:44:43.064901 [ 253 ] {7626ca61-a505-4285-90fb-2824035dda5a} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 15928 | 2024.11.27 18:44:43.065430 [ 253 ] {7626ca61-a505-4285-90fb-2824035dda5a} <Trace> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15929 | 2024.11.27 18:44:43.065871 [ 253 ] {7626ca61-a505-4285-90fb-2824035dda5a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004875 sec., 1230.7692307692307 rows/sec., 64.30 KiB/sec. | ||
| 15930 | 2024.11.27 18:44:43.066073 [ 253 ] {7626ca61-a505-4285-90fb-2824035dda5a} <Debug> TCPHandler: Processed in 0.00534308 sec. | ||
| 15931 | 2024.11.27 18:44:43.066369 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15932 | 2024.11.27 18:44:43.066842 [ 254 ] {b3c776f6-4a85-4024-a294-9aa248c07f7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 15933 | 2024.11.27 18:44:43.067034 [ 254 ] {b3c776f6-4a85-4024-a294-9aa248c07f7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 15934 | 2024.11.27 18:44:43.067115 [ 199 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2296 rows, containing 5 columns (5 merged, 0 gathered) in 0.006482586 sec., 354179.64374093915 rows/sec., 26.96 MiB/sec. | ||
| 15935 | 2024.11.27 18:44:43.067356 [ 199 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) | ||
| 15936 | 2024.11.27 18:44:43.067736 [ 199 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_121_24} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15937 | 2024.11.27 18:44:43.067857 [ 199 ] {6694892f-2298-4c9f-98a8-8a3696e030b8::all_1_121_24} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 | ||
| 15938 | 2024.11.27 18:44:43.067981 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
| 15939 | 2024.11.27 18:44:43.068005 [ 254 ] {b3c776f6-4a85-4024-a294-9aa248c07f7f} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15940 | 2024.11.27 18:44:43.068046 [ 254 ] {b3c776f6-4a85-4024-a294-9aa248c07f7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 15941 | 2024.11.27 18:44:43.068444 [ 254 ] {b3c776f6-4a85-4024-a294-9aa248c07f7f} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
| 15942 | 2024.11.27 18:44:43.068693 [ 254 ] {b3c776f6-4a85-4024-a294-9aa248c07f7f} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15943 | 2024.11.27 18:44:43.068909 [ 254 ] {b3c776f6-4a85-4024-a294-9aa248c07f7f} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00223 sec., 106278.02690582958 rows/sec., 7.12 MiB/sec. | ||
| 15944 | 2024.11.27 18:44:43.068962 [ 254 ] {b3c776f6-4a85-4024-a294-9aa248c07f7f} <Debug> TCPHandler: Processed in 0.00274894 sec. | ||
| 15945 | 2024.11.27 18:44:43.069171 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15946 | 2024.11.27 18:44:43.069404 [ 253 ] {58b11d19-8dd6-479b-99fb-f3bd550ac2f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 15947 | 2024.11.27 18:44:43.069498 [ 253 ] {58b11d19-8dd6-479b-99fb-f3bd550ac2f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 15948 | 2024.11.27 18:44:43.070236 [ 253 ] {58b11d19-8dd6-479b-99fb-f3bd550ac2f7} <Trace> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15949 | 2024.11.27 18:44:43.070275 [ 253 ] {58b11d19-8dd6-479b-99fb-f3bd550ac2f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 15950 | 2024.11.27 18:44:43.070643 [ 253 ] {58b11d19-8dd6-479b-99fb-f3bd550ac2f7} <Trace> MergedBlockOutputStream: filled checksums all_53_53_0 (state Temporary) | ||
| 15951 | 2024.11.27 18:44:43.070881 [ 253 ] {58b11d19-8dd6-479b-99fb-f3bd550ac2f7} <Trace> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653): Renaming temporary part tmp_insert_all_53_53_0 to all_53_53_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15952 | 2024.11.27 18:44:43.071134 [ 253 ] {58b11d19-8dd6-479b-99fb-f3bd550ac2f7} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001783 sec., 560.8524957936063 rows/sec., 37.79 KiB/sec. | ||
| 15953 | 2024.11.27 18:44:43.071147 [ 221 ] {} <Trace> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653): 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] | ||
| 15954 | 2024.11.27 18:44:43.071213 [ 253 ] {58b11d19-8dd6-479b-99fb-f3bd550ac2f7} <Debug> TCPHandler: Processed in 0.002150222 sec. | ||
| 15955 | 2024.11.27 18:44:43.071244 [ 221 ] {} <Debug> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653): 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] | ||
| 15956 | 2024.11.27 18:44:43.071414 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15957 | 2024.11.27 18:44:43.071721 [ 254 ] {772c2852-d66b-41a8-a4a2-1c369b42ac85} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 15958 | 2024.11.27 18:44:43.071811 [ 254 ] {772c2852-d66b-41a8-a4a2-1c369b42ac85} <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 | ||
| 15959 | 2024.11.27 18:44:43.074557 [ 254 ] {772c2852-d66b-41a8-a4a2-1c369b42ac85} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15960 | 2024.11.27 18:44:43.074621 [ 254 ] {772c2852-d66b-41a8-a4a2-1c369b42ac85} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 15961 | 2024.11.27 18:44:43.075101 [ 221 ] {} <Debug> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653): 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] | ||
| 15962 | 2024.11.27 18:44:43.076397 [ 254 ] {772c2852-d66b-41a8-a4a2-1c369b42ac85} <Trace> MergedBlockOutputStream: filled checksums all_113_113_0 (state Temporary) | ||
| 15963 | 2024.11.27 18:44:43.076663 [ 254 ] {772c2852-d66b-41a8-a4a2-1c369b42ac85} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Renaming temporary part tmp_insert_all_113_113_0 to all_113_113_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15964 | 2024.11.27 18:44:43.076961 [ 254 ] {772c2852-d66b-41a8-a4a2-1c369b42ac85} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.005368 sec., 4657.2280178837555 rows/sec., 8.35 MiB/sec. | ||
| 15965 | 2024.11.27 18:44:43.077198 [ 254 ] {772c2852-d66b-41a8-a4a2-1c369b42ac85} <Debug> TCPHandler: Processed in 0.005874367 sec. | ||
| 15966 | 2024.11.27 18:44:43.077532 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 15967 | 2024.11.27 18:44:43.077708 [ 253 ] {a94f5210-e181-4572-998e-9ea74dcd6122} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 15968 | 2024.11.27 18:44:43.077768 [ 253 ] {a94f5210-e181-4572-998e-9ea74dcd6122} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 15969 | 2024.11.27 18:44:43.078303 [ 253 ] {a94f5210-e181-4572-998e-9ea74dcd6122} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15970 | 2024.11.27 18:44:43.078342 [ 253 ] {a94f5210-e181-4572-998e-9ea74dcd6122} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 15971 | 2024.11.27 18:44:43.078717 [ 253 ] {a94f5210-e181-4572-998e-9ea74dcd6122} <Trace> MergedBlockOutputStream: filled checksums all_121_121_0 (state Temporary) | ||
| 15972 | 2024.11.27 18:44:43.078973 [ 253 ] {a94f5210-e181-4572-998e-9ea74dcd6122} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Renaming temporary part tmp_insert_all_121_121_0 to all_121_121_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15973 | 2024.11.27 18:44:43.079170 [ 128 ] {} <Debug> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527) (MergerMutator): Selected 6 parts from all_1_116_23 to all_121_121_0 | ||
| 15974 | 2024.11.27 18:44:43.079194 [ 253 ] {a94f5210-e181-4572-998e-9ea74dcd6122} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001517 sec., 54054.05405405406 rows/sec., 3.43 MiB/sec. | ||
| 15975 | 2024.11.27 18:44:43.079246 [ 128 ] {} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15976 | 2024.11.27 18:44:43.079299 [ 253 ] {a94f5210-e181-4572-998e-9ea74dcd6122} <Debug> TCPHandler: Processed in 0.00197252 sec. | ||
| 15977 | 2024.11.27 18:44:43.079323 [ 128 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.45 GiB. | ||
| 15978 | 2024.11.27 18:44:43.079566 [ 188 ] {c59724f6-f374-41a1-8302-611230e47527::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 | ||
| 15979 | 2024.11.27 18:44:43.079912 [ 188 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_121_24} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 15980 | 2024.11.27 18:44:43.080014 [ 188 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_116_23, total 7940 rows starting from the beginning of the part | ||
| 15981 | 2024.11.27 18:44:43.080345 [ 188 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_117_117_0, total 82 rows starting from the beginning of the part | ||
| 15982 | 2024.11.27 18:44:43.080654 [ 188 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_118_118_0, total 60 rows starting from the beginning of the part | ||
| 15983 | 2024.11.27 18:44:43.081050 [ 188 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_119_119_0, total 82 rows starting from the beginning of the part | ||
| 15984 | 2024.11.27 18:44:43.081229 [ 188 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 60 rows starting from the beginning of the part | ||
| 15985 | 2024.11.27 18:44:43.081380 [ 188 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_121_24} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 82 rows starting from the beginning of the part | ||
| 15986 | 2024.11.27 18:44:43.084056 [ 189 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_121_24} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8306 rows, containing 4 columns (4 merged, 0 gathered) in 0.004592048 sec., 1808779.0023100805 rows/sec., 118.21 MiB/sec. | ||
| 15987 | 2024.11.27 18:44:43.084379 [ 189 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_121_24} <Trace> MergedBlockOutputStream: filled checksums all_1_121_24 (state Temporary) | ||
| 15988 | 2024.11.27 18:44:43.084957 [ 189 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_121_24} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Renaming temporary part tmp_merge_all_1_121_24 to all_1_121_24 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 15989 | 2024.11.27 18:44:43.085115 [ 189 ] {c59724f6-f374-41a1-8302-611230e47527::all_1_121_24} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527) (MergerMutator): Merged 6 parts: [all_1_116_23, all_121_121_0] -> all_1_121_24 | ||
| 15990 | 2024.11.27 18:44:43.085223 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.53 MiB. | ||
| 15991 | 2024.11.27 18:44:43.842632 [ 224 ] {} <Trace> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297): 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] | ||
| 15992 | 2024.11.27 18:44:43.842686 [ 224 ] {} <Debug> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297): 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] | ||
| 15993 | 2024.11.27 18:44:43.844197 [ 224 ] {} <Debug> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297): 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] | ||
| 15994 | 2024.11.27 18:44:44.353598 [ 220 ] {} <Trace> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb): 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] | ||
| 15995 | 2024.11.27 18:44:44.353656 [ 220 ] {} <Debug> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb): 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] | ||
| 15996 | 2024.11.27 18:44:44.355366 [ 220 ] {} <Debug> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb): 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] | ||
| 15997 | 2024.11.27 18:44:45.326951 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 618 | ||
| 15998 | 2024.11.27 18:44:45.350381 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 15999 | 2024.11.27 18:44:45.350439 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 16000 | 2024.11.27 18:44:45.357948 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_82_82_0 (state Temporary) | ||
| 16001 | 2024.11.27 18:44:45.358744 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Renaming temporary part tmp_insert_all_82_82_0 to all_82_82_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16002 | 2024.11.27 18:44:45.361738 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 618 | ||
| 16003 | 2024.11.27 18:44:47.792316 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 2230 | ||
| 16004 | 2024.11.27 18:44:47.795947 [ 242 ] {} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16005 | 2024.11.27 18:44:47.796004 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 16006 | 2024.11.27 18:44:47.797652 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_61_61_0 (state Temporary) | ||
| 16007 | 2024.11.27 18:44:47.797981 [ 242 ] {} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): Renaming temporary part tmp_insert_all_61_61_0 to all_61_61_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16008 | 2024.11.27 18:44:47.798251 [ 120 ] {} <Debug> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f) (MergerMutator): Selected 6 parts from all_1_56_11 to all_61_61_0 | ||
| 16009 | 2024.11.27 18:44:47.798424 [ 120 ] {} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16010 | 2024.11.27 18:44:47.798521 [ 120 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 16011 | 2024.11.27 18:44:47.799089 [ 199 ] {b2094d96-d5ad-4d24-939b-7466c2610b9f::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 | ||
| 16012 | 2024.11.27 18:44:47.799610 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2230 | ||
| 16013 | 2024.11.27 18:44:47.800154 [ 199 ] {b2094d96-d5ad-4d24-939b-7466c2610b9f::all_1_61_12} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16014 | 2024.11.27 18:44:47.800356 [ 199 ] {b2094d96-d5ad-4d24-939b-7466c2610b9f::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_56_11, total 2054 rows starting from the beginning of the part | ||
| 16015 | 2024.11.27 18:44:47.801035 [ 199 ] {b2094d96-d5ad-4d24-939b-7466c2610b9f::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_57_57_0, total 36 rows starting from the beginning of the part | ||
| 16016 | 2024.11.27 18:44:47.801713 [ 199 ] {b2094d96-d5ad-4d24-939b-7466c2610b9f::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_58_58_0, total 34 rows starting from the beginning of the part | ||
| 16017 | 2024.11.27 18:44:47.802364 [ 199 ] {b2094d96-d5ad-4d24-939b-7466c2610b9f::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_59_59_0, total 38 rows starting from the beginning of the part | ||
| 16018 | 2024.11.27 18:44:47.803034 [ 199 ] {b2094d96-d5ad-4d24-939b-7466c2610b9f::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_60_60_0, total 34 rows starting from the beginning of the part | ||
| 16019 | 2024.11.27 18:44:47.803720 [ 199 ] {b2094d96-d5ad-4d24-939b-7466c2610b9f::all_1_61_12} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_61_61_0, total 34 rows starting from the beginning of the part | ||
| 16020 | 2024.11.27 18:44:47.812892 [ 191 ] {b2094d96-d5ad-4d24-939b-7466c2610b9f::all_1_61_12} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2230 rows, containing 72 columns (72 merged, 0 gathered) in 0.014169061 sec., 157385.1647614475 rows/sec., 118.73 MiB/sec. | ||
| 16021 | 2024.11.27 18:44:47.814893 [ 195 ] {b2094d96-d5ad-4d24-939b-7466c2610b9f::all_1_61_12} <Trace> MergedBlockOutputStream: filled checksums all_1_61_12 (state Temporary) | ||
| 16022 | 2024.11.27 18:44:47.815592 [ 195 ] {b2094d96-d5ad-4d24-939b-7466c2610b9f::all_1_61_12} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): Renaming temporary part tmp_merge_all_1_61_12 to all_1_61_12 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16023 | 2024.11.27 18:44:47.815677 [ 195 ] {b2094d96-d5ad-4d24-939b-7466c2610b9f::all_1_61_12} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f) (MergerMutator): Merged 6 parts: [all_1_56_11, all_61_61_0] -> all_1_61_12 | ||
| 16024 | 2024.11.27 18:44:47.815895 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 8.03 MiB. | ||
| 16025 | 2024.11.27 18:44:48.068504 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16026 | 2024.11.27 18:44:48.068705 [ 253 ] {f7d00c10-6803-4267-80cb-845e6cc7c3c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 16027 | 2024.11.27 18:44:48.068783 [ 253 ] {f7d00c10-6803-4267-80cb-845e6cc7c3c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 16028 | 2024.11.27 18:44:48.069571 [ 253 ] {f7d00c10-6803-4267-80cb-845e6cc7c3c3} <Trace> oximeter.fields_ipaddr (53955b2a-eb56-41e3-a1fe-af6ea47fe91e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16029 | 2024.11.27 18:44:48.069621 [ 253 ] {f7d00c10-6803-4267-80cb-845e6cc7c3c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 16030 | 2024.11.27 18:44:48.070048 [ 253 ] {f7d00c10-6803-4267-80cb-845e6cc7c3c3} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 16031 | 2024.11.27 18:44:48.070317 [ 253 ] {f7d00c10-6803-4267-80cb-845e6cc7c3c3} <Trace> oximeter.fields_ipaddr (53955b2a-eb56-41e3-a1fe-af6ea47fe91e): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16032 | 2024.11.27 18:44:48.070617 [ 253 ] {f7d00c10-6803-4267-80cb-845e6cc7c3c3} <Debug> executeQuery: Read 8 rows, 668.00 B in 0.001951 sec., 4100.461301896463 rows/sec., 334.36 KiB/sec. | ||
| 16033 | 2024.11.27 18:44:48.071014 [ 253 ] {f7d00c10-6803-4267-80cb-845e6cc7c3c3} <Debug> TCPHandler: Processed in 0.002616308 sec. | ||
| 16034 | 2024.11.27 18:44:48.071392 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16035 | 2024.11.27 18:44:48.071616 [ 254 ] {e05b45a0-ac1c-4b6e-a02f-1252e590bbd7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16036 | 2024.11.27 18:44:48.071683 [ 254 ] {e05b45a0-ac1c-4b6e-a02f-1252e590bbd7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16037 | 2024.11.27 18:44:48.072872 [ 254 ] {e05b45a0-ac1c-4b6e-a02f-1252e590bbd7} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16038 | 2024.11.27 18:44:48.072918 [ 254 ] {e05b45a0-ac1c-4b6e-a02f-1252e590bbd7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 16039 | 2024.11.27 18:44:48.073403 [ 254 ] {e05b45a0-ac1c-4b6e-a02f-1252e590bbd7} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) | ||
| 16040 | 2024.11.27 18:44:48.073660 [ 254 ] {e05b45a0-ac1c-4b6e-a02f-1252e590bbd7} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16041 | 2024.11.27 18:44:48.073926 [ 254 ] {e05b45a0-ac1c-4b6e-a02f-1252e590bbd7} <Debug> executeQuery: Read 1232 rows, 103.81 KiB in 0.002349 sec., 524478.5014899957 rows/sec., 43.16 MiB/sec. | ||
| 16042 | 2024.11.27 18:44:48.074018 [ 218 ] {} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): 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] | ||
| 16043 | 2024.11.27 18:44:48.074022 [ 254 ] {e05b45a0-ac1c-4b6e-a02f-1252e590bbd7} <Debug> TCPHandler: Processed in 0.002846492 sec. | ||
| 16044 | 2024.11.27 18:44:48.074067 [ 218 ] {} <Debug> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): 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] | ||
| 16045 | 2024.11.27 18:44:48.074263 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16046 | 2024.11.27 18:44:48.074415 [ 253 ] {c5837864-37a8-416e-ab41-d5692800a6ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 16047 | 2024.11.27 18:44:48.074485 [ 253 ] {c5837864-37a8-416e-ab41-d5692800a6ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 16048 | 2024.11.27 18:44:48.075422 [ 253 ] {c5837864-37a8-416e-ab41-d5692800a6ab} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16049 | 2024.11.27 18:44:48.075465 [ 253 ] {c5837864-37a8-416e-ab41-d5692800a6ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 16050 | 2024.11.27 18:44:48.075959 [ 253 ] {c5837864-37a8-416e-ab41-d5692800a6ab} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 16051 | 2024.11.27 18:44:48.076262 [ 253 ] {c5837864-37a8-416e-ab41-d5692800a6ab} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16052 | 2024.11.27 18:44:48.076549 [ 253 ] {c5837864-37a8-416e-ab41-d5692800a6ab} <Debug> executeQuery: Read 24 rows, 1.76 KiB in 0.002166 sec., 11080.3324099723 rows/sec., 813.35 KiB/sec. | ||
| 16053 | 2024.11.27 18:44:48.076627 [ 253 ] {c5837864-37a8-416e-ab41-d5692800a6ab} <Debug> TCPHandler: Processed in 0.002469277 sec. | ||
| 16054 | 2024.11.27 18:44:48.076685 [ 218 ] {} <Debug> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): 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] | ||
| 16055 | 2024.11.27 18:44:48.076867 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16056 | 2024.11.27 18:44:48.077148 [ 254 ] {1dededb9-4834-484e-b2f1-5f04ee8a54f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 16057 | 2024.11.27 18:44:48.077287 [ 254 ] {1dededb9-4834-484e-b2f1-5f04ee8a54f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 16058 | 2024.11.27 18:44:48.078409 [ 254 ] {1dededb9-4834-484e-b2f1-5f04ee8a54f6} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16059 | 2024.11.27 18:44:48.078448 [ 254 ] {1dededb9-4834-484e-b2f1-5f04ee8a54f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 16060 | 2024.11.27 18:44:48.078833 [ 254 ] {1dededb9-4834-484e-b2f1-5f04ee8a54f6} <Trace> MergedBlockOutputStream: filled checksums all_73_73_0 (state Temporary) | ||
| 16061 | 2024.11.27 18:44:48.079087 [ 254 ] {1dededb9-4834-484e-b2f1-5f04ee8a54f6} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Renaming temporary part tmp_insert_all_73_73_0 to all_73_73_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16062 | 2024.11.27 18:44:48.079273 [ 254 ] {1dededb9-4834-484e-b2f1-5f04ee8a54f6} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.002232 sec., 102150.5376344086 rows/sec., 6.92 MiB/sec. | ||
| 16063 | 2024.11.27 18:44:48.079330 [ 254 ] {1dededb9-4834-484e-b2f1-5f04ee8a54f6} <Debug> TCPHandler: Processed in 0.002587559 sec. | ||
| 16064 | 2024.11.27 18:44:48.079497 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16065 | 2024.11.27 18:44:48.079638 [ 253 ] {52e7703e-abf0-4a79-ad38-c6eff9e98dd2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16066 | 2024.11.27 18:44:48.079699 [ 253 ] {52e7703e-abf0-4a79-ad38-c6eff9e98dd2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16067 | 2024.11.27 18:44:48.080644 [ 253 ] {52e7703e-abf0-4a79-ad38-c6eff9e98dd2} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16068 | 2024.11.27 18:44:48.080688 [ 253 ] {52e7703e-abf0-4a79-ad38-c6eff9e98dd2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 16069 | 2024.11.27 18:44:48.081101 [ 253 ] {52e7703e-abf0-4a79-ad38-c6eff9e98dd2} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) | ||
| 16070 | 2024.11.27 18:44:48.081342 [ 253 ] {52e7703e-abf0-4a79-ad38-c6eff9e98dd2} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16071 | 2024.11.27 18:44:48.081550 [ 253 ] {52e7703e-abf0-4a79-ad38-c6eff9e98dd2} <Debug> executeQuery: Read 544 rows, 41.34 KiB in 0.001945 sec., 279691.5167095116 rows/sec., 20.76 MiB/sec. | ||
| 16072 | 2024.11.27 18:44:48.081607 [ 253 ] {52e7703e-abf0-4a79-ad38-c6eff9e98dd2} <Debug> TCPHandler: Processed in 0.002176543 sec. | ||
| 16073 | 2024.11.27 18:44:48.081763 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16074 | 2024.11.27 18:44:48.081881 [ 254 ] {0de3b4c3-0428-486f-a5ff-ce00c6c16865} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16075 | 2024.11.27 18:44:48.081935 [ 254 ] {0de3b4c3-0428-486f-a5ff-ce00c6c16865} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16076 | 2024.11.27 18:44:48.082694 [ 254 ] {0de3b4c3-0428-486f-a5ff-ce00c6c16865} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16077 | 2024.11.27 18:44:48.082731 [ 254 ] {0de3b4c3-0428-486f-a5ff-ce00c6c16865} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 16078 | 2024.11.27 18:44:48.083186 [ 254 ] {0de3b4c3-0428-486f-a5ff-ce00c6c16865} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) | ||
| 16079 | 2024.11.27 18:44:48.083437 [ 254 ] {0de3b4c3-0428-486f-a5ff-ce00c6c16865} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16080 | 2024.11.27 18:44:48.083616 [ 254 ] {0de3b4c3-0428-486f-a5ff-ce00c6c16865} <Debug> executeQuery: Read 884 rows, 60.91 KiB in 0.001762 sec., 501702.61066969356 rows/sec., 33.76 MiB/sec. | ||
| 16081 | 2024.11.27 18:44:48.083673 [ 254 ] {0de3b4c3-0428-486f-a5ff-ce00c6c16865} <Debug> TCPHandler: Processed in 0.001967489 sec. | ||
| 16082 | 2024.11.27 18:44:48.083816 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16083 | 2024.11.27 18:44:48.083937 [ 253 ] {5a3c95a1-253f-4b55-9d67-1fc4f61531bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 16084 | 2024.11.27 18:44:48.084023 [ 253 ] {5a3c95a1-253f-4b55-9d67-1fc4f61531bf} <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 | ||
| 16085 | 2024.11.27 18:44:48.085237 [ 253 ] {5a3c95a1-253f-4b55-9d67-1fc4f61531bf} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16086 | 2024.11.27 18:44:48.085277 [ 253 ] {5a3c95a1-253f-4b55-9d67-1fc4f61531bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 16087 | 2024.11.27 18:44:48.085945 [ 253 ] {5a3c95a1-253f-4b55-9d67-1fc4f61531bf} <Trace> MergedBlockOutputStream: filled checksums all_114_114_0 (state Temporary) | ||
| 16088 | 2024.11.27 18:44:48.086206 [ 253 ] {5a3c95a1-253f-4b55-9d67-1fc4f61531bf} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Renaming temporary part tmp_insert_all_114_114_0 to all_114_114_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16089 | 2024.11.27 18:44:48.086467 [ 253 ] {5a3c95a1-253f-4b55-9d67-1fc4f61531bf} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002556 sec., 6259.7809076682315 rows/sec., 11.22 MiB/sec. | ||
| 16090 | 2024.11.27 18:44:48.086650 [ 253 ] {5a3c95a1-253f-4b55-9d67-1fc4f61531bf} <Debug> TCPHandler: Processed in 0.002886943 sec. | ||
| 16091 | 2024.11.27 18:44:48.086896 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16092 | 2024.11.27 18:44:48.087057 [ 254 ] {24f1d4d0-d053-4c58-a014-b8338ff7d001} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16093 | 2024.11.27 18:44:48.087109 [ 254 ] {24f1d4d0-d053-4c58-a014-b8338ff7d001} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16094 | 2024.11.27 18:44:48.087618 [ 254 ] {24f1d4d0-d053-4c58-a014-b8338ff7d001} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16095 | 2024.11.27 18:44:48.087655 [ 254 ] {24f1d4d0-d053-4c58-a014-b8338ff7d001} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 16096 | 2024.11.27 18:44:48.088034 [ 254 ] {24f1d4d0-d053-4c58-a014-b8338ff7d001} <Trace> MergedBlockOutputStream: filled checksums all_122_122_0 (state Temporary) | ||
| 16097 | 2024.11.27 18:44:48.088271 [ 254 ] {24f1d4d0-d053-4c58-a014-b8338ff7d001} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Renaming temporary part tmp_insert_all_122_122_0 to all_122_122_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16098 | 2024.11.27 18:44:48.088470 [ 254 ] {24f1d4d0-d053-4c58-a014-b8338ff7d001} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001437 sec., 41753.65344467641 rows/sec., 2.81 MiB/sec. | ||
| 16099 | 2024.11.27 18:44:48.088518 [ 218 ] {} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): 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] | ||
| 16100 | 2024.11.27 18:44:48.088549 [ 254 ] {24f1d4d0-d053-4c58-a014-b8338ff7d001} <Debug> TCPHandler: Processed in 0.001784237 sec. | ||
| 16101 | 2024.11.27 18:44:48.088565 [ 218 ] {} <Debug> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): 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] | ||
| 16102 | 2024.11.27 18:44:48.090531 [ 218 ] {} <Debug> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): 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] | ||
| 16103 | 2024.11.27 18:44:48.989696 [ 225 ] {} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): 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] | ||
| 16104 | 2024.11.27 18:44:48.989757 [ 225 ] {} <Debug> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): 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] | ||
| 16105 | 2024.11.27 18:44:48.991802 [ 225 ] {} <Debug> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): 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] | ||
| 16106 | 2024.11.27 18:44:49.234767 [ 224 ] {} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): 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] | ||
| 16107 | 2024.11.27 18:44:49.234827 [ 224 ] {} <Debug> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): 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] | ||
| 16108 | 2024.11.27 18:44:49.237181 [ 224 ] {} <Debug> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): 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] | ||
| 16109 | 2024.11.27 18:44:50.000191 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 264.57 MiB, peak 287.23 MiB, free memory in arenas 0.00 B, will set to 268.57 MiB (RSS), difference: 4.00 MiB | ||
| 16110 | 2024.11.27 18:44:50.041327 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 38064 | ||
| 16111 | 2024.11.27 18:44:50.041954 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16112 | 2024.11.27 18:44:50.041996 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 16113 | 2024.11.27 18:44:50.042520 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 16114 | 2024.11.27 18:44:50.042779 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16115 | 2024.11.27 18:44:50.043039 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 38064 | ||
| 16116 | 2024.11.27 18:44:52.861834 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 626 | ||
| 16117 | 2024.11.27 18:44:52.885929 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16118 | 2024.11.27 18:44:52.886000 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 16119 | 2024.11.27 18:44:52.893512 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_83_83_0 (state Temporary) | ||
| 16120 | 2024.11.27 18:44:52.894355 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Renaming temporary part tmp_insert_all_83_83_0 to all_83_83_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16121 | 2024.11.27 18:44:52.898907 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 626 | ||
| 16122 | 2024.11.27 18:44:53.044893 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16123 | 2024.11.27 18:44:53.045126 [ 253 ] {48c9bb8e-39d9-4548-bab5-92fce36d60c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 16124 | 2024.11.27 18:44:53.045213 [ 253 ] {48c9bb8e-39d9-4548-bab5-92fce36d60c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 16125 | 2024.11.27 18:44:53.046039 [ 253 ] {48c9bb8e-39d9-4548-bab5-92fce36d60c8} <Trace> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16126 | 2024.11.27 18:44:53.046096 [ 253 ] {48c9bb8e-39d9-4548-bab5-92fce36d60c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 16127 | 2024.11.27 18:44:53.046557 [ 253 ] {48c9bb8e-39d9-4548-bab5-92fce36d60c8} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 16128 | 2024.11.27 18:44:53.046827 [ 253 ] {48c9bb8e-39d9-4548-bab5-92fce36d60c8} <Trace> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16129 | 2024.11.27 18:44:53.047053 [ 111 ] {} <Debug> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb) (MergerMutator): Selected 5 parts from all_1_50_12 to all_54_54_0 | ||
| 16130 | 2024.11.27 18:44:53.047126 [ 253 ] {48c9bb8e-39d9-4548-bab5-92fce36d60c8} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002051 sec., 6825.938566552902 rows/sec., 491.38 KiB/sec. | ||
| 16131 | 2024.11.27 18:44:53.047154 [ 111 ] {} <Trace> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16132 | 2024.11.27 18:44:53.047259 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 16133 | 2024.11.27 18:44:53.047278 [ 253 ] {48c9bb8e-39d9-4548-bab5-92fce36d60c8} <Debug> TCPHandler: Processed in 0.002524567 sec. | ||
| 16134 | 2024.11.27 18:44:53.047617 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16135 | 2024.11.27 18:44:53.047642 [ 192 ] {17effacc-4e38-4bb0-b3f7-e2a659fcc7fb::all_1_54_13} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_50_12 to all_54_54_0 into Compact with storage Full | ||
| 16136 | 2024.11.27 18:44:53.048051 [ 254 ] {cc90d828-cac7-455d-8abf-38f89c4f41ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16137 | 2024.11.27 18:44:53.048208 [ 192 ] {17effacc-4e38-4bb0-b3f7-e2a659fcc7fb::all_1_54_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16138 | 2024.11.27 18:44:53.048251 [ 254 ] {cc90d828-cac7-455d-8abf-38f89c4f41ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16139 | 2024.11.27 18:44:53.048363 [ 192 ] {17effacc-4e38-4bb0-b3f7-e2a659fcc7fb::all_1_54_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_50_12, total 14 rows starting from the beginning of the part | ||
| 16140 | 2024.11.27 18:44:53.048732 [ 192 ] {17effacc-4e38-4bb0-b3f7-e2a659fcc7fb::all_1_54_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 14 rows starting from the beginning of the part | ||
| 16141 | 2024.11.27 18:44:53.049148 [ 192 ] {17effacc-4e38-4bb0-b3f7-e2a659fcc7fb::all_1_54_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 14 rows starting from the beginning of the part | ||
| 16142 | 2024.11.27 18:44:53.049622 [ 192 ] {17effacc-4e38-4bb0-b3f7-e2a659fcc7fb::all_1_54_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 14 rows starting from the beginning of the part | ||
| 16143 | 2024.11.27 18:44:53.050140 [ 192 ] {17effacc-4e38-4bb0-b3f7-e2a659fcc7fb::all_1_54_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 14 rows starting from the beginning of the part | ||
| 16144 | 2024.11.27 18:44:53.052203 [ 254 ] {cc90d828-cac7-455d-8abf-38f89c4f41ce} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16145 | 2024.11.27 18:44:53.052284 [ 254 ] {cc90d828-cac7-455d-8abf-38f89c4f41ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 16146 | 2024.11.27 18:44:53.052911 [ 191 ] {17effacc-4e38-4bb0-b3f7-e2a659fcc7fb::all_1_54_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.005515462 sec., 12691.593197451093 rows/sec., 963.20 KiB/sec. | ||
| 16147 | 2024.11.27 18:44:53.053185 [ 197 ] {17effacc-4e38-4bb0-b3f7-e2a659fcc7fb::all_1_54_13} <Trace> MergedBlockOutputStream: filled checksums all_1_54_13 (state Temporary) | ||
| 16148 | 2024.11.27 18:44:53.053229 [ 254 ] {cc90d828-cac7-455d-8abf-38f89c4f41ce} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) | ||
| 16149 | 2024.11.27 18:44:53.053702 [ 254 ] {cc90d828-cac7-455d-8abf-38f89c4f41ce} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16150 | 2024.11.27 18:44:53.053812 [ 197 ] {17effacc-4e38-4bb0-b3f7-e2a659fcc7fb::all_1_54_13} <Trace> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb): Renaming temporary part tmp_merge_all_1_54_13 to all_1_54_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16151 | 2024.11.27 18:44:53.054060 [ 197 ] {17effacc-4e38-4bb0-b3f7-e2a659fcc7fb::all_1_54_13} <Trace> oximeter.fields_i16 (17effacc-4e38-4bb0-b3f7-e2a659fcc7fb) (MergerMutator): Merged 5 parts: [all_1_50_12, all_54_54_0] -> all_1_54_13 | ||
| 16152 | 2024.11.27 18:44:53.054178 [ 254 ] {cc90d828-cac7-455d-8abf-38f89c4f41ce} <Debug> executeQuery: Read 253 rows, 22.72 KiB in 0.00629 sec., 40222.57551669316 rows/sec., 3.53 MiB/sec. | ||
| 16153 | 2024.11.27 18:44:53.054262 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 16154 | 2024.11.27 18:44:53.054481 [ 254 ] {cc90d828-cac7-455d-8abf-38f89c4f41ce} <Debug> TCPHandler: Processed in 0.007080415 sec. | ||
| 16155 | 2024.11.27 18:44:53.054760 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16156 | 2024.11.27 18:44:53.054943 [ 253 ] {bc6f5179-f094-4954-be87-2aaf6eaaa545} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 16157 | 2024.11.27 18:44:53.055005 [ 253 ] {bc6f5179-f094-4954-be87-2aaf6eaaa545} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 16158 | 2024.11.27 18:44:53.055678 [ 253 ] {bc6f5179-f094-4954-be87-2aaf6eaaa545} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16159 | 2024.11.27 18:44:53.055720 [ 253 ] {bc6f5179-f094-4954-be87-2aaf6eaaa545} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 16160 | 2024.11.27 18:44:53.056093 [ 253 ] {bc6f5179-f094-4954-be87-2aaf6eaaa545} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 16161 | 2024.11.27 18:44:53.056330 [ 253 ] {bc6f5179-f094-4954-be87-2aaf6eaaa545} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16162 | 2024.11.27 18:44:53.056518 [ 111 ] {} <Debug> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c) (MergerMutator): Selected 6 parts from all_1_110_22 to all_115_115_0 | ||
| 16163 | 2024.11.27 18:44:53.056580 [ 111 ] {} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16164 | 2024.11.27 18:44:53.056585 [ 253 ] {bc6f5179-f094-4954-be87-2aaf6eaaa545} <Debug> executeQuery: Read 32 rows, 2.34 KiB in 0.001667 sec., 19196.16076784643 rows/sec., 1.37 MiB/sec. | ||
| 16165 | 2024.11.27 18:44:53.056623 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 16166 | 2024.11.27 18:44:53.056751 [ 253 ] {bc6f5179-f094-4954-be87-2aaf6eaaa545} <Debug> TCPHandler: Processed in 0.002143852 sec. | ||
| 16167 | 2024.11.27 18:44:53.056927 [ 193 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::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 | ||
| 16168 | 2024.11.27 18:44:53.056953 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16169 | 2024.11.27 18:44:53.057214 [ 254 ] {63837ef5-498a-4055-96ae-3e992942031a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 16170 | 2024.11.27 18:44:53.057227 [ 193 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_115_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16171 | 2024.11.27 18:44:53.057316 [ 254 ] {63837ef5-498a-4055-96ae-3e992942031a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 16172 | 2024.11.27 18:44:53.057321 [ 193 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_115_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_110_22, total 66 rows starting from the beginning of the part | ||
| 16173 | 2024.11.27 18:44:53.057664 [ 193 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_115_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_111_111_0, total 32 rows starting from the beginning of the part | ||
| 16174 | 2024.11.27 18:44:53.058052 [ 193 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_115_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 16 rows starting from the beginning of the part | ||
| 16175 | 2024.11.27 18:44:53.058530 [ 193 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_115_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 32 rows starting from the beginning of the part | ||
| 16176 | 2024.11.27 18:44:53.059047 [ 193 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_115_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 24 rows starting from the beginning of the part | ||
| 16177 | 2024.11.27 18:44:53.059360 [ 193 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_115_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 32 rows starting from the beginning of the part | ||
| 16178 | 2024.11.27 18:44:53.060102 [ 254 ] {63837ef5-498a-4055-96ae-3e992942031a} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16179 | 2024.11.27 18:44:53.060159 [ 254 ] {63837ef5-498a-4055-96ae-3e992942031a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 16180 | 2024.11.27 18:44:53.061190 [ 254 ] {63837ef5-498a-4055-96ae-3e992942031a} <Trace> MergedBlockOutputStream: filled checksums all_74_74_0 (state Temporary) | ||
| 16181 | 2024.11.27 18:44:53.061811 [ 254 ] {63837ef5-498a-4055-96ae-3e992942031a} <Trace> oximeter.fields_u32 (9bd98134-6912-49b1-9e54-dd75edc1eaa7): Renaming temporary part tmp_insert_all_74_74_0 to all_74_74_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16182 | 2024.11.27 18:44:53.062352 [ 254 ] {63837ef5-498a-4055-96ae-3e992942031a} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005236 sec., 2673.79679144385 rows/sec., 187.26 KiB/sec. | ||
| 16183 | 2024.11.27 18:44:53.062503 [ 191 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_115_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 202 rows, containing 5 columns (5 merged, 0 gathered) in 0.005736295 sec., 35214.36746192447 rows/sec., 2.65 MiB/sec. | ||
| 16184 | 2024.11.27 18:44:53.062558 [ 254 ] {63837ef5-498a-4055-96ae-3e992942031a} <Debug> TCPHandler: Processed in 0.005696805 sec. | ||
| 16185 | 2024.11.27 18:44:53.062790 [ 191 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_115_23} <Trace> MergedBlockOutputStream: filled checksums all_1_115_23 (state Temporary) | ||
| 16186 | 2024.11.27 18:44:53.062928 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16187 | 2024.11.27 18:44:53.063693 [ 253 ] {f818d166-581c-42de-847d-ca32b3709a6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 16188 | 2024.11.27 18:44:53.063850 [ 191 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_115_23} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Renaming temporary part tmp_merge_all_1_115_23 to all_1_115_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16189 | 2024.11.27 18:44:53.064016 [ 253 ] {f818d166-581c-42de-847d-ca32b3709a6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 16190 | 2024.11.27 18:44:53.064155 [ 191 ] {3ea58991-a5d1-4bde-8d36-b43546d1ef9c::all_1_115_23} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c) (MergerMutator): Merged 6 parts: [all_1_110_22, all_115_115_0] -> all_1_115_23 | ||
| 16191 | 2024.11.27 18:44:53.064353 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 16192 | 2024.11.27 18:44:53.064858 [ 253 ] {f818d166-581c-42de-847d-ca32b3709a6a} <Trace> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16193 | 2024.11.27 18:44:53.064902 [ 253 ] {f818d166-581c-42de-847d-ca32b3709a6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 16194 | 2024.11.27 18:44:53.065265 [ 253 ] {f818d166-581c-42de-847d-ca32b3709a6a} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 16195 | 2024.11.27 18:44:53.065498 [ 253 ] {f818d166-581c-42de-847d-ca32b3709a6a} <Trace> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16196 | 2024.11.27 18:44:53.065653 [ 111 ] {} <Debug> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297) (MergerMutator): Selected 5 parts from all_1_50_12 to all_54_54_0 | ||
| 16197 | 2024.11.27 18:44:53.065717 [ 111 ] {} <Trace> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16198 | 2024.11.27 18:44:53.065754 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 16199 | 2024.11.27 18:44:53.065767 [ 253 ] {f818d166-581c-42de-847d-ca32b3709a6a} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.002326 sec., 5588.993981083405 rows/sec., 348.47 KiB/sec. | ||
| 16200 | 2024.11.27 18:44:53.065991 [ 253 ] {f818d166-581c-42de-847d-ca32b3709a6a} <Debug> TCPHandler: Processed in 0.003291709 sec. | ||
| 16201 | 2024.11.27 18:44:53.066012 [ 197 ] {570c97a2-0b60-44ce-bbb0-1d06000f2297::all_1_54_13} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_50_12 to all_54_54_0 into Compact with storage Full | ||
| 16202 | 2024.11.27 18:44:53.066166 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16203 | 2024.11.27 18:44:53.066190 [ 197 ] {570c97a2-0b60-44ce-bbb0-1d06000f2297::all_1_54_13} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16204 | 2024.11.27 18:44:53.066237 [ 197 ] {570c97a2-0b60-44ce-bbb0-1d06000f2297::all_1_54_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_50_12, total 13 rows starting from the beginning of the part | ||
| 16205 | 2024.11.27 18:44:53.066412 [ 254 ] {229b92dd-9b51-4ea2-9ad8-9943c1aef605} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16206 | 2024.11.27 18:44:53.066567 [ 197 ] {570c97a2-0b60-44ce-bbb0-1d06000f2297::all_1_54_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_51_51_0, total 13 rows starting from the beginning of the part | ||
| 16207 | 2024.11.27 18:44:53.066578 [ 254 ] {229b92dd-9b51-4ea2-9ad8-9943c1aef605} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16208 | 2024.11.27 18:44:53.066931 [ 197 ] {570c97a2-0b60-44ce-bbb0-1d06000f2297::all_1_54_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_52_52_0, total 13 rows starting from the beginning of the part | ||
| 16209 | 2024.11.27 18:44:53.067297 [ 197 ] {570c97a2-0b60-44ce-bbb0-1d06000f2297::all_1_54_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_53_53_0, total 13 rows starting from the beginning of the part | ||
| 16210 | 2024.11.27 18:44:53.067685 [ 197 ] {570c97a2-0b60-44ce-bbb0-1d06000f2297::all_1_54_13} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_54_54_0, total 13 rows starting from the beginning of the part | ||
| 16211 | 2024.11.27 18:44:53.069347 [ 254 ] {229b92dd-9b51-4ea2-9ad8-9943c1aef605} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16212 | 2024.11.27 18:44:53.069419 [ 254 ] {229b92dd-9b51-4ea2-9ad8-9943c1aef605} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 16213 | 2024.11.27 18:44:53.070123 [ 197 ] {570c97a2-0b60-44ce-bbb0-1d06000f2297::all_1_54_13} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004273213 sec., 15211.03675384307 rows/sec., 1007.82 KiB/sec. | ||
| 16214 | 2024.11.27 18:44:53.070384 [ 194 ] {570c97a2-0b60-44ce-bbb0-1d06000f2297::all_1_54_13} <Trace> MergedBlockOutputStream: filled checksums all_1_54_13 (state Temporary) | ||
| 16215 | 2024.11.27 18:44:53.070422 [ 254 ] {229b92dd-9b51-4ea2-9ad8-9943c1aef605} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) | ||
| 16216 | 2024.11.27 18:44:53.070939 [ 194 ] {570c97a2-0b60-44ce-bbb0-1d06000f2297::all_1_54_13} <Trace> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297): Renaming temporary part tmp_merge_all_1_54_13 to all_1_54_13 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16217 | 2024.11.27 18:44:53.071036 [ 254 ] {229b92dd-9b51-4ea2-9ad8-9943c1aef605} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16218 | 2024.11.27 18:44:53.071135 [ 194 ] {570c97a2-0b60-44ce-bbb0-1d06000f2297::all_1_54_13} <Trace> oximeter.fields_u8 (570c97a2-0b60-44ce-bbb0-1d06000f2297) (MergerMutator): Merged 5 parts: [all_1_50_12, all_54_54_0] -> all_1_54_13 | ||
| 16219 | 2024.11.27 18:44:53.071359 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 16220 | 2024.11.27 18:44:53.071503 [ 254 ] {229b92dd-9b51-4ea2-9ad8-9943c1aef605} <Debug> executeQuery: Read 407 rows, 29.68 KiB in 0.005193 sec., 78374.73522048912 rows/sec., 5.58 MiB/sec. | ||
| 16221 | 2024.11.27 18:44:53.071598 [ 254 ] {229b92dd-9b51-4ea2-9ad8-9943c1aef605} <Debug> TCPHandler: Processed in 0.005516502 sec. | ||
| 16222 | 2024.11.27 18:44:53.071795 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16223 | 2024.11.27 18:44:53.072158 [ 253 ] {3f23adce-64de-4453-9543-473b7211953b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 16224 | 2024.11.27 18:44:53.072320 [ 253 ] {3f23adce-64de-4453-9543-473b7211953b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 16225 | 2024.11.27 18:44:53.073363 [ 253 ] {3f23adce-64de-4453-9543-473b7211953b} <Trace> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16226 | 2024.11.27 18:44:53.073402 [ 253 ] {3f23adce-64de-4453-9543-473b7211953b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 16227 | 2024.11.27 18:44:53.073786 [ 253 ] {3f23adce-64de-4453-9543-473b7211953b} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 16228 | 2024.11.27 18:44:53.074025 [ 253 ] {3f23adce-64de-4453-9543-473b7211953b} <Trace> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16229 | 2024.11.27 18:44:53.074253 [ 224 ] {} <Trace> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3): 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] | ||
| 16230 | 2024.11.27 18:44:53.074280 [ 253 ] {3f23adce-64de-4453-9543-473b7211953b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.002252 sec., 2664.298401420959 rows/sec., 139.20 KiB/sec. | ||
| 16231 | 2024.11.27 18:44:53.074315 [ 224 ] {} <Debug> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3): 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] | ||
| 16232 | 2024.11.27 18:44:53.074432 [ 253 ] {3f23adce-64de-4453-9543-473b7211953b} <Debug> TCPHandler: Processed in 0.00272997 sec. | ||
| 16233 | 2024.11.27 18:44:53.074646 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16234 | 2024.11.27 18:44:53.074797 [ 254 ] {cf243be5-6bfd-4dc7-b162-d7ac39024b4d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16235 | 2024.11.27 18:44:53.074886 [ 254 ] {cf243be5-6bfd-4dc7-b162-d7ac39024b4d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16236 | 2024.11.27 18:44:53.076132 [ 254 ] {cf243be5-6bfd-4dc7-b162-d7ac39024b4d} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16237 | 2024.11.27 18:44:53.076199 [ 254 ] {cf243be5-6bfd-4dc7-b162-d7ac39024b4d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 16238 | 2024.11.27 18:44:53.076947 [ 254 ] {cf243be5-6bfd-4dc7-b162-d7ac39024b4d} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) | ||
| 16239 | 2024.11.27 18:44:53.077278 [ 254 ] {cf243be5-6bfd-4dc7-b162-d7ac39024b4d} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16240 | 2024.11.27 18:44:53.077623 [ 254 ] {cf243be5-6bfd-4dc7-b162-d7ac39024b4d} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002871 sec., 82549.63427377222 rows/sec., 5.53 MiB/sec. | ||
| 16241 | 2024.11.27 18:44:53.077717 [ 254 ] {cf243be5-6bfd-4dc7-b162-d7ac39024b4d} <Debug> TCPHandler: Processed in 0.003181997 sec. | ||
| 16242 | 2024.11.27 18:44:53.077898 [ 224 ] {} <Debug> oximeter.measurements_bool (4a23b31e-2fab-45ac-a10f-cd78611343e3): 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] | ||
| 16243 | 2024.11.27 18:44:53.077908 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16244 | 2024.11.27 18:44:53.078187 [ 253 ] {e62d4cf8-9fb2-4086-9190-3671ccd3d29e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 16245 | 2024.11.27 18:44:53.078339 [ 253 ] {e62d4cf8-9fb2-4086-9190-3671ccd3d29e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 16246 | 2024.11.27 18:44:53.079299 [ 253 ] {e62d4cf8-9fb2-4086-9190-3671ccd3d29e} <Trace> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16247 | 2024.11.27 18:44:53.079339 [ 253 ] {e62d4cf8-9fb2-4086-9190-3671ccd3d29e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 16248 | 2024.11.27 18:44:53.079701 [ 253 ] {e62d4cf8-9fb2-4086-9190-3671ccd3d29e} <Trace> MergedBlockOutputStream: filled checksums all_54_54_0 (state Temporary) | ||
| 16249 | 2024.11.27 18:44:53.079950 [ 253 ] {e62d4cf8-9fb2-4086-9190-3671ccd3d29e} <Trace> oximeter.measurements_f64 (5a65aebe-f093-4059-a447-e7898681b653): Renaming temporary part tmp_insert_all_54_54_0 to all_54_54_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16250 | 2024.11.27 18:44:53.080162 [ 253 ] {e62d4cf8-9fb2-4086-9190-3671ccd3d29e} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002019 sec., 495.2947003467063 rows/sec., 33.37 KiB/sec. | ||
| 16251 | 2024.11.27 18:44:53.080216 [ 253 ] {e62d4cf8-9fb2-4086-9190-3671ccd3d29e} <Debug> TCPHandler: Processed in 0.002401336 sec. | ||
| 16252 | 2024.11.27 18:44:53.080376 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16253 | 2024.11.27 18:44:53.080513 [ 254 ] {f7097113-fda0-4798-849e-1d0c7e0c156b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 16254 | 2024.11.27 18:44:53.080610 [ 254 ] {f7097113-fda0-4798-849e-1d0c7e0c156b} <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 | ||
| 16255 | 2024.11.27 18:44:53.081879 [ 254 ] {f7097113-fda0-4798-849e-1d0c7e0c156b} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16256 | 2024.11.27 18:44:53.081918 [ 254 ] {f7097113-fda0-4798-849e-1d0c7e0c156b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 16257 | 2024.11.27 18:44:53.082595 [ 254 ] {f7097113-fda0-4798-849e-1d0c7e0c156b} <Trace> MergedBlockOutputStream: filled checksums all_115_115_0 (state Temporary) | ||
| 16258 | 2024.11.27 18:44:53.082850 [ 254 ] {f7097113-fda0-4798-849e-1d0c7e0c156b} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Renaming temporary part tmp_insert_all_115_115_0 to all_115_115_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16259 | 2024.11.27 18:44:53.083110 [ 254 ] {f7097113-fda0-4798-849e-1d0c7e0c156b} <Debug> executeQuery: Read 25 rows, 45.87 KiB in 0.002627 sec., 9516.55881233346 rows/sec., 17.05 MiB/sec. | ||
| 16260 | 2024.11.27 18:44:53.083226 [ 254 ] {f7097113-fda0-4798-849e-1d0c7e0c156b} <Debug> TCPHandler: Processed in 0.002919433 sec. | ||
| 16261 | 2024.11.27 18:44:53.083373 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16262 | 2024.11.27 18:44:53.083513 [ 253 ] {0a27d363-76ae-4911-a77e-84369a051ef8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16263 | 2024.11.27 18:44:53.083572 [ 253 ] {0a27d363-76ae-4911-a77e-84369a051ef8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16264 | 2024.11.27 18:44:53.084147 [ 253 ] {0a27d363-76ae-4911-a77e-84369a051ef8} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16265 | 2024.11.27 18:44:53.084193 [ 253 ] {0a27d363-76ae-4911-a77e-84369a051ef8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 16266 | 2024.11.27 18:44:53.084591 [ 253 ] {0a27d363-76ae-4911-a77e-84369a051ef8} <Trace> MergedBlockOutputStream: filled checksums all_123_123_0 (state Temporary) | ||
| 16267 | 2024.11.27 18:44:53.084828 [ 253 ] {0a27d363-76ae-4911-a77e-84369a051ef8} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Renaming temporary part tmp_insert_all_123_123_0 to all_123_123_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16268 | 2024.11.27 18:44:53.084998 [ 253 ] {0a27d363-76ae-4911-a77e-84369a051ef8} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001518 sec., 54018.445322793144 rows/sec., 3.43 MiB/sec. | ||
| 16269 | 2024.11.27 18:44:53.085051 [ 253 ] {0a27d363-76ae-4911-a77e-84369a051ef8} <Debug> TCPHandler: Processed in 0.001745066 sec. | ||
| 16270 | 2024.11.27 18:44:57.320643 [ 103 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 16271 | 2024.11.27 18:44:57.320743 [ 103 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 16272 | 2024.11.27 18:44:57.543191 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 38491 | ||
| 16273 | 2024.11.27 18:44:57.543831 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16274 | 2024.11.27 18:44:57.543879 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 16275 | 2024.11.27 18:44:57.544413 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 16276 | 2024.11.27 18:44:57.544677 [ 243 ] {} <Trace> system.asynchronous_metric_log (188e223e-6314-4087-88e4-41bbeb2a2d02): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16277 | 2024.11.27 18:44:57.544933 [ 243 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 38491 | ||
| 16278 | 2024.11.27 18:44:57.799956 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 38 entries to flush up to offset 2268 | ||
| 16279 | 2024.11.27 18:44:57.803600 [ 242 ] {} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16280 | 2024.11.27 18:44:57.803669 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 16281 | 2024.11.27 18:44:57.805304 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_62_62_0 (state Temporary) | ||
| 16282 | 2024.11.27 18:44:57.805649 [ 242 ] {} <Trace> system.query_log (b2094d96-d5ad-4d24-939b-7466c2610b9f): Renaming temporary part tmp_insert_all_62_62_0 to all_62_62_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16283 | 2024.11.27 18:44:57.806727 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 2268 | ||
| 16284 | 2024.11.27 18:44:58.039653 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16285 | 2024.11.27 18:44:58.039948 [ 253 ] {8e978026-4ec1-45d0-8acc-1db6a9a865ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 16286 | 2024.11.27 18:44:58.040064 [ 253 ] {8e978026-4ec1-45d0-8acc-1db6a9a865ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 16287 | 2024.11.27 18:44:58.040990 [ 253 ] {8e978026-4ec1-45d0-8acc-1db6a9a865ce} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16288 | 2024.11.27 18:44:58.041039 [ 253 ] {8e978026-4ec1-45d0-8acc-1db6a9a865ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 16289 | 2024.11.27 18:44:58.041474 [ 253 ] {8e978026-4ec1-45d0-8acc-1db6a9a865ce} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) | ||
| 16290 | 2024.11.27 18:44:58.041734 [ 253 ] {8e978026-4ec1-45d0-8acc-1db6a9a865ce} <Trace> oximeter.fields_string (cc405ad8-4136-47b1-8fc7-fbc17dd1664e): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16291 | 2024.11.27 18:44:58.041961 [ 253 ] {8e978026-4ec1-45d0-8acc-1db6a9a865ce} <Debug> executeQuery: Read 88 rows, 7.40 KiB in 0.002096 sec., 41984.732824427476 rows/sec., 3.45 MiB/sec. | ||
| 16292 | 2024.11.27 18:44:58.042023 [ 253 ] {8e978026-4ec1-45d0-8acc-1db6a9a865ce} <Debug> TCPHandler: Processed in 0.002537597 sec. | ||
| 16293 | 2024.11.27 18:44:58.042252 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16294 | 2024.11.27 18:44:58.042453 [ 254 ] {8eab2090-b9ad-4a6a-a549-9bda292b198b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 16295 | 2024.11.27 18:44:58.042527 [ 254 ] {8eab2090-b9ad-4a6a-a549-9bda292b198b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 16296 | 2024.11.27 18:44:58.043237 [ 254 ] {8eab2090-b9ad-4a6a-a549-9bda292b198b} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16297 | 2024.11.27 18:44:58.043279 [ 254 ] {8eab2090-b9ad-4a6a-a549-9bda292b198b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 16298 | 2024.11.27 18:44:58.043702 [ 254 ] {8eab2090-b9ad-4a6a-a549-9bda292b198b} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 16299 | 2024.11.27 18:44:58.043957 [ 254 ] {8eab2090-b9ad-4a6a-a549-9bda292b198b} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16300 | 2024.11.27 18:44:58.044165 [ 254 ] {8eab2090-b9ad-4a6a-a549-9bda292b198b} <Debug> executeQuery: Read 16 rows, 1.20 KiB in 0.001764 sec., 9070.2947845805 rows/sec., 682.04 KiB/sec. | ||
| 16301 | 2024.11.27 18:44:58.044184 [ 223 ] {} <Trace> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): 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] | ||
| 16302 | 2024.11.27 18:44:58.044233 [ 223 ] {} <Debug> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): 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] | ||
| 16303 | 2024.11.27 18:44:58.044244 [ 254 ] {8eab2090-b9ad-4a6a-a549-9bda292b198b} <Debug> TCPHandler: Processed in 0.002120171 sec. | ||
| 16304 | 2024.11.27 18:44:58.044424 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16305 | 2024.11.27 18:44:58.044611 [ 253 ] {2f393cff-5ff5-456a-8f8d-6ecb67ed12a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 16306 | 2024.11.27 18:44:58.044721 [ 253 ] {2f393cff-5ff5-456a-8f8d-6ecb67ed12a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 16307 | 2024.11.27 18:44:58.046100 [ 253 ] {2f393cff-5ff5-456a-8f8d-6ecb67ed12a9} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16308 | 2024.11.27 18:44:58.046186 [ 253 ] {2f393cff-5ff5-456a-8f8d-6ecb67ed12a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 16309 | 2024.11.27 18:44:58.046900 [ 253 ] {2f393cff-5ff5-456a-8f8d-6ecb67ed12a9} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) | ||
| 16310 | 2024.11.27 18:44:58.047343 [ 253 ] {2f393cff-5ff5-456a-8f8d-6ecb67ed12a9} <Trace> oximeter.fields_uuid (6694892f-2298-4c9f-98a8-8a3696e030b8): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16311 | 2024.11.27 18:44:58.047718 [ 253 ] {2f393cff-5ff5-456a-8f8d-6ecb67ed12a9} <Debug> executeQuery: Read 80 rows, 6.40 KiB in 0.003156 sec., 25348.542458808617 rows/sec., 1.98 MiB/sec. | ||
| 16312 | 2024.11.27 18:44:58.047875 [ 223 ] {} <Debug> oximeter.fields_u16 (3ea58991-a5d1-4bde-8d36-b43546d1ef9c): 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] | ||
| 16313 | 2024.11.27 18:44:58.047940 [ 253 ] {2f393cff-5ff5-456a-8f8d-6ecb67ed12a9} <Debug> TCPHandler: Processed in 0.003606294 sec. | ||
| 16314 | 2024.11.27 18:44:58.048271 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16315 | 2024.11.27 18:44:58.048685 [ 254 ] {b88658a8-cd5d-4b7b-810f-3baeeb77d2ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 16316 | 2024.11.27 18:44:58.048889 [ 254 ] {b88658a8-cd5d-4b7b-810f-3baeeb77d2ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 16317 | 2024.11.27 18:44:58.051050 [ 254 ] {b88658a8-cd5d-4b7b-810f-3baeeb77d2ad} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16318 | 2024.11.27 18:44:58.051088 [ 254 ] {b88658a8-cd5d-4b7b-810f-3baeeb77d2ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 16319 | 2024.11.27 18:44:58.051501 [ 254 ] {b88658a8-cd5d-4b7b-810f-3baeeb77d2ad} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) | ||
| 16320 | 2024.11.27 18:44:58.051740 [ 254 ] {b88658a8-cd5d-4b7b-810f-3baeeb77d2ad} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16321 | 2024.11.27 18:44:58.051876 [ 102 ] {} <Debug> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c) (MergerMutator): Selected 5 parts from all_1_119_24 to all_123_123_0 | ||
| 16322 | 2024.11.27 18:44:58.051916 [ 102 ] {} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16323 | 2024.11.27 18:44:58.051926 [ 254 ] {b88658a8-cd5d-4b7b-810f-3baeeb77d2ad} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00336 sec., 47619.04761904762 rows/sec., 3.32 MiB/sec. | ||
| 16324 | 2024.11.27 18:44:58.051940 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 16325 | 2024.11.27 18:44:58.052039 [ 254 ] {b88658a8-cd5d-4b7b-810f-3baeeb77d2ad} <Debug> TCPHandler: Processed in 0.003969939 sec. | ||
| 16326 | 2024.11.27 18:44:58.052225 [ 201 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_123_25} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_119_24 to all_123_123_0 into Compact with storage Full | ||
| 16327 | 2024.11.27 18:44:58.052260 [ 253 ] {} <Trace> TCP-Session: 67737a2a-1644-402b-8692-391cc1be1ded Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16328 | 2024.11.27 18:44:58.052530 [ 253 ] {0a4cac6e-48a0-4124-b8e3-33fb7409dae5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38077) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 16329 | 2024.11.27 18:44:58.052562 [ 201 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_123_25} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16330 | 2024.11.27 18:44:58.052664 [ 201 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_123_25} <Debug> MergeTreeSequentialSource: Reading 6 marks from part all_1_119_24, total 37375 rows starting from the beginning of the part | ||
| 16331 | 2024.11.27 18:44:58.052739 [ 253 ] {0a4cac6e-48a0-4124-b8e3-33fb7409dae5} <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 | ||
| 16332 | 2024.11.27 18:44:58.052996 [ 201 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_123_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_120_120_0, total 160 rows starting from the beginning of the part | ||
| 16333 | 2024.11.27 18:44:58.053516 [ 201 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_123_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_121_121_0, total 237 rows starting from the beginning of the part | ||
| 16334 | 2024.11.27 18:44:58.053923 [ 201 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_123_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_122_122_0, total 884 rows starting from the beginning of the part | ||
| 16335 | 2024.11.27 18:44:58.054255 [ 201 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_123_25} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_123_123_0, total 237 rows starting from the beginning of the part | ||
| 16336 | 2024.11.27 18:44:58.056818 [ 253 ] {0a4cac6e-48a0-4124-b8e3-33fb7409dae5} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16337 | 2024.11.27 18:44:58.056874 [ 253 ] {0a4cac6e-48a0-4124-b8e3-33fb7409dae5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 16338 | 2024.11.27 18:44:58.058521 [ 253 ] {0a4cac6e-48a0-4124-b8e3-33fb7409dae5} <Trace> MergedBlockOutputStream: filled checksums all_116_116_0 (state Temporary) | ||
| 16339 | 2024.11.27 18:44:58.058954 [ 253 ] {0a4cac6e-48a0-4124-b8e3-33fb7409dae5} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Renaming temporary part tmp_insert_all_116_116_0 to all_116_116_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16340 | 2024.11.27 18:44:58.059177 [ 102 ] {} <Debug> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1) (MergerMutator): Selected 6 parts from all_1_111_22 to all_116_116_0 | ||
| 16341 | 2024.11.27 18:44:58.059242 [ 102 ] {} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16342 | 2024.11.27 18:44:58.059272 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 16343 | 2024.11.27 18:44:58.059284 [ 253 ] {0a4cac6e-48a0-4124-b8e3-33fb7409dae5} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.006851 sec., 2335.4254853306084 rows/sec., 4.18 MiB/sec. | ||
| 16344 | 2024.11.27 18:44:58.059631 [ 194 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::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 | ||
| 16345 | 2024.11.27 18:44:58.059949 [ 253 ] {0a4cac6e-48a0-4124-b8e3-33fb7409dae5} <Debug> TCPHandler: Processed in 0.007791546 sec. | ||
| 16346 | 2024.11.27 18:44:58.060192 [ 254 ] {} <Trace> TCP-Session: 3bd8b426-589c-4d29-aeb3-ea54ec443bb6 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 16347 | 2024.11.27 18:44:58.060526 [ 194 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_116_23} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 16348 | 2024.11.27 18:44:58.060548 [ 254 ] {c2f526bb-1f89-43a4-89c6-2dbbe028b037} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:42051) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 16349 | 2024.11.27 18:44:58.060701 [ 194 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_111_22, total 2298 rows starting from the beginning of the part | ||
| 16350 | 2024.11.27 18:44:58.060701 [ 254 ] {c2f526bb-1f89-43a4-89c6-2dbbe028b037} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 16351 | 2024.11.27 18:44:58.061983 [ 194 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_112_112_0, total 16 rows starting from the beginning of the part | ||
| 16352 | 2024.11.27 18:44:58.062739 [ 194 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_113_113_0, total 25 rows starting from the beginning of the part | ||
| 16353 | 2024.11.27 18:44:58.063655 [ 254 ] {c2f526bb-1f89-43a4-89c6-2dbbe028b037} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16354 | 2024.11.27 18:44:58.063734 [ 194 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_114_114_0, total 16 rows starting from the beginning of the part | ||
| 16355 | 2024.11.27 18:44:58.063756 [ 254 ] {c2f526bb-1f89-43a4-89c6-2dbbe028b037} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 16356 | 2024.11.27 18:44:58.064672 [ 194 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_115_115_0, total 25 rows starting from the beginning of the part | ||
| 16357 | 2024.11.27 18:44:58.065465 [ 254 ] {c2f526bb-1f89-43a4-89c6-2dbbe028b037} <Trace> MergedBlockOutputStream: filled checksums all_124_124_0 (state Temporary) | ||
| 16358 | 2024.11.27 18:44:58.065478 [ 194 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_116_23} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_116_116_0, total 16 rows starting from the beginning of the part | ||
| 16359 | 2024.11.27 18:44:58.066507 [ 254 ] {c2f526bb-1f89-43a4-89c6-2dbbe028b037} <Trace> oximeter.measurements_u64 (c59724f6-f374-41a1-8302-611230e47527): Renaming temporary part tmp_insert_all_124_124_0 to all_124_124_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16360 | 2024.11.27 18:44:58.067326 [ 254 ] {c2f526bb-1f89-43a4-89c6-2dbbe028b037} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.006834 sec., 8779.63125548727 rows/sec., 605.89 KiB/sec. | ||
| 16361 | 2024.11.27 18:44:58.067537 [ 254 ] {c2f526bb-1f89-43a4-89c6-2dbbe028b037} <Debug> TCPHandler: Processed in 0.00747967 sec. | ||
| 16362 | 2024.11.27 18:44:58.068182 [ 187 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_123_25} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 38893 rows, containing 5 columns (5 merged, 0 gathered) in 0.016119299 sec., 2412822.0464177756 rows/sec., 163.22 MiB/sec. | ||
| 16363 | 2024.11.27 18:44:58.068663 [ 187 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_123_25} <Trace> MergedBlockOutputStream: filled checksums all_1_123_25 (state Temporary) | ||
| 16364 | 2024.11.27 18:44:58.068962 [ 187 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_123_25} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c): Renaming temporary part tmp_merge_all_1_123_25 to all_1_123_25 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16365 | 2024.11.27 18:44:58.069037 [ 187 ] {67d43675-535f-43d0-af84-f38bbc85c22c::all_1_123_25} <Trace> oximeter.measurements_cumulativeu64 (67d43675-535f-43d0-af84-f38bbc85c22c) (MergerMutator): Merged 5 parts: [all_1_119_24, all_123_123_0] -> all_1_123_25 | ||
| 16366 | 2024.11.27 18:44:58.069124 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.35 MiB. | ||
| 16367 | 2024.11.27 18:44:58.076602 [ 187 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_116_23} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2396 rows, containing 19 columns (19 merged, 0 gathered) in 0.017241416 sec., 138967.7042767253 rows/sec., 249.02 MiB/sec. | ||
| 16368 | 2024.11.27 18:44:58.079152 [ 188 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_116_23} <Trace> MergedBlockOutputStream: filled checksums all_1_116_23 (state Temporary) | ||
| 16369 | 2024.11.27 18:44:58.079683 [ 188 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_116_23} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1): Renaming temporary part tmp_merge_all_1_116_23 to all_1_116_23 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16370 | 2024.11.27 18:44:58.079786 [ 188 ] {31b594a9-1d97-4ebc-a37e-2e4eb815f7a1::all_1_116_23} <Trace> oximeter.measurements_histogramu64 (31b594a9-1d97-4ebc-a37e-2e4eb815f7a1) (MergerMutator): Merged 6 parts: [all_1_111_22, all_116_116_0] -> all_1_116_23 | ||
| 16371 | 2024.11.27 18:44:58.079981 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 18.60 MiB. | ||
| 16372 | 2024.11.27 18:44:59.000204 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 269.09 MiB, peak 287.66 MiB, free memory in arenas 0.00 B, will set to 270.10 MiB (RSS), difference: 1.01 MiB | ||
| 16373 | 2024.11.27 18:45:00.399006 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 634 | ||
| 16374 | 2024.11.27 18:45:00.423119 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 16375 | 2024.11.27 18:45:00.423182 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 12.44 GiB. | ||
| 16376 | 2024.11.27 18:45:00.430891 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_84_84_0 (state Temporary) | ||
| 16377 | 2024.11.27 18:45:00.431727 [ 244 ] {} <Trace> system.metric_log (3f67fc67-929c-4bf7-9685-8bc1be66830f): Renaming temporary part tmp_insert_all_84_84_0 to all_84_84_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 16378 | 2024.11.27 18:45:00.435172 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 634 | ||