| 1 | [ Dec 20 21:12:18 Enabled. ] | ||
| 2 | [ Dec 20 21:12:18 Rereading configuration. ] | ||
| 3 | [ Dec 20 21:12:19 Rereading configuration. ] | ||
| 4 | [ Dec 20 21:12:21 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 | [ Dec 20 21:12:21 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.12.20 21:12:21.771895 [ 1 ] {} <Information> Application: Will watch for the process with pid 23076 | ||
| 29 | 2024.12.20 21:12:21.772574 [ 1 ] {} <Information> Application: Forked a child process to watch | ||
| 30 | 2024.12.20 21:12:21.947987 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 23076 | ||
| 31 | 2024.12.20 21:12:21.948777 [ 1 ] {} <Information> Application: starting up | ||
| 32 | 2024.12.20 21:12:21.949506 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc | ||
| 33 | 2024.12.20 21:12:22.015769 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. | ||
| 34 | 2024.12.20 21:12:22.062961 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536 | ||
| 35 | 2024.12.20 21:12:22.063016 [ 1 ] {} <Debug> Application: Initializing DateLUT. | ||
| 36 | 2024.12.20 21:12:22.063031 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'. | ||
| 37 | 2024.12.20 21:12:22.063103 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it | ||
| 38 | 2024.12.20 21:12:22.063486 [ 1 ] {} <Debug> Application: Initializing interserver credentials. | ||
| 39 | 2024.12.20 21:12:22.065173 [ 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.12.20 21:12:22.065898 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
| 43 | 2024.12.20 21:12:22.066209 [ 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.12.20 21:12:22.066227 [ 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.12.20 21:12:22.066241 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB | ||
| 46 | 2024.12.20 21:12:22.066409 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 47 | 2024.12.20 21:12:22.067378 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads | ||
| 48 | 2024.12.20 21:12:22.072305 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 49 | 2024.12.20 21:12:22.073091 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 50 | 2024.12.20 21:12:22.074708 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 51 | 2024.12.20 21:12:22.074780 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
| 52 | 2024.12.20 21:12:22.075825 [ 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.12.20 21:12:22.076265 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
| 56 | 2024.12.20 21:12:22.079345 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
| 57 | 2024.12.20 21:12:22.079722 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml | ||
| 58 | 2024.12.20 21:12:22.080818 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin | ||
| 59 | 2024.12.20 21:12:22.081215 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 | ||
| 60 | 2024.12.20 21:12:22.081585 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 | ||
| 61 | 2024.12.20 21:12:22.081998 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 | ||
| 62 | 2024.12.20 21:12:22.082777 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds | ||
| 63 | 2024.12.20 21:12:22.082967 [ 1 ] {} <Information> Application: Loading metadata from /data/ | ||
| 64 | 2024.12.20 21:12:22.083048 [ 29 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 65 | 2024.12.20 21:12:22.083224 [ 29 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 66 | 2024.12.20 21:12:22.098491 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. | ||
| 67 | 2024.12.20 21:12:22.098522 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000174996 sec | ||
| 68 | 2024.12.20 21:12:22.098575 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 69 | 2024.12.20 21:12:22.098592 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 70 | 2024.12.20 21:12:22.099442 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables. | ||
| 71 | 2024.12.20 21:12:22.100512 [ 1 ] {} <Debug> SystemLog: Creating system.query_log from query_log | ||
| 72 | 2024.12.20 21:12:22.108122 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config | ||
| 73 | 2024.12.20 21:12:22.108163 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config | ||
| 74 | 2024.12.20 21:12:22.108189 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config | ||
| 75 | 2024.12.20 21:12:22.108201 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config | ||
| 76 | 2024.12.20 21:12:22.108230 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config | ||
| 77 | 2024.12.20 21:12:22.108249 [ 1 ] {} <Debug> SystemLog: Creating system.metric_log from metric_log | ||
| 78 | 2024.12.20 21:12:22.110334 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config | ||
| 79 | 2024.12.20 21:12:22.110375 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config | ||
| 80 | 2024.12.20 21:12:22.110396 [ 1 ] {} <Debug> SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log | ||
| 81 | 2024.12.20 21:12:22.110562 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config | ||
| 82 | 2024.12.20 21:12:22.110580 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config | ||
| 83 | 2024.12.20 21:12:22.110612 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config | ||
| 84 | 2024.12.20 21:12:22.110698 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config | ||
| 85 | 2024.12.20 21:12:22.110710 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config | ||
| 86 | 2024.12.20 21:12:22.110737 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config | ||
| 87 | 2024.12.20 21:12:22.110756 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config | ||
| 88 | 2024.12.20 21:12:22.135381 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. | ||
| 89 | 2024.12.20 21:12:22.144389 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. | ||
| 90 | 2024.12.20 21:12:22.144440 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 8.1032e-05 sec | ||
| 91 | 2024.12.20 21:12:22.144457 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 92 | 2024.12.20 21:12:22.144470 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 93 | 2024.12.20 21:12:22.144498 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables. | ||
| 94 | 2024.12.20 21:12:22.144805 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ | ||
| 95 | 2024.12.20 21:12:22.144859 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded | ||
| 96 | 2024.12.20 21:12:22.144875 [ 1 ] {} <Debug> Application: Loaded metadata. | ||
| 97 | 2024.12.20 21:12:22.144889 [ 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.12.20 21:12:22.144904 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled. | ||
| 99 | 2024.12.20 21:12:22.154654 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 100 | 2024.12.20 21:12:22.154941 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 24.78 MiB, peak 24.78 MiB, free memory in arenas 0.00 B, will set to 117.11 MiB (RSS), difference: 92.33 MiB | ||
| 101 | 2024.12.20 21:12:22.155351 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.6081e-05 sec. | ||
| 102 | 2024.12.20 21:12:22.156322 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123 | ||
| 103 | 2024.12.20 21:12:22.156397 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 | ||
| 104 | 2024.12.20 21:12:22.156413 [ 1 ] {} <Information> Application: Ready for connections. | ||
| 105 | 2024.12.20 21:12:22.306259 [ 3 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:60976 | ||
| 106 | 2024.12.20 21:12:22.306475 [ 3 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 107 | 2024.12.20 21:12:22.306526 [ 3 ] {} <Debug> TCP-Session: 29af3b6d-7dac-47f3-ba82-910c17587b26 Authenticating user 'default' from [fd00:1122:3344:101::e]:60976 | ||
| 108 | 2024.12.20 21:12:22.306556 [ 3 ] {} <Debug> TCP-Session: 29af3b6d-7dac-47f3-ba82-910c17587b26 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 109 | 2024.12.20 21:12:22.306576 [ 3 ] {} <Debug> TCP-Session: 29af3b6d-7dac-47f3-ba82-910c17587b26 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 110 | 2024.12.20 21:12:22.306653 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 111 | 2024.12.20 21:12:22.306678 [ 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.12.20 21:12:22.306699 [ 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.12.20 21:12:22.307648 [ 4 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61799 | ||
| 114 | 2024.12.20 21:12:22.307725 [ 5 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:32842 | ||
| 115 | 2024.12.20 21:12:22.307821 [ 4 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 116 | 2024.12.20 21:12:22.307898 [ 4 ] {} <Debug> TCP-Session: fcd7c56c-7916-4f34-9b49-a67e14fec212 Authenticating user 'default' from [fd00:1122:3344:101::e]:61799 | ||
| 117 | 2024.12.20 21:12:22.307926 [ 5 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 118 | 2024.12.20 21:12:22.307972 [ 4 ] {} <Debug> TCP-Session: fcd7c56c-7916-4f34-9b49-a67e14fec212 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 119 | 2024.12.20 21:12:22.308016 [ 5 ] {} <Debug> TCP-Session: 06253b2d-b553-4619-b41d-29dbb7ce5082 Authenticating user 'default' from [fd00:1122:3344:101::e]:32842 | ||
| 120 | 2024.12.20 21:12:22.308026 [ 4 ] {} <Debug> TCP-Session: fcd7c56c-7916-4f34-9b49-a67e14fec212 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 121 | 2024.12.20 21:12:22.308120 [ 5 ] {} <Debug> TCP-Session: 06253b2d-b553-4619-b41d-29dbb7ce5082 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 122 | 2024.12.20 21:12:22.308178 [ 5 ] {} <Debug> TCP-Session: 06253b2d-b553-4619-b41d-29dbb7ce5082 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 123 | 2024.12.20 21:12:22.308853 [ 253 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:59754 | ||
| 124 | 2024.12.20 21:12:22.308944 [ 254 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55289 | ||
| 125 | 2024.12.20 21:12:22.309135 [ 253 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 126 | 2024.12.20 21:12:22.309146 [ 255 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36376 | ||
| 127 | 2024.12.20 21:12:22.309269 [ 253 ] {} <Debug> TCP-Session: 86c17f19-d62a-4ebc-b463-5b52baede5b5 Authenticating user 'default' from [fd00:1122:3344:101::e]:59754 | ||
| 128 | 2024.12.20 21:12:22.309274 [ 254 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 129 | 2024.12.20 21:12:22.309297 [ 256 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:63285 | ||
| 130 | 2024.12.20 21:12:22.309490 [ 257 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44846 | ||
| 131 | 2024.12.20 21:12:22.309525 [ 253 ] {} <Debug> TCP-Session: 86c17f19-d62a-4ebc-b463-5b52baede5b5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 132 | 2024.12.20 21:12:22.309560 [ 256 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 133 | 2024.12.20 21:12:22.309562 [ 255 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 134 | 2024.12.20 21:12:22.309668 [ 253 ] {} <Debug> TCP-Session: 86c17f19-d62a-4ebc-b463-5b52baede5b5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 135 | 2024.12.20 21:12:22.309701 [ 254 ] {} <Debug> TCP-Session: 622ee7b0-f503-446a-886d-f3a3312bf4ed Authenticating user 'default' from [fd00:1122:3344:101::e]:55289 | ||
| 136 | 2024.12.20 21:12:22.309719 [ 257 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 137 | 2024.12.20 21:12:22.309882 [ 255 ] {} <Debug> TCP-Session: 3c82f3d7-970f-43b4-8b0c-a3fc95ba1d34 Authenticating user 'default' from [fd00:1122:3344:101::e]:36376 | ||
| 138 | 2024.12.20 21:12:22.309913 [ 254 ] {} <Debug> TCP-Session: 622ee7b0-f503-446a-886d-f3a3312bf4ed Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 139 | 2024.12.20 21:12:22.309938 [ 257 ] {} <Debug> TCP-Session: c4cfe85e-a8fe-4f18-a604-295bc7d48df6 Authenticating user 'default' from [fd00:1122:3344:101::e]:44846 | ||
| 140 | 2024.12.20 21:12:22.309973 [ 256 ] {} <Debug> TCP-Session: 2d359590-93b9-4a5b-b163-32f7274cfde5 Authenticating user 'default' from [fd00:1122:3344:101::e]:63285 | ||
| 141 | 2024.12.20 21:12:22.310000 [ 254 ] {} <Debug> TCP-Session: 622ee7b0-f503-446a-886d-f3a3312bf4ed Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 142 | 2024.12.20 21:12:22.310003 [ 255 ] {} <Debug> TCP-Session: 3c82f3d7-970f-43b4-8b0c-a3fc95ba1d34 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 143 | 2024.12.20 21:12:22.310006 [ 257 ] {} <Debug> TCP-Session: c4cfe85e-a8fe-4f18-a604-295bc7d48df6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 144 | 2024.12.20 21:12:22.310047 [ 256 ] {} <Debug> TCP-Session: 2d359590-93b9-4a5b-b163-32f7274cfde5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 145 | 2024.12.20 21:12:22.310139 [ 257 ] {} <Debug> TCP-Session: c4cfe85e-a8fe-4f18-a604-295bc7d48df6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 146 | 2024.12.20 21:12:22.310163 [ 256 ] {} <Debug> TCP-Session: 2d359590-93b9-4a5b-b163-32f7274cfde5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 147 | 2024.12.20 21:12:22.310187 [ 255 ] {} <Debug> TCP-Session: 3c82f3d7-970f-43b4-8b0c-a3fc95ba1d34 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 148 | 2024.12.20 21:12:22.717850 [ 258 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:51626 | ||
| 149 | 2024.12.20 21:12:22.718008 [ 258 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 150 | 2024.12.20 21:12:22.718050 [ 258 ] {} <Debug> TCP-Session: 9fe39bfa-fb2f-450a-bfdd-eeb9d068e2a3 Authenticating user 'default' from [fd00:1122:3344:101::a]:51626 | ||
| 151 | 2024.12.20 21:12:22.718148 [ 258 ] {} <Debug> TCP-Session: 9fe39bfa-fb2f-450a-bfdd-eeb9d068e2a3 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 152 | 2024.12.20 21:12:22.718162 [ 258 ] {} <Debug> TCP-Session: 9fe39bfa-fb2f-450a-bfdd-eeb9d068e2a3 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 153 | 2024.12.20 21:12:22.718234 [ 258 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 154 | 2024.12.20 21:12:22.718261 [ 258 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 155 | 2024.12.20 21:12:22.718283 [ 258 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 156 | 2024.12.20 21:12:22.720942 [ 259 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:55836 | ||
| 157 | 2024.12.20 21:12:22.721126 [ 260 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:46414 | ||
| 158 | 2024.12.20 21:12:22.721208 [ 261 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:53753 | ||
| 159 | 2024.12.20 21:12:22.721194 [ 259 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 160 | 2024.12.20 21:12:22.721365 [ 259 ] {} <Debug> TCP-Session: 11ab42fd-6631-49f0-9386-08a308d37060 Authenticating user 'default' from [fd00:1122:3344:101::a]:55836 | ||
| 161 | 2024.12.20 21:12:22.721508 [ 263 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:62637 | ||
| 162 | 2024.12.20 21:12:22.721524 [ 261 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 163 | 2024.12.20 21:12:22.721526 [ 260 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 164 | 2024.12.20 21:12:22.721525 [ 262 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:59847 | ||
| 165 | 2024.12.20 21:12:22.721594 [ 261 ] {} <Debug> TCP-Session: 0e345a90-6146-4492-9136-c6c65de533c9 Authenticating user 'default' from [fd00:1122:3344:101::a]:53753 | ||
| 166 | 2024.12.20 21:12:22.721714 [ 260 ] {} <Debug> TCP-Session: b1629170-5279-4991-8104-acfcd86afc1d Authenticating user 'default' from [fd00:1122:3344:101::a]:46414 | ||
| 167 | 2024.12.20 21:12:22.721720 [ 263 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 168 | 2024.12.20 21:12:22.721737 [ 259 ] {} <Debug> TCP-Session: 11ab42fd-6631-49f0-9386-08a308d37060 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 169 | 2024.12.20 21:12:22.721912 [ 259 ] {} <Debug> TCP-Session: 11ab42fd-6631-49f0-9386-08a308d37060 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 170 | 2024.12.20 21:12:22.721917 [ 261 ] {} <Debug> TCP-Session: 0e345a90-6146-4492-9136-c6c65de533c9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 171 | 2024.12.20 21:12:22.721925 [ 262 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 172 | 2024.12.20 21:12:22.721808 [ 264 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:63352 | ||
| 173 | 2024.12.20 21:12:22.721960 [ 265 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:48287 | ||
| 174 | 2024.12.20 21:12:22.722133 [ 263 ] {} <Debug> TCP-Session: 9eaa2772-8610-4ad4-809d-daa339192548 Authenticating user 'default' from [fd00:1122:3344:101::a]:62637 | ||
| 175 | 2024.12.20 21:12:22.722145 [ 261 ] {} <Debug> TCP-Session: 0e345a90-6146-4492-9136-c6c65de533c9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 176 | 2024.12.20 21:12:22.722231 [ 260 ] {} <Debug> TCP-Session: b1629170-5279-4991-8104-acfcd86afc1d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 177 | 2024.12.20 21:12:22.722273 [ 262 ] {} <Debug> TCP-Session: 8a98081b-97dd-4c48-abf3-6fd13f4474f5 Authenticating user 'default' from [fd00:1122:3344:101::a]:59847 | ||
| 178 | 2024.12.20 21:12:22.722385 [ 260 ] {} <Debug> TCP-Session: b1629170-5279-4991-8104-acfcd86afc1d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 179 | 2024.12.20 21:12:22.722460 [ 262 ] {} <Debug> TCP-Session: 8a98081b-97dd-4c48-abf3-6fd13f4474f5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 180 | 2024.12.20 21:12:22.722495 [ 263 ] {} <Debug> TCP-Session: 9eaa2772-8610-4ad4-809d-daa339192548 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 181 | 2024.12.20 21:12:22.722565 [ 262 ] {} <Debug> TCP-Session: 8a98081b-97dd-4c48-abf3-6fd13f4474f5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 182 | 2024.12.20 21:12:22.722595 [ 263 ] {} <Debug> TCP-Session: 9eaa2772-8610-4ad4-809d-daa339192548 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 183 | 2024.12.20 21:12:22.723777 [ 264 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 184 | 2024.12.20 21:12:22.723826 [ 264 ] {} <Debug> TCP-Session: 04f42d9e-a55c-4ab0-b38f-11b7674ffd1e Authenticating user 'default' from [fd00:1122:3344:101::a]:63352 | ||
| 185 | 2024.12.20 21:12:22.723848 [ 264 ] {} <Debug> TCP-Session: 04f42d9e-a55c-4ab0-b38f-11b7674ffd1e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 186 | 2024.12.20 21:12:22.723863 [ 264 ] {} <Debug> TCP-Session: 04f42d9e-a55c-4ab0-b38f-11b7674ffd1e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 187 | 2024.12.20 21:12:22.731817 [ 265 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 188 | 2024.12.20 21:12:22.731857 [ 265 ] {} <Debug> TCP-Session: 2bb96b39-c5f4-4a73-a915-5cb7ed2fb089 Authenticating user 'default' from [fd00:1122:3344:101::a]:48287 | ||
| 189 | 2024.12.20 21:12:22.731877 [ 265 ] {} <Debug> TCP-Session: 2bb96b39-c5f4-4a73-a915-5cb7ed2fb089 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 190 | 2024.12.20 21:12:22.731912 [ 265 ] {} <Debug> TCP-Session: 2bb96b39-c5f4-4a73-a915-5cb7ed2fb089 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 191 | 2024.12.20 21:12:22.824746 [ 266 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:45296 | ||
| 192 | 2024.12.20 21:12:22.824912 [ 266 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 193 | 2024.12.20 21:12:22.824945 [ 266 ] {} <Debug> TCP-Session: 53b8f036-419c-4e80-803c-bda1922d0cba Authenticating user 'default' from [fd00:1122:3344:101::d]:45296 | ||
| 194 | 2024.12.20 21:12:22.824990 [ 266 ] {} <Debug> TCP-Session: 53b8f036-419c-4e80-803c-bda1922d0cba Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 195 | 2024.12.20 21:12:22.825007 [ 266 ] {} <Debug> TCP-Session: 53b8f036-419c-4e80-803c-bda1922d0cba Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 196 | 2024.12.20 21:12:22.825074 [ 266 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 197 | 2024.12.20 21:12:22.825115 [ 266 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 198 | 2024.12.20 21:12:22.825136 [ 266 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 199 | 2024.12.20 21:12:22.825982 [ 267 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:40681 | ||
| 200 | 2024.12.20 21:12:22.826060 [ 268 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:56115 | ||
| 201 | 2024.12.20 21:12:22.826237 [ 267 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 202 | 2024.12.20 21:12:22.826246 [ 269 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:41277 | ||
| 203 | 2024.12.20 21:12:22.826280 [ 267 ] {} <Debug> TCP-Session: e47b8a44-bbaa-4a63-b9b5-df6fa8986870 Authenticating user 'default' from [fd00:1122:3344:101::d]:40681 | ||
| 204 | 2024.12.20 21:12:22.826373 [ 270 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:36489 | ||
| 205 | 2024.12.20 21:12:22.826555 [ 268 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 206 | 2024.12.20 21:12:22.826589 [ 271 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:38804 | ||
| 207 | 2024.12.20 21:12:22.826606 [ 269 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 208 | 2024.12.20 21:12:22.826629 [ 267 ] {} <Debug> TCP-Session: e47b8a44-bbaa-4a63-b9b5-df6fa8986870 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 209 | 2024.12.20 21:12:22.826970 [ 272 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:42245 | ||
| 210 | 2024.12.20 21:12:22.826976 [ 267 ] {} <Debug> TCP-Session: e47b8a44-bbaa-4a63-b9b5-df6fa8986870 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 211 | 2024.12.20 21:12:22.827009 [ 268 ] {} <Debug> TCP-Session: 32ce9d3e-b8ad-475f-aac7-ad7723c5f26e Authenticating user 'default' from [fd00:1122:3344:101::d]:56115 | ||
| 212 | 2024.12.20 21:12:22.826987 [ 269 ] {} <Debug> TCP-Session: db9aa941-227e-4b7d-91bb-1497be8168f0 Authenticating user 'default' from [fd00:1122:3344:101::d]:41277 | ||
| 213 | 2024.12.20 21:12:22.827228 [ 268 ] {} <Debug> TCP-Session: 32ce9d3e-b8ad-475f-aac7-ad7723c5f26e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 214 | 2024.12.20 21:12:22.827295 [ 269 ] {} <Debug> TCP-Session: db9aa941-227e-4b7d-91bb-1497be8168f0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 215 | 2024.12.20 21:12:22.827300 [ 273 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:36865 | ||
| 216 | 2024.12.20 21:12:22.827345 [ 269 ] {} <Debug> TCP-Session: db9aa941-227e-4b7d-91bb-1497be8168f0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 217 | 2024.12.20 21:12:22.827313 [ 268 ] {} <Debug> TCP-Session: 32ce9d3e-b8ad-475f-aac7-ad7723c5f26e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 218 | 2024.12.20 21:12:22.827557 [ 272 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 219 | 2024.12.20 21:12:22.827556 [ 271 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 220 | 2024.12.20 21:12:22.827625 [ 272 ] {} <Debug> TCP-Session: f1916e5d-af4f-4052-9b8e-df1db9125e59 Authenticating user 'default' from [fd00:1122:3344:101::d]:42245 | ||
| 221 | 2024.12.20 21:12:22.827634 [ 270 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 222 | 2024.12.20 21:12:22.827657 [ 273 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 223 | 2024.12.20 21:12:22.827676 [ 272 ] {} <Debug> TCP-Session: f1916e5d-af4f-4052-9b8e-df1db9125e59 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 224 | 2024.12.20 21:12:22.827642 [ 271 ] {} <Debug> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Authenticating user 'default' from [fd00:1122:3344:101::d]:38804 | ||
| 225 | 2024.12.20 21:12:22.827707 [ 270 ] {} <Debug> TCP-Session: 6cfbdfbd-01e3-40cf-92d7-7d6927acfd9e Authenticating user 'default' from [fd00:1122:3344:101::d]:36489 | ||
| 226 | 2024.12.20 21:12:22.827732 [ 273 ] {} <Debug> TCP-Session: 784596f2-8e6f-4fe2-8246-0e3a1508139f Authenticating user 'default' from [fd00:1122:3344:101::d]:36865 | ||
| 227 | 2024.12.20 21:12:22.827740 [ 272 ] {} <Debug> TCP-Session: f1916e5d-af4f-4052-9b8e-df1db9125e59 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 228 | 2024.12.20 21:12:22.827769 [ 274 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:46485 | ||
| 229 | 2024.12.20 21:12:22.827775 [ 271 ] {} <Debug> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 230 | 2024.12.20 21:12:22.827818 [ 273 ] {} <Debug> TCP-Session: 784596f2-8e6f-4fe2-8246-0e3a1508139f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 231 | 2024.12.20 21:12:22.827957 [ 273 ] {} <Debug> TCP-Session: 784596f2-8e6f-4fe2-8246-0e3a1508139f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 232 | 2024.12.20 21:12:22.828008 [ 271 ] {} <Debug> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 233 | 2024.12.20 21:12:22.828033 [ 274 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 234 | 2024.12.20 21:12:22.828024 [ 270 ] {} <Debug> TCP-Session: 6cfbdfbd-01e3-40cf-92d7-7d6927acfd9e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 235 | 2024.12.20 21:12:22.828203 [ 270 ] {} <Debug> TCP-Session: 6cfbdfbd-01e3-40cf-92d7-7d6927acfd9e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 236 | 2024.12.20 21:12:22.828798 [ 274 ] {} <Debug> TCP-Session: 7e751ddc-728a-47e2-b091-1f25ea49e97c Authenticating user 'default' from [fd00:1122:3344:101::d]:46485 | ||
| 237 | 2024.12.20 21:12:22.828867 [ 274 ] {} <Debug> TCP-Session: 7e751ddc-728a-47e2-b091-1f25ea49e97c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 238 | 2024.12.20 21:12:22.828899 [ 274 ] {} <Debug> TCP-Session: 7e751ddc-728a-47e2-b091-1f25ea49e97c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 239 | 2024.12.20 21:12:22.829245 [ 266 ] {} <Trace> TCP-Session: 53b8f036-419c-4e80-803c-bda1922d0cba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 240 | 2024.12.20 21:12:22.831473 [ 266 ] {897005b1-4324-4f30-8d54-6b5e82aea915} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45296) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
| 241 | 2024.12.20 21:12:22.875188 [ 266 ] {897005b1-4324-4f30-8d54-6b5e82aea915} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:45296) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
| 242 | |||
| 243 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 244 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 245 | 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 | ||
| 246 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 247 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 248 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 249 | 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 | ||
| 250 | 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 | ||
| 251 | 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 | ||
| 252 | 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 | ||
| 253 | 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 | ||
| 254 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 255 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 256 | 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 | ||
| 257 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 258 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 259 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 260 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 261 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 262 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 263 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 264 | |||
| 265 | 2024.12.20 21:12:22.875984 [ 266 ] {897005b1-4324-4f30-8d54-6b5e82aea915} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
| 266 | |||
| 267 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 268 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 269 | 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 | ||
| 270 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 271 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 272 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 273 | 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 | ||
| 274 | 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 | ||
| 275 | 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 | ||
| 276 | 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 | ||
| 277 | 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 | ||
| 278 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 279 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 280 | 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 | ||
| 281 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 282 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 283 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 284 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 285 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 286 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 287 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 288 | |||
| 289 | 2024.12.20 21:12:22.876088 [ 266 ] {897005b1-4324-4f30-8d54-6b5e82aea915} <Debug> TCPHandler: Processed in 0.048291483 sec. | ||
| 290 | 2024.12.20 21:12:22.876441 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 291 | 2024.12.20 21:12:22.876622 [ 271 ] {a8282d54-76fa-42a1-9909-2e4582d4b6f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
| 292 | 2024.12.20 21:12:22.876927 [ 271 ] {a8282d54-76fa-42a1-9909-2e4582d4b6f2} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:38804) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
| 293 | |||
| 294 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 295 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 296 | 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 | ||
| 297 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 298 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 299 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 300 | 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 | ||
| 301 | 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 | ||
| 302 | 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 | ||
| 303 | 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 | ||
| 304 | 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 | ||
| 305 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 306 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 307 | 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 | ||
| 308 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 309 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 310 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 311 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 312 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 313 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 314 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 315 | |||
| 316 | 2024.12.20 21:12:22.877093 [ 271 ] {a8282d54-76fa-42a1-9909-2e4582d4b6f2} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
| 317 | |||
| 318 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 319 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 320 | 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 | ||
| 321 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 322 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 323 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 324 | 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 | ||
| 325 | 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 | ||
| 326 | 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 | ||
| 327 | 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 | ||
| 328 | 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 | ||
| 329 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 330 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 331 | 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 | ||
| 332 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 333 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 334 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 335 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 336 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 337 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 338 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 339 | |||
| 340 | 2024.12.20 21:12:22.877254 [ 271 ] {a8282d54-76fa-42a1-9909-2e4582d4b6f2} <Debug> TCPHandler: Processed in 0.000937962 sec. | ||
| 341 | 2024.12.20 21:12:22.877651 [ 266 ] {} <Trace> TCP-Session: 53b8f036-419c-4e80-803c-bda1922d0cba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 342 | 2024.12.20 21:12:22.878422 [ 266 ] {4fa12b9e-7f99-446b-b17b-5b974e5859d9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45296) DROP DATABASE IF EXISTS oximeter (stage: Complete) | ||
| 343 | 2024.12.20 21:12:22.878555 [ 266 ] {4fa12b9e-7f99-446b-b17b-5b974e5859d9} <Debug> TCPHandler: Processed in 0.001038375 sec. | ||
| 344 | 2024.12.20 21:12:22.878718 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 345 | 2024.12.20 21:12:22.878843 [ 271 ] {bbe0b53b-1202-4586-bb5b-97c81eb43f18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) | ||
| 346 | 2024.12.20 21:12:22.878938 [ 271 ] {bbe0b53b-1202-4586-bb5b-97c81eb43f18} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* | ||
| 347 | 2024.12.20 21:12:22.883524 [ 271 ] {bbe0b53b-1202-4586-bb5b-97c81eb43f18} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. | ||
| 348 | 2024.12.20 21:12:22.883568 [ 271 ] {bbe0b53b-1202-4586-bb5b-97c81eb43f18} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 8.0833e-05 sec | ||
| 349 | 2024.12.20 21:12:22.883582 [ 271 ] {bbe0b53b-1202-4586-bb5b-97c81eb43f18} <Trace> ReferentialDeps: No tables | ||
| 350 | 2024.12.20 21:12:22.883594 [ 271 ] {bbe0b53b-1202-4586-bb5b-97c81eb43f18} <Trace> LoadingDeps: No tables | ||
| 351 | 2024.12.20 21:12:22.883615 [ 271 ] {bbe0b53b-1202-4586-bb5b-97c81eb43f18} <Information> DatabaseAtomic (oximeter): Starting up tables. | ||
| 352 | 2024.12.20 21:12:22.883677 [ 271 ] {bbe0b53b-1202-4586-bb5b-97c81eb43f18} <Debug> TCPHandler: Processed in 0.005007917 sec. | ||
| 353 | 2024.12.20 21:12:22.883862 [ 266 ] {} <Trace> TCP-Session: 53b8f036-419c-4e80-803c-bda1922d0cba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 354 | 2024.12.20 21:12:22.884038 [ 266 ] {7dd6c8d3-e04e-425a-8e84-25f1f8ef453b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45296) /* The version table contains metadata about the `oximeter` database */ | ||
| 355 | CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete) | ||
| 356 | 2024.12.20 21:12:22.884102 [ 266 ] {7dd6c8d3-e04e-425a-8e84-25f1f8ef453b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version | ||
| 357 | 2024.12.20 21:12:22.888960 [ 266 ] {7dd6c8d3-e04e-425a-8e84-25f1f8ef453b} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1 | ||
| 358 | 2024.12.20 21:12:22.891128 [ 266 ] {7dd6c8d3-e04e-425a-8e84-25f1f8ef453b} <Debug> oximeter.version (f660604a-4bfa-4c5d-91cd-34dcb200615d): Loading data parts | ||
| 359 | 2024.12.20 21:12:22.891664 [ 266 ] {7dd6c8d3-e04e-425a-8e84-25f1f8ef453b} <Debug> oximeter.version (f660604a-4bfa-4c5d-91cd-34dcb200615d): There are no data parts | ||
| 360 | 2024.12.20 21:12:22.894136 [ 266 ] {7dd6c8d3-e04e-425a-8e84-25f1f8ef453b} <Debug> TCPHandler: Processed in 0.010350993 sec. | ||
| 361 | 2024.12.20 21:12:22.894422 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 362 | 2024.12.20 21:12:22.894713 [ 271 ] {03b2084c-a842-44b3-9209-7ef2edc5e614} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) /* The measurement tables contain all individual samples from each timeseries. | ||
| 363 | * | ||
| 364 | * Each table stores a single datum type, and otherwise contains nearly the same | ||
| 365 | * structure. The primary sorting key is on the timeseries name, key, and then | ||
| 366 | * timestamp, so that all timeseries from the same schema are grouped, followed | ||
| 367 | * by all samples from the same timeseries. | ||
| 368 | * | ||
| 369 | * This reflects that one usually looks up the _key_ in one or more field table, | ||
| 370 | * and then uses that to index quickly into the measurements tables. | ||
| 371 | */ | ||
| 372 | 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) | ||
| 373 | 2024.12.20 21:12:22.894801 [ 271 ] {03b2084c-a842-44b3-9209-7ef2edc5e614} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool | ||
| 374 | 2024.12.20 21:12:22.903680 [ 271 ] {03b2084c-a842-44b3-9209-7ef2edc5e614} <Debug> oximeter.measurements_bool (11c94d34-dd1c-42cf-9f5b-a62aea0c2735): Loading data parts | ||
| 375 | 2024.12.20 21:12:22.903881 [ 271 ] {03b2084c-a842-44b3-9209-7ef2edc5e614} <Debug> oximeter.measurements_bool (11c94d34-dd1c-42cf-9f5b-a62aea0c2735): There are no data parts | ||
| 376 | 2024.12.20 21:12:22.909612 [ 271 ] {03b2084c-a842-44b3-9209-7ef2edc5e614} <Debug> TCPHandler: Processed in 0.015279888 sec. | ||
| 377 | 2024.12.20 21:12:22.909812 [ 266 ] {} <Trace> TCP-Session: 53b8f036-419c-4e80-803c-bda1922d0cba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 378 | 2024.12.20 21:12:22.910011 [ 266 ] {2fa8460b-ff8f-496b-b1d4-447deb4a48ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45296) 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) | ||
| 379 | 2024.12.20 21:12:22.910084 [ 266 ] {2fa8460b-ff8f-496b-b1d4-447deb4a48ea} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 | ||
| 380 | 2024.12.20 21:12:22.913173 [ 266 ] {2fa8460b-ff8f-496b-b1d4-447deb4a48ea} <Debug> oximeter.measurements_i8 (9f37b984-c319-45df-b12f-e5b56fad8ef5): Loading data parts | ||
| 381 | 2024.12.20 21:12:22.913455 [ 266 ] {2fa8460b-ff8f-496b-b1d4-447deb4a48ea} <Debug> oximeter.measurements_i8 (9f37b984-c319-45df-b12f-e5b56fad8ef5): There are no data parts | ||
| 382 | 2024.12.20 21:12:22.917181 [ 266 ] {2fa8460b-ff8f-496b-b1d4-447deb4a48ea} <Debug> TCPHandler: Processed in 0.007451958 sec. | ||
| 383 | 2024.12.20 21:12:22.917460 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 384 | 2024.12.20 21:12:22.917696 [ 271 ] {bb008d38-281f-420e-81e0-e28f04f5cda6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) 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) | ||
| 385 | 2024.12.20 21:12:22.917760 [ 271 ] {bb008d38-281f-420e-81e0-e28f04f5cda6} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 | ||
| 386 | 2024.12.20 21:12:22.919792 [ 271 ] {bb008d38-281f-420e-81e0-e28f04f5cda6} <Debug> oximeter.measurements_u8 (73fa7d7c-5b77-4e41-9d30-0e48519bba7a): Loading data parts | ||
| 387 | 2024.12.20 21:12:22.919951 [ 271 ] {bb008d38-281f-420e-81e0-e28f04f5cda6} <Debug> oximeter.measurements_u8 (73fa7d7c-5b77-4e41-9d30-0e48519bba7a): There are no data parts | ||
| 388 | 2024.12.20 21:12:22.923590 [ 271 ] {bb008d38-281f-420e-81e0-e28f04f5cda6} <Debug> TCPHandler: Processed in 0.006219926 sec. | ||
| 389 | 2024.12.20 21:12:22.923801 [ 266 ] {} <Trace> TCP-Session: 53b8f036-419c-4e80-803c-bda1922d0cba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 390 | 2024.12.20 21:12:22.924026 [ 266 ] {c02b3d1d-cd67-480a-90ee-ecda99f9529d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45296) 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) | ||
| 391 | 2024.12.20 21:12:22.924096 [ 266 ] {c02b3d1d-cd67-480a-90ee-ecda99f9529d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 | ||
| 392 | 2024.12.20 21:12:22.926149 [ 266 ] {c02b3d1d-cd67-480a-90ee-ecda99f9529d} <Debug> oximeter.measurements_i16 (d28eaed7-5871-46f0-bf74-88a0ecc7f7d7): Loading data parts | ||
| 393 | 2024.12.20 21:12:22.926339 [ 266 ] {c02b3d1d-cd67-480a-90ee-ecda99f9529d} <Debug> oximeter.measurements_i16 (d28eaed7-5871-46f0-bf74-88a0ecc7f7d7): There are no data parts | ||
| 394 | 2024.12.20 21:12:22.928349 [ 266 ] {c02b3d1d-cd67-480a-90ee-ecda99f9529d} <Debug> TCPHandler: Processed in 0.004580622 sec. | ||
| 395 | 2024.12.20 21:12:22.928539 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 396 | 2024.12.20 21:12:22.928773 [ 271 ] {aa990291-9d44-47a3-8a48-d218738d048d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) 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) | ||
| 397 | 2024.12.20 21:12:22.928832 [ 271 ] {aa990291-9d44-47a3-8a48-d218738d048d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 | ||
| 398 | 2024.12.20 21:12:22.930745 [ 271 ] {aa990291-9d44-47a3-8a48-d218738d048d} <Debug> oximeter.measurements_u16 (a1004db8-245d-4619-b89c-f7f4fdf0430b): Loading data parts | ||
| 399 | 2024.12.20 21:12:22.930922 [ 271 ] {aa990291-9d44-47a3-8a48-d218738d048d} <Debug> oximeter.measurements_u16 (a1004db8-245d-4619-b89c-f7f4fdf0430b): There are no data parts | ||
| 400 | 2024.12.20 21:12:22.934507 [ 271 ] {aa990291-9d44-47a3-8a48-d218738d048d} <Debug> TCPHandler: Processed in 0.006005729 sec. | ||
| 401 | 2024.12.20 21:12:22.934711 [ 266 ] {} <Trace> TCP-Session: 53b8f036-419c-4e80-803c-bda1922d0cba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 402 | 2024.12.20 21:12:22.934934 [ 266 ] {a97d45a2-c829-4951-bb56-bf9242bc13e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45296) 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) | ||
| 403 | 2024.12.20 21:12:22.935014 [ 266 ] {a97d45a2-c829-4951-bb56-bf9242bc13e0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 | ||
| 404 | 2024.12.20 21:12:22.939787 [ 266 ] {a97d45a2-c829-4951-bb56-bf9242bc13e0} <Debug> oximeter.measurements_i32 (abdef231-e17c-4015-ac53-c421b1da96e0): Loading data parts | ||
| 405 | 2024.12.20 21:12:22.939941 [ 266 ] {a97d45a2-c829-4951-bb56-bf9242bc13e0} <Debug> oximeter.measurements_i32 (abdef231-e17c-4015-ac53-c421b1da96e0): There are no data parts | ||
| 406 | 2024.12.20 21:12:22.941539 [ 266 ] {a97d45a2-c829-4951-bb56-bf9242bc13e0} <Debug> TCPHandler: Processed in 0.006900109 sec. | ||
| 407 | 2024.12.20 21:12:22.941726 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 408 | 2024.12.20 21:12:22.941961 [ 271 ] {169b5b82-049c-40ed-92bb-ecc6afe22891} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) 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) | ||
| 409 | 2024.12.20 21:12:22.942026 [ 271 ] {169b5b82-049c-40ed-92bb-ecc6afe22891} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 | ||
| 410 | 2024.12.20 21:12:22.945547 [ 271 ] {169b5b82-049c-40ed-92bb-ecc6afe22891} <Debug> oximeter.measurements_u32 (1ec127a5-affa-4abf-8507-17dc202f98bf): Loading data parts | ||
| 411 | 2024.12.20 21:12:22.945837 [ 271 ] {169b5b82-049c-40ed-92bb-ecc6afe22891} <Debug> oximeter.measurements_u32 (1ec127a5-affa-4abf-8507-17dc202f98bf): There are no data parts | ||
| 412 | 2024.12.20 21:12:22.948033 [ 271 ] {169b5b82-049c-40ed-92bb-ecc6afe22891} <Debug> TCPHandler: Processed in 0.00632896 sec. | ||
| 413 | 2024.12.20 21:12:22.948251 [ 266 ] {} <Trace> TCP-Session: 53b8f036-419c-4e80-803c-bda1922d0cba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 414 | 2024.12.20 21:12:22.948451 [ 266 ] {63a11ab1-a8d8-4e10-80e7-21fca23c08a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45296) 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) | ||
| 415 | 2024.12.20 21:12:22.948523 [ 266 ] {63a11ab1-a8d8-4e10-80e7-21fca23c08a9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 | ||
| 416 | 2024.12.20 21:12:22.954126 [ 266 ] {63a11ab1-a8d8-4e10-80e7-21fca23c08a9} <Debug> oximeter.measurements_i64 (efb947f3-73eb-4e07-80b8-fd2c17496657): Loading data parts | ||
| 417 | 2024.12.20 21:12:22.954369 [ 266 ] {63a11ab1-a8d8-4e10-80e7-21fca23c08a9} <Debug> oximeter.measurements_i64 (efb947f3-73eb-4e07-80b8-fd2c17496657): There are no data parts | ||
| 418 | 2024.12.20 21:12:22.958288 [ 266 ] {63a11ab1-a8d8-4e10-80e7-21fca23c08a9} <Debug> TCPHandler: Processed in 0.010096825 sec. | ||
| 419 | 2024.12.20 21:12:22.958490 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 420 | 2024.12.20 21:12:22.958718 [ 271 ] {65d7f163-946b-44e1-a9ea-bdbbbb3d6519} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) 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) | ||
| 421 | 2024.12.20 21:12:22.958781 [ 271 ] {65d7f163-946b-44e1-a9ea-bdbbbb3d6519} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 | ||
| 422 | 2024.12.20 21:12:22.964970 [ 271 ] {65d7f163-946b-44e1-a9ea-bdbbbb3d6519} <Debug> oximeter.measurements_u64 (18143310-3b17-415e-b30b-72754bf09621): Loading data parts | ||
| 423 | 2024.12.20 21:12:22.965135 [ 271 ] {65d7f163-946b-44e1-a9ea-bdbbbb3d6519} <Debug> oximeter.measurements_u64 (18143310-3b17-415e-b30b-72754bf09621): There are no data parts | ||
| 424 | 2024.12.20 21:12:22.967535 [ 271 ] {65d7f163-946b-44e1-a9ea-bdbbbb3d6519} <Debug> TCPHandler: Processed in 0.009088521 sec. | ||
| 425 | 2024.12.20 21:12:22.967749 [ 266 ] {} <Trace> TCP-Session: 53b8f036-419c-4e80-803c-bda1922d0cba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 426 | 2024.12.20 21:12:22.967953 [ 266 ] {63e5e1a7-f89a-482c-b4f2-4dc90f5c8e84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45296) 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) | ||
| 427 | 2024.12.20 21:12:22.968031 [ 266 ] {63e5e1a7-f89a-482c-b4f2-4dc90f5c8e84} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 | ||
| 428 | 2024.12.20 21:12:22.969865 [ 266 ] {63e5e1a7-f89a-482c-b4f2-4dc90f5c8e84} <Debug> oximeter.measurements_f32 (211569cb-642b-4b9a-a7a6-921c110aa4f2): Loading data parts | ||
| 429 | 2024.12.20 21:12:22.970035 [ 266 ] {63e5e1a7-f89a-482c-b4f2-4dc90f5c8e84} <Debug> oximeter.measurements_f32 (211569cb-642b-4b9a-a7a6-921c110aa4f2): There are no data parts | ||
| 430 | 2024.12.20 21:12:22.973585 [ 266 ] {63e5e1a7-f89a-482c-b4f2-4dc90f5c8e84} <Debug> TCPHandler: Processed in 0.005922897 sec. | ||
| 431 | 2024.12.20 21:12:22.973779 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 432 | 2024.12.20 21:12:22.974016 [ 271 ] {c83352f8-4861-44b0-8b12-b07b65ef00ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) 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) | ||
| 433 | 2024.12.20 21:12:22.974085 [ 271 ] {c83352f8-4861-44b0-8b12-b07b65ef00ef} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 | ||
| 434 | 2024.12.20 21:12:22.976094 [ 271 ] {c83352f8-4861-44b0-8b12-b07b65ef00ef} <Debug> oximeter.measurements_f64 (91051acd-5a5c-4cbe-bf7a-a2cd5e3daeba): Loading data parts | ||
| 435 | 2024.12.20 21:12:22.976344 [ 271 ] {c83352f8-4861-44b0-8b12-b07b65ef00ef} <Debug> oximeter.measurements_f64 (91051acd-5a5c-4cbe-bf7a-a2cd5e3daeba): There are no data parts | ||
| 436 | 2024.12.20 21:12:22.978356 [ 271 ] {c83352f8-4861-44b0-8b12-b07b65ef00ef} <Debug> TCPHandler: Processed in 0.004600542 sec. | ||
| 437 | 2024.12.20 21:12:22.978557 [ 266 ] {} <Trace> TCP-Session: 53b8f036-419c-4e80-803c-bda1922d0cba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 438 | 2024.12.20 21:12:22.978796 [ 266 ] {ecd12646-30ee-4d04-8120-b04df3d1dbdd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45296) 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) | ||
| 439 | 2024.12.20 21:12:22.978929 [ 266 ] {ecd12646-30ee-4d04-8120-b04df3d1dbdd} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string | ||
| 440 | 2024.12.20 21:12:22.980896 [ 266 ] {ecd12646-30ee-4d04-8120-b04df3d1dbdd} <Debug> oximeter.measurements_string (9b0f5ff9-496a-4630-a207-2968358efe5a): Loading data parts | ||
| 441 | 2024.12.20 21:12:22.981076 [ 266 ] {ecd12646-30ee-4d04-8120-b04df3d1dbdd} <Debug> oximeter.measurements_string (9b0f5ff9-496a-4630-a207-2968358efe5a): There are no data parts | ||
| 442 | 2024.12.20 21:12:22.984637 [ 266 ] {ecd12646-30ee-4d04-8120-b04df3d1dbdd} <Debug> TCPHandler: Processed in 0.006126923 sec. | ||
| 443 | 2024.12.20 21:12:22.984838 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 444 | 2024.12.20 21:12:22.985081 [ 271 ] {43bbc0bf-c978-4ceb-80de-d45edbfedbe5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /* | ||
| 445 | * NOTE: Right now we can't unambiguously record a nullable byte array. | ||
| 446 | * Arrays cannot be nested in `Nullable()` types, and encoding the array as | ||
| 447 | * a string isn't palatable for a few reasons. | ||
| 448 | * See: https://github.com/oxidecomputer/omicron/issues/4551 for more | ||
| 449 | * details. | ||
| 450 | */ | ||
| 451 | datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 452 | 2024.12.20 21:12:22.985151 [ 271 ] {43bbc0bf-c978-4ceb-80de-d45edbfedbe5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes | ||
| 453 | 2024.12.20 21:12:22.991243 [ 271 ] {43bbc0bf-c978-4ceb-80de-d45edbfedbe5} <Debug> oximeter.measurements_bytes (1e341c0a-2dab-4f26-b9e8-81466a9c7f09): Loading data parts | ||
| 454 | 2024.12.20 21:12:22.991430 [ 271 ] {43bbc0bf-c978-4ceb-80de-d45edbfedbe5} <Debug> oximeter.measurements_bytes (1e341c0a-2dab-4f26-b9e8-81466a9c7f09): There are no data parts | ||
| 455 | 2024.12.20 21:12:22.993816 [ 271 ] {43bbc0bf-c978-4ceb-80de-d45edbfedbe5} <Debug> TCPHandler: Processed in 0.00902923 sec. | ||
| 456 | 2024.12.20 21:12:22.994010 [ 266 ] {} <Trace> TCP-Session: 53b8f036-419c-4e80-803c-bda1922d0cba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 457 | 2024.12.20 21:12:22.994258 [ 266 ] {fe5b91e5-4d9f-4122-b29f-b63440800bdb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45296) 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) | ||
| 458 | 2024.12.20 21:12:22.994334 [ 266 ] {fe5b91e5-4d9f-4122-b29f-b63440800bdb} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 | ||
| 459 | 2024.12.20 21:12:22.996180 [ 266 ] {fe5b91e5-4d9f-4122-b29f-b63440800bdb} <Debug> oximeter.measurements_cumulativei64 (e22f6790-d998-4815-a30f-e40d60172ace): Loading data parts | ||
| 460 | 2024.12.20 21:12:22.996401 [ 266 ] {fe5b91e5-4d9f-4122-b29f-b63440800bdb} <Debug> oximeter.measurements_cumulativei64 (e22f6790-d998-4815-a30f-e40d60172ace): There are no data parts | ||
| 461 | 2024.12.20 21:12:23.000086 [ 266 ] {fe5b91e5-4d9f-4122-b29f-b63440800bdb} <Debug> TCPHandler: Processed in 0.006180934 sec. | ||
| 462 | 2024.12.20 21:12:23.000332 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 463 | 2024.12.20 21:12:23.000628 [ 271 ] {9a68bdd8-308b-41de-b0c5-c7eafa84ae3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) 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) | ||
| 464 | 2024.12.20 21:12:23.000695 [ 271 ] {9a68bdd8-308b-41de-b0c5-c7eafa84ae3e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 | ||
| 465 | 2024.12.20 21:12:23.000779 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 122.48 MiB, peak 122.48 MiB, free memory in arenas 0.00 B, will set to 134.61 MiB (RSS), difference: 12.14 MiB | ||
| 466 | 2024.12.20 21:12:23.003098 [ 271 ] {9a68bdd8-308b-41de-b0c5-c7eafa84ae3e} <Debug> oximeter.measurements_cumulativeu64 (4b25041b-9433-4237-ab59-44afcaba2ba7): Loading data parts | ||
| 467 | 2024.12.20 21:12:23.003354 [ 271 ] {9a68bdd8-308b-41de-b0c5-c7eafa84ae3e} <Debug> oximeter.measurements_cumulativeu64 (4b25041b-9433-4237-ab59-44afcaba2ba7): There are no data parts | ||
| 468 | 2024.12.20 21:12:23.005366 [ 271 ] {9a68bdd8-308b-41de-b0c5-c7eafa84ae3e} <Debug> TCPHandler: Processed in 0.005095409 sec. | ||
| 469 | 2024.12.20 21:12:23.005567 [ 266 ] {} <Trace> TCP-Session: 53b8f036-419c-4e80-803c-bda1922d0cba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 470 | 2024.12.20 21:12:23.005821 [ 266 ] {174fd3f7-9109-470a-9f8f-8218d171eefc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45296) 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) | ||
| 471 | 2024.12.20 21:12:23.005884 [ 266 ] {174fd3f7-9109-470a-9f8f-8218d171eefc} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 | ||
| 472 | 2024.12.20 21:12:23.007764 [ 266 ] {174fd3f7-9109-470a-9f8f-8218d171eefc} <Debug> oximeter.measurements_cumulativef32 (1c489390-f887-4327-8a7e-f3c50f5f2930): Loading data parts | ||
| 473 | 2024.12.20 21:12:23.007953 [ 266 ] {174fd3f7-9109-470a-9f8f-8218d171eefc} <Debug> oximeter.measurements_cumulativef32 (1c489390-f887-4327-8a7e-f3c50f5f2930): There are no data parts | ||
| 474 | 2024.12.20 21:12:23.011558 [ 266 ] {174fd3f7-9109-470a-9f8f-8218d171eefc} <Debug> TCPHandler: Processed in 0.006061691 sec. | ||
| 475 | 2024.12.20 21:12:23.011759 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 476 | 2024.12.20 21:12:23.012007 [ 271 ] {579c523b-8030-4668-9a20-749293164f32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) 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) | ||
| 477 | 2024.12.20 21:12:23.012083 [ 271 ] {579c523b-8030-4668-9a20-749293164f32} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 | ||
| 478 | 2024.12.20 21:12:23.018450 [ 271 ] {579c523b-8030-4668-9a20-749293164f32} <Debug> oximeter.measurements_cumulativef64 (0f05800f-b460-40f1-a120-5a930adabc85): Loading data parts | ||
| 479 | 2024.12.20 21:12:23.018616 [ 271 ] {579c523b-8030-4668-9a20-749293164f32} <Debug> oximeter.measurements_cumulativef64 (0f05800f-b460-40f1-a120-5a930adabc85): There are no data parts | ||
| 480 | 2024.12.20 21:12:23.021044 [ 271 ] {579c523b-8030-4668-9a20-749293164f32} <Debug> TCPHandler: Processed in 0.009318789 sec. | ||
| 481 | 2024.12.20 21:12:23.021286 [ 266 ] {} <Trace> TCP-Session: 53b8f036-419c-4e80-803c-bda1922d0cba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 482 | 2024.12.20 21:12:23.021646 [ 266 ] {02873ad8-bc7b-4a72-b00f-b6e202a10d5d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45296) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* | ||
| 483 | * NOTE: Array types cannot be Nullable, see | ||
| 484 | * https://clickhouse.com/docs/en/sql-reference/data-types/nullable | ||
| 485 | * for more details. | ||
| 486 | * | ||
| 487 | * This means we need to use empty arrays to indicate a missing value. This | ||
| 488 | * is unfortunate, and at this point relies on the fact that an | ||
| 489 | * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need | ||
| 490 | * to figure out another way to represent missing samples here. | ||
| 491 | */ | ||
| 492 | 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) | ||
| 493 | 2024.12.20 21:12:23.021735 [ 266 ] {02873ad8-bc7b-4a72-b00f-b6e202a10d5d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 | ||
| 494 | 2024.12.20 21:12:23.023976 [ 266 ] {02873ad8-bc7b-4a72-b00f-b6e202a10d5d} <Debug> oximeter.measurements_histogrami8 (a19a7d03-0c6f-43d1-8d9f-dbe4b98c79d6): Loading data parts | ||
| 495 | 2024.12.20 21:12:23.024143 [ 266 ] {02873ad8-bc7b-4a72-b00f-b6e202a10d5d} <Debug> oximeter.measurements_histogrami8 (a19a7d03-0c6f-43d1-8d9f-dbe4b98c79d6): There are no data parts | ||
| 496 | 2024.12.20 21:12:23.027828 [ 266 ] {02873ad8-bc7b-4a72-b00f-b6e202a10d5d} <Debug> TCPHandler: Processed in 0.006608159 sec. | ||
| 497 | 2024.12.20 21:12:23.028048 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 498 | 2024.12.20 21:12:23.028342 [ 271 ] {d818eab7-0fca-4d6a-b99c-0de93d84399c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) 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) | ||
| 499 | 2024.12.20 21:12:23.028425 [ 271 ] {d818eab7-0fca-4d6a-b99c-0de93d84399c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 | ||
| 500 | 2024.12.20 21:12:23.034631 [ 271 ] {d818eab7-0fca-4d6a-b99c-0de93d84399c} <Debug> oximeter.measurements_histogramu8 (f722c6bb-0421-4ffb-ba92-94fbca50f7b1): Loading data parts | ||
| 501 | 2024.12.20 21:12:23.034834 [ 271 ] {d818eab7-0fca-4d6a-b99c-0de93d84399c} <Debug> oximeter.measurements_histogramu8 (f722c6bb-0421-4ffb-ba92-94fbca50f7b1): There are no data parts | ||
| 502 | 2024.12.20 21:12:23.037338 [ 271 ] {d818eab7-0fca-4d6a-b99c-0de93d84399c} <Debug> TCPHandler: Processed in 0.0093585 sec. | ||
| 503 | 2024.12.20 21:12:23.037537 [ 266 ] {} <Trace> TCP-Session: 53b8f036-419c-4e80-803c-bda1922d0cba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 504 | 2024.12.20 21:12:23.037858 [ 266 ] {02673fa8-f7df-481f-ad07-f7fc75fb5d60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45296) 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) | ||
| 505 | 2024.12.20 21:12:23.037934 [ 266 ] {02673fa8-f7df-481f-ad07-f7fc75fb5d60} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 | ||
| 506 | 2024.12.20 21:12:23.040081 [ 266 ] {02673fa8-f7df-481f-ad07-f7fc75fb5d60} <Debug> oximeter.measurements_histogrami16 (883eb840-565d-40d1-b828-d5f8eff1f579): Loading data parts | ||
| 507 | 2024.12.20 21:12:23.040235 [ 266 ] {02673fa8-f7df-481f-ad07-f7fc75fb5d60} <Debug> oximeter.measurements_histogrami16 (883eb840-565d-40d1-b828-d5f8eff1f579): There are no data parts | ||
| 508 | 2024.12.20 21:12:23.044085 [ 266 ] {02673fa8-f7df-481f-ad07-f7fc75fb5d60} <Debug> TCPHandler: Processed in 0.006600909 sec. | ||
| 509 | 2024.12.20 21:12:23.044300 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 510 | 2024.12.20 21:12:23.044652 [ 271 ] {66bcc33c-62fe-4e91-a0fc-2118f131f7c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) 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) | ||
| 511 | 2024.12.20 21:12:23.044755 [ 271 ] {66bcc33c-62fe-4e91-a0fc-2118f131f7c4} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 | ||
| 512 | 2024.12.20 21:12:23.049517 [ 271 ] {66bcc33c-62fe-4e91-a0fc-2118f131f7c4} <Debug> oximeter.measurements_histogramu16 (c99652b1-06de-4597-a598-6f09b41774e5): Loading data parts | ||
| 513 | 2024.12.20 21:12:23.049727 [ 271 ] {66bcc33c-62fe-4e91-a0fc-2118f131f7c4} <Debug> oximeter.measurements_histogramu16 (c99652b1-06de-4597-a598-6f09b41774e5): There are no data parts | ||
| 514 | 2024.12.20 21:12:23.051232 [ 271 ] {66bcc33c-62fe-4e91-a0fc-2118f131f7c4} <Debug> TCPHandler: Processed in 0.006997762 sec. | ||
| 515 | 2024.12.20 21:12:23.051440 [ 266 ] {} <Trace> TCP-Session: 53b8f036-419c-4e80-803c-bda1922d0cba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 516 | 2024.12.20 21:12:23.051752 [ 266 ] {26091ea1-52af-4fbb-902d-172e72849caf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45296) 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) | ||
| 517 | 2024.12.20 21:12:23.051828 [ 266 ] {26091ea1-52af-4fbb-902d-172e72849caf} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 | ||
| 518 | 2024.12.20 21:12:23.056527 [ 266 ] {26091ea1-52af-4fbb-902d-172e72849caf} <Debug> oximeter.measurements_histogrami32 (fca3da49-0f50-4146-b7d5-9bab7e35c3e3): Loading data parts | ||
| 519 | 2024.12.20 21:12:23.056702 [ 266 ] {26091ea1-52af-4fbb-902d-172e72849caf} <Debug> oximeter.measurements_histogrami32 (fca3da49-0f50-4146-b7d5-9bab7e35c3e3): There are no data parts | ||
| 520 | 2024.12.20 21:12:23.061833 [ 266 ] {26091ea1-52af-4fbb-902d-172e72849caf} <Debug> TCPHandler: Processed in 0.010473978 sec. | ||
| 521 | 2024.12.20 21:12:23.062019 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 522 | 2024.12.20 21:12:23.062361 [ 271 ] {69ce6a7e-01fd-46d8-976c-02aff317b744} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) 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) | ||
| 523 | 2024.12.20 21:12:23.062446 [ 271 ] {69ce6a7e-01fd-46d8-976c-02aff317b744} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 | ||
| 524 | 2024.12.20 21:12:23.066136 [ 271 ] {69ce6a7e-01fd-46d8-976c-02aff317b744} <Debug> oximeter.measurements_histogramu32 (e9bfba44-e28c-48f1-9d28-7df83be3bfe1): Loading data parts | ||
| 525 | 2024.12.20 21:12:23.066343 [ 271 ] {69ce6a7e-01fd-46d8-976c-02aff317b744} <Debug> oximeter.measurements_histogramu32 (e9bfba44-e28c-48f1-9d28-7df83be3bfe1): There are no data parts | ||
| 526 | 2024.12.20 21:12:23.067804 [ 271 ] {69ce6a7e-01fd-46d8-976c-02aff317b744} <Debug> TCPHandler: Processed in 0.005794912 sec. | ||
| 527 | 2024.12.20 21:12:23.068008 [ 266 ] {} <Trace> TCP-Session: 53b8f036-419c-4e80-803c-bda1922d0cba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 528 | 2024.12.20 21:12:23.068414 [ 266 ] {33de762e-5b20-462c-a941-d43689ec6a17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45296) 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) | ||
| 529 | 2024.12.20 21:12:23.068505 [ 266 ] {33de762e-5b20-462c-a941-d43689ec6a17} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 | ||
| 530 | 2024.12.20 21:12:23.073498 [ 266 ] {33de762e-5b20-462c-a941-d43689ec6a17} <Debug> oximeter.measurements_histogrami64 (2c030e7d-cb7f-499c-b1fe-b16a71285e19): Loading data parts | ||
| 531 | 2024.12.20 21:12:23.073668 [ 266 ] {33de762e-5b20-462c-a941-d43689ec6a17} <Debug> oximeter.measurements_histogrami64 (2c030e7d-cb7f-499c-b1fe-b16a71285e19): There are no data parts | ||
| 532 | 2024.12.20 21:12:23.079963 [ 266 ] {33de762e-5b20-462c-a941-d43689ec6a17} <Debug> TCPHandler: Processed in 0.012013159 sec. | ||
| 533 | 2024.12.20 21:12:23.080173 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 534 | 2024.12.20 21:12:23.080461 [ 271 ] {3e4eb24b-0b05-4406-92bd-433d7d040dba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) 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) | ||
| 535 | 2024.12.20 21:12:23.080549 [ 271 ] {3e4eb24b-0b05-4406-92bd-433d7d040dba} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 | ||
| 536 | 2024.12.20 21:12:23.086487 [ 271 ] {3e4eb24b-0b05-4406-92bd-433d7d040dba} <Debug> oximeter.measurements_histogramu64 (84834c4b-a921-406e-bab6-7c9ded2f611a): Loading data parts | ||
| 537 | 2024.12.20 21:12:23.086671 [ 271 ] {3e4eb24b-0b05-4406-92bd-433d7d040dba} <Debug> oximeter.measurements_histogramu64 (84834c4b-a921-406e-bab6-7c9ded2f611a): There are no data parts | ||
| 538 | 2024.12.20 21:12:23.092509 [ 271 ] {3e4eb24b-0b05-4406-92bd-433d7d040dba} <Debug> TCPHandler: Processed in 0.012387691 sec. | ||
| 539 | 2024.12.20 21:12:23.092703 [ 266 ] {} <Trace> TCP-Session: 53b8f036-419c-4e80-803c-bda1922d0cba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 540 | 2024.12.20 21:12:23.093022 [ 266 ] {4bfbe605-6351-4da3-b9ab-d5e37fe79815} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45296) 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) | ||
| 541 | 2024.12.20 21:12:23.093094 [ 266 ] {4bfbe605-6351-4da3-b9ab-d5e37fe79815} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 | ||
| 542 | 2024.12.20 21:12:23.098088 [ 266 ] {4bfbe605-6351-4da3-b9ab-d5e37fe79815} <Debug> oximeter.measurements_histogramf32 (c1f9da07-6ecc-4d8c-88eb-9e3b0dd84a3c): Loading data parts | ||
| 543 | 2024.12.20 21:12:23.098243 [ 266 ] {4bfbe605-6351-4da3-b9ab-d5e37fe79815} <Debug> oximeter.measurements_histogramf32 (c1f9da07-6ecc-4d8c-88eb-9e3b0dd84a3c): There are no data parts | ||
| 544 | 2024.12.20 21:12:23.105376 [ 266 ] {4bfbe605-6351-4da3-b9ab-d5e37fe79815} <Debug> TCPHandler: Processed in 0.012724652 sec. | ||
| 545 | 2024.12.20 21:12:23.105592 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 546 | 2024.12.20 21:12:23.105943 [ 271 ] {a6c50048-045c-4d73-9fc6-cc666697e0d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) 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) | ||
| 547 | 2024.12.20 21:12:23.106045 [ 271 ] {a6c50048-045c-4d73-9fc6-cc666697e0d8} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 | ||
| 548 | 2024.12.20 21:12:23.109777 [ 271 ] {a6c50048-045c-4d73-9fc6-cc666697e0d8} <Debug> oximeter.measurements_histogramf64 (782fa4d4-a426-44dd-89de-f03c15105d1d): Loading data parts | ||
| 549 | 2024.12.20 21:12:23.110008 [ 271 ] {a6c50048-045c-4d73-9fc6-cc666697e0d8} <Debug> oximeter.measurements_histogramf64 (782fa4d4-a426-44dd-89de-f03c15105d1d): There are no data parts | ||
| 550 | 2024.12.20 21:12:23.111451 [ 271 ] {a6c50048-045c-4d73-9fc6-cc666697e0d8} <Debug> TCPHandler: Processed in 0.005923457 sec. | ||
| 551 | 2024.12.20 21:12:23.111664 [ 266 ] {} <Trace> TCP-Session: 53b8f036-419c-4e80-803c-bda1922d0cba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 552 | 2024.12.20 21:12:23.111962 [ 266 ] {52311d6f-2b02-424d-b3ca-ccbd22a1ff99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45296) /* The field tables store named dimensions of each timeseries. | ||
| 553 | * | ||
| 554 | * As with the measurement tables, there is one field table for each field data | ||
| 555 | * type. Fields are deduplicated by using the "replacing merge tree", though | ||
| 556 | * this behavior **must not** be relied upon for query correctness. | ||
| 557 | * | ||
| 558 | * The index for the fields differs from the measurements, however. Rows are | ||
| 559 | * sorted by timeseries name, then field name, field value, and finally | ||
| 560 | * timeseries key. This reflects the most common pattern for looking them up: | ||
| 561 | * by field name and possibly value, within a timeseries. The resulting keys are | ||
| 562 | * usually then used to look up measurements. | ||
| 563 | * | ||
| 564 | * NOTE: We may want to consider a secondary index on these tables, sorting by | ||
| 565 | * timeseries name and then key, since it would improve lookups where one | ||
| 566 | * already has the key. Realistically though, these tables are quite small and | ||
| 567 | * so performance benefits will be low in absolute terms. | ||
| 568 | * | ||
| 569 | * TTL: We use a materialized column to expire old field table records. This | ||
| 570 | * column is generated automatically by the database whenever a new row is | ||
| 571 | * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *` | ||
| 572 | * query. Since these tables are `ReplacingMergeTree`s, that means the last | ||
| 573 | * record will remain during a deduplication, which will have the last | ||
| 574 | * timestamp. ClickHouse will then expire old data for us, similar to the | ||
| 575 | * measurement tables. | ||
| 576 | */ | ||
| 577 | 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) | ||
| 578 | 2024.12.20 21:12:23.112051 [ 266 ] {52311d6f-2b02-424d-b3ca-ccbd22a1ff99} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool | ||
| 579 | 2024.12.20 21:12:23.117118 [ 266 ] {52311d6f-2b02-424d-b3ca-ccbd22a1ff99} <Debug> oximeter.fields_bool (09a4a96c-7b2d-4cff-b071-8460aa3ee165): Loading data parts | ||
| 580 | 2024.12.20 21:12:23.117269 [ 266 ] {52311d6f-2b02-424d-b3ca-ccbd22a1ff99} <Debug> oximeter.fields_bool (09a4a96c-7b2d-4cff-b071-8460aa3ee165): There are no data parts | ||
| 581 | 2024.12.20 21:12:23.122381 [ 266 ] {52311d6f-2b02-424d-b3ca-ccbd22a1ff99} <Debug> TCPHandler: Processed in 0.010780828 sec. | ||
| 582 | 2024.12.20 21:12:23.122646 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 583 | 2024.12.20 21:12:23.122865 [ 271 ] {0997f090-db3f-4892-8f09-ec35c73cc148} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) 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) | ||
| 584 | 2024.12.20 21:12:23.122955 [ 271 ] {0997f090-db3f-4892-8f09-ec35c73cc148} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 | ||
| 585 | 2024.12.20 21:12:23.128055 [ 271 ] {0997f090-db3f-4892-8f09-ec35c73cc148} <Debug> oximeter.fields_i8 (745c2a41-641e-4098-8f15-25bf361249b8): Loading data parts | ||
| 586 | 2024.12.20 21:12:23.128248 [ 271 ] {0997f090-db3f-4892-8f09-ec35c73cc148} <Debug> oximeter.fields_i8 (745c2a41-641e-4098-8f15-25bf361249b8): There are no data parts | ||
| 587 | 2024.12.20 21:12:23.133742 [ 271 ] {0997f090-db3f-4892-8f09-ec35c73cc148} <Debug> TCPHandler: Processed in 0.011172451 sec. | ||
| 588 | 2024.12.20 21:12:23.133946 [ 266 ] {} <Trace> TCP-Session: 53b8f036-419c-4e80-803c-bda1922d0cba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 589 | 2024.12.20 21:12:23.134186 [ 266 ] {aa6bcda6-4c4f-4f94-a2d6-64fbddf09e9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45296) CREATE TABLE IF NOT EXISTS oximeter.fields_u8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 590 | 2024.12.20 21:12:23.134261 [ 266 ] {aa6bcda6-4c4f-4f94-a2d6-64fbddf09e9d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 | ||
| 591 | 2024.12.20 21:12:23.139428 [ 266 ] {aa6bcda6-4c4f-4f94-a2d6-64fbddf09e9d} <Debug> oximeter.fields_u8 (c8d30ddd-c805-419d-8cc9-be9ef3e3339c): Loading data parts | ||
| 592 | 2024.12.20 21:12:23.139606 [ 266 ] {aa6bcda6-4c4f-4f94-a2d6-64fbddf09e9d} <Debug> oximeter.fields_u8 (c8d30ddd-c805-419d-8cc9-be9ef3e3339c): There are no data parts | ||
| 593 | 2024.12.20 21:12:23.143704 [ 266 ] {aa6bcda6-4c4f-4f94-a2d6-64fbddf09e9d} <Debug> TCPHandler: Processed in 0.009771144 sec. | ||
| 594 | 2024.12.20 21:12:23.143941 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 595 | 2024.12.20 21:12:23.144153 [ 271 ] {2847d7b0-df7d-4ea9-9d47-c65080b4503e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) CREATE TABLE IF NOT EXISTS oximeter.fields_i16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int16, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 596 | 2024.12.20 21:12:23.144243 [ 271 ] {2847d7b0-df7d-4ea9-9d47-c65080b4503e} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 | ||
| 597 | 2024.12.20 21:12:23.148441 [ 271 ] {2847d7b0-df7d-4ea9-9d47-c65080b4503e} <Debug> oximeter.fields_i16 (e8dd8f29-dacb-43c4-8630-4a7e9eaac6df): Loading data parts | ||
| 598 | 2024.12.20 21:12:23.148688 [ 271 ] {2847d7b0-df7d-4ea9-9d47-c65080b4503e} <Debug> oximeter.fields_i16 (e8dd8f29-dacb-43c4-8630-4a7e9eaac6df): There are no data parts | ||
| 599 | 2024.12.20 21:12:23.150972 [ 271 ] {2847d7b0-df7d-4ea9-9d47-c65080b4503e} <Debug> TCPHandler: Processed in 0.007124697 sec. | ||
| 600 | 2024.12.20 21:12:23.151171 [ 266 ] {} <Trace> TCP-Session: 53b8f036-419c-4e80-803c-bda1922d0cba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 601 | 2024.12.20 21:12:23.151473 [ 266 ] {a6177f24-a4b9-4053-bbd3-c970ea156611} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45296) CREATE TABLE IF NOT EXISTS oximeter.fields_u16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt16, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 602 | 2024.12.20 21:12:23.151550 [ 266 ] {a6177f24-a4b9-4053-bbd3-c970ea156611} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 | ||
| 603 | 2024.12.20 21:12:23.158771 [ 266 ] {a6177f24-a4b9-4053-bbd3-c970ea156611} <Debug> oximeter.fields_u16 (f5c5f422-b38a-45cf-a007-008934086980): Loading data parts | ||
| 604 | 2024.12.20 21:12:23.159023 [ 266 ] {a6177f24-a4b9-4053-bbd3-c970ea156611} <Debug> oximeter.fields_u16 (f5c5f422-b38a-45cf-a007-008934086980): There are no data parts | ||
| 605 | 2024.12.20 21:12:23.161810 [ 266 ] {a6177f24-a4b9-4053-bbd3-c970ea156611} <Debug> TCPHandler: Processed in 0.010670254 sec. | ||
| 606 | 2024.12.20 21:12:23.162019 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 607 | 2024.12.20 21:12:23.162214 [ 271 ] {944e520b-6a1e-4cd4-8902-28531e2b8ab7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) CREATE TABLE IF NOT EXISTS oximeter.fields_i32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 608 | 2024.12.20 21:12:23.162294 [ 271 ] {944e520b-6a1e-4cd4-8902-28531e2b8ab7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 | ||
| 609 | 2024.12.20 21:12:23.167229 [ 271 ] {944e520b-6a1e-4cd4-8902-28531e2b8ab7} <Debug> oximeter.fields_i32 (64a4db95-4e94-4bb3-b4f2-c411b3e458ff): Loading data parts | ||
| 610 | 2024.12.20 21:12:23.167424 [ 271 ] {944e520b-6a1e-4cd4-8902-28531e2b8ab7} <Debug> oximeter.fields_i32 (64a4db95-4e94-4bb3-b4f2-c411b3e458ff): There are no data parts | ||
| 611 | 2024.12.20 21:12:23.171000 [ 271 ] {944e520b-6a1e-4cd4-8902-28531e2b8ab7} <Debug> TCPHandler: Processed in 0.008994609 sec. | ||
| 612 | 2024.12.20 21:12:23.171219 [ 266 ] {} <Trace> TCP-Session: 53b8f036-419c-4e80-803c-bda1922d0cba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 613 | 2024.12.20 21:12:23.171534 [ 266 ] {2a300cd6-feea-44e3-a35c-d608287904f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45296) CREATE TABLE IF NOT EXISTS oximeter.fields_u32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 614 | 2024.12.20 21:12:23.171605 [ 266 ] {2a300cd6-feea-44e3-a35c-d608287904f0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 | ||
| 615 | 2024.12.20 21:12:23.176263 [ 266 ] {2a300cd6-feea-44e3-a35c-d608287904f0} <Debug> oximeter.fields_u32 (44e160d5-ebb5-4558-9722-9802c9a6e790): Loading data parts | ||
| 616 | 2024.12.20 21:12:23.176525 [ 266 ] {2a300cd6-feea-44e3-a35c-d608287904f0} <Debug> oximeter.fields_u32 (44e160d5-ebb5-4558-9722-9802c9a6e790): There are no data parts | ||
| 617 | 2024.12.20 21:12:23.179659 [ 266 ] {2a300cd6-feea-44e3-a35c-d608287904f0} <Debug> TCPHandler: Processed in 0.008505462 sec. | ||
| 618 | 2024.12.20 21:12:23.179862 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 619 | 2024.12.20 21:12:23.180078 [ 271 ] {01dccdd1-f4f4-4ec8-9e7e-a60341766647} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) CREATE TABLE IF NOT EXISTS oximeter.fields_i64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int64, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 620 | 2024.12.20 21:12:23.180167 [ 271 ] {01dccdd1-f4f4-4ec8-9e7e-a60341766647} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 | ||
| 621 | 2024.12.20 21:12:23.182908 [ 271 ] {01dccdd1-f4f4-4ec8-9e7e-a60341766647} <Debug> oximeter.fields_i64 (a4a168c5-0002-4ba1-8752-76cd4ecf3846): Loading data parts | ||
| 622 | 2024.12.20 21:12:23.183112 [ 271 ] {01dccdd1-f4f4-4ec8-9e7e-a60341766647} <Debug> oximeter.fields_i64 (a4a168c5-0002-4ba1-8752-76cd4ecf3846): There are no data parts | ||
| 623 | 2024.12.20 21:12:23.185296 [ 271 ] {01dccdd1-f4f4-4ec8-9e7e-a60341766647} <Debug> TCPHandler: Processed in 0.005556625 sec. | ||
| 624 | 2024.12.20 21:12:23.185571 [ 266 ] {} <Trace> TCP-Session: 53b8f036-419c-4e80-803c-bda1922d0cba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 625 | 2024.12.20 21:12:23.185839 [ 266 ] {00f52d3a-71c3-4463-b373-502f9978f3fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45296) CREATE TABLE IF NOT EXISTS oximeter.fields_u64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt64, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 626 | 2024.12.20 21:12:23.185902 [ 266 ] {00f52d3a-71c3-4463-b373-502f9978f3fb} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 | ||
| 627 | 2024.12.20 21:12:23.189737 [ 266 ] {00f52d3a-71c3-4463-b373-502f9978f3fb} <Debug> oximeter.fields_u64 (f38591f0-ef20-4b9c-b8d0-d8df993fc440): Loading data parts | ||
| 628 | 2024.12.20 21:12:23.189932 [ 266 ] {00f52d3a-71c3-4463-b373-502f9978f3fb} <Debug> oximeter.fields_u64 (f38591f0-ef20-4b9c-b8d0-d8df993fc440): There are no data parts | ||
| 629 | 2024.12.20 21:12:23.193328 [ 266 ] {00f52d3a-71c3-4463-b373-502f9978f3fb} <Debug> TCPHandler: Processed in 0.007877351 sec. | ||
| 630 | 2024.12.20 21:12:23.193654 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 631 | 2024.12.20 21:12:23.193923 [ 271 ] {b7195bc8-c2ad-443d-a5b0-f16a959eb515} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) CREATE TABLE IF NOT EXISTS oximeter.fields_ipaddr ( timeseries_name String, timeseries_key UInt64, field_name String, field_value IPv6, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 632 | 2024.12.20 21:12:23.194038 [ 271 ] {b7195bc8-c2ad-443d-a5b0-f16a959eb515} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr | ||
| 633 | 2024.12.20 21:12:23.198883 [ 271 ] {b7195bc8-c2ad-443d-a5b0-f16a959eb515} <Debug> oximeter.fields_ipaddr (4da408a5-04d9-4612-a7f6-fa820cf71f1e): Loading data parts | ||
| 634 | 2024.12.20 21:12:23.199075 [ 271 ] {b7195bc8-c2ad-443d-a5b0-f16a959eb515} <Debug> oximeter.fields_ipaddr (4da408a5-04d9-4612-a7f6-fa820cf71f1e): There are no data parts | ||
| 635 | 2024.12.20 21:12:23.201824 [ 271 ] {b7195bc8-c2ad-443d-a5b0-f16a959eb515} <Debug> TCPHandler: Processed in 0.008282725 sec. | ||
| 636 | 2024.12.20 21:12:23.202018 [ 266 ] {} <Trace> TCP-Session: 53b8f036-419c-4e80-803c-bda1922d0cba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 637 | 2024.12.20 21:12:23.202255 [ 266 ] {a6198642-9de1-4eb8-9999-ad42f0881d8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45296) CREATE TABLE IF NOT EXISTS oximeter.fields_string ( timeseries_name String, timeseries_key UInt64, field_name String, field_value String, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 638 | 2024.12.20 21:12:23.202316 [ 266 ] {a6198642-9de1-4eb8-9999-ad42f0881d8d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string | ||
| 639 | 2024.12.20 21:12:23.206105 [ 266 ] {a6198642-9de1-4eb8-9999-ad42f0881d8d} <Debug> oximeter.fields_string (a7c5bf06-55d5-47a3-8577-07a38c41e153): Loading data parts | ||
| 640 | 2024.12.20 21:12:23.206289 [ 266 ] {a6198642-9de1-4eb8-9999-ad42f0881d8d} <Debug> oximeter.fields_string (a7c5bf06-55d5-47a3-8577-07a38c41e153): There are no data parts | ||
| 641 | 2024.12.20 21:12:23.208609 [ 266 ] {a6198642-9de1-4eb8-9999-ad42f0881d8d} <Debug> TCPHandler: Processed in 0.006605409 sec. | ||
| 642 | 2024.12.20 21:12:23.208822 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 643 | 2024.12.20 21:12:23.209033 [ 271 ] {4133a5a1-f252-42b4-a605-5a0c408e6d9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) CREATE TABLE IF NOT EXISTS oximeter.fields_uuid ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UUID, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 644 | 2024.12.20 21:12:23.209135 [ 271 ] {4133a5a1-f252-42b4-a605-5a0c408e6d9c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid | ||
| 645 | 2024.12.20 21:12:23.212743 [ 271 ] {4133a5a1-f252-42b4-a605-5a0c408e6d9c} <Debug> oximeter.fields_uuid (56c9adb2-48e9-46d9-87b0-c6a967c48154): Loading data parts | ||
| 646 | 2024.12.20 21:12:23.212931 [ 271 ] {4133a5a1-f252-42b4-a605-5a0c408e6d9c} <Debug> oximeter.fields_uuid (56c9adb2-48e9-46d9-87b0-c6a967c48154): There are no data parts | ||
| 647 | 2024.12.20 21:12:23.216786 [ 271 ] {4133a5a1-f252-42b4-a605-5a0c408e6d9c} <Debug> TCPHandler: Processed in 0.008022846 sec. | ||
| 648 | 2024.12.20 21:12:23.217030 [ 266 ] {} <Trace> TCP-Session: 53b8f036-419c-4e80-803c-bda1922d0cba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 649 | 2024.12.20 21:12:23.217386 [ 266 ] {ffa9d5d3-e702-4f25-86eb-a436ad132ee5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45296) /* The timeseries schema table stores the extracted schema for the samples | ||
| 650 | * oximeter collects. | ||
| 651 | */ | ||
| 652 | CREATE TABLE IF NOT EXISTS oximeter.timeseries_schema ( timeseries_name String, fields Nested( name String, type Enum( 'Bool' = 1, 'I64' = 2, 'IpAddr' = 3, 'String' = 4, 'Uuid' = 6, 'I8' = 7, 'U8' = 8, 'I16' = 9, 'U16' = 10, 'I32' = 11, 'U32' = 12, 'U64' = 13 ), source Enum( 'Target' = 1, 'Metric' = 2 ) ), datum_type Enum( 'Bool' = 1, 'I64' = 2, 'F64' = 3, 'String' = 4, 'Bytes' = 5, 'CumulativeI64' = 6, 'CumulativeF64' = 7, 'HistogramI64' = 8, 'HistogramF64' = 9, 'I8' = 10, 'U8' = 11, 'I16' = 12, 'U16' = 13, 'I32' = 14, 'U32' = 15, 'U64' = 16, 'F32' = 17, 'CumulativeU64' = 18, 'CumulativeF32' = 19, 'HistogramI8' = 20, 'HistogramU8' = 21, 'HistogramI16' = 22, 'HistogramU16' = 23, 'HistogramI32' = 24, 'HistogramU32' = 25, 'HistogramU64' = 26, 'HistogramF32' = 27 ), created DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (timeseries_name, fields.name) (stage: Complete) | ||
| 653 | 2024.12.20 21:12:23.217486 [ 266 ] {ffa9d5d3-e702-4f25-86eb-a436ad132ee5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema | ||
| 654 | 2024.12.20 21:12:23.219476 [ 266 ] {ffa9d5d3-e702-4f25-86eb-a436ad132ee5} <Debug> oximeter.timeseries_schema (01d8643b-47e1-4db5-9986-404ac45e3089): Loading data parts | ||
| 655 | 2024.12.20 21:12:23.219683 [ 266 ] {ffa9d5d3-e702-4f25-86eb-a436ad132ee5} <Debug> oximeter.timeseries_schema (01d8643b-47e1-4db5-9986-404ac45e3089): There are no data parts | ||
| 656 | 2024.12.20 21:12:23.223280 [ 266 ] {ffa9d5d3-e702-4f25-86eb-a436ad132ee5} <Debug> TCPHandler: Processed in 0.006374522 sec. | ||
| 657 | 2024.12.20 21:12:23.223565 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 658 | 2024.12.20 21:12:23.223839 [ 271 ] {2c21c211-b526-41e6-aa6f-e8384e516606} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) INSERT INTO oximeter.version (*) VALUES (stage: Complete) | ||
| 659 | 2024.12.20 21:12:23.225281 [ 271 ] {2c21c211-b526-41e6-aa6f-e8384e516606} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version | ||
| 660 | 2024.12.20 21:12:23.234152 [ 276 ] {2c21c211-b526-41e6-aa6f-e8384e516606} <Trace> oximeter.version (f660604a-4bfa-4c5d-91cd-34dcb200615d): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 661 | 2024.12.20 21:12:23.234232 [ 276 ] {2c21c211-b526-41e6-aa6f-e8384e516606} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 662 | 2024.12.20 21:12:23.237934 [ 276 ] {2c21c211-b526-41e6-aa6f-e8384e516606} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 663 | 2024.12.20 21:12:23.238298 [ 276 ] {2c21c211-b526-41e6-aa6f-e8384e516606} <Trace> oximeter.version (f660604a-4bfa-4c5d-91cd-34dcb200615d): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 664 | 2024.12.20 21:12:23.238697 [ 271 ] {2c21c211-b526-41e6-aa6f-e8384e516606} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.014939 sec., 66.93888479817926 rows/sec., 1.05 KiB/sec. | ||
| 665 | 2024.12.20 21:12:23.238999 [ 271 ] {2c21c211-b526-41e6-aa6f-e8384e516606} <Debug> TCPHandler: Processed in 0.015492814 sec. | ||
| 666 | 2024.12.20 21:12:23.650927 [ 277 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:64281 | ||
| 667 | 2024.12.20 21:12:23.651040 [ 277 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 668 | 2024.12.20 21:12:23.651068 [ 277 ] {} <Debug> TCP-Session: 56f7dd64-c970-48ed-a14f-2ab87e5becc6 Authenticating user 'default' from [fd00:1122:3344:101::c]:64281 | ||
| 669 | 2024.12.20 21:12:23.651092 [ 277 ] {} <Debug> TCP-Session: 56f7dd64-c970-48ed-a14f-2ab87e5becc6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 670 | 2024.12.20 21:12:23.651206 [ 277 ] {} <Debug> TCP-Session: 56f7dd64-c970-48ed-a14f-2ab87e5becc6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 671 | 2024.12.20 21:12:23.651259 [ 277 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 672 | 2024.12.20 21:12:23.651283 [ 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 | ||
| 673 | 2024.12.20 21:12:23.651430 [ 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 | ||
| 674 | 2024.12.20 21:12:23.654269 [ 278 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:65050 | ||
| 675 | 2024.12.20 21:12:23.654393 [ 279 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:64095 | ||
| 676 | 2024.12.20 21:12:23.654471 [ 278 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 677 | 2024.12.20 21:12:23.654498 [ 280 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:38465 | ||
| 678 | 2024.12.20 21:12:23.654649 [ 279 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 679 | 2024.12.20 21:12:23.654656 [ 281 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:35766 | ||
| 680 | 2024.12.20 21:12:23.655001 [ 278 ] {} <Debug> TCP-Session: 201f25b2-4540-40c3-9cc2-dca512e5f037 Authenticating user 'default' from [fd00:1122:3344:101::c]:65050 | ||
| 681 | 2024.12.20 21:12:23.655096 [ 279 ] {} <Debug> TCP-Session: e422a19e-8f1c-411e-b489-320af5ce1667 Authenticating user 'default' from [fd00:1122:3344:101::c]:64095 | ||
| 682 | 2024.12.20 21:12:23.655109 [ 281 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 683 | 2024.12.20 21:12:23.655028 [ 283 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:36826 | ||
| 684 | 2024.12.20 21:12:23.655172 [ 284 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:43597 | ||
| 685 | 2024.12.20 21:12:23.655221 [ 281 ] {} <Debug> TCP-Session: ceaa1181-7e85-49bc-ac76-8f07c78c9ac7 Authenticating user 'default' from [fd00:1122:3344:101::c]:35766 | ||
| 686 | 2024.12.20 21:12:23.655197 [ 278 ] {} <Debug> TCP-Session: 201f25b2-4540-40c3-9cc2-dca512e5f037 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 687 | 2024.12.20 21:12:23.655246 [ 279 ] {} <Debug> TCP-Session: e422a19e-8f1c-411e-b489-320af5ce1667 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 688 | 2024.12.20 21:12:23.655318 [ 283 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 689 | 2024.12.20 21:12:23.655408 [ 278 ] {} <Debug> TCP-Session: 201f25b2-4540-40c3-9cc2-dca512e5f037 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 690 | 2024.12.20 21:12:23.655426 [ 279 ] {} <Debug> TCP-Session: e422a19e-8f1c-411e-b489-320af5ce1667 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 691 | 2024.12.20 21:12:23.655024 [ 280 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 692 | 2024.12.20 21:12:23.655558 [ 283 ] {} <Debug> TCP-Session: 78fed2ff-eb95-4b74-bf13-30652e6c2e85 Authenticating user 'default' from [fd00:1122:3344:101::c]:36826 | ||
| 693 | 2024.12.20 21:12:23.655016 [ 282 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:42042 | ||
| 694 | 2024.12.20 21:12:23.655749 [ 280 ] {} <Debug> TCP-Session: 613ab9d9-93b3-4882-9ba6-45c5f6da3b02 Authenticating user 'default' from [fd00:1122:3344:101::c]:38465 | ||
| 695 | 2024.12.20 21:12:23.655766 [ 283 ] {} <Debug> TCP-Session: 78fed2ff-eb95-4b74-bf13-30652e6c2e85 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 696 | 2024.12.20 21:12:23.655809 [ 281 ] {} <Debug> TCP-Session: ceaa1181-7e85-49bc-ac76-8f07c78c9ac7 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 697 | 2024.12.20 21:12:23.656011 [ 282 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 698 | 2024.12.20 21:12:23.656045 [ 283 ] {} <Debug> TCP-Session: 78fed2ff-eb95-4b74-bf13-30652e6c2e85 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 699 | 2024.12.20 21:12:23.656004 [ 281 ] {} <Debug> TCP-Session: ceaa1181-7e85-49bc-ac76-8f07c78c9ac7 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 700 | 2024.12.20 21:12:23.656012 [ 280 ] {} <Debug> TCP-Session: 613ab9d9-93b3-4882-9ba6-45c5f6da3b02 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 701 | 2024.12.20 21:12:23.656184 [ 282 ] {} <Debug> TCP-Session: c82b3c92-0a1b-48d1-bfc9-8b75ca1370c8 Authenticating user 'default' from [fd00:1122:3344:101::c]:42042 | ||
| 702 | 2024.12.20 21:12:23.656396 [ 284 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 703 | 2024.12.20 21:12:23.656427 [ 280 ] {} <Debug> TCP-Session: 613ab9d9-93b3-4882-9ba6-45c5f6da3b02 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 704 | 2024.12.20 21:12:23.656455 [ 282 ] {} <Debug> TCP-Session: c82b3c92-0a1b-48d1-bfc9-8b75ca1370c8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 705 | 2024.12.20 21:12:23.656442 [ 284 ] {} <Debug> TCP-Session: cb825934-a234-47ad-9252-88d0e5d634df Authenticating user 'default' from [fd00:1122:3344:101::c]:43597 | ||
| 706 | 2024.12.20 21:12:23.656626 [ 282 ] {} <Debug> TCP-Session: c82b3c92-0a1b-48d1-bfc9-8b75ca1370c8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 707 | 2024.12.20 21:12:23.656639 [ 284 ] {} <Debug> TCP-Session: cb825934-a234-47ad-9252-88d0e5d634df Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 708 | 2024.12.20 21:12:23.657091 [ 284 ] {} <Debug> TCP-Session: cb825934-a234-47ad-9252-88d0e5d634df Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 709 | 2024.12.20 21:12:24.000633 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 136.77 MiB, peak 136.77 MiB, free memory in arenas 0.00 B, will set to 140.86 MiB (RSS), difference: 4.09 MiB | ||
| 710 | 2024.12.20 21:12:29.612616 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 | ||
| 711 | 2024.12.20 21:12:29.612633 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 488 | ||
| 712 | 2024.12.20 21:12:29.612716 [ 243 ] {} <Debug> SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog | ||
| 713 | 2024.12.20 21:12:29.612743 [ 244 ] {} <Debug> SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog | ||
| 714 | 2024.12.20 21:12:29.620634 [ 244 ] {} <Debug> system.asynchronous_metric_log (7374c277-4ec6-4bc6-a92a-be2a3111abf4): Loading data parts | ||
| 715 | 2024.12.20 21:12:29.621037 [ 244 ] {} <Debug> system.asynchronous_metric_log (7374c277-4ec6-4bc6-a92a-be2a3111abf4): There are no data parts | ||
| 716 | 2024.12.20 21:12:29.633691 [ 244 ] {} <Trace> system.asynchronous_metric_log (7374c277-4ec6-4bc6-a92a-be2a3111abf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 717 | 2024.12.20 21:12:29.633910 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 718 | 2024.12.20 21:12:29.635509 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 719 | 2024.12.20 21:12:29.635958 [ 244 ] {} <Trace> system.asynchronous_metric_log (7374c277-4ec6-4bc6-a92a-be2a3111abf4): 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.12.20 21:12:29.636310 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 488 | ||
| 721 | 2024.12.20 21:12:29.638075 [ 243 ] {} <Debug> system.metric_log (76748c68-b196-4e56-a74b-50a33795b533): Loading data parts | ||
| 722 | 2024.12.20 21:12:29.638288 [ 243 ] {} <Debug> system.metric_log (76748c68-b196-4e56-a74b-50a33795b533): There are no data parts | ||
| 723 | 2024.12.20 21:12:29.665948 [ 243 ] {} <Trace> system.metric_log (76748c68-b196-4e56-a74b-50a33795b533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 724 | 2024.12.20 21:12:29.666111 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 725 | 2024.12.20 21:12:29.673314 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 726 | 2024.12.20 21:12:29.674802 [ 243 ] {} <Trace> system.metric_log (76748c68-b196-4e56-a74b-50a33795b533): 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.12.20 21:12:29.677274 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 8 | ||
| 728 | 2024.12.20 21:12:30.000212 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 145.86 MiB, peak 149.86 MiB, free memory in arenas 0.00 B, will set to 150.72 MiB (RSS), difference: 4.86 MiB | ||
| 729 | 2024.12.20 21:12:31.705382 [ 285 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:62073 | ||
| 730 | 2024.12.20 21:12:31.705669 [ 285 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 731 | 2024.12.20 21:12:31.705702 [ 285 ] {} <Debug> TCP-Session: f49e10a7-9670-41c2-aafe-eb7c4284a584 Authenticating user 'default' from [fd00:1122:3344:101::b]:62073 | ||
| 732 | 2024.12.20 21:12:31.705726 [ 285 ] {} <Debug> TCP-Session: f49e10a7-9670-41c2-aafe-eb7c4284a584 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 733 | 2024.12.20 21:12:31.705740 [ 285 ] {} <Debug> TCP-Session: f49e10a7-9670-41c2-aafe-eb7c4284a584 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 734 | 2024.12.20 21:12:31.705882 [ 285 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 735 | 2024.12.20 21:12:31.705908 [ 285 ] {} <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 | ||
| 736 | 2024.12.20 21:12:31.706004 [ 285 ] {} <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 | ||
| 737 | 2024.12.20 21:12:31.708872 [ 286 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:42775 | ||
| 738 | 2024.12.20 21:12:31.709005 [ 286 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 739 | 2024.12.20 21:12:31.709005 [ 287 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:48237 | ||
| 740 | 2024.12.20 21:12:31.709040 [ 286 ] {} <Debug> TCP-Session: 51abada4-e19a-47e4-bfcd-0fe1b4d5ae00 Authenticating user 'default' from [fd00:1122:3344:101::b]:42775 | ||
| 741 | 2024.12.20 21:12:31.709097 [ 288 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:51658 | ||
| 742 | 2024.12.20 21:12:31.709295 [ 286 ] {} <Debug> TCP-Session: 51abada4-e19a-47e4-bfcd-0fe1b4d5ae00 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 743 | 2024.12.20 21:12:31.709297 [ 289 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:36234 | ||
| 744 | 2024.12.20 21:12:31.709331 [ 286 ] {} <Debug> TCP-Session: 51abada4-e19a-47e4-bfcd-0fe1b4d5ae00 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 745 | 2024.12.20 21:12:31.709299 [ 287 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 746 | 2024.12.20 21:12:31.709405 [ 290 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:64933 | ||
| 747 | 2024.12.20 21:12:31.709642 [ 291 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:57570 | ||
| 748 | 2024.12.20 21:12:31.709668 [ 288 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 749 | 2024.12.20 21:12:31.709703 [ 287 ] {} <Debug> TCP-Session: 12b742b4-fff9-439e-b132-cb3609b2ef46 Authenticating user 'default' from [fd00:1122:3344:101::b]:48237 | ||
| 750 | 2024.12.20 21:12:31.709589 [ 289 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 751 | 2024.12.20 21:12:31.709958 [ 287 ] {} <Debug> TCP-Session: 12b742b4-fff9-439e-b132-cb3609b2ef46 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 752 | 2024.12.20 21:12:31.709979 [ 291 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 753 | 2024.12.20 21:12:31.710010 [ 288 ] {} <Debug> TCP-Session: 0171fe4f-0b39-4853-96cd-429663bdfb4b Authenticating user 'default' from [fd00:1122:3344:101::b]:51658 | ||
| 754 | 2024.12.20 21:12:31.709991 [ 292 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:43349 | ||
| 755 | 2024.12.20 21:12:31.710039 [ 289 ] {} <Debug> TCP-Session: 42207668-aa1d-488e-bc1f-2e55a0ab5c1d Authenticating user 'default' from [fd00:1122:3344:101::b]:36234 | ||
| 756 | 2024.12.20 21:12:31.710097 [ 287 ] {} <Debug> TCP-Session: 12b742b4-fff9-439e-b132-cb3609b2ef46 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 757 | 2024.12.20 21:12:31.710100 [ 290 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 758 | 2024.12.20 21:12:31.710136 [ 288 ] {} <Debug> TCP-Session: 0171fe4f-0b39-4853-96cd-429663bdfb4b Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 759 | 2024.12.20 21:12:31.710296 [ 288 ] {} <Debug> TCP-Session: 0171fe4f-0b39-4853-96cd-429663bdfb4b Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 760 | 2024.12.20 21:12:31.710303 [ 292 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 761 | 2024.12.20 21:12:31.710348 [ 291 ] {} <Debug> TCP-Session: 8a1cd5d0-67b2-4ba0-aa6e-f17cc7d427ca Authenticating user 'default' from [fd00:1122:3344:101::b]:57570 | ||
| 762 | 2024.12.20 21:12:31.710410 [ 290 ] {} <Debug> TCP-Session: f2de43e9-1e0e-4557-85da-078546e4afe2 Authenticating user 'default' from [fd00:1122:3344:101::b]:64933 | ||
| 763 | 2024.12.20 21:12:31.710445 [ 291 ] {} <Debug> TCP-Session: 8a1cd5d0-67b2-4ba0-aa6e-f17cc7d427ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 764 | 2024.12.20 21:12:31.710469 [ 292 ] {} <Debug> TCP-Session: 48e6cfb2-0643-4ccb-aa6e-cd8dc4fd96d2 Authenticating user 'default' from [fd00:1122:3344:101::b]:43349 | ||
| 765 | 2024.12.20 21:12:31.710513 [ 290 ] {} <Debug> TCP-Session: f2de43e9-1e0e-4557-85da-078546e4afe2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 766 | 2024.12.20 21:12:31.710537 [ 291 ] {} <Debug> TCP-Session: 8a1cd5d0-67b2-4ba0-aa6e-f17cc7d427ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 767 | 2024.12.20 21:12:31.710553 [ 292 ] {} <Debug> TCP-Session: 48e6cfb2-0643-4ccb-aa6e-cd8dc4fd96d2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 768 | 2024.12.20 21:12:31.710593 [ 290 ] {} <Debug> TCP-Session: f2de43e9-1e0e-4557-85da-078546e4afe2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 769 | 2024.12.20 21:12:31.710635 [ 292 ] {} <Debug> TCP-Session: 48e6cfb2-0643-4ccb-aa6e-cd8dc4fd96d2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 770 | 2024.12.20 21:12:31.710622 [ 289 ] {} <Debug> TCP-Session: 42207668-aa1d-488e-bc1f-2e55a0ab5c1d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 771 | 2024.12.20 21:12:31.710717 [ 289 ] {} <Debug> TCP-Session: 42207668-aa1d-488e-bc1f-2e55a0ab5c1d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 772 | 2024.12.20 21:12:32.112565 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 90 entries to flush up to offset 90 | ||
| 773 | 2024.12.20 21:12:32.112679 [ 242 ] {} <Debug> SystemLog (system.query_log): Creating new table system.query_log for QueryLog | ||
| 774 | 2024.12.20 21:12:32.120923 [ 242 ] {} <Debug> system.query_log (baa8d9f2-52e3-4f4e-aa10-ca7b91d14406): Loading data parts | ||
| 775 | 2024.12.20 21:12:32.121083 [ 242 ] {} <Debug> system.query_log (baa8d9f2-52e3-4f4e-aa10-ca7b91d14406): There are no data parts | ||
| 776 | 2024.12.20 21:12:32.127125 [ 242 ] {} <Trace> system.query_log (baa8d9f2-52e3-4f4e-aa10-ca7b91d14406): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 777 | 2024.12.20 21:12:32.127166 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 778 | 2024.12.20 21:12:32.128968 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 779 | 2024.12.20 21:12:32.129482 [ 242 ] {} <Trace> system.query_log (baa8d9f2-52e3-4f4e-aa10-ca7b91d14406): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 780 | 2024.12.20 21:12:32.129972 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 90 | ||
| 781 | 2024.12.20 21:12:33.000139 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 155.20 MiB, peak 155.20 MiB, free memory in arenas 0.00 B, will set to 151.51 MiB (RSS), difference: -3.68 MiB | ||
| 782 | 2024.12.20 21:12:37.083282 [ 139 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 783 | 2024.12.20 21:12:37.083346 [ 139 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 784 | 2024.12.20 21:12:37.136673 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 976 | ||
| 785 | 2024.12.20 21:12:37.137650 [ 244 ] {} <Trace> system.asynchronous_metric_log (7374c277-4ec6-4bc6-a92a-be2a3111abf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 786 | 2024.12.20 21:12:37.137696 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 787 | 2024.12.20 21:12:37.138512 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 788 | 2024.12.20 21:12:37.139042 [ 244 ] {} <Trace> system.asynchronous_metric_log (7374c277-4ec6-4bc6-a92a-be2a3111abf4): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 789 | 2024.12.20 21:12:37.139241 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976 | ||
| 790 | 2024.12.20 21:12:37.177628 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 | ||
| 791 | 2024.12.20 21:12:37.198819 [ 243 ] {} <Trace> system.metric_log (76748c68-b196-4e56-a74b-50a33795b533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 792 | 2024.12.20 21:12:37.198869 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 793 | 2024.12.20 21:12:37.205982 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 794 | 2024.12.20 21:12:37.207152 [ 243 ] {} <Trace> system.metric_log (76748c68-b196-4e56-a74b-50a33795b533): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 795 | 2024.12.20 21:12:37.209406 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 16 | ||
| 796 | 2024.12.20 21:12:38.000283 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 152.19 MiB, peak 156.19 MiB, free memory in arenas 0.00 B, will set to 154.41 MiB (RSS), difference: 2.22 MiB | ||
| 797 | 2024.12.20 21:12:43.000276 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 150.46 MiB, peak 156.19 MiB, free memory in arenas 0.00 B, will set to 154.47 MiB (RSS), difference: 4.01 MiB | ||
| 798 | 2024.12.20 21:12:43.245185 [ 266 ] {} <Trace> TCP-Session: 53b8f036-419c-4e80-803c-bda1922d0cba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 799 | 2024.12.20 21:12:43.245377 [ 266 ] {83881240-1b09-47c4-9249-e30e5b8c1894} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45296) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) | ||
| 800 | 2024.12.20 21:12:43.245761 [ 266 ] {83881240-1b09-47c4-9249-e30e5b8c1894} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 801 | 2024.12.20 21:12:43.246009 [ 266 ] {83881240-1b09-47c4-9249-e30e5b8c1894} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 802 | 2024.12.20 21:12:43.246769 [ 266 ] {83881240-1b09-47c4-9249-e30e5b8c1894} <Debug> TCPHandler: Processed in 0.001701276 sec. | ||
| 803 | 2024.12.20 21:12:43.249305 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 804 | 2024.12.20 21:12:43.249537 [ 271 ] {aec2412a-b6cd-46e0-bc27-ca14eae659c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_routes') FORMAT Native; (stage: Complete) | ||
| 805 | 2024.12.20 21:12:43.251407 [ 271 ] {aec2412a-b6cd-46e0-bc27-ca14eae659c4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 806 | 2024.12.20 21:12:43.251486 [ 271 ] {aec2412a-b6cd-46e0-bc27-ca14eae659c4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 807 | 2024.12.20 21:12:43.252128 [ 271 ] {aec2412a-b6cd-46e0-bc27-ca14eae659c4} <Debug> TCPHandler: Processed in 0.002951968 sec. | ||
| 808 | 2024.12.20 21:12:43.252427 [ 266 ] {} <Trace> TCP-Session: 53b8f036-419c-4e80-803c-bda1922d0cba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 809 | 2024.12.20 21:12:43.252585 [ 266 ] {b9d5a04b-4a1f-4234-afa5-dc3d420d988d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45296) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) | ||
| 810 | 2024.12.20 21:12:43.253038 [ 266 ] {b9d5a04b-4a1f-4234-afa5-dc3d420d988d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 811 | 2024.12.20 21:12:43.253095 [ 266 ] {b9d5a04b-4a1f-4234-afa5-dc3d420d988d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 812 | 2024.12.20 21:12:43.253574 [ 266 ] {b9d5a04b-4a1f-4234-afa5-dc3d420d988d} <Debug> TCPHandler: Processed in 0.001241332 sec. | ||
| 813 | 2024.12.20 21:12:43.253855 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 814 | 2024.12.20 21:12:43.254080 [ 271 ] {b1b16673-241b-49ef-8f89-ac406518bc9c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) 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) | ||
| 815 | 2024.12.20 21:12:43.254476 [ 271 ] {b1b16673-241b-49ef-8f89-ac406518bc9c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 816 | 2024.12.20 21:12:43.254543 [ 271 ] {b1b16673-241b-49ef-8f89-ac406518bc9c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 817 | 2024.12.20 21:12:43.255114 [ 271 ] {b1b16673-241b-49ef-8f89-ac406518bc9c} <Debug> TCPHandler: Processed in 0.001256792 sec. | ||
| 818 | 2024.12.20 21:12:43.255463 [ 266 ] {} <Trace> TCP-Session: 53b8f036-419c-4e80-803c-bda1922d0cba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 819 | 2024.12.20 21:12:43.255612 [ 266 ] {3a3cf7e8-773e-4cf7-9df2-d3945ee507af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45296) 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) | ||
| 820 | 2024.12.20 21:12:43.255986 [ 266 ] {3a3cf7e8-773e-4cf7-9df2-d3945ee507af} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 821 | 2024.12.20 21:12:43.256042 [ 266 ] {3a3cf7e8-773e-4cf7-9df2-d3945ee507af} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 822 | 2024.12.20 21:12:43.256531 [ 266 ] {3a3cf7e8-773e-4cf7-9df2-d3945ee507af} <Debug> TCPHandler: Processed in 0.001119597 sec. | ||
| 823 | 2024.12.20 21:12:43.256807 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 824 | 2024.12.20 21:12:43.256962 [ 271 ] {fcc7d048-6786-49e4-9ceb-c16a0c649337} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) 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) | ||
| 825 | 2024.12.20 21:12:43.257333 [ 271 ] {fcc7d048-6786-49e4-9ceb-c16a0c649337} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 826 | 2024.12.20 21:12:43.257395 [ 271 ] {fcc7d048-6786-49e4-9ceb-c16a0c649337} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 827 | 2024.12.20 21:12:43.257901 [ 271 ] {fcc7d048-6786-49e4-9ceb-c16a0c649337} <Debug> TCPHandler: Processed in 0.001148979 sec. | ||
| 828 | 2024.12.20 21:12:43.258161 [ 266 ] {} <Trace> TCP-Session: 53b8f036-419c-4e80-803c-bda1922d0cba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 829 | 2024.12.20 21:12:43.258311 [ 266 ] {680927ef-10ad-45ef-b519-f5c77d584085} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45296) 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) | ||
| 830 | 2024.12.20 21:12:43.258680 [ 266 ] {680927ef-10ad-45ef-b519-f5c77d584085} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 831 | 2024.12.20 21:12:43.258736 [ 266 ] {680927ef-10ad-45ef-b519-f5c77d584085} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 832 | 2024.12.20 21:12:43.259218 [ 266 ] {680927ef-10ad-45ef-b519-f5c77d584085} <Debug> TCPHandler: Processed in 0.001108797 sec. | ||
| 833 | 2024.12.20 21:12:43.259484 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 834 | 2024.12.20 21:12:43.259651 [ 271 ] {58aa0c46-6488-4f5f-a6dc-24d112561292} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) 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) | ||
| 835 | 2024.12.20 21:12:43.260054 [ 271 ] {58aa0c46-6488-4f5f-a6dc-24d112561292} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 836 | 2024.12.20 21:12:43.260114 [ 271 ] {58aa0c46-6488-4f5f-a6dc-24d112561292} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 837 | 2024.12.20 21:12:43.260649 [ 271 ] {58aa0c46-6488-4f5f-a6dc-24d112561292} <Debug> TCPHandler: Processed in 0.001220541 sec. | ||
| 838 | 2024.12.20 21:12:43.260939 [ 266 ] {} <Trace> TCP-Session: 53b8f036-419c-4e80-803c-bda1922d0cba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 839 | 2024.12.20 21:12:43.261104 [ 266 ] {64b33e85-3f0f-4c1f-8450-688892a00af6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45296) 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) | ||
| 840 | 2024.12.20 21:12:43.261505 [ 266 ] {64b33e85-3f0f-4c1f-8450-688892a00af6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 841 | 2024.12.20 21:12:43.261563 [ 266 ] {64b33e85-3f0f-4c1f-8450-688892a00af6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 842 | 2024.12.20 21:12:43.262034 [ 266 ] {64b33e85-3f0f-4c1f-8450-688892a00af6} <Debug> TCPHandler: Processed in 0.001153929 sec. | ||
| 843 | 2024.12.20 21:12:43.262322 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 844 | 2024.12.20 21:12:43.262492 [ 271 ] {d2486873-5ba7-410f-8bc6-fbb920e71a14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) 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) | ||
| 845 | 2024.12.20 21:12:43.262919 [ 271 ] {d2486873-5ba7-410f-8bc6-fbb920e71a14} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 846 | 2024.12.20 21:12:43.263001 [ 271 ] {d2486873-5ba7-410f-8bc6-fbb920e71a14} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 847 | 2024.12.20 21:12:43.263638 [ 271 ] {d2486873-5ba7-410f-8bc6-fbb920e71a14} <Debug> TCPHandler: Processed in 0.001370346 sec. | ||
| 848 | 2024.12.20 21:12:43.263907 [ 266 ] {} <Trace> TCP-Session: 53b8f036-419c-4e80-803c-bda1922d0cba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 849 | 2024.12.20 21:12:43.264073 [ 266 ] {11d82bc1-c382-4085-8a68-ac366ca2fc1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45296) 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) | ||
| 850 | 2024.12.20 21:12:43.264472 [ 266 ] {11d82bc1-c382-4085-8a68-ac366ca2fc1c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 851 | 2024.12.20 21:12:43.264530 [ 266 ] {11d82bc1-c382-4085-8a68-ac366ca2fc1c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 852 | 2024.12.20 21:12:43.264995 [ 266 ] {11d82bc1-c382-4085-8a68-ac366ca2fc1c} <Debug> TCPHandler: Processed in 0.001142068 sec. | ||
| 853 | 2024.12.20 21:12:43.265270 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 854 | 2024.12.20 21:12:43.265449 [ 271 ] {460fe8a6-3396-451f-bbe9-22ae4c2f035f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) 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) | ||
| 855 | 2024.12.20 21:12:43.265844 [ 271 ] {460fe8a6-3396-451f-bbe9-22ae4c2f035f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 856 | 2024.12.20 21:12:43.265906 [ 271 ] {460fe8a6-3396-451f-bbe9-22ae4c2f035f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 857 | 2024.12.20 21:12:43.266420 [ 271 ] {460fe8a6-3396-451f-bbe9-22ae4c2f035f} <Debug> TCPHandler: Processed in 0.00121068 sec. | ||
| 858 | 2024.12.20 21:12:43.266698 [ 266 ] {} <Trace> TCP-Session: 53b8f036-419c-4e80-803c-bda1922d0cba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 859 | 2024.12.20 21:12:43.266859 [ 266 ] {9e4db2f3-820c-4e6c-ae3f-9c71d00b6f37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45296) 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) | ||
| 860 | 2024.12.20 21:12:43.267250 [ 266 ] {9e4db2f3-820c-4e6c-ae3f-9c71d00b6f37} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 861 | 2024.12.20 21:12:43.267307 [ 266 ] {9e4db2f3-820c-4e6c-ae3f-9c71d00b6f37} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 862 | 2024.12.20 21:12:43.267770 [ 266 ] {9e4db2f3-820c-4e6c-ae3f-9c71d00b6f37} <Debug> TCPHandler: Processed in 0.001125027 sec. | ||
| 863 | 2024.12.20 21:12:43.268042 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 864 | 2024.12.20 21:12:43.268209 [ 271 ] {cf55a1f9-00cb-4f96-9f0d-3a722bc0eb7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) 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) | ||
| 865 | 2024.12.20 21:12:43.268602 [ 271 ] {cf55a1f9-00cb-4f96-9f0d-3a722bc0eb7a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 866 | 2024.12.20 21:12:43.268669 [ 271 ] {cf55a1f9-00cb-4f96-9f0d-3a722bc0eb7a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 867 | 2024.12.20 21:12:43.269184 [ 271 ] {cf55a1f9-00cb-4f96-9f0d-3a722bc0eb7a} <Debug> TCPHandler: Processed in 0.00119526 sec. | ||
| 868 | 2024.12.20 21:12:43.269444 [ 266 ] {} <Trace> TCP-Session: 53b8f036-419c-4e80-803c-bda1922d0cba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 869 | 2024.12.20 21:12:43.269623 [ 266 ] {3a7684d7-5d7f-4a0c-89fa-90ce01ea2a22} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45296) 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) | ||
| 870 | 2024.12.20 21:12:43.270089 [ 266 ] {3a7684d7-5d7f-4a0c-89fa-90ce01ea2a22} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 871 | 2024.12.20 21:12:43.270154 [ 266 ] {3a7684d7-5d7f-4a0c-89fa-90ce01ea2a22} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 872 | 2024.12.20 21:12:43.270660 [ 266 ] {3a7684d7-5d7f-4a0c-89fa-90ce01ea2a22} <Debug> TCPHandler: Processed in 0.001315484 sec. | ||
| 873 | 2024.12.20 21:12:43.270968 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 874 | 2024.12.20 21:12:43.271135 [ 271 ] {29f613db-4195-4f0d-b702-c7ead1487a56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) 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) | ||
| 875 | 2024.12.20 21:12:43.271549 [ 271 ] {29f613db-4195-4f0d-b702-c7ead1487a56} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 876 | 2024.12.20 21:12:43.271608 [ 271 ] {29f613db-4195-4f0d-b702-c7ead1487a56} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 877 | 2024.12.20 21:12:43.272124 [ 271 ] {29f613db-4195-4f0d-b702-c7ead1487a56} <Debug> TCPHandler: Processed in 0.001214851 sec. | ||
| 878 | 2024.12.20 21:12:43.272377 [ 266 ] {} <Trace> TCP-Session: 53b8f036-419c-4e80-803c-bda1922d0cba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 879 | 2024.12.20 21:12:43.272547 [ 266 ] {b3603027-b0b9-4516-ba6e-176510a504a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45296) 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) | ||
| 880 | 2024.12.20 21:12:43.272954 [ 266 ] {b3603027-b0b9-4516-ba6e-176510a504a8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 881 | 2024.12.20 21:12:43.273018 [ 266 ] {b3603027-b0b9-4516-ba6e-176510a504a8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 882 | 2024.12.20 21:12:43.273504 [ 266 ] {b3603027-b0b9-4516-ba6e-176510a504a8} <Debug> TCPHandler: Processed in 0.001182089 sec. | ||
| 883 | 2024.12.20 21:12:43.273759 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 884 | 2024.12.20 21:12:43.273928 [ 271 ] {b958a55f-55dc-46c9-8498-8c6f5848adf9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) 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) | ||
| 885 | 2024.12.20 21:12:43.274343 [ 271 ] {b958a55f-55dc-46c9-8498-8c6f5848adf9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 886 | 2024.12.20 21:12:43.274399 [ 271 ] {b958a55f-55dc-46c9-8498-8c6f5848adf9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 887 | 2024.12.20 21:12:43.274920 [ 271 ] {b958a55f-55dc-46c9-8498-8c6f5848adf9} <Debug> TCPHandler: Processed in 0.00121358 sec. | ||
| 888 | 2024.12.20 21:12:43.281017 [ 266 ] {} <Trace> TCP-Session: 53b8f036-419c-4e80-803c-bda1922d0cba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 889 | 2024.12.20 21:12:43.281170 [ 266 ] {c9b3e87f-b721-4f25-8483-a918b133b12c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45296) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 890 | 2024.12.20 21:12:43.281236 [ 266 ] {c9b3e87f-b721-4f25-8483-a918b133b12c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 891 | 2024.12.20 21:12:43.282069 [ 266 ] {c9b3e87f-b721-4f25-8483-a918b133b12c} <Trace> oximeter.timeseries_schema (01d8643b-47e1-4db5-9986-404ac45e3089): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 892 | 2024.12.20 21:12:43.282111 [ 266 ] {c9b3e87f-b721-4f25-8483-a918b133b12c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 893 | 2024.12.20 21:12:43.282812 [ 266 ] {c9b3e87f-b721-4f25-8483-a918b133b12c} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 894 | 2024.12.20 21:12:43.283216 [ 266 ] {c9b3e87f-b721-4f25-8483-a918b133b12c} <Trace> oximeter.timeseries_schema (01d8643b-47e1-4db5-9986-404ac45e3089): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 895 | 2024.12.20 21:12:43.283415 [ 266 ] {c9b3e87f-b721-4f25-8483-a918b133b12c} <Debug> executeQuery: Read 18 rows, 2.52 KiB in 0.002288 sec., 7867.1328671328665 rows/sec., 1.07 MiB/sec. | ||
| 896 | 2024.12.20 21:12:43.283475 [ 266 ] {c9b3e87f-b721-4f25-8483-a918b133b12c} <Debug> TCPHandler: Processed in 0.002524633 sec. | ||
| 897 | 2024.12.20 21:12:43.283627 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 898 | 2024.12.20 21:12:43.283760 [ 271 ] {41cf34fd-aacf-4d90-adf6-dc312d29a9dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 899 | 2024.12.20 21:12:43.283811 [ 271 ] {41cf34fd-aacf-4d90-adf6-dc312d29a9dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 900 | 2024.12.20 21:12:43.285824 [ 271 ] {41cf34fd-aacf-4d90-adf6-dc312d29a9dd} <Trace> oximeter.fields_string (a7c5bf06-55d5-47a3-8577-07a38c41e153): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 901 | 2024.12.20 21:12:43.285873 [ 271 ] {41cf34fd-aacf-4d90-adf6-dc312d29a9dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 902 | 2024.12.20 21:12:43.286423 [ 271 ] {41cf34fd-aacf-4d90-adf6-dc312d29a9dd} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 903 | 2024.12.20 21:12:43.287071 [ 271 ] {41cf34fd-aacf-4d90-adf6-dc312d29a9dd} <Trace> oximeter.fields_string (a7c5bf06-55d5-47a3-8577-07a38c41e153): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 904 | 2024.12.20 21:12:43.287373 [ 271 ] {41cf34fd-aacf-4d90-adf6-dc312d29a9dd} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.00363 sec., 15426.997245179064 rows/sec., 1.18 MiB/sec. | ||
| 905 | 2024.12.20 21:12:43.287479 [ 271 ] {41cf34fd-aacf-4d90-adf6-dc312d29a9dd} <Debug> TCPHandler: Processed in 0.0039086 sec. | ||
| 906 | 2024.12.20 21:12:43.287662 [ 266 ] {} <Trace> TCP-Session: 53b8f036-419c-4e80-803c-bda1922d0cba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 907 | 2024.12.20 21:12:43.287783 [ 266 ] {7c667120-6990-4211-8791-1219566875b4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45296) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 908 | 2024.12.20 21:12:43.287831 [ 266 ] {7c667120-6990-4211-8791-1219566875b4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 909 | 2024.12.20 21:12:43.288461 [ 266 ] {7c667120-6990-4211-8791-1219566875b4} <Trace> oximeter.fields_uuid (56c9adb2-48e9-46d9-87b0-c6a967c48154): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 910 | 2024.12.20 21:12:43.288500 [ 266 ] {7c667120-6990-4211-8791-1219566875b4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 911 | 2024.12.20 21:12:43.289044 [ 266 ] {7c667120-6990-4211-8791-1219566875b4} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 912 | 2024.12.20 21:12:43.289646 [ 266 ] {7c667120-6990-4211-8791-1219566875b4} <Trace> oximeter.fields_uuid (56c9adb2-48e9-46d9-87b0-c6a967c48154): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 913 | 2024.12.20 21:12:43.289824 [ 266 ] {7c667120-6990-4211-8791-1219566875b4} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002068 sec., 30947.775628626692 rows/sec., 2.42 MiB/sec. | ||
| 914 | 2024.12.20 21:12:43.289875 [ 266 ] {7c667120-6990-4211-8791-1219566875b4} <Debug> TCPHandler: Processed in 0.002274216 sec. | ||
| 915 | 2024.12.20 21:12:43.290034 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 916 | 2024.12.20 21:12:43.290161 [ 271 ] {69131dad-d161-425d-87b0-c5492ecb8b0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 917 | 2024.12.20 21:12:43.290215 [ 271 ] {69131dad-d161-425d-87b0-c5492ecb8b0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 918 | 2024.12.20 21:12:43.290861 [ 271 ] {69131dad-d161-425d-87b0-c5492ecb8b0f} <Trace> oximeter.measurements_cumulativeu64 (4b25041b-9433-4237-ab59-44afcaba2ba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 919 | 2024.12.20 21:12:43.290901 [ 271 ] {69131dad-d161-425d-87b0-c5492ecb8b0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 920 | 2024.12.20 21:12:43.291574 [ 271 ] {69131dad-d161-425d-87b0-c5492ecb8b0f} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 921 | 2024.12.20 21:12:43.292139 [ 271 ] {69131dad-d161-425d-87b0-c5492ecb8b0f} <Trace> oximeter.measurements_cumulativeu64 (4b25041b-9433-4237-ab59-44afcaba2ba7): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 922 | 2024.12.20 21:12:43.292496 [ 271 ] {69131dad-d161-425d-87b0-c5492ecb8b0f} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.002354 sec., 54375.53101104502 rows/sec., 3.79 MiB/sec. | ||
| 923 | 2024.12.20 21:12:43.292585 [ 271 ] {69131dad-d161-425d-87b0-c5492ecb8b0f} <Debug> TCPHandler: Processed in 0.002606197 sec. | ||
| 924 | 2024.12.20 21:12:43.292785 [ 266 ] {} <Trace> TCP-Session: 53b8f036-419c-4e80-803c-bda1922d0cba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 925 | 2024.12.20 21:12:43.292922 [ 266 ] {4c79e402-6ed3-462d-bbb8-2e9da666137a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45296) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 926 | 2024.12.20 21:12:43.292991 [ 266 ] {4c79e402-6ed3-462d-bbb8-2e9da666137a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 927 | 2024.12.20 21:12:43.294031 [ 266 ] {4c79e402-6ed3-462d-bbb8-2e9da666137a} <Trace> oximeter.measurements_u64 (18143310-3b17-415e-b30b-72754bf09621): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 928 | 2024.12.20 21:12:43.294077 [ 266 ] {4c79e402-6ed3-462d-bbb8-2e9da666137a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 929 | 2024.12.20 21:12:43.294686 [ 266 ] {4c79e402-6ed3-462d-bbb8-2e9da666137a} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 930 | 2024.12.20 21:12:43.295588 [ 266 ] {4c79e402-6ed3-462d-bbb8-2e9da666137a} <Trace> oximeter.measurements_u64 (18143310-3b17-415e-b30b-72754bf09621): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 931 | 2024.12.20 21:12:43.295843 [ 266 ] {4c79e402-6ed3-462d-bbb8-2e9da666137a} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.002946 sec., 16293.27902240326 rows/sec., 1.10 MiB/sec. | ||
| 932 | 2024.12.20 21:12:43.295910 [ 266 ] {4c79e402-6ed3-462d-bbb8-2e9da666137a} <Debug> TCPHandler: Processed in 0.003192086 sec. | ||
| 933 | 2024.12.20 21:12:44.639787 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1403 | ||
| 934 | 2024.12.20 21:12:44.640398 [ 244 ] {} <Trace> system.asynchronous_metric_log (7374c277-4ec6-4bc6-a92a-be2a3111abf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 935 | 2024.12.20 21:12:44.640443 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 936 | 2024.12.20 21:12:44.641174 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 937 | 2024.12.20 21:12:44.641688 [ 244 ] {} <Trace> system.asynchronous_metric_log (7374c277-4ec6-4bc6-a92a-be2a3111abf4): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 938 | 2024.12.20 21:12:44.641924 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1403 | ||
| 939 | 2024.12.20 21:12:44.709925 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 | ||
| 940 | 2024.12.20 21:12:44.727964 [ 243 ] {} <Trace> system.metric_log (76748c68-b196-4e56-a74b-50a33795b533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 941 | 2024.12.20 21:12:44.728028 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 942 | 2024.12.20 21:12:44.735075 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 943 | 2024.12.20 21:12:44.736314 [ 243 ] {} <Trace> system.metric_log (76748c68-b196-4e56-a74b-50a33795b533): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 944 | 2024.12.20 21:12:44.738810 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 23 | ||
| 945 | 2024.12.20 21:12:48.251869 [ 266 ] {} <Trace> TCP-Session: 53b8f036-419c-4e80-803c-bda1922d0cba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 946 | 2024.12.20 21:12:48.252071 [ 266 ] {847d043a-b8a1-4dc2-8c46-91851065a052} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45296) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 947 | 2024.12.20 21:12:48.252147 [ 266 ] {847d043a-b8a1-4dc2-8c46-91851065a052} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 948 | 2024.12.20 21:12:48.252913 [ 266 ] {847d043a-b8a1-4dc2-8c46-91851065a052} <Trace> oximeter.fields_string (a7c5bf06-55d5-47a3-8577-07a38c41e153): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 949 | 2024.12.20 21:12:48.252961 [ 266 ] {847d043a-b8a1-4dc2-8c46-91851065a052} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 950 | 2024.12.20 21:12:48.253529 [ 266 ] {847d043a-b8a1-4dc2-8c46-91851065a052} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 951 | 2024.12.20 21:12:48.254013 [ 266 ] {847d043a-b8a1-4dc2-8c46-91851065a052} <Trace> oximeter.fields_string (a7c5bf06-55d5-47a3-8577-07a38c41e153): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 952 | 2024.12.20 21:12:48.254271 [ 266 ] {847d043a-b8a1-4dc2-8c46-91851065a052} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002247 sec., 24922.118380062308 rows/sec., 1.90 MiB/sec. | ||
| 953 | 2024.12.20 21:12:48.254335 [ 266 ] {847d043a-b8a1-4dc2-8c46-91851065a052} <Debug> TCPHandler: Processed in 0.002592466 sec. | ||
| 954 | 2024.12.20 21:12:48.254596 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 955 | 2024.12.20 21:12:48.254789 [ 271 ] {20bf6816-7056-4c0c-822c-8475f393ed5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 956 | 2024.12.20 21:12:48.254865 [ 271 ] {20bf6816-7056-4c0c-822c-8475f393ed5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 957 | 2024.12.20 21:12:48.255723 [ 271 ] {20bf6816-7056-4c0c-822c-8475f393ed5c} <Trace> oximeter.fields_uuid (56c9adb2-48e9-46d9-87b0-c6a967c48154): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 958 | 2024.12.20 21:12:48.255775 [ 271 ] {20bf6816-7056-4c0c-822c-8475f393ed5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 959 | 2024.12.20 21:12:48.256372 [ 271 ] {20bf6816-7056-4c0c-822c-8475f393ed5c} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 960 | 2024.12.20 21:12:48.256934 [ 271 ] {20bf6816-7056-4c0c-822c-8475f393ed5c} <Trace> oximeter.fields_uuid (56c9adb2-48e9-46d9-87b0-c6a967c48154): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 961 | 2024.12.20 21:12:48.257174 [ 271 ] {20bf6816-7056-4c0c-822c-8475f393ed5c} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002438 sec., 26251.025430680886 rows/sec., 2.05 MiB/sec. | ||
| 962 | 2024.12.20 21:12:48.257237 [ 271 ] {20bf6816-7056-4c0c-822c-8475f393ed5c} <Debug> TCPHandler: Processed in 0.002775423 sec. | ||
| 963 | 2024.12.20 21:12:48.257401 [ 266 ] {} <Trace> TCP-Session: 53b8f036-419c-4e80-803c-bda1922d0cba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 964 | 2024.12.20 21:12:48.257523 [ 266 ] {d89ab76d-fe08-458b-bfb1-3dd3012bcc8d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45296) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 965 | 2024.12.20 21:12:48.257576 [ 266 ] {d89ab76d-fe08-458b-bfb1-3dd3012bcc8d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 966 | 2024.12.20 21:12:48.258177 [ 266 ] {d89ab76d-fe08-458b-bfb1-3dd3012bcc8d} <Trace> oximeter.measurements_cumulativeu64 (4b25041b-9433-4237-ab59-44afcaba2ba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 967 | 2024.12.20 21:12:48.258218 [ 266 ] {d89ab76d-fe08-458b-bfb1-3dd3012bcc8d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 968 | 2024.12.20 21:12:48.258745 [ 266 ] {d89ab76d-fe08-458b-bfb1-3dd3012bcc8d} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 969 | 2024.12.20 21:12:48.259219 [ 266 ] {d89ab76d-fe08-458b-bfb1-3dd3012bcc8d} <Trace> oximeter.measurements_cumulativeu64 (4b25041b-9433-4237-ab59-44afcaba2ba7): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 970 | 2024.12.20 21:12:48.259495 [ 266 ] {d89ab76d-fe08-458b-bfb1-3dd3012bcc8d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001981 sec., 80767.28924785461 rows/sec., 5.63 MiB/sec. | ||
| 971 | 2024.12.20 21:12:48.259602 [ 266 ] {d89ab76d-fe08-458b-bfb1-3dd3012bcc8d} <Debug> TCPHandler: Processed in 0.002255785 sec. | ||
| 972 | 2024.12.20 21:12:48.259777 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 973 | 2024.12.20 21:12:48.259904 [ 271 ] {664e6d26-aede-475a-be1b-4171c3240e38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 974 | 2024.12.20 21:12:48.259959 [ 271 ] {664e6d26-aede-475a-be1b-4171c3240e38} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 975 | 2024.12.20 21:12:48.260470 [ 271 ] {664e6d26-aede-475a-be1b-4171c3240e38} <Trace> oximeter.measurements_u64 (18143310-3b17-415e-b30b-72754bf09621): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 976 | 2024.12.20 21:12:48.260509 [ 271 ] {664e6d26-aede-475a-be1b-4171c3240e38} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 977 | 2024.12.20 21:12:48.261077 [ 271 ] {664e6d26-aede-475a-be1b-4171c3240e38} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 978 | 2024.12.20 21:12:48.261679 [ 271 ] {664e6d26-aede-475a-be1b-4171c3240e38} <Trace> oximeter.measurements_u64 (18143310-3b17-415e-b30b-72754bf09621): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 979 | 2024.12.20 21:12:48.261897 [ 271 ] {664e6d26-aede-475a-be1b-4171c3240e38} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002024 sec., 29644.268774703556 rows/sec., 2.00 MiB/sec. | ||
| 980 | 2024.12.20 21:12:48.261949 [ 271 ] {664e6d26-aede-475a-be1b-4171c3240e38} <Debug> TCPHandler: Processed in 0.002234034 sec. | ||
| 981 | 2024.12.20 21:12:52.083400 [ 114 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 982 | 2024.12.20 21:12:52.083472 [ 114 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 983 | 2024.12.20 21:12:52.131369 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 144 | ||
| 984 | 2024.12.20 21:12:52.135922 [ 242 ] {} <Trace> system.query_log (baa8d9f2-52e3-4f4e-aa10-ca7b91d14406): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 985 | 2024.12.20 21:12:52.135961 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 986 | 2024.12.20 21:12:52.137566 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 987 | 2024.12.20 21:12:52.138088 [ 242 ] {} <Trace> system.query_log (baa8d9f2-52e3-4f4e-aa10-ca7b91d14406): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 988 | 2024.12.20 21:12:52.138591 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 144 | ||
| 989 | 2024.12.20 21:12:52.142317 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1891 | ||
| 990 | 2024.12.20 21:12:52.143080 [ 244 ] {} <Trace> system.asynchronous_metric_log (7374c277-4ec6-4bc6-a92a-be2a3111abf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 991 | 2024.12.20 21:12:52.143132 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 992 | 2024.12.20 21:12:52.143936 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 993 | 2024.12.20 21:12:52.144605 [ 244 ] {} <Trace> system.asynchronous_metric_log (7374c277-4ec6-4bc6-a92a-be2a3111abf4): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 994 | 2024.12.20 21:12:52.144878 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891 | ||
| 995 | 2024.12.20 21:12:52.239160 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 | ||
| 996 | 2024.12.20 21:12:52.258711 [ 243 ] {} <Trace> system.metric_log (76748c68-b196-4e56-a74b-50a33795b533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 997 | 2024.12.20 21:12:52.258766 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 998 | 2024.12.20 21:12:52.265523 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 999 | 2024.12.20 21:12:52.266764 [ 243 ] {} <Trace> system.metric_log (76748c68-b196-4e56-a74b-50a33795b533): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1000 | 2024.12.20 21:12:52.269144 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 31 | ||
| 1001 | 2024.12.20 21:12:53.245864 [ 266 ] {} <Trace> TCP-Session: 53b8f036-419c-4e80-803c-bda1922d0cba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1002 | 2024.12.20 21:12:53.246101 [ 266 ] {dcc8c5af-2a85-4369-8131-92a0c1d4b187} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45296) 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) | ||
| 1003 | 2024.12.20 21:12:53.246540 [ 266 ] {dcc8c5af-2a85-4369-8131-92a0c1d4b187} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1004 | 2024.12.20 21:12:53.246616 [ 266 ] {dcc8c5af-2a85-4369-8131-92a0c1d4b187} <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 | ||
| 1005 | 2024.12.20 21:12:53.246928 [ 266 ] {dcc8c5af-2a85-4369-8131-92a0c1d4b187} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1006 | 2024.12.20 21:12:53.247109 [ 266 ] {dcc8c5af-2a85-4369-8131-92a0c1d4b187} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1007 | 2024.12.20 21:12:53.247410 [ 266 ] {dcc8c5af-2a85-4369-8131-92a0c1d4b187} <Debug> oximeter.timeseries_schema (01d8643b-47e1-4db5-9986-404ac45e3089) (SelectExecutor): Key condition: (column 0 notIn 18-element set) | ||
| 1008 | 2024.12.20 21:12:53.248561 [ 266 ] {dcc8c5af-2a85-4369-8131-92a0c1d4b187} <Trace> oximeter.timeseries_schema (01d8643b-47e1-4db5-9986-404ac45e3089) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1009 | 2024.12.20 21:12:53.248614 [ 266 ] {dcc8c5af-2a85-4369-8131-92a0c1d4b187} <Debug> oximeter.timeseries_schema (01d8643b-47e1-4db5-9986-404ac45e3089) (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 | ||
| 1010 | 2024.12.20 21:12:53.248636 [ 266 ] {dcc8c5af-2a85-4369-8131-92a0c1d4b187} <Trace> oximeter.timeseries_schema (01d8643b-47e1-4db5-9986-404ac45e3089) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1011 | 2024.12.20 21:12:53.248756 [ 266 ] {dcc8c5af-2a85-4369-8131-92a0c1d4b187} <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'))" | ||
| 1012 | 2024.12.20 21:12:53.248783 [ 266 ] {dcc8c5af-2a85-4369-8131-92a0c1d4b187} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1013 | 2024.12.20 21:12:53.250613 [ 266 ] {dcc8c5af-2a85-4369-8131-92a0c1d4b187} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.004618 sec., 3897.79125162408 rows/sec., 159.45 KiB/sec. | ||
| 1014 | 2024.12.20 21:12:53.250723 [ 266 ] {dcc8c5af-2a85-4369-8131-92a0c1d4b187} <Debug> TCPHandler: Processed in 0.004988955 sec. | ||
| 1015 | 2024.12.20 21:12:53.251627 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1016 | 2024.12.20 21:12:53.251912 [ 271 ] {d4882d61-b2fc-40cd-ad3f-ef96de822667} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) 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) | ||
| 1017 | 2024.12.20 21:12:53.252366 [ 271 ] {d4882d61-b2fc-40cd-ad3f-ef96de822667} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1018 | 2024.12.20 21:12:53.252416 [ 271 ] {d4882d61-b2fc-40cd-ad3f-ef96de822667} <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 | ||
| 1019 | 2024.12.20 21:12:53.252722 [ 271 ] {d4882d61-b2fc-40cd-ad3f-ef96de822667} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1020 | 2024.12.20 21:12:53.252805 [ 271 ] {d4882d61-b2fc-40cd-ad3f-ef96de822667} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1021 | 2024.12.20 21:12:53.252986 [ 271 ] {d4882d61-b2fc-40cd-ad3f-ef96de822667} <Debug> oximeter.timeseries_schema (01d8643b-47e1-4db5-9986-404ac45e3089) (SelectExecutor): Key condition: (column 0 notIn 19-element set) | ||
| 1022 | 2024.12.20 21:12:53.253027 [ 271 ] {d4882d61-b2fc-40cd-ad3f-ef96de822667} <Trace> oximeter.timeseries_schema (01d8643b-47e1-4db5-9986-404ac45e3089) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1023 | 2024.12.20 21:12:53.253054 [ 271 ] {d4882d61-b2fc-40cd-ad3f-ef96de822667} <Debug> oximeter.timeseries_schema (01d8643b-47e1-4db5-9986-404ac45e3089) (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 | ||
| 1024 | 2024.12.20 21:12:53.253072 [ 271 ] {d4882d61-b2fc-40cd-ad3f-ef96de822667} <Trace> oximeter.timeseries_schema (01d8643b-47e1-4db5-9986-404ac45e3089) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1025 | 2024.12.20 21:12:53.253123 [ 271 ] {d4882d61-b2fc-40cd-ad3f-ef96de822667} <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'))" | ||
| 1026 | 2024.12.20 21:12:53.253148 [ 271 ] {d4882d61-b2fc-40cd-ad3f-ef96de822667} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1027 | 2024.12.20 21:12:53.253813 [ 271 ] {d4882d61-b2fc-40cd-ad3f-ef96de822667} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.00203 sec., 8866.995073891625 rows/sec., 362.72 KiB/sec. | ||
| 1028 | 2024.12.20 21:12:53.253948 [ 271 ] {d4882d61-b2fc-40cd-ad3f-ef96de822667} <Debug> TCPHandler: Processed in 0.002455271 sec. | ||
| 1029 | 2024.12.20 21:12:53.254315 [ 266 ] {} <Trace> TCP-Session: 53b8f036-419c-4e80-803c-bda1922d0cba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1030 | 2024.12.20 21:12:53.254511 [ 266 ] {6c1d6f45-b5a1-4600-a2a2-12bdddf2ee06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45296) 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_data_link:link_enabled', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1031 | 2024.12.20 21:12:53.254823 [ 266 ] {6c1d6f45-b5a1-4600-a2a2-12bdddf2ee06} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1032 | 2024.12.20 21:12:53.254864 [ 266 ] {6c1d6f45-b5a1-4600-a2a2-12bdddf2ee06} <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_data_link:link_enabled', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1033 | 2024.12.20 21:12:53.255130 [ 266 ] {6c1d6f45-b5a1-4600-a2a2-12bdddf2ee06} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1034 | 2024.12.20 21:12:53.255198 [ 266 ] {6c1d6f45-b5a1-4600-a2a2-12bdddf2ee06} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1035 | 2024.12.20 21:12:53.255348 [ 266 ] {6c1d6f45-b5a1-4600-a2a2-12bdddf2ee06} <Debug> oximeter.timeseries_schema (01d8643b-47e1-4db5-9986-404ac45e3089) (SelectExecutor): Key condition: (column 0 notIn 20-element set) | ||
| 1036 | 2024.12.20 21:12:53.255382 [ 266 ] {6c1d6f45-b5a1-4600-a2a2-12bdddf2ee06} <Trace> oximeter.timeseries_schema (01d8643b-47e1-4db5-9986-404ac45e3089) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1037 | 2024.12.20 21:12:53.255405 [ 266 ] {6c1d6f45-b5a1-4600-a2a2-12bdddf2ee06} <Debug> oximeter.timeseries_schema (01d8643b-47e1-4db5-9986-404ac45e3089) (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 | ||
| 1038 | 2024.12.20 21:12:53.255422 [ 266 ] {6c1d6f45-b5a1-4600-a2a2-12bdddf2ee06} <Trace> oximeter.timeseries_schema (01d8643b-47e1-4db5-9986-404ac45e3089) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1039 | 2024.12.20 21:12:53.255465 [ 266 ] {6c1d6f45-b5a1-4600-a2a2-12bdddf2ee06} <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_data_link:link_enabled', 'switch_rib:active_routes'))" | ||
| 1040 | 2024.12.20 21:12:53.255489 [ 266 ] {6c1d6f45-b5a1-4600-a2a2-12bdddf2ee06} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1041 | 2024.12.20 21:12:53.256021 [ 266 ] {6c1d6f45-b5a1-4600-a2a2-12bdddf2ee06} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001592 sec., 11306.532663316582 rows/sec., 462.52 KiB/sec. | ||
| 1042 | 2024.12.20 21:12:53.256102 [ 266 ] {6c1d6f45-b5a1-4600-a2a2-12bdddf2ee06} <Debug> TCPHandler: Processed in 0.001856822 sec. | ||
| 1043 | 2024.12.20 21:12:53.256704 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1044 | 2024.12.20 21:12:53.256895 [ 271 ] {154e8502-5e8b-493a-89a5-207b699fed30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) 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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1045 | 2024.12.20 21:12:53.257222 [ 271 ] {154e8502-5e8b-493a-89a5-207b699fed30} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1046 | 2024.12.20 21:12:53.257265 [ 271 ] {154e8502-5e8b-493a-89a5-207b699fed30} <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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1047 | 2024.12.20 21:12:53.257542 [ 271 ] {154e8502-5e8b-493a-89a5-207b699fed30} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1048 | 2024.12.20 21:12:53.257611 [ 271 ] {154e8502-5e8b-493a-89a5-207b699fed30} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1049 | 2024.12.20 21:12:53.257766 [ 271 ] {154e8502-5e8b-493a-89a5-207b699fed30} <Debug> oximeter.timeseries_schema (01d8643b-47e1-4db5-9986-404ac45e3089) (SelectExecutor): Key condition: (column 0 notIn 21-element set) | ||
| 1050 | 2024.12.20 21:12:53.257801 [ 271 ] {154e8502-5e8b-493a-89a5-207b699fed30} <Trace> oximeter.timeseries_schema (01d8643b-47e1-4db5-9986-404ac45e3089) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1051 | 2024.12.20 21:12:53.257825 [ 271 ] {154e8502-5e8b-493a-89a5-207b699fed30} <Debug> oximeter.timeseries_schema (01d8643b-47e1-4db5-9986-404ac45e3089) (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 | ||
| 1052 | 2024.12.20 21:12:53.257842 [ 271 ] {154e8502-5e8b-493a-89a5-207b699fed30} <Trace> oximeter.timeseries_schema (01d8643b-47e1-4db5-9986-404ac45e3089) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1053 | 2024.12.20 21:12:53.257889 [ 271 ] {154e8502-5e8b-493a-89a5-207b699fed30} <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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes'))" | ||
| 1054 | 2024.12.20 21:12:53.257912 [ 271 ] {154e8502-5e8b-493a-89a5-207b699fed30} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1055 | 2024.12.20 21:12:53.258500 [ 271 ] {154e8502-5e8b-493a-89a5-207b699fed30} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001692 sec., 10638.297872340427 rows/sec., 435.18 KiB/sec. | ||
| 1056 | 2024.12.20 21:12:53.258621 [ 271 ] {154e8502-5e8b-493a-89a5-207b699fed30} <Debug> TCPHandler: Processed in 0.001974755 sec. | ||
| 1057 | 2024.12.20 21:12:53.258896 [ 266 ] {} <Trace> TCP-Session: 53b8f036-419c-4e80-803c-bda1922d0cba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1058 | 2024.12.20 21:12:53.259097 [ 266 ] {5f911f57-09f6-457c-9c80-99c187090cf3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45296) 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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity') FORMAT Native; (stage: Complete) | ||
| 1059 | 2024.12.20 21:12:53.259452 [ 266 ] {5f911f57-09f6-457c-9c80-99c187090cf3} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1060 | 2024.12.20 21:12:53.259495 [ 266 ] {5f911f57-09f6-457c-9c80-99c187090cf3} <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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity')" moved to PREWHERE | ||
| 1061 | 2024.12.20 21:12:53.259766 [ 266 ] {5f911f57-09f6-457c-9c80-99c187090cf3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1062 | 2024.12.20 21:12:53.259831 [ 266 ] {5f911f57-09f6-457c-9c80-99c187090cf3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1063 | 2024.12.20 21:12:53.259979 [ 266 ] {5f911f57-09f6-457c-9c80-99c187090cf3} <Debug> oximeter.timeseries_schema (01d8643b-47e1-4db5-9986-404ac45e3089) (SelectExecutor): Key condition: (column 0 notIn 22-element set) | ||
| 1064 | 2024.12.20 21:12:53.260011 [ 266 ] {5f911f57-09f6-457c-9c80-99c187090cf3} <Trace> oximeter.timeseries_schema (01d8643b-47e1-4db5-9986-404ac45e3089) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1065 | 2024.12.20 21:12:53.260034 [ 266 ] {5f911f57-09f6-457c-9c80-99c187090cf3} <Debug> oximeter.timeseries_schema (01d8643b-47e1-4db5-9986-404ac45e3089) (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 | ||
| 1066 | 2024.12.20 21:12:53.260051 [ 266 ] {5f911f57-09f6-457c-9c80-99c187090cf3} <Trace> oximeter.timeseries_schema (01d8643b-47e1-4db5-9986-404ac45e3089) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1067 | 2024.12.20 21:12:53.260094 [ 266 ] {5f911f57-09f6-457c-9c80-99c187090cf3} <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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity'))" | ||
| 1068 | 2024.12.20 21:12:53.260117 [ 266 ] {5f911f57-09f6-457c-9c80-99c187090cf3} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1069 | 2024.12.20 21:12:53.260694 [ 266 ] {5f911f57-09f6-457c-9c80-99c187090cf3} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001693 sec., 10632.014176018902 rows/sec., 434.93 KiB/sec. | ||
| 1070 | 2024.12.20 21:12:53.260776 [ 266 ] {5f911f57-09f6-457c-9c80-99c187090cf3} <Debug> TCPHandler: Processed in 0.001943484 sec. | ||
| 1071 | 2024.12.20 21:12:53.261026 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1072 | 2024.12.20 21:12:53.261210 [ 271 ] {d8588e73-51ec-4d7e-8a18-0c31b24674e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) 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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy') FORMAT Native; (stage: Complete) | ||
| 1073 | 2024.12.20 21:12:53.261529 [ 271 ] {d8588e73-51ec-4d7e-8a18-0c31b24674e1} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1074 | 2024.12.20 21:12:53.261572 [ 271 ] {d8588e73-51ec-4d7e-8a18-0c31b24674e1} <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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy')" moved to PREWHERE | ||
| 1075 | 2024.12.20 21:12:53.261855 [ 271 ] {d8588e73-51ec-4d7e-8a18-0c31b24674e1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1076 | 2024.12.20 21:12:53.261925 [ 271 ] {d8588e73-51ec-4d7e-8a18-0c31b24674e1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1077 | 2024.12.20 21:12:53.262078 [ 271 ] {d8588e73-51ec-4d7e-8a18-0c31b24674e1} <Debug> oximeter.timeseries_schema (01d8643b-47e1-4db5-9986-404ac45e3089) (SelectExecutor): Key condition: (column 0 notIn 23-element set) | ||
| 1078 | 2024.12.20 21:12:53.262113 [ 271 ] {d8588e73-51ec-4d7e-8a18-0c31b24674e1} <Trace> oximeter.timeseries_schema (01d8643b-47e1-4db5-9986-404ac45e3089) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1079 | 2024.12.20 21:12:53.262137 [ 271 ] {d8588e73-51ec-4d7e-8a18-0c31b24674e1} <Debug> oximeter.timeseries_schema (01d8643b-47e1-4db5-9986-404ac45e3089) (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 | ||
| 1080 | 2024.12.20 21:12:53.262154 [ 271 ] {d8588e73-51ec-4d7e-8a18-0c31b24674e1} <Trace> oximeter.timeseries_schema (01d8643b-47e1-4db5-9986-404ac45e3089) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1081 | 2024.12.20 21:12:53.262199 [ 271 ] {d8588e73-51ec-4d7e-8a18-0c31b24674e1} <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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:occupancy'))" | ||
| 1082 | 2024.12.20 21:12:53.262223 [ 271 ] {d8588e73-51ec-4d7e-8a18-0c31b24674e1} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1083 | 2024.12.20 21:12:53.262801 [ 271 ] {d8588e73-51ec-4d7e-8a18-0c31b24674e1} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001676 sec., 10739.856801909307 rows/sec., 439.34 KiB/sec. | ||
| 1084 | 2024.12.20 21:12:53.262919 [ 271 ] {d8588e73-51ec-4d7e-8a18-0c31b24674e1} <Debug> TCPHandler: Processed in 0.001951695 sec. | ||
| 1085 | 2024.12.20 21:12:53.263186 [ 266 ] {} <Trace> TCP-Session: 53b8f036-419c-4e80-803c-bda1922d0cba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1086 | 2024.12.20 21:12:53.263396 [ 266 ] {ce5bfa61-fdd0-4eb9-bf47-d7269da20aa8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45296) 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_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) | ||
| 1087 | 2024.12.20 21:12:53.263766 [ 266 ] {ce5bfa61-fdd0-4eb9-bf47-d7269da20aa8} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1088 | 2024.12.20 21:12:53.263818 [ 266 ] {ce5bfa61-fdd0-4eb9-bf47-d7269da20aa8} <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_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 | ||
| 1089 | 2024.12.20 21:12:53.264155 [ 266 ] {ce5bfa61-fdd0-4eb9-bf47-d7269da20aa8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1090 | 2024.12.20 21:12:53.264232 [ 266 ] {ce5bfa61-fdd0-4eb9-bf47-d7269da20aa8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1091 | 2024.12.20 21:12:53.264407 [ 266 ] {ce5bfa61-fdd0-4eb9-bf47-d7269da20aa8} <Debug> oximeter.timeseries_schema (01d8643b-47e1-4db5-9986-404ac45e3089) (SelectExecutor): Key condition: (column 0 notIn 24-element set) | ||
| 1092 | 2024.12.20 21:12:53.264441 [ 266 ] {ce5bfa61-fdd0-4eb9-bf47-d7269da20aa8} <Trace> oximeter.timeseries_schema (01d8643b-47e1-4db5-9986-404ac45e3089) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1093 | 2024.12.20 21:12:53.264464 [ 266 ] {ce5bfa61-fdd0-4eb9-bf47-d7269da20aa8} <Debug> oximeter.timeseries_schema (01d8643b-47e1-4db5-9986-404ac45e3089) (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 | ||
| 1094 | 2024.12.20 21:12:53.264481 [ 266 ] {ce5bfa61-fdd0-4eb9-bf47-d7269da20aa8} <Trace> oximeter.timeseries_schema (01d8643b-47e1-4db5-9986-404ac45e3089) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1095 | 2024.12.20 21:12:53.264523 [ 266 ] {ce5bfa61-fdd0-4eb9-bf47-d7269da20aa8} <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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:inserts', 'switch_table:occupancy'))" | ||
| 1096 | 2024.12.20 21:12:53.264545 [ 266 ] {ce5bfa61-fdd0-4eb9-bf47-d7269da20aa8} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1097 | 2024.12.20 21:12:53.265052 [ 266 ] {ce5bfa61-fdd0-4eb9-bf47-d7269da20aa8} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001759 sec., 10233.086981239341 rows/sec., 418.61 KiB/sec. | ||
| 1098 | 2024.12.20 21:12:53.265133 [ 266 ] {ce5bfa61-fdd0-4eb9-bf47-d7269da20aa8} <Debug> TCPHandler: Processed in 0.002012967 sec. | ||
| 1099 | 2024.12.20 21:12:53.265375 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1100 | 2024.12.20 21:12:53.265555 [ 271 ] {9a92e0c9-046f-4635-b3b1-36d9d25d583c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) 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_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) | ||
| 1101 | 2024.12.20 21:12:53.265874 [ 271 ] {9a92e0c9-046f-4635-b3b1-36d9d25d583c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1102 | 2024.12.20 21:12:53.265919 [ 271 ] {9a92e0c9-046f-4635-b3b1-36d9d25d583c} <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_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 | ||
| 1103 | 2024.12.20 21:12:53.266201 [ 271 ] {9a92e0c9-046f-4635-b3b1-36d9d25d583c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1104 | 2024.12.20 21:12:53.266266 [ 271 ] {9a92e0c9-046f-4635-b3b1-36d9d25d583c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1105 | 2024.12.20 21:12:53.266418 [ 271 ] {9a92e0c9-046f-4635-b3b1-36d9d25d583c} <Debug> oximeter.timeseries_schema (01d8643b-47e1-4db5-9986-404ac45e3089) (SelectExecutor): Key condition: (column 0 notIn 25-element set) | ||
| 1106 | 2024.12.20 21:12:53.266451 [ 271 ] {9a92e0c9-046f-4635-b3b1-36d9d25d583c} <Trace> oximeter.timeseries_schema (01d8643b-47e1-4db5-9986-404ac45e3089) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1107 | 2024.12.20 21:12:53.266474 [ 271 ] {9a92e0c9-046f-4635-b3b1-36d9d25d583c} <Debug> oximeter.timeseries_schema (01d8643b-47e1-4db5-9986-404ac45e3089) (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 | ||
| 1108 | 2024.12.20 21:12:53.266492 [ 271 ] {9a92e0c9-046f-4635-b3b1-36d9d25d583c} <Trace> oximeter.timeseries_schema (01d8643b-47e1-4db5-9986-404ac45e3089) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1109 | 2024.12.20 21:12:53.266534 [ 271 ] {9a92e0c9-046f-4635-b3b1-36d9d25d583c} <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_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'))" | ||
| 1110 | 2024.12.20 21:12:53.266557 [ 271 ] {9a92e0c9-046f-4635-b3b1-36d9d25d583c} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1111 | 2024.12.20 21:12:53.267125 [ 271 ] {9a92e0c9-046f-4635-b3b1-36d9d25d583c} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001655 sec., 10876.132930513595 rows/sec., 444.91 KiB/sec. | ||
| 1112 | 2024.12.20 21:12:53.267242 [ 271 ] {9a92e0c9-046f-4635-b3b1-36d9d25d583c} <Debug> TCPHandler: Processed in 0.001923523 sec. | ||
| 1113 | 2024.12.20 21:12:53.267485 [ 266 ] {} <Trace> TCP-Session: 53b8f036-419c-4e80-803c-bda1922d0cba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1114 | 2024.12.20 21:12:53.267662 [ 266 ] {e320d8cf-d10c-47e8-bcd0-cad1b0fbea84} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45296) 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_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) | ||
| 1115 | 2024.12.20 21:12:53.267971 [ 266 ] {e320d8cf-d10c-47e8-bcd0-cad1b0fbea84} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1116 | 2024.12.20 21:12:53.268016 [ 266 ] {e320d8cf-d10c-47e8-bcd0-cad1b0fbea84} <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_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 | ||
| 1117 | 2024.12.20 21:12:53.268299 [ 266 ] {e320d8cf-d10c-47e8-bcd0-cad1b0fbea84} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1118 | 2024.12.20 21:12:53.268365 [ 266 ] {e320d8cf-d10c-47e8-bcd0-cad1b0fbea84} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1119 | 2024.12.20 21:12:53.268515 [ 266 ] {e320d8cf-d10c-47e8-bcd0-cad1b0fbea84} <Debug> oximeter.timeseries_schema (01d8643b-47e1-4db5-9986-404ac45e3089) (SelectExecutor): Key condition: (column 0 notIn 26-element set) | ||
| 1120 | 2024.12.20 21:12:53.268547 [ 266 ] {e320d8cf-d10c-47e8-bcd0-cad1b0fbea84} <Trace> oximeter.timeseries_schema (01d8643b-47e1-4db5-9986-404ac45e3089) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1121 | 2024.12.20 21:12:53.268569 [ 266 ] {e320d8cf-d10c-47e8-bcd0-cad1b0fbea84} <Debug> oximeter.timeseries_schema (01d8643b-47e1-4db5-9986-404ac45e3089) (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 | ||
| 1122 | 2024.12.20 21:12:53.268585 [ 266 ] {e320d8cf-d10c-47e8-bcd0-cad1b0fbea84} <Trace> oximeter.timeseries_schema (01d8643b-47e1-4db5-9986-404ac45e3089) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1123 | 2024.12.20 21:12:53.268627 [ 266 ] {e320d8cf-d10c-47e8-bcd0-cad1b0fbea84} <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_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'))" | ||
| 1124 | 2024.12.20 21:12:53.268651 [ 266 ] {e320d8cf-d10c-47e8-bcd0-cad1b0fbea84} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1125 | 2024.12.20 21:12:53.269257 [ 266 ] {e320d8cf-d10c-47e8-bcd0-cad1b0fbea84} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001677 sec., 10733.45259391771 rows/sec., 439.07 KiB/sec. | ||
| 1126 | 2024.12.20 21:12:53.269340 [ 266 ] {e320d8cf-d10c-47e8-bcd0-cad1b0fbea84} <Debug> TCPHandler: Processed in 0.001909223 sec. | ||
| 1127 | 2024.12.20 21:12:53.269603 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1128 | 2024.12.20 21:12:53.269785 [ 271 ] {84ba1606-a0f6-4c4e-ad4f-7bdf0f0dea09} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) 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_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) | ||
| 1129 | 2024.12.20 21:12:53.270098 [ 271 ] {84ba1606-a0f6-4c4e-ad4f-7bdf0f0dea09} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1130 | 2024.12.20 21:12:53.270142 [ 271 ] {84ba1606-a0f6-4c4e-ad4f-7bdf0f0dea09} <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_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 | ||
| 1131 | 2024.12.20 21:12:53.270469 [ 271 ] {84ba1606-a0f6-4c4e-ad4f-7bdf0f0dea09} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1132 | 2024.12.20 21:12:53.270548 [ 271 ] {84ba1606-a0f6-4c4e-ad4f-7bdf0f0dea09} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1133 | 2024.12.20 21:12:53.270705 [ 271 ] {84ba1606-a0f6-4c4e-ad4f-7bdf0f0dea09} <Debug> oximeter.timeseries_schema (01d8643b-47e1-4db5-9986-404ac45e3089) (SelectExecutor): Key condition: (column 0 notIn 27-element set) | ||
| 1134 | 2024.12.20 21:12:53.270739 [ 271 ] {84ba1606-a0f6-4c4e-ad4f-7bdf0f0dea09} <Trace> oximeter.timeseries_schema (01d8643b-47e1-4db5-9986-404ac45e3089) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1135 | 2024.12.20 21:12:53.270762 [ 271 ] {84ba1606-a0f6-4c4e-ad4f-7bdf0f0dea09} <Debug> oximeter.timeseries_schema (01d8643b-47e1-4db5-9986-404ac45e3089) (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 | ||
| 1136 | 2024.12.20 21:12:53.270787 [ 271 ] {84ba1606-a0f6-4c4e-ad4f-7bdf0f0dea09} <Trace> oximeter.timeseries_schema (01d8643b-47e1-4db5-9986-404ac45e3089) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1137 | 2024.12.20 21:12:53.270838 [ 271 ] {84ba1606-a0f6-4c4e-ad4f-7bdf0f0dea09} <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_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'))" | ||
| 1138 | 2024.12.20 21:12:53.270863 [ 271 ] {84ba1606-a0f6-4c4e-ad4f-7bdf0f0dea09} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1139 | 2024.12.20 21:12:53.271451 [ 271 ] {84ba1606-a0f6-4c4e-ad4f-7bdf0f0dea09} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001749 sec., 10291.595197255576 rows/sec., 421.00 KiB/sec. | ||
| 1140 | 2024.12.20 21:12:53.271574 [ 271 ] {84ba1606-a0f6-4c4e-ad4f-7bdf0f0dea09} <Debug> TCPHandler: Processed in 0.002026687 sec. | ||
| 1141 | 2024.12.20 21:12:53.271822 [ 266 ] {} <Trace> TCP-Session: 53b8f036-419c-4e80-803c-bda1922d0cba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1142 | 2024.12.20 21:12:53.271999 [ 266 ] {ddad232f-d575-4159-9415-7f485fff12b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45296) 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_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) | ||
| 1143 | 2024.12.20 21:12:53.272320 [ 266 ] {ddad232f-d575-4159-9415-7f485fff12b2} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1144 | 2024.12.20 21:12:53.272366 [ 266 ] {ddad232f-d575-4159-9415-7f485fff12b2} <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_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 | ||
| 1145 | 2024.12.20 21:12:53.272652 [ 266 ] {ddad232f-d575-4159-9415-7f485fff12b2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1146 | 2024.12.20 21:12:53.272716 [ 266 ] {ddad232f-d575-4159-9415-7f485fff12b2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1147 | 2024.12.20 21:12:53.272862 [ 266 ] {ddad232f-d575-4159-9415-7f485fff12b2} <Debug> oximeter.timeseries_schema (01d8643b-47e1-4db5-9986-404ac45e3089) (SelectExecutor): Key condition: (column 0 notIn 28-element set) | ||
| 1148 | 2024.12.20 21:12:53.272906 [ 266 ] {ddad232f-d575-4159-9415-7f485fff12b2} <Trace> oximeter.timeseries_schema (01d8643b-47e1-4db5-9986-404ac45e3089) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1149 | 2024.12.20 21:12:53.272929 [ 266 ] {ddad232f-d575-4159-9415-7f485fff12b2} <Debug> oximeter.timeseries_schema (01d8643b-47e1-4db5-9986-404ac45e3089) (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 | ||
| 1150 | 2024.12.20 21:12:53.272945 [ 266 ] {ddad232f-d575-4159-9415-7f485fff12b2} <Trace> oximeter.timeseries_schema (01d8643b-47e1-4db5-9986-404ac45e3089) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1151 | 2024.12.20 21:12:53.272988 [ 266 ] {ddad232f-d575-4159-9415-7f485fff12b2} <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_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'))" | ||
| 1152 | 2024.12.20 21:12:53.273012 [ 266 ] {ddad232f-d575-4159-9415-7f485fff12b2} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1153 | 2024.12.20 21:12:53.273510 [ 266 ] {ddad232f-d575-4159-9415-7f485fff12b2} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001594 sec., 11292.346298619825 rows/sec., 461.94 KiB/sec. | ||
| 1154 | 2024.12.20 21:12:53.273590 [ 266 ] {ddad232f-d575-4159-9415-7f485fff12b2} <Debug> TCPHandler: Processed in 0.00182425 sec. | ||
| 1155 | 2024.12.20 21:12:53.273876 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1156 | 2024.12.20 21:12:53.274061 [ 271 ] {b3acd368-e55f-4775-b698-ed4841e47b72} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) 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_data_link:link_enabled', '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) | ||
| 1157 | 2024.12.20 21:12:53.274388 [ 271 ] {b3acd368-e55f-4775-b698-ed4841e47b72} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1158 | 2024.12.20 21:12:53.274434 [ 271 ] {b3acd368-e55f-4775-b698-ed4841e47b72} <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_data_link:link_enabled', '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 | ||
| 1159 | 2024.12.20 21:12:53.274728 [ 271 ] {b3acd368-e55f-4775-b698-ed4841e47b72} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1160 | 2024.12.20 21:12:53.274793 [ 271 ] {b3acd368-e55f-4775-b698-ed4841e47b72} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1161 | 2024.12.20 21:12:53.274946 [ 271 ] {b3acd368-e55f-4775-b698-ed4841e47b72} <Debug> oximeter.timeseries_schema (01d8643b-47e1-4db5-9986-404ac45e3089) (SelectExecutor): Key condition: (column 0 notIn 29-element set) | ||
| 1162 | 2024.12.20 21:12:53.274979 [ 271 ] {b3acd368-e55f-4775-b698-ed4841e47b72} <Trace> oximeter.timeseries_schema (01d8643b-47e1-4db5-9986-404ac45e3089) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1163 | 2024.12.20 21:12:53.275002 [ 271 ] {b3acd368-e55f-4775-b698-ed4841e47b72} <Debug> oximeter.timeseries_schema (01d8643b-47e1-4db5-9986-404ac45e3089) (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 | ||
| 1164 | 2024.12.20 21:12:53.275020 [ 271 ] {b3acd368-e55f-4775-b698-ed4841e47b72} <Trace> oximeter.timeseries_schema (01d8643b-47e1-4db5-9986-404ac45e3089) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1165 | 2024.12.20 21:12:53.275065 [ 271 ] {b3acd368-e55f-4775-b698-ed4841e47b72} <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_data_link:link_enabled', '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'))" | ||
| 1166 | 2024.12.20 21:12:53.275089 [ 271 ] {b3acd368-e55f-4775-b698-ed4841e47b72} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1167 | 2024.12.20 21:12:53.275662 [ 271 ] {b3acd368-e55f-4775-b698-ed4841e47b72} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001688 sec., 10663.507109004739 rows/sec., 436.21 KiB/sec. | ||
| 1168 | 2024.12.20 21:12:53.275779 [ 271 ] {b3acd368-e55f-4775-b698-ed4841e47b72} <Debug> TCPHandler: Processed in 0.001958105 sec. | ||
| 1169 | 2024.12.20 21:12:53.279973 [ 266 ] {} <Trace> TCP-Session: 53b8f036-419c-4e80-803c-bda1922d0cba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1170 | 2024.12.20 21:12:53.280151 [ 266 ] {67f267c3-e799-47d6-ad1f-bc9a224287da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45296) 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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table: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) | ||
| 1171 | 2024.12.20 21:12:53.280476 [ 266 ] {67f267c3-e799-47d6-ad1f-bc9a224287da} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1172 | 2024.12.20 21:12:53.280522 [ 266 ] {67f267c3-e799-47d6-ad1f-bc9a224287da} <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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table: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 | ||
| 1173 | 2024.12.20 21:12:53.280816 [ 266 ] {67f267c3-e799-47d6-ad1f-bc9a224287da} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1174 | 2024.12.20 21:12:53.280881 [ 266 ] {67f267c3-e799-47d6-ad1f-bc9a224287da} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1175 | 2024.12.20 21:12:53.281028 [ 266 ] {67f267c3-e799-47d6-ad1f-bc9a224287da} <Debug> oximeter.timeseries_schema (01d8643b-47e1-4db5-9986-404ac45e3089) (SelectExecutor): Key condition: (column 0 notIn 30-element set) | ||
| 1176 | 2024.12.20 21:12:53.281061 [ 266 ] {67f267c3-e799-47d6-ad1f-bc9a224287da} <Trace> oximeter.timeseries_schema (01d8643b-47e1-4db5-9986-404ac45e3089) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1177 | 2024.12.20 21:12:53.281083 [ 266 ] {67f267c3-e799-47d6-ad1f-bc9a224287da} <Debug> oximeter.timeseries_schema (01d8643b-47e1-4db5-9986-404ac45e3089) (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 | ||
| 1178 | 2024.12.20 21:12:53.281100 [ 266 ] {67f267c3-e799-47d6-ad1f-bc9a224287da} <Trace> oximeter.timeseries_schema (01d8643b-47e1-4db5-9986-404ac45e3089) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1179 | 2024.12.20 21:12:53.281143 [ 266 ] {67f267c3-e799-47d6-ad1f-bc9a224287da} <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_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1180 | 2024.12.20 21:12:53.281166 [ 266 ] {67f267c3-e799-47d6-ad1f-bc9a224287da} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1181 | 2024.12.20 21:12:53.281679 [ 266 ] {67f267c3-e799-47d6-ad1f-bc9a224287da} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001612 sec., 11166.253101736973 rows/sec., 456.78 KiB/sec. | ||
| 1182 | 2024.12.20 21:12:53.281759 [ 266 ] {67f267c3-e799-47d6-ad1f-bc9a224287da} <Debug> TCPHandler: Processed in 0.001842871 sec. | ||
| 1183 | 2024.12.20 21:12:53.289096 [ 266 ] {} <Trace> TCP-Session: 53b8f036-419c-4e80-803c-bda1922d0cba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1184 | 2024.12.20 21:12:53.289235 [ 266 ] {a3a4a078-8d86-44bb-b838-206dace79039} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45296) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1185 | 2024.12.20 21:12:53.289291 [ 266 ] {a3a4a078-8d86-44bb-b838-206dace79039} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1186 | 2024.12.20 21:12:53.289979 [ 266 ] {a3a4a078-8d86-44bb-b838-206dace79039} <Trace> oximeter.timeseries_schema (01d8643b-47e1-4db5-9986-404ac45e3089): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1187 | 2024.12.20 21:12:53.290020 [ 266 ] {a3a4a078-8d86-44bb-b838-206dace79039} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 1188 | 2024.12.20 21:12:53.290603 [ 266 ] {a3a4a078-8d86-44bb-b838-206dace79039} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1189 | 2024.12.20 21:12:53.290978 [ 266 ] {a3a4a078-8d86-44bb-b838-206dace79039} <Trace> oximeter.timeseries_schema (01d8643b-47e1-4db5-9986-404ac45e3089): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1190 | 2024.12.20 21:12:53.291219 [ 266 ] {a3a4a078-8d86-44bb-b838-206dace79039} <Debug> executeQuery: Read 13 rows, 2.63 KiB in 0.002012 sec., 6461.232604373758 rows/sec., 1.28 MiB/sec. | ||
| 1191 | 2024.12.20 21:12:53.291370 [ 266 ] {a3a4a078-8d86-44bb-b838-206dace79039} <Debug> TCPHandler: Processed in 0.002330067 sec. | ||
| 1192 | 2024.12.20 21:12:53.291538 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1193 | 2024.12.20 21:12:53.291678 [ 271 ] {8742b289-9985-4f2e-9f70-28f9203639b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1194 | 2024.12.20 21:12:53.291729 [ 271 ] {8742b289-9985-4f2e-9f70-28f9203639b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1195 | 2024.12.20 21:12:53.293147 [ 271 ] {8742b289-9985-4f2e-9f70-28f9203639b8} <Trace> oximeter.fields_i16 (e8dd8f29-dacb-43c4-8630-4a7e9eaac6df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1196 | 2024.12.20 21:12:53.293193 [ 271 ] {8742b289-9985-4f2e-9f70-28f9203639b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 1197 | 2024.12.20 21:12:53.293886 [ 271 ] {8742b289-9985-4f2e-9f70-28f9203639b8} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1198 | 2024.12.20 21:12:53.294457 [ 271 ] {8742b289-9985-4f2e-9f70-28f9203639b8} <Trace> oximeter.fields_i16 (e8dd8f29-dacb-43c4-8630-4a7e9eaac6df): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1199 | 2024.12.20 21:12:53.294777 [ 271 ] {8742b289-9985-4f2e-9f70-28f9203639b8} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.003118 sec., 4490.057729313662 rows/sec., 323.22 KiB/sec. | ||
| 1200 | 2024.12.20 21:12:53.294886 [ 271 ] {8742b289-9985-4f2e-9f70-28f9203639b8} <Debug> TCPHandler: Processed in 0.003407693 sec. | ||
| 1201 | 2024.12.20 21:12:53.295097 [ 266 ] {} <Trace> TCP-Session: 53b8f036-419c-4e80-803c-bda1922d0cba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1202 | 2024.12.20 21:12:53.295243 [ 266 ] {d682b384-354d-43d1-8ccf-6680dc683f1c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45296) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1203 | 2024.12.20 21:12:53.295297 [ 266 ] {d682b384-354d-43d1-8ccf-6680dc683f1c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1204 | 2024.12.20 21:12:53.296001 [ 266 ] {d682b384-354d-43d1-8ccf-6680dc683f1c} <Trace> oximeter.fields_string (a7c5bf06-55d5-47a3-8577-07a38c41e153): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1205 | 2024.12.20 21:12:53.296040 [ 266 ] {d682b384-354d-43d1-8ccf-6680dc683f1c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 1206 | 2024.12.20 21:12:53.296632 [ 266 ] {d682b384-354d-43d1-8ccf-6680dc683f1c} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1207 | 2024.12.20 21:12:53.297158 [ 266 ] {d682b384-354d-43d1-8ccf-6680dc683f1c} <Trace> oximeter.fields_string (a7c5bf06-55d5-47a3-8577-07a38c41e153): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1208 | 2024.12.20 21:12:53.297377 [ 266 ] {d682b384-354d-43d1-8ccf-6680dc683f1c} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.002162 sec., 101295.09713228492 rows/sec., 8.82 MiB/sec. | ||
| 1209 | 2024.12.20 21:12:53.297428 [ 266 ] {d682b384-354d-43d1-8ccf-6680dc683f1c} <Debug> TCPHandler: Processed in 0.002406089 sec. | ||
| 1210 | 2024.12.20 21:12:53.297588 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1211 | 2024.12.20 21:12:53.297716 [ 271 ] {78842054-82cc-4643-9f18-650398370a67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1212 | 2024.12.20 21:12:53.297767 [ 271 ] {78842054-82cc-4643-9f18-650398370a67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1213 | 2024.12.20 21:12:53.298636 [ 271 ] {78842054-82cc-4643-9f18-650398370a67} <Trace> oximeter.fields_u16 (f5c5f422-b38a-45cf-a007-008934086980): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1214 | 2024.12.20 21:12:53.298674 [ 271 ] {78842054-82cc-4643-9f18-650398370a67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 1215 | 2024.12.20 21:12:53.299216 [ 271 ] {78842054-82cc-4643-9f18-650398370a67} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1216 | 2024.12.20 21:12:53.299792 [ 271 ] {78842054-82cc-4643-9f18-650398370a67} <Trace> oximeter.fields_u16 (f5c5f422-b38a-45cf-a007-008934086980): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1217 | 2024.12.20 21:12:53.300044 [ 271 ] {78842054-82cc-4643-9f18-650398370a67} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.002335 sec., 6423.982869379015 rows/sec., 452.94 KiB/sec. | ||
| 1218 | 2024.12.20 21:12:53.300128 [ 271 ] {78842054-82cc-4643-9f18-650398370a67} <Debug> TCPHandler: Processed in 0.002598416 sec. | ||
| 1219 | 2024.12.20 21:12:53.300288 [ 266 ] {} <Trace> TCP-Session: 53b8f036-419c-4e80-803c-bda1922d0cba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1220 | 2024.12.20 21:12:53.300416 [ 266 ] {330ff0e7-b162-461e-90e9-e2757c8dc0cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45296) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1221 | 2024.12.20 21:12:53.300473 [ 266 ] {330ff0e7-b162-461e-90e9-e2757c8dc0cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1222 | 2024.12.20 21:12:53.301142 [ 266 ] {330ff0e7-b162-461e-90e9-e2757c8dc0cf} <Trace> oximeter.fields_u32 (44e160d5-ebb5-4558-9722-9802c9a6e790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1223 | 2024.12.20 21:12:53.301182 [ 266 ] {330ff0e7-b162-461e-90e9-e2757c8dc0cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 1224 | 2024.12.20 21:12:53.301693 [ 266 ] {330ff0e7-b162-461e-90e9-e2757c8dc0cf} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1225 | 2024.12.20 21:12:53.302350 [ 266 ] {330ff0e7-b162-461e-90e9-e2757c8dc0cf} <Trace> oximeter.fields_u32 (44e160d5-ebb5-4558-9722-9802c9a6e790): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1226 | 2024.12.20 21:12:53.302581 [ 266 ] {330ff0e7-b162-461e-90e9-e2757c8dc0cf} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002195 sec., 6378.132118451025 rows/sec., 446.68 KiB/sec. | ||
| 1227 | 2024.12.20 21:12:53.302639 [ 266 ] {330ff0e7-b162-461e-90e9-e2757c8dc0cf} <Debug> TCPHandler: Processed in 0.00240819 sec. | ||
| 1228 | 2024.12.20 21:12:53.302812 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1229 | 2024.12.20 21:12:53.302941 [ 271 ] {e8553df5-65b8-433f-af2f-90c2a2303179} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1230 | 2024.12.20 21:12:53.302989 [ 271 ] {e8553df5-65b8-433f-af2f-90c2a2303179} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1231 | 2024.12.20 21:12:53.303575 [ 271 ] {e8553df5-65b8-433f-af2f-90c2a2303179} <Trace> oximeter.fields_u8 (c8d30ddd-c805-419d-8cc9-be9ef3e3339c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1232 | 2024.12.20 21:12:53.303626 [ 271 ] {e8553df5-65b8-433f-af2f-90c2a2303179} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 1233 | 2024.12.20 21:12:53.304179 [ 271 ] {e8553df5-65b8-433f-af2f-90c2a2303179} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1234 | 2024.12.20 21:12:53.304667 [ 271 ] {e8553df5-65b8-433f-af2f-90c2a2303179} <Trace> oximeter.fields_u8 (c8d30ddd-c805-419d-8cc9-be9ef3e3339c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1235 | 2024.12.20 21:12:53.304982 [ 271 ] {e8553df5-65b8-433f-af2f-90c2a2303179} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.002074 sec., 6268.081002892961 rows/sec., 390.81 KiB/sec. | ||
| 1236 | 2024.12.20 21:12:53.305032 [ 271 ] {e8553df5-65b8-433f-af2f-90c2a2303179} <Debug> TCPHandler: Processed in 0.002276115 sec. | ||
| 1237 | 2024.12.20 21:12:53.305195 [ 266 ] {} <Trace> TCP-Session: 53b8f036-419c-4e80-803c-bda1922d0cba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1238 | 2024.12.20 21:12:53.305315 [ 266 ] {a746d0f0-0c9b-4f78-9e7d-97d2b3309205} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45296) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1239 | 2024.12.20 21:12:53.305373 [ 266 ] {a746d0f0-0c9b-4f78-9e7d-97d2b3309205} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1240 | 2024.12.20 21:12:53.306124 [ 266 ] {a746d0f0-0c9b-4f78-9e7d-97d2b3309205} <Trace> oximeter.fields_uuid (56c9adb2-48e9-46d9-87b0-c6a967c48154): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1241 | 2024.12.20 21:12:53.306164 [ 266 ] {a746d0f0-0c9b-4f78-9e7d-97d2b3309205} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 1242 | 2024.12.20 21:12:53.306689 [ 266 ] {a746d0f0-0c9b-4f78-9e7d-97d2b3309205} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1243 | 2024.12.20 21:12:53.307167 [ 266 ] {a746d0f0-0c9b-4f78-9e7d-97d2b3309205} <Trace> oximeter.fields_uuid (56c9adb2-48e9-46d9-87b0-c6a967c48154): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1244 | 2024.12.20 21:12:53.307509 [ 266 ] {a746d0f0-0c9b-4f78-9e7d-97d2b3309205} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.002218 sec., 175834.084761046 rows/sec., 12.47 MiB/sec. | ||
| 1245 | 2024.12.20 21:12:53.307562 [ 266 ] {a746d0f0-0c9b-4f78-9e7d-97d2b3309205} <Debug> TCPHandler: Processed in 0.002423821 sec. | ||
| 1246 | 2024.12.20 21:12:53.307726 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1247 | 2024.12.20 21:12:53.307843 [ 271 ] {188dd7ac-9edc-4ff0-b339-af976bf76bb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 1248 | 2024.12.20 21:12:53.307891 [ 271 ] {188dd7ac-9edc-4ff0-b339-af976bf76bb9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1249 | 2024.12.20 21:12:53.308384 [ 271 ] {188dd7ac-9edc-4ff0-b339-af976bf76bb9} <Trace> oximeter.measurements_bool (11c94d34-dd1c-42cf-9f5b-a62aea0c2735): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1250 | 2024.12.20 21:12:53.308423 [ 271 ] {188dd7ac-9edc-4ff0-b339-af976bf76bb9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 1251 | 2024.12.20 21:12:53.308979 [ 271 ] {188dd7ac-9edc-4ff0-b339-af976bf76bb9} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1252 | 2024.12.20 21:12:53.309554 [ 271 ] {188dd7ac-9edc-4ff0-b339-af976bf76bb9} <Trace> oximeter.measurements_bool (11c94d34-dd1c-42cf-9f5b-a62aea0c2735): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1253 | 2024.12.20 21:12:53.309795 [ 271 ] {188dd7ac-9edc-4ff0-b339-af976bf76bb9} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001964 sec., 3054.989816700611 rows/sec., 159.61 KiB/sec. | ||
| 1254 | 2024.12.20 21:12:53.309871 [ 271 ] {188dd7ac-9edc-4ff0-b339-af976bf76bb9} <Debug> TCPHandler: Processed in 0.002209033 sec. | ||
| 1255 | 2024.12.20 21:12:53.310072 [ 266 ] {} <Trace> TCP-Session: 53b8f036-419c-4e80-803c-bda1922d0cba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1256 | 2024.12.20 21:12:53.310194 [ 266 ] {d9c061a4-8285-47db-aef1-acdaa13e7b82} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45296) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1257 | 2024.12.20 21:12:53.310250 [ 266 ] {d9c061a4-8285-47db-aef1-acdaa13e7b82} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1258 | 2024.12.20 21:12:53.310929 [ 266 ] {d9c061a4-8285-47db-aef1-acdaa13e7b82} <Trace> oximeter.measurements_cumulativeu64 (4b25041b-9433-4237-ab59-44afcaba2ba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1259 | 2024.12.20 21:12:53.310970 [ 266 ] {d9c061a4-8285-47db-aef1-acdaa13e7b82} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 1260 | 2024.12.20 21:12:53.311483 [ 266 ] {d9c061a4-8285-47db-aef1-acdaa13e7b82} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1261 | 2024.12.20 21:12:53.311985 [ 266 ] {d9c061a4-8285-47db-aef1-acdaa13e7b82} <Trace> oximeter.measurements_cumulativeu64 (4b25041b-9433-4237-ab59-44afcaba2ba7): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1262 | 2024.12.20 21:12:53.312220 [ 266 ] {d9c061a4-8285-47db-aef1-acdaa13e7b82} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002047 sec., 115779.18905715681 rows/sec., 7.76 MiB/sec. | ||
| 1263 | 2024.12.20 21:12:53.312279 [ 266 ] {d9c061a4-8285-47db-aef1-acdaa13e7b82} <Debug> TCPHandler: Processed in 0.002265415 sec. | ||
| 1264 | 2024.12.20 21:12:53.312430 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1265 | 2024.12.20 21:12:53.312544 [ 271 ] {687a84fa-5611-4605-88bf-c4feae2b65d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 1266 | 2024.12.20 21:12:53.312593 [ 271 ] {687a84fa-5611-4605-88bf-c4feae2b65d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 1267 | 2024.12.20 21:12:53.313087 [ 271 ] {687a84fa-5611-4605-88bf-c4feae2b65d0} <Trace> oximeter.measurements_f64 (91051acd-5a5c-4cbe-bf7a-a2cd5e3daeba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1268 | 2024.12.20 21:12:53.313125 [ 271 ] {687a84fa-5611-4605-88bf-c4feae2b65d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 1269 | 2024.12.20 21:12:53.313651 [ 271 ] {687a84fa-5611-4605-88bf-c4feae2b65d0} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1270 | 2024.12.20 21:12:53.314278 [ 271 ] {687a84fa-5611-4605-88bf-c4feae2b65d0} <Trace> oximeter.measurements_f64 (91051acd-5a5c-4cbe-bf7a-a2cd5e3daeba): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1271 | 2024.12.20 21:12:53.314554 [ 271 ] {687a84fa-5611-4605-88bf-c4feae2b65d0} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002018 sec., 495.5401387512389 rows/sec., 33.39 KiB/sec. | ||
| 1272 | 2024.12.20 21:12:53.314611 [ 271 ] {687a84fa-5611-4605-88bf-c4feae2b65d0} <Debug> TCPHandler: Processed in 0.002239135 sec. | ||
| 1273 | 2024.12.20 21:12:53.314788 [ 266 ] {} <Trace> TCP-Session: 53b8f036-419c-4e80-803c-bda1922d0cba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1274 | 2024.12.20 21:12:53.314904 [ 266 ] {af52fa4c-2b85-47e7-9003-6eeb6bf41872} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45296) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1275 | 2024.12.20 21:12:53.314983 [ 266 ] {af52fa4c-2b85-47e7-9003-6eeb6bf41872} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1276 | 2024.12.20 21:12:53.316068 [ 266 ] {af52fa4c-2b85-47e7-9003-6eeb6bf41872} <Trace> oximeter.measurements_histogramu64 (84834c4b-a921-406e-bab6-7c9ded2f611a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1277 | 2024.12.20 21:12:53.316110 [ 266 ] {af52fa4c-2b85-47e7-9003-6eeb6bf41872} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 1278 | 2024.12.20 21:12:53.317415 [ 266 ] {af52fa4c-2b85-47e7-9003-6eeb6bf41872} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1279 | 2024.12.20 21:12:53.317973 [ 266 ] {af52fa4c-2b85-47e7-9003-6eeb6bf41872} <Trace> oximeter.measurements_histogramu64 (84834c4b-a921-406e-bab6-7c9ded2f611a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1280 | 2024.12.20 21:12:53.318203 [ 266 ] {af52fa4c-2b85-47e7-9003-6eeb6bf41872} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.003323 sec., 2407.4631357207345 rows/sec., 4.31 MiB/sec. | ||
| 1281 | 2024.12.20 21:12:53.318311 [ 266 ] {af52fa4c-2b85-47e7-9003-6eeb6bf41872} <Debug> TCPHandler: Processed in 0.003581379 sec. | ||
| 1282 | 2024.12.20 21:12:53.318471 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1283 | 2024.12.20 21:12:53.318591 [ 271 ] {54a4a2c8-5b40-4a45-8d6d-0309b2249a34} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1284 | 2024.12.20 21:12:53.318643 [ 271 ] {54a4a2c8-5b40-4a45-8d6d-0309b2249a34} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1285 | 2024.12.20 21:12:53.319157 [ 271 ] {54a4a2c8-5b40-4a45-8d6d-0309b2249a34} <Trace> oximeter.measurements_u64 (18143310-3b17-415e-b30b-72754bf09621): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1286 | 2024.12.20 21:12:53.319197 [ 271 ] {54a4a2c8-5b40-4a45-8d6d-0309b2249a34} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 1287 | 2024.12.20 21:12:53.319742 [ 271 ] {54a4a2c8-5b40-4a45-8d6d-0309b2249a34} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1288 | 2024.12.20 21:12:53.320217 [ 271 ] {54a4a2c8-5b40-4a45-8d6d-0309b2249a34} <Trace> oximeter.measurements_u64 (18143310-3b17-415e-b30b-72754bf09621): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1289 | 2024.12.20 21:12:53.320402 [ 271 ] {54a4a2c8-5b40-4a45-8d6d-0309b2249a34} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001835 sec., 44686.6485013624 rows/sec., 2.84 MiB/sec. | ||
| 1290 | 2024.12.20 21:12:53.320453 [ 271 ] {54a4a2c8-5b40-4a45-8d6d-0309b2249a34} <Debug> TCPHandler: Processed in 0.002037377 sec. | ||
| 1291 | 2024.12.20 21:12:58.252213 [ 266 ] {} <Trace> TCP-Session: 53b8f036-419c-4e80-803c-bda1922d0cba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1292 | 2024.12.20 21:12:58.252434 [ 266 ] {b241ed14-eec9-4903-b7d6-c8ab653e4a9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45296) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1293 | 2024.12.20 21:12:58.252511 [ 266 ] {b241ed14-eec9-4903-b7d6-c8ab653e4a9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1294 | 2024.12.20 21:12:58.253277 [ 266 ] {b241ed14-eec9-4903-b7d6-c8ab653e4a9d} <Trace> oximeter.fields_string (a7c5bf06-55d5-47a3-8577-07a38c41e153): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1295 | 2024.12.20 21:12:58.253322 [ 266 ] {b241ed14-eec9-4903-b7d6-c8ab653e4a9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1296 | 2024.12.20 21:12:58.253890 [ 266 ] {b241ed14-eec9-4903-b7d6-c8ab653e4a9d} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1297 | 2024.12.20 21:12:58.254411 [ 266 ] {b241ed14-eec9-4903-b7d6-c8ab653e4a9d} <Trace> oximeter.fields_string (a7c5bf06-55d5-47a3-8577-07a38c41e153): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1298 | 2024.12.20 21:12:58.254652 [ 266 ] {b241ed14-eec9-4903-b7d6-c8ab653e4a9d} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002278 sec., 24582.967515364355 rows/sec., 1.88 MiB/sec. | ||
| 1299 | 2024.12.20 21:12:58.254715 [ 266 ] {b241ed14-eec9-4903-b7d6-c8ab653e4a9d} <Debug> TCPHandler: Processed in 0.002635077 sec. | ||
| 1300 | 2024.12.20 21:12:58.255005 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1301 | 2024.12.20 21:12:58.255206 [ 271 ] {7ae85d97-7c47-428a-8f78-f49416af1571} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1302 | 2024.12.20 21:12:58.255302 [ 271 ] {7ae85d97-7c47-428a-8f78-f49416af1571} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1303 | 2024.12.20 21:12:58.256117 [ 271 ] {7ae85d97-7c47-428a-8f78-f49416af1571} <Trace> oximeter.fields_uuid (56c9adb2-48e9-46d9-87b0-c6a967c48154): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1304 | 2024.12.20 21:12:58.256160 [ 271 ] {7ae85d97-7c47-428a-8f78-f49416af1571} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1305 | 2024.12.20 21:12:58.256718 [ 271 ] {7ae85d97-7c47-428a-8f78-f49416af1571} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1306 | 2024.12.20 21:12:58.257195 [ 271 ] {7ae85d97-7c47-428a-8f78-f49416af1571} <Trace> oximeter.fields_uuid (56c9adb2-48e9-46d9-87b0-c6a967c48154): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1307 | 2024.12.20 21:12:58.257483 [ 271 ] {7ae85d97-7c47-428a-8f78-f49416af1571} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002301 sec., 27813.99391568883 rows/sec., 2.17 MiB/sec. | ||
| 1308 | 2024.12.20 21:12:58.257594 [ 271 ] {7ae85d97-7c47-428a-8f78-f49416af1571} <Debug> TCPHandler: Processed in 0.00271731 sec. | ||
| 1309 | 2024.12.20 21:12:58.257782 [ 266 ] {} <Trace> TCP-Session: 53b8f036-419c-4e80-803c-bda1922d0cba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1310 | 2024.12.20 21:12:58.257926 [ 266 ] {07c5fa0f-be11-4c69-bf54-207f14453277} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45296) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1311 | 2024.12.20 21:12:58.257991 [ 266 ] {07c5fa0f-be11-4c69-bf54-207f14453277} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1312 | 2024.12.20 21:12:58.258658 [ 266 ] {07c5fa0f-be11-4c69-bf54-207f14453277} <Trace> oximeter.measurements_cumulativeu64 (4b25041b-9433-4237-ab59-44afcaba2ba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1313 | 2024.12.20 21:12:58.258698 [ 266 ] {07c5fa0f-be11-4c69-bf54-207f14453277} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1314 | 2024.12.20 21:12:58.259239 [ 266 ] {07c5fa0f-be11-4c69-bf54-207f14453277} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1315 | 2024.12.20 21:12:58.259769 [ 266 ] {07c5fa0f-be11-4c69-bf54-207f14453277} <Trace> oximeter.measurements_cumulativeu64 (4b25041b-9433-4237-ab59-44afcaba2ba7): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1316 | 2024.12.20 21:12:58.259992 [ 266 ] {07c5fa0f-be11-4c69-bf54-207f14453277} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.002102 sec., 76117.98287345385 rows/sec., 5.30 MiB/sec. | ||
| 1317 | 2024.12.20 21:12:58.260048 [ 266 ] {07c5fa0f-be11-4c69-bf54-207f14453277} <Debug> TCPHandler: Processed in 0.002334827 sec. | ||
| 1318 | 2024.12.20 21:12:58.260213 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1319 | 2024.12.20 21:12:58.260359 [ 271 ] {31a1105e-e82e-4b4f-8311-0d7fe8ebda1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1320 | 2024.12.20 21:12:58.260425 [ 271 ] {31a1105e-e82e-4b4f-8311-0d7fe8ebda1e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1321 | 2024.12.20 21:12:58.260957 [ 271 ] {31a1105e-e82e-4b4f-8311-0d7fe8ebda1e} <Trace> oximeter.measurements_u64 (18143310-3b17-415e-b30b-72754bf09621): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1322 | 2024.12.20 21:12:58.260994 [ 271 ] {31a1105e-e82e-4b4f-8311-0d7fe8ebda1e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1323 | 2024.12.20 21:12:58.261546 [ 271 ] {31a1105e-e82e-4b4f-8311-0d7fe8ebda1e} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1324 | 2024.12.20 21:12:58.262067 [ 271 ] {31a1105e-e82e-4b4f-8311-0d7fe8ebda1e} <Trace> oximeter.measurements_u64 (18143310-3b17-415e-b30b-72754bf09621): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1325 | 2024.12.20 21:12:58.262338 [ 271 ] {31a1105e-e82e-4b4f-8311-0d7fe8ebda1e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001994 sec., 30090.27081243731 rows/sec., 2.03 MiB/sec. | ||
| 1326 | 2024.12.20 21:12:58.262442 [ 271 ] {31a1105e-e82e-4b4f-8311-0d7fe8ebda1e} <Debug> TCPHandler: Processed in 0.002296026 sec. | ||
| 1327 | 2024.12.20 21:12:59.645899 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 2318 | ||
| 1328 | 2024.12.20 21:12:59.646554 [ 244 ] {} <Trace> system.asynchronous_metric_log (7374c277-4ec6-4bc6-a92a-be2a3111abf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1329 | 2024.12.20 21:12:59.646591 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1330 | 2024.12.20 21:12:59.647328 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1331 | 2024.12.20 21:12:59.647883 [ 244 ] {} <Trace> system.asynchronous_metric_log (7374c277-4ec6-4bc6-a92a-be2a3111abf4): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1332 | 2024.12.20 21:12:59.648096 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2318 | ||
| 1333 | 2024.12.20 21:12:59.770103 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 | ||
| 1334 | 2024.12.20 21:12:59.789463 [ 243 ] {} <Trace> system.metric_log (76748c68-b196-4e56-a74b-50a33795b533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1335 | 2024.12.20 21:12:59.789519 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1336 | 2024.12.20 21:12:59.796539 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1337 | 2024.12.20 21:12:59.797724 [ 243 ] {} <Trace> system.metric_log (76748c68-b196-4e56-a74b-50a33795b533): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1338 | 2024.12.20 21:12:59.800648 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 38 | ||
| 1339 | 2024.12.20 21:13:00.001143 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 159.79 MiB, peak 163.79 MiB, free memory in arenas 0.00 B, will set to 161.09 MiB (RSS), difference: 1.30 MiB | ||
| 1340 | 2024.12.20 21:13:02.139741 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 202 | ||
| 1341 | 2024.12.20 21:13:02.143256 [ 242 ] {} <Trace> system.query_log (baa8d9f2-52e3-4f4e-aa10-ca7b91d14406): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1342 | 2024.12.20 21:13:02.143309 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1343 | 2024.12.20 21:13:02.144891 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1344 | 2024.12.20 21:13:02.145198 [ 242 ] {} <Trace> system.query_log (baa8d9f2-52e3-4f4e-aa10-ca7b91d14406): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1345 | 2024.12.20 21:13:02.145727 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 202 | ||
| 1346 | 2024.12.20 21:13:03.257587 [ 266 ] {} <Trace> TCP-Session: 53b8f036-419c-4e80-803c-bda1922d0cba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1347 | 2024.12.20 21:13:03.257798 [ 266 ] {0c2a9442-23d2-4f67-bd25-62abc6774a6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45296) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1348 | 2024.12.20 21:13:03.257870 [ 266 ] {0c2a9442-23d2-4f67-bd25-62abc6774a6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1349 | 2024.12.20 21:13:03.258638 [ 266 ] {0c2a9442-23d2-4f67-bd25-62abc6774a6b} <Trace> oximeter.fields_i16 (e8dd8f29-dacb-43c4-8630-4a7e9eaac6df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1350 | 2024.12.20 21:13:03.258695 [ 266 ] {0c2a9442-23d2-4f67-bd25-62abc6774a6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1351 | 2024.12.20 21:13:03.259144 [ 266 ] {0c2a9442-23d2-4f67-bd25-62abc6774a6b} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1352 | 2024.12.20 21:13:03.259413 [ 266 ] {0c2a9442-23d2-4f67-bd25-62abc6774a6b} <Trace> oximeter.fields_i16 (e8dd8f29-dacb-43c4-8630-4a7e9eaac6df): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1353 | 2024.12.20 21:13:03.259643 [ 266 ] {0c2a9442-23d2-4f67-bd25-62abc6774a6b} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001897 sec., 7380.073800738007 rows/sec., 531.27 KiB/sec. | ||
| 1354 | 2024.12.20 21:13:03.259714 [ 266 ] {0c2a9442-23d2-4f67-bd25-62abc6774a6b} <Debug> TCPHandler: Processed in 0.002258775 sec. | ||
| 1355 | 2024.12.20 21:13:03.259952 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1356 | 2024.12.20 21:13:03.260151 [ 271 ] {4a90d16d-42fe-40c7-903a-cd489a5e8e2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1357 | 2024.12.20 21:13:03.260223 [ 271 ] {4a90d16d-42fe-40c7-903a-cd489a5e8e2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1358 | 2024.12.20 21:13:03.261101 [ 271 ] {4a90d16d-42fe-40c7-903a-cd489a5e8e2d} <Trace> oximeter.fields_string (a7c5bf06-55d5-47a3-8577-07a38c41e153): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1359 | 2024.12.20 21:13:03.261141 [ 271 ] {4a90d16d-42fe-40c7-903a-cd489a5e8e2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1360 | 2024.12.20 21:13:03.261602 [ 271 ] {4a90d16d-42fe-40c7-903a-cd489a5e8e2d} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1361 | 2024.12.20 21:13:03.261876 [ 271 ] {4a90d16d-42fe-40c7-903a-cd489a5e8e2d} <Trace> oximeter.fields_string (a7c5bf06-55d5-47a3-8577-07a38c41e153): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1362 | 2024.12.20 21:13:03.262098 [ 271 ] {4a90d16d-42fe-40c7-903a-cd489a5e8e2d} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.002006 sec., 109172.48255234298 rows/sec., 9.51 MiB/sec. | ||
| 1363 | 2024.12.20 21:13:03.262154 [ 271 ] {4a90d16d-42fe-40c7-903a-cd489a5e8e2d} <Debug> TCPHandler: Processed in 0.002331298 sec. | ||
| 1364 | 2024.12.20 21:13:03.262343 [ 266 ] {} <Trace> TCP-Session: 53b8f036-419c-4e80-803c-bda1922d0cba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1365 | 2024.12.20 21:13:03.262471 [ 266 ] {0666e5f4-d761-41a4-9d64-84c7beb5a855} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45296) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1366 | 2024.12.20 21:13:03.262523 [ 266 ] {0666e5f4-d761-41a4-9d64-84c7beb5a855} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1367 | 2024.12.20 21:13:03.263135 [ 266 ] {0666e5f4-d761-41a4-9d64-84c7beb5a855} <Trace> oximeter.fields_u16 (f5c5f422-b38a-45cf-a007-008934086980): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1368 | 2024.12.20 21:13:03.263178 [ 266 ] {0666e5f4-d761-41a4-9d64-84c7beb5a855} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1369 | 2024.12.20 21:13:03.263577 [ 266 ] {0666e5f4-d761-41a4-9d64-84c7beb5a855} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1370 | 2024.12.20 21:13:03.263824 [ 266 ] {0666e5f4-d761-41a4-9d64-84c7beb5a855} <Trace> oximeter.fields_u16 (f5c5f422-b38a-45cf-a007-008934086980): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1371 | 2024.12.20 21:13:03.264048 [ 266 ] {0666e5f4-d761-41a4-9d64-84c7beb5a855} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001607 sec., 9334.163036714375 rows/sec., 658.13 KiB/sec. | ||
| 1372 | 2024.12.20 21:13:03.264107 [ 266 ] {0666e5f4-d761-41a4-9d64-84c7beb5a855} <Debug> TCPHandler: Processed in 0.001821481 sec. | ||
| 1373 | 2024.12.20 21:13:03.264281 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1374 | 2024.12.20 21:13:03.264437 [ 271 ] {0cfaacf5-833f-4c5e-8ebb-5c8775ea2459} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1375 | 2024.12.20 21:13:03.264501 [ 271 ] {0cfaacf5-833f-4c5e-8ebb-5c8775ea2459} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1376 | 2024.12.20 21:13:03.265127 [ 271 ] {0cfaacf5-833f-4c5e-8ebb-5c8775ea2459} <Trace> oximeter.fields_u32 (44e160d5-ebb5-4558-9722-9802c9a6e790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1377 | 2024.12.20 21:13:03.265168 [ 271 ] {0cfaacf5-833f-4c5e-8ebb-5c8775ea2459} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1378 | 2024.12.20 21:13:03.265591 [ 271 ] {0cfaacf5-833f-4c5e-8ebb-5c8775ea2459} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1379 | 2024.12.20 21:13:03.265848 [ 271 ] {0cfaacf5-833f-4c5e-8ebb-5c8775ea2459} <Trace> oximeter.fields_u32 (44e160d5-ebb5-4558-9722-9802c9a6e790): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1380 | 2024.12.20 21:13:03.266079 [ 271 ] {0cfaacf5-833f-4c5e-8ebb-5c8775ea2459} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00165 sec., 8484.848484848484 rows/sec., 594.22 KiB/sec. | ||
| 1381 | 2024.12.20 21:13:03.266186 [ 271 ] {0cfaacf5-833f-4c5e-8ebb-5c8775ea2459} <Debug> TCPHandler: Processed in 0.001974726 sec. | ||
| 1382 | 2024.12.20 21:13:03.266337 [ 266 ] {} <Trace> TCP-Session: 53b8f036-419c-4e80-803c-bda1922d0cba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1383 | 2024.12.20 21:13:03.266457 [ 266 ] {b0a0263f-56b1-4057-811b-5aa681c57763} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45296) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1384 | 2024.12.20 21:13:03.266511 [ 266 ] {b0a0263f-56b1-4057-811b-5aa681c57763} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1385 | 2024.12.20 21:13:03.267102 [ 266 ] {b0a0263f-56b1-4057-811b-5aa681c57763} <Trace> oximeter.fields_u8 (c8d30ddd-c805-419d-8cc9-be9ef3e3339c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1386 | 2024.12.20 21:13:03.267141 [ 266 ] {b0a0263f-56b1-4057-811b-5aa681c57763} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1387 | 2024.12.20 21:13:03.267512 [ 266 ] {b0a0263f-56b1-4057-811b-5aa681c57763} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1388 | 2024.12.20 21:13:03.267760 [ 266 ] {b0a0263f-56b1-4057-811b-5aa681c57763} <Trace> oximeter.fields_u8 (c8d30ddd-c805-419d-8cc9-be9ef3e3339c): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1389 | 2024.12.20 21:13:03.267988 [ 266 ] {b0a0263f-56b1-4057-811b-5aa681c57763} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001552 sec., 8376.288659793814 rows/sec., 522.26 KiB/sec. | ||
| 1390 | 2024.12.20 21:13:03.268050 [ 266 ] {b0a0263f-56b1-4057-811b-5aa681c57763} <Debug> TCPHandler: Processed in 0.001767698 sec. | ||
| 1391 | 2024.12.20 21:13:03.268203 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1392 | 2024.12.20 21:13:03.268324 [ 271 ] {b2807c98-c6bf-483b-916d-9114866afbca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1393 | 2024.12.20 21:13:03.268374 [ 271 ] {b2807c98-c6bf-483b-916d-9114866afbca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1394 | 2024.12.20 21:13:03.269128 [ 271 ] {b2807c98-c6bf-483b-916d-9114866afbca} <Trace> oximeter.fields_uuid (56c9adb2-48e9-46d9-87b0-c6a967c48154): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1395 | 2024.12.20 21:13:03.269168 [ 271 ] {b2807c98-c6bf-483b-916d-9114866afbca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1396 | 2024.12.20 21:13:03.269581 [ 271 ] {b2807c98-c6bf-483b-916d-9114866afbca} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1397 | 2024.12.20 21:13:03.269843 [ 271 ] {b2807c98-c6bf-483b-916d-9114866afbca} <Trace> oximeter.fields_uuid (56c9adb2-48e9-46d9-87b0-c6a967c48154): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1398 | 2024.12.20 21:13:03.270086 [ 271 ] {b2807c98-c6bf-483b-916d-9114866afbca} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001779 sec., 219224.28330522767 rows/sec., 15.55 MiB/sec. | ||
| 1399 | 2024.12.20 21:13:03.270228 [ 271 ] {b2807c98-c6bf-483b-916d-9114866afbca} <Debug> TCPHandler: Processed in 0.002080039 sec. | ||
| 1400 | 2024.12.20 21:13:03.270387 [ 266 ] {} <Trace> TCP-Session: 53b8f036-419c-4e80-803c-bda1922d0cba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1401 | 2024.12.20 21:13:03.270515 [ 266 ] {3bd374c7-8431-4c9e-ab3e-29a284b876c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45296) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 1402 | 2024.12.20 21:13:03.270568 [ 266 ] {3bd374c7-8431-4c9e-ab3e-29a284b876c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1403 | 2024.12.20 21:13:03.271051 [ 266 ] {3bd374c7-8431-4c9e-ab3e-29a284b876c4} <Trace> oximeter.measurements_bool (11c94d34-dd1c-42cf-9f5b-a62aea0c2735): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1404 | 2024.12.20 21:13:03.271091 [ 266 ] {3bd374c7-8431-4c9e-ab3e-29a284b876c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1405 | 2024.12.20 21:13:03.271474 [ 266 ] {3bd374c7-8431-4c9e-ab3e-29a284b876c4} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1406 | 2024.12.20 21:13:03.271713 [ 266 ] {3bd374c7-8431-4c9e-ab3e-29a284b876c4} <Trace> oximeter.measurements_bool (11c94d34-dd1c-42cf-9f5b-a62aea0c2735): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1407 | 2024.12.20 21:13:03.271953 [ 266 ] {3bd374c7-8431-4c9e-ab3e-29a284b876c4} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001461 sec., 4106.776180698152 rows/sec., 214.56 KiB/sec. | ||
| 1408 | 2024.12.20 21:13:03.272010 [ 266 ] {3bd374c7-8431-4c9e-ab3e-29a284b876c4} <Debug> TCPHandler: Processed in 0.001678756 sec. | ||
| 1409 | 2024.12.20 21:13:03.272181 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1410 | 2024.12.20 21:13:03.272326 [ 271 ] {1c54bd7f-7d8b-416d-ba19-c87bbb4c9116} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1411 | 2024.12.20 21:13:03.272391 [ 271 ] {1c54bd7f-7d8b-416d-ba19-c87bbb4c9116} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1412 | 2024.12.20 21:13:03.273037 [ 271 ] {1c54bd7f-7d8b-416d-ba19-c87bbb4c9116} <Trace> oximeter.measurements_cumulativeu64 (4b25041b-9433-4237-ab59-44afcaba2ba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1413 | 2024.12.20 21:13:03.273078 [ 271 ] {1c54bd7f-7d8b-416d-ba19-c87bbb4c9116} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1414 | 2024.12.20 21:13:03.273502 [ 271 ] {1c54bd7f-7d8b-416d-ba19-c87bbb4c9116} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1415 | 2024.12.20 21:13:03.273767 [ 271 ] {1c54bd7f-7d8b-416d-ba19-c87bbb4c9116} <Trace> oximeter.measurements_cumulativeu64 (4b25041b-9433-4237-ab59-44afcaba2ba7): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1416 | 2024.12.20 21:13:03.273956 [ 271 ] {1c54bd7f-7d8b-416d-ba19-c87bbb4c9116} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001661 sec., 142685.12944009632 rows/sec., 9.56 MiB/sec. | ||
| 1417 | 2024.12.20 21:13:03.274010 [ 271 ] {1c54bd7f-7d8b-416d-ba19-c87bbb4c9116} <Debug> TCPHandler: Processed in 0.001903603 sec. | ||
| 1418 | 2024.12.20 21:13:03.274159 [ 266 ] {} <Trace> TCP-Session: 53b8f036-419c-4e80-803c-bda1922d0cba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1419 | 2024.12.20 21:13:03.274278 [ 266 ] {059af746-8735-46c3-94a9-ef5dd408ceda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45296) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 1420 | 2024.12.20 21:13:03.274330 [ 266 ] {059af746-8735-46c3-94a9-ef5dd408ceda} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 1421 | 2024.12.20 21:13:03.274845 [ 266 ] {059af746-8735-46c3-94a9-ef5dd408ceda} <Trace> oximeter.measurements_f64 (91051acd-5a5c-4cbe-bf7a-a2cd5e3daeba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1422 | 2024.12.20 21:13:03.274887 [ 266 ] {059af746-8735-46c3-94a9-ef5dd408ceda} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1423 | 2024.12.20 21:13:03.275337 [ 266 ] {059af746-8735-46c3-94a9-ef5dd408ceda} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1424 | 2024.12.20 21:13:03.275590 [ 266 ] {059af746-8735-46c3-94a9-ef5dd408ceda} <Trace> oximeter.measurements_f64 (91051acd-5a5c-4cbe-bf7a-a2cd5e3daeba): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1425 | 2024.12.20 21:13:03.275797 [ 266 ] {059af746-8735-46c3-94a9-ef5dd408ceda} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00154 sec., 649.3506493506494 rows/sec., 43.76 KiB/sec. | ||
| 1426 | 2024.12.20 21:13:03.275859 [ 266 ] {059af746-8735-46c3-94a9-ef5dd408ceda} <Debug> TCPHandler: Processed in 0.001747698 sec. | ||
| 1427 | 2024.12.20 21:13:03.276031 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1428 | 2024.12.20 21:13:03.276153 [ 271 ] {5eb85f33-bc9e-46fb-8e02-c062d3bdf4b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1429 | 2024.12.20 21:13:03.276233 [ 271 ] {5eb85f33-bc9e-46fb-8e02-c062d3bdf4b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1430 | 2024.12.20 21:13:03.277352 [ 271 ] {5eb85f33-bc9e-46fb-8e02-c062d3bdf4b0} <Trace> oximeter.measurements_histogramu64 (84834c4b-a921-406e-bab6-7c9ded2f611a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1431 | 2024.12.20 21:13:03.277392 [ 271 ] {5eb85f33-bc9e-46fb-8e02-c062d3bdf4b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1432 | 2024.12.20 21:13:03.278036 [ 271 ] {5eb85f33-bc9e-46fb-8e02-c062d3bdf4b0} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1433 | 2024.12.20 21:13:03.278316 [ 271 ] {5eb85f33-bc9e-46fb-8e02-c062d3bdf4b0} <Trace> oximeter.measurements_histogramu64 (84834c4b-a921-406e-bab6-7c9ded2f611a): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1434 | 2024.12.20 21:13:03.278597 [ 271 ] {5eb85f33-bc9e-46fb-8e02-c062d3bdf4b0} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002448 sec., 3267.97385620915 rows/sec., 5.86 MiB/sec. | ||
| 1435 | 2024.12.20 21:13:03.278706 [ 271 ] {5eb85f33-bc9e-46fb-8e02-c062d3bdf4b0} <Debug> TCPHandler: Processed in 0.00273275 sec. | ||
| 1436 | 2024.12.20 21:13:03.278878 [ 266 ] {} <Trace> TCP-Session: 53b8f036-419c-4e80-803c-bda1922d0cba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1437 | 2024.12.20 21:13:03.279026 [ 266 ] {332ad835-b23c-49cd-9df7-17240f4b79ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45296) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1438 | 2024.12.20 21:13:03.279087 [ 266 ] {332ad835-b23c-49cd-9df7-17240f4b79ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1439 | 2024.12.20 21:13:03.279746 [ 266 ] {332ad835-b23c-49cd-9df7-17240f4b79ac} <Trace> oximeter.measurements_u64 (18143310-3b17-415e-b30b-72754bf09621): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1440 | 2024.12.20 21:13:03.279785 [ 266 ] {332ad835-b23c-49cd-9df7-17240f4b79ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1441 | 2024.12.20 21:13:03.280186 [ 266 ] {332ad835-b23c-49cd-9df7-17240f4b79ac} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1442 | 2024.12.20 21:13:03.280442 [ 266 ] {332ad835-b23c-49cd-9df7-17240f4b79ac} <Trace> oximeter.measurements_u64 (18143310-3b17-415e-b30b-72754bf09621): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1443 | 2024.12.20 21:13:03.280672 [ 266 ] {332ad835-b23c-49cd-9df7-17240f4b79ac} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001678 sec., 48867.699642431464 rows/sec., 3.10 MiB/sec. | ||
| 1444 | 2024.12.20 21:13:03.280722 [ 266 ] {332ad835-b23c-49cd-9df7-17240f4b79ac} <Debug> TCPHandler: Processed in 0.001913203 sec. | ||
| 1445 | 2024.12.20 21:13:07.083715 [ 86 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1446 | 2024.12.20 21:13:07.083766 [ 86 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1447 | 2024.12.20 21:13:07.149102 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 2806 | ||
| 1448 | 2024.12.20 21:13:07.149751 [ 244 ] {} <Trace> system.asynchronous_metric_log (7374c277-4ec6-4bc6-a92a-be2a3111abf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1449 | 2024.12.20 21:13:07.149796 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1450 | 2024.12.20 21:13:07.150406 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1451 | 2024.12.20 21:13:07.150664 [ 244 ] {} <Trace> system.asynchronous_metric_log (7374c277-4ec6-4bc6-a92a-be2a3111abf4): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1452 | 2024.12.20 21:13:07.150864 [ 86 ] {} <Debug> system.asynchronous_metric_log (7374c277-4ec6-4bc6-a92a-be2a3111abf4) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1453 | 2024.12.20 21:13:07.150923 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2806 | ||
| 1454 | 2024.12.20 21:13:07.150962 [ 86 ] {} <Trace> system.asynchronous_metric_log (7374c277-4ec6-4bc6-a92a-be2a3111abf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1455 | 2024.12.20 21:13:07.150995 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1456 | 2024.12.20 21:13:07.153986 [ 195 ] {7374c277-4ec6-4bc6-a92a-be2a3111abf4::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 | ||
| 1457 | 2024.12.20 21:13:07.154162 [ 195 ] {7374c277-4ec6-4bc6-a92a-be2a3111abf4::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1458 | 2024.12.20 21:13:07.154837 [ 195 ] {7374c277-4ec6-4bc6-a92a-be2a3111abf4::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 | ||
| 1459 | 2024.12.20 21:13:07.154968 [ 195 ] {7374c277-4ec6-4bc6-a92a-be2a3111abf4::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 | ||
| 1460 | 2024.12.20 21:13:07.155229 [ 195 ] {7374c277-4ec6-4bc6-a92a-be2a3111abf4::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 | ||
| 1461 | 2024.12.20 21:13:07.155370 [ 195 ] {7374c277-4ec6-4bc6-a92a-be2a3111abf4::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 | ||
| 1462 | 2024.12.20 21:13:07.155543 [ 195 ] {7374c277-4ec6-4bc6-a92a-be2a3111abf4::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 | ||
| 1463 | 2024.12.20 21:13:07.155661 [ 195 ] {7374c277-4ec6-4bc6-a92a-be2a3111abf4::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 | ||
| 1464 | 2024.12.20 21:13:07.166842 [ 196 ] {7374c277-4ec6-4bc6-a92a-be2a3111abf4::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2806 rows, containing 4 columns (4 merged, 0 gathered) in 0.015758653 sec., 178060.90406331047 rows/sec., 2.55 MiB/sec. | ||
| 1465 | 2024.12.20 21:13:07.167514 [ 199 ] {7374c277-4ec6-4bc6-a92a-be2a3111abf4::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1466 | 2024.12.20 21:13:07.167868 [ 199 ] {7374c277-4ec6-4bc6-a92a-be2a3111abf4::all_1_6_1} <Trace> system.asynchronous_metric_log (7374c277-4ec6-4bc6-a92a-be2a3111abf4): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1467 | 2024.12.20 21:13:07.167955 [ 199 ] {7374c277-4ec6-4bc6-a92a-be2a3111abf4::all_1_6_1} <Trace> system.asynchronous_metric_log (7374c277-4ec6-4bc6-a92a-be2a3111abf4) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1468 | 2024.12.20 21:13:07.168068 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.34 MiB. | ||
| 1469 | 2024.12.20 21:13:07.301614 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46 | ||
| 1470 | 2024.12.20 21:13:07.320611 [ 243 ] {} <Trace> system.metric_log (76748c68-b196-4e56-a74b-50a33795b533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1471 | 2024.12.20 21:13:07.320655 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1472 | 2024.12.20 21:13:07.327385 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1473 | 2024.12.20 21:13:07.328148 [ 243 ] {} <Trace> system.metric_log (76748c68-b196-4e56-a74b-50a33795b533): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1474 | 2024.12.20 21:13:07.328493 [ 86 ] {} <Debug> system.metric_log (76748c68-b196-4e56-a74b-50a33795b533) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1475 | 2024.12.20 21:13:07.328612 [ 86 ] {} <Trace> system.metric_log (76748c68-b196-4e56-a74b-50a33795b533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1476 | 2024.12.20 21:13:07.328676 [ 86 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1477 | 2024.12.20 21:13:07.328933 [ 199 ] {76748c68-b196-4e56-a74b-50a33795b533::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 | ||
| 1478 | 2024.12.20 21:13:07.337158 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 46 | ||
| 1479 | 2024.12.20 21:13:07.338346 [ 199 ] {76748c68-b196-4e56-a74b-50a33795b533::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1480 | 2024.12.20 21:13:07.339187 [ 199 ] {76748c68-b196-4e56-a74b-50a33795b533::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 | ||
| 1481 | 2024.12.20 21:13:07.343489 [ 199 ] {76748c68-b196-4e56-a74b-50a33795b533::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 | ||
| 1482 | 2024.12.20 21:13:07.347873 [ 199 ] {76748c68-b196-4e56-a74b-50a33795b533::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 | ||
| 1483 | 2024.12.20 21:13:07.352486 [ 199 ] {76748c68-b196-4e56-a74b-50a33795b533::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 | ||
| 1484 | 2024.12.20 21:13:07.359275 [ 199 ] {76748c68-b196-4e56-a74b-50a33795b533::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 | ||
| 1485 | 2024.12.20 21:13:07.363730 [ 199 ] {76748c68-b196-4e56-a74b-50a33795b533::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 | ||
| 1486 | 2024.12.20 21:13:07.421767 [ 196 ] {76748c68-b196-4e56-a74b-50a33795b533::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.092969275 sec., 494.7871218744042 rows/sec., 2.56 MiB/sec. | ||
| 1487 | 2024.12.20 21:13:07.424492 [ 201 ] {76748c68-b196-4e56-a74b-50a33795b533::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1488 | 2024.12.20 21:13:07.427598 [ 201 ] {76748c68-b196-4e56-a74b-50a33795b533::all_1_6_1} <Trace> system.metric_log (76748c68-b196-4e56-a74b-50a33795b533): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1489 | 2024.12.20 21:13:07.427723 [ 201 ] {76748c68-b196-4e56-a74b-50a33795b533::all_1_6_1} <Trace> system.metric_log (76748c68-b196-4e56-a74b-50a33795b533) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1490 | 2024.12.20 21:13:07.429959 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB. | ||
| 1491 | 2024.12.20 21:13:08.001132 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 162.29 MiB, peak 171.83 MiB, free memory in arenas 0.00 B, will set to 165.95 MiB (RSS), difference: 3.66 MiB | ||
| 1492 | 2024.12.20 21:13:08.251280 [ 266 ] {} <Trace> TCP-Session: 53b8f036-419c-4e80-803c-bda1922d0cba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1493 | 2024.12.20 21:13:08.251481 [ 266 ] {128a3af3-208e-4143-b4a0-a73255301af2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45296) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1494 | 2024.12.20 21:13:08.251556 [ 266 ] {128a3af3-208e-4143-b4a0-a73255301af2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1495 | 2024.12.20 21:13:08.252350 [ 266 ] {128a3af3-208e-4143-b4a0-a73255301af2} <Trace> oximeter.fields_string (a7c5bf06-55d5-47a3-8577-07a38c41e153): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1496 | 2024.12.20 21:13:08.252403 [ 266 ] {128a3af3-208e-4143-b4a0-a73255301af2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1497 | 2024.12.20 21:13:08.252891 [ 266 ] {128a3af3-208e-4143-b4a0-a73255301af2} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1498 | 2024.12.20 21:13:08.253155 [ 266 ] {128a3af3-208e-4143-b4a0-a73255301af2} <Trace> oximeter.fields_string (a7c5bf06-55d5-47a3-8577-07a38c41e153): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1499 | 2024.12.20 21:13:08.253360 [ 82 ] {} <Debug> oximeter.fields_string (a7c5bf06-55d5-47a3-8577-07a38c41e153) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1500 | 2024.12.20 21:13:08.253370 [ 266 ] {128a3af3-208e-4143-b4a0-a73255301af2} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001936 sec., 28925.619834710742 rows/sec., 2.21 MiB/sec. | ||
| 1501 | 2024.12.20 21:13:08.253447 [ 82 ] {} <Trace> oximeter.fields_string (a7c5bf06-55d5-47a3-8577-07a38c41e153): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1502 | 2024.12.20 21:13:08.253523 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1503 | 2024.12.20 21:13:08.253535 [ 266 ] {128a3af3-208e-4143-b4a0-a73255301af2} <Debug> TCPHandler: Processed in 0.0023884 sec. | ||
| 1504 | 2024.12.20 21:13:08.253892 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1505 | 2024.12.20 21:13:08.253908 [ 188 ] {a7c5bf06-55d5-47a3-8577-07a38c41e153::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 | ||
| 1506 | 2024.12.20 21:13:08.254127 [ 271 ] {2a917bd6-abb5-4c89-8541-fc7e46d37f97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1507 | 2024.12.20 21:13:08.254127 [ 188 ] {a7c5bf06-55d5-47a3-8577-07a38c41e153::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1508 | 2024.12.20 21:13:08.254185 [ 188 ] {a7c5bf06-55d5-47a3-8577-07a38c41e153::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 56 rows starting from the beginning of the part | ||
| 1509 | 2024.12.20 21:13:08.254203 [ 271 ] {2a917bd6-abb5-4c89-8541-fc7e46d37f97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1510 | 2024.12.20 21:13:08.254443 [ 188 ] {a7c5bf06-55d5-47a3-8577-07a38c41e153::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 56 rows starting from the beginning of the part | ||
| 1511 | 2024.12.20 21:13:08.254845 [ 188 ] {a7c5bf06-55d5-47a3-8577-07a38c41e153::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 219 rows starting from the beginning of the part | ||
| 1512 | 2024.12.20 21:13:08.255188 [ 188 ] {a7c5bf06-55d5-47a3-8577-07a38c41e153::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 56 rows starting from the beginning of the part | ||
| 1513 | 2024.12.20 21:13:08.255581 [ 188 ] {a7c5bf06-55d5-47a3-8577-07a38c41e153::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 219 rows starting from the beginning of the part | ||
| 1514 | 2024.12.20 21:13:08.255935 [ 188 ] {a7c5bf06-55d5-47a3-8577-07a38c41e153::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 56 rows starting from the beginning of the part | ||
| 1515 | 2024.12.20 21:13:08.256666 [ 271 ] {2a917bd6-abb5-4c89-8541-fc7e46d37f97} <Trace> oximeter.fields_uuid (56c9adb2-48e9-46d9-87b0-c6a967c48154): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1516 | 2024.12.20 21:13:08.256719 [ 271 ] {2a917bd6-abb5-4c89-8541-fc7e46d37f97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1517 | 2024.12.20 21:13:08.257447 [ 271 ] {2a917bd6-abb5-4c89-8541-fc7e46d37f97} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1518 | 2024.12.20 21:13:08.257776 [ 271 ] {2a917bd6-abb5-4c89-8541-fc7e46d37f97} <Trace> oximeter.fields_uuid (56c9adb2-48e9-46d9-87b0-c6a967c48154): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1519 | 2024.12.20 21:13:08.258095 [ 82 ] {} <Debug> oximeter.fields_uuid (56c9adb2-48e9-46d9-87b0-c6a967c48154) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1520 | 2024.12.20 21:13:08.258219 [ 82 ] {} <Trace> oximeter.fields_uuid (56c9adb2-48e9-46d9-87b0-c6a967c48154): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1521 | 2024.12.20 21:13:08.258280 [ 196 ] {a7c5bf06-55d5-47a3-8577-07a38c41e153::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 662 rows, containing 5 columns (5 merged, 0 gathered) in 0.004614693 sec., 143454.83003961478 rows/sec., 12.52 MiB/sec. | ||
| 1522 | 2024.12.20 21:13:08.258308 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1523 | 2024.12.20 21:13:08.258370 [ 271 ] {2a917bd6-abb5-4c89-8541-fc7e46d37f97} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.004298 sec., 14890.646812470917 rows/sec., 1.16 MiB/sec. | ||
| 1524 | 2024.12.20 21:13:08.258762 [ 196 ] {a7c5bf06-55d5-47a3-8577-07a38c41e153::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1525 | 2024.12.20 21:13:08.259055 [ 188 ] {56c9adb2-48e9-46d9-87b0-c6a967c48154::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 | ||
| 1526 | 2024.12.20 21:13:08.259068 [ 271 ] {2a917bd6-abb5-4c89-8541-fc7e46d37f97} <Debug> TCPHandler: Processed in 0.005364538 sec. | ||
| 1527 | 2024.12.20 21:13:08.259342 [ 188 ] {56c9adb2-48e9-46d9-87b0-c6a967c48154::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1528 | 2024.12.20 21:13:08.259406 [ 266 ] {} <Trace> TCP-Session: 53b8f036-419c-4e80-803c-bda1922d0cba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1529 | 2024.12.20 21:13:08.259431 [ 188 ] {56c9adb2-48e9-46d9-87b0-c6a967c48154::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 64 rows starting from the beginning of the part | ||
| 1530 | 2024.12.20 21:13:08.259856 [ 188 ] {56c9adb2-48e9-46d9-87b0-c6a967c48154::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 64 rows starting from the beginning of the part | ||
| 1531 | 2024.12.20 21:13:08.259856 [ 196 ] {a7c5bf06-55d5-47a3-8577-07a38c41e153::all_1_6_1} <Trace> oximeter.fields_string (a7c5bf06-55d5-47a3-8577-07a38c41e153): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1532 | 2024.12.20 21:13:08.259885 [ 266 ] {9370f262-e72f-4258-926c-e7cfc5624557} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45296) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1533 | 2024.12.20 21:13:08.260177 [ 266 ] {9370f262-e72f-4258-926c-e7cfc5624557} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1534 | 2024.12.20 21:13:08.260356 [ 196 ] {a7c5bf06-55d5-47a3-8577-07a38c41e153::all_1_6_1} <Trace> oximeter.fields_string (a7c5bf06-55d5-47a3-8577-07a38c41e153) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1535 | 2024.12.20 21:13:08.260375 [ 188 ] {56c9adb2-48e9-46d9-87b0-c6a967c48154::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 390 rows starting from the beginning of the part | ||
| 1536 | 2024.12.20 21:13:08.260786 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 1537 | 2024.12.20 21:13:08.260991 [ 188 ] {56c9adb2-48e9-46d9-87b0-c6a967c48154::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 64 rows starting from the beginning of the part | ||
| 1538 | 2024.12.20 21:13:08.261325 [ 188 ] {56c9adb2-48e9-46d9-87b0-c6a967c48154::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 390 rows starting from the beginning of the part | ||
| 1539 | 2024.12.20 21:13:08.261712 [ 188 ] {56c9adb2-48e9-46d9-87b0-c6a967c48154::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 64 rows starting from the beginning of the part | ||
| 1540 | 2024.12.20 21:13:08.262922 [ 266 ] {9370f262-e72f-4258-926c-e7cfc5624557} <Trace> oximeter.measurements_cumulativeu64 (4b25041b-9433-4237-ab59-44afcaba2ba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1541 | 2024.12.20 21:13:08.262987 [ 266 ] {9370f262-e72f-4258-926c-e7cfc5624557} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1542 | 2024.12.20 21:13:08.264069 [ 266 ] {9370f262-e72f-4258-926c-e7cfc5624557} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1543 | 2024.12.20 21:13:08.264622 [ 266 ] {9370f262-e72f-4258-926c-e7cfc5624557} <Trace> oximeter.measurements_cumulativeu64 (4b25041b-9433-4237-ab59-44afcaba2ba7): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1544 | 2024.12.20 21:13:08.264634 [ 196 ] {56c9adb2-48e9-46d9-87b0-c6a967c48154::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1036 rows, containing 5 columns (5 merged, 0 gathered) in 0.006193085 sec., 167283.34909015457 rows/sec., 12.80 MiB/sec. | ||
| 1545 | 2024.12.20 21:13:08.264879 [ 82 ] {} <Debug> oximeter.measurements_cumulativeu64 (4b25041b-9433-4237-ab59-44afcaba2ba7) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1546 | 2024.12.20 21:13:08.264901 [ 196 ] {56c9adb2-48e9-46d9-87b0-c6a967c48154::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1547 | 2024.12.20 21:13:08.264984 [ 82 ] {} <Trace> oximeter.measurements_cumulativeu64 (4b25041b-9433-4237-ab59-44afcaba2ba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1548 | 2024.12.20 21:13:08.265082 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1549 | 2024.12.20 21:13:08.265228 [ 266 ] {9370f262-e72f-4258-926c-e7cfc5624557} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005451 sec., 29352.41240139424 rows/sec., 2.04 MiB/sec. | ||
| 1550 | 2024.12.20 21:13:08.265466 [ 188 ] {4b25041b-9433-4237-ab59-44afcaba2ba7::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 | ||
| 1551 | 2024.12.20 21:13:08.265545 [ 266 ] {9370f262-e72f-4258-926c-e7cfc5624557} <Debug> TCPHandler: Processed in 0.006265197 sec. | ||
| 1552 | 2024.12.20 21:13:08.265844 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1553 | 2024.12.20 21:13:08.265895 [ 188 ] {4b25041b-9433-4237-ab59-44afcaba2ba7::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1554 | 2024.12.20 21:13:08.265908 [ 196 ] {56c9adb2-48e9-46d9-87b0-c6a967c48154::all_1_6_1} <Trace> oximeter.fields_uuid (56c9adb2-48e9-46d9-87b0-c6a967c48154): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1555 | 2024.12.20 21:13:08.265940 [ 188 ] {4b25041b-9433-4237-ab59-44afcaba2ba7::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 128 rows starting from the beginning of the part | ||
| 1556 | 2024.12.20 21:13:08.266084 [ 196 ] {56c9adb2-48e9-46d9-87b0-c6a967c48154::all_1_6_1} <Trace> oximeter.fields_uuid (56c9adb2-48e9-46d9-87b0-c6a967c48154) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1557 | 2024.12.20 21:13:08.266137 [ 271 ] {e118b74f-5707-42a6-b024-35de71768947} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1558 | 2024.12.20 21:13:08.266397 [ 188 ] {4b25041b-9433-4237-ab59-44afcaba2ba7::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 160 rows starting from the beginning of the part | ||
| 1559 | 2024.12.20 21:13:08.266436 [ 271 ] {e118b74f-5707-42a6-b024-35de71768947} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1560 | 2024.12.20 21:13:08.266483 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. | ||
| 1561 | 2024.12.20 21:13:08.266812 [ 188 ] {4b25041b-9433-4237-ab59-44afcaba2ba7::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 237 rows starting from the beginning of the part | ||
| 1562 | 2024.12.20 21:13:08.267163 [ 188 ] {4b25041b-9433-4237-ab59-44afcaba2ba7::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 | ||
| 1563 | 2024.12.20 21:13:08.267530 [ 188 ] {4b25041b-9433-4237-ab59-44afcaba2ba7::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 237 rows starting from the beginning of the part | ||
| 1564 | 2024.12.20 21:13:08.267902 [ 188 ] {4b25041b-9433-4237-ab59-44afcaba2ba7::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 | ||
| 1565 | 2024.12.20 21:13:08.268688 [ 271 ] {e118b74f-5707-42a6-b024-35de71768947} <Trace> oximeter.measurements_u64 (18143310-3b17-415e-b30b-72754bf09621): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1566 | 2024.12.20 21:13:08.268736 [ 271 ] {e118b74f-5707-42a6-b024-35de71768947} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1567 | 2024.12.20 21:13:08.269321 [ 271 ] {e118b74f-5707-42a6-b024-35de71768947} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1568 | 2024.12.20 21:13:08.269654 [ 271 ] {e118b74f-5707-42a6-b024-35de71768947} <Trace> oximeter.measurements_u64 (18143310-3b17-415e-b30b-72754bf09621): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1569 | 2024.12.20 21:13:08.269909 [ 192 ] {4b25041b-9433-4237-ab59-44afcaba2ba7::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1082 rows, containing 5 columns (5 merged, 0 gathered) in 0.004680365 sec., 231178.5512454691 rows/sec., 15.84 MiB/sec. | ||
| 1570 | 2024.12.20 21:13:08.269934 [ 82 ] {} <Debug> oximeter.measurements_u64 (18143310-3b17-415e-b30b-72754bf09621) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1571 | 2024.12.20 21:13:08.270035 [ 82 ] {} <Trace> oximeter.measurements_u64 (18143310-3b17-415e-b30b-72754bf09621): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1572 | 2024.12.20 21:13:08.270073 [ 82 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1573 | 2024.12.20 21:13:08.270111 [ 271 ] {e118b74f-5707-42a6-b024-35de71768947} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004087 sec., 14680.694886224614 rows/sec., 1013.12 KiB/sec. | ||
| 1574 | 2024.12.20 21:13:08.270410 [ 192 ] {4b25041b-9433-4237-ab59-44afcaba2ba7::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1575 | 2024.12.20 21:13:08.270746 [ 271 ] {e118b74f-5707-42a6-b024-35de71768947} <Debug> TCPHandler: Processed in 0.005048448 sec. | ||
| 1576 | 2024.12.20 21:13:08.270864 [ 188 ] {18143310-3b17-415e-b30b-72754bf09621::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 | ||
| 1577 | 2024.12.20 21:13:08.271163 [ 188 ] {18143310-3b17-415e-b30b-72754bf09621::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1578 | 2024.12.20 21:13:08.271199 [ 188 ] {18143310-3b17-415e-b30b-72754bf09621::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 48 rows starting from the beginning of the part | ||
| 1579 | 2024.12.20 21:13:08.271344 [ 188 ] {18143310-3b17-415e-b30b-72754bf09621::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 60 rows starting from the beginning of the part | ||
| 1580 | 2024.12.20 21:13:08.271480 [ 192 ] {4b25041b-9433-4237-ab59-44afcaba2ba7::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (4b25041b-9433-4237-ab59-44afcaba2ba7): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1581 | 2024.12.20 21:13:08.271698 [ 188 ] {18143310-3b17-415e-b30b-72754bf09621::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 82 rows starting from the beginning of the part | ||
| 1582 | 2024.12.20 21:13:08.271853 [ 192 ] {4b25041b-9433-4237-ab59-44afcaba2ba7::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (4b25041b-9433-4237-ab59-44afcaba2ba7) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1583 | 2024.12.20 21:13:08.272011 [ 188 ] {18143310-3b17-415e-b30b-72754bf09621::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 | ||
| 1584 | 2024.12.20 21:13:08.272125 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.43 MiB. | ||
| 1585 | 2024.12.20 21:13:08.272282 [ 188 ] {18143310-3b17-415e-b30b-72754bf09621::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 82 rows starting from the beginning of the part | ||
| 1586 | 2024.12.20 21:13:08.272446 [ 188 ] {18143310-3b17-415e-b30b-72754bf09621::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 | ||
| 1587 | 2024.12.20 21:13:08.273490 [ 197 ] {18143310-3b17-415e-b30b-72754bf09621::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 392 rows, containing 4 columns (4 merged, 0 gathered) in 0.003261798 sec., 120179.11593544419 rows/sec., 7.90 MiB/sec. | ||
| 1588 | 2024.12.20 21:13:08.273678 [ 197 ] {18143310-3b17-415e-b30b-72754bf09621::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1589 | 2024.12.20 21:13:08.274006 [ 197 ] {18143310-3b17-415e-b30b-72754bf09621::all_1_6_1} <Trace> oximeter.measurements_u64 (18143310-3b17-415e-b30b-72754bf09621): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1590 | 2024.12.20 21:13:08.274087 [ 197 ] {18143310-3b17-415e-b30b-72754bf09621::all_1_6_1} <Trace> oximeter.measurements_u64 (18143310-3b17-415e-b30b-72754bf09621) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1591 | 2024.12.20 21:13:08.274175 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 1592 | 2024.12.20 21:13:09.353349 [ 266 ] {} <Trace> TCP-Session: 53b8f036-419c-4e80-803c-bda1922d0cba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1593 | 2024.12.20 21:13:09.353644 [ 266 ] {604deb1c-086f-404f-898b-50466a300847} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45296) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1594 | 2024.12.20 21:13:09.354098 [ 266 ] {604deb1c-086f-404f-898b-50466a300847} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1595 | 2024.12.20 21:13:09.354151 [ 266 ] {604deb1c-086f-404f-898b-50466a300847} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1596 | 2024.12.20 21:13:09.354503 [ 266 ] {604deb1c-086f-404f-898b-50466a300847} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1597 | 2024.12.20 21:13:09.354583 [ 266 ] {604deb1c-086f-404f-898b-50466a300847} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1598 | 2024.12.20 21:13:09.354764 [ 266 ] {604deb1c-086f-404f-898b-50466a300847} <Debug> oximeter.timeseries_schema (01d8643b-47e1-4db5-9986-404ac45e3089) (SelectExecutor): Key condition: (column 0 notIn 31-element set) | ||
| 1599 | 2024.12.20 21:13:09.355034 [ 296 ] {604deb1c-086f-404f-898b-50466a300847} <Trace> oximeter.timeseries_schema (01d8643b-47e1-4db5-9986-404ac45e3089) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1600 | 2024.12.20 21:13:09.355069 [ 295 ] {604deb1c-086f-404f-898b-50466a300847} <Trace> oximeter.timeseries_schema (01d8643b-47e1-4db5-9986-404ac45e3089) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1601 | 2024.12.20 21:13:09.355204 [ 266 ] {604deb1c-086f-404f-898b-50466a300847} <Debug> oximeter.timeseries_schema (01d8643b-47e1-4db5-9986-404ac45e3089) (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 | ||
| 1602 | 2024.12.20 21:13:09.355237 [ 266 ] {604deb1c-086f-404f-898b-50466a300847} <Trace> oximeter.timeseries_schema (01d8643b-47e1-4db5-9986-404ac45e3089) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1603 | 2024.12.20 21:13:09.355464 [ 266 ] {604deb1c-086f-404f-898b-50466a300847} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1604 | 2024.12.20 21:13:09.355490 [ 266 ] {604deb1c-086f-404f-898b-50466a300847} <Debug> oximeter.timeseries_schema (01d8643b-47e1-4db5-9986-404ac45e3089) (SelectExecutor): Reading approx. 31 rows with 2 streams | ||
| 1605 | 2024.12.20 21:13:09.355551 [ 266 ] {604deb1c-086f-404f-898b-50466a300847} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1606 | 2024.12.20 21:13:09.355600 [ 266 ] {604deb1c-086f-404f-898b-50466a300847} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1607 | 2024.12.20 21:13:09.357248 [ 266 ] {604deb1c-086f-404f-898b-50466a300847} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.003747 sec., 8273.28529490259 rows/sec., 312.23 KiB/sec. | ||
| 1608 | 2024.12.20 21:13:09.357412 [ 266 ] {604deb1c-086f-404f-898b-50466a300847} <Debug> TCPHandler: Processed in 0.00420264 sec. | ||
| 1609 | 2024.12.20 21:13:09.357895 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1610 | 2024.12.20 21:13:09.358168 [ 271 ] {45e0d9c6-0497-4430-b0be-c87a8d58f046} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1611 | 2024.12.20 21:13:09.358595 [ 271 ] {45e0d9c6-0497-4430-b0be-c87a8d58f046} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1612 | 2024.12.20 21:13:09.358664 [ 271 ] {45e0d9c6-0497-4430-b0be-c87a8d58f046} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1613 | 2024.12.20 21:13:09.359077 [ 271 ] {45e0d9c6-0497-4430-b0be-c87a8d58f046} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1614 | 2024.12.20 21:13:09.359167 [ 271 ] {45e0d9c6-0497-4430-b0be-c87a8d58f046} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1615 | 2024.12.20 21:13:09.359356 [ 271 ] {45e0d9c6-0497-4430-b0be-c87a8d58f046} <Debug> oximeter.timeseries_schema (01d8643b-47e1-4db5-9986-404ac45e3089) (SelectExecutor): Key condition: (column 0 notIn 32-element set) | ||
| 1616 | 2024.12.20 21:13:09.359473 [ 296 ] {45e0d9c6-0497-4430-b0be-c87a8d58f046} <Trace> oximeter.timeseries_schema (01d8643b-47e1-4db5-9986-404ac45e3089) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1617 | 2024.12.20 21:13:09.359488 [ 297 ] {45e0d9c6-0497-4430-b0be-c87a8d58f046} <Trace> oximeter.timeseries_schema (01d8643b-47e1-4db5-9986-404ac45e3089) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1618 | 2024.12.20 21:13:09.359600 [ 271 ] {45e0d9c6-0497-4430-b0be-c87a8d58f046} <Debug> oximeter.timeseries_schema (01d8643b-47e1-4db5-9986-404ac45e3089) (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 | ||
| 1619 | 2024.12.20 21:13:09.359625 [ 271 ] {45e0d9c6-0497-4430-b0be-c87a8d58f046} <Trace> oximeter.timeseries_schema (01d8643b-47e1-4db5-9986-404ac45e3089) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1620 | 2024.12.20 21:13:09.359714 [ 271 ] {45e0d9c6-0497-4430-b0be-c87a8d58f046} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1621 | 2024.12.20 21:13:09.359738 [ 271 ] {45e0d9c6-0497-4430-b0be-c87a8d58f046} <Debug> oximeter.timeseries_schema (01d8643b-47e1-4db5-9986-404ac45e3089) (SelectExecutor): Reading approx. 31 rows with 2 streams | ||
| 1622 | 2024.12.20 21:13:09.359782 [ 271 ] {45e0d9c6-0497-4430-b0be-c87a8d58f046} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1623 | 2024.12.20 21:13:09.359832 [ 271 ] {45e0d9c6-0497-4430-b0be-c87a8d58f046} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1624 | 2024.12.20 21:13:09.360949 [ 271 ] {45e0d9c6-0497-4430-b0be-c87a8d58f046} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.002911 sec., 10649.261422191687 rows/sec., 401.90 KiB/sec. | ||
| 1625 | 2024.12.20 21:13:09.361104 [ 271 ] {45e0d9c6-0497-4430-b0be-c87a8d58f046} <Debug> TCPHandler: Processed in 0.003349681 sec. | ||
| 1626 | 2024.12.20 21:13:09.361409 [ 266 ] {} <Trace> TCP-Session: 53b8f036-419c-4e80-803c-bda1922d0cba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1627 | 2024.12.20 21:13:09.361630 [ 266 ] {644682cf-9c54-4d57-8f01-fd4ef43619ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45296) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1628 | 2024.12.20 21:13:09.362016 [ 266 ] {644682cf-9c54-4d57-8f01-fd4ef43619ae} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1629 | 2024.12.20 21:13:09.362065 [ 266 ] {644682cf-9c54-4d57-8f01-fd4ef43619ae} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1630 | 2024.12.20 21:13:09.362385 [ 266 ] {644682cf-9c54-4d57-8f01-fd4ef43619ae} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1631 | 2024.12.20 21:13:09.362458 [ 266 ] {644682cf-9c54-4d57-8f01-fd4ef43619ae} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1632 | 2024.12.20 21:13:09.362615 [ 266 ] {644682cf-9c54-4d57-8f01-fd4ef43619ae} <Debug> oximeter.timeseries_schema (01d8643b-47e1-4db5-9986-404ac45e3089) (SelectExecutor): Key condition: (column 0 notIn 33-element set) | ||
| 1633 | 2024.12.20 21:13:09.362724 [ 295 ] {644682cf-9c54-4d57-8f01-fd4ef43619ae} <Trace> oximeter.timeseries_schema (01d8643b-47e1-4db5-9986-404ac45e3089) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1634 | 2024.12.20 21:13:09.362736 [ 297 ] {644682cf-9c54-4d57-8f01-fd4ef43619ae} <Trace> oximeter.timeseries_schema (01d8643b-47e1-4db5-9986-404ac45e3089) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1635 | 2024.12.20 21:13:09.362844 [ 266 ] {644682cf-9c54-4d57-8f01-fd4ef43619ae} <Debug> oximeter.timeseries_schema (01d8643b-47e1-4db5-9986-404ac45e3089) (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 | ||
| 1636 | 2024.12.20 21:13:09.362873 [ 266 ] {644682cf-9c54-4d57-8f01-fd4ef43619ae} <Trace> oximeter.timeseries_schema (01d8643b-47e1-4db5-9986-404ac45e3089) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1637 | 2024.12.20 21:13:09.362957 [ 266 ] {644682cf-9c54-4d57-8f01-fd4ef43619ae} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1638 | 2024.12.20 21:13:09.362978 [ 266 ] {644682cf-9c54-4d57-8f01-fd4ef43619ae} <Debug> oximeter.timeseries_schema (01d8643b-47e1-4db5-9986-404ac45e3089) (SelectExecutor): Reading approx. 31 rows with 2 streams | ||
| 1639 | 2024.12.20 21:13:09.363019 [ 266 ] {644682cf-9c54-4d57-8f01-fd4ef43619ae} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1640 | 2024.12.20 21:13:09.363067 [ 266 ] {644682cf-9c54-4d57-8f01-fd4ef43619ae} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1641 | 2024.12.20 21:13:09.364099 [ 266 ] {644682cf-9c54-4d57-8f01-fd4ef43619ae} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.002579 sec., 12020.162853819309 rows/sec., 453.63 KiB/sec. | ||
| 1642 | 2024.12.20 21:13:09.364255 [ 266 ] {644682cf-9c54-4d57-8f01-fd4ef43619ae} <Debug> TCPHandler: Processed in 0.002913897 sec. | ||
| 1643 | 2024.12.20 21:13:09.364624 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1644 | 2024.12.20 21:13:09.364827 [ 271 ] {44cc6402-0bef-46ce-be10-8302471df08f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1645 | 2024.12.20 21:13:09.365184 [ 271 ] {44cc6402-0bef-46ce-be10-8302471df08f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1646 | 2024.12.20 21:13:09.365233 [ 271 ] {44cc6402-0bef-46ce-be10-8302471df08f} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1647 | 2024.12.20 21:13:09.365553 [ 271 ] {44cc6402-0bef-46ce-be10-8302471df08f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1648 | 2024.12.20 21:13:09.365622 [ 271 ] {44cc6402-0bef-46ce-be10-8302471df08f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1649 | 2024.12.20 21:13:09.365778 [ 271 ] {44cc6402-0bef-46ce-be10-8302471df08f} <Debug> oximeter.timeseries_schema (01d8643b-47e1-4db5-9986-404ac45e3089) (SelectExecutor): Key condition: (column 0 notIn 34-element set) | ||
| 1650 | 2024.12.20 21:13:09.365898 [ 297 ] {44cc6402-0bef-46ce-be10-8302471df08f} <Trace> oximeter.timeseries_schema (01d8643b-47e1-4db5-9986-404ac45e3089) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1651 | 2024.12.20 21:13:09.365910 [ 296 ] {44cc6402-0bef-46ce-be10-8302471df08f} <Trace> oximeter.timeseries_schema (01d8643b-47e1-4db5-9986-404ac45e3089) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1652 | 2024.12.20 21:13:09.366014 [ 271 ] {44cc6402-0bef-46ce-be10-8302471df08f} <Debug> oximeter.timeseries_schema (01d8643b-47e1-4db5-9986-404ac45e3089) (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 | ||
| 1653 | 2024.12.20 21:13:09.366043 [ 271 ] {44cc6402-0bef-46ce-be10-8302471df08f} <Trace> oximeter.timeseries_schema (01d8643b-47e1-4db5-9986-404ac45e3089) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1654 | 2024.12.20 21:13:09.366130 [ 271 ] {44cc6402-0bef-46ce-be10-8302471df08f} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1655 | 2024.12.20 21:13:09.366153 [ 271 ] {44cc6402-0bef-46ce-be10-8302471df08f} <Debug> oximeter.timeseries_schema (01d8643b-47e1-4db5-9986-404ac45e3089) (SelectExecutor): Reading approx. 31 rows with 2 streams | ||
| 1656 | 2024.12.20 21:13:09.366197 [ 271 ] {44cc6402-0bef-46ce-be10-8302471df08f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1657 | 2024.12.20 21:13:09.366246 [ 271 ] {44cc6402-0bef-46ce-be10-8302471df08f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1658 | 2024.12.20 21:13:09.367321 [ 271 ] {44cc6402-0bef-46ce-be10-8302471df08f} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.002595 sec., 11946.050096339113 rows/sec., 450.84 KiB/sec. | ||
| 1659 | 2024.12.20 21:13:09.367501 [ 271 ] {44cc6402-0bef-46ce-be10-8302471df08f} <Debug> TCPHandler: Processed in 0.002935427 sec. | ||
| 1660 | 2024.12.20 21:13:09.367787 [ 266 ] {} <Trace> TCP-Session: 53b8f036-419c-4e80-803c-bda1922d0cba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1661 | 2024.12.20 21:13:09.368023 [ 266 ] {e0e9d9a4-4b6e-420d-a9f2-6c39591a18e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45296) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1662 | 2024.12.20 21:13:09.368443 [ 266 ] {e0e9d9a4-4b6e-420d-a9f2-6c39591a18e7} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1663 | 2024.12.20 21:13:09.368504 [ 266 ] {e0e9d9a4-4b6e-420d-a9f2-6c39591a18e7} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1664 | 2024.12.20 21:13:09.368912 [ 266 ] {e0e9d9a4-4b6e-420d-a9f2-6c39591a18e7} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1665 | 2024.12.20 21:13:09.368980 [ 266 ] {e0e9d9a4-4b6e-420d-a9f2-6c39591a18e7} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1666 | 2024.12.20 21:13:09.369137 [ 266 ] {e0e9d9a4-4b6e-420d-a9f2-6c39591a18e7} <Debug> oximeter.timeseries_schema (01d8643b-47e1-4db5-9986-404ac45e3089) (SelectExecutor): Key condition: (column 0 notIn 35-element set) | ||
| 1667 | 2024.12.20 21:13:09.369237 [ 296 ] {e0e9d9a4-4b6e-420d-a9f2-6c39591a18e7} <Trace> oximeter.timeseries_schema (01d8643b-47e1-4db5-9986-404ac45e3089) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1668 | 2024.12.20 21:13:09.369255 [ 295 ] {e0e9d9a4-4b6e-420d-a9f2-6c39591a18e7} <Trace> oximeter.timeseries_schema (01d8643b-47e1-4db5-9986-404ac45e3089) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1669 | 2024.12.20 21:13:09.369370 [ 266 ] {e0e9d9a4-4b6e-420d-a9f2-6c39591a18e7} <Debug> oximeter.timeseries_schema (01d8643b-47e1-4db5-9986-404ac45e3089) (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 | ||
| 1670 | 2024.12.20 21:13:09.369398 [ 266 ] {e0e9d9a4-4b6e-420d-a9f2-6c39591a18e7} <Trace> oximeter.timeseries_schema (01d8643b-47e1-4db5-9986-404ac45e3089) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1671 | 2024.12.20 21:13:09.369483 [ 266 ] {e0e9d9a4-4b6e-420d-a9f2-6c39591a18e7} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1672 | 2024.12.20 21:13:09.369505 [ 266 ] {e0e9d9a4-4b6e-420d-a9f2-6c39591a18e7} <Debug> oximeter.timeseries_schema (01d8643b-47e1-4db5-9986-404ac45e3089) (SelectExecutor): Reading approx. 31 rows with 2 streams | ||
| 1673 | 2024.12.20 21:13:09.369548 [ 266 ] {e0e9d9a4-4b6e-420d-a9f2-6c39591a18e7} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1674 | 2024.12.20 21:13:09.369596 [ 266 ] {e0e9d9a4-4b6e-420d-a9f2-6c39591a18e7} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1675 | 2024.12.20 21:13:09.370660 [ 266 ] {e0e9d9a4-4b6e-420d-a9f2-6c39591a18e7} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.002755 sec., 11252.268602540835 rows/sec., 424.65 KiB/sec. | ||
| 1676 | 2024.12.20 21:13:09.370821 [ 266 ] {e0e9d9a4-4b6e-420d-a9f2-6c39591a18e7} <Debug> TCPHandler: Processed in 0.003111393 sec. | ||
| 1677 | 2024.12.20 21:13:09.371111 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1678 | 2024.12.20 21:13:09.371346 [ 271 ] {21405c89-49fa-489b-8259-e39402699018} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1679 | 2024.12.20 21:13:09.371760 [ 271 ] {21405c89-49fa-489b-8259-e39402699018} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1680 | 2024.12.20 21:13:09.371820 [ 271 ] {21405c89-49fa-489b-8259-e39402699018} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1681 | 2024.12.20 21:13:09.372156 [ 271 ] {21405c89-49fa-489b-8259-e39402699018} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1682 | 2024.12.20 21:13:09.372223 [ 271 ] {21405c89-49fa-489b-8259-e39402699018} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1683 | 2024.12.20 21:13:09.372379 [ 271 ] {21405c89-49fa-489b-8259-e39402699018} <Debug> oximeter.timeseries_schema (01d8643b-47e1-4db5-9986-404ac45e3089) (SelectExecutor): Key condition: (column 0 notIn 36-element set) | ||
| 1684 | 2024.12.20 21:13:09.372483 [ 296 ] {21405c89-49fa-489b-8259-e39402699018} <Trace> oximeter.timeseries_schema (01d8643b-47e1-4db5-9986-404ac45e3089) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1685 | 2024.12.20 21:13:09.372495 [ 295 ] {21405c89-49fa-489b-8259-e39402699018} <Trace> oximeter.timeseries_schema (01d8643b-47e1-4db5-9986-404ac45e3089) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1686 | 2024.12.20 21:13:09.372605 [ 271 ] {21405c89-49fa-489b-8259-e39402699018} <Debug> oximeter.timeseries_schema (01d8643b-47e1-4db5-9986-404ac45e3089) (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 | ||
| 1687 | 2024.12.20 21:13:09.372633 [ 271 ] {21405c89-49fa-489b-8259-e39402699018} <Trace> oximeter.timeseries_schema (01d8643b-47e1-4db5-9986-404ac45e3089) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1688 | 2024.12.20 21:13:09.372714 [ 271 ] {21405c89-49fa-489b-8259-e39402699018} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1689 | 2024.12.20 21:13:09.372735 [ 271 ] {21405c89-49fa-489b-8259-e39402699018} <Debug> oximeter.timeseries_schema (01d8643b-47e1-4db5-9986-404ac45e3089) (SelectExecutor): Reading approx. 31 rows with 2 streams | ||
| 1690 | 2024.12.20 21:13:09.372776 [ 271 ] {21405c89-49fa-489b-8259-e39402699018} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1691 | 2024.12.20 21:13:09.372826 [ 271 ] {21405c89-49fa-489b-8259-e39402699018} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1692 | 2024.12.20 21:13:09.373856 [ 271 ] {21405c89-49fa-489b-8259-e39402699018} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.002635 sec., 11764.70588235294 rows/sec., 443.99 KiB/sec. | ||
| 1693 | 2024.12.20 21:13:09.373984 [ 271 ] {21405c89-49fa-489b-8259-e39402699018} <Debug> TCPHandler: Processed in 0.002939608 sec. | ||
| 1694 | 2024.12.20 21:13:09.455600 [ 266 ] {} <Trace> TCP-Session: 53b8f036-419c-4e80-803c-bda1922d0cba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1695 | 2024.12.20 21:13:09.455750 [ 266 ] {9cf132b8-7c5c-47ab-8eec-4239ef7b28fb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45296) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1696 | 2024.12.20 21:13:09.455812 [ 266 ] {9cf132b8-7c5c-47ab-8eec-4239ef7b28fb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1697 | 2024.12.20 21:13:09.456613 [ 266 ] {9cf132b8-7c5c-47ab-8eec-4239ef7b28fb} <Trace> oximeter.timeseries_schema (01d8643b-47e1-4db5-9986-404ac45e3089): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1698 | 2024.12.20 21:13:09.456670 [ 266 ] {9cf132b8-7c5c-47ab-8eec-4239ef7b28fb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1699 | 2024.12.20 21:13:09.457299 [ 266 ] {9cf132b8-7c5c-47ab-8eec-4239ef7b28fb} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1700 | 2024.12.20 21:13:09.457529 [ 266 ] {9cf132b8-7c5c-47ab-8eec-4239ef7b28fb} <Trace> oximeter.timeseries_schema (01d8643b-47e1-4db5-9986-404ac45e3089): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1701 | 2024.12.20 21:13:09.457777 [ 266 ] {9cf132b8-7c5c-47ab-8eec-4239ef7b28fb} <Debug> executeQuery: Read 6 rows, 1.34 KiB in 0.002065 sec., 2905.5690072639227 rows/sec., 646.94 KiB/sec. | ||
| 1702 | 2024.12.20 21:13:09.457976 [ 266 ] {9cf132b8-7c5c-47ab-8eec-4239ef7b28fb} <Debug> TCPHandler: Processed in 0.002442061 sec. | ||
| 1703 | 2024.12.20 21:13:09.458285 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1704 | 2024.12.20 21:13:09.458519 [ 271 ] {9f70fae9-0f9c-44da-bdb0-da52014ee8aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1705 | 2024.12.20 21:13:09.458614 [ 271 ] {9f70fae9-0f9c-44da-bdb0-da52014ee8aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1706 | 2024.12.20 21:13:09.459606 [ 271 ] {9f70fae9-0f9c-44da-bdb0-da52014ee8aa} <Trace> oximeter.fields_i16 (e8dd8f29-dacb-43c4-8630-4a7e9eaac6df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1707 | 2024.12.20 21:13:09.459661 [ 271 ] {9f70fae9-0f9c-44da-bdb0-da52014ee8aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1708 | 2024.12.20 21:13:09.460241 [ 271 ] {9f70fae9-0f9c-44da-bdb0-da52014ee8aa} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1709 | 2024.12.20 21:13:09.460597 [ 271 ] {9f70fae9-0f9c-44da-bdb0-da52014ee8aa} <Trace> oximeter.fields_i16 (e8dd8f29-dacb-43c4-8630-4a7e9eaac6df): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1710 | 2024.12.20 21:13:09.460884 [ 271 ] {9f70fae9-0f9c-44da-bdb0-da52014ee8aa} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002437 sec., 5744.768157570784 rows/sec., 413.55 KiB/sec. | ||
| 1711 | 2024.12.20 21:13:09.460958 [ 271 ] {9f70fae9-0f9c-44da-bdb0-da52014ee8aa} <Debug> TCPHandler: Processed in 0.002854675 sec. | ||
| 1712 | 2024.12.20 21:13:09.461132 [ 266 ] {} <Trace> TCP-Session: 53b8f036-419c-4e80-803c-bda1922d0cba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1713 | 2024.12.20 21:13:09.461257 [ 266 ] {d910bbec-4f27-4f9d-826c-87716291d718} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45296) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1714 | 2024.12.20 21:13:09.461308 [ 266 ] {d910bbec-4f27-4f9d-826c-87716291d718} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1715 | 2024.12.20 21:13:09.462786 [ 266 ] {d910bbec-4f27-4f9d-826c-87716291d718} <Trace> oximeter.fields_string (a7c5bf06-55d5-47a3-8577-07a38c41e153): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1716 | 2024.12.20 21:13:09.462829 [ 266 ] {d910bbec-4f27-4f9d-826c-87716291d718} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1717 | 2024.12.20 21:13:09.463391 [ 266 ] {d910bbec-4f27-4f9d-826c-87716291d718} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1718 | 2024.12.20 21:13:09.463745 [ 266 ] {d910bbec-4f27-4f9d-826c-87716291d718} <Trace> oximeter.fields_string (a7c5bf06-55d5-47a3-8577-07a38c41e153): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1719 | 2024.12.20 21:13:09.463992 [ 266 ] {d910bbec-4f27-4f9d-826c-87716291d718} <Debug> executeQuery: Read 1359 rows, 115.65 KiB in 0.002765 sec., 491500.904159132 rows/sec., 40.85 MiB/sec. | ||
| 1720 | 2024.12.20 21:13:09.464049 [ 266 ] {d910bbec-4f27-4f9d-826c-87716291d718} <Debug> TCPHandler: Processed in 0.002976959 sec. | ||
| 1721 | 2024.12.20 21:13:09.464244 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1722 | 2024.12.20 21:13:09.464372 [ 271 ] {14cfec03-8a02-432e-abcc-d498d1d9229a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1723 | 2024.12.20 21:13:09.464423 [ 271 ] {14cfec03-8a02-432e-abcc-d498d1d9229a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1724 | 2024.12.20 21:13:09.465018 [ 271 ] {14cfec03-8a02-432e-abcc-d498d1d9229a} <Trace> oximeter.fields_u16 (f5c5f422-b38a-45cf-a007-008934086980): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1725 | 2024.12.20 21:13:09.465058 [ 271 ] {14cfec03-8a02-432e-abcc-d498d1d9229a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1726 | 2024.12.20 21:13:09.465452 [ 271 ] {14cfec03-8a02-432e-abcc-d498d1d9229a} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1727 | 2024.12.20 21:13:09.465700 [ 271 ] {14cfec03-8a02-432e-abcc-d498d1d9229a} <Trace> oximeter.fields_u16 (f5c5f422-b38a-45cf-a007-008934086980): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1728 | 2024.12.20 21:13:09.465962 [ 271 ] {14cfec03-8a02-432e-abcc-d498d1d9229a} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001613 sec., 9299.442033477992 rows/sec., 655.68 KiB/sec. | ||
| 1729 | 2024.12.20 21:13:09.466120 [ 271 ] {14cfec03-8a02-432e-abcc-d498d1d9229a} <Debug> TCPHandler: Processed in 0.001935454 sec. | ||
| 1730 | 2024.12.20 21:13:09.466302 [ 266 ] {} <Trace> TCP-Session: 53b8f036-419c-4e80-803c-bda1922d0cba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1731 | 2024.12.20 21:13:09.466420 [ 266 ] {15285228-832c-45f5-992f-5f336d21b4e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45296) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1732 | 2024.12.20 21:13:09.466470 [ 266 ] {15285228-832c-45f5-992f-5f336d21b4e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1733 | 2024.12.20 21:13:09.467165 [ 266 ] {15285228-832c-45f5-992f-5f336d21b4e1} <Trace> oximeter.fields_u32 (44e160d5-ebb5-4558-9722-9802c9a6e790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1734 | 2024.12.20 21:13:09.467205 [ 266 ] {15285228-832c-45f5-992f-5f336d21b4e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1735 | 2024.12.20 21:13:09.467579 [ 266 ] {15285228-832c-45f5-992f-5f336d21b4e1} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1736 | 2024.12.20 21:13:09.467816 [ 266 ] {15285228-832c-45f5-992f-5f336d21b4e1} <Trace> oximeter.fields_u32 (44e160d5-ebb5-4558-9722-9802c9a6e790): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1737 | 2024.12.20 21:13:09.468025 [ 266 ] {15285228-832c-45f5-992f-5f336d21b4e1} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001631 sec., 148375.22992029428 rows/sec., 10.05 MiB/sec. | ||
| 1738 | 2024.12.20 21:13:09.468077 [ 266 ] {15285228-832c-45f5-992f-5f336d21b4e1} <Debug> TCPHandler: Processed in 0.001832321 sec. | ||
| 1739 | 2024.12.20 21:13:09.468240 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1740 | 2024.12.20 21:13:09.468357 [ 271 ] {2d7d7ea4-ca76-4877-b4e3-84ac88e6bf76} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1741 | 2024.12.20 21:13:09.468405 [ 271 ] {2d7d7ea4-ca76-4877-b4e3-84ac88e6bf76} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1742 | 2024.12.20 21:13:09.468983 [ 271 ] {2d7d7ea4-ca76-4877-b4e3-84ac88e6bf76} <Trace> oximeter.fields_u8 (c8d30ddd-c805-419d-8cc9-be9ef3e3339c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1743 | 2024.12.20 21:13:09.469022 [ 271 ] {2d7d7ea4-ca76-4877-b4e3-84ac88e6bf76} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1744 | 2024.12.20 21:13:09.469372 [ 271 ] {2d7d7ea4-ca76-4877-b4e3-84ac88e6bf76} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1745 | 2024.12.20 21:13:09.469598 [ 271 ] {2d7d7ea4-ca76-4877-b4e3-84ac88e6bf76} <Trace> oximeter.fields_u8 (c8d30ddd-c805-419d-8cc9-be9ef3e3339c): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1746 | 2024.12.20 21:13:09.469799 [ 271 ] {2d7d7ea4-ca76-4877-b4e3-84ac88e6bf76} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001468 sec., 8855.585831062672 rows/sec., 552.14 KiB/sec. | ||
| 1747 | 2024.12.20 21:13:09.469850 [ 271 ] {2d7d7ea4-ca76-4877-b4e3-84ac88e6bf76} <Debug> TCPHandler: Processed in 0.001665615 sec. | ||
| 1748 | 2024.12.20 21:13:09.470001 [ 266 ] {} <Trace> TCP-Session: 53b8f036-419c-4e80-803c-bda1922d0cba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1749 | 2024.12.20 21:13:09.470116 [ 266 ] {ae5bdc53-aa85-445e-9907-6f83be065673} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45296) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1750 | 2024.12.20 21:13:09.470169 [ 266 ] {ae5bdc53-aa85-445e-9907-6f83be065673} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1751 | 2024.12.20 21:13:09.471065 [ 266 ] {ae5bdc53-aa85-445e-9907-6f83be065673} <Trace> oximeter.fields_uuid (56c9adb2-48e9-46d9-87b0-c6a967c48154): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1752 | 2024.12.20 21:13:09.471107 [ 266 ] {ae5bdc53-aa85-445e-9907-6f83be065673} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1753 | 2024.12.20 21:13:09.471532 [ 266 ] {ae5bdc53-aa85-445e-9907-6f83be065673} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1754 | 2024.12.20 21:13:09.471789 [ 266 ] {ae5bdc53-aa85-445e-9907-6f83be065673} <Trace> oximeter.fields_uuid (56c9adb2-48e9-46d9-87b0-c6a967c48154): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1755 | 2024.12.20 21:13:09.472028 [ 266 ] {ae5bdc53-aa85-445e-9907-6f83be065673} <Debug> executeQuery: Read 846 rows, 62.61 KiB in 0.001936 sec., 436983.47107438016 rows/sec., 31.58 MiB/sec. | ||
| 1756 | 2024.12.20 21:13:09.472176 [ 266 ] {ae5bdc53-aa85-445e-9907-6f83be065673} <Debug> TCPHandler: Processed in 0.002225304 sec. | ||
| 1757 | 2024.12.20 21:13:09.472331 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1758 | 2024.12.20 21:13:09.472448 [ 271 ] {b704c6f5-ccaa-4bd4-86cf-e9449e88f4da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 1759 | 2024.12.20 21:13:09.472497 [ 271 ] {b704c6f5-ccaa-4bd4-86cf-e9449e88f4da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1760 | 2024.12.20 21:13:09.472968 [ 271 ] {b704c6f5-ccaa-4bd4-86cf-e9449e88f4da} <Trace> oximeter.measurements_bool (11c94d34-dd1c-42cf-9f5b-a62aea0c2735): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1761 | 2024.12.20 21:13:09.473005 [ 271 ] {b704c6f5-ccaa-4bd4-86cf-e9449e88f4da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1762 | 2024.12.20 21:13:09.473385 [ 271 ] {b704c6f5-ccaa-4bd4-86cf-e9449e88f4da} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1763 | 2024.12.20 21:13:09.473621 [ 271 ] {b704c6f5-ccaa-4bd4-86cf-e9449e88f4da} <Trace> oximeter.measurements_bool (11c94d34-dd1c-42cf-9f5b-a62aea0c2735): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1764 | 2024.12.20 21:13:09.473830 [ 271 ] {b704c6f5-ccaa-4bd4-86cf-e9449e88f4da} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001407 sec., 4264.392324093817 rows/sec., 222.80 KiB/sec. | ||
| 1765 | 2024.12.20 21:13:09.473880 [ 271 ] {b704c6f5-ccaa-4bd4-86cf-e9449e88f4da} <Debug> TCPHandler: Processed in 0.001603224 sec. | ||
| 1766 | 2024.12.20 21:13:09.474023 [ 266 ] {} <Trace> TCP-Session: 53b8f036-419c-4e80-803c-bda1922d0cba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1767 | 2024.12.20 21:13:09.474140 [ 266 ] {94a9ddb1-ac15-43f7-911b-4da3fd6b792a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45296) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1768 | 2024.12.20 21:13:09.474194 [ 266 ] {94a9ddb1-ac15-43f7-911b-4da3fd6b792a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1769 | 2024.12.20 21:13:09.475464 [ 266 ] {94a9ddb1-ac15-43f7-911b-4da3fd6b792a} <Trace> oximeter.measurements_cumulativeu64 (4b25041b-9433-4237-ab59-44afcaba2ba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1770 | 2024.12.20 21:13:09.475504 [ 266 ] {94a9ddb1-ac15-43f7-911b-4da3fd6b792a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1771 | 2024.12.20 21:13:09.476111 [ 266 ] {94a9ddb1-ac15-43f7-911b-4da3fd6b792a} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1772 | 2024.12.20 21:13:09.476360 [ 266 ] {94a9ddb1-ac15-43f7-911b-4da3fd6b792a} <Trace> oximeter.measurements_cumulativeu64 (4b25041b-9433-4237-ab59-44afcaba2ba7): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1773 | 2024.12.20 21:13:09.476737 [ 266 ] {94a9ddb1-ac15-43f7-911b-4da3fd6b792a} <Debug> executeQuery: Read 2299 rows, 156.84 KiB in 0.002597 sec., 885252.2140931844 rows/sec., 58.98 MiB/sec. | ||
| 1774 | 2024.12.20 21:13:09.476861 [ 266 ] {94a9ddb1-ac15-43f7-911b-4da3fd6b792a} <Debug> TCPHandler: Processed in 0.002890276 sec. | ||
| 1775 | 2024.12.20 21:13:09.477026 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1776 | 2024.12.20 21:13:09.477151 [ 271 ] {f2e9b5c0-f6d9-4e8f-89bd-28e511207b13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 1777 | 2024.12.20 21:13:09.477203 [ 271 ] {f2e9b5c0-f6d9-4e8f-89bd-28e511207b13} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 1778 | 2024.12.20 21:13:09.477760 [ 271 ] {f2e9b5c0-f6d9-4e8f-89bd-28e511207b13} <Trace> oximeter.measurements_f64 (91051acd-5a5c-4cbe-bf7a-a2cd5e3daeba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1779 | 2024.12.20 21:13:09.477810 [ 271 ] {f2e9b5c0-f6d9-4e8f-89bd-28e511207b13} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1780 | 2024.12.20 21:13:09.478307 [ 271 ] {f2e9b5c0-f6d9-4e8f-89bd-28e511207b13} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1781 | 2024.12.20 21:13:09.478676 [ 271 ] {f2e9b5c0-f6d9-4e8f-89bd-28e511207b13} <Trace> oximeter.measurements_f64 (91051acd-5a5c-4cbe-bf7a-a2cd5e3daeba): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1782 | 2024.12.20 21:13:09.479116 [ 271 ] {f2e9b5c0-f6d9-4e8f-89bd-28e511207b13} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001992 sec., 502.0080321285141 rows/sec., 33.83 KiB/sec. | ||
| 1783 | 2024.12.20 21:13:09.479171 [ 271 ] {f2e9b5c0-f6d9-4e8f-89bd-28e511207b13} <Debug> TCPHandler: Processed in 0.002206943 sec. | ||
| 1784 | 2024.12.20 21:13:09.479327 [ 266 ] {} <Trace> TCP-Session: 53b8f036-419c-4e80-803c-bda1922d0cba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1785 | 2024.12.20 21:13:09.479447 [ 266 ] {06f4b26e-2f59-402c-a08c-1900d5a115e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45296) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1786 | 2024.12.20 21:13:09.479527 [ 266 ] {06f4b26e-2f59-402c-a08c-1900d5a115e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 1787 | 2024.12.20 21:13:09.480684 [ 266 ] {06f4b26e-2f59-402c-a08c-1900d5a115e6} <Trace> oximeter.measurements_histogramu64 (84834c4b-a921-406e-bab6-7c9ded2f611a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1788 | 2024.12.20 21:13:09.480724 [ 266 ] {06f4b26e-2f59-402c-a08c-1900d5a115e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1789 | 2024.12.20 21:13:09.481354 [ 266 ] {06f4b26e-2f59-402c-a08c-1900d5a115e6} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1790 | 2024.12.20 21:13:09.481616 [ 266 ] {06f4b26e-2f59-402c-a08c-1900d5a115e6} <Trace> oximeter.measurements_histogramu64 (84834c4b-a921-406e-bab6-7c9ded2f611a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1791 | 2024.12.20 21:13:09.481871 [ 266 ] {06f4b26e-2f59-402c-a08c-1900d5a115e6} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.00245 sec., 3265.3061224489797 rows/sec., 5.85 MiB/sec. | ||
| 1792 | 2024.12.20 21:13:09.481964 [ 266 ] {06f4b26e-2f59-402c-a08c-1900d5a115e6} <Debug> TCPHandler: Processed in 0.002695519 sec. | ||
| 1793 | 2024.12.20 21:13:09.482130 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1794 | 2024.12.20 21:13:09.482247 [ 271 ] {2d805093-dc3b-4f43-8713-363d91aeb36b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1795 | 2024.12.20 21:13:09.482296 [ 271 ] {2d805093-dc3b-4f43-8713-363d91aeb36b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1796 | 2024.12.20 21:13:09.482787 [ 271 ] {2d805093-dc3b-4f43-8713-363d91aeb36b} <Trace> oximeter.measurements_u64 (18143310-3b17-415e-b30b-72754bf09621): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1797 | 2024.12.20 21:13:09.482826 [ 271 ] {2d805093-dc3b-4f43-8713-363d91aeb36b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1798 | 2024.12.20 21:13:09.483205 [ 271 ] {2d805093-dc3b-4f43-8713-363d91aeb36b} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1799 | 2024.12.20 21:13:09.483443 [ 271 ] {2d805093-dc3b-4f43-8713-363d91aeb36b} <Trace> oximeter.measurements_u64 (18143310-3b17-415e-b30b-72754bf09621): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1800 | 2024.12.20 21:13:09.483659 [ 271 ] {2d805093-dc3b-4f43-8713-363d91aeb36b} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001436 sec., 23676.880222841224 rows/sec., 1.37 MiB/sec. | ||
| 1801 | 2024.12.20 21:13:09.483744 [ 271 ] {2d805093-dc3b-4f43-8713-363d91aeb36b} <Debug> TCPHandler: Processed in 0.001673516 sec. | ||
| 1802 | 2024.12.20 21:13:12.146885 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 66 entries to flush up to offset 268 | ||
| 1803 | 2024.12.20 21:13:12.150559 [ 242 ] {} <Trace> system.query_log (baa8d9f2-52e3-4f4e-aa10-ca7b91d14406): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1804 | 2024.12.20 21:13:12.150614 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1805 | 2024.12.20 21:13:12.152154 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1806 | 2024.12.20 21:13:12.152459 [ 242 ] {} <Trace> system.query_log (baa8d9f2-52e3-4f4e-aa10-ca7b91d14406): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1807 | 2024.12.20 21:13:12.153457 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 268 | ||
| 1808 | 2024.12.20 21:13:13.250011 [ 266 ] {} <Trace> TCP-Session: 53b8f036-419c-4e80-803c-bda1922d0cba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1809 | 2024.12.20 21:13:13.250338 [ 266 ] {f6ee3727-cf6d-498a-a045-972d1b5832e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45296) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1810 | 2024.12.20 21:13:13.250457 [ 266 ] {f6ee3727-cf6d-498a-a045-972d1b5832e9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1811 | 2024.12.20 21:13:13.251492 [ 266 ] {f6ee3727-cf6d-498a-a045-972d1b5832e9} <Trace> oximeter.fields_string (a7c5bf06-55d5-47a3-8577-07a38c41e153): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1812 | 2024.12.20 21:13:13.251544 [ 266 ] {f6ee3727-cf6d-498a-a045-972d1b5832e9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1813 | 2024.12.20 21:13:13.251982 [ 266 ] {f6ee3727-cf6d-498a-a045-972d1b5832e9} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1814 | 2024.12.20 21:13:13.252250 [ 266 ] {f6ee3727-cf6d-498a-a045-972d1b5832e9} <Trace> oximeter.fields_string (a7c5bf06-55d5-47a3-8577-07a38c41e153): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1815 | 2024.12.20 21:13:13.252476 [ 266 ] {f6ee3727-cf6d-498a-a045-972d1b5832e9} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002227 sec., 25145.936237090256 rows/sec., 1.92 MiB/sec. | ||
| 1816 | 2024.12.20 21:13:13.252534 [ 266 ] {f6ee3727-cf6d-498a-a045-972d1b5832e9} <Debug> TCPHandler: Processed in 0.002655078 sec. | ||
| 1817 | 2024.12.20 21:13:13.252792 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1818 | 2024.12.20 21:13:13.252988 [ 271 ] {8c156d25-99d3-4672-89c2-6100e09a7c73} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1819 | 2024.12.20 21:13:13.253061 [ 271 ] {8c156d25-99d3-4672-89c2-6100e09a7c73} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1820 | 2024.12.20 21:13:13.253821 [ 271 ] {8c156d25-99d3-4672-89c2-6100e09a7c73} <Trace> oximeter.fields_uuid (56c9adb2-48e9-46d9-87b0-c6a967c48154): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1821 | 2024.12.20 21:13:13.253871 [ 271 ] {8c156d25-99d3-4672-89c2-6100e09a7c73} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1822 | 2024.12.20 21:13:13.254309 [ 271 ] {8c156d25-99d3-4672-89c2-6100e09a7c73} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1823 | 2024.12.20 21:13:13.254558 [ 271 ] {8c156d25-99d3-4672-89c2-6100e09a7c73} <Trace> oximeter.fields_uuid (56c9adb2-48e9-46d9-87b0-c6a967c48154): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1824 | 2024.12.20 21:13:13.254796 [ 271 ] {8c156d25-99d3-4672-89c2-6100e09a7c73} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001865 sec., 34316.35388739946 rows/sec., 2.68 MiB/sec. | ||
| 1825 | 2024.12.20 21:13:13.254862 [ 271 ] {8c156d25-99d3-4672-89c2-6100e09a7c73} <Debug> TCPHandler: Processed in 0.002196473 sec. | ||
| 1826 | 2024.12.20 21:13:13.255050 [ 266 ] {} <Trace> TCP-Session: 53b8f036-419c-4e80-803c-bda1922d0cba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1827 | 2024.12.20 21:13:13.255193 [ 266 ] {182391fb-824b-4a51-afde-4508cf5a76a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45296) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1828 | 2024.12.20 21:13:13.255257 [ 266 ] {182391fb-824b-4a51-afde-4508cf5a76a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1829 | 2024.12.20 21:13:13.255931 [ 266 ] {182391fb-824b-4a51-afde-4508cf5a76a7} <Trace> oximeter.measurements_cumulativeu64 (4b25041b-9433-4237-ab59-44afcaba2ba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1830 | 2024.12.20 21:13:13.255976 [ 266 ] {182391fb-824b-4a51-afde-4508cf5a76a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1831 | 2024.12.20 21:13:13.256377 [ 266 ] {182391fb-824b-4a51-afde-4508cf5a76a7} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1832 | 2024.12.20 21:13:13.256619 [ 266 ] {182391fb-824b-4a51-afde-4508cf5a76a7} <Trace> oximeter.measurements_cumulativeu64 (4b25041b-9433-4237-ab59-44afcaba2ba7): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1833 | 2024.12.20 21:13:13.256797 [ 266 ] {182391fb-824b-4a51-afde-4508cf5a76a7} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001638 sec., 78144.07814407814 rows/sec., 5.44 MiB/sec. | ||
| 1834 | 2024.12.20 21:13:13.256845 [ 266 ] {182391fb-824b-4a51-afde-4508cf5a76a7} <Debug> TCPHandler: Processed in 0.001863192 sec. | ||
| 1835 | 2024.12.20 21:13:13.256995 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1836 | 2024.12.20 21:13:13.257124 [ 271 ] {80c160d9-6f6c-4d56-af8f-07e2a690d759} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1837 | 2024.12.20 21:13:13.257177 [ 271 ] {80c160d9-6f6c-4d56-af8f-07e2a690d759} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1838 | 2024.12.20 21:13:13.257708 [ 271 ] {80c160d9-6f6c-4d56-af8f-07e2a690d759} <Trace> oximeter.measurements_u64 (18143310-3b17-415e-b30b-72754bf09621): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1839 | 2024.12.20 21:13:13.257749 [ 271 ] {80c160d9-6f6c-4d56-af8f-07e2a690d759} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1840 | 2024.12.20 21:13:13.258136 [ 271 ] {80c160d9-6f6c-4d56-af8f-07e2a690d759} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1841 | 2024.12.20 21:13:13.258370 [ 271 ] {80c160d9-6f6c-4d56-af8f-07e2a690d759} <Trace> oximeter.measurements_u64 (18143310-3b17-415e-b30b-72754bf09621): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1842 | 2024.12.20 21:13:13.258588 [ 271 ] {80c160d9-6f6c-4d56-af8f-07e2a690d759} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001496 sec., 32085.561497326205 rows/sec., 2.16 MiB/sec. | ||
| 1843 | 2024.12.20 21:13:13.258642 [ 271 ] {80c160d9-6f6c-4d56-af8f-07e2a690d759} <Debug> TCPHandler: Processed in 0.001704576 sec. | ||
| 1844 | 2024.12.20 21:13:14.651946 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 3233 | ||
| 1845 | 2024.12.20 21:13:14.652580 [ 244 ] {} <Trace> system.asynchronous_metric_log (7374c277-4ec6-4bc6-a92a-be2a3111abf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1846 | 2024.12.20 21:13:14.652624 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1847 | 2024.12.20 21:13:14.653140 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1848 | 2024.12.20 21:13:14.653396 [ 244 ] {} <Trace> system.asynchronous_metric_log (7374c277-4ec6-4bc6-a92a-be2a3111abf4): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1849 | 2024.12.20 21:13:14.653610 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3233 | ||
| 1850 | 2024.12.20 21:13:14.838132 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53 | ||
| 1851 | 2024.12.20 21:13:14.856439 [ 243 ] {} <Trace> system.metric_log (76748c68-b196-4e56-a74b-50a33795b533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1852 | 2024.12.20 21:13:14.856487 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1853 | 2024.12.20 21:13:14.863163 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1854 | 2024.12.20 21:13:14.863879 [ 243 ] {} <Trace> system.metric_log (76748c68-b196-4e56-a74b-50a33795b533): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1855 | 2024.12.20 21:13:14.866290 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 53 | ||
| 1856 | 2024.12.20 21:13:15.001207 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 167.26 MiB, peak 171.83 MiB, free memory in arenas 0.00 B, will set to 168.33 MiB (RSS), difference: 1.08 MiB | ||
| 1857 | 2024.12.20 21:13:18.251660 [ 266 ] {} <Trace> TCP-Session: 53b8f036-419c-4e80-803c-bda1922d0cba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1858 | 2024.12.20 21:13:18.251882 [ 266 ] {6d3a9da3-07f4-4d12-bd24-58f31ea542a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45296) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1859 | 2024.12.20 21:13:18.251961 [ 266 ] {6d3a9da3-07f4-4d12-bd24-58f31ea542a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1860 | 2024.12.20 21:13:18.252747 [ 266 ] {6d3a9da3-07f4-4d12-bd24-58f31ea542a5} <Trace> oximeter.fields_string (a7c5bf06-55d5-47a3-8577-07a38c41e153): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1861 | 2024.12.20 21:13:18.252795 [ 266 ] {6d3a9da3-07f4-4d12-bd24-58f31ea542a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1862 | 2024.12.20 21:13:18.253219 [ 266 ] {6d3a9da3-07f4-4d12-bd24-58f31ea542a5} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1863 | 2024.12.20 21:13:18.253473 [ 266 ] {6d3a9da3-07f4-4d12-bd24-58f31ea542a5} <Trace> oximeter.fields_string (a7c5bf06-55d5-47a3-8577-07a38c41e153): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1864 | 2024.12.20 21:13:18.253720 [ 266 ] {6d3a9da3-07f4-4d12-bd24-58f31ea542a5} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001896 sec., 29535.864978902955 rows/sec., 2.25 MiB/sec. | ||
| 1865 | 2024.12.20 21:13:18.253777 [ 266 ] {6d3a9da3-07f4-4d12-bd24-58f31ea542a5} <Debug> TCPHandler: Processed in 0.002252805 sec. | ||
| 1866 | 2024.12.20 21:13:18.254038 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1867 | 2024.12.20 21:13:18.254235 [ 271 ] {73c66a45-eff2-4440-a775-70c1f6adb287} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1868 | 2024.12.20 21:13:18.254308 [ 271 ] {73c66a45-eff2-4440-a775-70c1f6adb287} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1869 | 2024.12.20 21:13:18.255063 [ 271 ] {73c66a45-eff2-4440-a775-70c1f6adb287} <Trace> oximeter.fields_uuid (56c9adb2-48e9-46d9-87b0-c6a967c48154): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1870 | 2024.12.20 21:13:18.255117 [ 271 ] {73c66a45-eff2-4440-a775-70c1f6adb287} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1871 | 2024.12.20 21:13:18.255561 [ 271 ] {73c66a45-eff2-4440-a775-70c1f6adb287} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1872 | 2024.12.20 21:13:18.255811 [ 271 ] {73c66a45-eff2-4440-a775-70c1f6adb287} <Trace> oximeter.fields_uuid (56c9adb2-48e9-46d9-87b0-c6a967c48154): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1873 | 2024.12.20 21:13:18.256074 [ 271 ] {73c66a45-eff2-4440-a775-70c1f6adb287} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001891 sec., 33844.52670544685 rows/sec., 2.64 MiB/sec. | ||
| 1874 | 2024.12.20 21:13:18.256141 [ 271 ] {73c66a45-eff2-4440-a775-70c1f6adb287} <Debug> TCPHandler: Processed in 0.002235044 sec. | ||
| 1875 | 2024.12.20 21:13:18.256330 [ 266 ] {} <Trace> TCP-Session: 53b8f036-419c-4e80-803c-bda1922d0cba Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1876 | 2024.12.20 21:13:18.256470 [ 266 ] {cb4c5916-2509-4403-a138-4a3bca5d3079} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:45296) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1877 | 2024.12.20 21:13:18.256535 [ 266 ] {cb4c5916-2509-4403-a138-4a3bca5d3079} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1878 | 2024.12.20 21:13:18.257215 [ 266 ] {cb4c5916-2509-4403-a138-4a3bca5d3079} <Trace> oximeter.measurements_cumulativeu64 (4b25041b-9433-4237-ab59-44afcaba2ba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1879 | 2024.12.20 21:13:18.257255 [ 266 ] {cb4c5916-2509-4403-a138-4a3bca5d3079} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1880 | 2024.12.20 21:13:18.257653 [ 266 ] {cb4c5916-2509-4403-a138-4a3bca5d3079} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1881 | 2024.12.20 21:13:18.257899 [ 266 ] {cb4c5916-2509-4403-a138-4a3bca5d3079} <Trace> oximeter.measurements_cumulativeu64 (4b25041b-9433-4237-ab59-44afcaba2ba7): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1882 | 2024.12.20 21:13:18.258187 [ 266 ] {cb4c5916-2509-4403-a138-4a3bca5d3079} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001723 sec., 92861.28845037725 rows/sec., 6.47 MiB/sec. | ||
| 1883 | 2024.12.20 21:13:18.258329 [ 266 ] {cb4c5916-2509-4403-a138-4a3bca5d3079} <Debug> TCPHandler: Processed in 0.002065098 sec. | ||
| 1884 | 2024.12.20 21:13:18.258477 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1885 | 2024.12.20 21:13:18.258602 [ 271 ] {a5bd808e-5a6d-402d-ab67-b0df7ba94dcf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1886 | 2024.12.20 21:13:18.258657 [ 271 ] {a5bd808e-5a6d-402d-ab67-b0df7ba94dcf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1887 | 2024.12.20 21:13:18.259171 [ 271 ] {a5bd808e-5a6d-402d-ab67-b0df7ba94dcf} <Trace> oximeter.measurements_u64 (18143310-3b17-415e-b30b-72754bf09621): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1888 | 2024.12.20 21:13:18.259213 [ 271 ] {a5bd808e-5a6d-402d-ab67-b0df7ba94dcf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1889 | 2024.12.20 21:13:18.259587 [ 271 ] {a5bd808e-5a6d-402d-ab67-b0df7ba94dcf} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1890 | 2024.12.20 21:13:18.259823 [ 271 ] {a5bd808e-5a6d-402d-ab67-b0df7ba94dcf} <Trace> oximeter.measurements_u64 (18143310-3b17-415e-b30b-72754bf09621): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1891 | 2024.12.20 21:13:18.260034 [ 271 ] {a5bd808e-5a6d-402d-ab67-b0df7ba94dcf} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001447 sec., 41465.1002073255 rows/sec., 2.79 MiB/sec. | ||
| 1892 | 2024.12.20 21:13:18.260214 [ 271 ] {a5bd808e-5a6d-402d-ab67-b0df7ba94dcf} <Debug> TCPHandler: Processed in 0.00179291 sec. | ||
| 1893 | 2024.12.20 21:13:22.084003 [ 55 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1894 | 2024.12.20 21:13:22.084053 [ 55 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1895 | 2024.12.20 21:13:22.154724 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 3721 | ||
| 1896 | 2024.12.20 21:13:22.154803 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 284 | ||
| 1897 | 2024.12.20 21:13:22.157105 [ 244 ] {} <Trace> system.asynchronous_metric_log (7374c277-4ec6-4bc6-a92a-be2a3111abf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1898 | 2024.12.20 21:13:22.157196 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1899 | 2024.12.20 21:13:22.159147 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1900 | 2024.12.20 21:13:22.159909 [ 244 ] {} <Trace> system.asynchronous_metric_log (7374c277-4ec6-4bc6-a92a-be2a3111abf4): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1901 | 2024.12.20 21:13:22.160766 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3721 | ||
| 1902 | 2024.12.20 21:13:22.162212 [ 242 ] {} <Trace> system.query_log (baa8d9f2-52e3-4f4e-aa10-ca7b91d14406): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1903 | 2024.12.20 21:13:22.162269 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1904 | 2024.12.20 21:13:22.163738 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1905 | 2024.12.20 21:13:22.164044 [ 242 ] {} <Trace> system.query_log (baa8d9f2-52e3-4f4e-aa10-ca7b91d14406): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1906 | 2024.12.20 21:13:22.164661 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 284 | ||
| 1907 | 2024.12.20 21:13:22.367267 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61 | ||
| 1908 | 2024.12.20 21:13:22.386683 [ 243 ] {} <Trace> system.metric_log (76748c68-b196-4e56-a74b-50a33795b533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1909 | 2024.12.20 21:13:22.386725 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1910 | 2024.12.20 21:13:22.393810 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1911 | 2024.12.20 21:13:22.394595 [ 243 ] {} <Trace> system.metric_log (76748c68-b196-4e56-a74b-50a33795b533): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1912 | 2024.12.20 21:13:22.397182 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 61 | ||
| 1913 | 2024.12.20 21:13:22.829799 [ 266 ] {} <Debug> TCPHandler: Done processing connection. | ||
| 1914 | 2024.12.20 21:13:22.829913 [ 266 ] {} <Debug> TCP-Session: 53b8f036-419c-4e80-803c-bda1922d0cba Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1915 | 2024.12.20 21:13:23.001154 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 166.86 MiB, peak 172.90 MiB, free memory in arenas 0.00 B, will set to 169.08 MiB (RSS), difference: 2.22 MiB | ||
| 1916 | 2024.12.20 21:13:23.245308 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1917 | 2024.12.20 21:13:23.245564 [ 271 ] {9f169a51-5940-4352-ab9a-cfc9e3eb6c56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1918 | 2024.12.20 21:13:23.245990 [ 271 ] {9f169a51-5940-4352-ab9a-cfc9e3eb6c56} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1919 | 2024.12.20 21:13:23.246042 [ 271 ] {9f169a51-5940-4352-ab9a-cfc9e3eb6c56} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1920 | 2024.12.20 21:13:23.246401 [ 271 ] {9f169a51-5940-4352-ab9a-cfc9e3eb6c56} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1921 | 2024.12.20 21:13:23.246481 [ 271 ] {9f169a51-5940-4352-ab9a-cfc9e3eb6c56} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1922 | 2024.12.20 21:13:23.246657 [ 271 ] {9f169a51-5940-4352-ab9a-cfc9e3eb6c56} <Debug> oximeter.timeseries_schema (01d8643b-47e1-4db5-9986-404ac45e3089) (SelectExecutor): Key condition: (column 0 notIn 37-element set) | ||
| 1923 | 2024.12.20 21:13:23.246873 [ 297 ] {9f169a51-5940-4352-ab9a-cfc9e3eb6c56} <Trace> oximeter.timeseries_schema (01d8643b-47e1-4db5-9986-404ac45e3089) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1924 | 2024.12.20 21:13:23.246887 [ 296 ] {9f169a51-5940-4352-ab9a-cfc9e3eb6c56} <Trace> oximeter.timeseries_schema (01d8643b-47e1-4db5-9986-404ac45e3089) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1925 | 2024.12.20 21:13:23.246937 [ 295 ] {9f169a51-5940-4352-ab9a-cfc9e3eb6c56} <Trace> oximeter.timeseries_schema (01d8643b-47e1-4db5-9986-404ac45e3089) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1926 | 2024.12.20 21:13:23.247123 [ 271 ] {9f169a51-5940-4352-ab9a-cfc9e3eb6c56} <Debug> oximeter.timeseries_schema (01d8643b-47e1-4db5-9986-404ac45e3089) (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 | ||
| 1927 | 2024.12.20 21:13:23.247155 [ 271 ] {9f169a51-5940-4352-ab9a-cfc9e3eb6c56} <Trace> oximeter.timeseries_schema (01d8643b-47e1-4db5-9986-404ac45e3089) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1928 | 2024.12.20 21:13:23.247280 [ 271 ] {9f169a51-5940-4352-ab9a-cfc9e3eb6c56} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1929 | 2024.12.20 21:13:23.247303 [ 271 ] {9f169a51-5940-4352-ab9a-cfc9e3eb6c56} <Debug> oximeter.timeseries_schema (01d8643b-47e1-4db5-9986-404ac45e3089) (SelectExecutor): Reading approx. 37 rows with 3 streams | ||
| 1930 | 2024.12.20 21:13:23.247348 [ 271 ] {9f169a51-5940-4352-ab9a-cfc9e3eb6c56} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1931 | 2024.12.20 21:13:23.247397 [ 271 ] {9f169a51-5940-4352-ab9a-cfc9e3eb6c56} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1932 | 2024.12.20 21:13:23.247440 [ 271 ] {9f169a51-5940-4352-ab9a-cfc9e3eb6c56} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1933 | 2024.12.20 21:13:23.249065 [ 271 ] {9f169a51-5940-4352-ab9a-cfc9e3eb6c56} <Debug> executeQuery: Read 37 rows, 1.39 KiB in 0.003623 sec., 10212.531051614684 rows/sec., 382.75 KiB/sec. | ||
| 1934 | 2024.12.20 21:13:23.249238 [ 271 ] {9f169a51-5940-4352-ab9a-cfc9e3eb6c56} <Debug> TCPHandler: Processed in 0.004054894 sec. | ||
| 1935 | 2024.12.20 21:13:23.249625 [ 268 ] {} <Trace> TCP-Session: 32ce9d3e-b8ad-475f-aac7-ad7723c5f26e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1936 | 2024.12.20 21:13:23.249876 [ 268 ] {34ace952-6960-49b7-bde1-9ffac8904638} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56115) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1937 | 2024.12.20 21:13:23.250336 [ 268 ] {34ace952-6960-49b7-bde1-9ffac8904638} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1938 | 2024.12.20 21:13:23.250390 [ 268 ] {34ace952-6960-49b7-bde1-9ffac8904638} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1939 | 2024.12.20 21:13:23.250754 [ 268 ] {34ace952-6960-49b7-bde1-9ffac8904638} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1940 | 2024.12.20 21:13:23.250832 [ 268 ] {34ace952-6960-49b7-bde1-9ffac8904638} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1941 | 2024.12.20 21:13:23.251010 [ 268 ] {34ace952-6960-49b7-bde1-9ffac8904638} <Debug> oximeter.timeseries_schema (01d8643b-47e1-4db5-9986-404ac45e3089) (SelectExecutor): Key condition: (column 0 notIn 38-element set) | ||
| 1942 | 2024.12.20 21:13:23.251074 [ 299 ] {34ace952-6960-49b7-bde1-9ffac8904638} <Trace> oximeter.timeseries_schema (01d8643b-47e1-4db5-9986-404ac45e3089) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1943 | 2024.12.20 21:13:23.251166 [ 296 ] {34ace952-6960-49b7-bde1-9ffac8904638} <Trace> oximeter.timeseries_schema (01d8643b-47e1-4db5-9986-404ac45e3089) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1944 | 2024.12.20 21:13:23.251176 [ 297 ] {34ace952-6960-49b7-bde1-9ffac8904638} <Trace> oximeter.timeseries_schema (01d8643b-47e1-4db5-9986-404ac45e3089) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1945 | 2024.12.20 21:13:23.251311 [ 268 ] {34ace952-6960-49b7-bde1-9ffac8904638} <Debug> oximeter.timeseries_schema (01d8643b-47e1-4db5-9986-404ac45e3089) (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 | ||
| 1946 | 2024.12.20 21:13:23.251343 [ 268 ] {34ace952-6960-49b7-bde1-9ffac8904638} <Trace> oximeter.timeseries_schema (01d8643b-47e1-4db5-9986-404ac45e3089) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1947 | 2024.12.20 21:13:23.251462 [ 268 ] {34ace952-6960-49b7-bde1-9ffac8904638} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1948 | 2024.12.20 21:13:23.251487 [ 268 ] {34ace952-6960-49b7-bde1-9ffac8904638} <Debug> oximeter.timeseries_schema (01d8643b-47e1-4db5-9986-404ac45e3089) (SelectExecutor): Reading approx. 37 rows with 3 streams | ||
| 1949 | 2024.12.20 21:13:23.251530 [ 268 ] {34ace952-6960-49b7-bde1-9ffac8904638} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1950 | 2024.12.20 21:13:23.251581 [ 268 ] {34ace952-6960-49b7-bde1-9ffac8904638} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1951 | 2024.12.20 21:13:23.251626 [ 268 ] {34ace952-6960-49b7-bde1-9ffac8904638} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1952 | 2024.12.20 21:13:23.253227 [ 268 ] {34ace952-6960-49b7-bde1-9ffac8904638} <Debug> executeQuery: Read 37 rows, 1.39 KiB in 0.003478 sec., 10638.297872340425 rows/sec., 398.71 KiB/sec. | ||
| 1953 | 2024.12.20 21:13:23.253408 [ 268 ] {34ace952-6960-49b7-bde1-9ffac8904638} <Debug> TCPHandler: Processed in 0.003930651 sec. | ||
| 1954 | 2024.12.20 21:13:23.253743 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1955 | 2024.12.20 21:13:23.253942 [ 271 ] {53dae8d3-04c3-4676-950a-924d053feae5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 1956 | 2024.12.20 21:13:23.254291 [ 271 ] {53dae8d3-04c3-4676-950a-924d053feae5} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1957 | 2024.12.20 21:13:23.254341 [ 271 ] {53dae8d3-04c3-4676-950a-924d053feae5} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 1958 | 2024.12.20 21:13:23.254667 [ 271 ] {53dae8d3-04c3-4676-950a-924d053feae5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1959 | 2024.12.20 21:13:23.254731 [ 271 ] {53dae8d3-04c3-4676-950a-924d053feae5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1960 | 2024.12.20 21:13:23.254880 [ 271 ] {53dae8d3-04c3-4676-950a-924d053feae5} <Debug> oximeter.timeseries_schema (01d8643b-47e1-4db5-9986-404ac45e3089) (SelectExecutor): Key condition: (column 0 notIn 39-element set) | ||
| 1961 | 2024.12.20 21:13:23.255007 [ 299 ] {53dae8d3-04c3-4676-950a-924d053feae5} <Trace> oximeter.timeseries_schema (01d8643b-47e1-4db5-9986-404ac45e3089) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1962 | 2024.12.20 21:13:23.255022 [ 295 ] {53dae8d3-04c3-4676-950a-924d053feae5} <Trace> oximeter.timeseries_schema (01d8643b-47e1-4db5-9986-404ac45e3089) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1963 | 2024.12.20 21:13:23.255035 [ 296 ] {53dae8d3-04c3-4676-950a-924d053feae5} <Trace> oximeter.timeseries_schema (01d8643b-47e1-4db5-9986-404ac45e3089) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1964 | 2024.12.20 21:13:23.255144 [ 271 ] {53dae8d3-04c3-4676-950a-924d053feae5} <Debug> oximeter.timeseries_schema (01d8643b-47e1-4db5-9986-404ac45e3089) (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 | ||
| 1965 | 2024.12.20 21:13:23.255175 [ 271 ] {53dae8d3-04c3-4676-950a-924d053feae5} <Trace> oximeter.timeseries_schema (01d8643b-47e1-4db5-9986-404ac45e3089) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1966 | 2024.12.20 21:13:23.255285 [ 271 ] {53dae8d3-04c3-4676-950a-924d053feae5} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1967 | 2024.12.20 21:13:23.255308 [ 271 ] {53dae8d3-04c3-4676-950a-924d053feae5} <Debug> oximeter.timeseries_schema (01d8643b-47e1-4db5-9986-404ac45e3089) (SelectExecutor): Reading approx. 37 rows with 3 streams | ||
| 1968 | 2024.12.20 21:13:23.255350 [ 271 ] {53dae8d3-04c3-4676-950a-924d053feae5} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1969 | 2024.12.20 21:13:23.255397 [ 271 ] {53dae8d3-04c3-4676-950a-924d053feae5} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1970 | 2024.12.20 21:13:23.255444 [ 271 ] {53dae8d3-04c3-4676-950a-924d053feae5} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 1971 | 2024.12.20 21:13:23.256793 [ 271 ] {53dae8d3-04c3-4676-950a-924d053feae5} <Debug> executeQuery: Read 37 rows, 1.39 KiB in 0.002952 sec., 12533.875338753387 rows/sec., 469.76 KiB/sec. | ||
| 1972 | 2024.12.20 21:13:23.256967 [ 271 ] {53dae8d3-04c3-4676-950a-924d053feae5} <Debug> TCPHandler: Processed in 0.003286009 sec. | ||
| 1973 | 2024.12.20 21:13:23.257870 [ 268 ] {} <Trace> TCP-Session: 32ce9d3e-b8ad-475f-aac7-ad7723c5f26e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1974 | 2024.12.20 21:13:23.258072 [ 268 ] {a7f13ecf-8231-43d2-9a69-98cf14880523} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56115) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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) | ||
| 1975 | 2024.12.20 21:13:23.258430 [ 268 ] {a7f13ecf-8231-43d2-9a69-98cf14880523} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1976 | 2024.12.20 21:13:23.258481 [ 268 ] {a7f13ecf-8231-43d2-9a69-98cf14880523} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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 | ||
| 1977 | 2024.12.20 21:13:23.258825 [ 268 ] {a7f13ecf-8231-43d2-9a69-98cf14880523} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1978 | 2024.12.20 21:13:23.258894 [ 268 ] {a7f13ecf-8231-43d2-9a69-98cf14880523} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1979 | 2024.12.20 21:13:23.259047 [ 268 ] {a7f13ecf-8231-43d2-9a69-98cf14880523} <Debug> oximeter.timeseries_schema (01d8643b-47e1-4db5-9986-404ac45e3089) (SelectExecutor): Key condition: (column 0 notIn 40-element set) | ||
| 1980 | 2024.12.20 21:13:23.259170 [ 296 ] {a7f13ecf-8231-43d2-9a69-98cf14880523} <Trace> oximeter.timeseries_schema (01d8643b-47e1-4db5-9986-404ac45e3089) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1981 | 2024.12.20 21:13:23.259205 [ 299 ] {a7f13ecf-8231-43d2-9a69-98cf14880523} <Trace> oximeter.timeseries_schema (01d8643b-47e1-4db5-9986-404ac45e3089) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1982 | 2024.12.20 21:13:23.259226 [ 297 ] {a7f13ecf-8231-43d2-9a69-98cf14880523} <Trace> oximeter.timeseries_schema (01d8643b-47e1-4db5-9986-404ac45e3089) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1983 | 2024.12.20 21:13:23.259347 [ 268 ] {a7f13ecf-8231-43d2-9a69-98cf14880523} <Debug> oximeter.timeseries_schema (01d8643b-47e1-4db5-9986-404ac45e3089) (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 | ||
| 1984 | 2024.12.20 21:13:23.259379 [ 268 ] {a7f13ecf-8231-43d2-9a69-98cf14880523} <Trace> oximeter.timeseries_schema (01d8643b-47e1-4db5-9986-404ac45e3089) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1985 | 2024.12.20 21:13:23.259490 [ 268 ] {a7f13ecf-8231-43d2-9a69-98cf14880523} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1986 | 2024.12.20 21:13:23.259513 [ 268 ] {a7f13ecf-8231-43d2-9a69-98cf14880523} <Debug> oximeter.timeseries_schema (01d8643b-47e1-4db5-9986-404ac45e3089) (SelectExecutor): Reading approx. 37 rows with 3 streams | ||
| 1987 | 2024.12.20 21:13:23.259557 [ 268 ] {a7f13ecf-8231-43d2-9a69-98cf14880523} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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'))" | ||
| 1988 | 2024.12.20 21:13:23.259606 [ 268 ] {a7f13ecf-8231-43d2-9a69-98cf14880523} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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'))" | ||
| 1989 | 2024.12.20 21:13:23.259653 [ 268 ] {a7f13ecf-8231-43d2-9a69-98cf14880523} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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'))" | ||
| 1990 | 2024.12.20 21:13:23.261139 [ 268 ] {a7f13ecf-8231-43d2-9a69-98cf14880523} <Debug> executeQuery: Read 37 rows, 1.39 KiB in 0.00317 sec., 11671.92429022082 rows/sec., 437.45 KiB/sec. | ||
| 1991 | 2024.12.20 21:13:23.261296 [ 268 ] {a7f13ecf-8231-43d2-9a69-98cf14880523} <Debug> TCPHandler: Processed in 0.003488226 sec. | ||
| 1992 | 2024.12.20 21:13:23.274231 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1993 | 2024.12.20 21:13:23.274388 [ 271 ] {c0a1a67e-0238-4ec6-9280-aa17a28c18ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1994 | 2024.12.20 21:13:23.274452 [ 271 ] {c0a1a67e-0238-4ec6-9280-aa17a28c18ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1995 | 2024.12.20 21:13:23.275386 [ 271 ] {c0a1a67e-0238-4ec6-9280-aa17a28c18ce} <Trace> oximeter.timeseries_schema (01d8643b-47e1-4db5-9986-404ac45e3089): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1996 | 2024.12.20 21:13:23.275430 [ 271 ] {c0a1a67e-0238-4ec6-9280-aa17a28c18ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1997 | 2024.12.20 21:13:23.275940 [ 271 ] {c0a1a67e-0238-4ec6-9280-aa17a28c18ce} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1998 | 2024.12.20 21:13:23.276158 [ 271 ] {c0a1a67e-0238-4ec6-9280-aa17a28c18ce} <Trace> oximeter.timeseries_schema (01d8643b-47e1-4db5-9986-404ac45e3089): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1999 | 2024.12.20 21:13:23.276427 [ 271 ] {c0a1a67e-0238-4ec6-9280-aa17a28c18ce} <Debug> executeQuery: Read 4 rows, 386.00 B in 0.002077 sec., 1925.8545979778528 rows/sec., 181.49 KiB/sec. | ||
| 2000 | 2024.12.20 21:13:23.276787 [ 271 ] {c0a1a67e-0238-4ec6-9280-aa17a28c18ce} <Debug> TCPHandler: Processed in 0.002619867 sec. | ||
| 2001 | 2024.12.20 21:13:23.276949 [ 268 ] {} <Trace> TCP-Session: 32ce9d3e-b8ad-475f-aac7-ad7723c5f26e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2002 | 2024.12.20 21:13:23.277102 [ 268 ] {7416c29f-02d1-45cd-9d85-b5f9425ab466} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56115) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2003 | 2024.12.20 21:13:23.277161 [ 268 ] {7416c29f-02d1-45cd-9d85-b5f9425ab466} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2004 | 2024.12.20 21:13:23.277821 [ 268 ] {7416c29f-02d1-45cd-9d85-b5f9425ab466} <Trace> oximeter.fields_i16 (e8dd8f29-dacb-43c4-8630-4a7e9eaac6df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2005 | 2024.12.20 21:13:23.277867 [ 268 ] {7416c29f-02d1-45cd-9d85-b5f9425ab466} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2006 | 2024.12.20 21:13:23.278287 [ 268 ] {7416c29f-02d1-45cd-9d85-b5f9425ab466} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2007 | 2024.12.20 21:13:23.278540 [ 268 ] {7416c29f-02d1-45cd-9d85-b5f9425ab466} <Trace> oximeter.fields_i16 (e8dd8f29-dacb-43c4-8630-4a7e9eaac6df): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2008 | 2024.12.20 21:13:23.278830 [ 268 ] {7416c29f-02d1-45cd-9d85-b5f9425ab466} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001759 sec., 7959.067652075043 rows/sec., 572.95 KiB/sec. | ||
| 2009 | 2024.12.20 21:13:23.279094 [ 268 ] {7416c29f-02d1-45cd-9d85-b5f9425ab466} <Debug> TCPHandler: Processed in 0.002213363 sec. | ||
| 2010 | 2024.12.20 21:13:23.279263 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2011 | 2024.12.20 21:13:23.279376 [ 271 ] {9ee52f65-9852-46d6-9794-31802d1c77ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2012 | 2024.12.20 21:13:23.279424 [ 271 ] {9ee52f65-9852-46d6-9794-31802d1c77ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2013 | 2024.12.20 21:13:23.280113 [ 271 ] {9ee52f65-9852-46d6-9794-31802d1c77ec} <Trace> oximeter.fields_string (a7c5bf06-55d5-47a3-8577-07a38c41e153): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2014 | 2024.12.20 21:13:23.280151 [ 271 ] {9ee52f65-9852-46d6-9794-31802d1c77ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2015 | 2024.12.20 21:13:23.280529 [ 271 ] {9ee52f65-9852-46d6-9794-31802d1c77ec} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2016 | 2024.12.20 21:13:23.280774 [ 271 ] {9ee52f65-9852-46d6-9794-31802d1c77ec} <Trace> oximeter.fields_string (a7c5bf06-55d5-47a3-8577-07a38c41e153): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2017 | 2024.12.20 21:13:23.281211 [ 271 ] {9ee52f65-9852-46d6-9794-31802d1c77ec} <Debug> executeQuery: Read 274 rows, 24.69 KiB in 0.001807 sec., 151632.54012174875 rows/sec., 13.34 MiB/sec. | ||
| 2018 | 2024.12.20 21:13:23.281356 [ 271 ] {9ee52f65-9852-46d6-9794-31802d1c77ec} <Debug> TCPHandler: Processed in 0.002147861 sec. | ||
| 2019 | 2024.12.20 21:13:23.281526 [ 268 ] {} <Trace> TCP-Session: 32ce9d3e-b8ad-475f-aac7-ad7723c5f26e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2020 | 2024.12.20 21:13:23.281664 [ 268 ] {82ec5593-2934-4102-9448-712de92c5775} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56115) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2021 | 2024.12.20 21:13:23.281720 [ 268 ] {82ec5593-2934-4102-9448-712de92c5775} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2022 | 2024.12.20 21:13:23.282405 [ 268 ] {82ec5593-2934-4102-9448-712de92c5775} <Trace> oximeter.fields_u16 (f5c5f422-b38a-45cf-a007-008934086980): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2023 | 2024.12.20 21:13:23.282456 [ 268 ] {82ec5593-2934-4102-9448-712de92c5775} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2024 | 2024.12.20 21:13:23.282815 [ 268 ] {82ec5593-2934-4102-9448-712de92c5775} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2025 | 2024.12.20 21:13:23.283055 [ 268 ] {82ec5593-2934-4102-9448-712de92c5775} <Trace> oximeter.fields_u16 (f5c5f422-b38a-45cf-a007-008934086980): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2026 | 2024.12.20 21:13:23.283430 [ 268 ] {82ec5593-2934-4102-9448-712de92c5775} <Debug> executeQuery: Read 42 rows, 3.09 KiB in 0.001754 sec., 23945.26795895097 rows/sec., 1.72 MiB/sec. | ||
| 2027 | 2024.12.20 21:13:23.283545 [ 268 ] {82ec5593-2934-4102-9448-712de92c5775} <Debug> TCPHandler: Processed in 0.002088939 sec. | ||
| 2028 | 2024.12.20 21:13:23.283703 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2029 | 2024.12.20 21:13:23.283820 [ 271 ] {36948e7c-583e-4fdf-8f25-f1e2ad5d7acc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2030 | 2024.12.20 21:13:23.283866 [ 271 ] {36948e7c-583e-4fdf-8f25-f1e2ad5d7acc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2031 | 2024.12.20 21:13:23.284434 [ 271 ] {36948e7c-583e-4fdf-8f25-f1e2ad5d7acc} <Trace> oximeter.fields_u32 (44e160d5-ebb5-4558-9722-9802c9a6e790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2032 | 2024.12.20 21:13:23.284473 [ 271 ] {36948e7c-583e-4fdf-8f25-f1e2ad5d7acc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2033 | 2024.12.20 21:13:23.284827 [ 271 ] {36948e7c-583e-4fdf-8f25-f1e2ad5d7acc} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2034 | 2024.12.20 21:13:23.285063 [ 271 ] {36948e7c-583e-4fdf-8f25-f1e2ad5d7acc} <Trace> oximeter.fields_u32 (44e160d5-ebb5-4558-9722-9802c9a6e790): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2035 | 2024.12.20 21:13:23.285332 [ 271 ] {36948e7c-583e-4fdf-8f25-f1e2ad5d7acc} <Debug> executeQuery: Read 15 rows, 1.05 KiB in 0.001522 sec., 9855.453350854139 rows/sec., 687.83 KiB/sec. | ||
| 2036 | 2024.12.20 21:13:23.285389 [ 271 ] {36948e7c-583e-4fdf-8f25-f1e2ad5d7acc} <Debug> TCPHandler: Processed in 0.001742388 sec. | ||
| 2037 | 2024.12.20 21:13:23.285548 [ 268 ] {} <Trace> TCP-Session: 32ce9d3e-b8ad-475f-aac7-ad7723c5f26e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2038 | 2024.12.20 21:13:23.285685 [ 268 ] {cda3c840-793e-4212-9e81-a13e4759be10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56115) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2039 | 2024.12.20 21:13:23.285742 [ 268 ] {cda3c840-793e-4212-9e81-a13e4759be10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2040 | 2024.12.20 21:13:23.287001 [ 268 ] {cda3c840-793e-4212-9e81-a13e4759be10} <Trace> oximeter.fields_u8 (c8d30ddd-c805-419d-8cc9-be9ef3e3339c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2041 | 2024.12.20 21:13:23.287042 [ 268 ] {cda3c840-793e-4212-9e81-a13e4759be10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2042 | 2024.12.20 21:13:23.287408 [ 268 ] {cda3c840-793e-4212-9e81-a13e4759be10} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2043 | 2024.12.20 21:13:23.287643 [ 268 ] {cda3c840-793e-4212-9e81-a13e4759be10} <Trace> oximeter.fields_u8 (c8d30ddd-c805-419d-8cc9-be9ef3e3339c): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2044 | 2024.12.20 21:13:23.287875 [ 268 ] {cda3c840-793e-4212-9e81-a13e4759be10} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.002219 sec., 5858.494817485353 rows/sec., 365.28 KiB/sec. | ||
| 2045 | 2024.12.20 21:13:23.287927 [ 268 ] {cda3c840-793e-4212-9e81-a13e4759be10} <Debug> TCPHandler: Processed in 0.002445941 sec. | ||
| 2046 | 2024.12.20 21:13:23.288071 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2047 | 2024.12.20 21:13:23.288187 [ 271 ] {cb160b7f-6a11-4af6-a0cc-f56f97d4356d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2048 | 2024.12.20 21:13:23.288232 [ 271 ] {cb160b7f-6a11-4af6-a0cc-f56f97d4356d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2049 | 2024.12.20 21:13:23.288939 [ 271 ] {cb160b7f-6a11-4af6-a0cc-f56f97d4356d} <Trace> oximeter.fields_uuid (56c9adb2-48e9-46d9-87b0-c6a967c48154): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2050 | 2024.12.20 21:13:23.288980 [ 271 ] {cb160b7f-6a11-4af6-a0cc-f56f97d4356d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2051 | 2024.12.20 21:13:23.289356 [ 271 ] {cb160b7f-6a11-4af6-a0cc-f56f97d4356d} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2052 | 2024.12.20 21:13:23.289586 [ 271 ] {cb160b7f-6a11-4af6-a0cc-f56f97d4356d} <Trace> oximeter.fields_uuid (56c9adb2-48e9-46d9-87b0-c6a967c48154): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2053 | 2024.12.20 21:13:23.289916 [ 271 ] {cb160b7f-6a11-4af6-a0cc-f56f97d4356d} <Debug> executeQuery: Read 430 rows, 31.54 KiB in 0.001731 sec., 248411.32293471982 rows/sec., 17.79 MiB/sec. | ||
| 2054 | 2024.12.20 21:13:23.290273 [ 271 ] {cb160b7f-6a11-4af6-a0cc-f56f97d4356d} <Debug> TCPHandler: Processed in 0.002254615 sec. | ||
| 2055 | 2024.12.20 21:13:23.290438 [ 268 ] {} <Trace> TCP-Session: 32ce9d3e-b8ad-475f-aac7-ad7723c5f26e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2056 | 2024.12.20 21:13:23.290574 [ 268 ] {a8563dc8-9851-4891-b2a3-37702382b3a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56115) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2057 | 2024.12.20 21:13:23.290631 [ 268 ] {a8563dc8-9851-4891-b2a3-37702382b3a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2058 | 2024.12.20 21:13:23.291199 [ 268 ] {a8563dc8-9851-4891-b2a3-37702382b3a0} <Trace> oximeter.measurements_bool (11c94d34-dd1c-42cf-9f5b-a62aea0c2735): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2059 | 2024.12.20 21:13:23.291246 [ 268 ] {a8563dc8-9851-4891-b2a3-37702382b3a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2060 | 2024.12.20 21:13:23.291630 [ 268 ] {a8563dc8-9851-4891-b2a3-37702382b3a0} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2061 | 2024.12.20 21:13:23.291868 [ 268 ] {a8563dc8-9851-4891-b2a3-37702382b3a0} <Trace> oximeter.measurements_bool (11c94d34-dd1c-42cf-9f5b-a62aea0c2735): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2062 | 2024.12.20 21:13:23.292106 [ 268 ] {a8563dc8-9851-4891-b2a3-37702382b3a0} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001562 sec., 3841.229193341869 rows/sec., 200.69 KiB/sec. | ||
| 2063 | 2024.12.20 21:13:23.292157 [ 268 ] {a8563dc8-9851-4891-b2a3-37702382b3a0} <Debug> TCPHandler: Processed in 0.00178986 sec. | ||
| 2064 | 2024.12.20 21:13:23.292305 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2065 | 2024.12.20 21:13:23.292422 [ 271 ] {91c41f9f-920d-43a8-8676-4ab713c23e3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2066 | 2024.12.20 21:13:23.292472 [ 271 ] {91c41f9f-920d-43a8-8676-4ab713c23e3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2067 | 2024.12.20 21:13:23.293047 [ 271 ] {91c41f9f-920d-43a8-8676-4ab713c23e3e} <Trace> oximeter.measurements_cumulativeu64 (4b25041b-9433-4237-ab59-44afcaba2ba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2068 | 2024.12.20 21:13:23.293085 [ 271 ] {91c41f9f-920d-43a8-8676-4ab713c23e3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2069 | 2024.12.20 21:13:23.293465 [ 271 ] {91c41f9f-920d-43a8-8676-4ab713c23e3e} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2070 | 2024.12.20 21:13:23.293710 [ 271 ] {91c41f9f-920d-43a8-8676-4ab713c23e3e} <Trace> oximeter.measurements_cumulativeu64 (4b25041b-9433-4237-ab59-44afcaba2ba7): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2071 | 2024.12.20 21:13:23.294150 [ 271 ] {91c41f9f-920d-43a8-8676-4ab713c23e3e} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001702 sec., 139247.9435957697 rows/sec., 9.33 MiB/sec. | ||
| 2072 | 2024.12.20 21:13:23.294356 [ 271 ] {91c41f9f-920d-43a8-8676-4ab713c23e3e} <Debug> TCPHandler: Processed in 0.0021091 sec. | ||
| 2073 | 2024.12.20 21:13:23.294515 [ 268 ] {} <Trace> TCP-Session: 32ce9d3e-b8ad-475f-aac7-ad7723c5f26e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2074 | 2024.12.20 21:13:23.294653 [ 268 ] {a96ca9ba-ab1c-4762-87cb-75101e9abf2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56115) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2075 | 2024.12.20 21:13:23.294713 [ 268 ] {a96ca9ba-ab1c-4762-87cb-75101e9abf2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2076 | 2024.12.20 21:13:23.295270 [ 268 ] {a96ca9ba-ab1c-4762-87cb-75101e9abf2d} <Trace> oximeter.measurements_f64 (91051acd-5a5c-4cbe-bf7a-a2cd5e3daeba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2077 | 2024.12.20 21:13:23.295316 [ 268 ] {a96ca9ba-ab1c-4762-87cb-75101e9abf2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2078 | 2024.12.20 21:13:23.295678 [ 268 ] {a96ca9ba-ab1c-4762-87cb-75101e9abf2d} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2079 | 2024.12.20 21:13:23.295915 [ 268 ] {a96ca9ba-ab1c-4762-87cb-75101e9abf2d} <Trace> oximeter.measurements_f64 (91051acd-5a5c-4cbe-bf7a-a2cd5e3daeba): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2080 | 2024.12.20 21:13:23.296298 [ 268 ] {a96ca9ba-ab1c-4762-87cb-75101e9abf2d} <Debug> executeQuery: Read 2 rows, 134.00 B in 0.001638 sec., 1221.001221001221 rows/sec., 79.89 KiB/sec. | ||
| 2081 | 2024.12.20 21:13:23.296440 [ 268 ] {a96ca9ba-ab1c-4762-87cb-75101e9abf2d} <Debug> TCPHandler: Processed in 0.001991946 sec. | ||
| 2082 | 2024.12.20 21:13:23.296585 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2083 | 2024.12.20 21:13:23.296702 [ 271 ] {87fc2a1a-718d-45a8-b87a-cb11969b5d2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2084 | 2024.12.20 21:13:23.296784 [ 271 ] {87fc2a1a-718d-45a8-b87a-cb11969b5d2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2085 | 2024.12.20 21:13:23.298059 [ 271 ] {87fc2a1a-718d-45a8-b87a-cb11969b5d2c} <Trace> oximeter.measurements_histogramu64 (84834c4b-a921-406e-bab6-7c9ded2f611a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2086 | 2024.12.20 21:13:23.298098 [ 271 ] {87fc2a1a-718d-45a8-b87a-cb11969b5d2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2087 | 2024.12.20 21:13:23.298747 [ 271 ] {87fc2a1a-718d-45a8-b87a-cb11969b5d2c} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2088 | 2024.12.20 21:13:23.299005 [ 271 ] {87fc2a1a-718d-45a8-b87a-cb11969b5d2c} <Trace> oximeter.measurements_histogramu64 (84834c4b-a921-406e-bab6-7c9ded2f611a): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2089 | 2024.12.20 21:13:23.299247 [ 271 ] {87fc2a1a-718d-45a8-b87a-cb11969b5d2c} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.002569 sec., 13623.978201634876 rows/sec., 24.41 MiB/sec. | ||
| 2090 | 2024.12.20 21:13:23.299362 [ 271 ] {87fc2a1a-718d-45a8-b87a-cb11969b5d2c} <Debug> TCPHandler: Processed in 0.002836514 sec. | ||
| 2091 | 2024.12.20 21:13:23.299577 [ 268 ] {} <Trace> TCP-Session: 32ce9d3e-b8ad-475f-aac7-ad7723c5f26e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2092 | 2024.12.20 21:13:23.299800 [ 268 ] {a7171b8b-46d8-4081-8980-d9740e7148c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56115) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 2093 | 2024.12.20 21:13:23.299894 [ 268 ] {a7171b8b-46d8-4081-8980-d9740e7148c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 2094 | 2024.12.20 21:13:23.300603 [ 268 ] {a7171b8b-46d8-4081-8980-d9740e7148c7} <Trace> oximeter.measurements_i64 (efb947f3-73eb-4e07-80b8-fd2c17496657): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2095 | 2024.12.20 21:13:23.300642 [ 268 ] {a7171b8b-46d8-4081-8980-d9740e7148c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2096 | 2024.12.20 21:13:23.301036 [ 268 ] {a7171b8b-46d8-4081-8980-d9740e7148c7} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 2097 | 2024.12.20 21:13:23.301272 [ 268 ] {a7171b8b-46d8-4081-8980-d9740e7148c7} <Trace> oximeter.measurements_i64 (efb947f3-73eb-4e07-80b8-fd2c17496657): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2098 | 2024.12.20 21:13:23.301636 [ 268 ] {a7171b8b-46d8-4081-8980-d9740e7148c7} <Debug> executeQuery: Read 21 rows, 1.57 KiB in 0.001869 sec., 11235.955056179775 rows/sec., 839.14 KiB/sec. | ||
| 2099 | 2024.12.20 21:13:23.301732 [ 268 ] {a7171b8b-46d8-4081-8980-d9740e7148c7} <Debug> TCPHandler: Processed in 0.002266915 sec. | ||
| 2100 | 2024.12.20 21:13:23.301866 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2101 | 2024.12.20 21:13:23.301984 [ 271 ] {fa46aaae-9816-4206-905a-6dc2433e3869} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2102 | 2024.12.20 21:13:23.302034 [ 271 ] {fa46aaae-9816-4206-905a-6dc2433e3869} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2103 | 2024.12.20 21:13:23.302524 [ 271 ] {fa46aaae-9816-4206-905a-6dc2433e3869} <Trace> oximeter.measurements_u64 (18143310-3b17-415e-b30b-72754bf09621): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2104 | 2024.12.20 21:13:23.302563 [ 271 ] {fa46aaae-9816-4206-905a-6dc2433e3869} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2105 | 2024.12.20 21:13:23.303027 [ 271 ] {fa46aaae-9816-4206-905a-6dc2433e3869} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2106 | 2024.12.20 21:13:23.303280 [ 271 ] {fa46aaae-9816-4206-905a-6dc2433e3869} <Trace> oximeter.measurements_u64 (18143310-3b17-415e-b30b-72754bf09621): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2107 | 2024.12.20 21:13:23.303607 [ 271 ] {fa46aaae-9816-4206-905a-6dc2433e3869} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001631 sec., 50275.904353157566 rows/sec., 3.19 MiB/sec. | ||
| 2108 | 2024.12.20 21:13:23.303879 [ 271 ] {fa46aaae-9816-4206-905a-6dc2433e3869} <Debug> TCPHandler: Processed in 0.002062189 sec. | ||
| 2109 | 2024.12.20 21:13:24.001133 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 172.30 MiB, peak 172.90 MiB, free memory in arenas 0.00 B, will set to 169.20 MiB (RSS), difference: -3.10 MiB | ||
| 2110 | 2024.12.20 21:13:28.251011 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2111 | 2024.12.20 21:13:28.251210 [ 271 ] {715f28c3-2ad1-4c1a-9684-cdb24cc7abf4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2112 | 2024.12.20 21:13:28.251279 [ 271 ] {715f28c3-2ad1-4c1a-9684-cdb24cc7abf4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2113 | 2024.12.20 21:13:28.252044 [ 271 ] {715f28c3-2ad1-4c1a-9684-cdb24cc7abf4} <Trace> oximeter.fields_string (a7c5bf06-55d5-47a3-8577-07a38c41e153): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2114 | 2024.12.20 21:13:28.252085 [ 271 ] {715f28c3-2ad1-4c1a-9684-cdb24cc7abf4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2115 | 2024.12.20 21:13:28.252516 [ 271 ] {715f28c3-2ad1-4c1a-9684-cdb24cc7abf4} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2116 | 2024.12.20 21:13:28.252769 [ 271 ] {715f28c3-2ad1-4c1a-9684-cdb24cc7abf4} <Trace> oximeter.fields_string (a7c5bf06-55d5-47a3-8577-07a38c41e153): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2117 | 2024.12.20 21:13:28.252912 [ 44 ] {} <Debug> oximeter.fields_string (a7c5bf06-55d5-47a3-8577-07a38c41e153) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2118 | 2024.12.20 21:13:28.252954 [ 44 ] {} <Trace> oximeter.fields_string (a7c5bf06-55d5-47a3-8577-07a38c41e153): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2119 | 2024.12.20 21:13:28.252965 [ 271 ] {715f28c3-2ad1-4c1a-9684-cdb24cc7abf4} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001806 sec., 31007.751937984496 rows/sec., 2.37 MiB/sec. | ||
| 2120 | 2024.12.20 21:13:28.252979 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2121 | 2024.12.20 21:13:28.253063 [ 271 ] {715f28c3-2ad1-4c1a-9684-cdb24cc7abf4} <Debug> TCPHandler: Processed in 0.002170172 sec. | ||
| 2122 | 2024.12.20 21:13:28.253356 [ 188 ] {a7c5bf06-55d5-47a3-8577-07a38c41e153::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 | ||
| 2123 | 2024.12.20 21:13:28.253471 [ 268 ] {} <Trace> TCP-Session: 32ce9d3e-b8ad-475f-aac7-ad7723c5f26e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2124 | 2024.12.20 21:13:28.253556 [ 188 ] {a7c5bf06-55d5-47a3-8577-07a38c41e153::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2125 | 2024.12.20 21:13:28.253610 [ 188 ] {a7c5bf06-55d5-47a3-8577-07a38c41e153::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 219 rows starting from the beginning of the part | ||
| 2126 | 2024.12.20 21:13:28.253768 [ 268 ] {5164d431-989f-45d4-8a69-c9c60a9e60a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56115) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2127 | 2024.12.20 21:13:28.253790 [ 188 ] {a7c5bf06-55d5-47a3-8577-07a38c41e153::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1359 rows starting from the beginning of the part | ||
| 2128 | 2024.12.20 21:13:28.253982 [ 268 ] {5164d431-989f-45d4-8a69-c9c60a9e60a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2129 | 2024.12.20 21:13:28.254126 [ 188 ] {a7c5bf06-55d5-47a3-8577-07a38c41e153::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 | ||
| 2130 | 2024.12.20 21:13:28.254640 [ 188 ] {a7c5bf06-55d5-47a3-8577-07a38c41e153::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 56 rows starting from the beginning of the part | ||
| 2131 | 2024.12.20 21:13:28.254864 [ 188 ] {a7c5bf06-55d5-47a3-8577-07a38c41e153::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 274 rows starting from the beginning of the part | ||
| 2132 | 2024.12.20 21:13:28.255225 [ 188 ] {a7c5bf06-55d5-47a3-8577-07a38c41e153::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 56 rows starting from the beginning of the part | ||
| 2133 | 2024.12.20 21:13:28.257098 [ 268 ] {5164d431-989f-45d4-8a69-c9c60a9e60a9} <Trace> oximeter.fields_uuid (56c9adb2-48e9-46d9-87b0-c6a967c48154): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2134 | 2024.12.20 21:13:28.257186 [ 268 ] {5164d431-989f-45d4-8a69-c9c60a9e60a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2135 | 2024.12.20 21:13:28.258021 [ 268 ] {5164d431-989f-45d4-8a69-c9c60a9e60a9} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2136 | 2024.12.20 21:13:28.258287 [ 192 ] {a7c5bf06-55d5-47a3-8577-07a38c41e153::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2020 rows, containing 5 columns (5 merged, 0 gathered) in 0.005233854 sec., 385948.86292204564 rows/sec., 33.75 MiB/sec. | ||
| 2137 | 2024.12.20 21:13:28.258528 [ 268 ] {5164d431-989f-45d4-8a69-c9c60a9e60a9} <Trace> oximeter.fields_uuid (56c9adb2-48e9-46d9-87b0-c6a967c48154): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2138 | 2024.12.20 21:13:28.258571 [ 192 ] {a7c5bf06-55d5-47a3-8577-07a38c41e153::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2139 | 2024.12.20 21:13:28.258798 [ 44 ] {} <Debug> oximeter.fields_uuid (56c9adb2-48e9-46d9-87b0-c6a967c48154) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2140 | 2024.12.20 21:13:28.258887 [ 44 ] {} <Trace> oximeter.fields_uuid (56c9adb2-48e9-46d9-87b0-c6a967c48154): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2141 | 2024.12.20 21:13:28.258948 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2142 | 2024.12.20 21:13:28.259141 [ 268 ] {5164d431-989f-45d4-8a69-c9c60a9e60a9} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005436 sec., 11773.36276674025 rows/sec., 940.99 KiB/sec. | ||
| 2143 | 2024.12.20 21:13:28.259285 [ 188 ] {56c9adb2-48e9-46d9-87b0-c6a967c48154::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 | ||
| 2144 | 2024.12.20 21:13:28.259357 [ 192 ] {a7c5bf06-55d5-47a3-8577-07a38c41e153::all_1_11_2} <Trace> oximeter.fields_string (a7c5bf06-55d5-47a3-8577-07a38c41e153): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2145 | 2024.12.20 21:13:28.259454 [ 268 ] {5164d431-989f-45d4-8a69-c9c60a9e60a9} <Debug> TCPHandler: Processed in 0.006212857 sec. | ||
| 2146 | 2024.12.20 21:13:28.259592 [ 192 ] {a7c5bf06-55d5-47a3-8577-07a38c41e153::all_1_11_2} <Trace> oximeter.fields_string (a7c5bf06-55d5-47a3-8577-07a38c41e153) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2147 | 2024.12.20 21:13:28.259706 [ 188 ] {56c9adb2-48e9-46d9-87b0-c6a967c48154::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2148 | 2024.12.20 21:13:28.259765 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2149 | 2024.12.20 21:13:28.259791 [ 188 ] {56c9adb2-48e9-46d9-87b0-c6a967c48154::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 390 rows starting from the beginning of the part | ||
| 2150 | 2024.12.20 21:13:28.259805 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.65 MiB. | ||
| 2151 | 2024.12.20 21:13:28.259941 [ 188 ] {56c9adb2-48e9-46d9-87b0-c6a967c48154::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 846 rows starting from the beginning of the part | ||
| 2152 | 2024.12.20 21:13:28.259995 [ 271 ] {eabbb417-a30c-4ceb-88fe-87f10904542f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2153 | 2024.12.20 21:13:28.260204 [ 271 ] {eabbb417-a30c-4ceb-88fe-87f10904542f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2154 | 2024.12.20 21:13:28.260209 [ 188 ] {56c9adb2-48e9-46d9-87b0-c6a967c48154::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 | ||
| 2155 | 2024.12.20 21:13:28.260603 [ 188 ] {56c9adb2-48e9-46d9-87b0-c6a967c48154::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 64 rows starting from the beginning of the part | ||
| 2156 | 2024.12.20 21:13:28.260985 [ 188 ] {56c9adb2-48e9-46d9-87b0-c6a967c48154::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 430 rows starting from the beginning of the part | ||
| 2157 | 2024.12.20 21:13:28.261282 [ 188 ] {56c9adb2-48e9-46d9-87b0-c6a967c48154::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 64 rows starting from the beginning of the part | ||
| 2158 | 2024.12.20 21:13:28.262349 [ 271 ] {eabbb417-a30c-4ceb-88fe-87f10904542f} <Trace> oximeter.measurements_cumulativeu64 (4b25041b-9433-4237-ab59-44afcaba2ba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2159 | 2024.12.20 21:13:28.262395 [ 271 ] {eabbb417-a30c-4ceb-88fe-87f10904542f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2160 | 2024.12.20 21:13:28.262933 [ 271 ] {eabbb417-a30c-4ceb-88fe-87f10904542f} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2161 | 2024.12.20 21:13:28.263128 [ 192 ] {56c9adb2-48e9-46d9-87b0-c6a967c48154::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1858 rows, containing 5 columns (5 merged, 0 gathered) in 0.004084646 sec., 454874.18003910256 rows/sec., 34.69 MiB/sec. | ||
| 2162 | 2024.12.20 21:13:28.263275 [ 271 ] {eabbb417-a30c-4ceb-88fe-87f10904542f} <Trace> oximeter.measurements_cumulativeu64 (4b25041b-9433-4237-ab59-44afcaba2ba7): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2163 | 2024.12.20 21:13:28.263286 [ 192 ] {56c9adb2-48e9-46d9-87b0-c6a967c48154::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2164 | 2024.12.20 21:13:28.263461 [ 44 ] {} <Debug> oximeter.measurements_cumulativeu64 (4b25041b-9433-4237-ab59-44afcaba2ba7) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2165 | 2024.12.20 21:13:28.263531 [ 44 ] {} <Trace> oximeter.measurements_cumulativeu64 (4b25041b-9433-4237-ab59-44afcaba2ba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2166 | 2024.12.20 21:13:28.263561 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2167 | 2024.12.20 21:13:28.263578 [ 271 ] {eabbb417-a30c-4ceb-88fe-87f10904542f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.003655 sec., 43775.64979480164 rows/sec., 3.05 MiB/sec. | ||
| 2168 | 2024.12.20 21:13:28.263818 [ 192 ] {56c9adb2-48e9-46d9-87b0-c6a967c48154::all_1_11_2} <Trace> oximeter.fields_uuid (56c9adb2-48e9-46d9-87b0-c6a967c48154): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2169 | 2024.12.20 21:13:28.263832 [ 271 ] {eabbb417-a30c-4ceb-88fe-87f10904542f} <Debug> TCPHandler: Processed in 0.00421773 sec. | ||
| 2170 | 2024.12.20 21:13:28.263849 [ 188 ] {4b25041b-9433-4237-ab59-44afcaba2ba7::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 | ||
| 2171 | 2024.12.20 21:13:28.264012 [ 192 ] {56c9adb2-48e9-46d9-87b0-c6a967c48154::all_1_11_2} <Trace> oximeter.fields_uuid (56c9adb2-48e9-46d9-87b0-c6a967c48154) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2172 | 2024.12.20 21:13:28.264137 [ 268 ] {} <Trace> TCP-Session: 32ce9d3e-b8ad-475f-aac7-ad7723c5f26e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2173 | 2024.12.20 21:13:28.264176 [ 188 ] {4b25041b-9433-4237-ab59-44afcaba2ba7::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2174 | 2024.12.20 21:13:28.264194 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 2175 | 2024.12.20 21:13:28.264233 [ 188 ] {4b25041b-9433-4237-ab59-44afcaba2ba7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 1082 rows starting from the beginning of the part | ||
| 2176 | 2024.12.20 21:13:28.264438 [ 268 ] {e9145bf1-8510-46c0-b59b-01b4f0109183} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56115) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2177 | 2024.12.20 21:13:28.264518 [ 188 ] {4b25041b-9433-4237-ab59-44afcaba2ba7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2299 rows starting from the beginning of the part | ||
| 2178 | 2024.12.20 21:13:28.264601 [ 268 ] {e9145bf1-8510-46c0-b59b-01b4f0109183} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2179 | 2024.12.20 21:13:28.264979 [ 188 ] {4b25041b-9433-4237-ab59-44afcaba2ba7::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 | ||
| 2180 | 2024.12.20 21:13:28.265316 [ 188 ] {4b25041b-9433-4237-ab59-44afcaba2ba7::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 | ||
| 2181 | 2024.12.20 21:13:28.265745 [ 188 ] {4b25041b-9433-4237-ab59-44afcaba2ba7::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 237 rows starting from the beginning of the part | ||
| 2182 | 2024.12.20 21:13:28.265979 [ 188 ] {4b25041b-9433-4237-ab59-44afcaba2ba7::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 | ||
| 2183 | 2024.12.20 21:13:28.266902 [ 268 ] {e9145bf1-8510-46c0-b59b-01b4f0109183} <Trace> oximeter.measurements_u64 (18143310-3b17-415e-b30b-72754bf09621): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2184 | 2024.12.20 21:13:28.266971 [ 268 ] {e9145bf1-8510-46c0-b59b-01b4f0109183} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2185 | 2024.12.20 21:13:28.267911 [ 268 ] {e9145bf1-8510-46c0-b59b-01b4f0109183} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2186 | 2024.12.20 21:13:28.268372 [ 268 ] {e9145bf1-8510-46c0-b59b-01b4f0109183} <Trace> oximeter.measurements_u64 (18143310-3b17-415e-b30b-72754bf09621): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2187 | 2024.12.20 21:13:28.268571 [ 44 ] {} <Debug> oximeter.measurements_u64 (18143310-3b17-415e-b30b-72754bf09621) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2188 | 2024.12.20 21:13:28.268674 [ 44 ] {} <Trace> oximeter.measurements_u64 (18143310-3b17-415e-b30b-72754bf09621): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2189 | 2024.12.20 21:13:28.268751 [ 44 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2190 | 2024.12.20 21:13:28.268860 [ 268 ] {e9145bf1-8510-46c0-b59b-01b4f0109183} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00453 sec., 13245.033112582782 rows/sec., 914.05 KiB/sec. | ||
| 2191 | 2024.12.20 21:13:28.269171 [ 268 ] {e9145bf1-8510-46c0-b59b-01b4f0109183} <Debug> TCPHandler: Processed in 0.005205493 sec. | ||
| 2192 | 2024.12.20 21:13:28.269260 [ 191 ] {18143310-3b17-415e-b30b-72754bf09621::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 | ||
| 2193 | 2024.12.20 21:13:28.269514 [ 191 ] {18143310-3b17-415e-b30b-72754bf09621::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2194 | 2024.12.20 21:13:28.269559 [ 191 ] {18143310-3b17-415e-b30b-72754bf09621::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 392 rows starting from the beginning of the part | ||
| 2195 | 2024.12.20 21:13:28.269883 [ 191 ] {18143310-3b17-415e-b30b-72754bf09621::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 34 rows starting from the beginning of the part | ||
| 2196 | 2024.12.20 21:13:28.270114 [ 192 ] {4b25041b-9433-4237-ab59-44afcaba2ba7::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4066 rows, containing 5 columns (5 merged, 0 gathered) in 0.006464414 sec., 628981.9927993474 rows/sec., 42.44 MiB/sec. | ||
| 2197 | 2024.12.20 21:13:28.270241 [ 191 ] {18143310-3b17-415e-b30b-72754bf09621::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 | ||
| 2198 | 2024.12.20 21:13:28.270435 [ 191 ] {18143310-3b17-415e-b30b-72754bf09621::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 | ||
| 2199 | 2024.12.20 21:13:28.270594 [ 192 ] {4b25041b-9433-4237-ab59-44afcaba2ba7::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2200 | 2024.12.20 21:13:28.270729 [ 191 ] {18143310-3b17-415e-b30b-72754bf09621::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 82 rows starting from the beginning of the part | ||
| 2201 | 2024.12.20 21:13:28.271037 [ 191 ] {18143310-3b17-415e-b30b-72754bf09621::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 | ||
| 2202 | 2024.12.20 21:13:28.271632 [ 192 ] {4b25041b-9433-4237-ab59-44afcaba2ba7::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (4b25041b-9433-4237-ab59-44afcaba2ba7): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2203 | 2024.12.20 21:13:28.271783 [ 192 ] {4b25041b-9433-4237-ab59-44afcaba2ba7::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (4b25041b-9433-4237-ab59-44afcaba2ba7) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2204 | 2024.12.20 21:13:28.271927 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.02 MiB. | ||
| 2205 | 2024.12.20 21:13:28.272697 [ 191 ] {18143310-3b17-415e-b30b-72754bf09621::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 676 rows, containing 4 columns (4 merged, 0 gathered) in 0.003814677 sec., 177210.2854317679 rows/sec., 11.61 MiB/sec. | ||
| 2206 | 2024.12.20 21:13:28.272887 [ 200 ] {18143310-3b17-415e-b30b-72754bf09621::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2207 | 2024.12.20 21:13:28.273214 [ 200 ] {18143310-3b17-415e-b30b-72754bf09621::all_1_11_2} <Trace> oximeter.measurements_u64 (18143310-3b17-415e-b30b-72754bf09621): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2208 | 2024.12.20 21:13:28.273294 [ 200 ] {18143310-3b17-415e-b30b-72754bf09621::all_1_11_2} <Trace> oximeter.measurements_u64 (18143310-3b17-415e-b30b-72754bf09621) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2209 | 2024.12.20 21:13:28.273374 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 2210 | 2024.12.20 21:13:29.661814 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 4148 | ||
| 2211 | 2024.12.20 21:13:29.662448 [ 244 ] {} <Trace> system.asynchronous_metric_log (7374c277-4ec6-4bc6-a92a-be2a3111abf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2212 | 2024.12.20 21:13:29.662490 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2213 | 2024.12.20 21:13:29.662998 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2214 | 2024.12.20 21:13:29.663243 [ 244 ] {} <Trace> system.asynchronous_metric_log (7374c277-4ec6-4bc6-a92a-be2a3111abf4): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2215 | 2024.12.20 21:13:29.663521 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4148 | ||
| 2216 | 2024.12.20 21:13:29.898152 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68 | ||
| 2217 | 2024.12.20 21:13:29.917022 [ 243 ] {} <Trace> system.metric_log (76748c68-b196-4e56-a74b-50a33795b533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2218 | 2024.12.20 21:13:29.917076 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2219 | 2024.12.20 21:13:29.924282 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2220 | 2024.12.20 21:13:29.925050 [ 243 ] {} <Trace> system.metric_log (76748c68-b196-4e56-a74b-50a33795b533): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2221 | 2024.12.20 21:13:29.927660 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 68 | ||
| 2222 | 2024.12.20 21:13:32.165656 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 42 entries to flush up to offset 326 | ||
| 2223 | 2024.12.20 21:13:32.168900 [ 242 ] {} <Trace> system.query_log (baa8d9f2-52e3-4f4e-aa10-ca7b91d14406): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2224 | 2024.12.20 21:13:32.168949 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2225 | 2024.12.20 21:13:32.170457 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2226 | 2024.12.20 21:13:32.170759 [ 242 ] {} <Trace> system.query_log (baa8d9f2-52e3-4f4e-aa10-ca7b91d14406): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2227 | 2024.12.20 21:13:32.171001 [ 37 ] {} <Debug> system.query_log (baa8d9f2-52e3-4f4e-aa10-ca7b91d14406) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2228 | 2024.12.20 21:13:32.171134 [ 37 ] {} <Trace> system.query_log (baa8d9f2-52e3-4f4e-aa10-ca7b91d14406): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2229 | 2024.12.20 21:13:32.171235 [ 37 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2230 | 2024.12.20 21:13:32.171844 [ 192 ] {baa8d9f2-52e3-4f4e-aa10-ca7b91d14406::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 | ||
| 2231 | 2024.12.20 21:13:32.172321 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 326 | ||
| 2232 | 2024.12.20 21:13:32.172867 [ 192 ] {baa8d9f2-52e3-4f4e-aa10-ca7b91d14406::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2233 | 2024.12.20 21:13:32.173062 [ 192 ] {baa8d9f2-52e3-4f4e-aa10-ca7b91d14406::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 | ||
| 2234 | 2024.12.20 21:13:32.173751 [ 192 ] {baa8d9f2-52e3-4f4e-aa10-ca7b91d14406::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 | ||
| 2235 | 2024.12.20 21:13:32.174358 [ 192 ] {baa8d9f2-52e3-4f4e-aa10-ca7b91d14406::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 58 rows starting from the beginning of the part | ||
| 2236 | 2024.12.20 21:13:32.174957 [ 192 ] {baa8d9f2-52e3-4f4e-aa10-ca7b91d14406::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 66 rows starting from the beginning of the part | ||
| 2237 | 2024.12.20 21:13:32.175573 [ 192 ] {baa8d9f2-52e3-4f4e-aa10-ca7b91d14406::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 16 rows starting from the beginning of the part | ||
| 2238 | 2024.12.20 21:13:32.176169 [ 192 ] {baa8d9f2-52e3-4f4e-aa10-ca7b91d14406::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 42 rows starting from the beginning of the part | ||
| 2239 | 2024.12.20 21:13:32.184330 [ 191 ] {baa8d9f2-52e3-4f4e-aa10-ca7b91d14406::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 326 rows, containing 72 columns (72 merged, 0 gathered) in 0.012893268 sec., 25284.512817076324 rows/sec., 25.66 MiB/sec. | ||
| 2240 | 2024.12.20 21:13:32.185559 [ 198 ] {baa8d9f2-52e3-4f4e-aa10-ca7b91d14406::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2241 | 2024.12.20 21:13:32.186320 [ 198 ] {baa8d9f2-52e3-4f4e-aa10-ca7b91d14406::all_1_6_1} <Trace> system.query_log (baa8d9f2-52e3-4f4e-aa10-ca7b91d14406): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2242 | 2024.12.20 21:13:32.186398 [ 198 ] {baa8d9f2-52e3-4f4e-aa10-ca7b91d14406::all_1_6_1} <Trace> system.query_log (baa8d9f2-52e3-4f4e-aa10-ca7b91d14406) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2243 | 2024.12.20 21:13:32.186699 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.69 MiB. | ||
| 2244 | 2024.12.20 21:13:33.257329 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2245 | 2024.12.20 21:13:33.257551 [ 271 ] {1e1d785a-4328-437a-97c9-72c660d1bda8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2246 | 2024.12.20 21:13:33.257629 [ 271 ] {1e1d785a-4328-437a-97c9-72c660d1bda8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2247 | 2024.12.20 21:13:33.258349 [ 271 ] {1e1d785a-4328-437a-97c9-72c660d1bda8} <Trace> oximeter.fields_i16 (e8dd8f29-dacb-43c4-8630-4a7e9eaac6df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2248 | 2024.12.20 21:13:33.258396 [ 271 ] {1e1d785a-4328-437a-97c9-72c660d1bda8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2249 | 2024.12.20 21:13:33.258828 [ 271 ] {1e1d785a-4328-437a-97c9-72c660d1bda8} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2250 | 2024.12.20 21:13:33.259094 [ 271 ] {1e1d785a-4328-437a-97c9-72c660d1bda8} <Trace> oximeter.fields_i16 (e8dd8f29-dacb-43c4-8630-4a7e9eaac6df): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2251 | 2024.12.20 21:13:33.259242 [ 36 ] {} <Debug> oximeter.fields_i16 (e8dd8f29-dacb-43c4-8630-4a7e9eaac6df) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2252 | 2024.12.20 21:13:33.259291 [ 36 ] {} <Trace> oximeter.fields_i16 (e8dd8f29-dacb-43c4-8630-4a7e9eaac6df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2253 | 2024.12.20 21:13:33.259296 [ 271 ] {1e1d785a-4328-437a-97c9-72c660d1bda8} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001805 sec., 7756.232686980609 rows/sec., 558.34 KiB/sec. | ||
| 2254 | 2024.12.20 21:13:33.259319 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2255 | 2024.12.20 21:13:33.259406 [ 271 ] {1e1d785a-4328-437a-97c9-72c660d1bda8} <Debug> TCPHandler: Processed in 0.002206983 sec. | ||
| 2256 | 2024.12.20 21:13:33.259712 [ 191 ] {e8dd8f29-dacb-43c4-8630-4a7e9eaac6df::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 | ||
| 2257 | 2024.12.20 21:13:33.259776 [ 268 ] {} <Trace> TCP-Session: 32ce9d3e-b8ad-475f-aac7-ad7723c5f26e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2258 | 2024.12.20 21:13:33.259929 [ 191 ] {e8dd8f29-dacb-43c4-8630-4a7e9eaac6df::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2259 | 2024.12.20 21:13:33.260007 [ 191 ] {e8dd8f29-dacb-43c4-8630-4a7e9eaac6df::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 | ||
| 2260 | 2024.12.20 21:13:33.260112 [ 268 ] {bb357996-72f6-4379-a5f3-7e897e77e56c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56115) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2261 | 2024.12.20 21:13:33.260236 [ 191 ] {e8dd8f29-dacb-43c4-8630-4a7e9eaac6df::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 | ||
| 2262 | 2024.12.20 21:13:33.260320 [ 268 ] {bb357996-72f6-4379-a5f3-7e897e77e56c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2263 | 2024.12.20 21:13:33.260534 [ 191 ] {e8dd8f29-dacb-43c4-8630-4a7e9eaac6df::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 | ||
| 2264 | 2024.12.20 21:13:33.260928 [ 191 ] {e8dd8f29-dacb-43c4-8630-4a7e9eaac6df::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 | ||
| 2265 | 2024.12.20 21:13:33.261272 [ 191 ] {e8dd8f29-dacb-43c4-8630-4a7e9eaac6df::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 | ||
| 2266 | 2024.12.20 21:13:33.263360 [ 268 ] {bb357996-72f6-4379-a5f3-7e897e77e56c} <Trace> oximeter.fields_string (a7c5bf06-55d5-47a3-8577-07a38c41e153): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2267 | 2024.12.20 21:13:33.263446 [ 268 ] {bb357996-72f6-4379-a5f3-7e897e77e56c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2268 | 2024.12.20 21:13:33.263771 [ 191 ] {e8dd8f29-dacb-43c4-8630-4a7e9eaac6df::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004344654 sec., 16111.754814077254 rows/sec., 1.19 MiB/sec. | ||
| 2269 | 2024.12.20 21:13:33.263966 [ 191 ] {e8dd8f29-dacb-43c4-8630-4a7e9eaac6df::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2270 | 2024.12.20 21:13:33.264423 [ 268 ] {bb357996-72f6-4379-a5f3-7e897e77e56c} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2271 | 2024.12.20 21:13:33.264517 [ 191 ] {e8dd8f29-dacb-43c4-8630-4a7e9eaac6df::all_1_5_1} <Trace> oximeter.fields_i16 (e8dd8f29-dacb-43c4-8630-4a7e9eaac6df): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2272 | 2024.12.20 21:13:33.264671 [ 191 ] {e8dd8f29-dacb-43c4-8630-4a7e9eaac6df::all_1_5_1} <Trace> oximeter.fields_i16 (e8dd8f29-dacb-43c4-8630-4a7e9eaac6df) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2273 | 2024.12.20 21:13:33.264819 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 2274 | 2024.12.20 21:13:33.264904 [ 268 ] {bb357996-72f6-4379-a5f3-7e897e77e56c} <Trace> oximeter.fields_string (a7c5bf06-55d5-47a3-8577-07a38c41e153): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2275 | 2024.12.20 21:13:33.265172 [ 268 ] {bb357996-72f6-4379-a5f3-7e897e77e56c} <Debug> executeQuery: Read 273 rows, 24.60 KiB in 0.005176 sec., 52743.431221020095 rows/sec., 4.64 MiB/sec. | ||
| 2276 | 2024.12.20 21:13:33.265241 [ 268 ] {bb357996-72f6-4379-a5f3-7e897e77e56c} <Debug> TCPHandler: Processed in 0.005696909 sec. | ||
| 2277 | 2024.12.20 21:13:33.265442 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2278 | 2024.12.20 21:13:33.265582 [ 271 ] {a878252b-ee5c-4d02-9731-72240e33b575} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2279 | 2024.12.20 21:13:33.265638 [ 271 ] {a878252b-ee5c-4d02-9731-72240e33b575} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2280 | 2024.12.20 21:13:33.266251 [ 271 ] {a878252b-ee5c-4d02-9731-72240e33b575} <Trace> oximeter.fields_u16 (f5c5f422-b38a-45cf-a007-008934086980): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2281 | 2024.12.20 21:13:33.266290 [ 271 ] {a878252b-ee5c-4d02-9731-72240e33b575} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2282 | 2024.12.20 21:13:33.266651 [ 271 ] {a878252b-ee5c-4d02-9731-72240e33b575} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2283 | 2024.12.20 21:13:33.266895 [ 271 ] {a878252b-ee5c-4d02-9731-72240e33b575} <Trace> oximeter.fields_u16 (f5c5f422-b38a-45cf-a007-008934086980): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2284 | 2024.12.20 21:13:33.267113 [ 271 ] {a878252b-ee5c-4d02-9731-72240e33b575} <Debug> executeQuery: Read 42 rows, 3.09 KiB in 0.001557 sec., 26974.95183044316 rows/sec., 1.94 MiB/sec. | ||
| 2285 | 2024.12.20 21:13:33.267263 [ 271 ] {a878252b-ee5c-4d02-9731-72240e33b575} <Debug> TCPHandler: Processed in 0.001889353 sec. | ||
| 2286 | 2024.12.20 21:13:33.267416 [ 268 ] {} <Trace> TCP-Session: 32ce9d3e-b8ad-475f-aac7-ad7723c5f26e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2287 | 2024.12.20 21:13:33.267535 [ 268 ] {6693135c-bc03-409c-9c90-72ea4083560b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56115) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2288 | 2024.12.20 21:13:33.267585 [ 268 ] {6693135c-bc03-409c-9c90-72ea4083560b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2289 | 2024.12.20 21:13:33.268275 [ 268 ] {6693135c-bc03-409c-9c90-72ea4083560b} <Trace> oximeter.fields_u32 (44e160d5-ebb5-4558-9722-9802c9a6e790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2290 | 2024.12.20 21:13:33.268324 [ 268 ] {6693135c-bc03-409c-9c90-72ea4083560b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2291 | 2024.12.20 21:13:33.268731 [ 268 ] {6693135c-bc03-409c-9c90-72ea4083560b} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2292 | 2024.12.20 21:13:33.268981 [ 268 ] {6693135c-bc03-409c-9c90-72ea4083560b} <Trace> oximeter.fields_u32 (44e160d5-ebb5-4558-9722-9802c9a6e790): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2293 | 2024.12.20 21:13:33.269292 [ 268 ] {6693135c-bc03-409c-9c90-72ea4083560b} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001754 sec., 7981.75598631699 rows/sec., 558.99 KiB/sec. | ||
| 2294 | 2024.12.20 21:13:33.269376 [ 268 ] {6693135c-bc03-409c-9c90-72ea4083560b} <Debug> TCPHandler: Processed in 0.002015417 sec. | ||
| 2295 | 2024.12.20 21:13:33.269532 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2296 | 2024.12.20 21:13:33.269676 [ 271 ] {1481beb8-4b87-4728-bb23-7fcca2fd8bcf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2297 | 2024.12.20 21:13:33.269739 [ 271 ] {1481beb8-4b87-4728-bb23-7fcca2fd8bcf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2298 | 2024.12.20 21:13:33.270426 [ 271 ] {1481beb8-4b87-4728-bb23-7fcca2fd8bcf} <Trace> oximeter.fields_u8 (c8d30ddd-c805-419d-8cc9-be9ef3e3339c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2299 | 2024.12.20 21:13:33.270473 [ 271 ] {1481beb8-4b87-4728-bb23-7fcca2fd8bcf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2300 | 2024.12.20 21:13:33.270868 [ 271 ] {1481beb8-4b87-4728-bb23-7fcca2fd8bcf} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2301 | 2024.12.20 21:13:33.271107 [ 271 ] {1481beb8-4b87-4728-bb23-7fcca2fd8bcf} <Trace> oximeter.fields_u8 (c8d30ddd-c805-419d-8cc9-be9ef3e3339c): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2302 | 2024.12.20 21:13:33.271292 [ 34 ] {} <Debug> oximeter.fields_u8 (c8d30ddd-c805-419d-8cc9-be9ef3e3339c) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2303 | 2024.12.20 21:13:33.271350 [ 271 ] {1481beb8-4b87-4728-bb23-7fcca2fd8bcf} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001695 sec., 7669.616519174042 rows/sec., 478.20 KiB/sec. | ||
| 2304 | 2024.12.20 21:13:33.271358 [ 34 ] {} <Trace> oximeter.fields_u8 (c8d30ddd-c805-419d-8cc9-be9ef3e3339c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2305 | 2024.12.20 21:13:33.271439 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2306 | 2024.12.20 21:13:33.271491 [ 271 ] {1481beb8-4b87-4728-bb23-7fcca2fd8bcf} <Debug> TCPHandler: Processed in 0.002014187 sec. | ||
| 2307 | 2024.12.20 21:13:33.271664 [ 198 ] {c8d30ddd-c805-419d-8cc9-be9ef3e3339c::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 | ||
| 2308 | 2024.12.20 21:13:33.271701 [ 268 ] {} <Trace> TCP-Session: 32ce9d3e-b8ad-475f-aac7-ad7723c5f26e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2309 | 2024.12.20 21:13:33.271807 [ 198 ] {c8d30ddd-c805-419d-8cc9-be9ef3e3339c::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2310 | 2024.12.20 21:13:33.271844 [ 268 ] {66825477-3f25-427b-a82d-4156a6204767} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56115) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2311 | 2024.12.20 21:13:33.271847 [ 198 ] {c8d30ddd-c805-419d-8cc9-be9ef3e3339c::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 | ||
| 2312 | 2024.12.20 21:13:33.271896 [ 268 ] {66825477-3f25-427b-a82d-4156a6204767} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2313 | 2024.12.20 21:13:33.272130 [ 198 ] {c8d30ddd-c805-419d-8cc9-be9ef3e3339c::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 | ||
| 2314 | 2024.12.20 21:13:33.272493 [ 198 ] {c8d30ddd-c805-419d-8cc9-be9ef3e3339c::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 | ||
| 2315 | 2024.12.20 21:13:33.272951 [ 198 ] {c8d30ddd-c805-419d-8cc9-be9ef3e3339c::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 | ||
| 2316 | 2024.12.20 21:13:33.273248 [ 198 ] {c8d30ddd-c805-419d-8cc9-be9ef3e3339c::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 | ||
| 2317 | 2024.12.20 21:13:33.274476 [ 268 ] {66825477-3f25-427b-a82d-4156a6204767} <Trace> oximeter.fields_uuid (56c9adb2-48e9-46d9-87b0-c6a967c48154): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2318 | 2024.12.20 21:13:33.274521 [ 268 ] {66825477-3f25-427b-a82d-4156a6204767} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2319 | 2024.12.20 21:13:33.274919 [ 198 ] {c8d30ddd-c805-419d-8cc9-be9ef3e3339c::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.003386003 sec., 19196.675253979396 rows/sec., 1.24 MiB/sec. | ||
| 2320 | 2024.12.20 21:13:33.275049 [ 198 ] {c8d30ddd-c805-419d-8cc9-be9ef3e3339c::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2321 | 2024.12.20 21:13:33.275113 [ 268 ] {66825477-3f25-427b-a82d-4156a6204767} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2322 | 2024.12.20 21:13:33.275348 [ 198 ] {c8d30ddd-c805-419d-8cc9-be9ef3e3339c::all_1_5_1} <Trace> oximeter.fields_u8 (c8d30ddd-c805-419d-8cc9-be9ef3e3339c): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2323 | 2024.12.20 21:13:33.275398 [ 268 ] {66825477-3f25-427b-a82d-4156a6204767} <Trace> oximeter.fields_uuid (56c9adb2-48e9-46d9-87b0-c6a967c48154): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2324 | 2024.12.20 21:13:33.275470 [ 198 ] {c8d30ddd-c805-419d-8cc9-be9ef3e3339c::all_1_5_1} <Trace> oximeter.fields_u8 (c8d30ddd-c805-419d-8cc9-be9ef3e3339c) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2325 | 2024.12.20 21:13:33.275628 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 2326 | 2024.12.20 21:13:33.275811 [ 268 ] {66825477-3f25-427b-a82d-4156a6204767} <Debug> executeQuery: Read 417 rows, 30.48 KiB in 0.003981 sec., 104747.55086661642 rows/sec., 7.48 MiB/sec. | ||
| 2327 | 2024.12.20 21:13:33.275972 [ 268 ] {66825477-3f25-427b-a82d-4156a6204767} <Debug> TCPHandler: Processed in 0.004363684 sec. | ||
| 2328 | 2024.12.20 21:13:33.276158 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2329 | 2024.12.20 21:13:33.276277 [ 271 ] {d4824cc8-29bc-49ad-b631-5a9ce5428675} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2330 | 2024.12.20 21:13:33.276328 [ 271 ] {d4824cc8-29bc-49ad-b631-5a9ce5428675} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2331 | 2024.12.20 21:13:33.276849 [ 271 ] {d4824cc8-29bc-49ad-b631-5a9ce5428675} <Trace> oximeter.measurements_bool (11c94d34-dd1c-42cf-9f5b-a62aea0c2735): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2332 | 2024.12.20 21:13:33.276887 [ 271 ] {d4824cc8-29bc-49ad-b631-5a9ce5428675} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2333 | 2024.12.20 21:13:33.277259 [ 271 ] {d4824cc8-29bc-49ad-b631-5a9ce5428675} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2334 | 2024.12.20 21:13:33.277497 [ 271 ] {d4824cc8-29bc-49ad-b631-5a9ce5428675} <Trace> oximeter.measurements_bool (11c94d34-dd1c-42cf-9f5b-a62aea0c2735): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2335 | 2024.12.20 21:13:33.277655 [ 34 ] {} <Debug> oximeter.measurements_bool (11c94d34-dd1c-42cf-9f5b-a62aea0c2735) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2336 | 2024.12.20 21:13:33.277724 [ 34 ] {} <Trace> oximeter.measurements_bool (11c94d34-dd1c-42cf-9f5b-a62aea0c2735): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2337 | 2024.12.20 21:13:33.277754 [ 271 ] {d4824cc8-29bc-49ad-b631-5a9ce5428675} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001492 sec., 4021.4477211796243 rows/sec., 210.10 KiB/sec. | ||
| 2338 | 2024.12.20 21:13:33.277769 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2339 | 2024.12.20 21:13:33.277890 [ 271 ] {d4824cc8-29bc-49ad-b631-5a9ce5428675} <Debug> TCPHandler: Processed in 0.00180501 sec. | ||
| 2340 | 2024.12.20 21:13:33.278123 [ 194 ] {11c94d34-dd1c-42cf-9f5b-a62aea0c2735::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 | ||
| 2341 | 2024.12.20 21:13:33.278132 [ 268 ] {} <Trace> TCP-Session: 32ce9d3e-b8ad-475f-aac7-ad7723c5f26e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2342 | 2024.12.20 21:13:33.278435 [ 194 ] {11c94d34-dd1c-42cf-9f5b-a62aea0c2735::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2343 | 2024.12.20 21:13:33.278446 [ 268 ] {1bad1984-3fbd-4f5f-b9e4-31c5ea127980} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56115) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2344 | 2024.12.20 21:13:33.278520 [ 194 ] {11c94d34-dd1c-42cf-9f5b-a62aea0c2735::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 6 rows starting from the beginning of the part | ||
| 2345 | 2024.12.20 21:13:33.278559 [ 268 ] {1bad1984-3fbd-4f5f-b9e4-31c5ea127980} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2346 | 2024.12.20 21:13:33.278842 [ 194 ] {11c94d34-dd1c-42cf-9f5b-a62aea0c2735::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 | ||
| 2347 | 2024.12.20 21:13:33.279172 [ 194 ] {11c94d34-dd1c-42cf-9f5b-a62aea0c2735::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 6 rows starting from the beginning of the part | ||
| 2348 | 2024.12.20 21:13:33.279588 [ 194 ] {11c94d34-dd1c-42cf-9f5b-a62aea0c2735::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 6 rows starting from the beginning of the part | ||
| 2349 | 2024.12.20 21:13:33.279942 [ 194 ] {11c94d34-dd1c-42cf-9f5b-a62aea0c2735::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 6 rows starting from the beginning of the part | ||
| 2350 | 2024.12.20 21:13:33.280903 [ 268 ] {1bad1984-3fbd-4f5f-b9e4-31c5ea127980} <Trace> oximeter.measurements_cumulativeu64 (4b25041b-9433-4237-ab59-44afcaba2ba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2351 | 2024.12.20 21:13:33.280979 [ 268 ] {1bad1984-3fbd-4f5f-b9e4-31c5ea127980} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2352 | 2024.12.20 21:13:33.282167 [ 268 ] {1bad1984-3fbd-4f5f-b9e4-31c5ea127980} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2353 | 2024.12.20 21:13:33.282271 [ 194 ] {11c94d34-dd1c-42cf-9f5b-a62aea0c2735::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 30 rows, containing 4 columns (4 merged, 0 gathered) in 0.004342275 sec., 6908.8208370036455 rows/sec., 360.96 KiB/sec. | ||
| 2354 | 2024.12.20 21:13:33.282466 [ 193 ] {11c94d34-dd1c-42cf-9f5b-a62aea0c2735::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2355 | 2024.12.20 21:13:33.282546 [ 268 ] {1bad1984-3fbd-4f5f-b9e4-31c5ea127980} <Trace> oximeter.measurements_cumulativeu64 (4b25041b-9433-4237-ab59-44afcaba2ba7): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2356 | 2024.12.20 21:13:33.282780 [ 268 ] {1bad1984-3fbd-4f5f-b9e4-31c5ea127980} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.004445 sec., 53318.335208098986 rows/sec., 3.57 MiB/sec. | ||
| 2357 | 2024.12.20 21:13:33.282882 [ 268 ] {1bad1984-3fbd-4f5f-b9e4-31c5ea127980} <Debug> TCPHandler: Processed in 0.004873232 sec. | ||
| 2358 | 2024.12.20 21:13:33.282889 [ 193 ] {11c94d34-dd1c-42cf-9f5b-a62aea0c2735::all_1_5_1} <Trace> oximeter.measurements_bool (11c94d34-dd1c-42cf-9f5b-a62aea0c2735): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2359 | 2024.12.20 21:13:33.282994 [ 193 ] {11c94d34-dd1c-42cf-9f5b-a62aea0c2735::all_1_5_1} <Trace> oximeter.measurements_bool (11c94d34-dd1c-42cf-9f5b-a62aea0c2735) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2360 | 2024.12.20 21:13:33.283063 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2361 | 2024.12.20 21:13:33.283113 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 2362 | 2024.12.20 21:13:33.283211 [ 271 ] {55186080-cc95-4597-af95-b68253318704} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2363 | 2024.12.20 21:13:33.283269 [ 271 ] {55186080-cc95-4597-af95-b68253318704} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2364 | 2024.12.20 21:13:33.283742 [ 271 ] {55186080-cc95-4597-af95-b68253318704} <Trace> oximeter.measurements_f64 (91051acd-5a5c-4cbe-bf7a-a2cd5e3daeba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2365 | 2024.12.20 21:13:33.283783 [ 271 ] {55186080-cc95-4597-af95-b68253318704} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2366 | 2024.12.20 21:13:33.284142 [ 271 ] {55186080-cc95-4597-af95-b68253318704} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2367 | 2024.12.20 21:13:33.284390 [ 271 ] {55186080-cc95-4597-af95-b68253318704} <Trace> oximeter.measurements_f64 (91051acd-5a5c-4cbe-bf7a-a2cd5e3daeba): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2368 | 2024.12.20 21:13:33.284608 [ 271 ] {55186080-cc95-4597-af95-b68253318704} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00142 sec., 704.2253521126761 rows/sec., 47.45 KiB/sec. | ||
| 2369 | 2024.12.20 21:13:33.284658 [ 271 ] {55186080-cc95-4597-af95-b68253318704} <Debug> TCPHandler: Processed in 0.001677896 sec. | ||
| 2370 | 2024.12.20 21:13:33.284827 [ 268 ] {} <Trace> TCP-Session: 32ce9d3e-b8ad-475f-aac7-ad7723c5f26e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2371 | 2024.12.20 21:13:33.284968 [ 268 ] {4f4e584e-9873-4662-969e-257a6773c843} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56115) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2372 | 2024.12.20 21:13:33.285063 [ 268 ] {4f4e584e-9873-4662-969e-257a6773c843} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2373 | 2024.12.20 21:13:33.286384 [ 268 ] {4f4e584e-9873-4662-969e-257a6773c843} <Trace> oximeter.measurements_histogramu64 (84834c4b-a921-406e-bab6-7c9ded2f611a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2374 | 2024.12.20 21:13:33.286423 [ 268 ] {4f4e584e-9873-4662-969e-257a6773c843} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2375 | 2024.12.20 21:13:33.287199 [ 268 ] {4f4e584e-9873-4662-969e-257a6773c843} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2376 | 2024.12.20 21:13:33.287545 [ 268 ] {4f4e584e-9873-4662-969e-257a6773c843} <Trace> oximeter.measurements_histogramu64 (84834c4b-a921-406e-bab6-7c9ded2f611a): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2377 | 2024.12.20 21:13:33.287758 [ 268 ] {4f4e584e-9873-4662-969e-257a6773c843} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.002821 sec., 12406.947890818858 rows/sec., 22.23 MiB/sec. | ||
| 2378 | 2024.12.20 21:13:33.287881 [ 268 ] {4f4e584e-9873-4662-969e-257a6773c843} <Debug> TCPHandler: Processed in 0.003127804 sec. | ||
| 2379 | 2024.12.20 21:13:33.288029 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2380 | 2024.12.20 21:13:33.288147 [ 271 ] {05be319d-86ea-4b2a-ab63-ee1b3bfec09f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2381 | 2024.12.20 21:13:33.288197 [ 271 ] {05be319d-86ea-4b2a-ab63-ee1b3bfec09f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2382 | 2024.12.20 21:13:33.288697 [ 271 ] {05be319d-86ea-4b2a-ab63-ee1b3bfec09f} <Trace> oximeter.measurements_u64 (18143310-3b17-415e-b30b-72754bf09621): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2383 | 2024.12.20 21:13:33.288737 [ 271 ] {05be319d-86ea-4b2a-ab63-ee1b3bfec09f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2384 | 2024.12.20 21:13:33.289104 [ 271 ] {05be319d-86ea-4b2a-ab63-ee1b3bfec09f} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2385 | 2024.12.20 21:13:33.289340 [ 271 ] {05be319d-86ea-4b2a-ab63-ee1b3bfec09f} <Trace> oximeter.measurements_u64 (18143310-3b17-415e-b30b-72754bf09621): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2386 | 2024.12.20 21:13:33.289636 [ 271 ] {05be319d-86ea-4b2a-ab63-ee1b3bfec09f} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001489 sec., 55070.51712558764 rows/sec., 3.50 MiB/sec. | ||
| 2387 | 2024.12.20 21:13:33.289772 [ 271 ] {05be319d-86ea-4b2a-ab63-ee1b3bfec09f} <Debug> TCPHandler: Processed in 0.001796179 sec. | ||
| 2388 | 2024.12.20 21:13:37.084286 [ 27 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2389 | 2024.12.20 21:13:37.084340 [ 27 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2390 | 2024.12.20 21:13:37.163733 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 4636 | ||
| 2391 | 2024.12.20 21:13:37.164412 [ 244 ] {} <Trace> system.asynchronous_metric_log (7374c277-4ec6-4bc6-a92a-be2a3111abf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2392 | 2024.12.20 21:13:37.164467 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2393 | 2024.12.20 21:13:37.165020 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2394 | 2024.12.20 21:13:37.165282 [ 244 ] {} <Trace> system.asynchronous_metric_log (7374c277-4ec6-4bc6-a92a-be2a3111abf4): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2395 | 2024.12.20 21:13:37.165603 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4636 | ||
| 2396 | 2024.12.20 21:13:37.428619 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76 | ||
| 2397 | 2024.12.20 21:13:37.448063 [ 243 ] {} <Trace> system.metric_log (76748c68-b196-4e56-a74b-50a33795b533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2398 | 2024.12.20 21:13:37.448108 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2399 | 2024.12.20 21:13:37.455339 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2400 | 2024.12.20 21:13:37.456100 [ 243 ] {} <Trace> system.metric_log (76748c68-b196-4e56-a74b-50a33795b533): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2401 | 2024.12.20 21:13:37.458807 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 76 | ||
| 2402 | 2024.12.20 21:13:38.251524 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2403 | 2024.12.20 21:13:38.251724 [ 271 ] {63a64cdf-7fc6-45f8-b8fc-a1d656113436} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2404 | 2024.12.20 21:13:38.251803 [ 271 ] {63a64cdf-7fc6-45f8-b8fc-a1d656113436} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2405 | 2024.12.20 21:13:38.252589 [ 271 ] {63a64cdf-7fc6-45f8-b8fc-a1d656113436} <Trace> oximeter.fields_string (a7c5bf06-55d5-47a3-8577-07a38c41e153): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2406 | 2024.12.20 21:13:38.252641 [ 271 ] {63a64cdf-7fc6-45f8-b8fc-a1d656113436} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2407 | 2024.12.20 21:13:38.253070 [ 271 ] {63a64cdf-7fc6-45f8-b8fc-a1d656113436} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2408 | 2024.12.20 21:13:38.253347 [ 271 ] {63a64cdf-7fc6-45f8-b8fc-a1d656113436} <Trace> oximeter.fields_string (a7c5bf06-55d5-47a3-8577-07a38c41e153): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2409 | 2024.12.20 21:13:38.253593 [ 271 ] {63a64cdf-7fc6-45f8-b8fc-a1d656113436} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001922 sec., 29136.3163371488 rows/sec., 2.22 MiB/sec. | ||
| 2410 | 2024.12.20 21:13:38.253661 [ 271 ] {63a64cdf-7fc6-45f8-b8fc-a1d656113436} <Debug> TCPHandler: Processed in 0.002265155 sec. | ||
| 2411 | 2024.12.20 21:13:38.253929 [ 268 ] {} <Trace> TCP-Session: 32ce9d3e-b8ad-475f-aac7-ad7723c5f26e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2412 | 2024.12.20 21:13:38.254124 [ 268 ] {890789bc-1931-4018-8770-ad93ca9e3d2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56115) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2413 | 2024.12.20 21:13:38.254196 [ 268 ] {890789bc-1931-4018-8770-ad93ca9e3d2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2414 | 2024.12.20 21:13:38.254968 [ 268 ] {890789bc-1931-4018-8770-ad93ca9e3d2b} <Trace> oximeter.fields_uuid (56c9adb2-48e9-46d9-87b0-c6a967c48154): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2415 | 2024.12.20 21:13:38.255020 [ 268 ] {890789bc-1931-4018-8770-ad93ca9e3d2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2416 | 2024.12.20 21:13:38.255477 [ 268 ] {890789bc-1931-4018-8770-ad93ca9e3d2b} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2417 | 2024.12.20 21:13:38.255724 [ 268 ] {890789bc-1931-4018-8770-ad93ca9e3d2b} <Trace> oximeter.fields_uuid (56c9adb2-48e9-46d9-87b0-c6a967c48154): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2418 | 2024.12.20 21:13:38.255958 [ 268 ] {890789bc-1931-4018-8770-ad93ca9e3d2b} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001887 sec., 33916.269210386854 rows/sec., 2.65 MiB/sec. | ||
| 2419 | 2024.12.20 21:13:38.256012 [ 268 ] {890789bc-1931-4018-8770-ad93ca9e3d2b} <Debug> TCPHandler: Processed in 0.002219874 sec. | ||
| 2420 | 2024.12.20 21:13:38.256181 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2421 | 2024.12.20 21:13:38.256315 [ 271 ] {ac2f34a7-7791-4c48-8962-1b1203725833} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2422 | 2024.12.20 21:13:38.256375 [ 271 ] {ac2f34a7-7791-4c48-8962-1b1203725833} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2423 | 2024.12.20 21:13:38.257018 [ 271 ] {ac2f34a7-7791-4c48-8962-1b1203725833} <Trace> oximeter.measurements_cumulativeu64 (4b25041b-9433-4237-ab59-44afcaba2ba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2424 | 2024.12.20 21:13:38.257061 [ 271 ] {ac2f34a7-7791-4c48-8962-1b1203725833} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2425 | 2024.12.20 21:13:38.257492 [ 271 ] {ac2f34a7-7791-4c48-8962-1b1203725833} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2426 | 2024.12.20 21:13:38.257734 [ 271 ] {ac2f34a7-7791-4c48-8962-1b1203725833} <Trace> oximeter.measurements_cumulativeu64 (4b25041b-9433-4237-ab59-44afcaba2ba7): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2427 | 2024.12.20 21:13:38.257990 [ 271 ] {ac2f34a7-7791-4c48-8962-1b1203725833} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001706 sec., 93786.63540445486 rows/sec., 6.53 MiB/sec. | ||
| 2428 | 2024.12.20 21:13:38.258082 [ 271 ] {ac2f34a7-7791-4c48-8962-1b1203725833} <Debug> TCPHandler: Processed in 0.001961475 sec. | ||
| 2429 | 2024.12.20 21:13:38.258265 [ 268 ] {} <Trace> TCP-Session: 32ce9d3e-b8ad-475f-aac7-ad7723c5f26e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2430 | 2024.12.20 21:13:38.258385 [ 268 ] {7115ff7d-d789-401d-9523-fa5906b4a1da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56115) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2431 | 2024.12.20 21:13:38.258439 [ 268 ] {7115ff7d-d789-401d-9523-fa5906b4a1da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2432 | 2024.12.20 21:13:38.258958 [ 268 ] {7115ff7d-d789-401d-9523-fa5906b4a1da} <Trace> oximeter.measurements_u64 (18143310-3b17-415e-b30b-72754bf09621): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2433 | 2024.12.20 21:13:38.258998 [ 268 ] {7115ff7d-d789-401d-9523-fa5906b4a1da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2434 | 2024.12.20 21:13:38.259375 [ 268 ] {7115ff7d-d789-401d-9523-fa5906b4a1da} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2435 | 2024.12.20 21:13:38.259624 [ 268 ] {7115ff7d-d789-401d-9523-fa5906b4a1da} <Trace> oximeter.measurements_u64 (18143310-3b17-415e-b30b-72754bf09621): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2436 | 2024.12.20 21:13:38.259892 [ 268 ] {7115ff7d-d789-401d-9523-fa5906b4a1da} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001529 sec., 39241.33420536298 rows/sec., 2.64 MiB/sec. | ||
| 2437 | 2024.12.20 21:13:38.260064 [ 268 ] {7115ff7d-d789-401d-9523-fa5906b4a1da} <Debug> TCPHandler: Processed in 0.001849792 sec. | ||
| 2438 | 2024.12.20 21:13:39.153119 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2439 | 2024.12.20 21:13:39.153394 [ 271 ] {7506b319-6eb6-4c3a-941f-7a2f3a5b5b56} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 2440 | 2024.12.20 21:13:39.153869 [ 271 ] {7506b319-6eb6-4c3a-941f-7a2f3a5b5b56} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2441 | 2024.12.20 21:13:39.153928 [ 271 ] {7506b319-6eb6-4c3a-941f-7a2f3a5b5b56} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 2442 | 2024.12.20 21:13:39.154318 [ 271 ] {7506b319-6eb6-4c3a-941f-7a2f3a5b5b56} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2443 | 2024.12.20 21:13:39.154402 [ 271 ] {7506b319-6eb6-4c3a-941f-7a2f3a5b5b56} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2444 | 2024.12.20 21:13:39.154607 [ 271 ] {7506b319-6eb6-4c3a-941f-7a2f3a5b5b56} <Debug> oximeter.timeseries_schema (01d8643b-47e1-4db5-9986-404ac45e3089) (SelectExecutor): Key condition: (column 0 notIn 41-element set) | ||
| 2445 | 2024.12.20 21:13:39.154720 [ 297 ] {7506b319-6eb6-4c3a-941f-7a2f3a5b5b56} <Trace> oximeter.timeseries_schema (01d8643b-47e1-4db5-9986-404ac45e3089) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2446 | 2024.12.20 21:13:39.154815 [ 295 ] {7506b319-6eb6-4c3a-941f-7a2f3a5b5b56} <Trace> oximeter.timeseries_schema (01d8643b-47e1-4db5-9986-404ac45e3089) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2447 | 2024.12.20 21:13:39.154857 [ 296 ] {7506b319-6eb6-4c3a-941f-7a2f3a5b5b56} <Trace> oximeter.timeseries_schema (01d8643b-47e1-4db5-9986-404ac45e3089) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 2448 | 2024.12.20 21:13:39.154824 [ 299 ] {7506b319-6eb6-4c3a-941f-7a2f3a5b5b56} <Trace> oximeter.timeseries_schema (01d8643b-47e1-4db5-9986-404ac45e3089) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2449 | 2024.12.20 21:13:39.155042 [ 271 ] {7506b319-6eb6-4c3a-941f-7a2f3a5b5b56} <Debug> oximeter.timeseries_schema (01d8643b-47e1-4db5-9986-404ac45e3089) (SelectExecutor): Selected 4/4 parts by partition key, 4 parts by primary key, 4/4 marks by primary key, 4 marks to read from 4 ranges | ||
| 2450 | 2024.12.20 21:13:39.155076 [ 271 ] {7506b319-6eb6-4c3a-941f-7a2f3a5b5b56} <Trace> oximeter.timeseries_schema (01d8643b-47e1-4db5-9986-404ac45e3089) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2451 | 2024.12.20 21:13:39.155219 [ 271 ] {7506b319-6eb6-4c3a-941f-7a2f3a5b5b56} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2452 | 2024.12.20 21:13:39.155243 [ 271 ] {7506b319-6eb6-4c3a-941f-7a2f3a5b5b56} <Debug> oximeter.timeseries_schema (01d8643b-47e1-4db5-9986-404ac45e3089) (SelectExecutor): Reading approx. 41 rows with 4 streams | ||
| 2453 | 2024.12.20 21:13:39.155288 [ 271 ] {7506b319-6eb6-4c3a-941f-7a2f3a5b5b56} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2454 | 2024.12.20 21:13:39.155334 [ 271 ] {7506b319-6eb6-4c3a-941f-7a2f3a5b5b56} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2455 | 2024.12.20 21:13:39.155373 [ 271 ] {7506b319-6eb6-4c3a-941f-7a2f3a5b5b56} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2456 | 2024.12.20 21:13:39.155411 [ 271 ] {7506b319-6eb6-4c3a-941f-7a2f3a5b5b56} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2457 | 2024.12.20 21:13:39.157528 [ 271 ] {7506b319-6eb6-4c3a-941f-7a2f3a5b5b56} <Debug> executeQuery: Read 41 rows, 1.56 KiB in 0.004259 sec., 9626.672927917352 rows/sec., 367.33 KiB/sec. | ||
| 2458 | 2024.12.20 21:13:39.157788 [ 271 ] {7506b319-6eb6-4c3a-941f-7a2f3a5b5b56} <Debug> MemoryTracker: Peak memory usage (for query): 144.34 KiB. | ||
| 2459 | 2024.12.20 21:13:39.157808 [ 271 ] {7506b319-6eb6-4c3a-941f-7a2f3a5b5b56} <Debug> TCPHandler: Processed in 0.00482188 sec. | ||
| 2460 | 2024.12.20 21:13:39.201349 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2461 | 2024.12.20 21:13:39.201522 [ 271 ] {fd629e17-aeee-40a2-a20e-12b4d5340946} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 2462 | 2024.12.20 21:13:39.201597 [ 271 ] {fd629e17-aeee-40a2-a20e-12b4d5340946} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2463 | 2024.12.20 21:13:39.202420 [ 271 ] {fd629e17-aeee-40a2-a20e-12b4d5340946} <Trace> oximeter.timeseries_schema (01d8643b-47e1-4db5-9986-404ac45e3089): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2464 | 2024.12.20 21:13:39.202468 [ 271 ] {fd629e17-aeee-40a2-a20e-12b4d5340946} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2465 | 2024.12.20 21:13:39.202964 [ 271 ] {fd629e17-aeee-40a2-a20e-12b4d5340946} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2466 | 2024.12.20 21:13:39.203186 [ 271 ] {fd629e17-aeee-40a2-a20e-12b4d5340946} <Trace> oximeter.timeseries_schema (01d8643b-47e1-4db5-9986-404ac45e3089): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2467 | 2024.12.20 21:13:39.203422 [ 271 ] {fd629e17-aeee-40a2-a20e-12b4d5340946} <Debug> executeQuery: Read 1 rows, 232.00 B in 0.001951 sec., 512.5576627370579 rows/sec., 116.13 KiB/sec. | ||
| 2468 | 2024.12.20 21:13:39.203477 [ 271 ] {fd629e17-aeee-40a2-a20e-12b4d5340946} <Debug> TCPHandler: Processed in 0.002234375 sec. | ||
| 2469 | 2024.12.20 21:13:39.203719 [ 268 ] {} <Trace> TCP-Session: 32ce9d3e-b8ad-475f-aac7-ad7723c5f26e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2470 | 2024.12.20 21:13:39.203902 [ 268 ] {2ea7b092-4f56-402c-8c11-6447d4d96c52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56115) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2471 | 2024.12.20 21:13:39.203976 [ 268 ] {2ea7b092-4f56-402c-8c11-6447d4d96c52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2472 | 2024.12.20 21:13:39.204937 [ 268 ] {2ea7b092-4f56-402c-8c11-6447d4d96c52} <Trace> oximeter.fields_i16 (e8dd8f29-dacb-43c4-8630-4a7e9eaac6df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2473 | 2024.12.20 21:13:39.205001 [ 268 ] {2ea7b092-4f56-402c-8c11-6447d4d96c52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2474 | 2024.12.20 21:13:39.205621 [ 268 ] {2ea7b092-4f56-402c-8c11-6447d4d96c52} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2475 | 2024.12.20 21:13:39.206018 [ 268 ] {2ea7b092-4f56-402c-8c11-6447d4d96c52} <Trace> oximeter.fields_i16 (e8dd8f29-dacb-43c4-8630-4a7e9eaac6df): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2476 | 2024.12.20 21:13:39.206390 [ 268 ] {2ea7b092-4f56-402c-8c11-6447d4d96c52} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002519 sec., 5557.7610162763 rows/sec., 400.08 KiB/sec. | ||
| 2477 | 2024.12.20 21:13:39.206493 [ 268 ] {2ea7b092-4f56-402c-8c11-6447d4d96c52} <Debug> TCPHandler: Processed in 0.002909006 sec. | ||
| 2478 | 2024.12.20 21:13:39.206677 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2479 | 2024.12.20 21:13:39.206798 [ 271 ] {3ceda8ca-7a5b-46ae-be28-f4dae858eff1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 2480 | 2024.12.20 21:13:39.206846 [ 271 ] {3ceda8ca-7a5b-46ae-be28-f4dae858eff1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 2481 | 2024.12.20 21:13:39.207449 [ 271 ] {3ceda8ca-7a5b-46ae-be28-f4dae858eff1} <Trace> oximeter.fields_ipaddr (4da408a5-04d9-4612-a7f6-fa820cf71f1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2482 | 2024.12.20 21:13:39.207489 [ 271 ] {3ceda8ca-7a5b-46ae-be28-f4dae858eff1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2483 | 2024.12.20 21:13:39.207877 [ 271 ] {3ceda8ca-7a5b-46ae-be28-f4dae858eff1} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 2484 | 2024.12.20 21:13:39.208115 [ 271 ] {3ceda8ca-7a5b-46ae-be28-f4dae858eff1} <Trace> oximeter.fields_ipaddr (4da408a5-04d9-4612-a7f6-fa820cf71f1e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2485 | 2024.12.20 21:13:39.208294 [ 271 ] {3ceda8ca-7a5b-46ae-be28-f4dae858eff1} <Debug> executeQuery: Read 12 rows, 1002.00 B in 0.001519 sec., 7899.934167215273 rows/sec., 644.18 KiB/sec. | ||
| 2486 | 2024.12.20 21:13:39.208370 [ 271 ] {3ceda8ca-7a5b-46ae-be28-f4dae858eff1} <Debug> TCPHandler: Processed in 0.001747448 sec. | ||
| 2487 | 2024.12.20 21:13:39.208537 [ 268 ] {} <Trace> TCP-Session: 32ce9d3e-b8ad-475f-aac7-ad7723c5f26e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2488 | 2024.12.20 21:13:39.208671 [ 268 ] {37f50221-09d7-42a9-8227-0907a4caf2af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56115) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2489 | 2024.12.20 21:13:39.208726 [ 268 ] {37f50221-09d7-42a9-8227-0907a4caf2af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2490 | 2024.12.20 21:13:39.210080 [ 268 ] {37f50221-09d7-42a9-8227-0907a4caf2af} <Trace> oximeter.fields_string (a7c5bf06-55d5-47a3-8577-07a38c41e153): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2491 | 2024.12.20 21:13:39.210123 [ 268 ] {37f50221-09d7-42a9-8227-0907a4caf2af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2492 | 2024.12.20 21:13:39.210620 [ 268 ] {37f50221-09d7-42a9-8227-0907a4caf2af} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2493 | 2024.12.20 21:13:39.210869 [ 268 ] {37f50221-09d7-42a9-8227-0907a4caf2af} <Trace> oximeter.fields_string (a7c5bf06-55d5-47a3-8577-07a38c41e153): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2494 | 2024.12.20 21:13:39.211153 [ 268 ] {37f50221-09d7-42a9-8227-0907a4caf2af} <Debug> executeQuery: Read 1419 rows, 121.15 KiB in 0.002498 sec., 568054.4435548439 rows/sec., 47.36 MiB/sec. | ||
| 2495 | 2024.12.20 21:13:39.211319 [ 268 ] {37f50221-09d7-42a9-8227-0907a4caf2af} <Debug> TCPHandler: Processed in 0.002839755 sec. | ||
| 2496 | 2024.12.20 21:13:39.211467 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2497 | 2024.12.20 21:13:39.211582 [ 271 ] {c2075caf-45b6-4014-8438-5e958d81f5a0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2498 | 2024.12.20 21:13:39.211630 [ 271 ] {c2075caf-45b6-4014-8438-5e958d81f5a0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2499 | 2024.12.20 21:13:39.212230 [ 271 ] {c2075caf-45b6-4014-8438-5e958d81f5a0} <Trace> oximeter.fields_u16 (f5c5f422-b38a-45cf-a007-008934086980): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2500 | 2024.12.20 21:13:39.212268 [ 271 ] {c2075caf-45b6-4014-8438-5e958d81f5a0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2501 | 2024.12.20 21:13:39.212624 [ 271 ] {c2075caf-45b6-4014-8438-5e958d81f5a0} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2502 | 2024.12.20 21:13:39.212866 [ 271 ] {c2075caf-45b6-4014-8438-5e958d81f5a0} <Trace> oximeter.fields_u16 (f5c5f422-b38a-45cf-a007-008934086980): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2503 | 2024.12.20 21:13:39.212989 [ 76 ] {} <Debug> oximeter.fields_u16 (f5c5f422-b38a-45cf-a007-008934086980) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2504 | 2024.12.20 21:13:39.213033 [ 76 ] {} <Trace> oximeter.fields_u16 (f5c5f422-b38a-45cf-a007-008934086980): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2505 | 2024.12.20 21:13:39.213042 [ 271 ] {c2075caf-45b6-4014-8438-5e958d81f5a0} <Debug> executeQuery: Read 54 rows, 3.93 KiB in 0.001483 sec., 36412.67700606878 rows/sec., 2.59 MiB/sec. | ||
| 2506 | 2024.12.20 21:13:39.213064 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2507 | 2024.12.20 21:13:39.213105 [ 271 ] {c2075caf-45b6-4014-8438-5e958d81f5a0} <Debug> TCPHandler: Processed in 0.001691976 sec. | ||
| 2508 | 2024.12.20 21:13:39.213263 [ 189 ] {f5c5f422-b38a-45cf-a007-008934086980::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 | ||
| 2509 | 2024.12.20 21:13:39.213299 [ 268 ] {} <Trace> TCP-Session: 32ce9d3e-b8ad-475f-aac7-ad7723c5f26e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2510 | 2024.12.20 21:13:39.213433 [ 189 ] {f5c5f422-b38a-45cf-a007-008934086980::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2511 | 2024.12.20 21:13:39.213471 [ 268 ] {00a3d31f-55c5-42a4-8092-53e38f72e090} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56115) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2512 | 2024.12.20 21:13:39.213483 [ 189 ] {f5c5f422-b38a-45cf-a007-008934086980::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 15 rows starting from the beginning of the part | ||
| 2513 | 2024.12.20 21:13:39.213540 [ 268 ] {00a3d31f-55c5-42a4-8092-53e38f72e090} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2514 | 2024.12.20 21:13:39.213792 [ 189 ] {f5c5f422-b38a-45cf-a007-008934086980::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 15 rows starting from the beginning of the part | ||
| 2515 | 2024.12.20 21:13:39.214040 [ 189 ] {f5c5f422-b38a-45cf-a007-008934086980::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 15 rows starting from the beginning of the part | ||
| 2516 | 2024.12.20 21:13:39.214419 [ 189 ] {f5c5f422-b38a-45cf-a007-008934086980::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 42 rows starting from the beginning of the part | ||
| 2517 | 2024.12.20 21:13:39.214864 [ 189 ] {f5c5f422-b38a-45cf-a007-008934086980::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 42 rows starting from the beginning of the part | ||
| 2518 | 2024.12.20 21:13:39.215247 [ 189 ] {f5c5f422-b38a-45cf-a007-008934086980::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 54 rows starting from the beginning of the part | ||
| 2519 | 2024.12.20 21:13:39.216489 [ 268 ] {00a3d31f-55c5-42a4-8092-53e38f72e090} <Trace> oximeter.fields_u32 (44e160d5-ebb5-4558-9722-9802c9a6e790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2520 | 2024.12.20 21:13:39.216537 [ 268 ] {00a3d31f-55c5-42a4-8092-53e38f72e090} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2521 | 2024.12.20 21:13:39.217194 [ 268 ] {00a3d31f-55c5-42a4-8092-53e38f72e090} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2522 | 2024.12.20 21:13:39.217253 [ 189 ] {f5c5f422-b38a-45cf-a007-008934086980::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 183 rows, containing 5 columns (5 merged, 0 gathered) in 0.004082216 sec., 44828.59309747451 rows/sec., 3.35 MiB/sec. | ||
| 2523 | 2024.12.20 21:13:39.217373 [ 189 ] {f5c5f422-b38a-45cf-a007-008934086980::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2524 | 2024.12.20 21:13:39.217514 [ 268 ] {00a3d31f-55c5-42a4-8092-53e38f72e090} <Trace> oximeter.fields_u32 (44e160d5-ebb5-4558-9722-9802c9a6e790): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2525 | 2024.12.20 21:13:39.217786 [ 76 ] {} <Debug> oximeter.fields_u32 (44e160d5-ebb5-4558-9722-9802c9a6e790) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2526 | 2024.12.20 21:13:39.217888 [ 189 ] {f5c5f422-b38a-45cf-a007-008934086980::all_1_6_1} <Trace> oximeter.fields_u16 (f5c5f422-b38a-45cf-a007-008934086980): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2527 | 2024.12.20 21:13:39.217946 [ 76 ] {} <Trace> oximeter.fields_u32 (44e160d5-ebb5-4558-9722-9802c9a6e790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2528 | 2024.12.20 21:13:39.218031 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2529 | 2024.12.20 21:13:39.218075 [ 268 ] {00a3d31f-55c5-42a4-8092-53e38f72e090} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.004633 sec., 52233.9736671703 rows/sec., 3.54 MiB/sec. | ||
| 2530 | 2024.12.20 21:13:39.218187 [ 189 ] {f5c5f422-b38a-45cf-a007-008934086980::all_1_6_1} <Trace> oximeter.fields_u16 (f5c5f422-b38a-45cf-a007-008934086980) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2531 | 2024.12.20 21:13:39.218553 [ 268 ] {00a3d31f-55c5-42a4-8092-53e38f72e090} <Debug> TCPHandler: Processed in 0.005330027 sec. | ||
| 2532 | 2024.12.20 21:13:39.218593 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 2533 | 2024.12.20 21:13:39.218668 [ 194 ] {44e160d5-ebb5-4558-9722-9802c9a6e790::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 | ||
| 2534 | 2024.12.20 21:13:39.218738 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2535 | 2024.12.20 21:13:39.218963 [ 194 ] {44e160d5-ebb5-4558-9722-9802c9a6e790::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2536 | 2024.12.20 21:13:39.218973 [ 271 ] {87c0f9bb-2ab5-4059-9edc-e4d14d8a20f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2537 | 2024.12.20 21:13:39.219028 [ 194 ] {44e160d5-ebb5-4558-9722-9802c9a6e790::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 14 rows starting from the beginning of the part | ||
| 2538 | 2024.12.20 21:13:39.219066 [ 271 ] {87c0f9bb-2ab5-4059-9edc-e4d14d8a20f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2539 | 2024.12.20 21:13:39.219407 [ 194 ] {44e160d5-ebb5-4558-9722-9802c9a6e790::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 14 rows starting from the beginning of the part | ||
| 2540 | 2024.12.20 21:13:39.219765 [ 194 ] {44e160d5-ebb5-4558-9722-9802c9a6e790::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 242 rows starting from the beginning of the part | ||
| 2541 | 2024.12.20 21:13:39.220125 [ 194 ] {44e160d5-ebb5-4558-9722-9802c9a6e790::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 15 rows starting from the beginning of the part | ||
| 2542 | 2024.12.20 21:13:39.220482 [ 194 ] {44e160d5-ebb5-4558-9722-9802c9a6e790::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 14 rows starting from the beginning of the part | ||
| 2543 | 2024.12.20 21:13:39.220848 [ 194 ] {44e160d5-ebb5-4558-9722-9802c9a6e790::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 242 rows starting from the beginning of the part | ||
| 2544 | 2024.12.20 21:13:39.221912 [ 271 ] {87c0f9bb-2ab5-4059-9edc-e4d14d8a20f2} <Trace> oximeter.fields_u8 (c8d30ddd-c805-419d-8cc9-be9ef3e3339c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2545 | 2024.12.20 21:13:39.221988 [ 271 ] {87c0f9bb-2ab5-4059-9edc-e4d14d8a20f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2546 | 2024.12.20 21:13:39.222907 [ 271 ] {87c0f9bb-2ab5-4059-9edc-e4d14d8a20f2} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2547 | 2024.12.20 21:13:39.223416 [ 271 ] {87c0f9bb-2ab5-4059-9edc-e4d14d8a20f2} <Trace> oximeter.fields_u8 (c8d30ddd-c805-419d-8cc9-be9ef3e3339c): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2548 | 2024.12.20 21:13:39.223798 [ 186 ] {44e160d5-ebb5-4558-9722-9802c9a6e790::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 541 rows, containing 5 columns (5 merged, 0 gathered) in 0.005582495 sec., 96910.07336325425 rows/sec., 6.94 MiB/sec. | ||
| 2549 | 2024.12.20 21:13:39.223878 [ 271 ] {87c0f9bb-2ab5-4059-9edc-e4d14d8a20f2} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.004992 sec., 2604.1666666666665 rows/sec., 162.37 KiB/sec. | ||
| 2550 | 2024.12.20 21:13:39.224020 [ 271 ] {87c0f9bb-2ab5-4059-9edc-e4d14d8a20f2} <Debug> TCPHandler: Processed in 0.005349048 sec. | ||
| 2551 | 2024.12.20 21:13:39.224128 [ 186 ] {44e160d5-ebb5-4558-9722-9802c9a6e790::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2552 | 2024.12.20 21:13:39.224211 [ 268 ] {} <Trace> TCP-Session: 32ce9d3e-b8ad-475f-aac7-ad7723c5f26e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2553 | 2024.12.20 21:13:39.224416 [ 268 ] {96b4c7b0-4e76-472d-bdc2-227c430747f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56115) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2554 | 2024.12.20 21:13:39.224515 [ 268 ] {96b4c7b0-4e76-472d-bdc2-227c430747f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2555 | 2024.12.20 21:13:39.224656 [ 186 ] {44e160d5-ebb5-4558-9722-9802c9a6e790::all_1_6_1} <Trace> oximeter.fields_u32 (44e160d5-ebb5-4558-9722-9802c9a6e790): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2556 | 2024.12.20 21:13:39.224886 [ 186 ] {44e160d5-ebb5-4558-9722-9802c9a6e790::all_1_6_1} <Trace> oximeter.fields_u32 (44e160d5-ebb5-4558-9722-9802c9a6e790) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2557 | 2024.12.20 21:13:39.225112 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.33 MiB. | ||
| 2558 | 2024.12.20 21:13:39.225876 [ 268 ] {96b4c7b0-4e76-472d-bdc2-227c430747f8} <Trace> oximeter.fields_uuid (56c9adb2-48e9-46d9-87b0-c6a967c48154): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2559 | 2024.12.20 21:13:39.225920 [ 268 ] {96b4c7b0-4e76-472d-bdc2-227c430747f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2560 | 2024.12.20 21:13:39.226322 [ 268 ] {96b4c7b0-4e76-472d-bdc2-227c430747f8} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2561 | 2024.12.20 21:13:39.226566 [ 268 ] {96b4c7b0-4e76-472d-bdc2-227c430747f8} <Trace> oximeter.fields_uuid (56c9adb2-48e9-46d9-87b0-c6a967c48154): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2562 | 2024.12.20 21:13:39.226783 [ 268 ] {96b4c7b0-4e76-472d-bdc2-227c430747f8} <Debug> executeQuery: Read 885 rows, 65.75 KiB in 0.00244 sec., 362704.9180327869 rows/sec., 26.32 MiB/sec. | ||
| 2563 | 2024.12.20 21:13:39.226838 [ 268 ] {96b4c7b0-4e76-472d-bdc2-227c430747f8} <Debug> TCPHandler: Processed in 0.002720371 sec. | ||
| 2564 | 2024.12.20 21:13:39.227005 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2565 | 2024.12.20 21:13:39.227142 [ 271 ] {aab83ac8-f086-44a7-8e41-1a325ea5844b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2566 | 2024.12.20 21:13:39.227200 [ 271 ] {aab83ac8-f086-44a7-8e41-1a325ea5844b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2567 | 2024.12.20 21:13:39.227758 [ 271 ] {aab83ac8-f086-44a7-8e41-1a325ea5844b} <Trace> oximeter.measurements_bool (11c94d34-dd1c-42cf-9f5b-a62aea0c2735): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2568 | 2024.12.20 21:13:39.227803 [ 271 ] {aab83ac8-f086-44a7-8e41-1a325ea5844b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2569 | 2024.12.20 21:13:39.228170 [ 271 ] {aab83ac8-f086-44a7-8e41-1a325ea5844b} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2570 | 2024.12.20 21:13:39.228407 [ 271 ] {aab83ac8-f086-44a7-8e41-1a325ea5844b} <Trace> oximeter.measurements_bool (11c94d34-dd1c-42cf-9f5b-a62aea0c2735): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2571 | 2024.12.20 21:13:39.228598 [ 271 ] {aab83ac8-f086-44a7-8e41-1a325ea5844b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001482 sec., 4048.5829959514167 rows/sec., 211.52 KiB/sec. | ||
| 2572 | 2024.12.20 21:13:39.228670 [ 271 ] {aab83ac8-f086-44a7-8e41-1a325ea5844b} <Debug> TCPHandler: Processed in 0.001737568 sec. | ||
| 2573 | 2024.12.20 21:13:39.228824 [ 268 ] {} <Trace> TCP-Session: 32ce9d3e-b8ad-475f-aac7-ad7723c5f26e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2574 | 2024.12.20 21:13:39.228964 [ 268 ] {39d0096a-beb6-4293-8ca5-5c6cc45d3f1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56115) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2575 | 2024.12.20 21:13:39.229026 [ 268 ] {39d0096a-beb6-4293-8ca5-5c6cc45d3f1e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2576 | 2024.12.20 21:13:39.229924 [ 268 ] {39d0096a-beb6-4293-8ca5-5c6cc45d3f1e} <Trace> oximeter.measurements_cumulativeu64 (4b25041b-9433-4237-ab59-44afcaba2ba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2577 | 2024.12.20 21:13:39.229964 [ 268 ] {39d0096a-beb6-4293-8ca5-5c6cc45d3f1e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2578 | 2024.12.20 21:13:39.230399 [ 268 ] {39d0096a-beb6-4293-8ca5-5c6cc45d3f1e} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2579 | 2024.12.20 21:13:39.230639 [ 268 ] {39d0096a-beb6-4293-8ca5-5c6cc45d3f1e} <Trace> oximeter.measurements_cumulativeu64 (4b25041b-9433-4237-ab59-44afcaba2ba7): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2580 | 2024.12.20 21:13:39.230853 [ 268 ] {39d0096a-beb6-4293-8ca5-5c6cc45d3f1e} <Debug> executeQuery: Read 961 rows, 65.39 KiB in 0.00192 sec., 500520.8333333333 rows/sec., 33.26 MiB/sec. | ||
| 2581 | 2024.12.20 21:13:39.230907 [ 268 ] {39d0096a-beb6-4293-8ca5-5c6cc45d3f1e} <Debug> TCPHandler: Processed in 0.002145872 sec. | ||
| 2582 | 2024.12.20 21:13:39.231054 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2583 | 2024.12.20 21:13:39.231189 [ 271 ] {3e5e2b22-5a92-4c9f-80e8-50ec7d08797f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2584 | 2024.12.20 21:13:39.231249 [ 271 ] {3e5e2b22-5a92-4c9f-80e8-50ec7d08797f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2585 | 2024.12.20 21:13:39.231798 [ 271 ] {3e5e2b22-5a92-4c9f-80e8-50ec7d08797f} <Trace> oximeter.measurements_f64 (91051acd-5a5c-4cbe-bf7a-a2cd5e3daeba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2586 | 2024.12.20 21:13:39.231836 [ 271 ] {3e5e2b22-5a92-4c9f-80e8-50ec7d08797f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2587 | 2024.12.20 21:13:39.232184 [ 271 ] {3e5e2b22-5a92-4c9f-80e8-50ec7d08797f} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2588 | 2024.12.20 21:13:39.232423 [ 271 ] {3e5e2b22-5a92-4c9f-80e8-50ec7d08797f} <Trace> oximeter.measurements_f64 (91051acd-5a5c-4cbe-bf7a-a2cd5e3daeba): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2589 | 2024.12.20 21:13:39.232552 [ 76 ] {} <Debug> oximeter.measurements_f64 (91051acd-5a5c-4cbe-bf7a-a2cd5e3daeba) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2590 | 2024.12.20 21:13:39.232596 [ 76 ] {} <Trace> oximeter.measurements_f64 (91051acd-5a5c-4cbe-bf7a-a2cd5e3daeba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2591 | 2024.12.20 21:13:39.232605 [ 271 ] {3e5e2b22-5a92-4c9f-80e8-50ec7d08797f} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001444 sec., 692.5207756232687 rows/sec., 46.66 KiB/sec. | ||
| 2592 | 2024.12.20 21:13:39.232621 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2593 | 2024.12.20 21:13:39.232703 [ 271 ] {3e5e2b22-5a92-4c9f-80e8-50ec7d08797f} <Debug> TCPHandler: Processed in 0.001713907 sec. | ||
| 2594 | 2024.12.20 21:13:39.232867 [ 194 ] {91051acd-5a5c-4cbe-bf7a-a2cd5e3daeba::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 | ||
| 2595 | 2024.12.20 21:13:39.232889 [ 268 ] {} <Trace> TCP-Session: 32ce9d3e-b8ad-475f-aac7-ad7723c5f26e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2596 | 2024.12.20 21:13:39.233101 [ 194 ] {91051acd-5a5c-4cbe-bf7a-a2cd5e3daeba::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2597 | 2024.12.20 21:13:39.233136 [ 268 ] {2da09920-9f43-4b01-9a81-1c8c727e03b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56115) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2598 | 2024.12.20 21:13:39.233155 [ 194 ] {91051acd-5a5c-4cbe-bf7a-a2cd5e3daeba::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 1 rows starting from the beginning of the part | ||
| 2599 | 2024.12.20 21:13:39.233427 [ 268 ] {2da09920-9f43-4b01-9a81-1c8c727e03b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2600 | 2024.12.20 21:13:39.233584 [ 194 ] {91051acd-5a5c-4cbe-bf7a-a2cd5e3daeba::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 1 rows starting from the beginning of the part | ||
| 2601 | 2024.12.20 21:13:39.234048 [ 194 ] {91051acd-5a5c-4cbe-bf7a-a2cd5e3daeba::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 1 rows starting from the beginning of the part | ||
| 2602 | 2024.12.20 21:13:39.234397 [ 194 ] {91051acd-5a5c-4cbe-bf7a-a2cd5e3daeba::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 2 rows starting from the beginning of the part | ||
| 2603 | 2024.12.20 21:13:39.234722 [ 194 ] {91051acd-5a5c-4cbe-bf7a-a2cd5e3daeba::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 1 rows starting from the beginning of the part | ||
| 2604 | 2024.12.20 21:13:39.235035 [ 194 ] {91051acd-5a5c-4cbe-bf7a-a2cd5e3daeba::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1 rows starting from the beginning of the part | ||
| 2605 | 2024.12.20 21:13:39.238546 [ 189 ] {91051acd-5a5c-4cbe-bf7a-a2cd5e3daeba::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7 rows, containing 4 columns (4 merged, 0 gathered) in 0.005828243 sec., 1201.0480688605467 rows/sec., 80.26 KiB/sec. | ||
| 2606 | 2024.12.20 21:13:39.238678 [ 268 ] {2da09920-9f43-4b01-9a81-1c8c727e03b8} <Trace> oximeter.measurements_histogramu64 (84834c4b-a921-406e-bab6-7c9ded2f611a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2607 | 2024.12.20 21:13:39.238711 [ 189 ] {91051acd-5a5c-4cbe-bf7a-a2cd5e3daeba::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2608 | 2024.12.20 21:13:39.238719 [ 268 ] {2da09920-9f43-4b01-9a81-1c8c727e03b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2609 | 2024.12.20 21:13:39.239097 [ 189 ] {91051acd-5a5c-4cbe-bf7a-a2cd5e3daeba::all_1_6_1} <Trace> oximeter.measurements_f64 (91051acd-5a5c-4cbe-bf7a-a2cd5e3daeba): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2610 | 2024.12.20 21:13:39.239203 [ 189 ] {91051acd-5a5c-4cbe-bf7a-a2cd5e3daeba::all_1_6_1} <Trace> oximeter.measurements_f64 (91051acd-5a5c-4cbe-bf7a-a2cd5e3daeba) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2611 | 2024.12.20 21:13:39.239313 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 2612 | 2024.12.20 21:13:39.239595 [ 268 ] {2da09920-9f43-4b01-9a81-1c8c727e03b8} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2613 | 2024.12.20 21:13:39.239862 [ 268 ] {2da09920-9f43-4b01-9a81-1c8c727e03b8} <Trace> oximeter.measurements_histogramu64 (84834c4b-a921-406e-bab6-7c9ded2f611a): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2614 | 2024.12.20 21:13:39.240049 [ 76 ] {} <Debug> oximeter.measurements_histogramu64 (84834c4b-a921-406e-bab6-7c9ded2f611a) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2615 | 2024.12.20 21:13:39.240116 [ 76 ] {} <Trace> oximeter.measurements_histogramu64 (84834c4b-a921-406e-bab6-7c9ded2f611a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2616 | 2024.12.20 21:13:39.240150 [ 76 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2617 | 2024.12.20 21:13:39.240171 [ 268 ] {2da09920-9f43-4b01-9a81-1c8c727e03b8} <Debug> executeQuery: Read 35 rows, 64.22 KiB in 0.007107 sec., 4924.722104966934 rows/sec., 8.82 MiB/sec. | ||
| 2618 | 2024.12.20 21:13:39.240465 [ 194 ] {84834c4b-a921-406e-bab6-7c9ded2f611a::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 | ||
| 2619 | 2024.12.20 21:13:39.240588 [ 268 ] {2da09920-9f43-4b01-9a81-1c8c727e03b8} <Debug> TCPHandler: Processed in 0.007783758 sec. | ||
| 2620 | 2024.12.20 21:13:39.240842 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2621 | 2024.12.20 21:13:39.241125 [ 194 ] {84834c4b-a921-406e-bab6-7c9ded2f611a::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2622 | 2024.12.20 21:13:39.241144 [ 271 ] {3010656c-ca03-4d9e-b75d-5d0a2f07cf5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2623 | 2024.12.20 21:13:39.241262 [ 194 ] {84834c4b-a921-406e-bab6-7c9ded2f611a::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 | ||
| 2624 | 2024.12.20 21:13:39.241280 [ 271 ] {3010656c-ca03-4d9e-b75d-5d0a2f07cf5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2625 | 2024.12.20 21:13:39.242114 [ 194 ] {84834c4b-a921-406e-bab6-7c9ded2f611a::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 | ||
| 2626 | 2024.12.20 21:13:39.242705 [ 194 ] {84834c4b-a921-406e-bab6-7c9ded2f611a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 8 rows starting from the beginning of the part | ||
| 2627 | 2024.12.20 21:13:39.243417 [ 194 ] {84834c4b-a921-406e-bab6-7c9ded2f611a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 35 rows starting from the beginning of the part | ||
| 2628 | 2024.12.20 21:13:39.243658 [ 271 ] {3010656c-ca03-4d9e-b75d-5d0a2f07cf5a} <Trace> oximeter.measurements_u64 (18143310-3b17-415e-b30b-72754bf09621): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2629 | 2024.12.20 21:13:39.243818 [ 271 ] {3010656c-ca03-4d9e-b75d-5d0a2f07cf5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2630 | 2024.12.20 21:13:39.244075 [ 194 ] {84834c4b-a921-406e-bab6-7c9ded2f611a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 35 rows starting from the beginning of the part | ||
| 2631 | 2024.12.20 21:13:39.244651 [ 194 ] {84834c4b-a921-406e-bab6-7c9ded2f611a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 35 rows starting from the beginning of the part | ||
| 2632 | 2024.12.20 21:13:39.245412 [ 271 ] {3010656c-ca03-4d9e-b75d-5d0a2f07cf5a} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2633 | 2024.12.20 21:13:39.245955 [ 271 ] {3010656c-ca03-4d9e-b75d-5d0a2f07cf5a} <Trace> oximeter.measurements_u64 (18143310-3b17-415e-b30b-72754bf09621): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2634 | 2024.12.20 21:13:39.246490 [ 271 ] {3010656c-ca03-4d9e-b75d-5d0a2f07cf5a} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.005421 sec., 6271.905552481093 rows/sec., 372.72 KiB/sec. | ||
| 2635 | 2024.12.20 21:13:39.246632 [ 271 ] {3010656c-ca03-4d9e-b75d-5d0a2f07cf5a} <Debug> TCPHandler: Processed in 0.005936797 sec. | ||
| 2636 | 2024.12.20 21:13:39.248286 [ 201 ] {84834c4b-a921-406e-bab6-7c9ded2f611a::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 129 rows, containing 19 columns (19 merged, 0 gathered) in 0.008036336 sec., 16052.091400857307 rows/sec., 28.76 MiB/sec. | ||
| 2637 | 2024.12.20 21:13:39.248639 [ 201 ] {84834c4b-a921-406e-bab6-7c9ded2f611a::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2638 | 2024.12.20 21:13:39.249026 [ 201 ] {84834c4b-a921-406e-bab6-7c9ded2f611a::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (84834c4b-a921-406e-bab6-7c9ded2f611a): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2639 | 2024.12.20 21:13:39.249107 [ 201 ] {84834c4b-a921-406e-bab6-7c9ded2f611a::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (84834c4b-a921-406e-bab6-7c9ded2f611a) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2640 | 2024.12.20 21:13:39.249212 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.95 MiB. | ||
| 2641 | 2024.12.20 21:13:40.001166 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 172.51 MiB, peak 176.41 MiB, free memory in arenas 0.00 B, will set to 171.50 MiB (RSS), difference: -1.01 MiB | ||
| 2642 | 2024.12.20 21:13:42.173429 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 384 | ||
| 2643 | 2024.12.20 21:13:42.177078 [ 242 ] {} <Trace> system.query_log (baa8d9f2-52e3-4f4e-aa10-ca7b91d14406): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2644 | 2024.12.20 21:13:42.177132 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2645 | 2024.12.20 21:13:42.178667 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2646 | 2024.12.20 21:13:42.178983 [ 242 ] {} <Trace> system.query_log (baa8d9f2-52e3-4f4e-aa10-ca7b91d14406): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2647 | 2024.12.20 21:13:42.179615 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 384 | ||
| 2648 | 2024.12.20 21:13:43.249805 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2649 | 2024.12.20 21:13:43.250024 [ 271 ] {8846bbba-3f96-4fdd-8668-fb1331814986} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2650 | 2024.12.20 21:13:43.250096 [ 271 ] {8846bbba-3f96-4fdd-8668-fb1331814986} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2651 | 2024.12.20 21:13:43.250868 [ 271 ] {8846bbba-3f96-4fdd-8668-fb1331814986} <Trace> oximeter.fields_string (a7c5bf06-55d5-47a3-8577-07a38c41e153): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2652 | 2024.12.20 21:13:43.250920 [ 271 ] {8846bbba-3f96-4fdd-8668-fb1331814986} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2653 | 2024.12.20 21:13:43.251351 [ 271 ] {8846bbba-3f96-4fdd-8668-fb1331814986} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2654 | 2024.12.20 21:13:43.251608 [ 271 ] {8846bbba-3f96-4fdd-8668-fb1331814986} <Trace> oximeter.fields_string (a7c5bf06-55d5-47a3-8577-07a38c41e153): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2655 | 2024.12.20 21:13:43.251851 [ 271 ] {8846bbba-3f96-4fdd-8668-fb1331814986} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001878 sec., 29818.956336528223 rows/sec., 2.28 MiB/sec. | ||
| 2656 | 2024.12.20 21:13:43.251916 [ 271 ] {8846bbba-3f96-4fdd-8668-fb1331814986} <Debug> TCPHandler: Processed in 0.002246595 sec. | ||
| 2657 | 2024.12.20 21:13:43.252190 [ 268 ] {} <Trace> TCP-Session: 32ce9d3e-b8ad-475f-aac7-ad7723c5f26e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2658 | 2024.12.20 21:13:43.252402 [ 268 ] {1a5c5f6e-c6a7-464e-9a1c-b36dc46aca00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56115) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2659 | 2024.12.20 21:13:43.252483 [ 268 ] {1a5c5f6e-c6a7-464e-9a1c-b36dc46aca00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2660 | 2024.12.20 21:13:43.253323 [ 268 ] {1a5c5f6e-c6a7-464e-9a1c-b36dc46aca00} <Trace> oximeter.fields_uuid (56c9adb2-48e9-46d9-87b0-c6a967c48154): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2661 | 2024.12.20 21:13:43.253369 [ 268 ] {1a5c5f6e-c6a7-464e-9a1c-b36dc46aca00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2662 | 2024.12.20 21:13:43.253797 [ 268 ] {1a5c5f6e-c6a7-464e-9a1c-b36dc46aca00} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2663 | 2024.12.20 21:13:43.254051 [ 268 ] {1a5c5f6e-c6a7-464e-9a1c-b36dc46aca00} <Trace> oximeter.fields_uuid (56c9adb2-48e9-46d9-87b0-c6a967c48154): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2664 | 2024.12.20 21:13:43.254286 [ 268 ] {1a5c5f6e-c6a7-464e-9a1c-b36dc46aca00} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001943 sec., 32938.75450334534 rows/sec., 2.57 MiB/sec. | ||
| 2665 | 2024.12.20 21:13:43.254343 [ 268 ] {1a5c5f6e-c6a7-464e-9a1c-b36dc46aca00} <Debug> TCPHandler: Processed in 0.002293116 sec. | ||
| 2666 | 2024.12.20 21:13:43.254514 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2667 | 2024.12.20 21:13:43.254659 [ 271 ] {ba1a374b-94d7-4661-8fd7-f64f6591d6ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2668 | 2024.12.20 21:13:43.254730 [ 271 ] {ba1a374b-94d7-4661-8fd7-f64f6591d6ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2669 | 2024.12.20 21:13:43.255363 [ 271 ] {ba1a374b-94d7-4661-8fd7-f64f6591d6ad} <Trace> oximeter.measurements_cumulativeu64 (4b25041b-9433-4237-ab59-44afcaba2ba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2670 | 2024.12.20 21:13:43.255405 [ 271 ] {ba1a374b-94d7-4661-8fd7-f64f6591d6ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2671 | 2024.12.20 21:13:43.255800 [ 271 ] {ba1a374b-94d7-4661-8fd7-f64f6591d6ad} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2672 | 2024.12.20 21:13:43.256034 [ 271 ] {ba1a374b-94d7-4661-8fd7-f64f6591d6ad} <Trace> oximeter.measurements_cumulativeu64 (4b25041b-9433-4237-ab59-44afcaba2ba7): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2673 | 2024.12.20 21:13:43.256256 [ 271 ] {ba1a374b-94d7-4661-8fd7-f64f6591d6ad} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001635 sec., 78287.46177370031 rows/sec., 5.45 MiB/sec. | ||
| 2674 | 2024.12.20 21:13:43.256313 [ 271 ] {ba1a374b-94d7-4661-8fd7-f64f6591d6ad} <Debug> TCPHandler: Processed in 0.001869451 sec. | ||
| 2675 | 2024.12.20 21:13:43.256471 [ 268 ] {} <Trace> TCP-Session: 32ce9d3e-b8ad-475f-aac7-ad7723c5f26e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2676 | 2024.12.20 21:13:43.256610 [ 268 ] {3f2faa22-ac79-4cd6-b38b-efb568345a4a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56115) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2677 | 2024.12.20 21:13:43.256673 [ 268 ] {3f2faa22-ac79-4cd6-b38b-efb568345a4a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2678 | 2024.12.20 21:13:43.257227 [ 268 ] {3f2faa22-ac79-4cd6-b38b-efb568345a4a} <Trace> oximeter.measurements_u64 (18143310-3b17-415e-b30b-72754bf09621): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2679 | 2024.12.20 21:13:43.257267 [ 268 ] {3f2faa22-ac79-4cd6-b38b-efb568345a4a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2680 | 2024.12.20 21:13:43.257662 [ 268 ] {3f2faa22-ac79-4cd6-b38b-efb568345a4a} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2681 | 2024.12.20 21:13:43.257908 [ 268 ] {3f2faa22-ac79-4cd6-b38b-efb568345a4a} <Trace> oximeter.measurements_u64 (18143310-3b17-415e-b30b-72754bf09621): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2682 | 2024.12.20 21:13:43.258169 [ 268 ] {3f2faa22-ac79-4cd6-b38b-efb568345a4a} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001582 sec., 30341.34007585335 rows/sec., 2.04 MiB/sec. | ||
| 2683 | 2024.12.20 21:13:43.258361 [ 268 ] {3f2faa22-ac79-4cd6-b38b-efb568345a4a} <Debug> TCPHandler: Processed in 0.001950454 sec. | ||
| 2684 | 2024.12.20 21:13:44.666632 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5063 | ||
| 2685 | 2024.12.20 21:13:44.667287 [ 244 ] {} <Trace> system.asynchronous_metric_log (7374c277-4ec6-4bc6-a92a-be2a3111abf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2686 | 2024.12.20 21:13:44.667342 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2687 | 2024.12.20 21:13:44.667881 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2688 | 2024.12.20 21:13:44.668142 [ 244 ] {} <Trace> system.asynchronous_metric_log (7374c277-4ec6-4bc6-a92a-be2a3111abf4): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2689 | 2024.12.20 21:13:44.668352 [ 121 ] {} <Debug> system.asynchronous_metric_log (7374c277-4ec6-4bc6-a92a-be2a3111abf4) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2690 | 2024.12.20 21:13:44.668416 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5063 | ||
| 2691 | 2024.12.20 21:13:44.668456 [ 121 ] {} <Trace> system.asynchronous_metric_log (7374c277-4ec6-4bc6-a92a-be2a3111abf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2692 | 2024.12.20 21:13:44.668490 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2693 | 2024.12.20 21:13:44.668692 [ 194 ] {7374c277-4ec6-4bc6-a92a-be2a3111abf4::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 | ||
| 2694 | 2024.12.20 21:13:44.668868 [ 194 ] {7374c277-4ec6-4bc6-a92a-be2a3111abf4::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2695 | 2024.12.20 21:13:44.668909 [ 194 ] {7374c277-4ec6-4bc6-a92a-be2a3111abf4::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 | ||
| 2696 | 2024.12.20 21:13:44.668988 [ 194 ] {7374c277-4ec6-4bc6-a92a-be2a3111abf4::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 | ||
| 2697 | 2024.12.20 21:13:44.669069 [ 194 ] {7374c277-4ec6-4bc6-a92a-be2a3111abf4::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 | ||
| 2698 | 2024.12.20 21:13:44.669314 [ 194 ] {7374c277-4ec6-4bc6-a92a-be2a3111abf4::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 | ||
| 2699 | 2024.12.20 21:13:44.669468 [ 194 ] {7374c277-4ec6-4bc6-a92a-be2a3111abf4::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 | ||
| 2700 | 2024.12.20 21:13:44.669645 [ 194 ] {7374c277-4ec6-4bc6-a92a-be2a3111abf4::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 | ||
| 2701 | 2024.12.20 21:13:44.671365 [ 195 ] {7374c277-4ec6-4bc6-a92a-be2a3111abf4::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5063 rows, containing 4 columns (4 merged, 0 gathered) in 0.002804013 sec., 1805626.4361113873 rows/sec., 25.83 MiB/sec. | ||
| 2702 | 2024.12.20 21:13:44.671744 [ 187 ] {7374c277-4ec6-4bc6-a92a-be2a3111abf4::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2703 | 2024.12.20 21:13:44.672059 [ 187 ] {7374c277-4ec6-4bc6-a92a-be2a3111abf4::all_1_11_2} <Trace> system.asynchronous_metric_log (7374c277-4ec6-4bc6-a92a-be2a3111abf4): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2704 | 2024.12.20 21:13:44.672142 [ 187 ] {7374c277-4ec6-4bc6-a92a-be2a3111abf4::all_1_11_2} <Trace> system.asynchronous_metric_log (7374c277-4ec6-4bc6-a92a-be2a3111abf4) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2705 | 2024.12.20 21:13:44.672227 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB. | ||
| 2706 | 2024.12.20 21:13:44.959766 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83 | ||
| 2707 | 2024.12.20 21:13:44.980458 [ 243 ] {} <Trace> system.metric_log (76748c68-b196-4e56-a74b-50a33795b533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2708 | 2024.12.20 21:13:44.980504 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2709 | 2024.12.20 21:13:44.987902 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2710 | 2024.12.20 21:13:44.988659 [ 243 ] {} <Trace> system.metric_log (76748c68-b196-4e56-a74b-50a33795b533): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2711 | 2024.12.20 21:13:44.989021 [ 121 ] {} <Debug> system.metric_log (76748c68-b196-4e56-a74b-50a33795b533) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2712 | 2024.12.20 21:13:44.989172 [ 121 ] {} <Trace> system.metric_log (76748c68-b196-4e56-a74b-50a33795b533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2713 | 2024.12.20 21:13:44.989269 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2714 | 2024.12.20 21:13:44.989817 [ 194 ] {76748c68-b196-4e56-a74b-50a33795b533::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 | ||
| 2715 | 2024.12.20 21:13:45.006555 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 83 | ||
| 2716 | 2024.12.20 21:13:45.007771 [ 194 ] {76748c68-b196-4e56-a74b-50a33795b533::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2717 | 2024.12.20 21:13:45.009299 [ 194 ] {76748c68-b196-4e56-a74b-50a33795b533::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 | ||
| 2718 | 2024.12.20 21:13:45.014822 [ 194 ] {76748c68-b196-4e56-a74b-50a33795b533::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 | ||
| 2719 | 2024.12.20 21:13:45.020366 [ 194 ] {76748c68-b196-4e56-a74b-50a33795b533::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 | ||
| 2720 | 2024.12.20 21:13:45.025930 [ 194 ] {76748c68-b196-4e56-a74b-50a33795b533::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 | ||
| 2721 | 2024.12.20 21:13:45.031935 [ 194 ] {76748c68-b196-4e56-a74b-50a33795b533::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 | ||
| 2722 | 2024.12.20 21:13:45.036778 [ 194 ] {76748c68-b196-4e56-a74b-50a33795b533::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 | ||
| 2723 | 2024.12.20 21:13:45.095254 [ 195 ] {76748c68-b196-4e56-a74b-50a33795b533::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.105802521 sec., 784.4803622401398 rows/sec., 4.06 MiB/sec. | ||
| 2724 | 2024.12.20 21:13:45.097921 [ 196 ] {76748c68-b196-4e56-a74b-50a33795b533::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2725 | 2024.12.20 21:13:45.100971 [ 196 ] {76748c68-b196-4e56-a74b-50a33795b533::all_1_11_2} <Trace> system.metric_log (76748c68-b196-4e56-a74b-50a33795b533): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2726 | 2024.12.20 21:13:45.101107 [ 196 ] {76748c68-b196-4e56-a74b-50a33795b533::all_1_11_2} <Trace> system.metric_log (76748c68-b196-4e56-a74b-50a33795b533) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2727 | 2024.12.20 21:13:45.103602 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB. | ||
| 2728 | 2024.12.20 21:13:46.001160 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 172.96 MiB, peak 182.85 MiB, free memory in arenas 0.00 B, will set to 174.06 MiB (RSS), difference: 1.10 MiB | ||
| 2729 | 2024.12.20 21:13:48.251555 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2730 | 2024.12.20 21:13:48.251786 [ 271 ] {706e2019-f175-4ff2-99fa-fb9a9904394b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2731 | 2024.12.20 21:13:48.251867 [ 271 ] {706e2019-f175-4ff2-99fa-fb9a9904394b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2732 | 2024.12.20 21:13:48.252623 [ 271 ] {706e2019-f175-4ff2-99fa-fb9a9904394b} <Trace> oximeter.fields_string (a7c5bf06-55d5-47a3-8577-07a38c41e153): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2733 | 2024.12.20 21:13:48.252671 [ 271 ] {706e2019-f175-4ff2-99fa-fb9a9904394b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2734 | 2024.12.20 21:13:48.253116 [ 271 ] {706e2019-f175-4ff2-99fa-fb9a9904394b} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2735 | 2024.12.20 21:13:48.253509 [ 271 ] {706e2019-f175-4ff2-99fa-fb9a9904394b} <Trace> oximeter.fields_string (a7c5bf06-55d5-47a3-8577-07a38c41e153): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2736 | 2024.12.20 21:13:48.253693 [ 95 ] {} <Debug> oximeter.fields_string (a7c5bf06-55d5-47a3-8577-07a38c41e153) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2737 | 2024.12.20 21:13:48.253770 [ 271 ] {706e2019-f175-4ff2-99fa-fb9a9904394b} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002041 sec., 27437.530622244 rows/sec., 2.09 MiB/sec. | ||
| 2738 | 2024.12.20 21:13:48.253795 [ 95 ] {} <Trace> oximeter.fields_string (a7c5bf06-55d5-47a3-8577-07a38c41e153): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2739 | 2024.12.20 21:13:48.253871 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2740 | 2024.12.20 21:13:48.253892 [ 271 ] {706e2019-f175-4ff2-99fa-fb9a9904394b} <Debug> TCPHandler: Processed in 0.002472252 sec. | ||
| 2741 | 2024.12.20 21:13:48.254167 [ 197 ] {a7c5bf06-55d5-47a3-8577-07a38c41e153::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 | ||
| 2742 | 2024.12.20 21:13:48.254213 [ 268 ] {} <Trace> TCP-Session: 32ce9d3e-b8ad-475f-aac7-ad7723c5f26e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2743 | 2024.12.20 21:13:48.254577 [ 197 ] {a7c5bf06-55d5-47a3-8577-07a38c41e153::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2744 | 2024.12.20 21:13:48.254591 [ 268 ] {805ffa91-d1bc-400a-8e14-8f7a7deeae0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56115) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2745 | 2024.12.20 21:13:48.254675 [ 197 ] {a7c5bf06-55d5-47a3-8577-07a38c41e153::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1414 rows starting from the beginning of the part | ||
| 2746 | 2024.12.20 21:13:48.254739 [ 268 ] {805ffa91-d1bc-400a-8e14-8f7a7deeae0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2747 | 2024.12.20 21:13:48.255233 [ 197 ] {a7c5bf06-55d5-47a3-8577-07a38c41e153::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 273 rows starting from the beginning of the part | ||
| 2748 | 2024.12.20 21:13:48.255494 [ 197 ] {a7c5bf06-55d5-47a3-8577-07a38c41e153::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 56 rows starting from the beginning of the part | ||
| 2749 | 2024.12.20 21:13:48.255893 [ 197 ] {a7c5bf06-55d5-47a3-8577-07a38c41e153::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1419 rows starting from the beginning of the part | ||
| 2750 | 2024.12.20 21:13:48.256274 [ 197 ] {a7c5bf06-55d5-47a3-8577-07a38c41e153::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 56 rows starting from the beginning of the part | ||
| 2751 | 2024.12.20 21:13:48.256639 [ 197 ] {a7c5bf06-55d5-47a3-8577-07a38c41e153::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 56 rows starting from the beginning of the part | ||
| 2752 | 2024.12.20 21:13:48.257986 [ 268 ] {805ffa91-d1bc-400a-8e14-8f7a7deeae0b} <Trace> oximeter.fields_uuid (56c9adb2-48e9-46d9-87b0-c6a967c48154): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2753 | 2024.12.20 21:13:48.258067 [ 268 ] {805ffa91-d1bc-400a-8e14-8f7a7deeae0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2754 | 2024.12.20 21:13:48.259257 [ 268 ] {805ffa91-d1bc-400a-8e14-8f7a7deeae0b} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2755 | 2024.12.20 21:13:48.259606 [ 268 ] {805ffa91-d1bc-400a-8e14-8f7a7deeae0b} <Trace> oximeter.fields_uuid (56c9adb2-48e9-46d9-87b0-c6a967c48154): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2756 | 2024.12.20 21:13:48.259951 [ 95 ] {} <Debug> oximeter.fields_uuid (56c9adb2-48e9-46d9-87b0-c6a967c48154) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2757 | 2024.12.20 21:13:48.260150 [ 95 ] {} <Trace> oximeter.fields_uuid (56c9adb2-48e9-46d9-87b0-c6a967c48154): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2758 | 2024.12.20 21:13:48.260175 [ 268 ] {805ffa91-d1bc-400a-8e14-8f7a7deeae0b} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005678 sec., 11271.574498062699 rows/sec., 900.89 KiB/sec. | ||
| 2759 | 2024.12.20 21:13:48.260221 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2760 | 2024.12.20 21:13:48.260532 [ 268 ] {805ffa91-d1bc-400a-8e14-8f7a7deeae0b} <Debug> TCPHandler: Processed in 0.006500416 sec. | ||
| 2761 | 2024.12.20 21:13:48.260789 [ 195 ] {56c9adb2-48e9-46d9-87b0-c6a967c48154::all_1_16_3} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_11_2 to all_16_16_0 into Compact with storage Full | ||
| 2762 | 2024.12.20 21:13:48.260822 [ 197 ] {a7c5bf06-55d5-47a3-8577-07a38c41e153::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3274 rows, containing 5 columns (5 merged, 0 gathered) in 0.006806076 sec., 481040.7641642556 rows/sec., 41.97 MiB/sec. | ||
| 2763 | 2024.12.20 21:13:48.260896 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2764 | 2024.12.20 21:13:48.261104 [ 195 ] {56c9adb2-48e9-46d9-87b0-c6a967c48154::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2765 | 2024.12.20 21:13:48.261190 [ 271 ] {28aecc53-8856-40d2-981b-9958540647c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2766 | 2024.12.20 21:13:48.261197 [ 195 ] {56c9adb2-48e9-46d9-87b0-c6a967c48154::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 886 rows starting from the beginning of the part | ||
| 2767 | 2024.12.20 21:13:48.261260 [ 199 ] {a7c5bf06-55d5-47a3-8577-07a38c41e153::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2768 | 2024.12.20 21:13:48.261412 [ 271 ] {28aecc53-8856-40d2-981b-9958540647c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2769 | 2024.12.20 21:13:48.261672 [ 195 ] {56c9adb2-48e9-46d9-87b0-c6a967c48154::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 417 rows starting from the beginning of the part | ||
| 2770 | 2024.12.20 21:13:48.262401 [ 195 ] {56c9adb2-48e9-46d9-87b0-c6a967c48154::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 64 rows starting from the beginning of the part | ||
| 2771 | 2024.12.20 21:13:48.262885 [ 197 ] {a7c5bf06-55d5-47a3-8577-07a38c41e153::all_1_16_3} <Trace> oximeter.fields_string (a7c5bf06-55d5-47a3-8577-07a38c41e153): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2772 | 2024.12.20 21:13:48.262987 [ 195 ] {56c9adb2-48e9-46d9-87b0-c6a967c48154::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 885 rows starting from the beginning of the part | ||
| 2773 | 2024.12.20 21:13:48.263420 [ 195 ] {56c9adb2-48e9-46d9-87b0-c6a967c48154::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 64 rows starting from the beginning of the part | ||
| 2774 | 2024.12.20 21:13:48.263927 [ 195 ] {56c9adb2-48e9-46d9-87b0-c6a967c48154::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 64 rows starting from the beginning of the part | ||
| 2775 | 2024.12.20 21:13:48.264074 [ 197 ] {a7c5bf06-55d5-47a3-8577-07a38c41e153::all_1_16_3} <Trace> oximeter.fields_string (a7c5bf06-55d5-47a3-8577-07a38c41e153) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2776 | 2024.12.20 21:13:48.264793 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.78 MiB. | ||
| 2777 | 2024.12.20 21:13:48.265351 [ 271 ] {28aecc53-8856-40d2-981b-9958540647c6} <Trace> oximeter.measurements_cumulativeu64 (4b25041b-9433-4237-ab59-44afcaba2ba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2778 | 2024.12.20 21:13:48.265418 [ 271 ] {28aecc53-8856-40d2-981b-9958540647c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2779 | 2024.12.20 21:13:48.266428 [ 271 ] {28aecc53-8856-40d2-981b-9958540647c6} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2780 | 2024.12.20 21:13:48.266782 [ 271 ] {28aecc53-8856-40d2-981b-9958540647c6} <Trace> oximeter.measurements_cumulativeu64 (4b25041b-9433-4237-ab59-44afcaba2ba7): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2781 | 2024.12.20 21:13:48.266999 [ 95 ] {} <Debug> oximeter.measurements_cumulativeu64 (4b25041b-9433-4237-ab59-44afcaba2ba7) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2782 | 2024.12.20 21:13:48.267116 [ 95 ] {} <Trace> oximeter.measurements_cumulativeu64 (4b25041b-9433-4237-ab59-44afcaba2ba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2783 | 2024.12.20 21:13:48.267208 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2784 | 2024.12.20 21:13:48.267344 [ 271 ] {28aecc53-8856-40d2-981b-9958540647c6} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.006197 sec., 25818.944650637404 rows/sec., 1.80 MiB/sec. | ||
| 2785 | 2024.12.20 21:13:48.267885 [ 271 ] {28aecc53-8856-40d2-981b-9958540647c6} <Debug> TCPHandler: Processed in 0.007102775 sec. | ||
| 2786 | 2024.12.20 21:13:48.267901 [ 199 ] {4b25041b-9433-4237-ab59-44afcaba2ba7::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 | ||
| 2787 | 2024.12.20 21:13:48.267997 [ 195 ] {56c9adb2-48e9-46d9-87b0-c6a967c48154::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2380 rows, containing 5 columns (5 merged, 0 gathered) in 0.007599122 sec., 313194.0768946728 rows/sec., 23.99 MiB/sec. | ||
| 2788 | 2024.12.20 21:13:48.268257 [ 268 ] {} <Trace> TCP-Session: 32ce9d3e-b8ad-475f-aac7-ad7723c5f26e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2789 | 2024.12.20 21:13:48.268290 [ 199 ] {4b25041b-9433-4237-ab59-44afcaba2ba7::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2790 | 2024.12.20 21:13:48.268305 [ 195 ] {56c9adb2-48e9-46d9-87b0-c6a967c48154::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2791 | 2024.12.20 21:13:48.268355 [ 199 ] {4b25041b-9433-4237-ab59-44afcaba2ba7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 4066 rows starting from the beginning of the part | ||
| 2792 | 2024.12.20 21:13:48.268731 [ 268 ] {7401bed9-eab1-4b09-b39b-84e6588fe7c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56115) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2793 | 2024.12.20 21:13:48.268843 [ 199 ] {4b25041b-9433-4237-ab59-44afcaba2ba7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 237 rows starting from the beginning of the part | ||
| 2794 | 2024.12.20 21:13:48.269100 [ 268 ] {7401bed9-eab1-4b09-b39b-84e6588fe7c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2795 | 2024.12.20 21:13:48.269305 [ 199 ] {4b25041b-9433-4237-ab59-44afcaba2ba7::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 | ||
| 2796 | 2024.12.20 21:13:48.269408 [ 195 ] {56c9adb2-48e9-46d9-87b0-c6a967c48154::all_1_16_3} <Trace> oximeter.fields_uuid (56c9adb2-48e9-46d9-87b0-c6a967c48154): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2797 | 2024.12.20 21:13:48.269965 [ 199 ] {4b25041b-9433-4237-ab59-44afcaba2ba7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 961 rows starting from the beginning of the part | ||
| 2798 | 2024.12.20 21:13:48.270145 [ 195 ] {56c9adb2-48e9-46d9-87b0-c6a967c48154::all_1_16_3} <Trace> oximeter.fields_uuid (56c9adb2-48e9-46d9-87b0-c6a967c48154) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2799 | 2024.12.20 21:13:48.270673 [ 199 ] {4b25041b-9433-4237-ab59-44afcaba2ba7::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 128 rows starting from the beginning of the part | ||
| 2800 | 2024.12.20 21:13:48.270729 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 2801 | 2024.12.20 21:13:48.271073 [ 199 ] {4b25041b-9433-4237-ab59-44afcaba2ba7::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 | ||
| 2802 | 2024.12.20 21:13:48.272238 [ 268 ] {7401bed9-eab1-4b09-b39b-84e6588fe7c3} <Trace> oximeter.measurements_u64 (18143310-3b17-415e-b30b-72754bf09621): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2803 | 2024.12.20 21:13:48.272297 [ 268 ] {7401bed9-eab1-4b09-b39b-84e6588fe7c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2804 | 2024.12.20 21:13:48.273153 [ 268 ] {7401bed9-eab1-4b09-b39b-84e6588fe7c3} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2805 | 2024.12.20 21:13:48.273547 [ 268 ] {7401bed9-eab1-4b09-b39b-84e6588fe7c3} <Trace> oximeter.measurements_u64 (18143310-3b17-415e-b30b-72754bf09621): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2806 | 2024.12.20 21:13:48.273795 [ 95 ] {} <Debug> oximeter.measurements_u64 (18143310-3b17-415e-b30b-72754bf09621) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2807 | 2024.12.20 21:13:48.273890 [ 95 ] {} <Trace> oximeter.measurements_u64 (18143310-3b17-415e-b30b-72754bf09621): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2808 | 2024.12.20 21:13:48.273941 [ 95 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2809 | 2024.12.20 21:13:48.273977 [ 268 ] {7401bed9-eab1-4b09-b39b-84e6588fe7c3} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00544 sec., 11029.411764705881 rows/sec., 761.14 KiB/sec. | ||
| 2810 | 2024.12.20 21:13:48.274300 [ 268 ] {7401bed9-eab1-4b09-b39b-84e6588fe7c3} <Debug> TCPHandler: Processed in 0.006269108 sec. | ||
| 2811 | 2024.12.20 21:13:48.274368 [ 197 ] {18143310-3b17-415e-b30b-72754bf09621::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 | ||
| 2812 | 2024.12.20 21:13:48.274620 [ 197 ] {18143310-3b17-415e-b30b-72754bf09621::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2813 | 2024.12.20 21:13:48.274720 [ 197 ] {18143310-3b17-415e-b30b-72754bf09621::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 676 rows starting from the beginning of the part | ||
| 2814 | 2024.12.20 21:13:48.274925 [ 195 ] {4b25041b-9433-4237-ab59-44afcaba2ba7::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5712 rows, containing 5 columns (5 merged, 0 gathered) in 0.0075231 sec., 759261.4746580533 rows/sec., 51.22 MiB/sec. | ||
| 2815 | 2024.12.20 21:13:48.275026 [ 197 ] {18143310-3b17-415e-b30b-72754bf09621::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 82 rows starting from the beginning of the part | ||
| 2816 | 2024.12.20 21:13:48.275124 [ 197 ] {18143310-3b17-415e-b30b-72754bf09621::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 | ||
| 2817 | 2024.12.20 21:13:48.275209 [ 197 ] {18143310-3b17-415e-b30b-72754bf09621::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 34 rows starting from the beginning of the part | ||
| 2818 | 2024.12.20 21:13:48.275509 [ 197 ] {18143310-3b17-415e-b30b-72754bf09621::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 48 rows starting from the beginning of the part | ||
| 2819 | 2024.12.20 21:13:48.275637 [ 195 ] {4b25041b-9433-4237-ab59-44afcaba2ba7::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2820 | 2024.12.20 21:13:48.275704 [ 197 ] {18143310-3b17-415e-b30b-72754bf09621::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 | ||
| 2821 | 2024.12.20 21:13:48.276517 [ 195 ] {4b25041b-9433-4237-ab59-44afcaba2ba7::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (4b25041b-9433-4237-ab59-44afcaba2ba7): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2822 | 2024.12.20 21:13:48.276732 [ 195 ] {4b25041b-9433-4237-ab59-44afcaba2ba7::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (4b25041b-9433-4237-ab59-44afcaba2ba7) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2823 | 2024.12.20 21:13:48.276889 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.07 MiB. | ||
| 2824 | 2024.12.20 21:13:48.277494 [ 200 ] {18143310-3b17-415e-b30b-72754bf09621::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 960 rows, containing 4 columns (4 merged, 0 gathered) in 0.003403782 sec., 282039.2140272203 rows/sec., 18.45 MiB/sec. | ||
| 2825 | 2024.12.20 21:13:48.277705 [ 195 ] {18143310-3b17-415e-b30b-72754bf09621::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2826 | 2024.12.20 21:13:48.278003 [ 195 ] {18143310-3b17-415e-b30b-72754bf09621::all_1_16_3} <Trace> oximeter.measurements_u64 (18143310-3b17-415e-b30b-72754bf09621): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2827 | 2024.12.20 21:13:48.278083 [ 195 ] {18143310-3b17-415e-b30b-72754bf09621::all_1_16_3} <Trace> oximeter.measurements_u64 (18143310-3b17-415e-b30b-72754bf09621) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2828 | 2024.12.20 21:13:48.278165 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. | ||
| 2829 | 2024.12.20 21:13:50.620308 [ 111 ] {} <Debug> oximeter.timeseries_schema (01d8643b-47e1-4db5-9986-404ac45e3089) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2830 | 2024.12.20 21:13:50.620375 [ 111 ] {} <Trace> oximeter.timeseries_schema (01d8643b-47e1-4db5-9986-404ac45e3089): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2831 | 2024.12.20 21:13:50.620398 [ 111 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2832 | 2024.12.20 21:13:50.620767 [ 197 ] {01d8643b-47e1-4db5-9986-404ac45e3089::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 | ||
| 2833 | 2024.12.20 21:13:50.621259 [ 197 ] {01d8643b-47e1-4db5-9986-404ac45e3089::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2834 | 2024.12.20 21:13:50.621301 [ 197 ] {01d8643b-47e1-4db5-9986-404ac45e3089::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 | ||
| 2835 | 2024.12.20 21:13:50.621398 [ 197 ] {01d8643b-47e1-4db5-9986-404ac45e3089::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 | ||
| 2836 | 2024.12.20 21:13:50.621488 [ 197 ] {01d8643b-47e1-4db5-9986-404ac45e3089::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 6 rows starting from the beginning of the part | ||
| 2837 | 2024.12.20 21:13:50.621570 [ 197 ] {01d8643b-47e1-4db5-9986-404ac45e3089::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 4 rows starting from the beginning of the part | ||
| 2838 | 2024.12.20 21:13:50.621650 [ 197 ] {01d8643b-47e1-4db5-9986-404ac45e3089::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 | ||
| 2839 | 2024.12.20 21:13:50.623853 [ 200 ] {01d8643b-47e1-4db5-9986-404ac45e3089::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 42 rows, containing 6 columns (6 merged, 0 gathered) in 0.003356541 sec., 12512.881564682213 rows/sec., 2.06 MiB/sec. | ||
| 2840 | 2024.12.20 21:13:50.624097 [ 188 ] {01d8643b-47e1-4db5-9986-404ac45e3089::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2841 | 2024.12.20 21:13:50.624594 [ 188 ] {01d8643b-47e1-4db5-9986-404ac45e3089::all_1_5_1} <Trace> oximeter.timeseries_schema (01d8643b-47e1-4db5-9986-404ac45e3089): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2842 | 2024.12.20 21:13:50.624681 [ 188 ] {01d8643b-47e1-4db5-9986-404ac45e3089::all_1_5_1} <Trace> oximeter.timeseries_schema (01d8643b-47e1-4db5-9986-404ac45e3089) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2843 | 2024.12.20 21:13:50.624782 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
| 2844 | 2024.12.20 21:13:52.084402 [ 83 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2845 | 2024.12.20 21:13:52.084498 [ 83 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2846 | 2024.12.20 21:13:52.169435 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 5551 | ||
| 2847 | 2024.12.20 21:13:52.170116 [ 244 ] {} <Trace> system.asynchronous_metric_log (7374c277-4ec6-4bc6-a92a-be2a3111abf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2848 | 2024.12.20 21:13:52.170169 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2849 | 2024.12.20 21:13:52.170714 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2850 | 2024.12.20 21:13:52.170987 [ 244 ] {} <Trace> system.asynchronous_metric_log (7374c277-4ec6-4bc6-a92a-be2a3111abf4): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2851 | 2024.12.20 21:13:52.171296 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5551 | ||
| 2852 | 2024.12.20 21:13:52.180734 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 400 | ||
| 2853 | 2024.12.20 21:13:52.183409 [ 242 ] {} <Trace> system.query_log (baa8d9f2-52e3-4f4e-aa10-ca7b91d14406): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2854 | 2024.12.20 21:13:52.183453 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2855 | 2024.12.20 21:13:52.184957 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2856 | 2024.12.20 21:13:52.185274 [ 242 ] {} <Trace> system.query_log (baa8d9f2-52e3-4f4e-aa10-ca7b91d14406): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2857 | 2024.12.20 21:13:52.185788 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 400 | ||
| 2858 | 2024.12.20 21:13:52.507544 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91 | ||
| 2859 | 2024.12.20 21:13:52.527086 [ 243 ] {} <Trace> system.metric_log (76748c68-b196-4e56-a74b-50a33795b533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2860 | 2024.12.20 21:13:52.527157 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2861 | 2024.12.20 21:13:52.534461 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2862 | 2024.12.20 21:13:52.535233 [ 243 ] {} <Trace> system.metric_log (76748c68-b196-4e56-a74b-50a33795b533): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2863 | 2024.12.20 21:13:52.538359 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 91 | ||
| 2864 | 2024.12.20 21:13:53.257875 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2865 | 2024.12.20 21:13:53.258063 [ 271 ] {6bdfbd8c-e0d5-42a2-8688-25824dab89f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2866 | 2024.12.20 21:13:53.258136 [ 271 ] {6bdfbd8c-e0d5-42a2-8688-25824dab89f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2867 | 2024.12.20 21:13:53.258883 [ 271 ] {6bdfbd8c-e0d5-42a2-8688-25824dab89f8} <Trace> oximeter.fields_i16 (e8dd8f29-dacb-43c4-8630-4a7e9eaac6df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2868 | 2024.12.20 21:13:53.258936 [ 271 ] {6bdfbd8c-e0d5-42a2-8688-25824dab89f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2869 | 2024.12.20 21:13:53.259383 [ 271 ] {6bdfbd8c-e0d5-42a2-8688-25824dab89f8} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2870 | 2024.12.20 21:13:53.259637 [ 271 ] {6bdfbd8c-e0d5-42a2-8688-25824dab89f8} <Trace> oximeter.fields_i16 (e8dd8f29-dacb-43c4-8630-4a7e9eaac6df): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2871 | 2024.12.20 21:13:53.259866 [ 271 ] {6bdfbd8c-e0d5-42a2-8688-25824dab89f8} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001855 sec., 7547.169811320754 rows/sec., 543.30 KiB/sec. | ||
| 2872 | 2024.12.20 21:13:53.259935 [ 271 ] {6bdfbd8c-e0d5-42a2-8688-25824dab89f8} <Debug> TCPHandler: Processed in 0.002190403 sec. | ||
| 2873 | 2024.12.20 21:13:53.260192 [ 268 ] {} <Trace> TCP-Session: 32ce9d3e-b8ad-475f-aac7-ad7723c5f26e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2874 | 2024.12.20 21:13:53.260381 [ 268 ] {3a3f83d2-e2d3-4fe5-8547-7ad2bcb940a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56115) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2875 | 2024.12.20 21:13:53.260452 [ 268 ] {3a3f83d2-e2d3-4fe5-8547-7ad2bcb940a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2876 | 2024.12.20 21:13:53.261348 [ 268 ] {3a3f83d2-e2d3-4fe5-8547-7ad2bcb940a2} <Trace> oximeter.fields_string (a7c5bf06-55d5-47a3-8577-07a38c41e153): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2877 | 2024.12.20 21:13:53.261389 [ 268 ] {3a3f83d2-e2d3-4fe5-8547-7ad2bcb940a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2878 | 2024.12.20 21:13:53.261852 [ 268 ] {3a3f83d2-e2d3-4fe5-8547-7ad2bcb940a2} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2879 | 2024.12.20 21:13:53.262136 [ 268 ] {3a3f83d2-e2d3-4fe5-8547-7ad2bcb940a2} <Trace> oximeter.fields_string (a7c5bf06-55d5-47a3-8577-07a38c41e153): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2880 | 2024.12.20 21:13:53.262333 [ 268 ] {3a3f83d2-e2d3-4fe5-8547-7ad2bcb940a2} <Debug> executeQuery: Read 279 rows, 25.18 KiB in 0.002006 sec., 139082.7517447657 rows/sec., 12.26 MiB/sec. | ||
| 2881 | 2024.12.20 21:13:53.262389 [ 268 ] {3a3f83d2-e2d3-4fe5-8547-7ad2bcb940a2} <Debug> TCPHandler: Processed in 0.002331217 sec. | ||
| 2882 | 2024.12.20 21:13:53.262554 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2883 | 2024.12.20 21:13:53.262697 [ 271 ] {7f497954-32a5-4c53-bfad-4eee1d32cebc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2884 | 2024.12.20 21:13:53.262759 [ 271 ] {7f497954-32a5-4c53-bfad-4eee1d32cebc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2885 | 2024.12.20 21:13:53.263451 [ 271 ] {7f497954-32a5-4c53-bfad-4eee1d32cebc} <Trace> oximeter.fields_u16 (f5c5f422-b38a-45cf-a007-008934086980): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2886 | 2024.12.20 21:13:53.263493 [ 271 ] {7f497954-32a5-4c53-bfad-4eee1d32cebc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2887 | 2024.12.20 21:13:53.263870 [ 271 ] {7f497954-32a5-4c53-bfad-4eee1d32cebc} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2888 | 2024.12.20 21:13:53.264118 [ 271 ] {7f497954-32a5-4c53-bfad-4eee1d32cebc} <Trace> oximeter.fields_u16 (f5c5f422-b38a-45cf-a007-008934086980): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2889 | 2024.12.20 21:13:53.264347 [ 271 ] {7f497954-32a5-4c53-bfad-4eee1d32cebc} <Debug> executeQuery: Read 45 rows, 3.31 KiB in 0.001685 sec., 26706.231454005934 rows/sec., 1.92 MiB/sec. | ||
| 2890 | 2024.12.20 21:13:53.264407 [ 271 ] {7f497954-32a5-4c53-bfad-4eee1d32cebc} <Debug> TCPHandler: Processed in 0.001920224 sec. | ||
| 2891 | 2024.12.20 21:13:53.264582 [ 268 ] {} <Trace> TCP-Session: 32ce9d3e-b8ad-475f-aac7-ad7723c5f26e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2892 | 2024.12.20 21:13:53.264702 [ 268 ] {a44615a7-8bd6-4494-9177-059350cce5b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56115) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2893 | 2024.12.20 21:13:53.264752 [ 268 ] {a44615a7-8bd6-4494-9177-059350cce5b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2894 | 2024.12.20 21:13:53.265339 [ 268 ] {a44615a7-8bd6-4494-9177-059350cce5b1} <Trace> oximeter.fields_u32 (44e160d5-ebb5-4558-9722-9802c9a6e790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2895 | 2024.12.20 21:13:53.265378 [ 268 ] {a44615a7-8bd6-4494-9177-059350cce5b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2896 | 2024.12.20 21:13:53.265746 [ 268 ] {a44615a7-8bd6-4494-9177-059350cce5b1} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2897 | 2024.12.20 21:13:53.265983 [ 268 ] {a44615a7-8bd6-4494-9177-059350cce5b1} <Trace> oximeter.fields_u32 (44e160d5-ebb5-4558-9722-9802c9a6e790): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2898 | 2024.12.20 21:13:53.266160 [ 268 ] {a44615a7-8bd6-4494-9177-059350cce5b1} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001484 sec., 9433.962264150943 rows/sec., 660.69 KiB/sec. | ||
| 2899 | 2024.12.20 21:13:53.266212 [ 268 ] {a44615a7-8bd6-4494-9177-059350cce5b1} <Debug> TCPHandler: Processed in 0.001689986 sec. | ||
| 2900 | 2024.12.20 21:13:53.266372 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2901 | 2024.12.20 21:13:53.266493 [ 271 ] {9360a07a-2a79-480d-b8b4-21ec86581155} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2902 | 2024.12.20 21:13:53.266546 [ 271 ] {9360a07a-2a79-480d-b8b4-21ec86581155} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2903 | 2024.12.20 21:13:53.267147 [ 271 ] {9360a07a-2a79-480d-b8b4-21ec86581155} <Trace> oximeter.fields_u8 (c8d30ddd-c805-419d-8cc9-be9ef3e3339c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2904 | 2024.12.20 21:13:53.267187 [ 271 ] {9360a07a-2a79-480d-b8b4-21ec86581155} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2905 | 2024.12.20 21:13:53.267556 [ 271 ] {9360a07a-2a79-480d-b8b4-21ec86581155} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2906 | 2024.12.20 21:13:53.267790 [ 271 ] {9360a07a-2a79-480d-b8b4-21ec86581155} <Trace> oximeter.fields_u8 (c8d30ddd-c805-419d-8cc9-be9ef3e3339c): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2907 | 2024.12.20 21:13:53.268027 [ 271 ] {9360a07a-2a79-480d-b8b4-21ec86581155} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001556 sec., 8354.755784061696 rows/sec., 520.92 KiB/sec. | ||
| 2908 | 2024.12.20 21:13:53.268105 [ 271 ] {9360a07a-2a79-480d-b8b4-21ec86581155} <Debug> TCPHandler: Processed in 0.001792169 sec. | ||
| 2909 | 2024.12.20 21:13:53.268257 [ 268 ] {} <Trace> TCP-Session: 32ce9d3e-b8ad-475f-aac7-ad7723c5f26e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2910 | 2024.12.20 21:13:53.268379 [ 268 ] {9b3a0dd7-5981-4816-b915-b0cd888cd955} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56115) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2911 | 2024.12.20 21:13:53.268427 [ 268 ] {9b3a0dd7-5981-4816-b915-b0cd888cd955} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2912 | 2024.12.20 21:13:53.269188 [ 268 ] {9b3a0dd7-5981-4816-b915-b0cd888cd955} <Trace> oximeter.fields_uuid (56c9adb2-48e9-46d9-87b0-c6a967c48154): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2913 | 2024.12.20 21:13:53.269226 [ 268 ] {9b3a0dd7-5981-4816-b915-b0cd888cd955} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2914 | 2024.12.20 21:13:53.269626 [ 268 ] {9b3a0dd7-5981-4816-b915-b0cd888cd955} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2915 | 2024.12.20 21:13:53.269870 [ 268 ] {9b3a0dd7-5981-4816-b915-b0cd888cd955} <Trace> oximeter.fields_uuid (56c9adb2-48e9-46d9-87b0-c6a967c48154): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2916 | 2024.12.20 21:13:53.270047 [ 268 ] {9b3a0dd7-5981-4816-b915-b0cd888cd955} <Debug> executeQuery: Read 426 rows, 31.21 KiB in 0.001693 sec., 251624.33549911398 rows/sec., 18.00 MiB/sec. | ||
| 2917 | 2024.12.20 21:13:53.270098 [ 268 ] {9b3a0dd7-5981-4816-b915-b0cd888cd955} <Debug> TCPHandler: Processed in 0.001898353 sec. | ||
| 2918 | 2024.12.20 21:13:53.270251 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2919 | 2024.12.20 21:13:53.270391 [ 271 ] {ec83cbed-9acc-488a-93c5-9dbffefc7735} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2920 | 2024.12.20 21:13:53.270451 [ 271 ] {ec83cbed-9acc-488a-93c5-9dbffefc7735} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2921 | 2024.12.20 21:13:53.271015 [ 271 ] {ec83cbed-9acc-488a-93c5-9dbffefc7735} <Trace> oximeter.measurements_bool (11c94d34-dd1c-42cf-9f5b-a62aea0c2735): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2922 | 2024.12.20 21:13:53.271061 [ 271 ] {ec83cbed-9acc-488a-93c5-9dbffefc7735} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2923 | 2024.12.20 21:13:53.271449 [ 271 ] {ec83cbed-9acc-488a-93c5-9dbffefc7735} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2924 | 2024.12.20 21:13:53.271681 [ 271 ] {ec83cbed-9acc-488a-93c5-9dbffefc7735} <Trace> oximeter.measurements_bool (11c94d34-dd1c-42cf-9f5b-a62aea0c2735): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2925 | 2024.12.20 21:13:53.271945 [ 271 ] {ec83cbed-9acc-488a-93c5-9dbffefc7735} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001574 sec., 3811.944091486658 rows/sec., 199.16 KiB/sec. | ||
| 2926 | 2024.12.20 21:13:53.272089 [ 271 ] {ec83cbed-9acc-488a-93c5-9dbffefc7735} <Debug> TCPHandler: Processed in 0.001898953 sec. | ||
| 2927 | 2024.12.20 21:13:53.272249 [ 268 ] {} <Trace> TCP-Session: 32ce9d3e-b8ad-475f-aac7-ad7723c5f26e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2928 | 2024.12.20 21:13:53.272390 [ 268 ] {b6d74d99-9a01-4e3d-94d7-78a513de2b77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56115) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2929 | 2024.12.20 21:13:53.272453 [ 268 ] {b6d74d99-9a01-4e3d-94d7-78a513de2b77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2930 | 2024.12.20 21:13:53.273166 [ 268 ] {b6d74d99-9a01-4e3d-94d7-78a513de2b77} <Trace> oximeter.measurements_cumulativeu64 (4b25041b-9433-4237-ab59-44afcaba2ba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2931 | 2024.12.20 21:13:53.273211 [ 268 ] {b6d74d99-9a01-4e3d-94d7-78a513de2b77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2932 | 2024.12.20 21:13:53.273616 [ 268 ] {b6d74d99-9a01-4e3d-94d7-78a513de2b77} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2933 | 2024.12.20 21:13:53.273876 [ 268 ] {b6d74d99-9a01-4e3d-94d7-78a513de2b77} <Trace> oximeter.measurements_cumulativeu64 (4b25041b-9433-4237-ab59-44afcaba2ba7): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2934 | 2024.12.20 21:13:53.274058 [ 268 ] {b6d74d99-9a01-4e3d-94d7-78a513de2b77} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001701 sec., 139329.80599647266 rows/sec., 9.34 MiB/sec. | ||
| 2935 | 2024.12.20 21:13:53.274109 [ 268 ] {b6d74d99-9a01-4e3d-94d7-78a513de2b77} <Debug> TCPHandler: Processed in 0.001920404 sec. | ||
| 2936 | 2024.12.20 21:13:53.274263 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2937 | 2024.12.20 21:13:53.274402 [ 271 ] {0e2ce567-4735-4ef6-989d-4fa4e80ca874} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2938 | 2024.12.20 21:13:53.274462 [ 271 ] {0e2ce567-4735-4ef6-989d-4fa4e80ca874} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2939 | 2024.12.20 21:13:53.275019 [ 271 ] {0e2ce567-4735-4ef6-989d-4fa4e80ca874} <Trace> oximeter.measurements_f64 (91051acd-5a5c-4cbe-bf7a-a2cd5e3daeba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2940 | 2024.12.20 21:13:53.275065 [ 271 ] {0e2ce567-4735-4ef6-989d-4fa4e80ca874} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2941 | 2024.12.20 21:13:53.275442 [ 271 ] {0e2ce567-4735-4ef6-989d-4fa4e80ca874} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2942 | 2024.12.20 21:13:53.275678 [ 271 ] {0e2ce567-4735-4ef6-989d-4fa4e80ca874} <Trace> oximeter.measurements_f64 (91051acd-5a5c-4cbe-bf7a-a2cd5e3daeba): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2943 | 2024.12.20 21:13:53.275876 [ 271 ] {0e2ce567-4735-4ef6-989d-4fa4e80ca874} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001506 sec., 664.0106241699867 rows/sec., 44.74 KiB/sec. | ||
| 2944 | 2024.12.20 21:13:53.275926 [ 271 ] {0e2ce567-4735-4ef6-989d-4fa4e80ca874} <Debug> TCPHandler: Processed in 0.001726187 sec. | ||
| 2945 | 2024.12.20 21:13:53.276072 [ 268 ] {} <Trace> TCP-Session: 32ce9d3e-b8ad-475f-aac7-ad7723c5f26e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2946 | 2024.12.20 21:13:53.276189 [ 268 ] {b45500a6-874c-4164-8f94-eeeaa12c0397} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56115) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2947 | 2024.12.20 21:13:53.276279 [ 268 ] {b45500a6-874c-4164-8f94-eeeaa12c0397} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 2948 | 2024.12.20 21:13:53.277624 [ 268 ] {b45500a6-874c-4164-8f94-eeeaa12c0397} <Trace> oximeter.measurements_histogramu64 (84834c4b-a921-406e-bab6-7c9ded2f611a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2949 | 2024.12.20 21:13:53.277661 [ 268 ] {b45500a6-874c-4164-8f94-eeeaa12c0397} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2950 | 2024.12.20 21:13:53.278333 [ 268 ] {b45500a6-874c-4164-8f94-eeeaa12c0397} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2951 | 2024.12.20 21:13:53.278587 [ 268 ] {b45500a6-874c-4164-8f94-eeeaa12c0397} <Trace> oximeter.measurements_histogramu64 (84834c4b-a921-406e-bab6-7c9ded2f611a): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2952 | 2024.12.20 21:13:53.278781 [ 268 ] {b45500a6-874c-4164-8f94-eeeaa12c0397} <Debug> executeQuery: Read 38 rows, 69.73 KiB in 0.002618 sec., 14514.896867838044 rows/sec., 26.01 MiB/sec. | ||
| 2953 | 2024.12.20 21:13:53.278872 [ 268 ] {b45500a6-874c-4164-8f94-eeeaa12c0397} <Debug> TCPHandler: Processed in 0.002857564 sec. | ||
| 2954 | 2024.12.20 21:13:53.279034 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2955 | 2024.12.20 21:13:53.279170 [ 271 ] {929e4dca-bd8b-4e09-9db8-b684d9d67b50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 2956 | 2024.12.20 21:13:53.279230 [ 271 ] {929e4dca-bd8b-4e09-9db8-b684d9d67b50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 2957 | 2024.12.20 21:13:53.279780 [ 271 ] {929e4dca-bd8b-4e09-9db8-b684d9d67b50} <Trace> oximeter.measurements_i64 (efb947f3-73eb-4e07-80b8-fd2c17496657): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2958 | 2024.12.20 21:13:53.279826 [ 271 ] {929e4dca-bd8b-4e09-9db8-b684d9d67b50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2959 | 2024.12.20 21:13:53.280248 [ 271 ] {929e4dca-bd8b-4e09-9db8-b684d9d67b50} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2960 | 2024.12.20 21:13:53.280488 [ 271 ] {929e4dca-bd8b-4e09-9db8-b684d9d67b50} <Trace> oximeter.measurements_i64 (efb947f3-73eb-4e07-80b8-fd2c17496657): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2961 | 2024.12.20 21:13:53.280748 [ 271 ] {929e4dca-bd8b-4e09-9db8-b684d9d67b50} <Debug> executeQuery: Read 6 rows, 434.00 B in 0.001605 sec., 3738.3177570093458 rows/sec., 264.07 KiB/sec. | ||
| 2962 | 2024.12.20 21:13:53.280802 [ 271 ] {929e4dca-bd8b-4e09-9db8-b684d9d67b50} <Debug> TCPHandler: Processed in 0.00183184 sec. | ||
| 2963 | 2024.12.20 21:13:53.280950 [ 268 ] {} <Trace> TCP-Session: 32ce9d3e-b8ad-475f-aac7-ad7723c5f26e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2964 | 2024.12.20 21:13:53.281069 [ 268 ] {83dc81d2-0aa2-4331-81de-112bcb102969} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56115) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2965 | 2024.12.20 21:13:53.281118 [ 268 ] {83dc81d2-0aa2-4331-81de-112bcb102969} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2966 | 2024.12.20 21:13:53.281616 [ 268 ] {83dc81d2-0aa2-4331-81de-112bcb102969} <Trace> oximeter.measurements_u64 (18143310-3b17-415e-b30b-72754bf09621): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2967 | 2024.12.20 21:13:53.281655 [ 268 ] {83dc81d2-0aa2-4331-81de-112bcb102969} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 2968 | 2024.12.20 21:13:53.282021 [ 268 ] {83dc81d2-0aa2-4331-81de-112bcb102969} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2969 | 2024.12.20 21:13:53.282283 [ 268 ] {83dc81d2-0aa2-4331-81de-112bcb102969} <Trace> oximeter.measurements_u64 (18143310-3b17-415e-b30b-72754bf09621): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2970 | 2024.12.20 21:13:53.282465 [ 268 ] {83dc81d2-0aa2-4331-81de-112bcb102969} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001422 sec., 57665.260196905765 rows/sec., 3.66 MiB/sec. | ||
| 2971 | 2024.12.20 21:13:53.282514 [ 268 ] {83dc81d2-0aa2-4331-81de-112bcb102969} <Debug> TCPHandler: Processed in 0.001619723 sec. | ||
| 2972 | 2024.12.20 21:13:58.250714 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2973 | 2024.12.20 21:13:58.250923 [ 271 ] {fb8db0e6-a56e-4a96-bba8-412efda602cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2974 | 2024.12.20 21:13:58.251003 [ 271 ] {fb8db0e6-a56e-4a96-bba8-412efda602cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2975 | 2024.12.20 21:13:58.251787 [ 271 ] {fb8db0e6-a56e-4a96-bba8-412efda602cd} <Trace> oximeter.fields_string (a7c5bf06-55d5-47a3-8577-07a38c41e153): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2976 | 2024.12.20 21:13:58.251840 [ 271 ] {fb8db0e6-a56e-4a96-bba8-412efda602cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 2977 | 2024.12.20 21:13:58.252288 [ 271 ] {fb8db0e6-a56e-4a96-bba8-412efda602cd} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 2978 | 2024.12.20 21:13:58.252547 [ 271 ] {fb8db0e6-a56e-4a96-bba8-412efda602cd} <Trace> oximeter.fields_string (a7c5bf06-55d5-47a3-8577-07a38c41e153): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2979 | 2024.12.20 21:13:58.252803 [ 271 ] {fb8db0e6-a56e-4a96-bba8-412efda602cd} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001932 sec., 28985.507246376812 rows/sec., 2.21 MiB/sec. | ||
| 2980 | 2024.12.20 21:13:58.252872 [ 271 ] {fb8db0e6-a56e-4a96-bba8-412efda602cd} <Debug> TCPHandler: Processed in 0.002287196 sec. | ||
| 2981 | 2024.12.20 21:13:58.253123 [ 268 ] {} <Trace> TCP-Session: 32ce9d3e-b8ad-475f-aac7-ad7723c5f26e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2982 | 2024.12.20 21:13:58.253314 [ 268 ] {6b5498b6-6283-4d52-9e11-65937bdd06ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56115) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2983 | 2024.12.20 21:13:58.253384 [ 268 ] {6b5498b6-6283-4d52-9e11-65937bdd06ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2984 | 2024.12.20 21:13:58.254146 [ 268 ] {6b5498b6-6283-4d52-9e11-65937bdd06ed} <Trace> oximeter.fields_uuid (56c9adb2-48e9-46d9-87b0-c6a967c48154): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2985 | 2024.12.20 21:13:58.254190 [ 268 ] {6b5498b6-6283-4d52-9e11-65937bdd06ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 2986 | 2024.12.20 21:13:58.254631 [ 268 ] {6b5498b6-6283-4d52-9e11-65937bdd06ed} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 2987 | 2024.12.20 21:13:58.254879 [ 268 ] {6b5498b6-6283-4d52-9e11-65937bdd06ed} <Trace> oximeter.fields_uuid (56c9adb2-48e9-46d9-87b0-c6a967c48154): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2988 | 2024.12.20 21:13:58.255121 [ 268 ] {6b5498b6-6283-4d52-9e11-65937bdd06ed} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001861 sec., 34390.11284255776 rows/sec., 2.68 MiB/sec. | ||
| 2989 | 2024.12.20 21:13:58.255177 [ 268 ] {6b5498b6-6283-4d52-9e11-65937bdd06ed} <Debug> TCPHandler: Processed in 0.002183593 sec. | ||
| 2990 | 2024.12.20 21:13:58.255351 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2991 | 2024.12.20 21:13:58.255485 [ 271 ] {d768ecf5-e13d-4a4c-839c-47c855d67a67} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2992 | 2024.12.20 21:13:58.255546 [ 271 ] {d768ecf5-e13d-4a4c-839c-47c855d67a67} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2993 | 2024.12.20 21:13:58.256164 [ 271 ] {d768ecf5-e13d-4a4c-839c-47c855d67a67} <Trace> oximeter.measurements_cumulativeu64 (4b25041b-9433-4237-ab59-44afcaba2ba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2994 | 2024.12.20 21:13:58.256207 [ 271 ] {d768ecf5-e13d-4a4c-839c-47c855d67a67} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 2995 | 2024.12.20 21:13:58.256611 [ 271 ] {d768ecf5-e13d-4a4c-839c-47c855d67a67} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 2996 | 2024.12.20 21:13:58.256850 [ 271 ] {d768ecf5-e13d-4a4c-839c-47c855d67a67} <Trace> oximeter.measurements_cumulativeu64 (4b25041b-9433-4237-ab59-44afcaba2ba7): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2997 | 2024.12.20 21:13:58.257079 [ 271 ] {d768ecf5-e13d-4a4c-839c-47c855d67a67} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001627 sec., 98340.50399508298 rows/sec., 6.85 MiB/sec. | ||
| 2998 | 2024.12.20 21:13:58.257135 [ 271 ] {d768ecf5-e13d-4a4c-839c-47c855d67a67} <Debug> TCPHandler: Processed in 0.001857212 sec. | ||
| 2999 | 2024.12.20 21:13:58.257311 [ 268 ] {} <Trace> TCP-Session: 32ce9d3e-b8ad-475f-aac7-ad7723c5f26e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3000 | 2024.12.20 21:13:58.257439 [ 268 ] {4bc968d4-d214-4882-93e9-826b36c8f58e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56115) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3001 | 2024.12.20 21:13:58.257502 [ 268 ] {4bc968d4-d214-4882-93e9-826b36c8f58e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3002 | 2024.12.20 21:13:58.258097 [ 268 ] {4bc968d4-d214-4882-93e9-826b36c8f58e} <Trace> oximeter.measurements_u64 (18143310-3b17-415e-b30b-72754bf09621): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3003 | 2024.12.20 21:13:58.258144 [ 268 ] {4bc968d4-d214-4882-93e9-826b36c8f58e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3004 | 2024.12.20 21:13:58.258560 [ 268 ] {4bc968d4-d214-4882-93e9-826b36c8f58e} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3005 | 2024.12.20 21:13:58.258798 [ 268 ] {4bc968d4-d214-4882-93e9-826b36c8f58e} <Trace> oximeter.measurements_u64 (18143310-3b17-415e-b30b-72754bf09621): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3006 | 2024.12.20 21:13:58.259006 [ 268 ] {4bc968d4-d214-4882-93e9-826b36c8f58e} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001598 sec., 37546.93366708385 rows/sec., 2.53 MiB/sec. | ||
| 3007 | 2024.12.20 21:13:58.259055 [ 268 ] {4bc968d4-d214-4882-93e9-826b36c8f58e} <Debug> TCPHandler: Processed in 0.001800279 sec. | ||
| 3008 | 2024.12.20 21:13:59.672318 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5978 | ||
| 3009 | 2024.12.20 21:13:59.672951 [ 244 ] {} <Trace> system.asynchronous_metric_log (7374c277-4ec6-4bc6-a92a-be2a3111abf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3010 | 2024.12.20 21:13:59.672998 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3011 | 2024.12.20 21:13:59.673599 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3012 | 2024.12.20 21:13:59.673850 [ 244 ] {} <Trace> system.asynchronous_metric_log (7374c277-4ec6-4bc6-a92a-be2a3111abf4): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3013 | 2024.12.20 21:13:59.674082 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5978 | ||
| 3014 | 2024.12.20 21:14:00.039336 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98 | ||
| 3015 | 2024.12.20 21:14:00.058525 [ 243 ] {} <Trace> system.metric_log (76748c68-b196-4e56-a74b-50a33795b533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3016 | 2024.12.20 21:14:00.058586 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3017 | 2024.12.20 21:14:00.066051 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3018 | 2024.12.20 21:14:00.066804 [ 243 ] {} <Trace> system.metric_log (76748c68-b196-4e56-a74b-50a33795b533): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3019 | 2024.12.20 21:14:00.069876 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 98 | ||
| 3020 | 2024.12.20 21:14:02.186780 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 32 entries to flush up to offset 432 | ||
| 3021 | 2024.12.20 21:14:02.189782 [ 242 ] {} <Trace> system.query_log (baa8d9f2-52e3-4f4e-aa10-ca7b91d14406): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3022 | 2024.12.20 21:14:02.189824 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3023 | 2024.12.20 21:14:02.191422 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3024 | 2024.12.20 21:14:02.191734 [ 242 ] {} <Trace> system.query_log (baa8d9f2-52e3-4f4e-aa10-ca7b91d14406): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3025 | 2024.12.20 21:14:02.192600 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 432 | ||
| 3026 | 2024.12.20 21:14:03.257866 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3027 | 2024.12.20 21:14:03.258102 [ 271 ] {db82c5d5-7270-407c-8670-ec01781f8fbe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3028 | 2024.12.20 21:14:03.258185 [ 271 ] {db82c5d5-7270-407c-8670-ec01781f8fbe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3029 | 2024.12.20 21:14:03.258991 [ 271 ] {db82c5d5-7270-407c-8670-ec01781f8fbe} <Trace> oximeter.fields_i16 (e8dd8f29-dacb-43c4-8630-4a7e9eaac6df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3030 | 2024.12.20 21:14:03.259045 [ 271 ] {db82c5d5-7270-407c-8670-ec01781f8fbe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3031 | 2024.12.20 21:14:03.259503 [ 271 ] {db82c5d5-7270-407c-8670-ec01781f8fbe} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3032 | 2024.12.20 21:14:03.259769 [ 271 ] {db82c5d5-7270-407c-8670-ec01781f8fbe} <Trace> oximeter.fields_i16 (e8dd8f29-dacb-43c4-8630-4a7e9eaac6df): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3033 | 2024.12.20 21:14:03.260014 [ 271 ] {db82c5d5-7270-407c-8670-ec01781f8fbe} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001972 sec., 7099.3914807302235 rows/sec., 511.06 KiB/sec. | ||
| 3034 | 2024.12.20 21:14:03.260084 [ 271 ] {db82c5d5-7270-407c-8670-ec01781f8fbe} <Debug> TCPHandler: Processed in 0.002356188 sec. | ||
| 3035 | 2024.12.20 21:14:03.260359 [ 268 ] {} <Trace> TCP-Session: 32ce9d3e-b8ad-475f-aac7-ad7723c5f26e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3036 | 2024.12.20 21:14:03.260574 [ 268 ] {192fb250-f792-4c00-9f72-709e8900ea13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56115) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3037 | 2024.12.20 21:14:03.260647 [ 268 ] {192fb250-f792-4c00-9f72-709e8900ea13} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3038 | 2024.12.20 21:14:03.261542 [ 268 ] {192fb250-f792-4c00-9f72-709e8900ea13} <Trace> oximeter.fields_string (a7c5bf06-55d5-47a3-8577-07a38c41e153): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3039 | 2024.12.20 21:14:03.261590 [ 268 ] {192fb250-f792-4c00-9f72-709e8900ea13} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3040 | 2024.12.20 21:14:03.262046 [ 268 ] {192fb250-f792-4c00-9f72-709e8900ea13} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3041 | 2024.12.20 21:14:03.262301 [ 268 ] {192fb250-f792-4c00-9f72-709e8900ea13} <Trace> oximeter.fields_string (a7c5bf06-55d5-47a3-8577-07a38c41e153): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3042 | 2024.12.20 21:14:03.262538 [ 268 ] {192fb250-f792-4c00-9f72-709e8900ea13} <Debug> executeQuery: Read 279 rows, 25.18 KiB in 0.002021 sec., 138050.47006432462 rows/sec., 12.17 MiB/sec. | ||
| 3043 | 2024.12.20 21:14:03.262595 [ 268 ] {192fb250-f792-4c00-9f72-709e8900ea13} <Debug> TCPHandler: Processed in 0.002375729 sec. | ||
| 3044 | 2024.12.20 21:14:03.262758 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3045 | 2024.12.20 21:14:03.262907 [ 271 ] {4bcdb872-bccc-4086-bff9-130b118defe4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3046 | 2024.12.20 21:14:03.262969 [ 271 ] {4bcdb872-bccc-4086-bff9-130b118defe4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3047 | 2024.12.20 21:14:03.263678 [ 271 ] {4bcdb872-bccc-4086-bff9-130b118defe4} <Trace> oximeter.fields_u16 (f5c5f422-b38a-45cf-a007-008934086980): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3048 | 2024.12.20 21:14:03.263719 [ 271 ] {4bcdb872-bccc-4086-bff9-130b118defe4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3049 | 2024.12.20 21:14:03.264090 [ 271 ] {4bcdb872-bccc-4086-bff9-130b118defe4} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3050 | 2024.12.20 21:14:03.264333 [ 271 ] {4bcdb872-bccc-4086-bff9-130b118defe4} <Trace> oximeter.fields_u16 (f5c5f422-b38a-45cf-a007-008934086980): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3051 | 2024.12.20 21:14:03.264549 [ 271 ] {4bcdb872-bccc-4086-bff9-130b118defe4} <Debug> executeQuery: Read 45 rows, 3.31 KiB in 0.001679 sec., 26801.667659321025 rows/sec., 1.93 MiB/sec. | ||
| 3052 | 2024.12.20 21:14:03.264608 [ 271 ] {4bcdb872-bccc-4086-bff9-130b118defe4} <Debug> TCPHandler: Processed in 0.001917294 sec. | ||
| 3053 | 2024.12.20 21:14:03.264790 [ 268 ] {} <Trace> TCP-Session: 32ce9d3e-b8ad-475f-aac7-ad7723c5f26e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3054 | 2024.12.20 21:14:03.264932 [ 268 ] {23639013-1d70-47a8-8fa4-b381e56bbe2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56115) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3055 | 2024.12.20 21:14:03.264989 [ 268 ] {23639013-1d70-47a8-8fa4-b381e56bbe2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3056 | 2024.12.20 21:14:03.265654 [ 268 ] {23639013-1d70-47a8-8fa4-b381e56bbe2e} <Trace> oximeter.fields_u32 (44e160d5-ebb5-4558-9722-9802c9a6e790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3057 | 2024.12.20 21:14:03.265695 [ 268 ] {23639013-1d70-47a8-8fa4-b381e56bbe2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3058 | 2024.12.20 21:14:03.266079 [ 268 ] {23639013-1d70-47a8-8fa4-b381e56bbe2e} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3059 | 2024.12.20 21:14:03.266321 [ 268 ] {23639013-1d70-47a8-8fa4-b381e56bbe2e} <Trace> oximeter.fields_u32 (44e160d5-ebb5-4558-9722-9802c9a6e790): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3060 | 2024.12.20 21:14:03.266541 [ 268 ] {23639013-1d70-47a8-8fa4-b381e56bbe2e} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001641 sec., 8531.383302864107 rows/sec., 597.48 KiB/sec. | ||
| 3061 | 2024.12.20 21:14:03.266595 [ 268 ] {23639013-1d70-47a8-8fa4-b381e56bbe2e} <Debug> TCPHandler: Processed in 0.001873933 sec. | ||
| 3062 | 2024.12.20 21:14:03.266755 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3063 | 2024.12.20 21:14:03.266898 [ 271 ] {a27a5250-1a7e-4cb4-883d-bc17895b4902} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3064 | 2024.12.20 21:14:03.266961 [ 271 ] {a27a5250-1a7e-4cb4-883d-bc17895b4902} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3065 | 2024.12.20 21:14:03.267649 [ 271 ] {a27a5250-1a7e-4cb4-883d-bc17895b4902} <Trace> oximeter.fields_u8 (c8d30ddd-c805-419d-8cc9-be9ef3e3339c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3066 | 2024.12.20 21:14:03.267690 [ 271 ] {a27a5250-1a7e-4cb4-883d-bc17895b4902} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3067 | 2024.12.20 21:14:03.268057 [ 271 ] {a27a5250-1a7e-4cb4-883d-bc17895b4902} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3068 | 2024.12.20 21:14:03.268299 [ 271 ] {a27a5250-1a7e-4cb4-883d-bc17895b4902} <Trace> oximeter.fields_u8 (c8d30ddd-c805-419d-8cc9-be9ef3e3339c): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3069 | 2024.12.20 21:14:03.268530 [ 271 ] {a27a5250-1a7e-4cb4-883d-bc17895b4902} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001665 sec., 7807.807807807808 rows/sec., 486.81 KiB/sec. | ||
| 3070 | 2024.12.20 21:14:03.268594 [ 271 ] {a27a5250-1a7e-4cb4-883d-bc17895b4902} <Debug> TCPHandler: Processed in 0.001906803 sec. | ||
| 3071 | 2024.12.20 21:14:03.268749 [ 268 ] {} <Trace> TCP-Session: 32ce9d3e-b8ad-475f-aac7-ad7723c5f26e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3072 | 2024.12.20 21:14:03.268867 [ 268 ] {504dada5-7646-41e9-aca6-ec18e9c116f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56115) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3073 | 2024.12.20 21:14:03.268916 [ 268 ] {504dada5-7646-41e9-aca6-ec18e9c116f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3074 | 2024.12.20 21:14:03.269680 [ 268 ] {504dada5-7646-41e9-aca6-ec18e9c116f3} <Trace> oximeter.fields_uuid (56c9adb2-48e9-46d9-87b0-c6a967c48154): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3075 | 2024.12.20 21:14:03.269721 [ 268 ] {504dada5-7646-41e9-aca6-ec18e9c116f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3076 | 2024.12.20 21:14:03.270106 [ 268 ] {504dada5-7646-41e9-aca6-ec18e9c116f3} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3077 | 2024.12.20 21:14:03.270343 [ 268 ] {504dada5-7646-41e9-aca6-ec18e9c116f3} <Trace> oximeter.fields_uuid (56c9adb2-48e9-46d9-87b0-c6a967c48154): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3078 | 2024.12.20 21:14:03.270557 [ 268 ] {504dada5-7646-41e9-aca6-ec18e9c116f3} <Debug> executeQuery: Read 420 rows, 30.72 KiB in 0.001715 sec., 244897.9591836735 rows/sec., 17.50 MiB/sec. | ||
| 3079 | 2024.12.20 21:14:03.270610 [ 268 ] {504dada5-7646-41e9-aca6-ec18e9c116f3} <Debug> TCPHandler: Processed in 0.001916774 sec. | ||
| 3080 | 2024.12.20 21:14:03.270763 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3081 | 2024.12.20 21:14:03.270887 [ 271 ] {4a8119f3-c593-4c16-8fa1-d9895bb57f12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3082 | 2024.12.20 21:14:03.270941 [ 271 ] {4a8119f3-c593-4c16-8fa1-d9895bb57f12} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3083 | 2024.12.20 21:14:03.271439 [ 271 ] {4a8119f3-c593-4c16-8fa1-d9895bb57f12} <Trace> oximeter.measurements_bool (11c94d34-dd1c-42cf-9f5b-a62aea0c2735): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3084 | 2024.12.20 21:14:03.271484 [ 271 ] {4a8119f3-c593-4c16-8fa1-d9895bb57f12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3085 | 2024.12.20 21:14:03.271861 [ 271 ] {4a8119f3-c593-4c16-8fa1-d9895bb57f12} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3086 | 2024.12.20 21:14:03.272111 [ 271 ] {4a8119f3-c593-4c16-8fa1-d9895bb57f12} <Trace> oximeter.measurements_bool (11c94d34-dd1c-42cf-9f5b-a62aea0c2735): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3087 | 2024.12.20 21:14:03.272378 [ 271 ] {4a8119f3-c593-4c16-8fa1-d9895bb57f12} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001518 sec., 3952.569169960474 rows/sec., 206.51 KiB/sec. | ||
| 3088 | 2024.12.20 21:14:03.272548 [ 271 ] {4a8119f3-c593-4c16-8fa1-d9895bb57f12} <Debug> TCPHandler: Processed in 0.001835401 sec. | ||
| 3089 | 2024.12.20 21:14:03.272734 [ 268 ] {} <Trace> TCP-Session: 32ce9d3e-b8ad-475f-aac7-ad7723c5f26e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3090 | 2024.12.20 21:14:03.272872 [ 268 ] {83efd86d-525a-4503-a03d-dcb7b6455cfe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56115) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3091 | 2024.12.20 21:14:03.272936 [ 268 ] {83efd86d-525a-4503-a03d-dcb7b6455cfe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3092 | 2024.12.20 21:14:03.273591 [ 268 ] {83efd86d-525a-4503-a03d-dcb7b6455cfe} <Trace> oximeter.measurements_cumulativeu64 (4b25041b-9433-4237-ab59-44afcaba2ba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3093 | 2024.12.20 21:14:03.273629 [ 268 ] {83efd86d-525a-4503-a03d-dcb7b6455cfe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3094 | 2024.12.20 21:14:03.274025 [ 268 ] {83efd86d-525a-4503-a03d-dcb7b6455cfe} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3095 | 2024.12.20 21:14:03.274266 [ 268 ] {83efd86d-525a-4503-a03d-dcb7b6455cfe} <Trace> oximeter.measurements_cumulativeu64 (4b25041b-9433-4237-ab59-44afcaba2ba7): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3096 | 2024.12.20 21:14:03.274496 [ 268 ] {83efd86d-525a-4503-a03d-dcb7b6455cfe} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001656 sec., 143115.9420289855 rows/sec., 9.59 MiB/sec. | ||
| 3097 | 2024.12.20 21:14:03.274549 [ 268 ] {83efd86d-525a-4503-a03d-dcb7b6455cfe} <Debug> TCPHandler: Processed in 0.001881272 sec. | ||
| 3098 | 2024.12.20 21:14:03.274705 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3099 | 2024.12.20 21:14:03.274830 [ 271 ] {df619735-4ff2-485c-95ed-6f208e118c9d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3100 | 2024.12.20 21:14:03.274885 [ 271 ] {df619735-4ff2-485c-95ed-6f208e118c9d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3101 | 2024.12.20 21:14:03.275374 [ 271 ] {df619735-4ff2-485c-95ed-6f208e118c9d} <Trace> oximeter.measurements_f64 (91051acd-5a5c-4cbe-bf7a-a2cd5e3daeba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3102 | 2024.12.20 21:14:03.275414 [ 271 ] {df619735-4ff2-485c-95ed-6f208e118c9d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3103 | 2024.12.20 21:14:03.275784 [ 271 ] {df619735-4ff2-485c-95ed-6f208e118c9d} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3104 | 2024.12.20 21:14:03.276023 [ 271 ] {df619735-4ff2-485c-95ed-6f208e118c9d} <Trace> oximeter.measurements_f64 (91051acd-5a5c-4cbe-bf7a-a2cd5e3daeba): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3105 | 2024.12.20 21:14:03.276289 [ 271 ] {df619735-4ff2-485c-95ed-6f208e118c9d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001479 sec., 676.1325219743069 rows/sec., 45.56 KiB/sec. | ||
| 3106 | 2024.12.20 21:14:03.276426 [ 271 ] {df619735-4ff2-485c-95ed-6f208e118c9d} <Debug> TCPHandler: Processed in 0.001780529 sec. | ||
| 3107 | 2024.12.20 21:14:03.276590 [ 268 ] {} <Trace> TCP-Session: 32ce9d3e-b8ad-475f-aac7-ad7723c5f26e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3108 | 2024.12.20 21:14:03.276710 [ 268 ] {8d4b7a4e-5962-4332-bb45-57fe4cfa0550} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56115) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3109 | 2024.12.20 21:14:03.276792 [ 268 ] {8d4b7a4e-5962-4332-bb45-57fe4cfa0550} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3110 | 2024.12.20 21:14:03.277978 [ 268 ] {8d4b7a4e-5962-4332-bb45-57fe4cfa0550} <Trace> oximeter.measurements_histogramu64 (84834c4b-a921-406e-bab6-7c9ded2f611a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3111 | 2024.12.20 21:14:03.278019 [ 268 ] {8d4b7a4e-5962-4332-bb45-57fe4cfa0550} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3112 | 2024.12.20 21:14:03.278671 [ 268 ] {8d4b7a4e-5962-4332-bb45-57fe4cfa0550} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3113 | 2024.12.20 21:14:03.278942 [ 268 ] {8d4b7a4e-5962-4332-bb45-57fe4cfa0550} <Trace> oximeter.measurements_histogramu64 (84834c4b-a921-406e-bab6-7c9ded2f611a): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3114 | 2024.12.20 21:14:03.279179 [ 268 ] {8d4b7a4e-5962-4332-bb45-57fe4cfa0550} <Debug> executeQuery: Read 38 rows, 69.73 KiB in 0.002495 sec., 15230.460921843689 rows/sec., 27.29 MiB/sec. | ||
| 3115 | 2024.12.20 21:14:03.279274 [ 268 ] {8d4b7a4e-5962-4332-bb45-57fe4cfa0550} <Debug> TCPHandler: Processed in 0.002745391 sec. | ||
| 3116 | 2024.12.20 21:14:03.279437 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3117 | 2024.12.20 21:14:03.279576 [ 271 ] {12d3d56c-cf36-4695-ae9d-92936d06005b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3118 | 2024.12.20 21:14:03.279638 [ 271 ] {12d3d56c-cf36-4695-ae9d-92936d06005b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3119 | 2024.12.20 21:14:03.280226 [ 271 ] {12d3d56c-cf36-4695-ae9d-92936d06005b} <Trace> oximeter.measurements_u64 (18143310-3b17-415e-b30b-72754bf09621): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3120 | 2024.12.20 21:14:03.280273 [ 271 ] {12d3d56c-cf36-4695-ae9d-92936d06005b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3121 | 2024.12.20 21:14:03.280694 [ 271 ] {12d3d56c-cf36-4695-ae9d-92936d06005b} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3122 | 2024.12.20 21:14:03.280935 [ 271 ] {12d3d56c-cf36-4695-ae9d-92936d06005b} <Trace> oximeter.measurements_u64 (18143310-3b17-415e-b30b-72754bf09621): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3123 | 2024.12.20 21:14:03.281152 [ 271 ] {12d3d56c-cf36-4695-ae9d-92936d06005b} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001604 sec., 51122.19451371571 rows/sec., 3.25 MiB/sec. | ||
| 3124 | 2024.12.20 21:14:03.281353 [ 271 ] {12d3d56c-cf36-4695-ae9d-92936d06005b} <Debug> TCPHandler: Processed in 0.001979565 sec. | ||
| 3125 | 2024.12.20 21:14:07.084563 [ 155 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3126 | 2024.12.20 21:14:07.084641 [ 155 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3127 | 2024.12.20 21:14:07.175083 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6466 | ||
| 3128 | 2024.12.20 21:14:07.175713 [ 244 ] {} <Trace> system.asynchronous_metric_log (7374c277-4ec6-4bc6-a92a-be2a3111abf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3129 | 2024.12.20 21:14:07.175750 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3130 | 2024.12.20 21:14:07.176315 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3131 | 2024.12.20 21:14:07.176572 [ 244 ] {} <Trace> system.asynchronous_metric_log (7374c277-4ec6-4bc6-a92a-be2a3111abf4): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3132 | 2024.12.20 21:14:07.176764 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6466 | ||
| 3133 | 2024.12.20 21:14:07.570846 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106 | ||
| 3134 | 2024.12.20 21:14:07.591573 [ 243 ] {} <Trace> system.metric_log (76748c68-b196-4e56-a74b-50a33795b533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3135 | 2024.12.20 21:14:07.591632 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3136 | 2024.12.20 21:14:07.601982 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3137 | 2024.12.20 21:14:07.603528 [ 243 ] {} <Trace> system.metric_log (76748c68-b196-4e56-a74b-50a33795b533): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3138 | 2024.12.20 21:14:07.609987 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 106 | ||
| 3139 | 2024.12.20 21:14:08.250782 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3140 | 2024.12.20 21:14:08.250977 [ 271 ] {ee7ec464-a1ab-45c4-bcea-95b3aee60a5a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3141 | 2024.12.20 21:14:08.251049 [ 271 ] {ee7ec464-a1ab-45c4-bcea-95b3aee60a5a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3142 | 2024.12.20 21:14:08.251838 [ 271 ] {ee7ec464-a1ab-45c4-bcea-95b3aee60a5a} <Trace> oximeter.fields_string (a7c5bf06-55d5-47a3-8577-07a38c41e153): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3143 | 2024.12.20 21:14:08.251888 [ 271 ] {ee7ec464-a1ab-45c4-bcea-95b3aee60a5a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3144 | 2024.12.20 21:14:08.252326 [ 271 ] {ee7ec464-a1ab-45c4-bcea-95b3aee60a5a} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3145 | 2024.12.20 21:14:08.252575 [ 271 ] {ee7ec464-a1ab-45c4-bcea-95b3aee60a5a} <Trace> oximeter.fields_string (a7c5bf06-55d5-47a3-8577-07a38c41e153): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3146 | 2024.12.20 21:14:08.252825 [ 271 ] {ee7ec464-a1ab-45c4-bcea-95b3aee60a5a} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001902 sec., 29442.691903259725 rows/sec., 2.25 MiB/sec. | ||
| 3147 | 2024.12.20 21:14:08.252885 [ 271 ] {ee7ec464-a1ab-45c4-bcea-95b3aee60a5a} <Debug> TCPHandler: Processed in 0.002231074 sec. | ||
| 3148 | 2024.12.20 21:14:08.253168 [ 268 ] {} <Trace> TCP-Session: 32ce9d3e-b8ad-475f-aac7-ad7723c5f26e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3149 | 2024.12.20 21:14:08.253386 [ 268 ] {9bebedc4-970f-49a8-b1ab-bc92c484543e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56115) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3150 | 2024.12.20 21:14:08.253472 [ 268 ] {9bebedc4-970f-49a8-b1ab-bc92c484543e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3151 | 2024.12.20 21:14:08.254288 [ 268 ] {9bebedc4-970f-49a8-b1ab-bc92c484543e} <Trace> oximeter.fields_uuid (56c9adb2-48e9-46d9-87b0-c6a967c48154): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3152 | 2024.12.20 21:14:08.254341 [ 268 ] {9bebedc4-970f-49a8-b1ab-bc92c484543e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3153 | 2024.12.20 21:14:08.254797 [ 268 ] {9bebedc4-970f-49a8-b1ab-bc92c484543e} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3154 | 2024.12.20 21:14:08.255045 [ 268 ] {9bebedc4-970f-49a8-b1ab-bc92c484543e} <Trace> oximeter.fields_uuid (56c9adb2-48e9-46d9-87b0-c6a967c48154): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3155 | 2024.12.20 21:14:08.255292 [ 268 ] {9bebedc4-970f-49a8-b1ab-bc92c484543e} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001969 sec., 32503.80904012189 rows/sec., 2.54 MiB/sec. | ||
| 3156 | 2024.12.20 21:14:08.255352 [ 268 ] {9bebedc4-970f-49a8-b1ab-bc92c484543e} <Debug> TCPHandler: Processed in 0.002333788 sec. | ||
| 3157 | 2024.12.20 21:14:08.255546 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3158 | 2024.12.20 21:14:08.255687 [ 271 ] {177589e6-c010-43c8-bdf8-30f1792f7131} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3159 | 2024.12.20 21:14:08.255743 [ 271 ] {177589e6-c010-43c8-bdf8-30f1792f7131} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3160 | 2024.12.20 21:14:08.256348 [ 271 ] {177589e6-c010-43c8-bdf8-30f1792f7131} <Trace> oximeter.measurements_cumulativeu64 (4b25041b-9433-4237-ab59-44afcaba2ba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3161 | 2024.12.20 21:14:08.256394 [ 271 ] {177589e6-c010-43c8-bdf8-30f1792f7131} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3162 | 2024.12.20 21:14:08.256810 [ 271 ] {177589e6-c010-43c8-bdf8-30f1792f7131} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3163 | 2024.12.20 21:14:08.257047 [ 271 ] {177589e6-c010-43c8-bdf8-30f1792f7131} <Trace> oximeter.measurements_cumulativeu64 (4b25041b-9433-4237-ab59-44afcaba2ba7): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3164 | 2024.12.20 21:14:08.257316 [ 271 ] {177589e6-c010-43c8-bdf8-30f1792f7131} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001661 sec., 96327.5135460566 rows/sec., 6.71 MiB/sec. | ||
| 3165 | 2024.12.20 21:14:08.257543 [ 271 ] {177589e6-c010-43c8-bdf8-30f1792f7131} <Debug> TCPHandler: Processed in 0.002062499 sec. | ||
| 3166 | 2024.12.20 21:14:08.257724 [ 268 ] {} <Trace> TCP-Session: 32ce9d3e-b8ad-475f-aac7-ad7723c5f26e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3167 | 2024.12.20 21:14:08.257846 [ 268 ] {8c5ddf7c-58b3-49cf-84ed-04d86a50b34d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56115) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3168 | 2024.12.20 21:14:08.257900 [ 268 ] {8c5ddf7c-58b3-49cf-84ed-04d86a50b34d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3169 | 2024.12.20 21:14:08.258419 [ 268 ] {8c5ddf7c-58b3-49cf-84ed-04d86a50b34d} <Trace> oximeter.measurements_u64 (18143310-3b17-415e-b30b-72754bf09621): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3170 | 2024.12.20 21:14:08.258460 [ 268 ] {8c5ddf7c-58b3-49cf-84ed-04d86a50b34d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3171 | 2024.12.20 21:14:08.258839 [ 268 ] {8c5ddf7c-58b3-49cf-84ed-04d86a50b34d} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3172 | 2024.12.20 21:14:08.259075 [ 268 ] {8c5ddf7c-58b3-49cf-84ed-04d86a50b34d} <Trace> oximeter.measurements_u64 (18143310-3b17-415e-b30b-72754bf09621): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3173 | 2024.12.20 21:14:08.259261 [ 268 ] {8c5ddf7c-58b3-49cf-84ed-04d86a50b34d} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001442 sec., 41608.87656033287 rows/sec., 2.80 MiB/sec. | ||
| 3174 | 2024.12.20 21:14:08.259309 [ 268 ] {8c5ddf7c-58b3-49cf-84ed-04d86a50b34d} <Debug> TCPHandler: Processed in 0.001643865 sec. | ||
| 3175 | 2024.12.20 21:14:09.254926 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3176 | 2024.12.20 21:14:09.255123 [ 271 ] {7523d8b6-8de1-4a96-8ac4-179005c92ef6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3177 | 2024.12.20 21:14:09.255200 [ 271 ] {7523d8b6-8de1-4a96-8ac4-179005c92ef6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3178 | 2024.12.20 21:14:09.255976 [ 271 ] {7523d8b6-8de1-4a96-8ac4-179005c92ef6} <Trace> oximeter.fields_i16 (e8dd8f29-dacb-43c4-8630-4a7e9eaac6df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3179 | 2024.12.20 21:14:09.256033 [ 271 ] {7523d8b6-8de1-4a96-8ac4-179005c92ef6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3180 | 2024.12.20 21:14:09.256472 [ 271 ] {7523d8b6-8de1-4a96-8ac4-179005c92ef6} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3181 | 2024.12.20 21:14:09.256739 [ 271 ] {7523d8b6-8de1-4a96-8ac4-179005c92ef6} <Trace> oximeter.fields_i16 (e8dd8f29-dacb-43c4-8630-4a7e9eaac6df): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3182 | 2024.12.20 21:14:09.256970 [ 152 ] {} <Debug> oximeter.fields_i16 (e8dd8f29-dacb-43c4-8630-4a7e9eaac6df) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 3183 | 2024.12.20 21:14:09.257002 [ 271 ] {7523d8b6-8de1-4a96-8ac4-179005c92ef6} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001933 sec., 7242.628039317124 rows/sec., 521.37 KiB/sec. | ||
| 3184 | 2024.12.20 21:14:09.257085 [ 152 ] {} <Trace> oximeter.fields_i16 (e8dd8f29-dacb-43c4-8630-4a7e9eaac6df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3185 | 2024.12.20 21:14:09.257152 [ 271 ] {7523d8b6-8de1-4a96-8ac4-179005c92ef6} <Debug> TCPHandler: Processed in 0.002351118 sec. | ||
| 3186 | 2024.12.20 21:14:09.257172 [ 152 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3187 | 2024.12.20 21:14:09.257424 [ 197 ] {e8dd8f29-dacb-43c4-8630-4a7e9eaac6df::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 | ||
| 3188 | 2024.12.20 21:14:09.257496 [ 268 ] {} <Trace> TCP-Session: 32ce9d3e-b8ad-475f-aac7-ad7723c5f26e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3189 | 2024.12.20 21:14:09.257765 [ 197 ] {e8dd8f29-dacb-43c4-8630-4a7e9eaac6df::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3190 | 2024.12.20 21:14:09.257813 [ 268 ] {8e9578ea-4c45-4ff6-9bc9-cf14b0ef959d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56115) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 3191 | 2024.12.20 21:14:09.257834 [ 197 ] {e8dd8f29-dacb-43c4-8630-4a7e9eaac6df::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 | ||
| 3192 | 2024.12.20 21:14:09.257936 [ 268 ] {8e9578ea-4c45-4ff6-9bc9-cf14b0ef959d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3193 | 2024.12.20 21:14:09.258080 [ 197 ] {e8dd8f29-dacb-43c4-8630-4a7e9eaac6df::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 | ||
| 3194 | 2024.12.20 21:14:09.258505 [ 197 ] {e8dd8f29-dacb-43c4-8630-4a7e9eaac6df::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 | ||
| 3195 | 2024.12.20 21:14:09.258794 [ 197 ] {e8dd8f29-dacb-43c4-8630-4a7e9eaac6df::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 | ||
| 3196 | 2024.12.20 21:14:09.259134 [ 197 ] {e8dd8f29-dacb-43c4-8630-4a7e9eaac6df::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 | ||
| 3197 | 2024.12.20 21:14:09.260921 [ 268 ] {8e9578ea-4c45-4ff6-9bc9-cf14b0ef959d} <Trace> oximeter.fields_ipaddr (4da408a5-04d9-4612-a7f6-fa820cf71f1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3198 | 2024.12.20 21:14:09.261023 [ 268 ] {8e9578ea-4c45-4ff6-9bc9-cf14b0ef959d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3199 | 2024.12.20 21:14:09.261843 [ 200 ] {e8dd8f29-dacb-43c4-8630-4a7e9eaac6df::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.00453609 sec., 15431.792579071405 rows/sec., 1.14 MiB/sec. | ||
| 3200 | 2024.12.20 21:14:09.262261 [ 268 ] {8e9578ea-4c45-4ff6-9bc9-cf14b0ef959d} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 3201 | 2024.12.20 21:14:09.262271 [ 200 ] {e8dd8f29-dacb-43c4-8630-4a7e9eaac6df::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 3202 | 2024.12.20 21:14:09.262791 [ 268 ] {8e9578ea-4c45-4ff6-9bc9-cf14b0ef959d} <Trace> oximeter.fields_ipaddr (4da408a5-04d9-4612-a7f6-fa820cf71f1e): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3203 | 2024.12.20 21:14:09.262941 [ 200 ] {e8dd8f29-dacb-43c4-8630-4a7e9eaac6df::all_1_9_2} <Trace> oximeter.fields_i16 (e8dd8f29-dacb-43c4-8630-4a7e9eaac6df): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3204 | 2024.12.20 21:14:09.263233 [ 200 ] {e8dd8f29-dacb-43c4-8630-4a7e9eaac6df::all_1_9_2} <Trace> oximeter.fields_i16 (e8dd8f29-dacb-43c4-8630-4a7e9eaac6df) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 3205 | 2024.12.20 21:14:09.263362 [ 268 ] {8e9578ea-4c45-4ff6-9bc9-cf14b0ef959d} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.005619 sec., 355.93521978999826 rows/sec., 29.02 KiB/sec. | ||
| 3206 | 2024.12.20 21:14:09.263590 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 3207 | 2024.12.20 21:14:09.263645 [ 268 ] {8e9578ea-4c45-4ff6-9bc9-cf14b0ef959d} <Debug> TCPHandler: Processed in 0.00632617 sec. | ||
| 3208 | 2024.12.20 21:14:09.263848 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3209 | 2024.12.20 21:14:09.263993 [ 271 ] {9bfe4d73-e006-4159-8228-77b2d25206d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3210 | 2024.12.20 21:14:09.264060 [ 271 ] {9bfe4d73-e006-4159-8228-77b2d25206d6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3211 | 2024.12.20 21:14:09.265391 [ 271 ] {9bfe4d73-e006-4159-8228-77b2d25206d6} <Trace> oximeter.fields_string (a7c5bf06-55d5-47a3-8577-07a38c41e153): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3212 | 2024.12.20 21:14:09.265434 [ 271 ] {9bfe4d73-e006-4159-8228-77b2d25206d6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3213 | 2024.12.20 21:14:09.265942 [ 271 ] {9bfe4d73-e006-4159-8228-77b2d25206d6} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3214 | 2024.12.20 21:14:09.266191 [ 271 ] {9bfe4d73-e006-4159-8228-77b2d25206d6} <Trace> oximeter.fields_string (a7c5bf06-55d5-47a3-8577-07a38c41e153): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3215 | 2024.12.20 21:14:09.266376 [ 152 ] {} <Debug> oximeter.fields_string (a7c5bf06-55d5-47a3-8577-07a38c41e153) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3216 | 2024.12.20 21:14:09.266430 [ 152 ] {} <Trace> oximeter.fields_string (a7c5bf06-55d5-47a3-8577-07a38c41e153): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3217 | 2024.12.20 21:14:09.266448 [ 271 ] {9bfe4d73-e006-4159-8228-77b2d25206d6} <Debug> executeQuery: Read 1420 rows, 121.37 KiB in 0.002492 sec., 569823.4349919744 rows/sec., 47.56 MiB/sec. | ||
| 3218 | 2024.12.20 21:14:09.266483 [ 152 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3219 | 2024.12.20 21:14:09.266588 [ 271 ] {9bfe4d73-e006-4159-8228-77b2d25206d6} <Debug> TCPHandler: Processed in 0.002809463 sec. | ||
| 3220 | 2024.12.20 21:14:09.266683 [ 192 ] {a7c5bf06-55d5-47a3-8577-07a38c41e153::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 | ||
| 3221 | 2024.12.20 21:14:09.266813 [ 268 ] {} <Trace> TCP-Session: 32ce9d3e-b8ad-475f-aac7-ad7723c5f26e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3222 | 2024.12.20 21:14:09.266824 [ 192 ] {a7c5bf06-55d5-47a3-8577-07a38c41e153::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3223 | 2024.12.20 21:14:09.266884 [ 192 ] {a7c5bf06-55d5-47a3-8577-07a38c41e153::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1420 rows starting from the beginning of the part | ||
| 3224 | 2024.12.20 21:14:09.267123 [ 268 ] {d5d952a1-ec9b-466b-9a01-59c54e7680c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56115) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3225 | 2024.12.20 21:14:09.267161 [ 192 ] {a7c5bf06-55d5-47a3-8577-07a38c41e153::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 279 rows starting from the beginning of the part | ||
| 3226 | 2024.12.20 21:14:09.267307 [ 268 ] {d5d952a1-ec9b-466b-9a01-59c54e7680c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3227 | 2024.12.20 21:14:09.267443 [ 192 ] {a7c5bf06-55d5-47a3-8577-07a38c41e153::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 56 rows starting from the beginning of the part | ||
| 3228 | 2024.12.20 21:14:09.267786 [ 192 ] {a7c5bf06-55d5-47a3-8577-07a38c41e153::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 279 rows starting from the beginning of the part | ||
| 3229 | 2024.12.20 21:14:09.268053 [ 192 ] {a7c5bf06-55d5-47a3-8577-07a38c41e153::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 56 rows starting from the beginning of the part | ||
| 3230 | 2024.12.20 21:14:09.268384 [ 192 ] {a7c5bf06-55d5-47a3-8577-07a38c41e153::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1420 rows starting from the beginning of the part | ||
| 3231 | 2024.12.20 21:14:09.270117 [ 268 ] {d5d952a1-ec9b-466b-9a01-59c54e7680c5} <Trace> oximeter.fields_u16 (f5c5f422-b38a-45cf-a007-008934086980): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3232 | 2024.12.20 21:14:09.270191 [ 268 ] {d5d952a1-ec9b-466b-9a01-59c54e7680c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3233 | 2024.12.20 21:14:09.271103 [ 268 ] {d5d952a1-ec9b-466b-9a01-59c54e7680c5} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3234 | 2024.12.20 21:14:09.271388 [ 268 ] {d5d952a1-ec9b-466b-9a01-59c54e7680c5} <Trace> oximeter.fields_u16 (f5c5f422-b38a-45cf-a007-008934086980): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3235 | 2024.12.20 21:14:09.271986 [ 268 ] {d5d952a1-ec9b-466b-9a01-59c54e7680c5} <Debug> executeQuery: Read 47 rows, 3.45 KiB in 0.004977 sec., 9443.43982318666 rows/sec., 693.82 KiB/sec. | ||
| 3236 | 2024.12.20 21:14:09.272355 [ 268 ] {d5d952a1-ec9b-466b-9a01-59c54e7680c5} <Debug> TCPHandler: Processed in 0.005617297 sec. | ||
| 3237 | 2024.12.20 21:14:09.272421 [ 192 ] {a7c5bf06-55d5-47a3-8577-07a38c41e153::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3510 rows, containing 5 columns (5 merged, 0 gathered) in 0.005806243 sec., 604521.7191219864 rows/sec., 53.05 MiB/sec. | ||
| 3238 | 2024.12.20 21:14:09.272545 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3239 | 2024.12.20 21:14:09.272646 [ 192 ] {a7c5bf06-55d5-47a3-8577-07a38c41e153::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3240 | 2024.12.20 21:14:09.272680 [ 271 ] {7d0cb799-1965-4bbb-82ca-099d3d4edf4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3241 | 2024.12.20 21:14:09.272740 [ 271 ] {7d0cb799-1965-4bbb-82ca-099d3d4edf4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3242 | 2024.12.20 21:14:09.272985 [ 192 ] {a7c5bf06-55d5-47a3-8577-07a38c41e153::all_1_21_4} <Trace> oximeter.fields_string (a7c5bf06-55d5-47a3-8577-07a38c41e153): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3243 | 2024.12.20 21:14:09.273108 [ 192 ] {a7c5bf06-55d5-47a3-8577-07a38c41e153::all_1_21_4} <Trace> oximeter.fields_string (a7c5bf06-55d5-47a3-8577-07a38c41e153) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3244 | 2024.12.20 21:14:09.273188 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.84 MiB. | ||
| 3245 | 2024.12.20 21:14:09.273563 [ 271 ] {7d0cb799-1965-4bbb-82ca-099d3d4edf4f} <Trace> oximeter.fields_u32 (44e160d5-ebb5-4558-9722-9802c9a6e790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3246 | 2024.12.20 21:14:09.273603 [ 271 ] {7d0cb799-1965-4bbb-82ca-099d3d4edf4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3247 | 2024.12.20 21:14:09.273978 [ 271 ] {7d0cb799-1965-4bbb-82ca-099d3d4edf4f} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3248 | 2024.12.20 21:14:09.274215 [ 271 ] {7d0cb799-1965-4bbb-82ca-099d3d4edf4f} <Trace> oximeter.fields_u32 (44e160d5-ebb5-4558-9722-9802c9a6e790): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3249 | 2024.12.20 21:14:09.274480 [ 271 ] {7d0cb799-1965-4bbb-82ca-099d3d4edf4f} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.00183 sec., 132240.43715846995 rows/sec., 8.96 MiB/sec. | ||
| 3250 | 2024.12.20 21:14:09.274641 [ 271 ] {7d0cb799-1965-4bbb-82ca-099d3d4edf4f} <Debug> TCPHandler: Processed in 0.002162742 sec. | ||
| 3251 | 2024.12.20 21:14:09.274816 [ 268 ] {} <Trace> TCP-Session: 32ce9d3e-b8ad-475f-aac7-ad7723c5f26e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3252 | 2024.12.20 21:14:09.274931 [ 268 ] {18bbb24d-5d2c-445e-9a4e-1bb6c75ff1b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56115) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3253 | 2024.12.20 21:14:09.274980 [ 268 ] {18bbb24d-5d2c-445e-9a4e-1bb6c75ff1b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3254 | 2024.12.20 21:14:09.275552 [ 268 ] {18bbb24d-5d2c-445e-9a4e-1bb6c75ff1b1} <Trace> oximeter.fields_u8 (c8d30ddd-c805-419d-8cc9-be9ef3e3339c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3255 | 2024.12.20 21:14:09.275591 [ 268 ] {18bbb24d-5d2c-445e-9a4e-1bb6c75ff1b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3256 | 2024.12.20 21:14:09.275951 [ 268 ] {18bbb24d-5d2c-445e-9a4e-1bb6c75ff1b1} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3257 | 2024.12.20 21:14:09.276189 [ 268 ] {18bbb24d-5d2c-445e-9a4e-1bb6c75ff1b1} <Trace> oximeter.fields_u8 (c8d30ddd-c805-419d-8cc9-be9ef3e3339c): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3258 | 2024.12.20 21:14:09.276345 [ 152 ] {} <Debug> oximeter.fields_u8 (c8d30ddd-c805-419d-8cc9-be9ef3e3339c) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 3259 | 2024.12.20 21:14:09.276404 [ 152 ] {} <Trace> oximeter.fields_u8 (c8d30ddd-c805-419d-8cc9-be9ef3e3339c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3260 | 2024.12.20 21:14:09.276442 [ 152 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3261 | 2024.12.20 21:14:09.276458 [ 268 ] {18bbb24d-5d2c-445e-9a4e-1bb6c75ff1b1} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001541 sec., 8436.080467229072 rows/sec., 525.99 KiB/sec. | ||
| 3262 | 2024.12.20 21:14:09.276766 [ 268 ] {18bbb24d-5d2c-445e-9a4e-1bb6c75ff1b1} <Debug> TCPHandler: Processed in 0.001999937 sec. | ||
| 3263 | 2024.12.20 21:14:09.276916 [ 192 ] {c8d30ddd-c805-419d-8cc9-be9ef3e3339c::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 | ||
| 3264 | 2024.12.20 21:14:09.277037 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3265 | 2024.12.20 21:14:09.277100 [ 192 ] {c8d30ddd-c805-419d-8cc9-be9ef3e3339c::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3266 | 2024.12.20 21:14:09.277137 [ 192 ] {c8d30ddd-c805-419d-8cc9-be9ef3e3339c::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 | ||
| 3267 | 2024.12.20 21:14:09.277199 [ 271 ] {323e4ccd-cda9-44a0-b510-b08e8ee0512b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3268 | 2024.12.20 21:14:09.277264 [ 192 ] {c8d30ddd-c805-419d-8cc9-be9ef3e3339c::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 | ||
| 3269 | 2024.12.20 21:14:09.277297 [ 271 ] {323e4ccd-cda9-44a0-b510-b08e8ee0512b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3270 | 2024.12.20 21:14:09.277440 [ 192 ] {c8d30ddd-c805-419d-8cc9-be9ef3e3339c::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 | ||
| 3271 | 2024.12.20 21:14:09.277650 [ 192 ] {c8d30ddd-c805-419d-8cc9-be9ef3e3339c::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 | ||
| 3272 | 2024.12.20 21:14:09.277797 [ 192 ] {c8d30ddd-c805-419d-8cc9-be9ef3e3339c::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 | ||
| 3273 | 2024.12.20 21:14:09.279313 [ 197 ] {c8d30ddd-c805-419d-8cc9-be9ef3e3339c::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.002798733 sec., 23224.794933993348 rows/sec., 1.50 MiB/sec. | ||
| 3274 | 2024.12.20 21:14:09.279367 [ 271 ] {323e4ccd-cda9-44a0-b510-b08e8ee0512b} <Trace> oximeter.fields_uuid (56c9adb2-48e9-46d9-87b0-c6a967c48154): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3275 | 2024.12.20 21:14:09.279431 [ 271 ] {323e4ccd-cda9-44a0-b510-b08e8ee0512b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3276 | 2024.12.20 21:14:09.279534 [ 197 ] {c8d30ddd-c805-419d-8cc9-be9ef3e3339c::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 3277 | 2024.12.20 21:14:09.280081 [ 197 ] {c8d30ddd-c805-419d-8cc9-be9ef3e3339c::all_1_9_2} <Trace> oximeter.fields_u8 (c8d30ddd-c805-419d-8cc9-be9ef3e3339c): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3278 | 2024.12.20 21:14:09.280180 [ 271 ] {323e4ccd-cda9-44a0-b510-b08e8ee0512b} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3279 | 2024.12.20 21:14:09.280233 [ 197 ] {c8d30ddd-c805-419d-8cc9-be9ef3e3339c::all_1_9_2} <Trace> oximeter.fields_u8 (c8d30ddd-c805-419d-8cc9-be9ef3e3339c) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 3280 | 2024.12.20 21:14:09.280367 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.22 MiB. | ||
| 3281 | 2024.12.20 21:14:09.280538 [ 271 ] {323e4ccd-cda9-44a0-b510-b08e8ee0512b} <Trace> oximeter.fields_uuid (56c9adb2-48e9-46d9-87b0-c6a967c48154): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3282 | 2024.12.20 21:14:09.280720 [ 152 ] {} <Debug> oximeter.fields_uuid (56c9adb2-48e9-46d9-87b0-c6a967c48154) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3283 | 2024.12.20 21:14:09.280786 [ 152 ] {} <Trace> oximeter.fields_uuid (56c9adb2-48e9-46d9-87b0-c6a967c48154): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3284 | 2024.12.20 21:14:09.280816 [ 271 ] {323e4ccd-cda9-44a0-b510-b08e8ee0512b} <Debug> executeQuery: Read 878 rows, 65.18 KiB in 0.003651 sec., 240482.05970966857 rows/sec., 17.43 MiB/sec. | ||
| 3285 | 2024.12.20 21:14:09.280829 [ 152 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3286 | 2024.12.20 21:14:09.281031 [ 271 ] {323e4ccd-cda9-44a0-b510-b08e8ee0512b} <Debug> TCPHandler: Processed in 0.004128827 sec. | ||
| 3287 | 2024.12.20 21:14:09.281076 [ 197 ] {56c9adb2-48e9-46d9-87b0-c6a967c48154::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 | ||
| 3288 | 2024.12.20 21:14:09.281232 [ 197 ] {56c9adb2-48e9-46d9-87b0-c6a967c48154::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3289 | 2024.12.20 21:14:09.281286 [ 268 ] {} <Trace> TCP-Session: 32ce9d3e-b8ad-475f-aac7-ad7723c5f26e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3290 | 2024.12.20 21:14:09.281297 [ 197 ] {56c9adb2-48e9-46d9-87b0-c6a967c48154::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 898 rows starting from the beginning of the part | ||
| 3291 | 2024.12.20 21:14:09.281489 [ 197 ] {56c9adb2-48e9-46d9-87b0-c6a967c48154::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 426 rows starting from the beginning of the part | ||
| 3292 | 2024.12.20 21:14:09.281846 [ 197 ] {56c9adb2-48e9-46d9-87b0-c6a967c48154::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 64 rows starting from the beginning of the part | ||
| 3293 | 2024.12.20 21:14:09.281898 [ 268 ] {edcd03c9-5478-4334-a9bd-5d3b0b8473fd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56115) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3294 | 2024.12.20 21:14:09.282097 [ 268 ] {edcd03c9-5478-4334-a9bd-5d3b0b8473fd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3295 | 2024.12.20 21:14:09.282171 [ 197 ] {56c9adb2-48e9-46d9-87b0-c6a967c48154::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 420 rows starting from the beginning of the part | ||
| 3296 | 2024.12.20 21:14:09.282680 [ 197 ] {56c9adb2-48e9-46d9-87b0-c6a967c48154::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 64 rows starting from the beginning of the part | ||
| 3297 | 2024.12.20 21:14:09.283109 [ 197 ] {56c9adb2-48e9-46d9-87b0-c6a967c48154::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 878 rows starting from the beginning of the part | ||
| 3298 | 2024.12.20 21:14:09.284072 [ 268 ] {edcd03c9-5478-4334-a9bd-5d3b0b8473fd} <Trace> oximeter.measurements_bool (11c94d34-dd1c-42cf-9f5b-a62aea0c2735): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3299 | 2024.12.20 21:14:09.284151 [ 268 ] {edcd03c9-5478-4334-a9bd-5d3b0b8473fd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3300 | 2024.12.20 21:14:09.285038 [ 268 ] {edcd03c9-5478-4334-a9bd-5d3b0b8473fd} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3301 | 2024.12.20 21:14:09.285471 [ 268 ] {edcd03c9-5478-4334-a9bd-5d3b0b8473fd} <Trace> oximeter.measurements_bool (11c94d34-dd1c-42cf-9f5b-a62aea0c2735): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3302 | 2024.12.20 21:14:09.285727 [ 268 ] {edcd03c9-5478-4334-a9bd-5d3b0b8473fd} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004076 sec., 1472.0314033366046 rows/sec., 76.91 KiB/sec. | ||
| 3303 | 2024.12.20 21:14:09.285923 [ 268 ] {edcd03c9-5478-4334-a9bd-5d3b0b8473fd} <Debug> TCPHandler: Processed in 0.004769578 sec. | ||
| 3304 | 2024.12.20 21:14:09.286292 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3305 | 2024.12.20 21:14:09.286306 [ 198 ] {56c9adb2-48e9-46d9-87b0-c6a967c48154::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2750 rows, containing 5 columns (5 merged, 0 gathered) in 0.005356688 sec., 513376.9224565627 rows/sec., 39.18 MiB/sec. | ||
| 3306 | 2024.12.20 21:14:09.286468 [ 271 ] {59700b91-5076-40f2-ac15-e1ccfb26d567} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3307 | 2024.12.20 21:14:09.286561 [ 271 ] {59700b91-5076-40f2-ac15-e1ccfb26d567} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3308 | 2024.12.20 21:14:09.286569 [ 198 ] {56c9adb2-48e9-46d9-87b0-c6a967c48154::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3309 | 2024.12.20 21:14:09.287223 [ 198 ] {56c9adb2-48e9-46d9-87b0-c6a967c48154::all_1_21_4} <Trace> oximeter.fields_uuid (56c9adb2-48e9-46d9-87b0-c6a967c48154): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3310 | 2024.12.20 21:14:09.287304 [ 198 ] {56c9adb2-48e9-46d9-87b0-c6a967c48154::all_1_21_4} <Trace> oximeter.fields_uuid (56c9adb2-48e9-46d9-87b0-c6a967c48154) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3311 | 2024.12.20 21:14:09.287419 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. | ||
| 3312 | 2024.12.20 21:14:09.287794 [ 271 ] {59700b91-5076-40f2-ac15-e1ccfb26d567} <Trace> oximeter.measurements_cumulativeu64 (4b25041b-9433-4237-ab59-44afcaba2ba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3313 | 2024.12.20 21:14:09.287838 [ 271 ] {59700b91-5076-40f2-ac15-e1ccfb26d567} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3314 | 2024.12.20 21:14:09.288293 [ 271 ] {59700b91-5076-40f2-ac15-e1ccfb26d567} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3315 | 2024.12.20 21:14:09.288529 [ 271 ] {59700b91-5076-40f2-ac15-e1ccfb26d567} <Trace> oximeter.measurements_cumulativeu64 (4b25041b-9433-4237-ab59-44afcaba2ba7): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3316 | 2024.12.20 21:14:09.288728 [ 152 ] {} <Debug> oximeter.measurements_cumulativeu64 (4b25041b-9433-4237-ab59-44afcaba2ba7) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3317 | 2024.12.20 21:14:09.288783 [ 152 ] {} <Trace> oximeter.measurements_cumulativeu64 (4b25041b-9433-4237-ab59-44afcaba2ba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3318 | 2024.12.20 21:14:09.288810 [ 271 ] {59700b91-5076-40f2-ac15-e1ccfb26d567} <Debug> executeQuery: Read 956 rows, 65.04 KiB in 0.002387 sec., 400502.72308336827 rows/sec., 26.61 MiB/sec. | ||
| 3319 | 2024.12.20 21:14:09.288822 [ 152 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3320 | 2024.12.20 21:14:09.288998 [ 271 ] {59700b91-5076-40f2-ac15-e1ccfb26d567} <Debug> TCPHandler: Processed in 0.002942487 sec. | ||
| 3321 | 2024.12.20 21:14:09.289248 [ 193 ] {4b25041b-9433-4237-ab59-44afcaba2ba7::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 | ||
| 3322 | 2024.12.20 21:14:09.289272 [ 268 ] {} <Trace> TCP-Session: 32ce9d3e-b8ad-475f-aac7-ad7723c5f26e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3323 | 2024.12.20 21:14:09.289708 [ 268 ] {16bed6a7-2375-4e1b-99b1-19a57e4d4ef9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56115) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3324 | 2024.12.20 21:14:09.289797 [ 193 ] {4b25041b-9433-4237-ab59-44afcaba2ba7::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3325 | 2024.12.20 21:14:09.289890 [ 268 ] {16bed6a7-2375-4e1b-99b1-19a57e4d4ef9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3326 | 2024.12.20 21:14:09.289943 [ 193 ] {4b25041b-9433-4237-ab59-44afcaba2ba7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 5712 rows starting from the beginning of the part | ||
| 3327 | 2024.12.20 21:14:09.290332 [ 193 ] {4b25041b-9433-4237-ab59-44afcaba2ba7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 237 rows starting from the beginning of the part | ||
| 3328 | 2024.12.20 21:14:09.290749 [ 193 ] {4b25041b-9433-4237-ab59-44afcaba2ba7::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 | ||
| 3329 | 2024.12.20 21:14:09.291086 [ 193 ] {4b25041b-9433-4237-ab59-44afcaba2ba7::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 | ||
| 3330 | 2024.12.20 21:14:09.291370 [ 193 ] {4b25041b-9433-4237-ab59-44afcaba2ba7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 160 rows starting from the beginning of the part | ||
| 3331 | 2024.12.20 21:14:09.291689 [ 193 ] {4b25041b-9433-4237-ab59-44afcaba2ba7::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 956 rows starting from the beginning of the part | ||
| 3332 | 2024.12.20 21:14:09.292317 [ 268 ] {16bed6a7-2375-4e1b-99b1-19a57e4d4ef9} <Trace> oximeter.measurements_f64 (91051acd-5a5c-4cbe-bf7a-a2cd5e3daeba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3333 | 2024.12.20 21:14:09.292359 [ 268 ] {16bed6a7-2375-4e1b-99b1-19a57e4d4ef9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3334 | 2024.12.20 21:14:09.292849 [ 268 ] {16bed6a7-2375-4e1b-99b1-19a57e4d4ef9} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3335 | 2024.12.20 21:14:09.293159 [ 268 ] {16bed6a7-2375-4e1b-99b1-19a57e4d4ef9} <Trace> oximeter.measurements_f64 (91051acd-5a5c-4cbe-bf7a-a2cd5e3daeba): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3336 | 2024.12.20 21:14:09.293457 [ 268 ] {16bed6a7-2375-4e1b-99b1-19a57e4d4ef9} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003917 sec., 255.29742149604286 rows/sec., 17.20 KiB/sec. | ||
| 3337 | 2024.12.20 21:14:09.293551 [ 268 ] {16bed6a7-2375-4e1b-99b1-19a57e4d4ef9} <Debug> TCPHandler: Processed in 0.004421787 sec. | ||
| 3338 | 2024.12.20 21:14:09.293731 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3339 | 2024.12.20 21:14:09.293886 [ 271 ] {b9f20662-cdc8-49f2-ba55-4c19bb431767} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3340 | 2024.12.20 21:14:09.293998 [ 271 ] {b9f20662-cdc8-49f2-ba55-4c19bb431767} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3341 | 2024.12.20 21:14:09.295139 [ 193 ] {4b25041b-9433-4237-ab59-44afcaba2ba7::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7462 rows, containing 5 columns (5 merged, 0 gathered) in 0.006182915 sec., 1206874.1038814217 rows/sec., 81.34 MiB/sec. | ||
| 3342 | 2024.12.20 21:14:09.295678 [ 193 ] {4b25041b-9433-4237-ab59-44afcaba2ba7::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3343 | 2024.12.20 21:14:09.296073 [ 271 ] {b9f20662-cdc8-49f2-ba55-4c19bb431767} <Trace> oximeter.measurements_histogramu64 (84834c4b-a921-406e-bab6-7c9ded2f611a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3344 | 2024.12.20 21:14:09.296161 [ 271 ] {b9f20662-cdc8-49f2-ba55-4c19bb431767} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3345 | 2024.12.20 21:14:09.296401 [ 193 ] {4b25041b-9433-4237-ab59-44afcaba2ba7::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (4b25041b-9433-4237-ab59-44afcaba2ba7): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3346 | 2024.12.20 21:14:09.296649 [ 193 ] {4b25041b-9433-4237-ab59-44afcaba2ba7::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (4b25041b-9433-4237-ab59-44afcaba2ba7) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3347 | 2024.12.20 21:14:09.296780 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.45 MiB. | ||
| 3348 | 2024.12.20 21:14:09.297287 [ 271 ] {b9f20662-cdc8-49f2-ba55-4c19bb431767} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3349 | 2024.12.20 21:14:09.297564 [ 271 ] {b9f20662-cdc8-49f2-ba55-4c19bb431767} <Trace> oximeter.measurements_histogramu64 (84834c4b-a921-406e-bab6-7c9ded2f611a): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3350 | 2024.12.20 21:14:09.297815 [ 271 ] {b9f20662-cdc8-49f2-ba55-4c19bb431767} <Debug> executeQuery: Read 38 rows, 69.73 KiB in 0.00396 sec., 9595.959595959595 rows/sec., 17.20 MiB/sec. | ||
| 3351 | 2024.12.20 21:14:09.297939 [ 271 ] {b9f20662-cdc8-49f2-ba55-4c19bb431767} <Debug> TCPHandler: Processed in 0.004294322 sec. | ||
| 3352 | 2024.12.20 21:14:09.298081 [ 268 ] {} <Trace> TCP-Session: 32ce9d3e-b8ad-475f-aac7-ad7723c5f26e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3353 | 2024.12.20 21:14:09.298199 [ 268 ] {cf955097-1867-4f09-b46c-13432455fd37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56115) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3354 | 2024.12.20 21:14:09.298251 [ 268 ] {cf955097-1867-4f09-b46c-13432455fd37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3355 | 2024.12.20 21:14:09.298736 [ 268 ] {cf955097-1867-4f09-b46c-13432455fd37} <Trace> oximeter.measurements_u64 (18143310-3b17-415e-b30b-72754bf09621): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3356 | 2024.12.20 21:14:09.298775 [ 268 ] {cf955097-1867-4f09-b46c-13432455fd37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3357 | 2024.12.20 21:14:09.299158 [ 268 ] {cf955097-1867-4f09-b46c-13432455fd37} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3358 | 2024.12.20 21:14:09.299412 [ 268 ] {cf955097-1867-4f09-b46c-13432455fd37} <Trace> oximeter.measurements_u64 (18143310-3b17-415e-b30b-72754bf09621): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3359 | 2024.12.20 21:14:09.299539 [ 94 ] {} <Debug> oximeter.measurements_u64 (18143310-3b17-415e-b30b-72754bf09621) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3360 | 2024.12.20 21:14:09.299581 [ 94 ] {} <Trace> oximeter.measurements_u64 (18143310-3b17-415e-b30b-72754bf09621): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3361 | 2024.12.20 21:14:09.299601 [ 268 ] {cf955097-1867-4f09-b46c-13432455fd37} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001423 sec., 23893.18341531975 rows/sec., 1.39 MiB/sec. | ||
| 3362 | 2024.12.20 21:14:09.299606 [ 94 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3363 | 2024.12.20 21:14:09.299681 [ 268 ] {cf955097-1867-4f09-b46c-13432455fd37} <Debug> TCPHandler: Processed in 0.001655055 sec. | ||
| 3364 | 2024.12.20 21:14:09.299736 [ 189 ] {18143310-3b17-415e-b30b-72754bf09621::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 | ||
| 3365 | 2024.12.20 21:14:09.299829 [ 189 ] {18143310-3b17-415e-b30b-72754bf09621::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3366 | 2024.12.20 21:14:09.299855 [ 189 ] {18143310-3b17-415e-b30b-72754bf09621::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 960 rows starting from the beginning of the part | ||
| 3367 | 2024.12.20 21:14:09.299945 [ 189 ] {18143310-3b17-415e-b30b-72754bf09621::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 | ||
| 3368 | 2024.12.20 21:14:09.300142 [ 189 ] {18143310-3b17-415e-b30b-72754bf09621::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 | ||
| 3369 | 2024.12.20 21:14:09.300317 [ 189 ] {18143310-3b17-415e-b30b-72754bf09621::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 | ||
| 3370 | 2024.12.20 21:14:09.300472 [ 189 ] {18143310-3b17-415e-b30b-72754bf09621::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 | ||
| 3371 | 2024.12.20 21:14:09.300645 [ 189 ] {18143310-3b17-415e-b30b-72754bf09621::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 34 rows starting from the beginning of the part | ||
| 3372 | 2024.12.20 21:14:09.301825 [ 189 ] {18143310-3b17-415e-b30b-72754bf09621::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1278 rows, containing 4 columns (4 merged, 0 gathered) in 0.002148011 sec., 594969.020177271 rows/sec., 38.76 MiB/sec. | ||
| 3373 | 2024.12.20 21:14:09.302051 [ 201 ] {18143310-3b17-415e-b30b-72754bf09621::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3374 | 2024.12.20 21:14:09.302414 [ 201 ] {18143310-3b17-415e-b30b-72754bf09621::all_1_21_4} <Trace> oximeter.measurements_u64 (18143310-3b17-415e-b30b-72754bf09621): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3375 | 2024.12.20 21:14:09.302510 [ 201 ] {18143310-3b17-415e-b30b-72754bf09621::all_1_21_4} <Trace> oximeter.measurements_u64 (18143310-3b17-415e-b30b-72754bf09621) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3376 | 2024.12.20 21:14:09.302606 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.44 MiB. | ||
| 3377 | 2024.12.20 21:14:12.193697 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 486 | ||
| 3378 | 2024.12.20 21:14:12.197336 [ 242 ] {} <Trace> system.query_log (baa8d9f2-52e3-4f4e-aa10-ca7b91d14406): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3379 | 2024.12.20 21:14:12.197385 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3380 | 2024.12.20 21:14:12.198881 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3381 | 2024.12.20 21:14:12.199193 [ 242 ] {} <Trace> system.query_log (baa8d9f2-52e3-4f4e-aa10-ca7b91d14406): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3382 | 2024.12.20 21:14:12.199766 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 486 | ||
| 3383 | 2024.12.20 21:14:13.248542 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3384 | 2024.12.20 21:14:13.248772 [ 271 ] {5275eb54-5521-48f9-96c2-a126b39f180e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3385 | 2024.12.20 21:14:13.248851 [ 271 ] {5275eb54-5521-48f9-96c2-a126b39f180e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3386 | 2024.12.20 21:14:13.249634 [ 271 ] {5275eb54-5521-48f9-96c2-a126b39f180e} <Trace> oximeter.fields_string (a7c5bf06-55d5-47a3-8577-07a38c41e153): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3387 | 2024.12.20 21:14:13.249679 [ 271 ] {5275eb54-5521-48f9-96c2-a126b39f180e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3388 | 2024.12.20 21:14:13.250127 [ 271 ] {5275eb54-5521-48f9-96c2-a126b39f180e} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3389 | 2024.12.20 21:14:13.250395 [ 271 ] {5275eb54-5521-48f9-96c2-a126b39f180e} <Trace> oximeter.fields_string (a7c5bf06-55d5-47a3-8577-07a38c41e153): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3390 | 2024.12.20 21:14:13.250598 [ 271 ] {5275eb54-5521-48f9-96c2-a126b39f180e} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001886 sec., 29692.470837751855 rows/sec., 2.27 MiB/sec. | ||
| 3391 | 2024.12.20 21:14:13.250666 [ 271 ] {5275eb54-5521-48f9-96c2-a126b39f180e} <Debug> TCPHandler: Processed in 0.002256385 sec. | ||
| 3392 | 2024.12.20 21:14:13.250992 [ 268 ] {} <Trace> TCP-Session: 32ce9d3e-b8ad-475f-aac7-ad7723c5f26e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3393 | 2024.12.20 21:14:13.251299 [ 268 ] {9bcf6a7e-63c4-46e5-82a7-9c92726f811f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56115) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3394 | 2024.12.20 21:14:13.251416 [ 268 ] {9bcf6a7e-63c4-46e5-82a7-9c92726f811f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3395 | 2024.12.20 21:14:13.252368 [ 268 ] {9bcf6a7e-63c4-46e5-82a7-9c92726f811f} <Trace> oximeter.fields_uuid (56c9adb2-48e9-46d9-87b0-c6a967c48154): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3396 | 2024.12.20 21:14:13.252413 [ 268 ] {9bcf6a7e-63c4-46e5-82a7-9c92726f811f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3397 | 2024.12.20 21:14:13.252860 [ 268 ] {9bcf6a7e-63c4-46e5-82a7-9c92726f811f} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3398 | 2024.12.20 21:14:13.253126 [ 268 ] {9bcf6a7e-63c4-46e5-82a7-9c92726f811f} <Trace> oximeter.fields_uuid (56c9adb2-48e9-46d9-87b0-c6a967c48154): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3399 | 2024.12.20 21:14:13.253371 [ 268 ] {9bcf6a7e-63c4-46e5-82a7-9c92726f811f} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002159 sec., 29643.353404353868 rows/sec., 2.31 MiB/sec. | ||
| 3400 | 2024.12.20 21:14:13.253511 [ 268 ] {9bcf6a7e-63c4-46e5-82a7-9c92726f811f} <Debug> TCPHandler: Processed in 0.00270061 sec. | ||
| 3401 | 2024.12.20 21:14:13.253667 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3402 | 2024.12.20 21:14:13.253815 [ 271 ] {0dc4d548-7dce-49a8-9ac6-b0da8875900b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3403 | 2024.12.20 21:14:13.253882 [ 271 ] {0dc4d548-7dce-49a8-9ac6-b0da8875900b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3404 | 2024.12.20 21:14:13.254565 [ 271 ] {0dc4d548-7dce-49a8-9ac6-b0da8875900b} <Trace> oximeter.measurements_cumulativeu64 (4b25041b-9433-4237-ab59-44afcaba2ba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3405 | 2024.12.20 21:14:13.254611 [ 271 ] {0dc4d548-7dce-49a8-9ac6-b0da8875900b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3406 | 2024.12.20 21:14:13.255055 [ 271 ] {0dc4d548-7dce-49a8-9ac6-b0da8875900b} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3407 | 2024.12.20 21:14:13.255300 [ 271 ] {0dc4d548-7dce-49a8-9ac6-b0da8875900b} <Trace> oximeter.measurements_cumulativeu64 (4b25041b-9433-4237-ab59-44afcaba2ba7): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3408 | 2024.12.20 21:14:13.255484 [ 271 ] {0dc4d548-7dce-49a8-9ac6-b0da8875900b} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001706 sec., 75029.30832356389 rows/sec., 5.23 MiB/sec. | ||
| 3409 | 2024.12.20 21:14:13.255551 [ 271 ] {0dc4d548-7dce-49a8-9ac6-b0da8875900b} <Debug> TCPHandler: Processed in 0.001951315 sec. | ||
| 3410 | 2024.12.20 21:14:13.255702 [ 268 ] {} <Trace> TCP-Session: 32ce9d3e-b8ad-475f-aac7-ad7723c5f26e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3411 | 2024.12.20 21:14:13.255821 [ 268 ] {0059247b-5883-44f2-9d61-965d4171eecf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56115) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3412 | 2024.12.20 21:14:13.255882 [ 268 ] {0059247b-5883-44f2-9d61-965d4171eecf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3413 | 2024.12.20 21:14:13.256490 [ 268 ] {0059247b-5883-44f2-9d61-965d4171eecf} <Trace> oximeter.measurements_u64 (18143310-3b17-415e-b30b-72754bf09621): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3414 | 2024.12.20 21:14:13.256538 [ 268 ] {0059247b-5883-44f2-9d61-965d4171eecf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3415 | 2024.12.20 21:14:13.256973 [ 268 ] {0059247b-5883-44f2-9d61-965d4171eecf} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3416 | 2024.12.20 21:14:13.257236 [ 268 ] {0059247b-5883-44f2-9d61-965d4171eecf} <Trace> oximeter.measurements_u64 (18143310-3b17-415e-b30b-72754bf09621): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3417 | 2024.12.20 21:14:13.257450 [ 268 ] {0059247b-5883-44f2-9d61-965d4171eecf} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001655 sec., 29003.021148036252 rows/sec., 1.95 MiB/sec. | ||
| 3418 | 2024.12.20 21:14:13.257501 [ 268 ] {0059247b-5883-44f2-9d61-965d4171eecf} <Debug> TCPHandler: Processed in 0.001857492 sec. | ||
| 3419 | 2024.12.20 21:14:14.677795 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 6893 | ||
| 3420 | 2024.12.20 21:14:14.678432 [ 244 ] {} <Trace> system.asynchronous_metric_log (7374c277-4ec6-4bc6-a92a-be2a3111abf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3421 | 2024.12.20 21:14:14.678478 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3422 | 2024.12.20 21:14:14.678981 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3423 | 2024.12.20 21:14:14.679230 [ 244 ] {} <Trace> system.asynchronous_metric_log (7374c277-4ec6-4bc6-a92a-be2a3111abf4): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3424 | 2024.12.20 21:14:14.679456 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6893 | ||
| 3425 | 2024.12.20 21:14:15.110969 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 113 | ||
| 3426 | 2024.12.20 21:14:15.131306 [ 243 ] {} <Trace> system.metric_log (76748c68-b196-4e56-a74b-50a33795b533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3427 | 2024.12.20 21:14:15.131363 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3428 | 2024.12.20 21:14:15.139019 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3429 | 2024.12.20 21:14:15.139773 [ 243 ] {} <Trace> system.metric_log (76748c68-b196-4e56-a74b-50a33795b533): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3430 | 2024.12.20 21:14:15.142292 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 113 | ||
| 3431 | 2024.12.20 21:14:18.250914 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3432 | 2024.12.20 21:14:18.251122 [ 271 ] {fcbc2bf1-643a-4a3f-852f-4f94ff1105aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3433 | 2024.12.20 21:14:18.251191 [ 271 ] {fcbc2bf1-643a-4a3f-852f-4f94ff1105aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3434 | 2024.12.20 21:14:18.251937 [ 271 ] {fcbc2bf1-643a-4a3f-852f-4f94ff1105aa} <Trace> oximeter.fields_string (a7c5bf06-55d5-47a3-8577-07a38c41e153): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3435 | 2024.12.20 21:14:18.251978 [ 271 ] {fcbc2bf1-643a-4a3f-852f-4f94ff1105aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3436 | 2024.12.20 21:14:18.252434 [ 271 ] {fcbc2bf1-643a-4a3f-852f-4f94ff1105aa} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3437 | 2024.12.20 21:14:18.252692 [ 271 ] {fcbc2bf1-643a-4a3f-852f-4f94ff1105aa} <Trace> oximeter.fields_string (a7c5bf06-55d5-47a3-8577-07a38c41e153): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3438 | 2024.12.20 21:14:18.252884 [ 271 ] {fcbc2bf1-643a-4a3f-852f-4f94ff1105aa} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001814 sec., 30871.003307607494 rows/sec., 2.36 MiB/sec. | ||
| 3439 | 2024.12.20 21:14:18.252939 [ 271 ] {fcbc2bf1-643a-4a3f-852f-4f94ff1105aa} <Debug> TCPHandler: Processed in 0.002157422 sec. | ||
| 3440 | 2024.12.20 21:14:18.253208 [ 268 ] {} <Trace> TCP-Session: 32ce9d3e-b8ad-475f-aac7-ad7723c5f26e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3441 | 2024.12.20 21:14:18.253431 [ 268 ] {d4a85f4e-642b-4d3f-b6bb-419a0e252309} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56115) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3442 | 2024.12.20 21:14:18.253516 [ 268 ] {d4a85f4e-642b-4d3f-b6bb-419a0e252309} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3443 | 2024.12.20 21:14:18.254361 [ 268 ] {d4a85f4e-642b-4d3f-b6bb-419a0e252309} <Trace> oximeter.fields_uuid (56c9adb2-48e9-46d9-87b0-c6a967c48154): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3444 | 2024.12.20 21:14:18.254417 [ 268 ] {d4a85f4e-642b-4d3f-b6bb-419a0e252309} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3445 | 2024.12.20 21:14:18.254872 [ 268 ] {d4a85f4e-642b-4d3f-b6bb-419a0e252309} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3446 | 2024.12.20 21:14:18.255145 [ 268 ] {d4a85f4e-642b-4d3f-b6bb-419a0e252309} <Trace> oximeter.fields_uuid (56c9adb2-48e9-46d9-87b0-c6a967c48154): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3447 | 2024.12.20 21:14:18.255387 [ 268 ] {d4a85f4e-642b-4d3f-b6bb-419a0e252309} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002016 sec., 31746.031746031746 rows/sec., 2.48 MiB/sec. | ||
| 3448 | 2024.12.20 21:14:18.255458 [ 268 ] {d4a85f4e-642b-4d3f-b6bb-419a0e252309} <Debug> TCPHandler: Processed in 0.002397829 sec. | ||
| 3449 | 2024.12.20 21:14:18.255619 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3450 | 2024.12.20 21:14:18.255759 [ 271 ] {e015abff-c745-4f43-bfda-926f34df5b97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3451 | 2024.12.20 21:14:18.255820 [ 271 ] {e015abff-c745-4f43-bfda-926f34df5b97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3452 | 2024.12.20 21:14:18.256432 [ 271 ] {e015abff-c745-4f43-bfda-926f34df5b97} <Trace> oximeter.measurements_cumulativeu64 (4b25041b-9433-4237-ab59-44afcaba2ba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3453 | 2024.12.20 21:14:18.256469 [ 271 ] {e015abff-c745-4f43-bfda-926f34df5b97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3454 | 2024.12.20 21:14:18.256861 [ 271 ] {e015abff-c745-4f43-bfda-926f34df5b97} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3455 | 2024.12.20 21:14:18.257091 [ 271 ] {e015abff-c745-4f43-bfda-926f34df5b97} <Trace> oximeter.measurements_cumulativeu64 (4b25041b-9433-4237-ab59-44afcaba2ba7): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3456 | 2024.12.20 21:14:18.257311 [ 271 ] {e015abff-c745-4f43-bfda-926f34df5b97} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001575 sec., 101587.30158730158 rows/sec., 7.08 MiB/sec. | ||
| 3457 | 2024.12.20 21:14:18.257516 [ 271 ] {e015abff-c745-4f43-bfda-926f34df5b97} <Debug> TCPHandler: Processed in 0.001957305 sec. | ||
| 3458 | 2024.12.20 21:14:18.257720 [ 268 ] {} <Trace> TCP-Session: 32ce9d3e-b8ad-475f-aac7-ad7723c5f26e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3459 | 2024.12.20 21:14:18.257866 [ 268 ] {3a1ac70c-8ef1-4d08-8149-b243c961123f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56115) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3460 | 2024.12.20 21:14:18.257932 [ 268 ] {3a1ac70c-8ef1-4d08-8149-b243c961123f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3461 | 2024.12.20 21:14:18.258470 [ 268 ] {3a1ac70c-8ef1-4d08-8149-b243c961123f} <Trace> oximeter.measurements_u64 (18143310-3b17-415e-b30b-72754bf09621): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3462 | 2024.12.20 21:14:18.258511 [ 268 ] {3a1ac70c-8ef1-4d08-8149-b243c961123f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3463 | 2024.12.20 21:14:18.258917 [ 268 ] {3a1ac70c-8ef1-4d08-8149-b243c961123f} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3464 | 2024.12.20 21:14:18.259180 [ 268 ] {3a1ac70c-8ef1-4d08-8149-b243c961123f} <Trace> oximeter.measurements_u64 (18143310-3b17-415e-b30b-72754bf09621): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3465 | 2024.12.20 21:14:18.259390 [ 268 ] {3a1ac70c-8ef1-4d08-8149-b243c961123f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00156 sec., 38461.53846153846 rows/sec., 2.59 MiB/sec. | ||
| 3466 | 2024.12.20 21:14:18.259443 [ 268 ] {3a1ac70c-8ef1-4d08-8149-b243c961123f} <Debug> TCPHandler: Processed in 0.001803969 sec. | ||
| 3467 | 2024.12.20 21:14:21.627408 [ 144 ] {} <Debug> oximeter.measurements_bool (11c94d34-dd1c-42cf-9f5b-a62aea0c2735) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 3468 | 2024.12.20 21:14:21.627473 [ 144 ] {} <Trace> oximeter.measurements_bool (11c94d34-dd1c-42cf-9f5b-a62aea0c2735): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3469 | 2024.12.20 21:14:21.627495 [ 144 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3470 | 2024.12.20 21:14:21.627721 [ 186 ] {11c94d34-dd1c-42cf-9f5b-a62aea0c2735::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 | ||
| 3471 | 2024.12.20 21:14:21.627933 [ 186 ] {11c94d34-dd1c-42cf-9f5b-a62aea0c2735::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3472 | 2024.12.20 21:14:21.627977 [ 186 ] {11c94d34-dd1c-42cf-9f5b-a62aea0c2735::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 30 rows starting from the beginning of the part | ||
| 3473 | 2024.12.20 21:14:21.628102 [ 186 ] {11c94d34-dd1c-42cf-9f5b-a62aea0c2735::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 6 rows starting from the beginning of the part | ||
| 3474 | 2024.12.20 21:14:21.628194 [ 186 ] {11c94d34-dd1c-42cf-9f5b-a62aea0c2735::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 6 rows starting from the beginning of the part | ||
| 3475 | 2024.12.20 21:14:21.628432 [ 186 ] {11c94d34-dd1c-42cf-9f5b-a62aea0c2735::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 6 rows starting from the beginning of the part | ||
| 3476 | 2024.12.20 21:14:21.628567 [ 186 ] {11c94d34-dd1c-42cf-9f5b-a62aea0c2735::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 6 rows starting from the beginning of the part | ||
| 3477 | 2024.12.20 21:14:21.629762 [ 201 ] {11c94d34-dd1c-42cf-9f5b-a62aea0c2735::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 54 rows, containing 4 columns (4 merged, 0 gathered) in 0.002179862 sec., 24772.210350930472 rows/sec., 1.26 MiB/sec. | ||
| 3478 | 2024.12.20 21:14:21.629975 [ 193 ] {11c94d34-dd1c-42cf-9f5b-a62aea0c2735::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 3479 | 2024.12.20 21:14:21.630353 [ 193 ] {11c94d34-dd1c-42cf-9f5b-a62aea0c2735::all_1_9_2} <Trace> oximeter.measurements_bool (11c94d34-dd1c-42cf-9f5b-a62aea0c2735): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3480 | 2024.12.20 21:14:21.630439 [ 193 ] {11c94d34-dd1c-42cf-9f5b-a62aea0c2735::all_1_9_2} <Trace> oximeter.measurements_bool (11c94d34-dd1c-42cf-9f5b-a62aea0c2735) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 3481 | 2024.12.20 21:14:21.630537 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 3482 | 2024.12.20 21:14:22.084725 [ 144 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3483 | 2024.12.20 21:14:22.084808 [ 144 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3484 | 2024.12.20 21:14:22.180461 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 7381 | ||
| 3485 | 2024.12.20 21:14:22.181101 [ 244 ] {} <Trace> system.asynchronous_metric_log (7374c277-4ec6-4bc6-a92a-be2a3111abf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3486 | 2024.12.20 21:14:22.181139 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3487 | 2024.12.20 21:14:22.181757 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3488 | 2024.12.20 21:14:22.182023 [ 244 ] {} <Trace> system.asynchronous_metric_log (7374c277-4ec6-4bc6-a92a-be2a3111abf4): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3489 | 2024.12.20 21:14:22.182176 [ 143 ] {} <Debug> system.asynchronous_metric_log (7374c277-4ec6-4bc6-a92a-be2a3111abf4) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3490 | 2024.12.20 21:14:22.182207 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7381 | ||
| 3491 | 2024.12.20 21:14:22.182221 [ 143 ] {} <Trace> system.asynchronous_metric_log (7374c277-4ec6-4bc6-a92a-be2a3111abf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3492 | 2024.12.20 21:14:22.182244 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3493 | 2024.12.20 21:14:22.182384 [ 193 ] {7374c277-4ec6-4bc6-a92a-be2a3111abf4::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 | ||
| 3494 | 2024.12.20 21:14:22.182543 [ 193 ] {7374c277-4ec6-4bc6-a92a-be2a3111abf4::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3495 | 2024.12.20 21:14:22.182584 [ 193 ] {7374c277-4ec6-4bc6-a92a-be2a3111abf4::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 | ||
| 3496 | 2024.12.20 21:14:22.182672 [ 193 ] {7374c277-4ec6-4bc6-a92a-be2a3111abf4::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 | ||
| 3497 | 2024.12.20 21:14:22.182873 [ 193 ] {7374c277-4ec6-4bc6-a92a-be2a3111abf4::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 | ||
| 3498 | 2024.12.20 21:14:22.183102 [ 193 ] {7374c277-4ec6-4bc6-a92a-be2a3111abf4::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 | ||
| 3499 | 2024.12.20 21:14:22.183292 [ 193 ] {7374c277-4ec6-4bc6-a92a-be2a3111abf4::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 | ||
| 3500 | 2024.12.20 21:14:22.183498 [ 193 ] {7374c277-4ec6-4bc6-a92a-be2a3111abf4::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 | ||
| 3501 | 2024.12.20 21:14:22.185340 [ 201 ] {7374c277-4ec6-4bc6-a92a-be2a3111abf4::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7381 rows, containing 4 columns (4 merged, 0 gathered) in 0.00302349 sec., 2441218.5917598535 rows/sec., 34.92 MiB/sec. | ||
| 3502 | 2024.12.20 21:14:22.186224 [ 187 ] {7374c277-4ec6-4bc6-a92a-be2a3111abf4::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3503 | 2024.12.20 21:14:22.186547 [ 187 ] {7374c277-4ec6-4bc6-a92a-be2a3111abf4::all_1_16_3} <Trace> system.asynchronous_metric_log (7374c277-4ec6-4bc6-a92a-be2a3111abf4): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3504 | 2024.12.20 21:14:22.186636 [ 187 ] {7374c277-4ec6-4bc6-a92a-be2a3111abf4::all_1_16_3} <Trace> system.asynchronous_metric_log (7374c277-4ec6-4bc6-a92a-be2a3111abf4) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3505 | 2024.12.20 21:14:22.186747 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.42 MiB. | ||
| 3506 | 2024.12.20 21:14:22.200865 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 502 | ||
| 3507 | 2024.12.20 21:14:22.203474 [ 242 ] {} <Trace> system.query_log (baa8d9f2-52e3-4f4e-aa10-ca7b91d14406): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3508 | 2024.12.20 21:14:22.203519 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3509 | 2024.12.20 21:14:22.204950 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3510 | 2024.12.20 21:14:22.205273 [ 242 ] {} <Trace> system.query_log (baa8d9f2-52e3-4f4e-aa10-ca7b91d14406): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3511 | 2024.12.20 21:14:22.205476 [ 143 ] {} <Debug> system.query_log (baa8d9f2-52e3-4f4e-aa10-ca7b91d14406) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3512 | 2024.12.20 21:14:22.205567 [ 143 ] {} <Trace> system.query_log (baa8d9f2-52e3-4f4e-aa10-ca7b91d14406): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3513 | 2024.12.20 21:14:22.205632 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3514 | 2024.12.20 21:14:22.205958 [ 193 ] {baa8d9f2-52e3-4f4e-aa10-ca7b91d14406::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 | ||
| 3515 | 2024.12.20 21:14:22.206288 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 502 | ||
| 3516 | 2024.12.20 21:14:22.206686 [ 193 ] {baa8d9f2-52e3-4f4e-aa10-ca7b91d14406::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3517 | 2024.12.20 21:14:22.206800 [ 193 ] {baa8d9f2-52e3-4f4e-aa10-ca7b91d14406::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 326 rows starting from the beginning of the part | ||
| 3518 | 2024.12.20 21:14:22.207400 [ 193 ] {baa8d9f2-52e3-4f4e-aa10-ca7b91d14406::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 58 rows starting from the beginning of the part | ||
| 3519 | 2024.12.20 21:14:22.207932 [ 193 ] {baa8d9f2-52e3-4f4e-aa10-ca7b91d14406::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 | ||
| 3520 | 2024.12.20 21:14:22.208466 [ 193 ] {baa8d9f2-52e3-4f4e-aa10-ca7b91d14406::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 32 rows starting from the beginning of the part | ||
| 3521 | 2024.12.20 21:14:22.209026 [ 193 ] {baa8d9f2-52e3-4f4e-aa10-ca7b91d14406::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 54 rows starting from the beginning of the part | ||
| 3522 | 2024.12.20 21:14:22.209636 [ 193 ] {baa8d9f2-52e3-4f4e-aa10-ca7b91d14406::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 16 rows starting from the beginning of the part | ||
| 3523 | 2024.12.20 21:14:22.217086 [ 194 ] {baa8d9f2-52e3-4f4e-aa10-ca7b91d14406::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 502 rows, containing 72 columns (72 merged, 0 gathered) in 0.011329416 sec., 44309.43307227839 rows/sec., 40.44 MiB/sec. | ||
| 3524 | 2024.12.20 21:14:22.218273 [ 194 ] {baa8d9f2-52e3-4f4e-aa10-ca7b91d14406::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3525 | 2024.12.20 21:14:22.219085 [ 194 ] {baa8d9f2-52e3-4f4e-aa10-ca7b91d14406::all_1_11_2} <Trace> system.query_log (baa8d9f2-52e3-4f4e-aa10-ca7b91d14406): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3526 | 2024.12.20 21:14:22.219197 [ 194 ] {baa8d9f2-52e3-4f4e-aa10-ca7b91d14406::all_1_11_2} <Trace> system.query_log (baa8d9f2-52e3-4f4e-aa10-ca7b91d14406) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3527 | 2024.12.20 21:14:22.219557 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.78 MiB. | ||
| 3528 | 2024.12.20 21:14:22.643261 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 121 | ||
| 3529 | 2024.12.20 21:14:22.663764 [ 243 ] {} <Trace> system.metric_log (76748c68-b196-4e56-a74b-50a33795b533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3530 | 2024.12.20 21:14:22.663818 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3531 | 2024.12.20 21:14:22.671453 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3532 | 2024.12.20 21:14:22.672218 [ 243 ] {} <Trace> system.metric_log (76748c68-b196-4e56-a74b-50a33795b533): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3533 | 2024.12.20 21:14:22.672619 [ 143 ] {} <Debug> system.metric_log (76748c68-b196-4e56-a74b-50a33795b533) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3534 | 2024.12.20 21:14:22.672748 [ 143 ] {} <Trace> system.metric_log (76748c68-b196-4e56-a74b-50a33795b533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3535 | 2024.12.20 21:14:22.672818 [ 143 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3536 | 2024.12.20 21:14:22.673264 [ 193 ] {76748c68-b196-4e56-a74b-50a33795b533::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 | ||
| 3537 | 2024.12.20 21:14:22.687541 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 121 | ||
| 3538 | 2024.12.20 21:14:22.688939 [ 193 ] {76748c68-b196-4e56-a74b-50a33795b533::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3539 | 2024.12.20 21:14:22.690140 [ 193 ] {76748c68-b196-4e56-a74b-50a33795b533::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 | ||
| 3540 | 2024.12.20 21:14:22.695269 [ 193 ] {76748c68-b196-4e56-a74b-50a33795b533::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 | ||
| 3541 | 2024.12.20 21:14:22.700726 [ 193 ] {76748c68-b196-4e56-a74b-50a33795b533::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 | ||
| 3542 | 2024.12.20 21:14:22.706203 [ 193 ] {76748c68-b196-4e56-a74b-50a33795b533::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 | ||
| 3543 | 2024.12.20 21:14:22.711860 [ 193 ] {76748c68-b196-4e56-a74b-50a33795b533::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 7 rows starting from the beginning of the part | ||
| 3544 | 2024.12.20 21:14:22.716667 [ 193 ] {76748c68-b196-4e56-a74b-50a33795b533::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 8 rows starting from the beginning of the part | ||
| 3545 | 2024.12.20 21:14:22.773617 [ 194 ] {76748c68-b196-4e56-a74b-50a33795b533::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.10063549 sec., 1202.3591279776151 rows/sec., 6.22 MiB/sec. | ||
| 3546 | 2024.12.20 21:14:22.776451 [ 194 ] {76748c68-b196-4e56-a74b-50a33795b533::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3547 | 2024.12.20 21:14:22.779438 [ 194 ] {76748c68-b196-4e56-a74b-50a33795b533::all_1_16_3} <Trace> system.metric_log (76748c68-b196-4e56-a74b-50a33795b533): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3548 | 2024.12.20 21:14:22.779569 [ 194 ] {76748c68-b196-4e56-a74b-50a33795b533::all_1_16_3} <Trace> system.metric_log (76748c68-b196-4e56-a74b-50a33795b533) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3549 | 2024.12.20 21:14:22.782275 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.52 MiB. | ||
| 3550 | 2024.12.20 21:14:23.001174 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 179.69 MiB, peak 189.66 MiB, free memory in arenas 0.00 B, will set to 181.44 MiB (RSS), difference: 1.75 MiB | ||
| 3551 | 2024.12.20 21:14:23.002512 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001046835 sec. | ||
| 3552 | 2024.12.20 21:14:23.257037 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3553 | 2024.12.20 21:14:23.257241 [ 271 ] {4d097404-d383-4963-8e19-708aff1aeb64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3554 | 2024.12.20 21:14:23.257321 [ 271 ] {4d097404-d383-4963-8e19-708aff1aeb64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3555 | 2024.12.20 21:14:23.258189 [ 271 ] {4d097404-d383-4963-8e19-708aff1aeb64} <Trace> oximeter.fields_i16 (e8dd8f29-dacb-43c4-8630-4a7e9eaac6df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3556 | 2024.12.20 21:14:23.258233 [ 271 ] {4d097404-d383-4963-8e19-708aff1aeb64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3557 | 2024.12.20 21:14:23.258689 [ 271 ] {4d097404-d383-4963-8e19-708aff1aeb64} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3558 | 2024.12.20 21:14:23.258959 [ 271 ] {4d097404-d383-4963-8e19-708aff1aeb64} <Trace> oximeter.fields_i16 (e8dd8f29-dacb-43c4-8630-4a7e9eaac6df): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3559 | 2024.12.20 21:14:23.259201 [ 271 ] {4d097404-d383-4963-8e19-708aff1aeb64} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00202 sec., 6930.693069306931 rows/sec., 498.92 KiB/sec. | ||
| 3560 | 2024.12.20 21:14:23.259271 [ 271 ] {4d097404-d383-4963-8e19-708aff1aeb64} <Debug> TCPHandler: Processed in 0.002369678 sec. | ||
| 3561 | 2024.12.20 21:14:23.259517 [ 268 ] {} <Trace> TCP-Session: 32ce9d3e-b8ad-475f-aac7-ad7723c5f26e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3562 | 2024.12.20 21:14:23.259709 [ 268 ] {34d1c9da-56b7-438f-95c7-db2c58249fb1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56115) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3563 | 2024.12.20 21:14:23.259780 [ 268 ] {34d1c9da-56b7-438f-95c7-db2c58249fb1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3564 | 2024.12.20 21:14:23.260629 [ 268 ] {34d1c9da-56b7-438f-95c7-db2c58249fb1} <Trace> oximeter.fields_string (a7c5bf06-55d5-47a3-8577-07a38c41e153): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3565 | 2024.12.20 21:14:23.260681 [ 268 ] {34d1c9da-56b7-438f-95c7-db2c58249fb1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3566 | 2024.12.20 21:14:23.261153 [ 268 ] {34d1c9da-56b7-438f-95c7-db2c58249fb1} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3567 | 2024.12.20 21:14:23.261424 [ 268 ] {34d1c9da-56b7-438f-95c7-db2c58249fb1} <Trace> oximeter.fields_string (a7c5bf06-55d5-47a3-8577-07a38c41e153): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3568 | 2024.12.20 21:14:23.261643 [ 268 ] {34d1c9da-56b7-438f-95c7-db2c58249fb1} <Debug> executeQuery: Read 281 rows, 25.38 KiB in 0.001985 sec., 141561.71284634763 rows/sec., 12.49 MiB/sec. | ||
| 3569 | 2024.12.20 21:14:23.261701 [ 268 ] {34d1c9da-56b7-438f-95c7-db2c58249fb1} <Debug> TCPHandler: Processed in 0.002313207 sec. | ||
| 3570 | 2024.12.20 21:14:23.261868 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3571 | 2024.12.20 21:14:23.262018 [ 271 ] {84a2b3af-574f-44c1-be77-69f119c92afc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3572 | 2024.12.20 21:14:23.262079 [ 271 ] {84a2b3af-574f-44c1-be77-69f119c92afc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3573 | 2024.12.20 21:14:23.262721 [ 271 ] {84a2b3af-574f-44c1-be77-69f119c92afc} <Trace> oximeter.fields_u16 (f5c5f422-b38a-45cf-a007-008934086980): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3574 | 2024.12.20 21:14:23.262762 [ 271 ] {84a2b3af-574f-44c1-be77-69f119c92afc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3575 | 2024.12.20 21:14:23.263146 [ 271 ] {84a2b3af-574f-44c1-be77-69f119c92afc} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3576 | 2024.12.20 21:14:23.263400 [ 271 ] {84a2b3af-574f-44c1-be77-69f119c92afc} <Trace> oximeter.fields_u16 (f5c5f422-b38a-45cf-a007-008934086980): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3577 | 2024.12.20 21:14:23.263698 [ 271 ] {84a2b3af-574f-44c1-be77-69f119c92afc} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.001695 sec., 27138.64306784661 rows/sec., 1.95 MiB/sec. | ||
| 3578 | 2024.12.20 21:14:23.263831 [ 271 ] {84a2b3af-574f-44c1-be77-69f119c92afc} <Debug> TCPHandler: Processed in 0.002031617 sec. | ||
| 3579 | 2024.12.20 21:14:23.263992 [ 268 ] {} <Trace> TCP-Session: 32ce9d3e-b8ad-475f-aac7-ad7723c5f26e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3580 | 2024.12.20 21:14:23.264111 [ 268 ] {5f9fc35a-71c7-487d-87ae-838ec60463f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56115) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3581 | 2024.12.20 21:14:23.264170 [ 268 ] {5f9fc35a-71c7-487d-87ae-838ec60463f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3582 | 2024.12.20 21:14:23.264860 [ 268 ] {5f9fc35a-71c7-487d-87ae-838ec60463f4} <Trace> oximeter.fields_u32 (44e160d5-ebb5-4558-9722-9802c9a6e790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3583 | 2024.12.20 21:14:23.264908 [ 268 ] {5f9fc35a-71c7-487d-87ae-838ec60463f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3584 | 2024.12.20 21:14:23.265311 [ 268 ] {5f9fc35a-71c7-487d-87ae-838ec60463f4} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3585 | 2024.12.20 21:14:23.265560 [ 268 ] {5f9fc35a-71c7-487d-87ae-838ec60463f4} <Trace> oximeter.fields_u32 (44e160d5-ebb5-4558-9722-9802c9a6e790): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3586 | 2024.12.20 21:14:23.265823 [ 268 ] {5f9fc35a-71c7-487d-87ae-838ec60463f4} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001731 sec., 8087.810514153669 rows/sec., 566.42 KiB/sec. | ||
| 3587 | 2024.12.20 21:14:23.265991 [ 268 ] {5f9fc35a-71c7-487d-87ae-838ec60463f4} <Debug> TCPHandler: Processed in 0.002060188 sec. | ||
| 3588 | 2024.12.20 21:14:23.266152 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3589 | 2024.12.20 21:14:23.266296 [ 271 ] {28ac5afc-3985-429e-9856-196cc93932c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3590 | 2024.12.20 21:14:23.266358 [ 271 ] {28ac5afc-3985-429e-9856-196cc93932c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3591 | 2024.12.20 21:14:23.267052 [ 271 ] {28ac5afc-3985-429e-9856-196cc93932c0} <Trace> oximeter.fields_u8 (c8d30ddd-c805-419d-8cc9-be9ef3e3339c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3592 | 2024.12.20 21:14:23.267099 [ 271 ] {28ac5afc-3985-429e-9856-196cc93932c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3593 | 2024.12.20 21:14:23.267474 [ 271 ] {28ac5afc-3985-429e-9856-196cc93932c0} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3594 | 2024.12.20 21:14:23.267715 [ 271 ] {28ac5afc-3985-429e-9856-196cc93932c0} <Trace> oximeter.fields_u8 (c8d30ddd-c805-419d-8cc9-be9ef3e3339c): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3595 | 2024.12.20 21:14:23.267930 [ 271 ] {28ac5afc-3985-429e-9856-196cc93932c0} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001669 sec., 7789.095266626723 rows/sec., 485.65 KiB/sec. | ||
| 3596 | 2024.12.20 21:14:23.267987 [ 271 ] {28ac5afc-3985-429e-9856-196cc93932c0} <Debug> TCPHandler: Processed in 0.001900063 sec. | ||
| 3597 | 2024.12.20 21:14:23.268140 [ 268 ] {} <Trace> TCP-Session: 32ce9d3e-b8ad-475f-aac7-ad7723c5f26e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3598 | 2024.12.20 21:14:23.268283 [ 268 ] {7c6a75a0-bf16-4eb5-919d-693227476ea0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56115) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3599 | 2024.12.20 21:14:23.268342 [ 268 ] {7c6a75a0-bf16-4eb5-919d-693227476ea0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3600 | 2024.12.20 21:14:23.269186 [ 268 ] {7c6a75a0-bf16-4eb5-919d-693227476ea0} <Trace> oximeter.fields_uuid (56c9adb2-48e9-46d9-87b0-c6a967c48154): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3601 | 2024.12.20 21:14:23.269225 [ 268 ] {7c6a75a0-bf16-4eb5-919d-693227476ea0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3602 | 2024.12.20 21:14:23.269613 [ 268 ] {7c6a75a0-bf16-4eb5-919d-693227476ea0} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3603 | 2024.12.20 21:14:23.269855 [ 268 ] {7c6a75a0-bf16-4eb5-919d-693227476ea0} <Trace> oximeter.fields_uuid (56c9adb2-48e9-46d9-87b0-c6a967c48154): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3604 | 2024.12.20 21:14:23.270058 [ 268 ] {7c6a75a0-bf16-4eb5-919d-693227476ea0} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.001806 sec., 233111.84939091915 rows/sec., 16.66 MiB/sec. | ||
| 3605 | 2024.12.20 21:14:23.270116 [ 268 ] {7c6a75a0-bf16-4eb5-919d-693227476ea0} <Debug> TCPHandler: Processed in 0.002037128 sec. | ||
| 3606 | 2024.12.20 21:14:23.270277 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3607 | 2024.12.20 21:14:23.270419 [ 271 ] {e21e51e3-41b7-4b7a-a583-05a56ac5179b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3608 | 2024.12.20 21:14:23.270479 [ 271 ] {e21e51e3-41b7-4b7a-a583-05a56ac5179b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3609 | 2024.12.20 21:14:23.271070 [ 271 ] {e21e51e3-41b7-4b7a-a583-05a56ac5179b} <Trace> oximeter.measurements_bool (11c94d34-dd1c-42cf-9f5b-a62aea0c2735): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3610 | 2024.12.20 21:14:23.271118 [ 271 ] {e21e51e3-41b7-4b7a-a583-05a56ac5179b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3611 | 2024.12.20 21:14:23.271501 [ 271 ] {e21e51e3-41b7-4b7a-a583-05a56ac5179b} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3612 | 2024.12.20 21:14:23.271745 [ 271 ] {e21e51e3-41b7-4b7a-a583-05a56ac5179b} <Trace> oximeter.measurements_bool (11c94d34-dd1c-42cf-9f5b-a62aea0c2735): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3613 | 2024.12.20 21:14:23.272064 [ 271 ] {e21e51e3-41b7-4b7a-a583-05a56ac5179b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001654 sec., 3627.569528415961 rows/sec., 189.53 KiB/sec. | ||
| 3614 | 2024.12.20 21:14:23.272192 [ 271 ] {e21e51e3-41b7-4b7a-a583-05a56ac5179b} <Debug> TCPHandler: Processed in 0.001985356 sec. | ||
| 3615 | 2024.12.20 21:14:23.272357 [ 268 ] {} <Trace> TCP-Session: 32ce9d3e-b8ad-475f-aac7-ad7723c5f26e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3616 | 2024.12.20 21:14:23.272494 [ 268 ] {3e3e0c65-595a-4e00-ae02-94dce5a40b2a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56115) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3617 | 2024.12.20 21:14:23.272556 [ 268 ] {3e3e0c65-595a-4e00-ae02-94dce5a40b2a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3618 | 2024.12.20 21:14:23.273222 [ 268 ] {3e3e0c65-595a-4e00-ae02-94dce5a40b2a} <Trace> oximeter.measurements_cumulativeu64 (4b25041b-9433-4237-ab59-44afcaba2ba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3619 | 2024.12.20 21:14:23.273262 [ 268 ] {3e3e0c65-595a-4e00-ae02-94dce5a40b2a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3620 | 2024.12.20 21:14:23.273666 [ 268 ] {3e3e0c65-595a-4e00-ae02-94dce5a40b2a} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3621 | 2024.12.20 21:14:23.273923 [ 268 ] {3e3e0c65-595a-4e00-ae02-94dce5a40b2a} <Trace> oximeter.measurements_cumulativeu64 (4b25041b-9433-4237-ab59-44afcaba2ba7): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3622 | 2024.12.20 21:14:23.274136 [ 268 ] {3e3e0c65-595a-4e00-ae02-94dce5a40b2a} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001673 sec., 141661.68559473997 rows/sec., 9.50 MiB/sec. | ||
| 3623 | 2024.12.20 21:14:23.274188 [ 268 ] {3e3e0c65-595a-4e00-ae02-94dce5a40b2a} <Debug> TCPHandler: Processed in 0.001899713 sec. | ||
| 3624 | 2024.12.20 21:14:23.274341 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3625 | 2024.12.20 21:14:23.274479 [ 271 ] {047f2175-8a8d-45ac-bc6f-efb1ca3a6a3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3626 | 2024.12.20 21:14:23.274541 [ 271 ] {047f2175-8a8d-45ac-bc6f-efb1ca3a6a3b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3627 | 2024.12.20 21:14:23.275112 [ 271 ] {047f2175-8a8d-45ac-bc6f-efb1ca3a6a3b} <Trace> oximeter.measurements_f64 (91051acd-5a5c-4cbe-bf7a-a2cd5e3daeba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3628 | 2024.12.20 21:14:23.275155 [ 271 ] {047f2175-8a8d-45ac-bc6f-efb1ca3a6a3b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3629 | 2024.12.20 21:14:23.275518 [ 271 ] {047f2175-8a8d-45ac-bc6f-efb1ca3a6a3b} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3630 | 2024.12.20 21:14:23.275758 [ 271 ] {047f2175-8a8d-45ac-bc6f-efb1ca3a6a3b} <Trace> oximeter.measurements_f64 (91051acd-5a5c-4cbe-bf7a-a2cd5e3daeba): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3631 | 2024.12.20 21:14:23.276003 [ 271 ] {047f2175-8a8d-45ac-bc6f-efb1ca3a6a3b} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001549 sec., 645.5777921239509 rows/sec., 43.50 KiB/sec. | ||
| 3632 | 2024.12.20 21:14:23.276078 [ 271 ] {047f2175-8a8d-45ac-bc6f-efb1ca3a6a3b} <Debug> TCPHandler: Processed in 0.00180412 sec. | ||
| 3633 | 2024.12.20 21:14:23.276238 [ 268 ] {} <Trace> TCP-Session: 32ce9d3e-b8ad-475f-aac7-ad7723c5f26e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3634 | 2024.12.20 21:14:23.276373 [ 268 ] {0c3e1265-11fa-433c-877f-52d4525c6bfa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56115) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3635 | 2024.12.20 21:14:23.276467 [ 268 ] {0c3e1265-11fa-433c-877f-52d4525c6bfa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3636 | 2024.12.20 21:14:23.277776 [ 268 ] {0c3e1265-11fa-433c-877f-52d4525c6bfa} <Trace> oximeter.measurements_histogramu64 (84834c4b-a921-406e-bab6-7c9ded2f611a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3637 | 2024.12.20 21:14:23.277816 [ 268 ] {0c3e1265-11fa-433c-877f-52d4525c6bfa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3638 | 2024.12.20 21:14:23.278522 [ 268 ] {0c3e1265-11fa-433c-877f-52d4525c6bfa} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3639 | 2024.12.20 21:14:23.278804 [ 268 ] {0c3e1265-11fa-433c-877f-52d4525c6bfa} <Trace> oximeter.measurements_histogramu64 (84834c4b-a921-406e-bab6-7c9ded2f611a): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3640 | 2024.12.20 21:14:23.279142 [ 268 ] {0c3e1265-11fa-433c-877f-52d4525c6bfa} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.002774 sec., 14059.120403749099 rows/sec., 25.19 MiB/sec. | ||
| 3641 | 2024.12.20 21:14:23.279348 [ 268 ] {0c3e1265-11fa-433c-877f-52d4525c6bfa} <Debug> TCPHandler: Processed in 0.003176266 sec. | ||
| 3642 | 2024.12.20 21:14:23.279514 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3643 | 2024.12.20 21:14:23.279650 [ 271 ] {98a2a782-802d-4a5e-858a-1598f418507b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3644 | 2024.12.20 21:14:23.279709 [ 271 ] {98a2a782-802d-4a5e-858a-1598f418507b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3645 | 2024.12.20 21:14:23.280267 [ 271 ] {98a2a782-802d-4a5e-858a-1598f418507b} <Trace> oximeter.measurements_u64 (18143310-3b17-415e-b30b-72754bf09621): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3646 | 2024.12.20 21:14:23.280306 [ 271 ] {98a2a782-802d-4a5e-858a-1598f418507b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3647 | 2024.12.20 21:14:23.280720 [ 271 ] {98a2a782-802d-4a5e-858a-1598f418507b} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3648 | 2024.12.20 21:14:23.280955 [ 271 ] {98a2a782-802d-4a5e-858a-1598f418507b} <Trace> oximeter.measurements_u64 (18143310-3b17-415e-b30b-72754bf09621): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3649 | 2024.12.20 21:14:23.281173 [ 271 ] {98a2a782-802d-4a5e-858a-1598f418507b} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001554 sec., 52767.052767052766 rows/sec., 3.35 MiB/sec. | ||
| 3650 | 2024.12.20 21:14:23.281234 [ 271 ] {98a2a782-802d-4a5e-858a-1598f418507b} <Debug> TCPHandler: Processed in 0.001785869 sec. | ||
| 3651 | 2024.12.20 21:14:28.250887 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3652 | 2024.12.20 21:14:28.251111 [ 271 ] {40f7794f-e7eb-464e-8d14-01e2a53e35be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3653 | 2024.12.20 21:14:28.251189 [ 271 ] {40f7794f-e7eb-464e-8d14-01e2a53e35be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3654 | 2024.12.20 21:14:28.251928 [ 271 ] {40f7794f-e7eb-464e-8d14-01e2a53e35be} <Trace> oximeter.fields_string (a7c5bf06-55d5-47a3-8577-07a38c41e153): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3655 | 2024.12.20 21:14:28.251994 [ 271 ] {40f7794f-e7eb-464e-8d14-01e2a53e35be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3656 | 2024.12.20 21:14:28.252417 [ 271 ] {40f7794f-e7eb-464e-8d14-01e2a53e35be} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3657 | 2024.12.20 21:14:28.252665 [ 271 ] {40f7794f-e7eb-464e-8d14-01e2a53e35be} <Trace> oximeter.fields_string (a7c5bf06-55d5-47a3-8577-07a38c41e153): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3658 | 2024.12.20 21:14:28.252862 [ 271 ] {40f7794f-e7eb-464e-8d14-01e2a53e35be} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001809 sec., 30956.32946379215 rows/sec., 2.36 MiB/sec. | ||
| 3659 | 2024.12.20 21:14:28.252916 [ 271 ] {40f7794f-e7eb-464e-8d14-01e2a53e35be} <Debug> TCPHandler: Processed in 0.002164472 sec. | ||
| 3660 | 2024.12.20 21:14:28.253164 [ 268 ] {} <Trace> TCP-Session: 32ce9d3e-b8ad-475f-aac7-ad7723c5f26e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3661 | 2024.12.20 21:14:28.253380 [ 268 ] {283d0eb5-dd4a-4b49-b907-08653d733a0a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56115) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3662 | 2024.12.20 21:14:28.253461 [ 268 ] {283d0eb5-dd4a-4b49-b907-08653d733a0a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3663 | 2024.12.20 21:14:28.254327 [ 268 ] {283d0eb5-dd4a-4b49-b907-08653d733a0a} <Trace> oximeter.fields_uuid (56c9adb2-48e9-46d9-87b0-c6a967c48154): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3664 | 2024.12.20 21:14:28.254372 [ 268 ] {283d0eb5-dd4a-4b49-b907-08653d733a0a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3665 | 2024.12.20 21:14:28.254816 [ 268 ] {283d0eb5-dd4a-4b49-b907-08653d733a0a} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3666 | 2024.12.20 21:14:28.255084 [ 268 ] {283d0eb5-dd4a-4b49-b907-08653d733a0a} <Trace> oximeter.fields_uuid (56c9adb2-48e9-46d9-87b0-c6a967c48154): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3667 | 2024.12.20 21:14:28.255371 [ 268 ] {283d0eb5-dd4a-4b49-b907-08653d733a0a} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00205 sec., 31219.512195121948 rows/sec., 2.44 MiB/sec. | ||
| 3668 | 2024.12.20 21:14:28.255601 [ 268 ] {283d0eb5-dd4a-4b49-b907-08653d733a0a} <Debug> TCPHandler: Processed in 0.002571405 sec. | ||
| 3669 | 2024.12.20 21:14:28.255762 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3670 | 2024.12.20 21:14:28.255877 [ 271 ] {95a6a4ef-f214-4dd5-bd7b-bd9bbae0beba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3671 | 2024.12.20 21:14:28.255929 [ 271 ] {95a6a4ef-f214-4dd5-bd7b-bd9bbae0beba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3672 | 2024.12.20 21:14:28.256479 [ 271 ] {95a6a4ef-f214-4dd5-bd7b-bd9bbae0beba} <Trace> oximeter.measurements_cumulativeu64 (4b25041b-9433-4237-ab59-44afcaba2ba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3673 | 2024.12.20 21:14:28.256515 [ 271 ] {95a6a4ef-f214-4dd5-bd7b-bd9bbae0beba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3674 | 2024.12.20 21:14:28.256962 [ 271 ] {95a6a4ef-f214-4dd5-bd7b-bd9bbae0beba} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3675 | 2024.12.20 21:14:28.257192 [ 271 ] {95a6a4ef-f214-4dd5-bd7b-bd9bbae0beba} <Trace> oximeter.measurements_cumulativeu64 (4b25041b-9433-4237-ab59-44afcaba2ba7): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3676 | 2024.12.20 21:14:28.257372 [ 271 ] {95a6a4ef-f214-4dd5-bd7b-bd9bbae0beba} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001519 sec., 105332.45556287031 rows/sec., 7.34 MiB/sec. | ||
| 3677 | 2024.12.20 21:14:28.257423 [ 271 ] {95a6a4ef-f214-4dd5-bd7b-bd9bbae0beba} <Debug> TCPHandler: Processed in 0.001727398 sec. | ||
| 3678 | 2024.12.20 21:14:28.257581 [ 268 ] {} <Trace> TCP-Session: 32ce9d3e-b8ad-475f-aac7-ad7723c5f26e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3679 | 2024.12.20 21:14:28.257718 [ 268 ] {0a96d550-74a6-42ec-9e8e-4aaab4cc4271} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56115) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3680 | 2024.12.20 21:14:28.257780 [ 268 ] {0a96d550-74a6-42ec-9e8e-4aaab4cc4271} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3681 | 2024.12.20 21:14:28.258367 [ 268 ] {0a96d550-74a6-42ec-9e8e-4aaab4cc4271} <Trace> oximeter.measurements_u64 (18143310-3b17-415e-b30b-72754bf09621): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3682 | 2024.12.20 21:14:28.258408 [ 268 ] {0a96d550-74a6-42ec-9e8e-4aaab4cc4271} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3683 | 2024.12.20 21:14:28.258798 [ 268 ] {0a96d550-74a6-42ec-9e8e-4aaab4cc4271} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3684 | 2024.12.20 21:14:28.259049 [ 268 ] {0a96d550-74a6-42ec-9e8e-4aaab4cc4271} <Trace> oximeter.measurements_u64 (18143310-3b17-415e-b30b-72754bf09621): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3685 | 2024.12.20 21:14:28.259273 [ 268 ] {0a96d550-74a6-42ec-9e8e-4aaab4cc4271} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001586 sec., 37831.02143757881 rows/sec., 2.55 MiB/sec. | ||
| 3686 | 2024.12.20 21:14:28.259324 [ 268 ] {0a96d550-74a6-42ec-9e8e-4aaab4cc4271} <Debug> TCPHandler: Processed in 0.00181225 sec. | ||
| 3687 | 2024.12.20 21:14:29.683221 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 7808 | ||
| 3688 | 2024.12.20 21:14:29.683846 [ 244 ] {} <Trace> system.asynchronous_metric_log (7374c277-4ec6-4bc6-a92a-be2a3111abf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3689 | 2024.12.20 21:14:29.683887 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3690 | 2024.12.20 21:14:29.684520 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3691 | 2024.12.20 21:14:29.684769 [ 244 ] {} <Trace> system.asynchronous_metric_log (7374c277-4ec6-4bc6-a92a-be2a3111abf4): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3692 | 2024.12.20 21:14:29.685070 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7808 | ||
| 3693 | 2024.12.20 21:14:30.188515 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 129 | ||
| 3694 | 2024.12.20 21:14:30.206805 [ 243 ] {} <Trace> system.metric_log (76748c68-b196-4e56-a74b-50a33795b533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3695 | 2024.12.20 21:14:30.206848 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3696 | 2024.12.20 21:14:30.213771 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3697 | 2024.12.20 21:14:30.214547 [ 243 ] {} <Trace> system.metric_log (76748c68-b196-4e56-a74b-50a33795b533): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3698 | 2024.12.20 21:14:30.218233 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 129 | ||
| 3699 | 2024.12.20 21:14:32.207285 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 532 | ||
| 3700 | 2024.12.20 21:14:32.210207 [ 242 ] {} <Trace> system.query_log (baa8d9f2-52e3-4f4e-aa10-ca7b91d14406): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3701 | 2024.12.20 21:14:32.210251 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3702 | 2024.12.20 21:14:32.211719 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3703 | 2024.12.20 21:14:32.212049 [ 242 ] {} <Trace> system.query_log (baa8d9f2-52e3-4f4e-aa10-ca7b91d14406): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3704 | 2024.12.20 21:14:32.213021 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 532 | ||
| 3705 | 2024.12.20 21:14:33.256300 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3706 | 2024.12.20 21:14:33.256525 [ 271 ] {e7a73694-5e2e-4e0a-893e-5471dae3d067} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3707 | 2024.12.20 21:14:33.256605 [ 271 ] {e7a73694-5e2e-4e0a-893e-5471dae3d067} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3708 | 2024.12.20 21:14:33.257466 [ 271 ] {e7a73694-5e2e-4e0a-893e-5471dae3d067} <Trace> oximeter.fields_i16 (e8dd8f29-dacb-43c4-8630-4a7e9eaac6df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3709 | 2024.12.20 21:14:33.257507 [ 271 ] {e7a73694-5e2e-4e0a-893e-5471dae3d067} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3710 | 2024.12.20 21:14:33.257949 [ 271 ] {e7a73694-5e2e-4e0a-893e-5471dae3d067} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3711 | 2024.12.20 21:14:33.258199 [ 271 ] {e7a73694-5e2e-4e0a-893e-5471dae3d067} <Trace> oximeter.fields_i16 (e8dd8f29-dacb-43c4-8630-4a7e9eaac6df): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3712 | 2024.12.20 21:14:33.258419 [ 271 ] {e7a73694-5e2e-4e0a-893e-5471dae3d067} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001948 sec., 7186.858316221766 rows/sec., 517.36 KiB/sec. | ||
| 3713 | 2024.12.20 21:14:33.258497 [ 271 ] {e7a73694-5e2e-4e0a-893e-5471dae3d067} <Debug> TCPHandler: Processed in 0.002333178 sec. | ||
| 3714 | 2024.12.20 21:14:33.258764 [ 268 ] {} <Trace> TCP-Session: 32ce9d3e-b8ad-475f-aac7-ad7723c5f26e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3715 | 2024.12.20 21:14:33.258988 [ 268 ] {90e3b779-3b70-4ec0-abe9-3f7c4bf304f9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56115) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3716 | 2024.12.20 21:14:33.259070 [ 268 ] {90e3b779-3b70-4ec0-abe9-3f7c4bf304f9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3717 | 2024.12.20 21:14:33.260037 [ 268 ] {90e3b779-3b70-4ec0-abe9-3f7c4bf304f9} <Trace> oximeter.fields_string (a7c5bf06-55d5-47a3-8577-07a38c41e153): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3718 | 2024.12.20 21:14:33.260090 [ 268 ] {90e3b779-3b70-4ec0-abe9-3f7c4bf304f9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3719 | 2024.12.20 21:14:33.260571 [ 268 ] {90e3b779-3b70-4ec0-abe9-3f7c4bf304f9} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3720 | 2024.12.20 21:14:33.260849 [ 268 ] {90e3b779-3b70-4ec0-abe9-3f7c4bf304f9} <Trace> oximeter.fields_string (a7c5bf06-55d5-47a3-8577-07a38c41e153): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3721 | 2024.12.20 21:14:33.261024 [ 132 ] {} <Debug> oximeter.fields_string (a7c5bf06-55d5-47a3-8577-07a38c41e153) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3722 | 2024.12.20 21:14:33.261086 [ 132 ] {} <Trace> oximeter.fields_string (a7c5bf06-55d5-47a3-8577-07a38c41e153): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3723 | 2024.12.20 21:14:33.261126 [ 268 ] {90e3b779-3b70-4ec0-abe9-3f7c4bf304f9} <Debug> executeQuery: Read 281 rows, 25.38 KiB in 0.002183 sec., 128721.94228126432 rows/sec., 11.35 MiB/sec. | ||
| 3724 | 2024.12.20 21:14:33.261135 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3725 | 2024.12.20 21:14:33.261285 [ 268 ] {90e3b779-3b70-4ec0-abe9-3f7c4bf304f9} <Debug> TCPHandler: Processed in 0.002658218 sec. | ||
| 3726 | 2024.12.20 21:14:33.261459 [ 190 ] {a7c5bf06-55d5-47a3-8577-07a38c41e153::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 | ||
| 3727 | 2024.12.20 21:14:33.261508 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3728 | 2024.12.20 21:14:33.261770 [ 190 ] {a7c5bf06-55d5-47a3-8577-07a38c41e153::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3729 | 2024.12.20 21:14:33.261782 [ 271 ] {3556f13c-560f-43c8-801e-4286cd61f0cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3730 | 2024.12.20 21:14:33.261841 [ 190 ] {a7c5bf06-55d5-47a3-8577-07a38c41e153::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1427 rows starting from the beginning of the part | ||
| 3731 | 2024.12.20 21:14:33.261873 [ 271 ] {3556f13c-560f-43c8-801e-4286cd61f0cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3732 | 2024.12.20 21:14:33.262242 [ 190 ] {a7c5bf06-55d5-47a3-8577-07a38c41e153::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 56 rows starting from the beginning of the part | ||
| 3733 | 2024.12.20 21:14:33.262560 [ 190 ] {a7c5bf06-55d5-47a3-8577-07a38c41e153::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 56 rows starting from the beginning of the part | ||
| 3734 | 2024.12.20 21:14:33.262920 [ 190 ] {a7c5bf06-55d5-47a3-8577-07a38c41e153::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 281 rows starting from the beginning of the part | ||
| 3735 | 2024.12.20 21:14:33.263285 [ 190 ] {a7c5bf06-55d5-47a3-8577-07a38c41e153::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 56 rows starting from the beginning of the part | ||
| 3736 | 2024.12.20 21:14:33.263591 [ 190 ] {a7c5bf06-55d5-47a3-8577-07a38c41e153::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 281 rows starting from the beginning of the part | ||
| 3737 | 2024.12.20 21:14:33.264701 [ 271 ] {3556f13c-560f-43c8-801e-4286cd61f0cc} <Trace> oximeter.fields_u16 (f5c5f422-b38a-45cf-a007-008934086980): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3738 | 2024.12.20 21:14:33.264784 [ 271 ] {3556f13c-560f-43c8-801e-4286cd61f0cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3739 | 2024.12.20 21:14:33.265824 [ 271 ] {3556f13c-560f-43c8-801e-4286cd61f0cc} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3740 | 2024.12.20 21:14:33.266315 [ 271 ] {3556f13c-560f-43c8-801e-4286cd61f0cc} <Trace> oximeter.fields_u16 (f5c5f422-b38a-45cf-a007-008934086980): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3741 | 2024.12.20 21:14:33.266495 [ 132 ] {} <Debug> oximeter.fields_u16 (f5c5f422-b38a-45cf-a007-008934086980) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3742 | 2024.12.20 21:14:33.266567 [ 132 ] {} <Trace> oximeter.fields_u16 (f5c5f422-b38a-45cf-a007-008934086980): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3743 | 2024.12.20 21:14:33.266628 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3744 | 2024.12.20 21:14:33.266665 [ 271 ] {3556f13c-560f-43c8-801e-4286cd61f0cc} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.004964 sec., 9266.720386784851 rows/sec., 682.65 KiB/sec. | ||
| 3745 | 2024.12.20 21:14:33.267119 [ 271 ] {3556f13c-560f-43c8-801e-4286cd61f0cc} <Debug> TCPHandler: Processed in 0.005695549 sec. | ||
| 3746 | 2024.12.20 21:14:33.267145 [ 194 ] {f5c5f422-b38a-45cf-a007-008934086980::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 | ||
| 3747 | 2024.12.20 21:14:33.267483 [ 268 ] {} <Trace> TCP-Session: 32ce9d3e-b8ad-475f-aac7-ad7723c5f26e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3748 | 2024.12.20 21:14:33.267587 [ 190 ] {a7c5bf06-55d5-47a3-8577-07a38c41e153::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2157 rows, containing 5 columns (5 merged, 0 gathered) in 0.006280688 sec., 343433.71299449995 rows/sec., 30.20 MiB/sec. | ||
| 3749 | 2024.12.20 21:14:33.267616 [ 194 ] {f5c5f422-b38a-45cf-a007-008934086980::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3750 | 2024.12.20 21:14:33.267718 [ 194 ] {f5c5f422-b38a-45cf-a007-008934086980::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 54 rows starting from the beginning of the part | ||
| 3751 | 2024.12.20 21:14:33.267786 [ 268 ] {be17096b-63d4-484f-9a73-05218fa49c4e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56115) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3752 | 2024.12.20 21:14:33.267987 [ 268 ] {be17096b-63d4-484f-9a73-05218fa49c4e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3753 | 2024.12.20 21:14:33.268079 [ 194 ] {f5c5f422-b38a-45cf-a007-008934086980::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 45 rows starting from the beginning of the part | ||
| 3754 | 2024.12.20 21:14:33.268083 [ 190 ] {a7c5bf06-55d5-47a3-8577-07a38c41e153::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3755 | 2024.12.20 21:14:33.268569 [ 194 ] {f5c5f422-b38a-45cf-a007-008934086980::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 45 rows starting from the beginning of the part | ||
| 3756 | 2024.12.20 21:14:33.269048 [ 194 ] {f5c5f422-b38a-45cf-a007-008934086980::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 47 rows starting from the beginning of the part | ||
| 3757 | 2024.12.20 21:14:33.269434 [ 190 ] {a7c5bf06-55d5-47a3-8577-07a38c41e153::all_1_26_5} <Trace> oximeter.fields_string (a7c5bf06-55d5-47a3-8577-07a38c41e153): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3758 | 2024.12.20 21:14:33.269636 [ 194 ] {f5c5f422-b38a-45cf-a007-008934086980::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 46 rows starting from the beginning of the part | ||
| 3759 | 2024.12.20 21:14:33.269963 [ 190 ] {a7c5bf06-55d5-47a3-8577-07a38c41e153::all_1_26_5} <Trace> oximeter.fields_string (a7c5bf06-55d5-47a3-8577-07a38c41e153) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3760 | 2024.12.20 21:14:33.270276 [ 194 ] {f5c5f422-b38a-45cf-a007-008934086980::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 46 rows starting from the beginning of the part | ||
| 3761 | 2024.12.20 21:14:33.270383 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
| 3762 | 2024.12.20 21:14:33.271528 [ 268 ] {be17096b-63d4-484f-9a73-05218fa49c4e} <Trace> oximeter.fields_u32 (44e160d5-ebb5-4558-9722-9802c9a6e790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3763 | 2024.12.20 21:14:33.271614 [ 268 ] {be17096b-63d4-484f-9a73-05218fa49c4e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3764 | 2024.12.20 21:14:33.272737 [ 268 ] {be17096b-63d4-484f-9a73-05218fa49c4e} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3765 | 2024.12.20 21:14:33.273054 [ 199 ] {f5c5f422-b38a-45cf-a007-008934086980::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 283 rows, containing 5 columns (5 merged, 0 gathered) in 0.006298229 sec., 44933.26616101129 rows/sec., 3.39 MiB/sec. | ||
| 3766 | 2024.12.20 21:14:33.273254 [ 268 ] {be17096b-63d4-484f-9a73-05218fa49c4e} <Trace> oximeter.fields_u32 (44e160d5-ebb5-4558-9722-9802c9a6e790): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3767 | 2024.12.20 21:14:33.273342 [ 199 ] {f5c5f422-b38a-45cf-a007-008934086980::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3768 | 2024.12.20 21:14:33.273556 [ 132 ] {} <Debug> oximeter.fields_u32 (44e160d5-ebb5-4558-9722-9802c9a6e790) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3769 | 2024.12.20 21:14:33.273655 [ 132 ] {} <Trace> oximeter.fields_u32 (44e160d5-ebb5-4558-9722-9802c9a6e790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3770 | 2024.12.20 21:14:33.273735 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3771 | 2024.12.20 21:14:33.273732 [ 268 ] {be17096b-63d4-484f-9a73-05218fa49c4e} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.006001 sec., 2332.9445092484584 rows/sec., 163.38 KiB/sec. | ||
| 3772 | 2024.12.20 21:14:33.274160 [ 268 ] {be17096b-63d4-484f-9a73-05218fa49c4e} <Debug> TCPHandler: Processed in 0.006891599 sec. | ||
| 3773 | 2024.12.20 21:14:33.274199 [ 195 ] {44e160d5-ebb5-4558-9722-9802c9a6e790::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 | ||
| 3774 | 2024.12.20 21:14:33.274342 [ 199 ] {f5c5f422-b38a-45cf-a007-008934086980::all_1_11_2} <Trace> oximeter.fields_u16 (f5c5f422-b38a-45cf-a007-008934086980): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3775 | 2024.12.20 21:14:33.274499 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3776 | 2024.12.20 21:14:33.274532 [ 195 ] {44e160d5-ebb5-4558-9722-9802c9a6e790::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3777 | 2024.12.20 21:14:33.274583 [ 199 ] {f5c5f422-b38a-45cf-a007-008934086980::all_1_11_2} <Trace> oximeter.fields_u16 (f5c5f422-b38a-45cf-a007-008934086980) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3778 | 2024.12.20 21:14:33.274596 [ 195 ] {44e160d5-ebb5-4558-9722-9802c9a6e790::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 243 rows starting from the beginning of the part | ||
| 3779 | 2024.12.20 21:14:33.274944 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 3780 | 2024.12.20 21:14:33.274935 [ 271 ] {7a715854-77d8-4919-bb92-d012028dd45b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3781 | 2024.12.20 21:14:33.275077 [ 195 ] {44e160d5-ebb5-4558-9722-9802c9a6e790::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 | ||
| 3782 | 2024.12.20 21:14:33.275153 [ 271 ] {7a715854-77d8-4919-bb92-d012028dd45b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3783 | 2024.12.20 21:14:33.275317 [ 195 ] {44e160d5-ebb5-4558-9722-9802c9a6e790::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 | ||
| 3784 | 2024.12.20 21:14:33.275814 [ 195 ] {44e160d5-ebb5-4558-9722-9802c9a6e790::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 242 rows starting from the beginning of the part | ||
| 3785 | 2024.12.20 21:14:33.276109 [ 195 ] {44e160d5-ebb5-4558-9722-9802c9a6e790::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 | ||
| 3786 | 2024.12.20 21:14:33.276584 [ 195 ] {44e160d5-ebb5-4558-9722-9802c9a6e790::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 | ||
| 3787 | 2024.12.20 21:14:33.278019 [ 271 ] {7a715854-77d8-4919-bb92-d012028dd45b} <Trace> oximeter.fields_u8 (c8d30ddd-c805-419d-8cc9-be9ef3e3339c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3788 | 2024.12.20 21:14:33.278108 [ 271 ] {7a715854-77d8-4919-bb92-d012028dd45b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3789 | 2024.12.20 21:14:33.279087 [ 271 ] {7a715854-77d8-4919-bb92-d012028dd45b} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3790 | 2024.12.20 21:14:33.279494 [ 194 ] {44e160d5-ebb5-4558-9722-9802c9a6e790::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 541 rows, containing 5 columns (5 merged, 0 gathered) in 0.005625516 sec., 96168.95587889182 rows/sec., 6.89 MiB/sec. | ||
| 3791 | 2024.12.20 21:14:33.279591 [ 271 ] {7a715854-77d8-4919-bb92-d012028dd45b} <Trace> oximeter.fields_u8 (c8d30ddd-c805-419d-8cc9-be9ef3e3339c): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3792 | 2024.12.20 21:14:33.279799 [ 194 ] {44e160d5-ebb5-4558-9722-9802c9a6e790::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3793 | 2024.12.20 21:14:33.280198 [ 271 ] {7a715854-77d8-4919-bb92-d012028dd45b} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005421 sec., 2398.0815347721823 rows/sec., 149.52 KiB/sec. | ||
| 3794 | 2024.12.20 21:14:33.280403 [ 271 ] {7a715854-77d8-4919-bb92-d012028dd45b} <Debug> TCPHandler: Processed in 0.006120524 sec. | ||
| 3795 | 2024.12.20 21:14:33.280607 [ 268 ] {} <Trace> TCP-Session: 32ce9d3e-b8ad-475f-aac7-ad7723c5f26e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3796 | 2024.12.20 21:14:33.280629 [ 194 ] {44e160d5-ebb5-4558-9722-9802c9a6e790::all_1_11_2} <Trace> oximeter.fields_u32 (44e160d5-ebb5-4558-9722-9802c9a6e790): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3797 | 2024.12.20 21:14:33.280781 [ 194 ] {44e160d5-ebb5-4558-9722-9802c9a6e790::all_1_11_2} <Trace> oximeter.fields_u32 (44e160d5-ebb5-4558-9722-9802c9a6e790) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3798 | 2024.12.20 21:14:33.280819 [ 268 ] {32a261f1-ac64-4c6a-ab40-5f9cca78145d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56115) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3799 | 2024.12.20 21:14:33.280939 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 3800 | 2024.12.20 21:14:33.280948 [ 268 ] {32a261f1-ac64-4c6a-ab40-5f9cca78145d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3801 | 2024.12.20 21:14:33.281778 [ 268 ] {32a261f1-ac64-4c6a-ab40-5f9cca78145d} <Trace> oximeter.fields_uuid (56c9adb2-48e9-46d9-87b0-c6a967c48154): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3802 | 2024.12.20 21:14:33.281819 [ 268 ] {32a261f1-ac64-4c6a-ab40-5f9cca78145d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3803 | 2024.12.20 21:14:33.282245 [ 268 ] {32a261f1-ac64-4c6a-ab40-5f9cca78145d} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3804 | 2024.12.20 21:14:33.282513 [ 268 ] {32a261f1-ac64-4c6a-ab40-5f9cca78145d} <Trace> oximeter.fields_uuid (56c9adb2-48e9-46d9-87b0-c6a967c48154): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3805 | 2024.12.20 21:14:33.282674 [ 132 ] {} <Debug> oximeter.fields_uuid (56c9adb2-48e9-46d9-87b0-c6a967c48154) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3806 | 2024.12.20 21:14:33.282737 [ 132 ] {} <Trace> oximeter.fields_uuid (56c9adb2-48e9-46d9-87b0-c6a967c48154): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3807 | 2024.12.20 21:14:33.282770 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3808 | 2024.12.20 21:14:33.282784 [ 268 ] {32a261f1-ac64-4c6a-ab40-5f9cca78145d} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.002011 sec., 209348.5827946295 rows/sec., 14.96 MiB/sec. | ||
| 3809 | 2024.12.20 21:14:33.283161 [ 268 ] {32a261f1-ac64-4c6a-ab40-5f9cca78145d} <Debug> TCPHandler: Processed in 0.002649358 sec. | ||
| 3810 | 2024.12.20 21:14:33.283194 [ 188 ] {56c9adb2-48e9-46d9-87b0-c6a967c48154::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 | ||
| 3811 | 2024.12.20 21:14:33.283431 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3812 | 2024.12.20 21:14:33.283474 [ 188 ] {56c9adb2-48e9-46d9-87b0-c6a967c48154::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3813 | 2024.12.20 21:14:33.283509 [ 188 ] {56c9adb2-48e9-46d9-87b0-c6a967c48154::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 908 rows starting from the beginning of the part | ||
| 3814 | 2024.12.20 21:14:33.283610 [ 271 ] {75507ba6-0e68-45d3-8811-404c68dbfb88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3815 | 2024.12.20 21:14:33.283722 [ 188 ] {56c9adb2-48e9-46d9-87b0-c6a967c48154::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 64 rows starting from the beginning of the part | ||
| 3816 | 2024.12.20 21:14:33.283792 [ 271 ] {75507ba6-0e68-45d3-8811-404c68dbfb88} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3817 | 2024.12.20 21:14:33.284012 [ 188 ] {56c9adb2-48e9-46d9-87b0-c6a967c48154::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 64 rows starting from the beginning of the part | ||
| 3818 | 2024.12.20 21:14:33.284225 [ 188 ] {56c9adb2-48e9-46d9-87b0-c6a967c48154::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 421 rows starting from the beginning of the part | ||
| 3819 | 2024.12.20 21:14:33.284492 [ 188 ] {56c9adb2-48e9-46d9-87b0-c6a967c48154::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 64 rows starting from the beginning of the part | ||
| 3820 | 2024.12.20 21:14:33.284831 [ 188 ] {56c9adb2-48e9-46d9-87b0-c6a967c48154::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 421 rows starting from the beginning of the part | ||
| 3821 | 2024.12.20 21:14:33.285552 [ 271 ] {75507ba6-0e68-45d3-8811-404c68dbfb88} <Trace> oximeter.measurements_bool (11c94d34-dd1c-42cf-9f5b-a62aea0c2735): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3822 | 2024.12.20 21:14:33.285595 [ 271 ] {75507ba6-0e68-45d3-8811-404c68dbfb88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3823 | 2024.12.20 21:14:33.286110 [ 271 ] {75507ba6-0e68-45d3-8811-404c68dbfb88} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3824 | 2024.12.20 21:14:33.286406 [ 271 ] {75507ba6-0e68-45d3-8811-404c68dbfb88} <Trace> oximeter.measurements_bool (11c94d34-dd1c-42cf-9f5b-a62aea0c2735): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3825 | 2024.12.20 21:14:33.286698 [ 271 ] {75507ba6-0e68-45d3-8811-404c68dbfb88} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003144 sec., 1908.3969465648854 rows/sec., 99.71 KiB/sec. | ||
| 3826 | 2024.12.20 21:14:33.286775 [ 200 ] {56c9adb2-48e9-46d9-87b0-c6a967c48154::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1942 rows, containing 5 columns (5 merged, 0 gathered) in 0.003930921 sec., 494031.80577783164 rows/sec., 37.80 MiB/sec. | ||
| 3827 | 2024.12.20 21:14:33.286780 [ 271 ] {75507ba6-0e68-45d3-8811-404c68dbfb88} <Debug> TCPHandler: Processed in 0.003483445 sec. | ||
| 3828 | 2024.12.20 21:14:33.286954 [ 268 ] {} <Trace> TCP-Session: 32ce9d3e-b8ad-475f-aac7-ad7723c5f26e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3829 | 2024.12.20 21:14:33.287003 [ 191 ] {56c9adb2-48e9-46d9-87b0-c6a967c48154::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3830 | 2024.12.20 21:14:33.287176 [ 268 ] {b7fdd5a2-4ef2-4e7f-ad41-3edc5cb68717} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56115) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3831 | 2024.12.20 21:14:33.287286 [ 268 ] {b7fdd5a2-4ef2-4e7f-ad41-3edc5cb68717} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3832 | 2024.12.20 21:14:33.287615 [ 191 ] {56c9adb2-48e9-46d9-87b0-c6a967c48154::all_1_26_5} <Trace> oximeter.fields_uuid (56c9adb2-48e9-46d9-87b0-c6a967c48154): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3833 | 2024.12.20 21:14:33.287839 [ 191 ] {56c9adb2-48e9-46d9-87b0-c6a967c48154::all_1_26_5} <Trace> oximeter.fields_uuid (56c9adb2-48e9-46d9-87b0-c6a967c48154) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3834 | 2024.12.20 21:14:33.287976 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.50 MiB. | ||
| 3835 | 2024.12.20 21:14:33.288295 [ 268 ] {b7fdd5a2-4ef2-4e7f-ad41-3edc5cb68717} <Trace> oximeter.measurements_cumulativeu64 (4b25041b-9433-4237-ab59-44afcaba2ba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3836 | 2024.12.20 21:14:33.288339 [ 268 ] {b7fdd5a2-4ef2-4e7f-ad41-3edc5cb68717} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3837 | 2024.12.20 21:14:33.288782 [ 268 ] {b7fdd5a2-4ef2-4e7f-ad41-3edc5cb68717} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3838 | 2024.12.20 21:14:33.289046 [ 268 ] {b7fdd5a2-4ef2-4e7f-ad41-3edc5cb68717} <Trace> oximeter.measurements_cumulativeu64 (4b25041b-9433-4237-ab59-44afcaba2ba7): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3839 | 2024.12.20 21:14:33.289214 [ 132 ] {} <Debug> oximeter.measurements_cumulativeu64 (4b25041b-9433-4237-ab59-44afcaba2ba7) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3840 | 2024.12.20 21:14:33.289271 [ 132 ] {} <Trace> oximeter.measurements_cumulativeu64 (4b25041b-9433-4237-ab59-44afcaba2ba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3841 | 2024.12.20 21:14:33.289306 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3842 | 2024.12.20 21:14:33.289313 [ 268 ] {b7fdd5a2-4ef2-4e7f-ad41-3edc5cb68717} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00219 sec., 108219.17808219178 rows/sec., 7.25 MiB/sec. | ||
| 3843 | 2024.12.20 21:14:33.289542 [ 268 ] {b7fdd5a2-4ef2-4e7f-ad41-3edc5cb68717} <Debug> TCPHandler: Processed in 0.002656928 sec. | ||
| 3844 | 2024.12.20 21:14:33.289552 [ 200 ] {4b25041b-9433-4237-ab59-44afcaba2ba7::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 | ||
| 3845 | 2024.12.20 21:14:33.289738 [ 200 ] {4b25041b-9433-4237-ab59-44afcaba2ba7::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3846 | 2024.12.20 21:14:33.289743 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3847 | 2024.12.20 21:14:33.289775 [ 200 ] {4b25041b-9433-4237-ab59-44afcaba2ba7::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 7462 rows starting from the beginning of the part | ||
| 3848 | 2024.12.20 21:14:33.289990 [ 200 ] {4b25041b-9433-4237-ab59-44afcaba2ba7::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 128 rows starting from the beginning of the part | ||
| 3849 | 2024.12.20 21:14:33.290032 [ 271 ] {c95b4f47-6c3a-4fd9-9939-40c88514d630} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3850 | 2024.12.20 21:14:33.290271 [ 271 ] {c95b4f47-6c3a-4fd9-9939-40c88514d630} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3851 | 2024.12.20 21:14:33.290307 [ 200 ] {4b25041b-9433-4237-ab59-44afcaba2ba7::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 160 rows starting from the beginning of the part | ||
| 3852 | 2024.12.20 21:14:33.290540 [ 200 ] {4b25041b-9433-4237-ab59-44afcaba2ba7::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 237 rows starting from the beginning of the part | ||
| 3853 | 2024.12.20 21:14:33.290744 [ 200 ] {4b25041b-9433-4237-ab59-44afcaba2ba7::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 160 rows starting from the beginning of the part | ||
| 3854 | 2024.12.20 21:14:33.290978 [ 200 ] {4b25041b-9433-4237-ab59-44afcaba2ba7::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 237 rows starting from the beginning of the part | ||
| 3855 | 2024.12.20 21:14:33.291651 [ 271 ] {c95b4f47-6c3a-4fd9-9939-40c88514d630} <Trace> oximeter.measurements_f64 (91051acd-5a5c-4cbe-bf7a-a2cd5e3daeba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3856 | 2024.12.20 21:14:33.291689 [ 271 ] {c95b4f47-6c3a-4fd9-9939-40c88514d630} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3857 | 2024.12.20 21:14:33.292126 [ 271 ] {c95b4f47-6c3a-4fd9-9939-40c88514d630} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3858 | 2024.12.20 21:14:33.292454 [ 271 ] {c95b4f47-6c3a-4fd9-9939-40c88514d630} <Trace> oximeter.measurements_f64 (91051acd-5a5c-4cbe-bf7a-a2cd5e3daeba): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3859 | 2024.12.20 21:14:33.292646 [ 132 ] {} <Debug> oximeter.measurements_f64 (91051acd-5a5c-4cbe-bf7a-a2cd5e3daeba) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3860 | 2024.12.20 21:14:33.292714 [ 132 ] {} <Trace> oximeter.measurements_f64 (91051acd-5a5c-4cbe-bf7a-a2cd5e3daeba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3861 | 2024.12.20 21:14:33.292743 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3862 | 2024.12.20 21:14:33.292792 [ 271 ] {c95b4f47-6c3a-4fd9-9939-40c88514d630} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.002859 sec., 349.7726477789437 rows/sec., 23.57 KiB/sec. | ||
| 3863 | 2024.12.20 21:14:33.293167 [ 271 ] {c95b4f47-6c3a-4fd9-9939-40c88514d630} <Debug> TCPHandler: Processed in 0.003500146 sec. | ||
| 3864 | 2024.12.20 21:14:33.293376 [ 191 ] {91051acd-5a5c-4cbe-bf7a-a2cd5e3daeba::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 | ||
| 3865 | 2024.12.20 21:14:33.293484 [ 268 ] {} <Trace> TCP-Session: 32ce9d3e-b8ad-475f-aac7-ad7723c5f26e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3866 | 2024.12.20 21:14:33.293863 [ 191 ] {91051acd-5a5c-4cbe-bf7a-a2cd5e3daeba::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3867 | 2024.12.20 21:14:33.293879 [ 268 ] {1830760b-ed58-427f-9724-0349eab1cc25} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56115) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3868 | 2024.12.20 21:14:33.293920 [ 191 ] {91051acd-5a5c-4cbe-bf7a-a2cd5e3daeba::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 7 rows starting from the beginning of the part | ||
| 3869 | 2024.12.20 21:14:33.294254 [ 191 ] {91051acd-5a5c-4cbe-bf7a-a2cd5e3daeba::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1 rows starting from the beginning of the part | ||
| 3870 | 2024.12.20 21:14:33.294274 [ 268 ] {1830760b-ed58-427f-9724-0349eab1cc25} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 3871 | 2024.12.20 21:14:33.294514 [ 191 ] {91051acd-5a5c-4cbe-bf7a-a2cd5e3daeba::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 1 rows starting from the beginning of the part | ||
| 3872 | 2024.12.20 21:14:33.294962 [ 191 ] {91051acd-5a5c-4cbe-bf7a-a2cd5e3daeba::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 1 rows starting from the beginning of the part | ||
| 3873 | 2024.12.20 21:14:33.295287 [ 191 ] {91051acd-5a5c-4cbe-bf7a-a2cd5e3daeba::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 1 rows starting from the beginning of the part | ||
| 3874 | 2024.12.20 21:14:33.295871 [ 191 ] {91051acd-5a5c-4cbe-bf7a-a2cd5e3daeba::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 1 rows starting from the beginning of the part | ||
| 3875 | 2024.12.20 21:14:33.296946 [ 198 ] {4b25041b-9433-4237-ab59-44afcaba2ba7::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8384 rows, containing 5 columns (5 merged, 0 gathered) in 0.007562011 sec., 1108699.7889847027 rows/sec., 74.83 MiB/sec. | ||
| 3876 | 2024.12.20 21:14:33.297384 [ 198 ] {4b25041b-9433-4237-ab59-44afcaba2ba7::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3877 | 2024.12.20 21:14:33.298523 [ 198 ] {4b25041b-9433-4237-ab59-44afcaba2ba7::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (4b25041b-9433-4237-ab59-44afcaba2ba7): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3878 | 2024.12.20 21:14:33.298860 [ 198 ] {4b25041b-9433-4237-ab59-44afcaba2ba7::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (4b25041b-9433-4237-ab59-44afcaba2ba7) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3879 | 2024.12.20 21:14:33.299152 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.44 MiB. | ||
| 3880 | 2024.12.20 21:14:33.300662 [ 191 ] {91051acd-5a5c-4cbe-bf7a-a2cd5e3daeba::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 12 rows, containing 4 columns (4 merged, 0 gathered) in 0.00782218 sec., 1534.0991897399447 rows/sec., 102.87 KiB/sec. | ||
| 3881 | 2024.12.20 21:14:33.300911 [ 191 ] {91051acd-5a5c-4cbe-bf7a-a2cd5e3daeba::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3882 | 2024.12.20 21:14:33.301480 [ 191 ] {91051acd-5a5c-4cbe-bf7a-a2cd5e3daeba::all_1_11_2} <Trace> oximeter.measurements_f64 (91051acd-5a5c-4cbe-bf7a-a2cd5e3daeba): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3883 | 2024.12.20 21:14:33.301551 [ 268 ] {1830760b-ed58-427f-9724-0349eab1cc25} <Trace> oximeter.measurements_histogramu64 (84834c4b-a921-406e-bab6-7c9ded2f611a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3884 | 2024.12.20 21:14:33.301617 [ 268 ] {1830760b-ed58-427f-9724-0349eab1cc25} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3885 | 2024.12.20 21:14:33.301633 [ 191 ] {91051acd-5a5c-4cbe-bf7a-a2cd5e3daeba::all_1_11_2} <Trace> oximeter.measurements_f64 (91051acd-5a5c-4cbe-bf7a-a2cd5e3daeba) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3886 | 2024.12.20 21:14:33.301793 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.23 MiB. | ||
| 3887 | 2024.12.20 21:14:33.302475 [ 268 ] {1830760b-ed58-427f-9724-0349eab1cc25} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3888 | 2024.12.20 21:14:33.302754 [ 268 ] {1830760b-ed58-427f-9724-0349eab1cc25} <Trace> oximeter.measurements_histogramu64 (84834c4b-a921-406e-bab6-7c9ded2f611a): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3889 | 2024.12.20 21:14:33.302925 [ 132 ] {} <Debug> oximeter.measurements_histogramu64 (84834c4b-a921-406e-bab6-7c9ded2f611a) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3890 | 2024.12.20 21:14:33.302996 [ 132 ] {} <Trace> oximeter.measurements_histogramu64 (84834c4b-a921-406e-bab6-7c9ded2f611a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3891 | 2024.12.20 21:14:33.303037 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3892 | 2024.12.20 21:14:33.303075 [ 268 ] {1830760b-ed58-427f-9724-0349eab1cc25} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.009322 sec., 4183.651576914825 rows/sec., 7.50 MiB/sec. | ||
| 3893 | 2024.12.20 21:14:33.303547 [ 189 ] {84834c4b-a921-406e-bab6-7c9ded2f611a::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 | ||
| 3894 | 2024.12.20 21:14:33.303930 [ 268 ] {1830760b-ed58-427f-9724-0349eab1cc25} <Debug> TCPHandler: Processed in 0.010654863 sec. | ||
| 3895 | 2024.12.20 21:14:33.304184 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3896 | 2024.12.20 21:14:33.304236 [ 189 ] {84834c4b-a921-406e-bab6-7c9ded2f611a::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3897 | 2024.12.20 21:14:33.304366 [ 189 ] {84834c4b-a921-406e-bab6-7c9ded2f611a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 129 rows starting from the beginning of the part | ||
| 3898 | 2024.12.20 21:14:33.304447 [ 271 ] {cf0ce4a5-dff8-43d6-af98-34ba3ffc67bc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3899 | 2024.12.20 21:14:33.304592 [ 271 ] {cf0ce4a5-dff8-43d6-af98-34ba3ffc67bc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3900 | 2024.12.20 21:14:33.305099 [ 189 ] {84834c4b-a921-406e-bab6-7c9ded2f611a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 38 rows starting from the beginning of the part | ||
| 3901 | 2024.12.20 21:14:33.305925 [ 189 ] {84834c4b-a921-406e-bab6-7c9ded2f611a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 38 rows starting from the beginning of the part | ||
| 3902 | 2024.12.20 21:14:33.306581 [ 189 ] {84834c4b-a921-406e-bab6-7c9ded2f611a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 38 rows starting from the beginning of the part | ||
| 3903 | 2024.12.20 21:14:33.307329 [ 271 ] {cf0ce4a5-dff8-43d6-af98-34ba3ffc67bc} <Trace> oximeter.measurements_u64 (18143310-3b17-415e-b30b-72754bf09621): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3904 | 2024.12.20 21:14:33.307370 [ 189 ] {84834c4b-a921-406e-bab6-7c9ded2f611a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 39 rows starting from the beginning of the part | ||
| 3905 | 2024.12.20 21:14:33.307418 [ 271 ] {cf0ce4a5-dff8-43d6-af98-34ba3ffc67bc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3906 | 2024.12.20 21:14:33.307991 [ 189 ] {84834c4b-a921-406e-bab6-7c9ded2f611a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 39 rows starting from the beginning of the part | ||
| 3907 | 2024.12.20 21:14:33.309074 [ 271 ] {cf0ce4a5-dff8-43d6-af98-34ba3ffc67bc} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3908 | 2024.12.20 21:14:33.309638 [ 271 ] {cf0ce4a5-dff8-43d6-af98-34ba3ffc67bc} <Trace> oximeter.measurements_u64 (18143310-3b17-415e-b30b-72754bf09621): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3909 | 2024.12.20 21:14:33.309955 [ 132 ] {} <Debug> oximeter.measurements_u64 (18143310-3b17-415e-b30b-72754bf09621) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3910 | 2024.12.20 21:14:33.310033 [ 132 ] {} <Trace> oximeter.measurements_u64 (18143310-3b17-415e-b30b-72754bf09621): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3911 | 2024.12.20 21:14:33.310095 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3912 | 2024.12.20 21:14:33.310298 [ 271 ] {cf0ce4a5-dff8-43d6-af98-34ba3ffc67bc} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005886 sec., 13931.362555215766 rows/sec., 906.05 KiB/sec. | ||
| 3913 | 2024.12.20 21:14:33.310452 [ 198 ] {18143310-3b17-415e-b30b-72754bf09621::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 | ||
| 3914 | 2024.12.20 21:14:33.310516 [ 271 ] {cf0ce4a5-dff8-43d6-af98-34ba3ffc67bc} <Debug> TCPHandler: Processed in 0.006474325 sec. | ||
| 3915 | 2024.12.20 21:14:33.310804 [ 198 ] {18143310-3b17-415e-b30b-72754bf09621::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3916 | 2024.12.20 21:14:33.310855 [ 198 ] {18143310-3b17-415e-b30b-72754bf09621::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1278 rows starting from the beginning of the part | ||
| 3917 | 2024.12.20 21:14:33.311090 [ 198 ] {18143310-3b17-415e-b30b-72754bf09621::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 48 rows starting from the beginning of the part | ||
| 3918 | 2024.12.20 21:14:33.311385 [ 198 ] {18143310-3b17-415e-b30b-72754bf09621::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 60 rows starting from the beginning of the part | ||
| 3919 | 2024.12.20 21:14:33.311751 [ 198 ] {18143310-3b17-415e-b30b-72754bf09621::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 82 rows starting from the beginning of the part | ||
| 3920 | 2024.12.20 21:14:33.312082 [ 198 ] {18143310-3b17-415e-b30b-72754bf09621::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 60 rows starting from the beginning of the part | ||
| 3921 | 2024.12.20 21:14:33.312439 [ 198 ] {18143310-3b17-415e-b30b-72754bf09621::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 82 rows starting from the beginning of the part | ||
| 3922 | 2024.12.20 21:14:33.314744 [ 198 ] {18143310-3b17-415e-b30b-72754bf09621::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1610 rows, containing 4 columns (4 merged, 0 gathered) in 0.004511559 sec., 356861.120512887 rows/sec., 23.27 MiB/sec. | ||
| 3923 | 2024.12.20 21:14:33.315036 [ 197 ] {18143310-3b17-415e-b30b-72754bf09621::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3924 | 2024.12.20 21:14:33.315482 [ 197 ] {18143310-3b17-415e-b30b-72754bf09621::all_1_26_5} <Trace> oximeter.measurements_u64 (18143310-3b17-415e-b30b-72754bf09621): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3925 | 2024.12.20 21:14:33.315567 [ 197 ] {18143310-3b17-415e-b30b-72754bf09621::all_1_26_5} <Trace> oximeter.measurements_u64 (18143310-3b17-415e-b30b-72754bf09621) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3926 | 2024.12.20 21:14:33.315656 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. | ||
| 3927 | 2024.12.20 21:14:33.316133 [ 189 ] {84834c4b-a921-406e-bab6-7c9ded2f611a::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 321 rows, containing 19 columns (19 merged, 0 gathered) in 0.013001391 sec., 24689.665898056603 rows/sec., 44.24 MiB/sec. | ||
| 3928 | 2024.12.20 21:14:33.316775 [ 192 ] {84834c4b-a921-406e-bab6-7c9ded2f611a::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3929 | 2024.12.20 21:14:33.317206 [ 192 ] {84834c4b-a921-406e-bab6-7c9ded2f611a::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (84834c4b-a921-406e-bab6-7c9ded2f611a): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3930 | 2024.12.20 21:14:33.317288 [ 192 ] {84834c4b-a921-406e-bab6-7c9ded2f611a::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (84834c4b-a921-406e-bab6-7c9ded2f611a) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3931 | 2024.12.20 21:14:33.317439 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.76 MiB. | ||
| 3932 | 2024.12.20 21:14:37.084865 [ 127 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3933 | 2024.12.20 21:14:37.084945 [ 127 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3934 | 2024.12.20 21:14:37.186093 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 8296 | ||
| 3935 | 2024.12.20 21:14:37.186767 [ 244 ] {} <Trace> system.asynchronous_metric_log (7374c277-4ec6-4bc6-a92a-be2a3111abf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3936 | 2024.12.20 21:14:37.186811 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3937 | 2024.12.20 21:14:37.187346 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3938 | 2024.12.20 21:14:37.187613 [ 244 ] {} <Trace> system.asynchronous_metric_log (7374c277-4ec6-4bc6-a92a-be2a3111abf4): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3939 | 2024.12.20 21:14:37.187894 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8296 | ||
| 3940 | 2024.12.20 21:14:37.719193 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 136 | ||
| 3941 | 2024.12.20 21:14:37.738368 [ 243 ] {} <Trace> system.metric_log (76748c68-b196-4e56-a74b-50a33795b533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3942 | 2024.12.20 21:14:37.738419 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3943 | 2024.12.20 21:14:37.746125 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3944 | 2024.12.20 21:14:37.746900 [ 243 ] {} <Trace> system.metric_log (76748c68-b196-4e56-a74b-50a33795b533): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3945 | 2024.12.20 21:14:37.749387 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 136 | ||
| 3946 | 2024.12.20 21:14:38.250254 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3947 | 2024.12.20 21:14:38.250469 [ 271 ] {ce812163-619b-4bd3-9d5d-226d4953e4f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3948 | 2024.12.20 21:14:38.250551 [ 271 ] {ce812163-619b-4bd3-9d5d-226d4953e4f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3949 | 2024.12.20 21:14:38.251310 [ 271 ] {ce812163-619b-4bd3-9d5d-226d4953e4f6} <Trace> oximeter.fields_string (a7c5bf06-55d5-47a3-8577-07a38c41e153): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3950 | 2024.12.20 21:14:38.251362 [ 271 ] {ce812163-619b-4bd3-9d5d-226d4953e4f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3951 | 2024.12.20 21:14:38.251796 [ 271 ] {ce812163-619b-4bd3-9d5d-226d4953e4f6} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 3952 | 2024.12.20 21:14:38.252053 [ 271 ] {ce812163-619b-4bd3-9d5d-226d4953e4f6} <Trace> oximeter.fields_string (a7c5bf06-55d5-47a3-8577-07a38c41e153): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3953 | 2024.12.20 21:14:38.252296 [ 271 ] {ce812163-619b-4bd3-9d5d-226d4953e4f6} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001885 sec., 29708.222811671087 rows/sec., 2.27 MiB/sec. | ||
| 3954 | 2024.12.20 21:14:38.252363 [ 271 ] {ce812163-619b-4bd3-9d5d-226d4953e4f6} <Debug> TCPHandler: Processed in 0.002248815 sec. | ||
| 3955 | 2024.12.20 21:14:38.252597 [ 268 ] {} <Trace> TCP-Session: 32ce9d3e-b8ad-475f-aac7-ad7723c5f26e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3956 | 2024.12.20 21:14:38.252811 [ 268 ] {ab5f3454-d247-4b35-beb8-0859f2112b6b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56115) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3957 | 2024.12.20 21:14:38.252890 [ 268 ] {ab5f3454-d247-4b35-beb8-0859f2112b6b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3958 | 2024.12.20 21:14:38.253743 [ 268 ] {ab5f3454-d247-4b35-beb8-0859f2112b6b} <Trace> oximeter.fields_uuid (56c9adb2-48e9-46d9-87b0-c6a967c48154): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3959 | 2024.12.20 21:14:38.253783 [ 268 ] {ab5f3454-d247-4b35-beb8-0859f2112b6b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3960 | 2024.12.20 21:14:38.254225 [ 268 ] {ab5f3454-d247-4b35-beb8-0859f2112b6b} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 3961 | 2024.12.20 21:14:38.254480 [ 268 ] {ab5f3454-d247-4b35-beb8-0859f2112b6b} <Trace> oximeter.fields_uuid (56c9adb2-48e9-46d9-87b0-c6a967c48154): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3962 | 2024.12.20 21:14:38.254689 [ 268 ] {ab5f3454-d247-4b35-beb8-0859f2112b6b} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001938 sec., 33023.73581011352 rows/sec., 2.58 MiB/sec. | ||
| 3963 | 2024.12.20 21:14:38.254745 [ 268 ] {ab5f3454-d247-4b35-beb8-0859f2112b6b} <Debug> TCPHandler: Processed in 0.002280176 sec. | ||
| 3964 | 2024.12.20 21:14:38.254912 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3965 | 2024.12.20 21:14:38.255046 [ 271 ] {b2be7ae1-230c-41aa-be99-a9bdf3b7849e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3966 | 2024.12.20 21:14:38.255108 [ 271 ] {b2be7ae1-230c-41aa-be99-a9bdf3b7849e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3967 | 2024.12.20 21:14:38.255789 [ 271 ] {b2be7ae1-230c-41aa-be99-a9bdf3b7849e} <Trace> oximeter.measurements_cumulativeu64 (4b25041b-9433-4237-ab59-44afcaba2ba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3968 | 2024.12.20 21:14:38.255833 [ 271 ] {b2be7ae1-230c-41aa-be99-a9bdf3b7849e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3969 | 2024.12.20 21:14:38.256254 [ 271 ] {b2be7ae1-230c-41aa-be99-a9bdf3b7849e} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 3970 | 2024.12.20 21:14:38.256499 [ 271 ] {b2be7ae1-230c-41aa-be99-a9bdf3b7849e} <Trace> oximeter.measurements_cumulativeu64 (4b25041b-9433-4237-ab59-44afcaba2ba7): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3971 | 2024.12.20 21:14:38.256724 [ 271 ] {b2be7ae1-230c-41aa-be99-a9bdf3b7849e} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001712 sec., 93457.94392523365 rows/sec., 6.51 MiB/sec. | ||
| 3972 | 2024.12.20 21:14:38.256787 [ 271 ] {b2be7ae1-230c-41aa-be99-a9bdf3b7849e} <Debug> TCPHandler: Processed in 0.001933654 sec. | ||
| 3973 | 2024.12.20 21:14:38.256937 [ 268 ] {} <Trace> TCP-Session: 32ce9d3e-b8ad-475f-aac7-ad7723c5f26e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3974 | 2024.12.20 21:14:38.257054 [ 268 ] {2c45da99-be90-4a17-96b2-7c18105bd967} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56115) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3975 | 2024.12.20 21:14:38.257106 [ 268 ] {2c45da99-be90-4a17-96b2-7c18105bd967} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3976 | 2024.12.20 21:14:38.257603 [ 268 ] {2c45da99-be90-4a17-96b2-7c18105bd967} <Trace> oximeter.measurements_u64 (18143310-3b17-415e-b30b-72754bf09621): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3977 | 2024.12.20 21:14:38.257640 [ 268 ] {2c45da99-be90-4a17-96b2-7c18105bd967} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3978 | 2024.12.20 21:14:38.258026 [ 268 ] {2c45da99-be90-4a17-96b2-7c18105bd967} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 3979 | 2024.12.20 21:14:38.258276 [ 268 ] {2c45da99-be90-4a17-96b2-7c18105bd967} <Trace> oximeter.measurements_u64 (18143310-3b17-415e-b30b-72754bf09621): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3980 | 2024.12.20 21:14:38.258498 [ 268 ] {2c45da99-be90-4a17-96b2-7c18105bd967} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001469 sec., 40844.11164057181 rows/sec., 2.75 MiB/sec. | ||
| 3981 | 2024.12.20 21:14:38.258738 [ 268 ] {2c45da99-be90-4a17-96b2-7c18105bd967} <Debug> TCPHandler: Processed in 0.001849671 sec. | ||
| 3982 | 2024.12.20 21:14:39.188965 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3983 | 2024.12.20 21:14:39.189176 [ 271 ] {dd2ad94c-c0d5-4a86-b4a6-63c8696eb813} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3984 | 2024.12.20 21:14:39.189259 [ 271 ] {dd2ad94c-c0d5-4a86-b4a6-63c8696eb813} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3985 | 2024.12.20 21:14:39.190070 [ 271 ] {dd2ad94c-c0d5-4a86-b4a6-63c8696eb813} <Trace> oximeter.fields_i16 (e8dd8f29-dacb-43c4-8630-4a7e9eaac6df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3986 | 2024.12.20 21:14:39.190122 [ 271 ] {dd2ad94c-c0d5-4a86-b4a6-63c8696eb813} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3987 | 2024.12.20 21:14:39.190565 [ 271 ] {dd2ad94c-c0d5-4a86-b4a6-63c8696eb813} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3988 | 2024.12.20 21:14:39.190824 [ 271 ] {dd2ad94c-c0d5-4a86-b4a6-63c8696eb813} <Trace> oximeter.fields_i16 (e8dd8f29-dacb-43c4-8630-4a7e9eaac6df): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3989 | 2024.12.20 21:14:39.191073 [ 271 ] {dd2ad94c-c0d5-4a86-b4a6-63c8696eb813} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001955 sec., 7161.125319693094 rows/sec., 515.51 KiB/sec. | ||
| 3990 | 2024.12.20 21:14:39.191143 [ 271 ] {dd2ad94c-c0d5-4a86-b4a6-63c8696eb813} <Debug> TCPHandler: Processed in 0.002315567 sec. | ||
| 3991 | 2024.12.20 21:14:39.191401 [ 268 ] {} <Trace> TCP-Session: 32ce9d3e-b8ad-475f-aac7-ad7723c5f26e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3992 | 2024.12.20 21:14:39.191591 [ 268 ] {fe849234-b48b-49d3-91d5-19923ea4e160} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56115) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 3993 | 2024.12.20 21:14:39.191665 [ 268 ] {fe849234-b48b-49d3-91d5-19923ea4e160} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3994 | 2024.12.20 21:14:39.192421 [ 268 ] {fe849234-b48b-49d3-91d5-19923ea4e160} <Trace> oximeter.fields_ipaddr (4da408a5-04d9-4612-a7f6-fa820cf71f1e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3995 | 2024.12.20 21:14:39.192466 [ 268 ] {fe849234-b48b-49d3-91d5-19923ea4e160} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 3996 | 2024.12.20 21:14:39.192898 [ 268 ] {fe849234-b48b-49d3-91d5-19923ea4e160} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 3997 | 2024.12.20 21:14:39.193166 [ 268 ] {fe849234-b48b-49d3-91d5-19923ea4e160} <Trace> oximeter.fields_ipaddr (4da408a5-04d9-4612-a7f6-fa820cf71f1e): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3998 | 2024.12.20 21:14:39.193385 [ 268 ] {fe849234-b48b-49d3-91d5-19923ea4e160} <Debug> executeQuery: Read 16 rows, 1.30 KiB in 0.001842 sec., 8686.210640608035 rows/sec., 708.30 KiB/sec. | ||
| 3999 | 2024.12.20 21:14:39.193455 [ 268 ] {fe849234-b48b-49d3-91d5-19923ea4e160} <Debug> TCPHandler: Processed in 0.002188693 sec. | ||
| 4000 | 2024.12.20 21:14:39.193614 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4001 | 2024.12.20 21:14:39.193760 [ 271 ] {7d6c6a15-7dc3-4809-a0b2-9a7fc8413a80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4002 | 2024.12.20 21:14:39.193823 [ 271 ] {7d6c6a15-7dc3-4809-a0b2-9a7fc8413a80} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4003 | 2024.12.20 21:14:39.195563 [ 271 ] {7d6c6a15-7dc3-4809-a0b2-9a7fc8413a80} <Trace> oximeter.fields_string (a7c5bf06-55d5-47a3-8577-07a38c41e153): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4004 | 2024.12.20 21:14:39.195604 [ 271 ] {7d6c6a15-7dc3-4809-a0b2-9a7fc8413a80} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 4005 | 2024.12.20 21:14:39.196073 [ 271 ] {7d6c6a15-7dc3-4809-a0b2-9a7fc8413a80} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4006 | 2024.12.20 21:14:39.196328 [ 271 ] {7d6c6a15-7dc3-4809-a0b2-9a7fc8413a80} <Trace> oximeter.fields_string (a7c5bf06-55d5-47a3-8577-07a38c41e153): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4007 | 2024.12.20 21:14:39.196543 [ 271 ] {7d6c6a15-7dc3-4809-a0b2-9a7fc8413a80} <Debug> executeQuery: Read 1429 rows, 122.08 KiB in 0.002818 sec., 507097.232079489 rows/sec., 42.31 MiB/sec. | ||
| 4008 | 2024.12.20 21:14:39.196600 [ 271 ] {7d6c6a15-7dc3-4809-a0b2-9a7fc8413a80} <Debug> TCPHandler: Processed in 0.003054731 sec. | ||
| 4009 | 2024.12.20 21:14:39.196762 [ 268 ] {} <Trace> TCP-Session: 32ce9d3e-b8ad-475f-aac7-ad7723c5f26e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4010 | 2024.12.20 21:14:39.196913 [ 268 ] {0f4a0c9a-91dd-4560-9c8a-5d299a112769} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56115) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4011 | 2024.12.20 21:14:39.196976 [ 268 ] {0f4a0c9a-91dd-4560-9c8a-5d299a112769} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4012 | 2024.12.20 21:14:39.197705 [ 268 ] {0f4a0c9a-91dd-4560-9c8a-5d299a112769} <Trace> oximeter.fields_u16 (f5c5f422-b38a-45cf-a007-008934086980): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4013 | 2024.12.20 21:14:39.197745 [ 268 ] {0f4a0c9a-91dd-4560-9c8a-5d299a112769} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 4014 | 2024.12.20 21:14:39.198122 [ 268 ] {0f4a0c9a-91dd-4560-9c8a-5d299a112769} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4015 | 2024.12.20 21:14:39.198377 [ 268 ] {0f4a0c9a-91dd-4560-9c8a-5d299a112769} <Trace> oximeter.fields_u16 (f5c5f422-b38a-45cf-a007-008934086980): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4016 | 2024.12.20 21:14:39.198603 [ 268 ] {0f4a0c9a-91dd-4560-9c8a-5d299a112769} <Debug> executeQuery: Read 62 rows, 4.51 KiB in 0.001719 sec., 36067.4810936591 rows/sec., 2.56 MiB/sec. | ||
| 4017 | 2024.12.20 21:14:39.198761 [ 268 ] {0f4a0c9a-91dd-4560-9c8a-5d299a112769} <Debug> TCPHandler: Processed in 0.002065249 sec. | ||
| 4018 | 2024.12.20 21:14:39.198923 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4019 | 2024.12.20 21:14:39.199044 [ 271 ] {56afa533-2aec-4cce-8bca-bf9bccda595b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4020 | 2024.12.20 21:14:39.199096 [ 271 ] {56afa533-2aec-4cce-8bca-bf9bccda595b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4021 | 2024.12.20 21:14:39.199817 [ 271 ] {56afa533-2aec-4cce-8bca-bf9bccda595b} <Trace> oximeter.fields_u32 (44e160d5-ebb5-4558-9722-9802c9a6e790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4022 | 2024.12.20 21:14:39.199858 [ 271 ] {56afa533-2aec-4cce-8bca-bf9bccda595b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 4023 | 2024.12.20 21:14:39.200228 [ 271 ] {56afa533-2aec-4cce-8bca-bf9bccda595b} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4024 | 2024.12.20 21:14:39.200472 [ 271 ] {56afa533-2aec-4cce-8bca-bf9bccda595b} <Trace> oximeter.fields_u32 (44e160d5-ebb5-4558-9722-9802c9a6e790): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4025 | 2024.12.20 21:14:39.200687 [ 271 ] {56afa533-2aec-4cce-8bca-bf9bccda595b} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.00167 sec., 144910.17964071856 rows/sec., 9.82 MiB/sec. | ||
| 4026 | 2024.12.20 21:14:39.200744 [ 271 ] {56afa533-2aec-4cce-8bca-bf9bccda595b} <Debug> TCPHandler: Processed in 0.001877543 sec. | ||
| 4027 | 2024.12.20 21:14:39.200906 [ 268 ] {} <Trace> TCP-Session: 32ce9d3e-b8ad-475f-aac7-ad7723c5f26e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4028 | 2024.12.20 21:14:39.201048 [ 268 ] {c870c9a7-76a0-44c2-808b-634cf8d204fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56115) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4029 | 2024.12.20 21:14:39.201108 [ 268 ] {c870c9a7-76a0-44c2-808b-634cf8d204fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4030 | 2024.12.20 21:14:39.201770 [ 268 ] {c870c9a7-76a0-44c2-808b-634cf8d204fe} <Trace> oximeter.fields_u8 (c8d30ddd-c805-419d-8cc9-be9ef3e3339c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4031 | 2024.12.20 21:14:39.201809 [ 268 ] {c870c9a7-76a0-44c2-808b-634cf8d204fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 4032 | 2024.12.20 21:14:39.202170 [ 268 ] {c870c9a7-76a0-44c2-808b-634cf8d204fe} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4033 | 2024.12.20 21:14:39.202433 [ 268 ] {c870c9a7-76a0-44c2-808b-634cf8d204fe} <Trace> oximeter.fields_u8 (c8d30ddd-c805-419d-8cc9-be9ef3e3339c): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4034 | 2024.12.20 21:14:39.202612 [ 268 ] {c870c9a7-76a0-44c2-808b-634cf8d204fe} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001598 sec., 8135.168961201502 rows/sec., 507.23 KiB/sec. | ||
| 4035 | 2024.12.20 21:14:39.202665 [ 268 ] {c870c9a7-76a0-44c2-808b-634cf8d204fe} <Debug> TCPHandler: Processed in 0.00182725 sec. | ||
| 4036 | 2024.12.20 21:14:39.202815 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4037 | 2024.12.20 21:14:39.202953 [ 271 ] {366e1bd9-9350-4a79-9c8c-5513551e3ed7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4038 | 2024.12.20 21:14:39.203011 [ 271 ] {366e1bd9-9350-4a79-9c8c-5513551e3ed7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4039 | 2024.12.20 21:14:39.204101 [ 271 ] {366e1bd9-9350-4a79-9c8c-5513551e3ed7} <Trace> oximeter.fields_uuid (56c9adb2-48e9-46d9-87b0-c6a967c48154): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4040 | 2024.12.20 21:14:39.204141 [ 271 ] {366e1bd9-9350-4a79-9c8c-5513551e3ed7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 4041 | 2024.12.20 21:14:39.204536 [ 271 ] {366e1bd9-9350-4a79-9c8c-5513551e3ed7} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4042 | 2024.12.20 21:14:39.204778 [ 271 ] {366e1bd9-9350-4a79-9c8c-5513551e3ed7} <Trace> oximeter.fields_uuid (56c9adb2-48e9-46d9-87b0-c6a967c48154): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4043 | 2024.12.20 21:14:39.204986 [ 271 ] {366e1bd9-9350-4a79-9c8c-5513551e3ed7} <Debug> executeQuery: Read 893 rows, 66.40 KiB in 0.002065 sec., 432445.5205811138 rows/sec., 31.40 MiB/sec. | ||
| 4044 | 2024.12.20 21:14:39.205039 [ 271 ] {366e1bd9-9350-4a79-9c8c-5513551e3ed7} <Debug> TCPHandler: Processed in 0.002292156 sec. | ||
| 4045 | 2024.12.20 21:14:39.205198 [ 268 ] {} <Trace> TCP-Session: 32ce9d3e-b8ad-475f-aac7-ad7723c5f26e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4046 | 2024.12.20 21:14:39.205318 [ 268 ] {a94565d0-b02b-49fd-a8bd-5a30f1633b1b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56115) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4047 | 2024.12.20 21:14:39.205370 [ 268 ] {a94565d0-b02b-49fd-a8bd-5a30f1633b1b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4048 | 2024.12.20 21:14:39.205894 [ 268 ] {a94565d0-b02b-49fd-a8bd-5a30f1633b1b} <Trace> oximeter.measurements_bool (11c94d34-dd1c-42cf-9f5b-a62aea0c2735): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4049 | 2024.12.20 21:14:39.205931 [ 268 ] {a94565d0-b02b-49fd-a8bd-5a30f1633b1b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 4050 | 2024.12.20 21:14:39.206305 [ 268 ] {a94565d0-b02b-49fd-a8bd-5a30f1633b1b} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4051 | 2024.12.20 21:14:39.206568 [ 268 ] {a94565d0-b02b-49fd-a8bd-5a30f1633b1b} <Trace> oximeter.measurements_bool (11c94d34-dd1c-42cf-9f5b-a62aea0c2735): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4052 | 2024.12.20 21:14:39.206750 [ 268 ] {a94565d0-b02b-49fd-a8bd-5a30f1633b1b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001456 sec., 4120.879120879121 rows/sec., 215.30 KiB/sec. | ||
| 4053 | 2024.12.20 21:14:39.206802 [ 268 ] {a94565d0-b02b-49fd-a8bd-5a30f1633b1b} <Debug> TCPHandler: Processed in 0.001661295 sec. | ||
| 4054 | 2024.12.20 21:14:39.206958 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4055 | 2024.12.20 21:14:39.207095 [ 271 ] {a92f33ef-3d29-4d0c-b0ad-5b0b85c3835d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4056 | 2024.12.20 21:14:39.207158 [ 271 ] {a92f33ef-3d29-4d0c-b0ad-5b0b85c3835d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4057 | 2024.12.20 21:14:39.207979 [ 271 ] {a92f33ef-3d29-4d0c-b0ad-5b0b85c3835d} <Trace> oximeter.measurements_cumulativeu64 (4b25041b-9433-4237-ab59-44afcaba2ba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4058 | 2024.12.20 21:14:39.208018 [ 271 ] {a92f33ef-3d29-4d0c-b0ad-5b0b85c3835d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 4059 | 2024.12.20 21:14:39.208459 [ 271 ] {a92f33ef-3d29-4d0c-b0ad-5b0b85c3835d} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4060 | 2024.12.20 21:14:39.208693 [ 271 ] {a92f33ef-3d29-4d0c-b0ad-5b0b85c3835d} <Trace> oximeter.measurements_cumulativeu64 (4b25041b-9433-4237-ab59-44afcaba2ba7): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4061 | 2024.12.20 21:14:39.208904 [ 271 ] {a92f33ef-3d29-4d0c-b0ad-5b0b85c3835d} <Debug> executeQuery: Read 963 rows, 65.53 KiB in 0.00184 sec., 523369.5652173913 rows/sec., 34.78 MiB/sec. | ||
| 4062 | 2024.12.20 21:14:39.208957 [ 271 ] {a92f33ef-3d29-4d0c-b0ad-5b0b85c3835d} <Debug> TCPHandler: Processed in 0.002064458 sec. | ||
| 4063 | 2024.12.20 21:14:39.209122 [ 268 ] {} <Trace> TCP-Session: 32ce9d3e-b8ad-475f-aac7-ad7723c5f26e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4064 | 2024.12.20 21:14:39.209242 [ 268 ] {9d5583b2-2201-4227-87f8-c56074b6085a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56115) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4065 | 2024.12.20 21:14:39.209294 [ 268 ] {9d5583b2-2201-4227-87f8-c56074b6085a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4066 | 2024.12.20 21:14:39.209773 [ 268 ] {9d5583b2-2201-4227-87f8-c56074b6085a} <Trace> oximeter.measurements_f64 (91051acd-5a5c-4cbe-bf7a-a2cd5e3daeba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4067 | 2024.12.20 21:14:39.209811 [ 268 ] {9d5583b2-2201-4227-87f8-c56074b6085a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 4068 | 2024.12.20 21:14:39.210174 [ 268 ] {9d5583b2-2201-4227-87f8-c56074b6085a} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4069 | 2024.12.20 21:14:39.210417 [ 268 ] {9d5583b2-2201-4227-87f8-c56074b6085a} <Trace> oximeter.measurements_f64 (91051acd-5a5c-4cbe-bf7a-a2cd5e3daeba): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4070 | 2024.12.20 21:14:39.210593 [ 268 ] {9d5583b2-2201-4227-87f8-c56074b6085a} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001377 sec., 726.2164124909223 rows/sec., 48.93 KiB/sec. | ||
| 4071 | 2024.12.20 21:14:39.210647 [ 268 ] {9d5583b2-2201-4227-87f8-c56074b6085a} <Debug> TCPHandler: Processed in 0.001581722 sec. | ||
| 4072 | 2024.12.20 21:14:39.210794 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4073 | 2024.12.20 21:14:39.210910 [ 271 ] {05ffe3c7-e3cf-42dc-b051-2009c1a3482e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4074 | 2024.12.20 21:14:39.210991 [ 271 ] {05ffe3c7-e3cf-42dc-b051-2009c1a3482e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4075 | 2024.12.20 21:14:39.212187 [ 271 ] {05ffe3c7-e3cf-42dc-b051-2009c1a3482e} <Trace> oximeter.measurements_histogramu64 (84834c4b-a921-406e-bab6-7c9ded2f611a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4076 | 2024.12.20 21:14:39.212226 [ 271 ] {05ffe3c7-e3cf-42dc-b051-2009c1a3482e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 4077 | 2024.12.20 21:14:39.212885 [ 271 ] {05ffe3c7-e3cf-42dc-b051-2009c1a3482e} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4078 | 2024.12.20 21:14:39.213149 [ 271 ] {05ffe3c7-e3cf-42dc-b051-2009c1a3482e} <Trace> oximeter.measurements_histogramu64 (84834c4b-a921-406e-bab6-7c9ded2f611a): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4079 | 2024.12.20 21:14:39.213376 [ 271 ] {05ffe3c7-e3cf-42dc-b051-2009c1a3482e} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.00249 sec., 15662.650602409638 rows/sec., 28.07 MiB/sec. | ||
| 4080 | 2024.12.20 21:14:39.213470 [ 271 ] {05ffe3c7-e3cf-42dc-b051-2009c1a3482e} <Debug> TCPHandler: Processed in 0.002731661 sec. | ||
| 4081 | 2024.12.20 21:14:39.213634 [ 268 ] {} <Trace> TCP-Session: 32ce9d3e-b8ad-475f-aac7-ad7723c5f26e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4082 | 2024.12.20 21:14:39.213773 [ 268 ] {e8e32fc1-a303-48a4-91e9-8774291ba035} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56115) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4083 | 2024.12.20 21:14:39.213833 [ 268 ] {e8e32fc1-a303-48a4-91e9-8774291ba035} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4084 | 2024.12.20 21:14:39.214410 [ 268 ] {e8e32fc1-a303-48a4-91e9-8774291ba035} <Trace> oximeter.measurements_u64 (18143310-3b17-415e-b30b-72754bf09621): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4085 | 2024.12.20 21:14:39.214459 [ 268 ] {e8e32fc1-a303-48a4-91e9-8774291ba035} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 4086 | 2024.12.20 21:14:39.214855 [ 268 ] {e8e32fc1-a303-48a4-91e9-8774291ba035} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4087 | 2024.12.20 21:14:39.215124 [ 268 ] {e8e32fc1-a303-48a4-91e9-8774291ba035} <Trace> oximeter.measurements_u64 (18143310-3b17-415e-b30b-72754bf09621): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4088 | 2024.12.20 21:14:39.215329 [ 268 ] {e8e32fc1-a303-48a4-91e9-8774291ba035} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001587 sec., 21424.070573408946 rows/sec., 1.24 MiB/sec. | ||
| 4089 | 2024.12.20 21:14:39.215384 [ 268 ] {e8e32fc1-a303-48a4-91e9-8774291ba035} <Debug> TCPHandler: Processed in 0.001810311 sec. | ||
| 4090 | 2024.12.20 21:14:42.214069 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 586 | ||
| 4091 | 2024.12.20 21:14:42.217515 [ 242 ] {} <Trace> system.query_log (baa8d9f2-52e3-4f4e-aa10-ca7b91d14406): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4092 | 2024.12.20 21:14:42.217565 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 4093 | 2024.12.20 21:14:42.219085 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4094 | 2024.12.20 21:14:42.219394 [ 242 ] {} <Trace> system.query_log (baa8d9f2-52e3-4f4e-aa10-ca7b91d14406): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4095 | 2024.12.20 21:14:42.219911 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 586 | ||
| 4096 | 2024.12.20 21:14:43.249425 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4097 | 2024.12.20 21:14:43.249662 [ 271 ] {370df982-9f56-4a43-b2bb-1153c68e53e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4098 | 2024.12.20 21:14:43.249746 [ 271 ] {370df982-9f56-4a43-b2bb-1153c68e53e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4099 | 2024.12.20 21:14:43.250514 [ 271 ] {370df982-9f56-4a43-b2bb-1153c68e53e3} <Trace> oximeter.fields_string (a7c5bf06-55d5-47a3-8577-07a38c41e153): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4100 | 2024.12.20 21:14:43.250569 [ 271 ] {370df982-9f56-4a43-b2bb-1153c68e53e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 4101 | 2024.12.20 21:14:43.251027 [ 271 ] {370df982-9f56-4a43-b2bb-1153c68e53e3} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4102 | 2024.12.20 21:14:43.251294 [ 271 ] {370df982-9f56-4a43-b2bb-1153c68e53e3} <Trace> oximeter.fields_string (a7c5bf06-55d5-47a3-8577-07a38c41e153): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4103 | 2024.12.20 21:14:43.251549 [ 271 ] {370df982-9f56-4a43-b2bb-1153c68e53e3} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001948 sec., 28747.433264887062 rows/sec., 2.19 MiB/sec. | ||
| 4104 | 2024.12.20 21:14:43.251619 [ 271 ] {370df982-9f56-4a43-b2bb-1153c68e53e3} <Debug> TCPHandler: Processed in 0.002337398 sec. | ||
| 4105 | 2024.12.20 21:14:43.251883 [ 268 ] {} <Trace> TCP-Session: 32ce9d3e-b8ad-475f-aac7-ad7723c5f26e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4106 | 2024.12.20 21:14:43.252103 [ 268 ] {82669290-366d-4204-b1f0-6dae4984fa41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56115) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4107 | 2024.12.20 21:14:43.252184 [ 268 ] {82669290-366d-4204-b1f0-6dae4984fa41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4108 | 2024.12.20 21:14:43.253033 [ 268 ] {82669290-366d-4204-b1f0-6dae4984fa41} <Trace> oximeter.fields_uuid (56c9adb2-48e9-46d9-87b0-c6a967c48154): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4109 | 2024.12.20 21:14:43.253074 [ 268 ] {82669290-366d-4204-b1f0-6dae4984fa41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 4110 | 2024.12.20 21:14:43.253512 [ 268 ] {82669290-366d-4204-b1f0-6dae4984fa41} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4111 | 2024.12.20 21:14:43.253781 [ 268 ] {82669290-366d-4204-b1f0-6dae4984fa41} <Trace> oximeter.fields_uuid (56c9adb2-48e9-46d9-87b0-c6a967c48154): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4112 | 2024.12.20 21:14:43.253982 [ 268 ] {82669290-366d-4204-b1f0-6dae4984fa41} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001938 sec., 33023.73581011352 rows/sec., 2.58 MiB/sec. | ||
| 4113 | 2024.12.20 21:14:43.254038 [ 268 ] {82669290-366d-4204-b1f0-6dae4984fa41} <Debug> TCPHandler: Processed in 0.002309717 sec. | ||
| 4114 | 2024.12.20 21:14:43.254227 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4115 | 2024.12.20 21:14:43.254376 [ 271 ] {a4e76ed4-cd4b-4b5c-b89a-abb18b9017cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4116 | 2024.12.20 21:14:43.254444 [ 271 ] {a4e76ed4-cd4b-4b5c-b89a-abb18b9017cf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4117 | 2024.12.20 21:14:43.255067 [ 271 ] {a4e76ed4-cd4b-4b5c-b89a-abb18b9017cf} <Trace> oximeter.measurements_cumulativeu64 (4b25041b-9433-4237-ab59-44afcaba2ba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4118 | 2024.12.20 21:14:43.255109 [ 271 ] {a4e76ed4-cd4b-4b5c-b89a-abb18b9017cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 4119 | 2024.12.20 21:14:43.255520 [ 271 ] {a4e76ed4-cd4b-4b5c-b89a-abb18b9017cf} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4120 | 2024.12.20 21:14:43.255767 [ 271 ] {a4e76ed4-cd4b-4b5c-b89a-abb18b9017cf} <Trace> oximeter.measurements_cumulativeu64 (4b25041b-9433-4237-ab59-44afcaba2ba7): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4121 | 2024.12.20 21:14:43.255984 [ 271 ] {a4e76ed4-cd4b-4b5c-b89a-abb18b9017cf} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001646 sec., 77764.27703523694 rows/sec., 5.42 MiB/sec. | ||
| 4122 | 2024.12.20 21:14:43.256043 [ 271 ] {a4e76ed4-cd4b-4b5c-b89a-abb18b9017cf} <Debug> TCPHandler: Processed in 0.001886883 sec. | ||
| 4123 | 2024.12.20 21:14:43.256197 [ 268 ] {} <Trace> TCP-Session: 32ce9d3e-b8ad-475f-aac7-ad7723c5f26e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4124 | 2024.12.20 21:14:43.256318 [ 268 ] {1f5383b5-e480-4cf3-9688-54eb980014f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56115) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4125 | 2024.12.20 21:14:43.256370 [ 268 ] {1f5383b5-e480-4cf3-9688-54eb980014f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4126 | 2024.12.20 21:14:43.256875 [ 268 ] {1f5383b5-e480-4cf3-9688-54eb980014f7} <Trace> oximeter.measurements_u64 (18143310-3b17-415e-b30b-72754bf09621): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4127 | 2024.12.20 21:14:43.256914 [ 268 ] {1f5383b5-e480-4cf3-9688-54eb980014f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 4128 | 2024.12.20 21:14:43.257300 [ 268 ] {1f5383b5-e480-4cf3-9688-54eb980014f7} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4129 | 2024.12.20 21:14:43.257556 [ 268 ] {1f5383b5-e480-4cf3-9688-54eb980014f7} <Trace> oximeter.measurements_u64 (18143310-3b17-415e-b30b-72754bf09621): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4130 | 2024.12.20 21:14:43.257773 [ 268 ] {1f5383b5-e480-4cf3-9688-54eb980014f7} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001469 sec., 32675.289312457455 rows/sec., 2.20 MiB/sec. | ||
| 4131 | 2024.12.20 21:14:43.257868 [ 268 ] {1f5383b5-e480-4cf3-9688-54eb980014f7} <Debug> TCPHandler: Processed in 0.001723907 sec. | ||
| 4132 | 2024.12.20 21:14:44.688913 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 8723 | ||
| 4133 | 2024.12.20 21:14:44.689534 [ 244 ] {} <Trace> system.asynchronous_metric_log (7374c277-4ec6-4bc6-a92a-be2a3111abf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4134 | 2024.12.20 21:14:44.689574 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 4135 | 2024.12.20 21:14:44.690128 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4136 | 2024.12.20 21:14:44.690382 [ 244 ] {} <Trace> system.asynchronous_metric_log (7374c277-4ec6-4bc6-a92a-be2a3111abf4): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4137 | 2024.12.20 21:14:44.690619 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8723 | ||
| 4138 | 2024.12.20 21:14:45.250346 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144 | ||
| 4139 | 2024.12.20 21:14:45.271384 [ 243 ] {} <Trace> system.metric_log (76748c68-b196-4e56-a74b-50a33795b533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4140 | 2024.12.20 21:14:45.271449 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 4141 | 2024.12.20 21:14:45.279096 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4142 | 2024.12.20 21:14:45.279905 [ 243 ] {} <Trace> system.metric_log (76748c68-b196-4e56-a74b-50a33795b533): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4143 | 2024.12.20 21:14:45.282805 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 144 | ||
| 4144 | 2024.12.20 21:14:48.250661 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4145 | 2024.12.20 21:14:48.250989 [ 271 ] {f3a4ef8b-32da-45fe-b9a6-166dd0168256} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4146 | 2024.12.20 21:14:48.251072 [ 271 ] {f3a4ef8b-32da-45fe-b9a6-166dd0168256} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4147 | 2024.12.20 21:14:48.251823 [ 271 ] {f3a4ef8b-32da-45fe-b9a6-166dd0168256} <Trace> oximeter.fields_string (a7c5bf06-55d5-47a3-8577-07a38c41e153): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4148 | 2024.12.20 21:14:48.251874 [ 271 ] {f3a4ef8b-32da-45fe-b9a6-166dd0168256} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 4149 | 2024.12.20 21:14:48.252349 [ 271 ] {f3a4ef8b-32da-45fe-b9a6-166dd0168256} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4150 | 2024.12.20 21:14:48.252612 [ 271 ] {f3a4ef8b-32da-45fe-b9a6-166dd0168256} <Trace> oximeter.fields_string (a7c5bf06-55d5-47a3-8577-07a38c41e153): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4151 | 2024.12.20 21:14:48.252854 [ 271 ] {f3a4ef8b-32da-45fe-b9a6-166dd0168256} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.00195 sec., 28717.94871794872 rows/sec., 2.19 MiB/sec. | ||
| 4152 | 2024.12.20 21:14:48.252967 [ 271 ] {f3a4ef8b-32da-45fe-b9a6-166dd0168256} <Debug> TCPHandler: Processed in 0.002480443 sec. | ||
| 4153 | 2024.12.20 21:14:48.253315 [ 268 ] {} <Trace> TCP-Session: 32ce9d3e-b8ad-475f-aac7-ad7723c5f26e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4154 | 2024.12.20 21:14:48.253618 [ 268 ] {040f1568-08b7-42c7-9e7c-372e5ea36196} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56115) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4155 | 2024.12.20 21:14:48.253733 [ 268 ] {040f1568-08b7-42c7-9e7c-372e5ea36196} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4156 | 2024.12.20 21:14:48.254569 [ 268 ] {040f1568-08b7-42c7-9e7c-372e5ea36196} <Trace> oximeter.fields_uuid (56c9adb2-48e9-46d9-87b0-c6a967c48154): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4157 | 2024.12.20 21:14:48.254617 [ 268 ] {040f1568-08b7-42c7-9e7c-372e5ea36196} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 4158 | 2024.12.20 21:14:48.255069 [ 268 ] {040f1568-08b7-42c7-9e7c-372e5ea36196} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4159 | 2024.12.20 21:14:48.255348 [ 268 ] {040f1568-08b7-42c7-9e7c-372e5ea36196} <Trace> oximeter.fields_uuid (56c9adb2-48e9-46d9-87b0-c6a967c48154): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4160 | 2024.12.20 21:14:48.255639 [ 268 ] {040f1568-08b7-42c7-9e7c-372e5ea36196} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002098 sec., 30505.24308865586 rows/sec., 2.38 MiB/sec. | ||
| 4161 | 2024.12.20 21:14:48.255843 [ 268 ] {040f1568-08b7-42c7-9e7c-372e5ea36196} <Debug> TCPHandler: Processed in 0.002758942 sec. | ||
| 4162 | 2024.12.20 21:14:48.256059 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4163 | 2024.12.20 21:14:48.256204 [ 271 ] {6581684b-fe67-4aa6-bebd-7be9806c2907} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4164 | 2024.12.20 21:14:48.256271 [ 271 ] {6581684b-fe67-4aa6-bebd-7be9806c2907} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4165 | 2024.12.20 21:14:48.256932 [ 271 ] {6581684b-fe67-4aa6-bebd-7be9806c2907} <Trace> oximeter.measurements_cumulativeu64 (4b25041b-9433-4237-ab59-44afcaba2ba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4166 | 2024.12.20 21:14:48.256972 [ 271 ] {6581684b-fe67-4aa6-bebd-7be9806c2907} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 4167 | 2024.12.20 21:14:48.257381 [ 271 ] {6581684b-fe67-4aa6-bebd-7be9806c2907} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4168 | 2024.12.20 21:14:48.257623 [ 271 ] {6581684b-fe67-4aa6-bebd-7be9806c2907} <Trace> oximeter.measurements_cumulativeu64 (4b25041b-9433-4237-ab59-44afcaba2ba7): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4169 | 2024.12.20 21:14:48.257809 [ 271 ] {6581684b-fe67-4aa6-bebd-7be9806c2907} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001642 sec., 97442.143727162 rows/sec., 6.79 MiB/sec. | ||
| 4170 | 2024.12.20 21:14:48.257864 [ 271 ] {6581684b-fe67-4aa6-bebd-7be9806c2907} <Debug> TCPHandler: Processed in 0.001920413 sec. | ||
| 4171 | 2024.12.20 21:14:48.258012 [ 268 ] {} <Trace> TCP-Session: 32ce9d3e-b8ad-475f-aac7-ad7723c5f26e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4172 | 2024.12.20 21:14:48.258163 [ 268 ] {1fb35672-f54f-4b80-b18d-cc5c9f044701} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56115) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4173 | 2024.12.20 21:14:48.258228 [ 268 ] {1fb35672-f54f-4b80-b18d-cc5c9f044701} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4174 | 2024.12.20 21:14:48.258848 [ 268 ] {1fb35672-f54f-4b80-b18d-cc5c9f044701} <Trace> oximeter.measurements_u64 (18143310-3b17-415e-b30b-72754bf09621): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4175 | 2024.12.20 21:14:48.258896 [ 268 ] {1fb35672-f54f-4b80-b18d-cc5c9f044701} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 4176 | 2024.12.20 21:14:48.259313 [ 268 ] {1fb35672-f54f-4b80-b18d-cc5c9f044701} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4177 | 2024.12.20 21:14:48.259570 [ 268 ] {1fb35672-f54f-4b80-b18d-cc5c9f044701} <Trace> oximeter.measurements_u64 (18143310-3b17-415e-b30b-72754bf09621): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4178 | 2024.12.20 21:14:48.259794 [ 268 ] {1fb35672-f54f-4b80-b18d-cc5c9f044701} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001669 sec., 35949.67046135411 rows/sec., 2.42 MiB/sec. | ||
| 4179 | 2024.12.20 21:14:48.259923 [ 268 ] {1fb35672-f54f-4b80-b18d-cc5c9f044701} <Debug> TCPHandler: Processed in 0.001978965 sec. | ||
| 4180 | 2024.12.20 21:14:52.085012 [ 104 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4181 | 2024.12.20 21:14:52.085069 [ 104 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4182 | 2024.12.20 21:14:52.191613 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 9211 | ||
| 4183 | 2024.12.20 21:14:52.192239 [ 244 ] {} <Trace> system.asynchronous_metric_log (7374c277-4ec6-4bc6-a92a-be2a3111abf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4184 | 2024.12.20 21:14:52.192276 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 4185 | 2024.12.20 21:14:52.192835 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4186 | 2024.12.20 21:14:52.193098 [ 244 ] {} <Trace> system.asynchronous_metric_log (7374c277-4ec6-4bc6-a92a-be2a3111abf4): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4187 | 2024.12.20 21:14:52.193297 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9211 | ||
| 4188 | 2024.12.20 21:14:52.221035 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 602 | ||
| 4189 | 2024.12.20 21:14:52.223810 [ 242 ] {} <Trace> system.query_log (baa8d9f2-52e3-4f4e-aa10-ca7b91d14406): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4190 | 2024.12.20 21:14:52.223870 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 4191 | 2024.12.20 21:14:52.225340 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4192 | 2024.12.20 21:14:52.225652 [ 242 ] {} <Trace> system.query_log (baa8d9f2-52e3-4f4e-aa10-ca7b91d14406): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4193 | 2024.12.20 21:14:52.226662 [ 242 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 602 | ||
| 4194 | 2024.12.20 21:14:52.783764 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151 | ||
| 4195 | 2024.12.20 21:14:52.805054 [ 243 ] {} <Trace> system.metric_log (76748c68-b196-4e56-a74b-50a33795b533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4196 | 2024.12.20 21:14:52.805109 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4197 | 2024.12.20 21:14:52.812674 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4198 | 2024.12.20 21:14:52.813452 [ 243 ] {} <Trace> system.metric_log (76748c68-b196-4e56-a74b-50a33795b533): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4199 | 2024.12.20 21:14:52.816789 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 151 | ||
| 4200 | 2024.12.20 21:14:53.257142 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4201 | 2024.12.20 21:14:53.257338 [ 271 ] {b0a5a6cc-5ca9-4878-8e23-88487b36181c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4202 | 2024.12.20 21:14:53.257414 [ 271 ] {b0a5a6cc-5ca9-4878-8e23-88487b36181c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4203 | 2024.12.20 21:14:53.258177 [ 271 ] {b0a5a6cc-5ca9-4878-8e23-88487b36181c} <Trace> oximeter.fields_i16 (e8dd8f29-dacb-43c4-8630-4a7e9eaac6df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4204 | 2024.12.20 21:14:53.258233 [ 271 ] {b0a5a6cc-5ca9-4878-8e23-88487b36181c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4205 | 2024.12.20 21:14:53.258673 [ 271 ] {b0a5a6cc-5ca9-4878-8e23-88487b36181c} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4206 | 2024.12.20 21:14:53.258929 [ 271 ] {b0a5a6cc-5ca9-4878-8e23-88487b36181c} <Trace> oximeter.fields_i16 (e8dd8f29-dacb-43c4-8630-4a7e9eaac6df): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4207 | 2024.12.20 21:14:53.259132 [ 102 ] {} <Debug> oximeter.fields_i16 (e8dd8f29-dacb-43c4-8630-4a7e9eaac6df) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 4208 | 2024.12.20 21:14:53.259197 [ 271 ] {b0a5a6cc-5ca9-4878-8e23-88487b36181c} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001909 sec., 7333.682556312205 rows/sec., 527.93 KiB/sec. | ||
| 4209 | 2024.12.20 21:14:53.259222 [ 102 ] {} <Trace> oximeter.fields_i16 (e8dd8f29-dacb-43c4-8630-4a7e9eaac6df): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4210 | 2024.12.20 21:14:53.259288 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4211 | 2024.12.20 21:14:53.259342 [ 271 ] {b0a5a6cc-5ca9-4878-8e23-88487b36181c} <Debug> TCPHandler: Processed in 0.002336458 sec. | ||
| 4212 | 2024.12.20 21:14:53.259607 [ 197 ] {e8dd8f29-dacb-43c4-8630-4a7e9eaac6df::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 | ||
| 4213 | 2024.12.20 21:14:53.259647 [ 268 ] {} <Trace> TCP-Session: 32ce9d3e-b8ad-475f-aac7-ad7723c5f26e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4214 | 2024.12.20 21:14:53.260000 [ 197 ] {e8dd8f29-dacb-43c4-8630-4a7e9eaac6df::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4215 | 2024.12.20 21:14:53.260013 [ 268 ] {f125863a-c346-43fd-b4e8-ba17d6defd77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56115) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4216 | 2024.12.20 21:14:53.260089 [ 197 ] {e8dd8f29-dacb-43c4-8630-4a7e9eaac6df::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 | ||
| 4217 | 2024.12.20 21:14:53.260159 [ 268 ] {f125863a-c346-43fd-b4e8-ba17d6defd77} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4218 | 2024.12.20 21:14:53.260408 [ 197 ] {e8dd8f29-dacb-43c4-8630-4a7e9eaac6df::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 | ||
| 4219 | 2024.12.20 21:14:53.260761 [ 197 ] {e8dd8f29-dacb-43c4-8630-4a7e9eaac6df::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 | ||
| 4220 | 2024.12.20 21:14:53.261257 [ 197 ] {e8dd8f29-dacb-43c4-8630-4a7e9eaac6df::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 | ||
| 4221 | 2024.12.20 21:14:53.261629 [ 197 ] {e8dd8f29-dacb-43c4-8630-4a7e9eaac6df::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 | ||
| 4222 | 2024.12.20 21:14:53.263455 [ 268 ] {f125863a-c346-43fd-b4e8-ba17d6defd77} <Trace> oximeter.fields_string (a7c5bf06-55d5-47a3-8577-07a38c41e153): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4223 | 2024.12.20 21:14:53.263559 [ 268 ] {f125863a-c346-43fd-b4e8-ba17d6defd77} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4224 | 2024.12.20 21:14:53.264871 [ 268 ] {f125863a-c346-43fd-b4e8-ba17d6defd77} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4225 | 2024.12.20 21:14:53.264870 [ 192 ] {e8dd8f29-dacb-43c4-8630-4a7e9eaac6df::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.005434571 sec., 12880.501515206995 rows/sec., 977.54 KiB/sec. | ||
| 4226 | 2024.12.20 21:14:53.265079 [ 192 ] {e8dd8f29-dacb-43c4-8630-4a7e9eaac6df::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 4227 | 2024.12.20 21:14:53.265354 [ 268 ] {f125863a-c346-43fd-b4e8-ba17d6defd77} <Trace> oximeter.fields_string (a7c5bf06-55d5-47a3-8577-07a38c41e153): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4228 | 2024.12.20 21:14:53.265642 [ 102 ] {} <Debug> oximeter.fields_string (a7c5bf06-55d5-47a3-8577-07a38c41e153) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4229 | 2024.12.20 21:14:53.265706 [ 192 ] {e8dd8f29-dacb-43c4-8630-4a7e9eaac6df::all_1_13_3} <Trace> oximeter.fields_i16 (e8dd8f29-dacb-43c4-8630-4a7e9eaac6df): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4230 | 2024.12.20 21:14:53.265750 [ 102 ] {} <Trace> oximeter.fields_string (a7c5bf06-55d5-47a3-8577-07a38c41e153): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4231 | 2024.12.20 21:14:53.265834 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4232 | 2024.12.20 21:14:53.265895 [ 268 ] {f125863a-c346-43fd-b4e8-ba17d6defd77} <Debug> executeQuery: Read 281 rows, 25.38 KiB in 0.006006 sec., 46786.54678654679 rows/sec., 4.13 MiB/sec. | ||
| 4233 | 2024.12.20 21:14:53.266093 [ 192 ] {e8dd8f29-dacb-43c4-8630-4a7e9eaac6df::all_1_13_3} <Trace> oximeter.fields_i16 (e8dd8f29-dacb-43c4-8630-4a7e9eaac6df) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 4234 | 2024.12.20 21:14:53.266218 [ 268 ] {f125863a-c346-43fd-b4e8-ba17d6defd77} <Debug> TCPHandler: Processed in 0.006744414 sec. | ||
| 4235 | 2024.12.20 21:14:53.266299 [ 187 ] {a7c5bf06-55d5-47a3-8577-07a38c41e153::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 | ||
| 4236 | 2024.12.20 21:14:53.266424 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 4237 | 2024.12.20 21:14:53.266507 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4238 | 2024.12.20 21:14:53.266593 [ 187 ] {a7c5bf06-55d5-47a3-8577-07a38c41e153::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4239 | 2024.12.20 21:14:53.266676 [ 187 ] {a7c5bf06-55d5-47a3-8577-07a38c41e153::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1429 rows starting from the beginning of the part | ||
| 4240 | 2024.12.20 21:14:53.266730 [ 271 ] {3f5d7057-db67-4e75-a315-948a675f4f4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4241 | 2024.12.20 21:14:53.266913 [ 271 ] {3f5d7057-db67-4e75-a315-948a675f4f4f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4242 | 2024.12.20 21:14:53.266919 [ 187 ] {a7c5bf06-55d5-47a3-8577-07a38c41e153::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 56 rows starting from the beginning of the part | ||
| 4243 | 2024.12.20 21:14:53.267317 [ 187 ] {a7c5bf06-55d5-47a3-8577-07a38c41e153::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 1429 rows starting from the beginning of the part | ||
| 4244 | 2024.12.20 21:14:53.267555 [ 187 ] {a7c5bf06-55d5-47a3-8577-07a38c41e153::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 56 rows starting from the beginning of the part | ||
| 4245 | 2024.12.20 21:14:53.267926 [ 187 ] {a7c5bf06-55d5-47a3-8577-07a38c41e153::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 56 rows starting from the beginning of the part | ||
| 4246 | 2024.12.20 21:14:53.268264 [ 187 ] {a7c5bf06-55d5-47a3-8577-07a38c41e153::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 281 rows starting from the beginning of the part | ||
| 4247 | 2024.12.20 21:14:53.269808 [ 271 ] {3f5d7057-db67-4e75-a315-948a675f4f4f} <Trace> oximeter.fields_u16 (f5c5f422-b38a-45cf-a007-008934086980): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4248 | 2024.12.20 21:14:53.269895 [ 271 ] {3f5d7057-db67-4e75-a315-948a675f4f4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4249 | 2024.12.20 21:14:53.270828 [ 271 ] {3f5d7057-db67-4e75-a315-948a675f4f4f} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4250 | 2024.12.20 21:14:53.271144 [ 271 ] {3f5d7057-db67-4e75-a315-948a675f4f4f} <Trace> oximeter.fields_u16 (f5c5f422-b38a-45cf-a007-008934086980): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4251 | 2024.12.20 21:14:53.271677 [ 271 ] {3f5d7057-db67-4e75-a315-948a675f4f4f} <Debug> executeQuery: Read 46 rows, 3.39 KiB in 0.004986 sec., 9225.83233052547 rows/sec., 679.64 KiB/sec. | ||
| 4252 | 2024.12.20 21:14:53.271841 [ 271 ] {3f5d7057-db67-4e75-a315-948a675f4f4f} <Debug> TCPHandler: Processed in 0.005502663 sec. | ||
| 4253 | 2024.12.20 21:14:53.271849 [ 186 ] {a7c5bf06-55d5-47a3-8577-07a38c41e153::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3307 rows, containing 5 columns (5 merged, 0 gathered) in 0.005841214 sec., 566149.4340046436 rows/sec., 49.42 MiB/sec. | ||
| 4254 | 2024.12.20 21:14:53.272099 [ 268 ] {} <Trace> TCP-Session: 32ce9d3e-b8ad-475f-aac7-ad7723c5f26e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4255 | 2024.12.20 21:14:53.272262 [ 186 ] {a7c5bf06-55d5-47a3-8577-07a38c41e153::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4256 | 2024.12.20 21:14:53.272290 [ 268 ] {6921d63a-aa6a-4988-ac00-56093738c2ef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56115) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4257 | 2024.12.20 21:14:53.272406 [ 268 ] {6921d63a-aa6a-4988-ac00-56093738c2ef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4258 | 2024.12.20 21:14:53.272871 [ 186 ] {a7c5bf06-55d5-47a3-8577-07a38c41e153::all_1_31_6} <Trace> oximeter.fields_string (a7c5bf06-55d5-47a3-8577-07a38c41e153): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4259 | 2024.12.20 21:14:53.273130 [ 186 ] {a7c5bf06-55d5-47a3-8577-07a38c41e153::all_1_31_6} <Trace> oximeter.fields_string (a7c5bf06-55d5-47a3-8577-07a38c41e153) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4260 | 2024.12.20 21:14:53.273265 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.79 MiB. | ||
| 4261 | 2024.12.20 21:14:53.273503 [ 268 ] {6921d63a-aa6a-4988-ac00-56093738c2ef} <Trace> oximeter.fields_u32 (44e160d5-ebb5-4558-9722-9802c9a6e790): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4262 | 2024.12.20 21:14:53.273547 [ 268 ] {6921d63a-aa6a-4988-ac00-56093738c2ef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4263 | 2024.12.20 21:14:53.273910 [ 268 ] {6921d63a-aa6a-4988-ac00-56093738c2ef} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4264 | 2024.12.20 21:14:53.274157 [ 268 ] {6921d63a-aa6a-4988-ac00-56093738c2ef} <Trace> oximeter.fields_u32 (44e160d5-ebb5-4558-9722-9802c9a6e790): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4265 | 2024.12.20 21:14:53.274386 [ 268 ] {6921d63a-aa6a-4988-ac00-56093738c2ef} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002146 sec., 6523.7651444548 rows/sec., 456.88 KiB/sec. | ||
| 4266 | 2024.12.20 21:14:53.274596 [ 268 ] {6921d63a-aa6a-4988-ac00-56093738c2ef} <Debug> TCPHandler: Processed in 0.002600957 sec. | ||
| 4267 | 2024.12.20 21:14:53.274785 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4268 | 2024.12.20 21:14:53.274925 [ 271 ] {769ce669-bca9-48e5-b18a-bb4807f2b222} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4269 | 2024.12.20 21:14:53.274983 [ 271 ] {769ce669-bca9-48e5-b18a-bb4807f2b222} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4270 | 2024.12.20 21:14:53.275554 [ 271 ] {769ce669-bca9-48e5-b18a-bb4807f2b222} <Trace> oximeter.fields_u8 (c8d30ddd-c805-419d-8cc9-be9ef3e3339c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4271 | 2024.12.20 21:14:53.275593 [ 271 ] {769ce669-bca9-48e5-b18a-bb4807f2b222} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4272 | 2024.12.20 21:14:53.275943 [ 271 ] {769ce669-bca9-48e5-b18a-bb4807f2b222} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4273 | 2024.12.20 21:14:53.276181 [ 271 ] {769ce669-bca9-48e5-b18a-bb4807f2b222} <Trace> oximeter.fields_u8 (c8d30ddd-c805-419d-8cc9-be9ef3e3339c): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4274 | 2024.12.20 21:14:53.276334 [ 102 ] {} <Debug> oximeter.fields_u8 (c8d30ddd-c805-419d-8cc9-be9ef3e3339c) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 4275 | 2024.12.20 21:14:53.276394 [ 102 ] {} <Trace> oximeter.fields_u8 (c8d30ddd-c805-419d-8cc9-be9ef3e3339c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4276 | 2024.12.20 21:14:53.276427 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4277 | 2024.12.20 21:14:53.276446 [ 271 ] {769ce669-bca9-48e5-b18a-bb4807f2b222} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001545 sec., 8414.239482200648 rows/sec., 524.63 KiB/sec. | ||
| 4278 | 2024.12.20 21:14:53.276727 [ 271 ] {769ce669-bca9-48e5-b18a-bb4807f2b222} <Debug> TCPHandler: Processed in 0.002010127 sec. | ||
| 4279 | 2024.12.20 21:14:53.276744 [ 192 ] {c8d30ddd-c805-419d-8cc9-be9ef3e3339c::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 | ||
| 4280 | 2024.12.20 21:14:53.276996 [ 268 ] {} <Trace> TCP-Session: 32ce9d3e-b8ad-475f-aac7-ad7723c5f26e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4281 | 2024.12.20 21:14:53.277250 [ 192 ] {c8d30ddd-c805-419d-8cc9-be9ef3e3339c::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4282 | 2024.12.20 21:14:53.277336 [ 192 ] {c8d30ddd-c805-419d-8cc9-be9ef3e3339c::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 | ||
| 4283 | 2024.12.20 21:14:53.277346 [ 268 ] {50e671a8-3aa1-4514-b634-87cede28011a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56115) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4284 | 2024.12.20 21:14:53.277483 [ 268 ] {50e671a8-3aa1-4514-b634-87cede28011a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4285 | 2024.12.20 21:14:53.277592 [ 192 ] {c8d30ddd-c805-419d-8cc9-be9ef3e3339c::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 | ||
| 4286 | 2024.12.20 21:14:53.278091 [ 192 ] {c8d30ddd-c805-419d-8cc9-be9ef3e3339c::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 | ||
| 4287 | 2024.12.20 21:14:53.278408 [ 192 ] {c8d30ddd-c805-419d-8cc9-be9ef3e3339c::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 | ||
| 4288 | 2024.12.20 21:14:53.278710 [ 192 ] {c8d30ddd-c805-419d-8cc9-be9ef3e3339c::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 | ||
| 4289 | 2024.12.20 21:14:53.280687 [ 268 ] {50e671a8-3aa1-4514-b634-87cede28011a} <Trace> oximeter.fields_uuid (56c9adb2-48e9-46d9-87b0-c6a967c48154): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4290 | 2024.12.20 21:14:53.280764 [ 268 ] {50e671a8-3aa1-4514-b634-87cede28011a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4291 | 2024.12.20 21:14:53.281229 [ 187 ] {c8d30ddd-c805-419d-8cc9-be9ef3e3339c::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004717627 sec., 13778.113445594574 rows/sec., 912.88 KiB/sec. | ||
| 4292 | 2024.12.20 21:14:53.281522 [ 201 ] {c8d30ddd-c805-419d-8cc9-be9ef3e3339c::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 4293 | 2024.12.20 21:14:53.281703 [ 268 ] {50e671a8-3aa1-4514-b634-87cede28011a} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4294 | 2024.12.20 21:14:53.282098 [ 201 ] {c8d30ddd-c805-419d-8cc9-be9ef3e3339c::all_1_13_3} <Trace> oximeter.fields_u8 (c8d30ddd-c805-419d-8cc9-be9ef3e3339c): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4295 | 2024.12.20 21:14:53.282207 [ 268 ] {50e671a8-3aa1-4514-b634-87cede28011a} <Trace> oximeter.fields_uuid (56c9adb2-48e9-46d9-87b0-c6a967c48154): 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.12.20 21:14:53.282305 [ 201 ] {c8d30ddd-c805-419d-8cc9-be9ef3e3339c::all_1_13_3} <Trace> oximeter.fields_u8 (c8d30ddd-c805-419d-8cc9-be9ef3e3339c) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 4297 | 2024.12.20 21:14:53.282455 [ 102 ] {} <Debug> oximeter.fields_uuid (56c9adb2-48e9-46d9-87b0-c6a967c48154) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4298 | 2024.12.20 21:14:53.282559 [ 102 ] {} <Trace> oximeter.fields_uuid (56c9adb2-48e9-46d9-87b0-c6a967c48154): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4299 | 2024.12.20 21:14:53.282592 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 4300 | 2024.12.20 21:14:53.282623 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4301 | 2024.12.20 21:14:53.282767 [ 268 ] {50e671a8-3aa1-4514-b634-87cede28011a} <Debug> executeQuery: Read 421 rows, 30.80 KiB in 0.005467 sec., 77007.49954271082 rows/sec., 5.50 MiB/sec. | ||
| 4302 | 2024.12.20 21:14:53.282884 [ 201 ] {56c9adb2-48e9-46d9-87b0-c6a967c48154::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.12.20 21:14:53.282949 [ 268 ] {50e671a8-3aa1-4514-b634-87cede28011a} <Debug> TCPHandler: Processed in 0.006105333 sec. | ||
| 4304 | 2024.12.20 21:14:53.283126 [ 201 ] {56c9adb2-48e9-46d9-87b0-c6a967c48154::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4305 | 2024.12.20 21:14:53.283174 [ 201 ] {56c9adb2-48e9-46d9-87b0-c6a967c48154::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 909 rows starting from the beginning of the part | ||
| 4306 | 2024.12.20 21:14:53.283181 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4307 | 2024.12.20 21:14:53.283367 [ 201 ] {56c9adb2-48e9-46d9-87b0-c6a967c48154::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 64 rows starting from the beginning of the part | ||
| 4308 | 2024.12.20 21:14:53.283621 [ 271 ] {128ed351-a536-4115-85f7-3942c9fae9e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4309 | 2024.12.20 21:14:53.283716 [ 201 ] {56c9adb2-48e9-46d9-87b0-c6a967c48154::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 893 rows starting from the beginning of the part | ||
| 4310 | 2024.12.20 21:14:53.283819 [ 271 ] {128ed351-a536-4115-85f7-3942c9fae9e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4311 | 2024.12.20 21:14:53.284234 [ 201 ] {56c9adb2-48e9-46d9-87b0-c6a967c48154::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 64 rows starting from the beginning of the part | ||
| 4312 | 2024.12.20 21:14:53.284823 [ 201 ] {56c9adb2-48e9-46d9-87b0-c6a967c48154::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 64 rows starting from the beginning of the part | ||
| 4313 | 2024.12.20 21:14:53.285417 [ 201 ] {56c9adb2-48e9-46d9-87b0-c6a967c48154::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 421 rows starting from the beginning of the part | ||
| 4314 | 2024.12.20 21:14:53.286652 [ 271 ] {128ed351-a536-4115-85f7-3942c9fae9e6} <Trace> oximeter.measurements_bool (11c94d34-dd1c-42cf-9f5b-a62aea0c2735): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4315 | 2024.12.20 21:14:53.286720 [ 271 ] {128ed351-a536-4115-85f7-3942c9fae9e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4316 | 2024.12.20 21:14:53.287786 [ 271 ] {128ed351-a536-4115-85f7-3942c9fae9e6} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4317 | 2024.12.20 21:14:53.288119 [ 271 ] {128ed351-a536-4115-85f7-3942c9fae9e6} <Trace> oximeter.measurements_bool (11c94d34-dd1c-42cf-9f5b-a62aea0c2735): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4318 | 2024.12.20 21:14:53.288605 [ 201 ] {56c9adb2-48e9-46d9-87b0-c6a967c48154::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2415 rows, containing 5 columns (5 merged, 0 gathered) in 0.005848534 sec., 412923.9908667711 rows/sec., 31.67 MiB/sec. | ||
| 4319 | 2024.12.20 21:14:53.288716 [ 271 ] {128ed351-a536-4115-85f7-3942c9fae9e6} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.005302 sec., 1131.6484345529989 rows/sec., 59.12 KiB/sec. | ||
| 4320 | 2024.12.20 21:14:53.288856 [ 271 ] {128ed351-a536-4115-85f7-3942c9fae9e6} <Debug> TCPHandler: Processed in 0.005782042 sec. | ||
| 4321 | 2024.12.20 21:14:53.288876 [ 201 ] {56c9adb2-48e9-46d9-87b0-c6a967c48154::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4322 | 2024.12.20 21:14:53.289135 [ 268 ] {} <Trace> TCP-Session: 32ce9d3e-b8ad-475f-aac7-ad7723c5f26e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4323 | 2024.12.20 21:14:53.289356 [ 268 ] {9db21bff-3b9a-4140-b107-9762a890e105} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56115) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4324 | 2024.12.20 21:14:53.289366 [ 201 ] {56c9adb2-48e9-46d9-87b0-c6a967c48154::all_1_31_6} <Trace> oximeter.fields_uuid (56c9adb2-48e9-46d9-87b0-c6a967c48154): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4325 | 2024.12.20 21:14:53.289480 [ 268 ] {9db21bff-3b9a-4140-b107-9762a890e105} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4326 | 2024.12.20 21:14:53.289568 [ 201 ] {56c9adb2-48e9-46d9-87b0-c6a967c48154::all_1_31_6} <Trace> oximeter.fields_uuid (56c9adb2-48e9-46d9-87b0-c6a967c48154) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4327 | 2024.12.20 21:14:53.289740 [ 201 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 4328 | 2024.12.20 21:14:53.290311 [ 268 ] {9db21bff-3b9a-4140-b107-9762a890e105} <Trace> oximeter.measurements_cumulativeu64 (4b25041b-9433-4237-ab59-44afcaba2ba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4329 | 2024.12.20 21:14:53.290355 [ 268 ] {9db21bff-3b9a-4140-b107-9762a890e105} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4330 | 2024.12.20 21:14:53.290764 [ 268 ] {9db21bff-3b9a-4140-b107-9762a890e105} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4331 | 2024.12.20 21:14:53.291016 [ 268 ] {9db21bff-3b9a-4140-b107-9762a890e105} <Trace> oximeter.measurements_cumulativeu64 (4b25041b-9433-4237-ab59-44afcaba2ba7): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4332 | 2024.12.20 21:14:53.291198 [ 102 ] {} <Debug> oximeter.measurements_cumulativeu64 (4b25041b-9433-4237-ab59-44afcaba2ba7) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4333 | 2024.12.20 21:14:53.291236 [ 102 ] {} <Trace> oximeter.measurements_cumulativeu64 (4b25041b-9433-4237-ab59-44afcaba2ba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4334 | 2024.12.20 21:14:53.291260 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4335 | 2024.12.20 21:14:53.291265 [ 268 ] {9db21bff-3b9a-4140-b107-9762a890e105} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001978 sec., 119817.9979777553 rows/sec., 8.03 MiB/sec. | ||
| 4336 | 2024.12.20 21:14:53.291485 [ 268 ] {9db21bff-3b9a-4140-b107-9762a890e105} <Debug> TCPHandler: Processed in 0.002477992 sec. | ||
| 4337 | 2024.12.20 21:14:53.291521 [ 196 ] {4b25041b-9433-4237-ab59-44afcaba2ba7::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 | ||
| 4338 | 2024.12.20 21:14:53.291662 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4339 | 2024.12.20 21:14:53.291681 [ 196 ] {4b25041b-9433-4237-ab59-44afcaba2ba7::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4340 | 2024.12.20 21:14:53.291717 [ 196 ] {4b25041b-9433-4237-ab59-44afcaba2ba7::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_26_5, total 8384 rows starting from the beginning of the part | ||
| 4341 | 2024.12.20 21:14:53.291821 [ 271 ] {3cbbed5f-36b1-4ab1-86c1-6656686585f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4342 | 2024.12.20 21:14:53.291925 [ 196 ] {4b25041b-9433-4237-ab59-44afcaba2ba7::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 160 rows starting from the beginning of the part | ||
| 4343 | 2024.12.20 21:14:53.291986 [ 271 ] {3cbbed5f-36b1-4ab1-86c1-6656686585f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4344 | 2024.12.20 21:14:53.292232 [ 196 ] {4b25041b-9433-4237-ab59-44afcaba2ba7::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 963 rows starting from the beginning of the part | ||
| 4345 | 2024.12.20 21:14:53.292761 [ 196 ] {4b25041b-9433-4237-ab59-44afcaba2ba7::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 128 rows starting from the beginning of the part | ||
| 4346 | 2024.12.20 21:14:53.293070 [ 196 ] {4b25041b-9433-4237-ab59-44afcaba2ba7::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 | ||
| 4347 | 2024.12.20 21:14:53.293374 [ 196 ] {4b25041b-9433-4237-ab59-44afcaba2ba7::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 | ||
| 4348 | 2024.12.20 21:14:53.294055 [ 271 ] {3cbbed5f-36b1-4ab1-86c1-6656686585f3} <Trace> oximeter.measurements_f64 (91051acd-5a5c-4cbe-bf7a-a2cd5e3daeba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4349 | 2024.12.20 21:14:53.294100 [ 271 ] {3cbbed5f-36b1-4ab1-86c1-6656686585f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4350 | 2024.12.20 21:14:53.294561 [ 271 ] {3cbbed5f-36b1-4ab1-86c1-6656686585f3} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4351 | 2024.12.20 21:14:53.294882 [ 271 ] {3cbbed5f-36b1-4ab1-86c1-6656686585f3} <Trace> oximeter.measurements_f64 (91051acd-5a5c-4cbe-bf7a-a2cd5e3daeba): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4352 | 2024.12.20 21:14:53.295428 [ 271 ] {3cbbed5f-36b1-4ab1-86c1-6656686585f3} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003638 sec., 274.8763056624519 rows/sec., 18.52 KiB/sec. | ||
| 4353 | 2024.12.20 21:14:53.295849 [ 271 ] {3cbbed5f-36b1-4ab1-86c1-6656686585f3} <Debug> TCPHandler: Processed in 0.004262922 sec. | ||
| 4354 | 2024.12.20 21:14:53.296238 [ 268 ] {} <Trace> TCP-Session: 32ce9d3e-b8ad-475f-aac7-ad7723c5f26e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4355 | 2024.12.20 21:14:53.296460 [ 268 ] {608f3e62-a092-462d-8c6f-77fd10d65317} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56115) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4356 | 2024.12.20 21:14:53.296565 [ 268 ] {608f3e62-a092-462d-8c6f-77fd10d65317} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, bins, counts, min, max, sum_of_samples, squared_mean, p50_marker_heights, p50_marker_positions, p50_desired_marker_positions, p90_marker_heights, p90_marker_positions, p90_desired_marker_positions, p99_marker_heights, p99_marker_positions, p99_desired_marker_positions) ON oximeter.measurements_histogramu64 | ||
| 4357 | 2024.12.20 21:14:53.298437 [ 268 ] {608f3e62-a092-462d-8c6f-77fd10d65317} <Trace> oximeter.measurements_histogramu64 (84834c4b-a921-406e-bab6-7c9ded2f611a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4358 | 2024.12.20 21:14:53.298484 [ 268 ] {608f3e62-a092-462d-8c6f-77fd10d65317} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4359 | 2024.12.20 21:14:53.299195 [ 196 ] {4b25041b-9433-4237-ab59-44afcaba2ba7::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10032 rows, containing 5 columns (5 merged, 0 gathered) in 0.007852371 sec., 1277575.9066911128 rows/sec., 86.21 MiB/sec. | ||
| 4360 | 2024.12.20 21:14:53.299486 [ 196 ] {4b25041b-9433-4237-ab59-44afcaba2ba7::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4361 | 2024.12.20 21:14:53.300140 [ 196 ] {4b25041b-9433-4237-ab59-44afcaba2ba7::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (4b25041b-9433-4237-ab59-44afcaba2ba7): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4362 | 2024.12.20 21:14:53.300339 [ 196 ] {4b25041b-9433-4237-ab59-44afcaba2ba7::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (4b25041b-9433-4237-ab59-44afcaba2ba7) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4363 | 2024.12.20 21:14:53.300400 [ 268 ] {608f3e62-a092-462d-8c6f-77fd10d65317} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4364 | 2024.12.20 21:14:53.300478 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.18 MiB. | ||
| 4365 | 2024.12.20 21:14:53.300765 [ 268 ] {608f3e62-a092-462d-8c6f-77fd10d65317} <Trace> oximeter.measurements_histogramu64 (84834c4b-a921-406e-bab6-7c9ded2f611a): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4366 | 2024.12.20 21:14:53.301101 [ 268 ] {608f3e62-a092-462d-8c6f-77fd10d65317} <Debug> executeQuery: Read 39 rows, 71.56 KiB in 0.004663 sec., 8363.714346986919 rows/sec., 14.99 MiB/sec. | ||
| 4367 | 2024.12.20 21:14:53.301300 [ 268 ] {608f3e62-a092-462d-8c6f-77fd10d65317} <Debug> TCPHandler: Processed in 0.005311886 sec. | ||
| 4368 | 2024.12.20 21:14:53.301494 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4369 | 2024.12.20 21:14:53.301636 [ 271 ] {4eb2a52d-a255-4f50-802b-a7f5408b2cd9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4370 | 2024.12.20 21:14:53.301694 [ 271 ] {4eb2a52d-a255-4f50-802b-a7f5408b2cd9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4371 | 2024.12.20 21:14:53.302247 [ 271 ] {4eb2a52d-a255-4f50-802b-a7f5408b2cd9} <Trace> oximeter.measurements_u64 (18143310-3b17-415e-b30b-72754bf09621): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4372 | 2024.12.20 21:14:53.302284 [ 271 ] {4eb2a52d-a255-4f50-802b-a7f5408b2cd9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4373 | 2024.12.20 21:14:53.302659 [ 271 ] {4eb2a52d-a255-4f50-802b-a7f5408b2cd9} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4374 | 2024.12.20 21:14:53.302894 [ 271 ] {4eb2a52d-a255-4f50-802b-a7f5408b2cd9} <Trace> oximeter.measurements_u64 (18143310-3b17-415e-b30b-72754bf09621): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4375 | 2024.12.20 21:14:53.303060 [ 102 ] {} <Debug> oximeter.measurements_u64 (18143310-3b17-415e-b30b-72754bf09621) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4376 | 2024.12.20 21:14:53.303144 [ 102 ] {} <Trace> oximeter.measurements_u64 (18143310-3b17-415e-b30b-72754bf09621): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4377 | 2024.12.20 21:14:53.303147 [ 271 ] {4eb2a52d-a255-4f50-802b-a7f5408b2cd9} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00153 sec., 53594.77124183007 rows/sec., 3.40 MiB/sec. | ||
| 4378 | 2024.12.20 21:14:53.303194 [ 102 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4379 | 2024.12.20 21:14:53.303275 [ 271 ] {4eb2a52d-a255-4f50-802b-a7f5408b2cd9} <Debug> TCPHandler: Processed in 0.001847341 sec. | ||
| 4380 | 2024.12.20 21:14:53.303515 [ 193 ] {18143310-3b17-415e-b30b-72754bf09621::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 | ||
| 4381 | 2024.12.20 21:14:53.303713 [ 193 ] {18143310-3b17-415e-b30b-72754bf09621::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4382 | 2024.12.20 21:14:53.303770 [ 193 ] {18143310-3b17-415e-b30b-72754bf09621::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1610 rows starting from the beginning of the part | ||
| 4383 | 2024.12.20 21:14:53.303969 [ 193 ] {18143310-3b17-415e-b30b-72754bf09621::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 60 rows starting from the beginning of the part | ||
| 4384 | 2024.12.20 21:14:53.304142 [ 193 ] {18143310-3b17-415e-b30b-72754bf09621::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 | ||
| 4385 | 2024.12.20 21:14:53.304297 [ 193 ] {18143310-3b17-415e-b30b-72754bf09621::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 48 rows starting from the beginning of the part | ||
| 4386 | 2024.12.20 21:14:53.304388 [ 193 ] {18143310-3b17-415e-b30b-72754bf09621::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 | ||
| 4387 | 2024.12.20 21:14:53.304595 [ 193 ] {18143310-3b17-415e-b30b-72754bf09621::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 | ||
| 4388 | 2024.12.20 21:14:53.306036 [ 196 ] {18143310-3b17-415e-b30b-72754bf09621::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1894 rows, containing 4 columns (4 merged, 0 gathered) in 0.00270826 sec., 699342.012952966 rows/sec., 45.60 MiB/sec. | ||
| 4389 | 2024.12.20 21:14:53.306284 [ 190 ] {18143310-3b17-415e-b30b-72754bf09621::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4390 | 2024.12.20 21:14:53.306628 [ 190 ] {18143310-3b17-415e-b30b-72754bf09621::all_1_31_6} <Trace> oximeter.measurements_u64 (18143310-3b17-415e-b30b-72754bf09621): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4391 | 2024.12.20 21:14:53.306729 [ 190 ] {18143310-3b17-415e-b30b-72754bf09621::all_1_31_6} <Trace> oximeter.measurements_u64 (18143310-3b17-415e-b30b-72754bf09621) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4392 | 2024.12.20 21:14:53.306825 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. | ||
| 4393 | 2024.12.20 21:14:58.249806 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4394 | 2024.12.20 21:14:58.250034 [ 271 ] {1bffb63c-6e3d-4fe1-ba49-a2d682925873} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4395 | 2024.12.20 21:14:58.250117 [ 271 ] {1bffb63c-6e3d-4fe1-ba49-a2d682925873} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4396 | 2024.12.20 21:14:58.250934 [ 271 ] {1bffb63c-6e3d-4fe1-ba49-a2d682925873} <Trace> oximeter.fields_string (a7c5bf06-55d5-47a3-8577-07a38c41e153): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4397 | 2024.12.20 21:14:58.250986 [ 271 ] {1bffb63c-6e3d-4fe1-ba49-a2d682925873} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4398 | 2024.12.20 21:14:58.251433 [ 271 ] {1bffb63c-6e3d-4fe1-ba49-a2d682925873} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4399 | 2024.12.20 21:14:58.251679 [ 271 ] {1bffb63c-6e3d-4fe1-ba49-a2d682925873} <Trace> oximeter.fields_string (a7c5bf06-55d5-47a3-8577-07a38c41e153): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4400 | 2024.12.20 21:14:58.251913 [ 271 ] {1bffb63c-6e3d-4fe1-ba49-a2d682925873} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.00194 sec., 28865.979381443296 rows/sec., 2.20 MiB/sec. | ||
| 4401 | 2024.12.20 21:14:58.251979 [ 271 ] {1bffb63c-6e3d-4fe1-ba49-a2d682925873} <Debug> TCPHandler: Processed in 0.002310366 sec. | ||
| 4402 | 2024.12.20 21:14:58.252234 [ 268 ] {} <Trace> TCP-Session: 32ce9d3e-b8ad-475f-aac7-ad7723c5f26e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4403 | 2024.12.20 21:14:58.252437 [ 268 ] {59dc945a-ff37-4696-b15e-f65fd2c1747b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56115) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4404 | 2024.12.20 21:14:58.252512 [ 268 ] {59dc945a-ff37-4696-b15e-f65fd2c1747b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4405 | 2024.12.20 21:14:58.253300 [ 268 ] {59dc945a-ff37-4696-b15e-f65fd2c1747b} <Trace> oximeter.fields_uuid (56c9adb2-48e9-46d9-87b0-c6a967c48154): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4406 | 2024.12.20 21:14:58.253353 [ 268 ] {59dc945a-ff37-4696-b15e-f65fd2c1747b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4407 | 2024.12.20 21:14:58.253820 [ 268 ] {59dc945a-ff37-4696-b15e-f65fd2c1747b} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4408 | 2024.12.20 21:14:58.254102 [ 268 ] {59dc945a-ff37-4696-b15e-f65fd2c1747b} <Trace> oximeter.fields_uuid (56c9adb2-48e9-46d9-87b0-c6a967c48154): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4409 | 2024.12.20 21:14:58.254347 [ 268 ] {59dc945a-ff37-4696-b15e-f65fd2c1747b} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001966 sec., 32553.407934893185 rows/sec., 2.54 MiB/sec. | ||
| 4410 | 2024.12.20 21:14:58.254406 [ 268 ] {59dc945a-ff37-4696-b15e-f65fd2c1747b} <Debug> TCPHandler: Processed in 0.002311797 sec. | ||
| 4411 | 2024.12.20 21:14:58.254570 [ 271 ] {} <Trace> TCP-Session: e0105509-de0e-4f00-abac-9be55a9e275c Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4412 | 2024.12.20 21:14:58.254696 [ 271 ] {00ced4fd-5c1a-4951-b969-bfa9d0cd221c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:38804) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4413 | 2024.12.20 21:14:58.254753 [ 271 ] {00ced4fd-5c1a-4951-b969-bfa9d0cd221c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4414 | 2024.12.20 21:14:58.255355 [ 271 ] {00ced4fd-5c1a-4951-b969-bfa9d0cd221c} <Trace> oximeter.measurements_cumulativeu64 (4b25041b-9433-4237-ab59-44afcaba2ba7): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4415 | 2024.12.20 21:14:58.255397 [ 271 ] {00ced4fd-5c1a-4951-b969-bfa9d0cd221c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4416 | 2024.12.20 21:14:58.255805 [ 271 ] {00ced4fd-5c1a-4951-b969-bfa9d0cd221c} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4417 | 2024.12.20 21:14:58.256039 [ 271 ] {00ced4fd-5c1a-4951-b969-bfa9d0cd221c} <Trace> oximeter.measurements_cumulativeu64 (4b25041b-9433-4237-ab59-44afcaba2ba7): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4418 | 2024.12.20 21:14:58.256291 [ 271 ] {00ced4fd-5c1a-4951-b969-bfa9d0cd221c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001621 sec., 98704.50339296731 rows/sec., 6.87 MiB/sec. | ||
| 4419 | 2024.12.20 21:14:58.256448 [ 271 ] {00ced4fd-5c1a-4951-b969-bfa9d0cd221c} <Debug> TCPHandler: Processed in 0.001930774 sec. | ||
| 4420 | 2024.12.20 21:14:58.256638 [ 268 ] {} <Trace> TCP-Session: 32ce9d3e-b8ad-475f-aac7-ad7723c5f26e Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4421 | 2024.12.20 21:14:58.256760 [ 268 ] {ce6410d1-da39-4958-875c-cab27ff8be54} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56115) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4422 | 2024.12.20 21:14:58.256812 [ 268 ] {ce6410d1-da39-4958-875c-cab27ff8be54} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4423 | 2024.12.20 21:14:58.257312 [ 268 ] {ce6410d1-da39-4958-875c-cab27ff8be54} <Trace> oximeter.measurements_u64 (18143310-3b17-415e-b30b-72754bf09621): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4424 | 2024.12.20 21:14:58.257353 [ 268 ] {ce6410d1-da39-4958-875c-cab27ff8be54} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4425 | 2024.12.20 21:14:58.257748 [ 268 ] {ce6410d1-da39-4958-875c-cab27ff8be54} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4426 | 2024.12.20 21:14:58.258001 [ 268 ] {ce6410d1-da39-4958-875c-cab27ff8be54} <Trace> oximeter.measurements_u64 (18143310-3b17-415e-b30b-72754bf09621): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4427 | 2024.12.20 21:14:58.258240 [ 268 ] {ce6410d1-da39-4958-875c-cab27ff8be54} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001501 sec., 39973.35109926716 rows/sec., 2.69 MiB/sec. | ||
| 4428 | 2024.12.20 21:14:58.258312 [ 268 ] {ce6410d1-da39-4958-875c-cab27ff8be54} <Debug> TCPHandler: Processed in 0.001767179 sec. | ||
| 4429 | 2024.12.20 21:14:59.694316 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 9638 | ||
| 4430 | 2024.12.20 21:14:59.694963 [ 244 ] {} <Trace> system.asynchronous_metric_log (7374c277-4ec6-4bc6-a92a-be2a3111abf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4431 | 2024.12.20 21:14:59.695014 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4432 | 2024.12.20 21:14:59.695537 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4433 | 2024.12.20 21:14:59.695793 [ 244 ] {} <Trace> system.asynchronous_metric_log (7374c277-4ec6-4bc6-a92a-be2a3111abf4): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4434 | 2024.12.20 21:14:59.696042 [ 90 ] {} <Debug> system.asynchronous_metric_log (7374c277-4ec6-4bc6-a92a-be2a3111abf4) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4435 | 2024.12.20 21:14:59.696078 [ 244 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9638 | ||
| 4436 | 2024.12.20 21:14:59.696138 [ 90 ] {} <Trace> system.asynchronous_metric_log (7374c277-4ec6-4bc6-a92a-be2a3111abf4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4437 | 2024.12.20 21:14:59.696168 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4438 | 2024.12.20 21:14:59.696287 [ 196 ] {7374c277-4ec6-4bc6-a92a-be2a3111abf4::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 | ||
| 4439 | 2024.12.20 21:14:59.696397 [ 196 ] {7374c277-4ec6-4bc6-a92a-be2a3111abf4::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4440 | 2024.12.20 21:14:59.696431 [ 196 ] {7374c277-4ec6-4bc6-a92a-be2a3111abf4::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 | ||
| 4441 | 2024.12.20 21:14:59.696507 [ 196 ] {7374c277-4ec6-4bc6-a92a-be2a3111abf4::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 | ||
| 4442 | 2024.12.20 21:14:59.696654 [ 196 ] {7374c277-4ec6-4bc6-a92a-be2a3111abf4::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 | ||
| 4443 | 2024.12.20 21:14:59.696978 [ 196 ] {7374c277-4ec6-4bc6-a92a-be2a3111abf4::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 | ||
| 4444 | 2024.12.20 21:14:59.697118 [ 196 ] {7374c277-4ec6-4bc6-a92a-be2a3111abf4::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 | ||
| 4445 | 2024.12.20 21:14:59.697358 [ 196 ] {7374c277-4ec6-4bc6-a92a-be2a3111abf4::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 | ||
| 4446 | 2024.12.20 21:14:59.699349 [ 190 ] {7374c277-4ec6-4bc6-a92a-be2a3111abf4::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9638 rows, containing 4 columns (4 merged, 0 gathered) in 0.003109824 sec., 3099210.759194089 rows/sec., 44.33 MiB/sec. | ||
| 4447 | 2024.12.20 21:14:59.699683 [ 194 ] {7374c277-4ec6-4bc6-a92a-be2a3111abf4::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4448 | 2024.12.20 21:14:59.700058 [ 194 ] {7374c277-4ec6-4bc6-a92a-be2a3111abf4::all_1_21_4} <Trace> system.asynchronous_metric_log (7374c277-4ec6-4bc6-a92a-be2a3111abf4): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4449 | 2024.12.20 21:14:59.700163 [ 194 ] {7374c277-4ec6-4bc6-a92a-be2a3111abf4::all_1_21_4} <Trace> system.asynchronous_metric_log (7374c277-4ec6-4bc6-a92a-be2a3111abf4) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4450 | 2024.12.20 21:14:59.700290 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB. | ||
| 4451 | 2024.12.20 21:15:00.317751 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159 | ||
| 4452 | 2024.12.20 21:15:00.339266 [ 243 ] {} <Trace> system.metric_log (76748c68-b196-4e56-a74b-50a33795b533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4453 | 2024.12.20 21:15:00.339341 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4454 | 2024.12.20 21:15:00.346917 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4455 | 2024.12.20 21:15:00.347776 [ 243 ] {} <Trace> system.metric_log (76748c68-b196-4e56-a74b-50a33795b533): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4456 | 2024.12.20 21:15:00.348198 [ 90 ] {} <Debug> system.metric_log (76748c68-b196-4e56-a74b-50a33795b533) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4457 | 2024.12.20 21:15:00.348316 [ 90 ] {} <Trace> system.metric_log (76748c68-b196-4e56-a74b-50a33795b533): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4458 | 2024.12.20 21:15:00.348380 [ 90 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 4459 | 2024.12.20 21:15:00.348827 [ 190 ] {76748c68-b196-4e56-a74b-50a33795b533::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 | ||
| 4460 | 2024.12.20 21:15:00.366717 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 159 | ||
| 4461 | 2024.12.20 21:15:00.367733 [ 190 ] {76748c68-b196-4e56-a74b-50a33795b533::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4462 | 2024.12.20 21:15:00.369026 [ 190 ] {76748c68-b196-4e56-a74b-50a33795b533::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 | ||
| 4463 | 2024.12.20 21:15:00.374387 [ 190 ] {76748c68-b196-4e56-a74b-50a33795b533::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 | ||
| 4464 | 2024.12.20 21:15:00.380531 [ 190 ] {76748c68-b196-4e56-a74b-50a33795b533::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 | ||
| 4465 | 2024.12.20 21:15:00.386456 [ 190 ] {76748c68-b196-4e56-a74b-50a33795b533::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 | ||
| 4466 | 2024.12.20 21:15:00.392381 [ 190 ] {76748c68-b196-4e56-a74b-50a33795b533::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 | ||
| 4467 | 2024.12.20 21:15:00.397221 [ 190 ] {76748c68-b196-4e56-a74b-50a33795b533::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 | ||
| 4468 | 2024.12.20 21:15:00.460951 [ 200 ] {76748c68-b196-4e56-a74b-50a33795b533::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.112395739 sec., 1414.6443754420263 rows/sec., 7.31 MiB/sec. | ||
| 4469 | 2024.12.20 21:15:00.463580 [ 191 ] {76748c68-b196-4e56-a74b-50a33795b533::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4470 | 2024.12.20 21:15:00.466545 [ 191 ] {76748c68-b196-4e56-a74b-50a33795b533::all_1_21_4} <Trace> system.metric_log (76748c68-b196-4e56-a74b-50a33795b533): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4471 | 2024.12.20 21:15:00.466670 [ 191 ] {76748c68-b196-4e56-a74b-50a33795b533::all_1_21_4} <Trace> system.metric_log (76748c68-b196-4e56-a74b-50a33795b533) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4472 | 2024.12.20 21:15:00.468982 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. | ||
| 4473 | 2024.12.20 21:15:01.001268 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 187.27 MiB, peak 197.84 MiB, free memory in arenas 0.00 B, will set to 189.04 MiB (RSS), difference: 1.77 MiB | ||