| 1 | [ Dec 13 20:57:27 Enabled. ] | ||
| 2 | [ Dec 13 20:57:27 Rereading configuration. ] | ||
| 3 | [ Dec 13 20:57:28 Rereading configuration. ] | ||
| 4 | [ Dec 13 20:57:29 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 13 20:57:29 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.13 20:57:30.658657 [ 1 ] {} <Information> Application: Will watch for the process with pid 23281 | ||
| 29 | 2024.12.13 20:57:30.659059 [ 1 ] {} <Information> Application: Forked a child process to watch | ||
| 30 | 2024.12.13 20:57:30.837398 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 23281 | ||
| 31 | 2024.12.13 20:57:30.838128 [ 1 ] {} <Information> Application: starting up | ||
| 32 | 2024.12.13 20:57:30.838796 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc | ||
| 33 | 2024.12.13 20:57:30.918246 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. | ||
| 34 | 2024.12.13 20:57:30.956234 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536 | ||
| 35 | 2024.12.13 20:57:30.956292 [ 1 ] {} <Debug> Application: Initializing DateLUT. | ||
| 36 | 2024.12.13 20:57:30.956308 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'. | ||
| 37 | 2024.12.13 20:57:30.956378 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it | ||
| 38 | 2024.12.13 20:57:30.956819 [ 1 ] {} <Debug> Application: Initializing interserver credentials. | ||
| 39 | 2024.12.13 20:57:30.958432 [ 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.13 20:57:30.959147 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
| 43 | 2024.12.13 20:57:30.959968 [ 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.13 20:57:30.959989 [ 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.13 20:57:30.960004 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB | ||
| 46 | 2024.12.13 20:57:30.960173 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 47 | 2024.12.13 20:57:30.961091 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads | ||
| 48 | 2024.12.13 20:57:30.966232 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 49 | 2024.12.13 20:57:30.967049 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 50 | 2024.12.13 20:57:30.968368 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 51 | 2024.12.13 20:57:30.968433 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
| 52 | 2024.12.13 20:57:30.969985 [ 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.13 20:57:30.970459 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
| 56 | 2024.12.13 20:57:30.974859 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
| 57 | 2024.12.13 20:57:30.975559 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml | ||
| 58 | 2024.12.13 20:57:30.977047 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin | ||
| 59 | 2024.12.13 20:57:30.977509 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 | ||
| 60 | 2024.12.13 20:57:30.977933 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 | ||
| 61 | 2024.12.13 20:57:30.978295 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 | ||
| 62 | 2024.12.13 20:57:30.979659 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds | ||
| 63 | 2024.12.13 20:57:30.979689 [ 1 ] {} <Information> Application: Loading metadata from /data/ | ||
| 64 | 2024.12.13 20:57:30.979767 [ 170 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 65 | 2024.12.13 20:57:30.979948 [ 170 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 66 | 2024.12.13 20:57:30.996003 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. | ||
| 67 | 2024.12.13 20:57:30.996033 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000163765 sec | ||
| 68 | 2024.12.13 20:57:30.996078 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 69 | 2024.12.13 20:57:30.996098 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 70 | 2024.12.13 20:57:30.996854 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables. | ||
| 71 | 2024.12.13 20:57:30.997448 [ 1 ] {} <Debug> SystemLog: Creating system.query_log from query_log | ||
| 72 | 2024.12.13 20:57:31.008398 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config | ||
| 73 | 2024.12.13 20:57:31.008445 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config | ||
| 74 | 2024.12.13 20:57:31.008465 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config | ||
| 75 | 2024.12.13 20:57:31.008477 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config | ||
| 76 | 2024.12.13 20:57:31.008507 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config | ||
| 77 | 2024.12.13 20:57:31.008527 [ 1 ] {} <Debug> SystemLog: Creating system.metric_log from metric_log | ||
| 78 | 2024.12.13 20:57:31.011111 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config | ||
| 79 | 2024.12.13 20:57:31.011155 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config | ||
| 80 | 2024.12.13 20:57:31.011176 [ 1 ] {} <Debug> SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log | ||
| 81 | 2024.12.13 20:57:31.011356 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config | ||
| 82 | 2024.12.13 20:57:31.011376 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config | ||
| 83 | 2024.12.13 20:57:31.011410 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config | ||
| 84 | 2024.12.13 20:57:31.011430 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config | ||
| 85 | 2024.12.13 20:57:31.011443 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config | ||
| 86 | 2024.12.13 20:57:31.011472 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config | ||
| 87 | 2024.12.13 20:57:31.011490 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config | ||
| 88 | 2024.12.13 20:57:31.038278 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. | ||
| 89 | 2024.12.13 20:57:31.043606 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. | ||
| 90 | 2024.12.13 20:57:31.043636 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 4.9251e-05 sec | ||
| 91 | 2024.12.13 20:57:31.043650 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 92 | 2024.12.13 20:57:31.043666 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 93 | 2024.12.13 20:57:31.043689 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables. | ||
| 94 | 2024.12.13 20:57:31.043892 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ | ||
| 95 | 2024.12.13 20:57:31.043937 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded | ||
| 96 | 2024.12.13 20:57:31.043950 [ 1 ] {} <Debug> Application: Loaded metadata. | ||
| 97 | 2024.12.13 20:57:31.043962 [ 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.13 20:57:31.043974 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled. | ||
| 99 | 2024.12.13 20:57:31.054408 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 100 | 2024.12.13 20:57:31.054624 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 24.78 MiB, peak 24.78 MiB, free memory in arenas 0.00 B, will set to 117.12 MiB (RSS), difference: 92.34 MiB | ||
| 101 | 2024.12.13 20:57:31.055548 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.451e-05 sec. | ||
| 102 | 2024.12.13 20:57:31.055946 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123 | ||
| 103 | 2024.12.13 20:57:31.056001 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 | ||
| 104 | 2024.12.13 20:57:31.056017 [ 1 ] {} <Information> Application: Ready for connections. | ||
| 105 | 2024.12.13 20:57:31.432482 [ 3 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37206 | ||
| 106 | 2024.12.13 20:57:31.432766 [ 3 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 107 | 2024.12.13 20:57:31.432827 [ 3 ] {} <Debug> TCP-Session: 4929e779-b314-4e84-9875-2d5b32351691 Authenticating user 'default' from [fd00:1122:3344:101::e]:37206 | ||
| 108 | 2024.12.13 20:57:31.432865 [ 3 ] {} <Debug> TCP-Session: 4929e779-b314-4e84-9875-2d5b32351691 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 109 | 2024.12.13 20:57:31.432891 [ 3 ] {} <Debug> TCP-Session: 4929e779-b314-4e84-9875-2d5b32351691 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 110 | 2024.12.13 20:57:31.432987 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 111 | 2024.12.13 20:57:31.433021 [ 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.13 20:57:31.433050 [ 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.13 20:57:31.435838 [ 4 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:49758 | ||
| 114 | 2024.12.13 20:57:31.435966 [ 4 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 115 | 2024.12.13 20:57:31.435998 [ 4 ] {} <Debug> TCP-Session: 359370c7-b1bd-4b47-9594-d7d6f8d8880e Authenticating user 'default' from [fd00:1122:3344:101::e]:49758 | ||
| 116 | 2024.12.13 20:57:31.436023 [ 4 ] {} <Debug> TCP-Session: 359370c7-b1bd-4b47-9594-d7d6f8d8880e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 117 | 2024.12.13 20:57:31.436051 [ 4 ] {} <Debug> TCP-Session: 359370c7-b1bd-4b47-9594-d7d6f8d8880e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 118 | 2024.12.13 20:57:31.436685 [ 253 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:51225 | ||
| 119 | 2024.12.13 20:57:31.436703 [ 5 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:55506 | ||
| 120 | 2024.12.13 20:57:31.436791 [ 253 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 121 | 2024.12.13 20:57:31.436885 [ 253 ] {} <Debug> TCP-Session: bf908693-dfbc-4b70-816b-d115627907bc Authenticating user 'default' from [fd00:1122:3344:101::e]:51225 | ||
| 122 | 2024.12.13 20:57:31.436941 [ 253 ] {} <Debug> TCP-Session: bf908693-dfbc-4b70-816b-d115627907bc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 123 | 2024.12.13 20:57:31.436989 [ 5 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 124 | 2024.12.13 20:57:31.436998 [ 255 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:34808 | ||
| 125 | 2024.12.13 20:57:31.437029 [ 253 ] {} <Debug> TCP-Session: bf908693-dfbc-4b70-816b-d115627907bc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 126 | 2024.12.13 20:57:31.437026 [ 254 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:44582 | ||
| 127 | 2024.12.13 20:57:31.437086 [ 5 ] {} <Debug> TCP-Session: c50f69d5-32f9-4da5-9b2d-0e29221c5608 Authenticating user 'default' from [fd00:1122:3344:101::e]:55506 | ||
| 128 | 2024.12.13 20:57:31.437257 [ 256 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:48666 | ||
| 129 | 2024.12.13 20:57:31.437311 [ 255 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 130 | 2024.12.13 20:57:31.437325 [ 5 ] {} <Debug> TCP-Session: c50f69d5-32f9-4da5-9b2d-0e29221c5608 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 131 | 2024.12.13 20:57:31.437293 [ 257 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:41787 | ||
| 132 | 2024.12.13 20:57:31.437360 [ 255 ] {} <Debug> TCP-Session: f8b3303c-52dc-45bc-973f-f77eaaeb92b6 Authenticating user 'default' from [fd00:1122:3344:101::e]:34808 | ||
| 133 | 2024.12.13 20:57:31.437487 [ 5 ] {} <Debug> TCP-Session: c50f69d5-32f9-4da5-9b2d-0e29221c5608 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 134 | 2024.12.13 20:57:31.437496 [ 256 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 135 | 2024.12.13 20:57:31.437659 [ 254 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 136 | 2024.12.13 20:57:31.437666 [ 255 ] {} <Debug> TCP-Session: f8b3303c-52dc-45bc-973f-f77eaaeb92b6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 137 | 2024.12.13 20:57:31.437700 [ 256 ] {} <Debug> TCP-Session: 724f6b8a-bc4f-492f-aebb-5549cbc43cf5 Authenticating user 'default' from [fd00:1122:3344:101::e]:48666 | ||
| 138 | 2024.12.13 20:57:31.437691 [ 257 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 139 | 2024.12.13 20:57:31.437815 [ 256 ] {} <Debug> TCP-Session: 724f6b8a-bc4f-492f-aebb-5549cbc43cf5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 140 | 2024.12.13 20:57:31.437820 [ 254 ] {} <Debug> TCP-Session: b0ba9b43-3e29-43a0-8229-ecf90c8abb62 Authenticating user 'default' from [fd00:1122:3344:101::e]:44582 | ||
| 141 | 2024.12.13 20:57:31.437800 [ 255 ] {} <Debug> TCP-Session: f8b3303c-52dc-45bc-973f-f77eaaeb92b6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 142 | 2024.12.13 20:57:31.437865 [ 257 ] {} <Debug> TCP-Session: 4bfec6d5-9b03-4074-892a-c3fe5bc148d9 Authenticating user 'default' from [fd00:1122:3344:101::e]:41787 | ||
| 143 | 2024.12.13 20:57:31.437879 [ 256 ] {} <Debug> TCP-Session: 724f6b8a-bc4f-492f-aebb-5549cbc43cf5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 144 | 2024.12.13 20:57:31.437913 [ 254 ] {} <Debug> TCP-Session: b0ba9b43-3e29-43a0-8229-ecf90c8abb62 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 145 | 2024.12.13 20:57:31.437936 [ 257 ] {} <Debug> TCP-Session: 4bfec6d5-9b03-4074-892a-c3fe5bc148d9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 146 | 2024.12.13 20:57:31.437996 [ 254 ] {} <Debug> TCP-Session: b0ba9b43-3e29-43a0-8229-ecf90c8abb62 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 147 | 2024.12.13 20:57:31.438096 [ 257 ] {} <Debug> TCP-Session: 4bfec6d5-9b03-4074-892a-c3fe5bc148d9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 148 | 2024.12.13 20:57:31.550861 [ 258 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:56690 | ||
| 149 | 2024.12.13 20:57:31.551004 [ 258 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 150 | 2024.12.13 20:57:31.551044 [ 258 ] {} <Debug> TCP-Session: e05b905f-2c5e-422a-94b2-168750f7eadb Authenticating user 'default' from [fd00:1122:3344:101::d]:56690 | ||
| 151 | 2024.12.13 20:57:31.551066 [ 258 ] {} <Debug> TCP-Session: e05b905f-2c5e-422a-94b2-168750f7eadb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 152 | 2024.12.13 20:57:31.551080 [ 258 ] {} <Debug> TCP-Session: e05b905f-2c5e-422a-94b2-168750f7eadb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 153 | 2024.12.13 20:57:31.551148 [ 258 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 154 | 2024.12.13 20:57:31.551174 [ 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.13 20:57:31.551199 [ 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.13 20:57:31.551590 [ 259 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:48203 | ||
| 157 | 2024.12.13 20:57:31.551754 [ 259 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 158 | 2024.12.13 20:57:31.551796 [ 259 ] {} <Debug> TCP-Session: d79a3d6b-0edc-42e9-a1ce-6df01cc82cf4 Authenticating user 'default' from [fd00:1122:3344:101::d]:48203 | ||
| 159 | 2024.12.13 20:57:31.551822 [ 260 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:51902 | ||
| 160 | 2024.12.13 20:57:31.551850 [ 259 ] {} <Debug> TCP-Session: d79a3d6b-0edc-42e9-a1ce-6df01cc82cf4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 161 | 2024.12.13 20:57:31.551823 [ 261 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:61088 | ||
| 162 | 2024.12.13 20:57:31.551890 [ 259 ] {} <Debug> TCP-Session: d79a3d6b-0edc-42e9-a1ce-6df01cc82cf4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 163 | 2024.12.13 20:57:31.552062 [ 262 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:57603 | ||
| 164 | 2024.12.13 20:57:31.552072 [ 260 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 165 | 2024.12.13 20:57:31.552209 [ 260 ] {} <Debug> TCP-Session: ca70191b-e5be-4f98-88af-5b7cdb850f36 Authenticating user 'default' from [fd00:1122:3344:101::d]:51902 | ||
| 166 | 2024.12.13 20:57:31.552258 [ 263 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:64287 | ||
| 167 | 2024.12.13 20:57:31.552389 [ 264 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:58442 | ||
| 168 | 2024.12.13 20:57:31.552407 [ 260 ] {} <Debug> TCP-Session: ca70191b-e5be-4f98-88af-5b7cdb850f36 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 169 | 2024.12.13 20:57:31.552432 [ 261 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 170 | 2024.12.13 20:57:31.552412 [ 262 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 171 | 2024.12.13 20:57:31.553554 [ 264 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 172 | 2024.12.13 20:57:31.553572 [ 261 ] {} <Debug> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Authenticating user 'default' from [fd00:1122:3344:101::d]:61088 | ||
| 173 | 2024.12.13 20:57:31.553573 [ 263 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 174 | 2024.12.13 20:57:31.553471 [ 260 ] {} <Debug> TCP-Session: ca70191b-e5be-4f98-88af-5b7cdb850f36 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 175 | 2024.12.13 20:57:31.553643 [ 262 ] {} <Debug> TCP-Session: ba79f2ea-3c39-4a82-87ed-b4543bed5a08 Authenticating user 'default' from [fd00:1122:3344:101::d]:57603 | ||
| 176 | 2024.12.13 20:57:31.554494 [ 266 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:46745 | ||
| 177 | 2024.12.13 20:57:31.553405 [ 265 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:57485 | ||
| 178 | 2024.12.13 20:57:31.554518 [ 264 ] {} <Debug> TCP-Session: 14df280d-9d7b-4602-aca0-ed898da4b934 Authenticating user 'default' from [fd00:1122:3344:101::d]:58442 | ||
| 179 | 2024.12.13 20:57:31.554553 [ 262 ] {} <Debug> TCP-Session: ba79f2ea-3c39-4a82-87ed-b4543bed5a08 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 180 | 2024.12.13 20:57:31.554555 [ 263 ] {} <Debug> TCP-Session: 4c9e6d3e-f1e5-4587-98a4-c6668684c8fb Authenticating user 'default' from [fd00:1122:3344:101::d]:64287 | ||
| 181 | 2024.12.13 20:57:31.554885 [ 265 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 182 | 2024.12.13 20:57:31.554878 [ 258 ] {} <Trace> TCP-Session: e05b905f-2c5e-422a-94b2-168750f7eadb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 183 | 2024.12.13 20:57:31.554932 [ 262 ] {} <Debug> TCP-Session: ba79f2ea-3c39-4a82-87ed-b4543bed5a08 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 184 | 2024.12.13 20:57:31.554951 [ 266 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 185 | 2024.12.13 20:57:31.554975 [ 264 ] {} <Debug> TCP-Session: 14df280d-9d7b-4602-aca0-ed898da4b934 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 186 | 2024.12.13 20:57:31.554880 [ 263 ] {} <Debug> TCP-Session: 4c9e6d3e-f1e5-4587-98a4-c6668684c8fb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 187 | 2024.12.13 20:57:31.555021 [ 265 ] {} <Debug> TCP-Session: d682b4d1-7596-4ad9-85fe-65c44932f598 Authenticating user 'default' from [fd00:1122:3344:101::d]:57485 | ||
| 188 | 2024.12.13 20:57:31.555050 [ 264 ] {} <Debug> TCP-Session: 14df280d-9d7b-4602-aca0-ed898da4b934 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 189 | 2024.12.13 20:57:31.553682 [ 261 ] {} <Debug> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 190 | 2024.12.13 20:57:31.555227 [ 266 ] {} <Debug> TCP-Session: 35450b2d-24be-4e42-82e2-6d97ae0f7924 Authenticating user 'default' from [fd00:1122:3344:101::d]:46745 | ||
| 191 | 2024.12.13 20:57:31.555207 [ 265 ] {} <Debug> TCP-Session: d682b4d1-7596-4ad9-85fe-65c44932f598 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 192 | 2024.12.13 20:57:31.555277 [ 261 ] {} <Debug> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 193 | 2024.12.13 20:57:31.555296 [ 263 ] {} <Debug> TCP-Session: 4c9e6d3e-f1e5-4587-98a4-c6668684c8fb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 194 | 2024.12.13 20:57:31.555332 [ 266 ] {} <Debug> TCP-Session: 35450b2d-24be-4e42-82e2-6d97ae0f7924 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 195 | 2024.12.13 20:57:31.555330 [ 265 ] {} <Debug> TCP-Session: d682b4d1-7596-4ad9-85fe-65c44932f598 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 196 | 2024.12.13 20:57:31.555471 [ 266 ] {} <Debug> TCP-Session: 35450b2d-24be-4e42-82e2-6d97ae0f7924 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 197 | 2024.12.13 20:57:31.558912 [ 258 ] {f852486d-0548-49fd-b810-0d9fdbde2fa2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56690) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
| 198 | 2024.12.13 20:57:31.609784 [ 258 ] {f852486d-0548-49fd-b810-0d9fdbde2fa2} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:56690) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
| 199 | |||
| 200 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 201 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 202 | 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 | ||
| 203 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 204 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 205 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 206 | 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 | ||
| 207 | 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 | ||
| 208 | 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 | ||
| 209 | 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 | ||
| 210 | 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 | ||
| 211 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 212 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 213 | 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 | ||
| 214 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 215 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 216 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 217 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 218 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 219 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 220 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 221 | |||
| 222 | 2024.12.13 20:57:31.610737 [ 267 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:48192 | ||
| 223 | 2024.12.13 20:57:31.610794 [ 258 ] {f852486d-0548-49fd-b810-0d9fdbde2fa2} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
| 224 | |||
| 225 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 226 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 227 | 2. DB::Exception::Exception<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >(int, FormatStringHelperImpl<std::type_identity<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > >::type>, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >&&) @ 0x000000000aa2f697 in /opt/oxide/clickhouse/clickhouse | ||
| 228 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 229 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 230 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 231 | 6. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, std::optional<DB::Pipe>, std::shared_ptr<DB::IStorage> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, std::shared_ptr<DB::StorageInMemoryMetadata const> const&, std::shared_ptr<DB::PreparedSets>) @ 0x0000000014f910c1 in /opt/oxide/clickhouse/clickhouse | ||
| 232 | 7. DB::InterpreterSelectQuery::InterpreterSelectQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context> const&, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014f8f926 in /opt/oxide/clickhouse/clickhouse | ||
| 233 | 8. DB::InterpreterSelectWithUnionQuery::buildCurrentChildInterpreter(std::shared_ptr<DB::IAST> const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fde706 in /opt/oxide/clickhouse/clickhouse | ||
| 234 | 9. DB::InterpreterSelectWithUnionQuery::InterpreterSelectWithUnionQuery(std::shared_ptr<DB::IAST> const&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&, std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&) @ 0x0000000014fdd443 in /opt/oxide/clickhouse/clickhouse | ||
| 235 | 10. std::__detail::_MakeUniq<DB::InterpreterSelectWithUnionQuery>::__single_object std::make_unique<DB::InterpreterSelectWithUnionQuery, std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&>(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>&, DB::SelectQueryOptions const&) @ 0x0000000014f67dc7 in /opt/oxide/clickhouse/clickhouse | ||
| 236 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 237 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 238 | 13. DB::executeQuery(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum) @ 0x0000000015186706 in /opt/oxide/clickhouse/clickhouse | ||
| 239 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 240 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 241 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 242 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 243 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 244 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 245 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 246 | |||
| 247 | 2024.12.13 20:57:31.610913 [ 267 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 248 | 2024.12.13 20:57:31.610956 [ 267 ] {} <Debug> TCP-Session: 9eeb538b-2380-49a2-a999-e88d394711fd Authenticating user 'default' from [fd00:1122:3344:101::b]:48192 | ||
| 249 | 2024.12.13 20:57:31.611039 [ 267 ] {} <Debug> TCP-Session: 9eeb538b-2380-49a2-a999-e88d394711fd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 250 | 2024.12.13 20:57:31.611072 [ 258 ] {f852486d-0548-49fd-b810-0d9fdbde2fa2} <Debug> TCPHandler: Processed in 0.058736783 sec. | ||
| 251 | 2024.12.13 20:57:31.611141 [ 267 ] {} <Debug> TCP-Session: 9eeb538b-2380-49a2-a999-e88d394711fd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 252 | 2024.12.13 20:57:31.611195 [ 267 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 253 | 2024.12.13 20:57:31.611295 [ 267 ] {} <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 | ||
| 254 | 2024.12.13 20:57:31.611315 [ 267 ] {} <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 | ||
| 255 | 2024.12.13 20:57:31.611395 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 256 | 2024.12.13 20:57:31.611661 [ 261 ] {bc5f6278-9eef-459d-82f9-5d1155d0e5d6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
| 257 | 2024.12.13 20:57:31.612004 [ 261 ] {bc5f6278-9eef-459d-82f9-5d1155d0e5d6} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:61088) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
| 258 | |||
| 259 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 260 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 261 | 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 | ||
| 262 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 263 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 264 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 265 | 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 | ||
| 266 | 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 | ||
| 267 | 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 | ||
| 268 | 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 | ||
| 269 | 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 | ||
| 270 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 271 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 272 | 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 | ||
| 273 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 274 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 275 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 276 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 277 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 278 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 279 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 280 | |||
| 281 | 2024.12.13 20:57:31.612280 [ 261 ] {bc5f6278-9eef-459d-82f9-5d1155d0e5d6} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
| 282 | |||
| 283 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 284 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 285 | 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 | ||
| 286 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 287 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 288 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 289 | 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 | ||
| 290 | 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 | ||
| 291 | 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 | ||
| 292 | 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 | ||
| 293 | 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 | ||
| 294 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 295 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 296 | 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 | ||
| 297 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 298 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 299 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 300 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 301 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 302 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 303 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 304 | |||
| 305 | 2024.12.13 20:57:31.612513 [ 261 ] {bc5f6278-9eef-459d-82f9-5d1155d0e5d6} <Debug> TCPHandler: Processed in 0.001253553 sec. | ||
| 306 | 2024.12.13 20:57:31.612940 [ 268 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:63434 | ||
| 307 | 2024.12.13 20:57:31.613023 [ 269 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:58491 | ||
| 308 | 2024.12.13 20:57:31.613102 [ 268 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 309 | 2024.12.13 20:57:31.613115 [ 270 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:50726 | ||
| 310 | 2024.12.13 20:57:31.613236 [ 271 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:40144 | ||
| 311 | 2024.12.13 20:57:31.613246 [ 269 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 312 | 2024.12.13 20:57:31.613243 [ 268 ] {} <Debug> TCP-Session: 8a166d5c-0af3-421b-94c4-56a58b02a881 Authenticating user 'default' from [fd00:1122:3344:101::b]:63434 | ||
| 313 | 2024.12.13 20:57:31.613316 [ 272 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:56271 | ||
| 314 | 2024.12.13 20:57:31.613338 [ 268 ] {} <Debug> TCP-Session: 8a166d5c-0af3-421b-94c4-56a58b02a881 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 315 | 2024.12.13 20:57:31.613395 [ 269 ] {} <Debug> TCP-Session: a13458ae-c130-4d91-87bc-e85d48b051d9 Authenticating user 'default' from [fd00:1122:3344:101::b]:58491 | ||
| 316 | 2024.12.13 20:57:31.613545 [ 273 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:57644 | ||
| 317 | 2024.12.13 20:57:31.613568 [ 269 ] {} <Debug> TCP-Session: a13458ae-c130-4d91-87bc-e85d48b051d9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 318 | 2024.12.13 20:57:31.613553 [ 268 ] {} <Debug> TCP-Session: 8a166d5c-0af3-421b-94c4-56a58b02a881 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 319 | 2024.12.13 20:57:31.613925 [ 271 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 320 | 2024.12.13 20:57:31.613907 [ 274 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:62923 | ||
| 321 | 2024.12.13 20:57:31.613973 [ 269 ] {} <Debug> TCP-Session: a13458ae-c130-4d91-87bc-e85d48b051d9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 322 | 2024.12.13 20:57:31.613929 [ 272 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 323 | 2024.12.13 20:57:31.614120 [ 271 ] {} <Debug> TCP-Session: a8441351-0b70-48b0-83ed-15e808553147 Authenticating user 'default' from [fd00:1122:3344:101::b]:40144 | ||
| 324 | 2024.12.13 20:57:31.614213 [ 272 ] {} <Debug> TCP-Session: 574b4be2-4c02-4ae4-abb9-f17fed605e53 Authenticating user 'default' from [fd00:1122:3344:101::b]:56271 | ||
| 325 | 2024.12.13 20:57:31.614366 [ 271 ] {} <Debug> TCP-Session: a8441351-0b70-48b0-83ed-15e808553147 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 326 | 2024.12.13 20:57:31.614367 [ 272 ] {} <Debug> TCP-Session: 574b4be2-4c02-4ae4-abb9-f17fed605e53 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 327 | 2024.12.13 20:57:31.614401 [ 271 ] {} <Debug> TCP-Session: a8441351-0b70-48b0-83ed-15e808553147 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 328 | 2024.12.13 20:57:31.614391 [ 274 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 329 | 2024.12.13 20:57:31.614515 [ 272 ] {} <Debug> TCP-Session: 574b4be2-4c02-4ae4-abb9-f17fed605e53 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 330 | 2024.12.13 20:57:31.614531 [ 274 ] {} <Debug> TCP-Session: 437fb766-5b41-4884-b14b-8822b9cb8474 Authenticating user 'default' from [fd00:1122:3344:101::b]:62923 | ||
| 331 | 2024.12.13 20:57:31.614658 [ 274 ] {} <Debug> TCP-Session: 437fb766-5b41-4884-b14b-8822b9cb8474 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 332 | 2024.12.13 20:57:31.614687 [ 274 ] {} <Debug> TCP-Session: 437fb766-5b41-4884-b14b-8822b9cb8474 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 333 | 2024.12.13 20:57:31.614897 [ 258 ] {} <Trace> TCP-Session: e05b905f-2c5e-422a-94b2-168750f7eadb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 334 | 2024.12.13 20:57:31.616294 [ 258 ] {225ef4ce-8054-4282-9bcc-482d49c38508} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56690) DROP DATABASE IF EXISTS oximeter (stage: Complete) | ||
| 335 | 2024.12.13 20:57:31.616988 [ 258 ] {225ef4ce-8054-4282-9bcc-482d49c38508} <Debug> TCPHandler: Processed in 0.002253179 sec. | ||
| 336 | 2024.12.13 20:57:31.617299 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 337 | 2024.12.13 20:57:31.617436 [ 261 ] {dce9698e-239c-4168-9fbf-612e3532e8ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) | ||
| 338 | 2024.12.13 20:57:31.617546 [ 261 ] {dce9698e-239c-4168-9fbf-612e3532e8ec} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* | ||
| 339 | 2024.12.13 20:57:31.622588 [ 261 ] {dce9698e-239c-4168-9fbf-612e3532e8ec} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. | ||
| 340 | 2024.12.13 20:57:31.622611 [ 261 ] {dce9698e-239c-4168-9fbf-612e3532e8ec} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.6041e-05 sec | ||
| 341 | 2024.12.13 20:57:31.622626 [ 261 ] {dce9698e-239c-4168-9fbf-612e3532e8ec} <Trace> ReferentialDeps: No tables | ||
| 342 | 2024.12.13 20:57:31.622706 [ 261 ] {dce9698e-239c-4168-9fbf-612e3532e8ec} <Trace> LoadingDeps: No tables | ||
| 343 | 2024.12.13 20:57:31.622751 [ 261 ] {dce9698e-239c-4168-9fbf-612e3532e8ec} <Information> DatabaseAtomic (oximeter): Starting up tables. | ||
| 344 | 2024.12.13 20:57:31.622839 [ 261 ] {dce9698e-239c-4168-9fbf-612e3532e8ec} <Debug> TCPHandler: Processed in 0.005610785 sec. | ||
| 345 | 2024.12.13 20:57:31.623041 [ 258 ] {} <Trace> TCP-Session: e05b905f-2c5e-422a-94b2-168750f7eadb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 346 | 2024.12.13 20:57:31.623358 [ 258 ] {918ff190-b610-4ce3-b2b4-8565b3eff6ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56690) /* The version table contains metadata about the `oximeter` database */ | ||
| 347 | CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete) | ||
| 348 | 2024.12.13 20:57:31.623430 [ 258 ] {918ff190-b610-4ce3-b2b4-8565b3eff6ab} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version | ||
| 349 | 2024.12.13 20:57:31.623873 [ 273 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 350 | 2024.12.13 20:57:31.623913 [ 273 ] {} <Debug> TCP-Session: 17d39948-58bc-43f8-acc6-9781932a3af6 Authenticating user 'default' from [fd00:1122:3344:101::b]:57644 | ||
| 351 | 2024.12.13 20:57:31.623933 [ 273 ] {} <Debug> TCP-Session: 17d39948-58bc-43f8-acc6-9781932a3af6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 352 | 2024.12.13 20:57:31.624033 [ 273 ] {} <Debug> TCP-Session: 17d39948-58bc-43f8-acc6-9781932a3af6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 353 | 2024.12.13 20:57:31.627058 [ 270 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 354 | 2024.12.13 20:57:31.627106 [ 270 ] {} <Debug> TCP-Session: 82bfe129-c7f1-481e-8623-d7d45bd4d052 Authenticating user 'default' from [fd00:1122:3344:101::b]:50726 | ||
| 355 | 2024.12.13 20:57:31.627222 [ 270 ] {} <Debug> TCP-Session: 82bfe129-c7f1-481e-8623-d7d45bd4d052 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 356 | 2024.12.13 20:57:31.627239 [ 270 ] {} <Debug> TCP-Session: 82bfe129-c7f1-481e-8623-d7d45bd4d052 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 357 | 2024.12.13 20:57:31.632125 [ 258 ] {918ff190-b610-4ce3-b2b4-8565b3eff6ab} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1 | ||
| 358 | 2024.12.13 20:57:31.638839 [ 258 ] {918ff190-b610-4ce3-b2b4-8565b3eff6ab} <Debug> oximeter.version (a841ace9-1f5f-4f95-a7ea-66caa5d691a9): Loading data parts | ||
| 359 | 2024.12.13 20:57:31.639310 [ 258 ] {918ff190-b610-4ce3-b2b4-8565b3eff6ab} <Debug> oximeter.version (a841ace9-1f5f-4f95-a7ea-66caa5d691a9): There are no data parts | ||
| 360 | 2024.12.13 20:57:31.645953 [ 258 ] {918ff190-b610-4ce3-b2b4-8565b3eff6ab} <Debug> TCPHandler: Processed in 0.022981256 sec. | ||
| 361 | 2024.12.13 20:57:31.646267 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 362 | 2024.12.13 20:57:31.646607 [ 261 ] {e25c38be-a86e-4b0b-9896-0902d11ba543} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) /* 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.13 20:57:31.646749 [ 261 ] {e25c38be-a86e-4b0b-9896-0902d11ba543} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool | ||
| 374 | 2024.12.13 20:57:31.660718 [ 261 ] {e25c38be-a86e-4b0b-9896-0902d11ba543} <Debug> oximeter.measurements_bool (e2b503a0-fc05-44eb-86c2-76ac8cc47d1a): Loading data parts | ||
| 375 | 2024.12.13 20:57:31.660989 [ 261 ] {e25c38be-a86e-4b0b-9896-0902d11ba543} <Debug> oximeter.measurements_bool (e2b503a0-fc05-44eb-86c2-76ac8cc47d1a): There are no data parts | ||
| 376 | 2024.12.13 20:57:31.670859 [ 261 ] {e25c38be-a86e-4b0b-9896-0902d11ba543} <Debug> TCPHandler: Processed in 0.02468474 sec. | ||
| 377 | 2024.12.13 20:57:31.671179 [ 258 ] {} <Trace> TCP-Session: e05b905f-2c5e-422a-94b2-168750f7eadb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 378 | 2024.12.13 20:57:31.671449 [ 258 ] {edb0e4a4-6487-49bb-abed-26ef3d0615bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56690) 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.13 20:57:31.671617 [ 258 ] {edb0e4a4-6487-49bb-abed-26ef3d0615bb} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 | ||
| 380 | 2024.12.13 20:57:31.677506 [ 258 ] {edb0e4a4-6487-49bb-abed-26ef3d0615bb} <Debug> oximeter.measurements_i8 (2dcff19a-8091-4913-bad4-49f5135fe599): Loading data parts | ||
| 381 | 2024.12.13 20:57:31.677703 [ 258 ] {edb0e4a4-6487-49bb-abed-26ef3d0615bb} <Debug> oximeter.measurements_i8 (2dcff19a-8091-4913-bad4-49f5135fe599): There are no data parts | ||
| 382 | 2024.12.13 20:57:31.679854 [ 258 ] {edb0e4a4-6487-49bb-abed-26ef3d0615bb} <Debug> TCPHandler: Processed in 0.008801908 sec. | ||
| 383 | 2024.12.13 20:57:31.680100 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 384 | 2024.12.13 20:57:31.680442 [ 261 ] {f4be7241-2d68-487f-b493-63f4f516c4db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) 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.13 20:57:31.680578 [ 261 ] {f4be7241-2d68-487f-b493-63f4f516c4db} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 | ||
| 386 | 2024.12.13 20:57:31.689888 [ 261 ] {f4be7241-2d68-487f-b493-63f4f516c4db} <Debug> oximeter.measurements_u8 (c215abcb-9392-40a2-bf5d-d8d154f39320): Loading data parts | ||
| 387 | 2024.12.13 20:57:31.690082 [ 261 ] {f4be7241-2d68-487f-b493-63f4f516c4db} <Debug> oximeter.measurements_u8 (c215abcb-9392-40a2-bf5d-d8d154f39320): There are no data parts | ||
| 388 | 2024.12.13 20:57:31.693872 [ 261 ] {f4be7241-2d68-487f-b493-63f4f516c4db} <Debug> TCPHandler: Processed in 0.01386722 sec. | ||
| 389 | 2024.12.13 20:57:31.694108 [ 258 ] {} <Trace> TCP-Session: e05b905f-2c5e-422a-94b2-168750f7eadb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 390 | 2024.12.13 20:57:31.694336 [ 258 ] {5f1a32fa-1abb-4c32-aba2-d55d0d5071ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56690) 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.13 20:57:31.694483 [ 258 ] {5f1a32fa-1abb-4c32-aba2-d55d0d5071ad} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 | ||
| 392 | 2024.12.13 20:57:31.699250 [ 258 ] {5f1a32fa-1abb-4c32-aba2-d55d0d5071ad} <Debug> oximeter.measurements_i16 (c6b9c0bb-f964-4424-b765-234d74ab4d76): Loading data parts | ||
| 393 | 2024.12.13 20:57:31.699416 [ 258 ] {5f1a32fa-1abb-4c32-aba2-d55d0d5071ad} <Debug> oximeter.measurements_i16 (c6b9c0bb-f964-4424-b765-234d74ab4d76): There are no data parts | ||
| 394 | 2024.12.13 20:57:31.703174 [ 258 ] {5f1a32fa-1abb-4c32-aba2-d55d0d5071ad} <Debug> TCPHandler: Processed in 0.009137927 sec. | ||
| 395 | 2024.12.13 20:57:31.703407 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 396 | 2024.12.13 20:57:31.703779 [ 261 ] {e4bee315-05c7-43f4-870a-95f4353b51cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) 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.13 20:57:31.703928 [ 261 ] {e4bee315-05c7-43f4-870a-95f4353b51cc} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 | ||
| 398 | 2024.12.13 20:57:31.706298 [ 261 ] {e4bee315-05c7-43f4-870a-95f4353b51cc} <Debug> oximeter.measurements_u16 (4b461ec4-c541-4390-8382-05f0d4390495): Loading data parts | ||
| 399 | 2024.12.13 20:57:31.706467 [ 261 ] {e4bee315-05c7-43f4-870a-95f4353b51cc} <Debug> oximeter.measurements_u16 (4b461ec4-c541-4390-8382-05f0d4390495): There are no data parts | ||
| 400 | 2024.12.13 20:57:31.710709 [ 261 ] {e4bee315-05c7-43f4-870a-95f4353b51cc} <Debug> TCPHandler: Processed in 0.007369572 sec. | ||
| 401 | 2024.12.13 20:57:31.710927 [ 258 ] {} <Trace> TCP-Session: e05b905f-2c5e-422a-94b2-168750f7eadb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 402 | 2024.12.13 20:57:31.711179 [ 258 ] {d59bba23-24bd-422d-a368-6197837b1ace} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56690) 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.13 20:57:31.711337 [ 258 ] {d59bba23-24bd-422d-a368-6197837b1ace} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 | ||
| 404 | 2024.12.13 20:57:31.713643 [ 258 ] {d59bba23-24bd-422d-a368-6197837b1ace} <Debug> oximeter.measurements_i32 (05aec7a5-f0e7-4865-ac31-5533d393b552): Loading data parts | ||
| 405 | 2024.12.13 20:57:31.713854 [ 258 ] {d59bba23-24bd-422d-a368-6197837b1ace} <Debug> oximeter.measurements_i32 (05aec7a5-f0e7-4865-ac31-5533d393b552): There are no data parts | ||
| 406 | 2024.12.13 20:57:31.717733 [ 258 ] {d59bba23-24bd-422d-a368-6197837b1ace} <Debug> TCPHandler: Processed in 0.006875249 sec. | ||
| 407 | 2024.12.13 20:57:31.717946 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 408 | 2024.12.13 20:57:31.718302 [ 261 ] {9b420b39-2562-459d-9dc4-74ca04d74718} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) 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.13 20:57:31.718446 [ 261 ] {9b420b39-2562-459d-9dc4-74ca04d74718} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 | ||
| 410 | 2024.12.13 20:57:31.720616 [ 261 ] {9b420b39-2562-459d-9dc4-74ca04d74718} <Debug> oximeter.measurements_u32 (8eb87536-e551-405e-a4c0-62e13c3915c1): Loading data parts | ||
| 411 | 2024.12.13 20:57:31.720795 [ 261 ] {9b420b39-2562-459d-9dc4-74ca04d74718} <Debug> oximeter.measurements_u32 (8eb87536-e551-405e-a4c0-62e13c3915c1): There are no data parts | ||
| 412 | 2024.12.13 20:57:31.724622 [ 261 ] {9b420b39-2562-459d-9dc4-74ca04d74718} <Debug> TCPHandler: Processed in 0.006739745 sec. | ||
| 413 | 2024.12.13 20:57:31.724827 [ 258 ] {} <Trace> TCP-Session: e05b905f-2c5e-422a-94b2-168750f7eadb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 414 | 2024.12.13 20:57:31.725078 [ 258 ] {f4fa6b0f-ab4c-413c-a03c-d19b3c554fd3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56690) 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.13 20:57:31.725237 [ 258 ] {f4fa6b0f-ab4c-413c-a03c-d19b3c554fd3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 | ||
| 416 | 2024.12.13 20:57:31.727352 [ 258 ] {f4fa6b0f-ab4c-413c-a03c-d19b3c554fd3} <Debug> oximeter.measurements_i64 (bb6b3368-35c1-421d-9f64-f86620be7625): Loading data parts | ||
| 417 | 2024.12.13 20:57:31.727593 [ 258 ] {f4fa6b0f-ab4c-413c-a03c-d19b3c554fd3} <Debug> oximeter.measurements_i64 (bb6b3368-35c1-421d-9f64-f86620be7625): There are no data parts | ||
| 418 | 2024.12.13 20:57:31.731625 [ 258 ] {f4fa6b0f-ab4c-413c-a03c-d19b3c554fd3} <Debug> TCPHandler: Processed in 0.006865148 sec. | ||
| 419 | 2024.12.13 20:57:31.731837 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 420 | 2024.12.13 20:57:31.732195 [ 261 ] {a5154644-b6e2-46f6-8bb0-04721b441169} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) 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.13 20:57:31.732329 [ 261 ] {a5154644-b6e2-46f6-8bb0-04721b441169} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 | ||
| 422 | 2024.12.13 20:57:31.734347 [ 261 ] {a5154644-b6e2-46f6-8bb0-04721b441169} <Debug> oximeter.measurements_u64 (cc3a5477-acbd-4caa-813d-ff4981ce9df1): Loading data parts | ||
| 423 | 2024.12.13 20:57:31.734534 [ 261 ] {a5154644-b6e2-46f6-8bb0-04721b441169} <Debug> oximeter.measurements_u64 (cc3a5477-acbd-4caa-813d-ff4981ce9df1): There are no data parts | ||
| 424 | 2024.12.13 20:57:31.741571 [ 261 ] {a5154644-b6e2-46f6-8bb0-04721b441169} <Debug> TCPHandler: Processed in 0.009799784 sec. | ||
| 425 | 2024.12.13 20:57:31.741774 [ 258 ] {} <Trace> TCP-Session: e05b905f-2c5e-422a-94b2-168750f7eadb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 426 | 2024.12.13 20:57:31.742024 [ 258 ] {30c9c140-750d-4754-a910-ddb3f850d646} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56690) 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.13 20:57:31.742170 [ 258 ] {30c9c140-750d-4754-a910-ddb3f850d646} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 | ||
| 428 | 2024.12.13 20:57:31.745738 [ 258 ] {30c9c140-750d-4754-a910-ddb3f850d646} <Debug> oximeter.measurements_f32 (2d9231d5-570f-4d5f-82c1-77f8fb018270): Loading data parts | ||
| 429 | 2024.12.13 20:57:31.745966 [ 258 ] {30c9c140-750d-4754-a910-ddb3f850d646} <Debug> oximeter.measurements_f32 (2d9231d5-570f-4d5f-82c1-77f8fb018270): There are no data parts | ||
| 430 | 2024.12.13 20:57:31.748569 [ 258 ] {30c9c140-750d-4754-a910-ddb3f850d646} <Debug> TCPHandler: Processed in 0.006863798 sec. | ||
| 431 | 2024.12.13 20:57:31.748799 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 432 | 2024.12.13 20:57:31.749183 [ 261 ] {616fdf66-370e-4867-ac1d-eadbaf9621af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) 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.13 20:57:31.749345 [ 261 ] {616fdf66-370e-4867-ac1d-eadbaf9621af} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 | ||
| 434 | 2024.12.13 20:57:31.760998 [ 261 ] {616fdf66-370e-4867-ac1d-eadbaf9621af} <Debug> oximeter.measurements_f64 (e63d307a-4800-4395-92a7-5a221df216fb): Loading data parts | ||
| 435 | 2024.12.13 20:57:31.761171 [ 261 ] {616fdf66-370e-4867-ac1d-eadbaf9621af} <Debug> oximeter.measurements_f64 (e63d307a-4800-4395-92a7-5a221df216fb): There are no data parts | ||
| 436 | 2024.12.13 20:57:31.768359 [ 261 ] {616fdf66-370e-4867-ac1d-eadbaf9621af} <Debug> TCPHandler: Processed in 0.019626829 sec. | ||
| 437 | 2024.12.13 20:57:31.768577 [ 258 ] {} <Trace> TCP-Session: e05b905f-2c5e-422a-94b2-168750f7eadb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 438 | 2024.12.13 20:57:31.768792 [ 258 ] {7e337e47-dade-4270-908a-6e46de3b1ffa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56690) 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.13 20:57:31.768925 [ 258 ] {7e337e47-dade-4270-908a-6e46de3b1ffa} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string | ||
| 440 | 2024.12.13 20:57:31.779618 [ 258 ] {7e337e47-dade-4270-908a-6e46de3b1ffa} <Debug> oximeter.measurements_string (c19603f3-96a5-4b98-a7e7-a05158d371eb): Loading data parts | ||
| 441 | 2024.12.13 20:57:31.779871 [ 258 ] {7e337e47-dade-4270-908a-6e46de3b1ffa} <Debug> oximeter.measurements_string (c19603f3-96a5-4b98-a7e7-a05158d371eb): There are no data parts | ||
| 442 | 2024.12.13 20:57:31.786181 [ 258 ] {7e337e47-dade-4270-908a-6e46de3b1ffa} <Debug> TCPHandler: Processed in 0.017662788 sec. | ||
| 443 | 2024.12.13 20:57:31.786461 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 444 | 2024.12.13 20:57:31.786857 [ 261 ] {a07c2827-4fce-4fd3-bc70-b2087529f347} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) 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.13 20:57:31.786997 [ 261 ] {a07c2827-4fce-4fd3-bc70-b2087529f347} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes | ||
| 453 | 2024.12.13 20:57:31.796294 [ 261 ] {a07c2827-4fce-4fd3-bc70-b2087529f347} <Debug> oximeter.measurements_bytes (7b4f8f2f-6d8a-4cb0-9891-c10b39b02c80): Loading data parts | ||
| 454 | 2024.12.13 20:57:31.796520 [ 261 ] {a07c2827-4fce-4fd3-bc70-b2087529f347} <Debug> oximeter.measurements_bytes (7b4f8f2f-6d8a-4cb0-9891-c10b39b02c80): There are no data parts | ||
| 455 | 2024.12.13 20:57:31.802170 [ 261 ] {a07c2827-4fce-4fd3-bc70-b2087529f347} <Debug> TCPHandler: Processed in 0.015834201 sec. | ||
| 456 | 2024.12.13 20:57:31.802422 [ 258 ] {} <Trace> TCP-Session: e05b905f-2c5e-422a-94b2-168750f7eadb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 457 | 2024.12.13 20:57:31.802693 [ 258 ] {9cc590ea-72cf-479a-815a-b0f6d920ada3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56690) 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.13 20:57:31.802826 [ 258 ] {9cc590ea-72cf-479a-815a-b0f6d920ada3} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 | ||
| 459 | 2024.12.13 20:57:31.808155 [ 258 ] {9cc590ea-72cf-479a-815a-b0f6d920ada3} <Debug> oximeter.measurements_cumulativei64 (928278bf-01ff-4d10-8c60-d01c627346be): Loading data parts | ||
| 460 | 2024.12.13 20:57:31.808422 [ 258 ] {9cc590ea-72cf-479a-815a-b0f6d920ada3} <Debug> oximeter.measurements_cumulativei64 (928278bf-01ff-4d10-8c60-d01c627346be): There are no data parts | ||
| 461 | 2024.12.13 20:57:31.814568 [ 258 ] {9cc590ea-72cf-479a-815a-b0f6d920ada3} <Debug> TCPHandler: Processed in 0.012203936 sec. | ||
| 462 | 2024.12.13 20:57:31.814823 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 463 | 2024.12.13 20:57:31.815212 [ 261 ] {9e6053b5-8b45-40a5-82e7-5c323a6b7fbf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) 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.13 20:57:31.815315 [ 261 ] {9e6053b5-8b45-40a5-82e7-5c323a6b7fbf} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 | ||
| 465 | 2024.12.13 20:57:31.820727 [ 261 ] {9e6053b5-8b45-40a5-82e7-5c323a6b7fbf} <Debug> oximeter.measurements_cumulativeu64 (622a7f09-a7e8-42f8-b1fb-316929b4f11a): Loading data parts | ||
| 466 | 2024.12.13 20:57:31.820949 [ 261 ] {9e6053b5-8b45-40a5-82e7-5c323a6b7fbf} <Debug> oximeter.measurements_cumulativeu64 (622a7f09-a7e8-42f8-b1fb-316929b4f11a): There are no data parts | ||
| 467 | 2024.12.13 20:57:31.828719 [ 261 ] {9e6053b5-8b45-40a5-82e7-5c323a6b7fbf} <Debug> TCPHandler: Processed in 0.013966982 sec. | ||
| 468 | 2024.12.13 20:57:31.828934 [ 258 ] {} <Trace> TCP-Session: e05b905f-2c5e-422a-94b2-168750f7eadb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 469 | 2024.12.13 20:57:31.829164 [ 258 ] {ebfcc62f-f704-4b46-9c0b-f164ed434d53} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56690) 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) | ||
| 470 | 2024.12.13 20:57:31.829330 [ 258 ] {ebfcc62f-f704-4b46-9c0b-f164ed434d53} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 | ||
| 471 | 2024.12.13 20:57:31.836324 [ 258 ] {ebfcc62f-f704-4b46-9c0b-f164ed434d53} <Debug> oximeter.measurements_cumulativef32 (8d756f5b-d1ab-4d14-a758-bf3c512683bc): Loading data parts | ||
| 472 | 2024.12.13 20:57:31.836553 [ 258 ] {ebfcc62f-f704-4b46-9c0b-f164ed434d53} <Debug> oximeter.measurements_cumulativef32 (8d756f5b-d1ab-4d14-a758-bf3c512683bc): There are no data parts | ||
| 473 | 2024.12.13 20:57:31.846346 [ 258 ] {ebfcc62f-f704-4b46-9c0b-f164ed434d53} <Debug> TCPHandler: Processed in 0.017476053 sec. | ||
| 474 | 2024.12.13 20:57:31.846584 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 475 | 2024.12.13 20:57:31.846975 [ 261 ] {89dbe031-483e-487a-9748-8fcf761859e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) 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) | ||
| 476 | 2024.12.13 20:57:31.847144 [ 261 ] {89dbe031-483e-487a-9748-8fcf761859e5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 | ||
| 477 | 2024.12.13 20:57:31.850715 [ 261 ] {89dbe031-483e-487a-9748-8fcf761859e5} <Debug> oximeter.measurements_cumulativef64 (a02d4c97-1128-45e5-b728-519eb63bad16): Loading data parts | ||
| 478 | 2024.12.13 20:57:31.850951 [ 261 ] {89dbe031-483e-487a-9748-8fcf761859e5} <Debug> oximeter.measurements_cumulativef64 (a02d4c97-1128-45e5-b728-519eb63bad16): There are no data parts | ||
| 479 | 2024.12.13 20:57:31.856105 [ 261 ] {89dbe031-483e-487a-9748-8fcf761859e5} <Debug> TCPHandler: Processed in 0.009604299 sec. | ||
| 480 | 2024.12.13 20:57:31.856339 [ 258 ] {} <Trace> TCP-Session: e05b905f-2c5e-422a-94b2-168750f7eadb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 481 | 2024.12.13 20:57:31.856744 [ 258 ] {19fda815-691e-4eb6-ba67-10d55ea316cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56690) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* | ||
| 482 | * NOTE: Array types cannot be Nullable, see | ||
| 483 | * https://clickhouse.com/docs/en/sql-reference/data-types/nullable | ||
| 484 | * for more details. | ||
| 485 | * | ||
| 486 | * This means we need to use empty arrays to indicate a missing value. This | ||
| 487 | * is unfortunate, and at this point relies on the fact that an | ||
| 488 | * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need | ||
| 489 | * to figure out another way to represent missing samples here. | ||
| 490 | */ | ||
| 491 | 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) | ||
| 492 | 2024.12.13 20:57:31.856881 [ 258 ] {19fda815-691e-4eb6-ba67-10d55ea316cc} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 | ||
| 493 | 2024.12.13 20:57:31.860299 [ 258 ] {19fda815-691e-4eb6-ba67-10d55ea316cc} <Debug> oximeter.measurements_histogrami8 (c8f05cee-39c5-4586-8990-381436309680): Loading data parts | ||
| 494 | 2024.12.13 20:57:31.860496 [ 258 ] {19fda815-691e-4eb6-ba67-10d55ea316cc} <Debug> oximeter.measurements_histogrami8 (c8f05cee-39c5-4586-8990-381436309680): There are no data parts | ||
| 495 | 2024.12.13 20:57:31.865484 [ 258 ] {19fda815-691e-4eb6-ba67-10d55ea316cc} <Debug> TCPHandler: Processed in 0.009211549 sec. | ||
| 496 | 2024.12.13 20:57:31.865733 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 497 | 2024.12.13 20:57:31.866134 [ 261 ] {4b7d2b41-fc25-4e14-b221-00d31a4668a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) 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) | ||
| 498 | 2024.12.13 20:57:31.866280 [ 261 ] {4b7d2b41-fc25-4e14-b221-00d31a4668a2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 | ||
| 499 | 2024.12.13 20:57:31.868659 [ 261 ] {4b7d2b41-fc25-4e14-b221-00d31a4668a2} <Debug> oximeter.measurements_histogramu8 (04c5495e-e46e-425d-917a-1382c992f8fc): Loading data parts | ||
| 500 | 2024.12.13 20:57:31.868829 [ 261 ] {4b7d2b41-fc25-4e14-b221-00d31a4668a2} <Debug> oximeter.measurements_histogramu8 (04c5495e-e46e-425d-917a-1382c992f8fc): There are no data parts | ||
| 501 | 2024.12.13 20:57:31.872240 [ 261 ] {4b7d2b41-fc25-4e14-b221-00d31a4668a2} <Debug> TCPHandler: Processed in 0.00656914 sec. | ||
| 502 | 2024.12.13 20:57:31.872450 [ 258 ] {} <Trace> TCP-Session: e05b905f-2c5e-422a-94b2-168750f7eadb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 503 | 2024.12.13 20:57:31.872740 [ 258 ] {44a8c2af-2919-44a0-96ef-63ecfe2c1446} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56690) 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) | ||
| 504 | 2024.12.13 20:57:31.872898 [ 258 ] {44a8c2af-2919-44a0-96ef-63ecfe2c1446} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 | ||
| 505 | 2024.12.13 20:57:31.875336 [ 258 ] {44a8c2af-2919-44a0-96ef-63ecfe2c1446} <Debug> oximeter.measurements_histogrami16 (0233ddeb-4461-4b53-bc64-3ca90c165500): Loading data parts | ||
| 506 | 2024.12.13 20:57:31.875498 [ 258 ] {44a8c2af-2919-44a0-96ef-63ecfe2c1446} <Debug> oximeter.measurements_histogrami16 (0233ddeb-4461-4b53-bc64-3ca90c165500): There are no data parts | ||
| 507 | 2024.12.13 20:57:31.879864 [ 258 ] {44a8c2af-2919-44a0-96ef-63ecfe2c1446} <Debug> TCPHandler: Processed in 0.007479144 sec. | ||
| 508 | 2024.12.13 20:57:31.880058 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 509 | 2024.12.13 20:57:31.880529 [ 261 ] {88181841-38de-49cc-8b39-48f17ffd2606} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) 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) | ||
| 510 | 2024.12.13 20:57:31.880762 [ 261 ] {88181841-38de-49cc-8b39-48f17ffd2606} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 | ||
| 511 | 2024.12.13 20:57:31.888091 [ 261 ] {88181841-38de-49cc-8b39-48f17ffd2606} <Debug> oximeter.measurements_histogramu16 (4bbcbfde-2c0a-4571-b1b1-e14b7bab60f6): Loading data parts | ||
| 512 | 2024.12.13 20:57:31.888299 [ 261 ] {88181841-38de-49cc-8b39-48f17ffd2606} <Debug> oximeter.measurements_histogramu16 (4bbcbfde-2c0a-4571-b1b1-e14b7bab60f6): There are no data parts | ||
| 513 | 2024.12.13 20:57:31.891349 [ 261 ] {88181841-38de-49cc-8b39-48f17ffd2606} <Debug> TCPHandler: Processed in 0.011348104 sec. | ||
| 514 | 2024.12.13 20:57:31.891562 [ 258 ] {} <Trace> TCP-Session: e05b905f-2c5e-422a-94b2-168750f7eadb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 515 | 2024.12.13 20:57:31.891854 [ 258 ] {a55c565e-8179-418d-b149-8e8e402c5645} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56690) 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) | ||
| 516 | 2024.12.13 20:57:31.892016 [ 258 ] {a55c565e-8179-418d-b149-8e8e402c5645} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 | ||
| 517 | 2024.12.13 20:57:31.896679 [ 258 ] {a55c565e-8179-418d-b149-8e8e402c5645} <Debug> oximeter.measurements_histogrami32 (ae06955a-8a3d-4325-9255-a626cf97ef9b): Loading data parts | ||
| 518 | 2024.12.13 20:57:31.896890 [ 258 ] {a55c565e-8179-418d-b149-8e8e402c5645} <Debug> oximeter.measurements_histogrami32 (ae06955a-8a3d-4325-9255-a626cf97ef9b): There are no data parts | ||
| 519 | 2024.12.13 20:57:31.900990 [ 258 ] {a55c565e-8179-418d-b149-8e8e402c5645} <Debug> TCPHandler: Processed in 0.009484836 sec. | ||
| 520 | 2024.12.13 20:57:31.901330 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 521 | 2024.12.13 20:57:31.902236 [ 261 ] {ef920ea7-c8e7-4d71-ae38-47aca679829d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) 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) | ||
| 522 | 2024.12.13 20:57:31.902719 [ 261 ] {ef920ea7-c8e7-4d71-ae38-47aca679829d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 | ||
| 523 | 2024.12.13 20:57:31.923582 [ 261 ] {ef920ea7-c8e7-4d71-ae38-47aca679829d} <Debug> oximeter.measurements_histogramu32 (ec69a2ab-1f8a-45c5-a1e6-56b8bcfd8f3f): Loading data parts | ||
| 524 | 2024.12.13 20:57:31.923841 [ 261 ] {ef920ea7-c8e7-4d71-ae38-47aca679829d} <Debug> oximeter.measurements_histogramu32 (ec69a2ab-1f8a-45c5-a1e6-56b8bcfd8f3f): There are no data parts | ||
| 525 | 2024.12.13 20:57:31.945610 [ 261 ] {ef920ea7-c8e7-4d71-ae38-47aca679829d} <Debug> TCPHandler: Processed in 0.04436568 sec. | ||
| 526 | 2024.12.13 20:57:31.945943 [ 258 ] {} <Trace> TCP-Session: e05b905f-2c5e-422a-94b2-168750f7eadb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 527 | 2024.12.13 20:57:31.946310 [ 258 ] {7aefca97-e66e-4ea3-a09a-81799212774d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56690) 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) | ||
| 528 | 2024.12.13 20:57:31.946424 [ 258 ] {7aefca97-e66e-4ea3-a09a-81799212774d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 | ||
| 529 | 2024.12.13 20:57:31.958889 [ 258 ] {7aefca97-e66e-4ea3-a09a-81799212774d} <Debug> oximeter.measurements_histogrami64 (80ad4174-53eb-4764-b684-955e53f9c3b2): Loading data parts | ||
| 530 | 2024.12.13 20:57:31.959099 [ 258 ] {7aefca97-e66e-4ea3-a09a-81799212774d} <Debug> oximeter.measurements_histogrami64 (80ad4174-53eb-4764-b684-955e53f9c3b2): There are no data parts | ||
| 531 | 2024.12.13 20:57:31.974512 [ 258 ] {7aefca97-e66e-4ea3-a09a-81799212774d} <Debug> TCPHandler: Processed in 0.028665203 sec. | ||
| 532 | 2024.12.13 20:57:31.974825 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 533 | 2024.12.13 20:57:31.975229 [ 261 ] {cbfa6397-3f73-4985-8fe2-a9f5f36ca087} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) 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) | ||
| 534 | 2024.12.13 20:57:31.975332 [ 261 ] {cbfa6397-3f73-4985-8fe2-a9f5f36ca087} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 | ||
| 535 | 2024.12.13 20:57:31.982760 [ 261 ] {cbfa6397-3f73-4985-8fe2-a9f5f36ca087} <Debug> oximeter.measurements_histogramu64 (0435d810-cbe3-4332-a7be-27034ee0470b): Loading data parts | ||
| 536 | 2024.12.13 20:57:31.982993 [ 261 ] {cbfa6397-3f73-4985-8fe2-a9f5f36ca087} <Debug> oximeter.measurements_histogramu64 (0435d810-cbe3-4332-a7be-27034ee0470b): There are no data parts | ||
| 537 | 2024.12.13 20:57:31.992488 [ 261 ] {cbfa6397-3f73-4985-8fe2-a9f5f36ca087} <Debug> TCPHandler: Processed in 0.017781952 sec. | ||
| 538 | 2024.12.13 20:57:31.992761 [ 258 ] {} <Trace> TCP-Session: e05b905f-2c5e-422a-94b2-168750f7eadb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 539 | 2024.12.13 20:57:31.993121 [ 258 ] {08366059-8843-4e9b-b74e-8eb022b15997} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56690) 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) | ||
| 540 | 2024.12.13 20:57:31.993228 [ 258 ] {08366059-8843-4e9b-b74e-8eb022b15997} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 | ||
| 541 | 2024.12.13 20:57:32.000161 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 123.39 MiB, peak 123.39 MiB, free memory in arenas 0.00 B, will set to 135.65 MiB (RSS), difference: 12.26 MiB | ||
| 542 | 2024.12.13 20:57:32.001954 [ 258 ] {08366059-8843-4e9b-b74e-8eb022b15997} <Debug> oximeter.measurements_histogramf32 (d42393e3-94c6-4fe8-9af3-e7539e38bc5e): Loading data parts | ||
| 543 | 2024.12.13 20:57:32.002205 [ 258 ] {08366059-8843-4e9b-b74e-8eb022b15997} <Debug> oximeter.measurements_histogramf32 (d42393e3-94c6-4fe8-9af3-e7539e38bc5e): There are no data parts | ||
| 544 | 2024.12.13 20:57:32.009809 [ 258 ] {08366059-8843-4e9b-b74e-8eb022b15997} <Debug> TCPHandler: Processed in 0.017121564 sec. | ||
| 545 | 2024.12.13 20:57:32.010115 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 546 | 2024.12.13 20:57:32.010449 [ 261 ] {64579673-0dd6-48e5-b755-33f46973336a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) 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.13 20:57:32.010560 [ 261 ] {64579673-0dd6-48e5-b755-33f46973336a} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 | ||
| 548 | 2024.12.13 20:57:32.013394 [ 261 ] {64579673-0dd6-48e5-b755-33f46973336a} <Debug> oximeter.measurements_histogramf64 (572daef7-36e9-408a-84e1-f344f1be7fb3): Loading data parts | ||
| 549 | 2024.12.13 20:57:32.013598 [ 261 ] {64579673-0dd6-48e5-b755-33f46973336a} <Debug> oximeter.measurements_histogramf64 (572daef7-36e9-408a-84e1-f344f1be7fb3): There are no data parts | ||
| 550 | 2024.12.13 20:57:32.017855 [ 261 ] {64579673-0dd6-48e5-b755-33f46973336a} <Debug> TCPHandler: Processed in 0.007840663 sec. | ||
| 551 | 2024.12.13 20:57:32.018086 [ 258 ] {} <Trace> TCP-Session: e05b905f-2c5e-422a-94b2-168750f7eadb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 552 | 2024.12.13 20:57:32.018353 [ 258 ] {9136fa24-4b72-4a33-8167-e308c909d77d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56690) /* 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.13 20:57:32.018438 [ 258 ] {9136fa24-4b72-4a33-8167-e308c909d77d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool | ||
| 579 | 2024.12.13 20:57:32.022237 [ 258 ] {9136fa24-4b72-4a33-8167-e308c909d77d} <Debug> oximeter.fields_bool (258e9617-6ee0-4b57-8178-46ba18a8b02e): Loading data parts | ||
| 580 | 2024.12.13 20:57:32.022427 [ 258 ] {9136fa24-4b72-4a33-8167-e308c909d77d} <Debug> oximeter.fields_bool (258e9617-6ee0-4b57-8178-46ba18a8b02e): There are no data parts | ||
| 581 | 2024.12.13 20:57:32.025087 [ 258 ] {9136fa24-4b72-4a33-8167-e308c909d77d} <Debug> TCPHandler: Processed in 0.007064473 sec. | ||
| 582 | 2024.12.13 20:57:32.025370 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 583 | 2024.12.13 20:57:32.025646 [ 261 ] {d922cdfe-a811-4a47-a073-da57e9338235} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) 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.13 20:57:32.025753 [ 261 ] {d922cdfe-a811-4a47-a073-da57e9338235} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 | ||
| 585 | 2024.12.13 20:57:32.030569 [ 261 ] {d922cdfe-a811-4a47-a073-da57e9338235} <Debug> oximeter.fields_i8 (b4a07e66-92b9-44f5-8916-23a69f3439df): Loading data parts | ||
| 586 | 2024.12.13 20:57:32.030771 [ 261 ] {d922cdfe-a811-4a47-a073-da57e9338235} <Debug> oximeter.fields_i8 (b4a07e66-92b9-44f5-8916-23a69f3439df): There are no data parts | ||
| 587 | 2024.12.13 20:57:32.033547 [ 261 ] {d922cdfe-a811-4a47-a073-da57e9338235} <Debug> TCPHandler: Processed in 0.008257475 sec. | ||
| 588 | 2024.12.13 20:57:32.033780 [ 258 ] {} <Trace> TCP-Session: e05b905f-2c5e-422a-94b2-168750f7eadb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 589 | 2024.12.13 20:57:32.034076 [ 258 ] {fcee8eb4-c098-48bf-9b78-4565568f0f03} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56690) 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.13 20:57:32.034150 [ 258 ] {fcee8eb4-c098-48bf-9b78-4565568f0f03} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 | ||
| 591 | 2024.12.13 20:57:32.039592 [ 258 ] {fcee8eb4-c098-48bf-9b78-4565568f0f03} <Debug> oximeter.fields_u8 (dff66ad8-7c17-40cc-8854-b493f299c0b1): Loading data parts | ||
| 592 | 2024.12.13 20:57:32.039801 [ 258 ] {fcee8eb4-c098-48bf-9b78-4565568f0f03} <Debug> oximeter.fields_u8 (dff66ad8-7c17-40cc-8854-b493f299c0b1): There are no data parts | ||
| 593 | 2024.12.13 20:57:32.042348 [ 258 ] {fcee8eb4-c098-48bf-9b78-4565568f0f03} <Debug> TCPHandler: Processed in 0.008636504 sec. | ||
| 594 | 2024.12.13 20:57:32.042590 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 595 | 2024.12.13 20:57:32.042860 [ 261 ] {5f2d8bc3-c0c4-4c10-a23d-15ecea33248f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) 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.13 20:57:32.042960 [ 261 ] {5f2d8bc3-c0c4-4c10-a23d-15ecea33248f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 | ||
| 597 | 2024.12.13 20:57:32.049014 [ 261 ] {5f2d8bc3-c0c4-4c10-a23d-15ecea33248f} <Debug> oximeter.fields_i16 (fa937343-6bd9-452b-a26b-53118aaaf570): Loading data parts | ||
| 598 | 2024.12.13 20:57:32.049214 [ 261 ] {5f2d8bc3-c0c4-4c10-a23d-15ecea33248f} <Debug> oximeter.fields_i16 (fa937343-6bd9-452b-a26b-53118aaaf570): There are no data parts | ||
| 599 | 2024.12.13 20:57:32.053598 [ 261 ] {5f2d8bc3-c0c4-4c10-a23d-15ecea33248f} <Debug> TCPHandler: Processed in 0.011074387 sec. | ||
| 600 | 2024.12.13 20:57:32.053805 [ 258 ] {} <Trace> TCP-Session: e05b905f-2c5e-422a-94b2-168750f7eadb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 601 | 2024.12.13 20:57:32.054119 [ 258 ] {a9546a6b-0cf1-46c2-b534-3a19076cff2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56690) 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.13 20:57:32.054224 [ 258 ] {a9546a6b-0cf1-46c2-b534-3a19076cff2b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 | ||
| 603 | 2024.12.13 20:57:32.057628 [ 258 ] {a9546a6b-0cf1-46c2-b534-3a19076cff2b} <Debug> oximeter.fields_u16 (d675a2d1-260a-4708-80e6-2a380b067dc4): Loading data parts | ||
| 604 | 2024.12.13 20:57:32.057837 [ 258 ] {a9546a6b-0cf1-46c2-b534-3a19076cff2b} <Debug> oximeter.fields_u16 (d675a2d1-260a-4708-80e6-2a380b067dc4): There are no data parts | ||
| 605 | 2024.12.13 20:57:32.061868 [ 258 ] {a9546a6b-0cf1-46c2-b534-3a19076cff2b} <Debug> TCPHandler: Processed in 0.008120681 sec. | ||
| 606 | 2024.12.13 20:57:32.062084 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 607 | 2024.12.13 20:57:32.062304 [ 261 ] {66c4736f-37ca-4c28-b68d-6e5156b9865f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) 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.13 20:57:32.062399 [ 261 ] {66c4736f-37ca-4c28-b68d-6e5156b9865f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 | ||
| 609 | 2024.12.13 20:57:32.067590 [ 261 ] {66c4736f-37ca-4c28-b68d-6e5156b9865f} <Debug> oximeter.fields_i32 (2c78c83d-4c8a-4f52-a231-a015426ed699): Loading data parts | ||
| 610 | 2024.12.13 20:57:32.067812 [ 261 ] {66c4736f-37ca-4c28-b68d-6e5156b9865f} <Debug> oximeter.fields_i32 (2c78c83d-4c8a-4f52-a231-a015426ed699): There are no data parts | ||
| 611 | 2024.12.13 20:57:32.070621 [ 261 ] {66c4736f-37ca-4c28-b68d-6e5156b9865f} <Debug> TCPHandler: Processed in 0.008597443 sec. | ||
| 612 | 2024.12.13 20:57:32.070839 [ 258 ] {} <Trace> TCP-Session: e05b905f-2c5e-422a-94b2-168750f7eadb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 613 | 2024.12.13 20:57:32.071086 [ 258 ] {eddb091f-188d-4563-9afe-ffc394c100cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56690) 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.13 20:57:32.071159 [ 258 ] {eddb091f-188d-4563-9afe-ffc394c100cf} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 | ||
| 615 | 2024.12.13 20:57:32.076260 [ 258 ] {eddb091f-188d-4563-9afe-ffc394c100cf} <Debug> oximeter.fields_u32 (db0931ff-d72d-49c4-80b8-a69047ae71a5): Loading data parts | ||
| 616 | 2024.12.13 20:57:32.076457 [ 258 ] {eddb091f-188d-4563-9afe-ffc394c100cf} <Debug> oximeter.fields_u32 (db0931ff-d72d-49c4-80b8-a69047ae71a5): There are no data parts | ||
| 617 | 2024.12.13 20:57:32.078011 [ 258 ] {eddb091f-188d-4563-9afe-ffc394c100cf} <Debug> TCPHandler: Processed in 0.007229468 sec. | ||
| 618 | 2024.12.13 20:57:32.078208 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 619 | 2024.12.13 20:57:32.078477 [ 261 ] {0adcccb5-6f0f-4809-88a6-0a4a1d01cb3b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) 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.13 20:57:32.078582 [ 261 ] {0adcccb5-6f0f-4809-88a6-0a4a1d01cb3b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 | ||
| 621 | 2024.12.13 20:57:32.085954 [ 261 ] {0adcccb5-6f0f-4809-88a6-0a4a1d01cb3b} <Debug> oximeter.fields_i64 (b024479f-344a-47dc-ae21-59f975f695d2): Loading data parts | ||
| 622 | 2024.12.13 20:57:32.086158 [ 261 ] {0adcccb5-6f0f-4809-88a6-0a4a1d01cb3b} <Debug> oximeter.fields_i64 (b024479f-344a-47dc-ae21-59f975f695d2): There are no data parts | ||
| 623 | 2024.12.13 20:57:32.092781 [ 261 ] {0adcccb5-6f0f-4809-88a6-0a4a1d01cb3b} <Debug> TCPHandler: Processed in 0.01462951 sec. | ||
| 624 | 2024.12.13 20:57:32.093022 [ 258 ] {} <Trace> TCP-Session: e05b905f-2c5e-422a-94b2-168750f7eadb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 625 | 2024.12.13 20:57:32.093290 [ 258 ] {82f9e467-fb09-4f53-8359-65865b349022} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56690) 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.13 20:57:32.093367 [ 258 ] {82f9e467-fb09-4f53-8359-65865b349022} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 | ||
| 627 | 2024.12.13 20:57:32.098371 [ 258 ] {82f9e467-fb09-4f53-8359-65865b349022} <Debug> oximeter.fields_u64 (9dac71a3-0701-4fa7-9671-a328e70e165d): Loading data parts | ||
| 628 | 2024.12.13 20:57:32.098550 [ 258 ] {82f9e467-fb09-4f53-8359-65865b349022} <Debug> oximeter.fields_u64 (9dac71a3-0701-4fa7-9671-a328e70e165d): There are no data parts | ||
| 629 | 2024.12.13 20:57:32.103086 [ 258 ] {82f9e467-fb09-4f53-8359-65865b349022} <Debug> TCPHandler: Processed in 0.010130973 sec. | ||
| 630 | 2024.12.13 20:57:32.103343 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 631 | 2024.12.13 20:57:32.103605 [ 261 ] {13e8b52a-94a0-48ec-a8b3-9d0804dab24f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) 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.13 20:57:32.103722 [ 261 ] {13e8b52a-94a0-48ec-a8b3-9d0804dab24f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr | ||
| 633 | 2024.12.13 20:57:32.106005 [ 261 ] {13e8b52a-94a0-48ec-a8b3-9d0804dab24f} <Debug> oximeter.fields_ipaddr (91c5d38f-5b59-4965-a2a0-ad69eed7fb29): Loading data parts | ||
| 634 | 2024.12.13 20:57:32.106184 [ 261 ] {13e8b52a-94a0-48ec-a8b3-9d0804dab24f} <Debug> oximeter.fields_ipaddr (91c5d38f-5b59-4965-a2a0-ad69eed7fb29): There are no data parts | ||
| 635 | 2024.12.13 20:57:32.110508 [ 261 ] {13e8b52a-94a0-48ec-a8b3-9d0804dab24f} <Debug> TCPHandler: Processed in 0.007259228 sec. | ||
| 636 | 2024.12.13 20:57:32.110742 [ 258 ] {} <Trace> TCP-Session: e05b905f-2c5e-422a-94b2-168750f7eadb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 637 | 2024.12.13 20:57:32.111048 [ 258 ] {3ae34b22-4c95-48d6-9a20-20289f77208c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56690) 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.13 20:57:32.111140 [ 258 ] {3ae34b22-4c95-48d6-9a20-20289f77208c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string | ||
| 639 | 2024.12.13 20:57:32.114721 [ 258 ] {3ae34b22-4c95-48d6-9a20-20289f77208c} <Debug> oximeter.fields_string (5b8b6b34-88ee-4a07-bbae-ca77b5cb377f): Loading data parts | ||
| 640 | 2024.12.13 20:57:32.114891 [ 258 ] {3ae34b22-4c95-48d6-9a20-20289f77208c} <Debug> oximeter.fields_string (5b8b6b34-88ee-4a07-bbae-ca77b5cb377f): There are no data parts | ||
| 641 | 2024.12.13 20:57:32.119401 [ 258 ] {3ae34b22-4c95-48d6-9a20-20289f77208c} <Debug> TCPHandler: Processed in 0.008732656 sec. | ||
| 642 | 2024.12.13 20:57:32.119619 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 643 | 2024.12.13 20:57:32.119836 [ 261 ] {5d2e7d3d-fe12-4477-9f3c-67b65809ed02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) 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.13 20:57:32.119934 [ 261 ] {5d2e7d3d-fe12-4477-9f3c-67b65809ed02} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid | ||
| 645 | 2024.12.13 20:57:32.122139 [ 261 ] {5d2e7d3d-fe12-4477-9f3c-67b65809ed02} <Debug> oximeter.fields_uuid (75bff165-9894-4896-8c72-35d0ef17bbe1): Loading data parts | ||
| 646 | 2024.12.13 20:57:32.122298 [ 261 ] {5d2e7d3d-fe12-4477-9f3c-67b65809ed02} <Debug> oximeter.fields_uuid (75bff165-9894-4896-8c72-35d0ef17bbe1): There are no data parts | ||
| 647 | 2024.12.13 20:57:32.127591 [ 261 ] {5d2e7d3d-fe12-4477-9f3c-67b65809ed02} <Debug> TCPHandler: Processed in 0.008033108 sec. | ||
| 648 | 2024.12.13 20:57:32.127886 [ 258 ] {} <Trace> TCP-Session: e05b905f-2c5e-422a-94b2-168750f7eadb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 649 | 2024.12.13 20:57:32.128294 [ 258 ] {87f0a22c-f22c-4e60-92b9-7544095f39ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56690) /* 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.13 20:57:32.128421 [ 258 ] {87f0a22c-f22c-4e60-92b9-7544095f39ac} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema | ||
| 654 | 2024.12.13 20:57:32.130596 [ 258 ] {87f0a22c-f22c-4e60-92b9-7544095f39ac} <Debug> oximeter.timeseries_schema (eeba7b1a-875b-4c8a-9469-c26105167747): Loading data parts | ||
| 655 | 2024.12.13 20:57:32.130797 [ 258 ] {87f0a22c-f22c-4e60-92b9-7544095f39ac} <Debug> oximeter.timeseries_schema (eeba7b1a-875b-4c8a-9469-c26105167747): There are no data parts | ||
| 656 | 2024.12.13 20:57:32.134666 [ 258 ] {87f0a22c-f22c-4e60-92b9-7544095f39ac} <Debug> TCPHandler: Processed in 0.006847737 sec. | ||
| 657 | 2024.12.13 20:57:32.134901 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 658 | 2024.12.13 20:57:32.135182 [ 261 ] {5bfdfe05-73e9-4492-8a40-f0590f772257} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) INSERT INTO oximeter.version (*) VALUES (stage: Complete) | ||
| 659 | 2024.12.13 20:57:32.135903 [ 261 ] {5bfdfe05-73e9-4492-8a40-f0590f772257} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version | ||
| 660 | 2024.12.13 20:57:32.143643 [ 275 ] {5bfdfe05-73e9-4492-8a40-f0590f772257} <Trace> oximeter.version (a841ace9-1f5f-4f95-a7ea-66caa5d691a9): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 661 | 2024.12.13 20:57:32.143785 [ 275 ] {5bfdfe05-73e9-4492-8a40-f0590f772257} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.41 GiB. | ||
| 662 | 2024.12.13 20:57:32.148268 [ 275 ] {5bfdfe05-73e9-4492-8a40-f0590f772257} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 663 | 2024.12.13 20:57:32.148714 [ 275 ] {5bfdfe05-73e9-4492-8a40-f0590f772257} <Trace> oximeter.version (a841ace9-1f5f-4f95-a7ea-66caa5d691a9): 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.13 20:57:32.149064 [ 261 ] {5bfdfe05-73e9-4492-8a40-f0590f772257} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.013972 sec., 71.571714858288 rows/sec., 1.12 KiB/sec. | ||
| 665 | 2024.12.13 20:57:32.149361 [ 261 ] {5bfdfe05-73e9-4492-8a40-f0590f772257} <Debug> TCPHandler: Processed in 0.014531228 sec. | ||
| 666 | 2024.12.13 20:57:33.000149 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 136.86 MiB, peak 136.86 MiB, free memory in arenas 0.00 B, will set to 140.46 MiB (RSS), difference: 3.61 MiB | ||
| 667 | 2024.12.13 20:57:34.164826 [ 277 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:41121 | ||
| 668 | 2024.12.13 20:57:34.164952 [ 277 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 669 | 2024.12.13 20:57:34.165007 [ 277 ] {} <Debug> TCP-Session: 4a6111c1-f6af-459e-893a-7c362a4db48f Authenticating user 'default' from [fd00:1122:3344:101::c]:41121 | ||
| 670 | 2024.12.13 20:57:34.165052 [ 277 ] {} <Debug> TCP-Session: 4a6111c1-f6af-459e-893a-7c362a4db48f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 671 | 2024.12.13 20:57:34.165067 [ 277 ] {} <Debug> TCP-Session: 4a6111c1-f6af-459e-893a-7c362a4db48f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 672 | 2024.12.13 20:57:34.165119 [ 277 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 673 | 2024.12.13 20:57:34.165172 [ 277 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 674 | 2024.12.13 20:57:34.165204 [ 277 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 675 | 2024.12.13 20:57:34.167083 [ 278 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:37281 | ||
| 676 | 2024.12.13 20:57:34.167165 [ 279 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:40136 | ||
| 677 | 2024.12.13 20:57:34.167247 [ 278 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 678 | 2024.12.13 20:57:34.167287 [ 280 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:48390 | ||
| 679 | 2024.12.13 20:57:34.167304 [ 278 ] {} <Debug> TCP-Session: bd87efdf-0bcb-4bf5-952c-94c3225e7989 Authenticating user 'default' from [fd00:1122:3344:101::c]:37281 | ||
| 680 | 2024.12.13 20:57:34.167428 [ 281 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:61828 | ||
| 681 | 2024.12.13 20:57:34.167410 [ 279 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 682 | 2024.12.13 20:57:34.167580 [ 278 ] {} <Debug> TCP-Session: bd87efdf-0bcb-4bf5-952c-94c3225e7989 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 683 | 2024.12.13 20:57:34.167589 [ 280 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 684 | 2024.12.13 20:57:34.167697 [ 278 ] {} <Debug> TCP-Session: bd87efdf-0bcb-4bf5-952c-94c3225e7989 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 685 | 2024.12.13 20:57:34.167584 [ 282 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:45132 | ||
| 686 | 2024.12.13 20:57:34.167733 [ 279 ] {} <Debug> TCP-Session: c82b4e8c-030c-461d-a534-3f7a29e90358 Authenticating user 'default' from [fd00:1122:3344:101::c]:40136 | ||
| 687 | 2024.12.13 20:57:34.167923 [ 284 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:32772 | ||
| 688 | 2024.12.13 20:57:34.167945 [ 283 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:38462 | ||
| 689 | 2024.12.13 20:57:34.167988 [ 280 ] {} <Debug> TCP-Session: b1c01383-afa1-4669-a7e6-a9f142cef012 Authenticating user 'default' from [fd00:1122:3344:101::c]:48390 | ||
| 690 | 2024.12.13 20:57:34.168133 [ 279 ] {} <Debug> TCP-Session: c82b4e8c-030c-461d-a534-3f7a29e90358 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 691 | 2024.12.13 20:57:34.168165 [ 280 ] {} <Debug> TCP-Session: b1c01383-afa1-4669-a7e6-a9f142cef012 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 692 | 2024.12.13 20:57:34.168138 [ 282 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 693 | 2024.12.13 20:57:34.168254 [ 280 ] {} <Debug> TCP-Session: b1c01383-afa1-4669-a7e6-a9f142cef012 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 694 | 2024.12.13 20:57:34.168435 [ 279 ] {} <Debug> TCP-Session: c82b4e8c-030c-461d-a534-3f7a29e90358 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 695 | 2024.12.13 20:57:34.168516 [ 282 ] {} <Debug> TCP-Session: 26cf6b5b-431c-4a1b-9960-f42c5a18ecd8 Authenticating user 'default' from [fd00:1122:3344:101::c]:45132 | ||
| 696 | 2024.12.13 20:57:34.168552 [ 282 ] {} <Debug> TCP-Session: 26cf6b5b-431c-4a1b-9960-f42c5a18ecd8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 697 | 2024.12.13 20:57:34.168733 [ 282 ] {} <Debug> TCP-Session: 26cf6b5b-431c-4a1b-9960-f42c5a18ecd8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 698 | 2024.12.13 20:57:34.171037 [ 281 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 699 | 2024.12.13 20:57:34.171082 [ 281 ] {} <Debug> TCP-Session: 50808993-56b7-48a3-9883-ee8a410d4dfe Authenticating user 'default' from [fd00:1122:3344:101::c]:61828 | ||
| 700 | 2024.12.13 20:57:34.171158 [ 281 ] {} <Debug> TCP-Session: 50808993-56b7-48a3-9883-ee8a410d4dfe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 701 | 2024.12.13 20:57:34.171172 [ 281 ] {} <Debug> TCP-Session: 50808993-56b7-48a3-9883-ee8a410d4dfe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 702 | 2024.12.13 20:57:34.176563 [ 283 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 703 | 2024.12.13 20:57:34.176735 [ 283 ] {} <Debug> TCP-Session: ed3d7fb4-6780-49b1-8441-2d92fc826eff Authenticating user 'default' from [fd00:1122:3344:101::c]:38462 | ||
| 704 | 2024.12.13 20:57:34.176780 [ 283 ] {} <Debug> TCP-Session: ed3d7fb4-6780-49b1-8441-2d92fc826eff Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 705 | 2024.12.13 20:57:34.176794 [ 283 ] {} <Debug> TCP-Session: ed3d7fb4-6780-49b1-8441-2d92fc826eff Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 706 | 2024.12.13 20:57:34.177198 [ 284 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 707 | 2024.12.13 20:57:34.177271 [ 284 ] {} <Debug> TCP-Session: 1991301a-bf21-4b43-976e-274f41f369da Authenticating user 'default' from [fd00:1122:3344:101::c]:32772 | ||
| 708 | 2024.12.13 20:57:34.177292 [ 284 ] {} <Debug> TCP-Session: 1991301a-bf21-4b43-976e-274f41f369da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 709 | 2024.12.13 20:57:34.177307 [ 284 ] {} <Debug> TCP-Session: 1991301a-bf21-4b43-976e-274f41f369da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 710 | 2024.12.13 20:57:38.511813 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 | ||
| 711 | 2024.12.13 20:57:38.511805 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 488 | ||
| 712 | 2024.12.13 20:57:38.511929 [ 243 ] {} <Debug> SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog | ||
| 713 | 2024.12.13 20:57:38.511960 [ 242 ] {} <Debug> SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog | ||
| 714 | 2024.12.13 20:57:38.519361 [ 242 ] {} <Debug> system.asynchronous_metric_log (bfd632e9-c8e2-471e-b238-7df687a4f8ca): Loading data parts | ||
| 715 | 2024.12.13 20:57:38.519761 [ 242 ] {} <Debug> system.asynchronous_metric_log (bfd632e9-c8e2-471e-b238-7df687a4f8ca): There are no data parts | ||
| 716 | 2024.12.13 20:57:38.528208 [ 242 ] {} <Trace> system.asynchronous_metric_log (bfd632e9-c8e2-471e-b238-7df687a4f8ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 717 | 2024.12.13 20:57:38.528402 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 718 | 2024.12.13 20:57:38.531870 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 719 | 2024.12.13 20:57:38.532479 [ 242 ] {} <Trace> system.asynchronous_metric_log (bfd632e9-c8e2-471e-b238-7df687a4f8ca): 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.13 20:57:38.533408 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 488 | ||
| 721 | 2024.12.13 20:57:38.542999 [ 243 ] {} <Debug> system.metric_log (6f41e073-4f68-44d4-8e91-392ee6d2702a): Loading data parts | ||
| 722 | 2024.12.13 20:57:38.543161 [ 243 ] {} <Debug> system.metric_log (6f41e073-4f68-44d4-8e91-392ee6d2702a): There are no data parts | ||
| 723 | 2024.12.13 20:57:38.573977 [ 243 ] {} <Trace> system.metric_log (6f41e073-4f68-44d4-8e91-392ee6d2702a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 724 | 2024.12.13 20:57:38.574072 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 725 | 2024.12.13 20:57:38.581381 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 726 | 2024.12.13 20:57:38.582162 [ 243 ] {} <Trace> system.metric_log (6f41e073-4f68-44d4-8e91-392ee6d2702a): 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.13 20:57:38.584470 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 8 | ||
| 728 | 2024.12.13 20:57:39.000160 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 145.91 MiB, peak 149.91 MiB, free memory in arenas 0.00 B, will set to 150.70 MiB (RSS), difference: 4.78 MiB | ||
| 729 | 2024.12.13 20:57:41.012748 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 90 entries to flush up to offset 90 | ||
| 730 | 2024.12.13 20:57:41.012950 [ 244 ] {} <Debug> SystemLog (system.query_log): Creating new table system.query_log for QueryLog | ||
| 731 | 2024.12.13 20:57:41.032571 [ 244 ] {} <Debug> system.query_log (909797ee-5efd-476a-9e9e-2a430c5c4abc): Loading data parts | ||
| 732 | 2024.12.13 20:57:41.032816 [ 244 ] {} <Debug> system.query_log (909797ee-5efd-476a-9e9e-2a430c5c4abc): There are no data parts | ||
| 733 | 2024.12.13 20:57:41.058501 [ 244 ] {} <Trace> system.query_log (909797ee-5efd-476a-9e9e-2a430c5c4abc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 734 | 2024.12.13 20:57:41.058720 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 735 | 2024.12.13 20:57:41.060440 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 736 | 2024.12.13 20:57:41.060987 [ 244 ] {} <Trace> system.query_log (909797ee-5efd-476a-9e9e-2a430c5c4abc): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 737 | 2024.12.13 20:57:41.061616 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 90 | ||
| 738 | 2024.12.13 20:57:42.000154 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 154.88 MiB, peak 154.88 MiB, free memory in arenas 0.00 B, will set to 151.10 MiB (RSS), difference: -3.79 MiB | ||
| 739 | 2024.12.13 20:57:42.992998 [ 285 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:39340 | ||
| 740 | 2024.12.13 20:57:42.993128 [ 285 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 741 | 2024.12.13 20:57:42.993215 [ 285 ] {} <Debug> TCP-Session: 6ad3da18-b3a9-45db-8a95-b56d761ffb2f Authenticating user 'default' from [fd00:1122:3344:101::a]:39340 | ||
| 742 | 2024.12.13 20:57:42.993243 [ 285 ] {} <Debug> TCP-Session: 6ad3da18-b3a9-45db-8a95-b56d761ffb2f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 743 | 2024.12.13 20:57:42.993260 [ 285 ] {} <Debug> TCP-Session: 6ad3da18-b3a9-45db-8a95-b56d761ffb2f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 744 | 2024.12.13 20:57:42.993346 [ 285 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 745 | 2024.12.13 20:57:42.993376 [ 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 | ||
| 746 | 2024.12.13 20:57:42.993436 [ 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 | ||
| 747 | 2024.12.13 20:57:42.997600 [ 286 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:38768 | ||
| 748 | 2024.12.13 20:57:42.997710 [ 287 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:64482 | ||
| 749 | 2024.12.13 20:57:42.997760 [ 286 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 750 | 2024.12.13 20:57:42.997825 [ 286 ] {} <Debug> TCP-Session: fe1d94d4-a7a1-4f3a-a3f6-c04251809f79 Authenticating user 'default' from [fd00:1122:3344:101::a]:38768 | ||
| 751 | 2024.12.13 20:57:42.997821 [ 288 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:48835 | ||
| 752 | 2024.12.13 20:57:42.997863 [ 286 ] {} <Debug> TCP-Session: fe1d94d4-a7a1-4f3a-a3f6-c04251809f79 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 753 | 2024.12.13 20:57:42.998002 [ 287 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 754 | 2024.12.13 20:57:42.998003 [ 289 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:49313 | ||
| 755 | 2024.12.13 20:57:42.998039 [ 286 ] {} <Debug> TCP-Session: fe1d94d4-a7a1-4f3a-a3f6-c04251809f79 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 756 | 2024.12.13 20:57:42.998181 [ 287 ] {} <Debug> TCP-Session: b93c8294-48cd-4ca7-b388-a3acf143b2ae Authenticating user 'default' from [fd00:1122:3344:101::a]:64482 | ||
| 757 | 2024.12.13 20:57:42.998233 [ 290 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:50820 | ||
| 758 | 2024.12.13 20:57:42.998361 [ 288 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 759 | 2024.12.13 20:57:42.998395 [ 289 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 760 | 2024.12.13 20:57:42.998424 [ 287 ] {} <Debug> TCP-Session: b93c8294-48cd-4ca7-b388-a3acf143b2ae Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 761 | 2024.12.13 20:57:42.998395 [ 291 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:36386 | ||
| 762 | 2024.12.13 20:57:42.998663 [ 292 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:58821 | ||
| 763 | 2024.12.13 20:57:42.998672 [ 288 ] {} <Debug> TCP-Session: 17f3eb2c-9b11-406d-ba01-395729072d8e Authenticating user 'default' from [fd00:1122:3344:101::a]:48835 | ||
| 764 | 2024.12.13 20:57:42.998655 [ 287 ] {} <Debug> TCP-Session: b93c8294-48cd-4ca7-b388-a3acf143b2ae Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 765 | 2024.12.13 20:57:42.998701 [ 289 ] {} <Debug> TCP-Session: 7361c4f7-d8bb-4da5-ac9b-347e95204378 Authenticating user 'default' from [fd00:1122:3344:101::a]:49313 | ||
| 766 | 2024.12.13 20:57:42.998852 [ 288 ] {} <Debug> TCP-Session: 17f3eb2c-9b11-406d-ba01-395729072d8e Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 767 | 2024.12.13 20:57:42.998879 [ 289 ] {} <Debug> TCP-Session: 7361c4f7-d8bb-4da5-ac9b-347e95204378 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 768 | 2024.12.13 20:57:42.998923 [ 288 ] {} <Debug> TCP-Session: 17f3eb2c-9b11-406d-ba01-395729072d8e Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 769 | 2024.12.13 20:57:42.998933 [ 289 ] {} <Debug> TCP-Session: 7361c4f7-d8bb-4da5-ac9b-347e95204378 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 770 | 2024.12.13 20:57:42.999031 [ 291 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 771 | 2024.12.13 20:57:42.999084 [ 291 ] {} <Debug> TCP-Session: 9136e5e8-4518-4eed-8a12-fc0039dc3f65 Authenticating user 'default' from [fd00:1122:3344:101::a]:36386 | ||
| 772 | 2024.12.13 20:57:42.999107 [ 291 ] {} <Debug> TCP-Session: 9136e5e8-4518-4eed-8a12-fc0039dc3f65 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 773 | 2024.12.13 20:57:42.999122 [ 291 ] {} <Debug> TCP-Session: 9136e5e8-4518-4eed-8a12-fc0039dc3f65 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 774 | 2024.12.13 20:57:42.999685 [ 290 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 775 | 2024.12.13 20:57:42.999723 [ 290 ] {} <Debug> TCP-Session: 90e80fe0-4a57-4611-abd6-bf79b2343492 Authenticating user 'default' from [fd00:1122:3344:101::a]:50820 | ||
| 776 | 2024.12.13 20:57:42.999742 [ 290 ] {} <Debug> TCP-Session: 90e80fe0-4a57-4611-abd6-bf79b2343492 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 777 | 2024.12.13 20:57:42.999756 [ 290 ] {} <Debug> TCP-Session: 90e80fe0-4a57-4611-abd6-bf79b2343492 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 778 | 2024.12.13 20:57:43.010520 [ 292 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 779 | 2024.12.13 20:57:43.010584 [ 292 ] {} <Debug> TCP-Session: 796af932-0993-4957-9f31-73654efaf2fb Authenticating user 'default' from [fd00:1122:3344:101::a]:58821 | ||
| 780 | 2024.12.13 20:57:43.010622 [ 292 ] {} <Debug> TCP-Session: 796af932-0993-4957-9f31-73654efaf2fb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 781 | 2024.12.13 20:57:43.010652 [ 292 ] {} <Debug> TCP-Session: 796af932-0993-4957-9f31-73654efaf2fb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 782 | 2024.12.13 20:57:45.979995 [ 124 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 783 | 2024.12.13 20:57:45.980055 [ 124 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 784 | 2024.12.13 20:57:46.034475 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 976 | ||
| 785 | 2024.12.13 20:57:46.035357 [ 242 ] {} <Trace> system.asynchronous_metric_log (bfd632e9-c8e2-471e-b238-7df687a4f8ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 786 | 2024.12.13 20:57:46.035398 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 787 | 2024.12.13 20:57:46.036195 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 788 | 2024.12.13 20:57:46.036671 [ 242 ] {} <Trace> system.asynchronous_metric_log (bfd632e9-c8e2-471e-b238-7df687a4f8ca): 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.13 20:57:46.036902 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976 | ||
| 790 | 2024.12.13 20:57:46.085498 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 | ||
| 791 | 2024.12.13 20:57:46.107542 [ 243 ] {} <Trace> system.metric_log (6f41e073-4f68-44d4-8e91-392ee6d2702a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 792 | 2024.12.13 20:57:46.107607 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 793 | 2024.12.13 20:57:46.114857 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 794 | 2024.12.13 20:57:46.116041 [ 243 ] {} <Trace> system.metric_log (6f41e073-4f68-44d4-8e91-392ee6d2702a): 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.13 20:57:46.118553 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 16 | ||
| 796 | 2024.12.13 20:57:47.000155 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 152.06 MiB, peak 156.06 MiB, free memory in arenas 0.00 B, will set to 154.38 MiB (RSS), difference: 2.31 MiB | ||
| 797 | 2024.12.13 20:57:52.000153 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 150.39 MiB, peak 156.06 MiB, free memory in arenas 0.00 B, will set to 154.41 MiB (RSS), difference: 4.01 MiB | ||
| 798 | 2024.12.13 20:57:52.154906 [ 258 ] {} <Trace> TCP-Session: e05b905f-2c5e-422a-94b2-168750f7eadb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 799 | 2024.12.13 20:57:52.155108 [ 258 ] {7cfc5ed8-3f3a-46fa-a9a2-e8e3ad2a2e6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56690) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) | ||
| 800 | 2024.12.13 20:57:52.155493 [ 258 ] {7cfc5ed8-3f3a-46fa-a9a2-e8e3ad2a2e6d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 801 | 2024.12.13 20:57:52.162001 [ 258 ] {7cfc5ed8-3f3a-46fa-a9a2-e8e3ad2a2e6d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 802 | 2024.12.13 20:57:52.162829 [ 258 ] {7cfc5ed8-3f3a-46fa-a9a2-e8e3ad2a2e6d} <Debug> TCPHandler: Processed in 0.008051509 sec. | ||
| 803 | 2024.12.13 20:57:52.166141 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 804 | 2024.12.13 20:57:52.166381 [ 261 ] {a65ec931-6887-4b9f-a87d-0d53450b17ea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_routes') FORMAT Native; (stage: Complete) | ||
| 805 | 2024.12.13 20:57:52.170397 [ 261 ] {a65ec931-6887-4b9f-a87d-0d53450b17ea} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 806 | 2024.12.13 20:57:52.170478 [ 261 ] {a65ec931-6887-4b9f-a87d-0d53450b17ea} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 807 | 2024.12.13 20:57:52.171148 [ 261 ] {a65ec931-6887-4b9f-a87d-0d53450b17ea} <Debug> TCPHandler: Processed in 0.005143004 sec. | ||
| 808 | 2024.12.13 20:57:52.171513 [ 258 ] {} <Trace> TCP-Session: e05b905f-2c5e-422a-94b2-168750f7eadb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 809 | 2024.12.13 20:57:52.171684 [ 258 ] {b7f9c55b-3d59-40be-806d-597cd8cc262a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56690) 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.13 20:57:52.172128 [ 258 ] {b7f9c55b-3d59-40be-806d-597cd8cc262a} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 811 | 2024.12.13 20:57:52.172187 [ 258 ] {b7f9c55b-3d59-40be-806d-597cd8cc262a} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 812 | 2024.12.13 20:57:52.172716 [ 258 ] {b7f9c55b-3d59-40be-806d-597cd8cc262a} <Debug> TCPHandler: Processed in 0.001264223 sec. | ||
| 813 | 2024.12.13 20:57:52.173034 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 814 | 2024.12.13 20:57:52.173222 [ 261 ] {27439fca-276f-4c29-9b3d-1e9d562eb552} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) 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.13 20:57:52.173671 [ 261 ] {27439fca-276f-4c29-9b3d-1e9d562eb552} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 816 | 2024.12.13 20:57:52.173740 [ 261 ] {27439fca-276f-4c29-9b3d-1e9d562eb552} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 817 | 2024.12.13 20:57:52.174293 [ 261 ] {27439fca-276f-4c29-9b3d-1e9d562eb552} <Debug> TCPHandler: Processed in 0.001326894 sec. | ||
| 818 | 2024.12.13 20:57:52.174577 [ 258 ] {} <Trace> TCP-Session: e05b905f-2c5e-422a-94b2-168750f7eadb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 819 | 2024.12.13 20:57:52.174735 [ 258 ] {06f08266-7eda-4d78-afa0-05f8390a7620} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56690) 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.13 20:57:52.175101 [ 258 ] {06f08266-7eda-4d78-afa0-05f8390a7620} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 821 | 2024.12.13 20:57:52.175159 [ 258 ] {06f08266-7eda-4d78-afa0-05f8390a7620} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 822 | 2024.12.13 20:57:52.175672 [ 258 ] {06f08266-7eda-4d78-afa0-05f8390a7620} <Debug> TCPHandler: Processed in 0.00114988 sec. | ||
| 823 | 2024.12.13 20:57:52.175987 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 824 | 2024.12.13 20:57:52.176178 [ 261 ] {569ff3ee-c151-4719-9db9-9edd40bd6cea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) 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.13 20:57:52.176662 [ 261 ] {569ff3ee-c151-4719-9db9-9edd40bd6cea} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 826 | 2024.12.13 20:57:52.176739 [ 261 ] {569ff3ee-c151-4719-9db9-9edd40bd6cea} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 827 | 2024.12.13 20:57:52.177453 [ 261 ] {569ff3ee-c151-4719-9db9-9edd40bd6cea} <Debug> TCPHandler: Processed in 0.001532869 sec. | ||
| 828 | 2024.12.13 20:57:52.177785 [ 258 ] {} <Trace> TCP-Session: e05b905f-2c5e-422a-94b2-168750f7eadb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 829 | 2024.12.13 20:57:52.177972 [ 258 ] {a417383c-0cfc-4b6b-bf8c-b208f35cd961} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56690) 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.13 20:57:52.178421 [ 258 ] {a417383c-0cfc-4b6b-bf8c-b208f35cd961} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 831 | 2024.12.13 20:57:52.178484 [ 258 ] {a417383c-0cfc-4b6b-bf8c-b208f35cd961} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 832 | 2024.12.13 20:57:52.179012 [ 258 ] {a417383c-0cfc-4b6b-bf8c-b208f35cd961} <Debug> TCPHandler: Processed in 0.001290104 sec. | ||
| 833 | 2024.12.13 20:57:52.179270 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 834 | 2024.12.13 20:57:52.179434 [ 261 ] {00f74804-1097-471d-8319-5c0f65d71973} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) 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.13 20:57:52.179825 [ 261 ] {00f74804-1097-471d-8319-5c0f65d71973} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 836 | 2024.12.13 20:57:52.179885 [ 261 ] {00f74804-1097-471d-8319-5c0f65d71973} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 837 | 2024.12.13 20:57:52.180423 [ 261 ] {00f74804-1097-471d-8319-5c0f65d71973} <Debug> TCPHandler: Processed in 0.001210461 sec. | ||
| 838 | 2024.12.13 20:57:52.180720 [ 258 ] {} <Trace> TCP-Session: e05b905f-2c5e-422a-94b2-168750f7eadb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 839 | 2024.12.13 20:57:52.180888 [ 258 ] {60fcd061-367f-48d1-82e7-c3f5da4c37e8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56690) 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.13 20:57:52.181279 [ 258 ] {60fcd061-367f-48d1-82e7-c3f5da4c37e8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 841 | 2024.12.13 20:57:52.181336 [ 258 ] {60fcd061-367f-48d1-82e7-c3f5da4c37e8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 842 | 2024.12.13 20:57:52.181844 [ 258 ] {60fcd061-367f-48d1-82e7-c3f5da4c37e8} <Debug> TCPHandler: Processed in 0.001182771 sec. | ||
| 843 | 2024.12.13 20:57:52.182116 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 844 | 2024.12.13 20:57:52.182277 [ 261 ] {5eb46602-c7b7-48ae-b611-9206ae908f74} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) 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.13 20:57:52.182664 [ 261 ] {5eb46602-c7b7-48ae-b611-9206ae908f74} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 846 | 2024.12.13 20:57:52.182724 [ 261 ] {5eb46602-c7b7-48ae-b611-9206ae908f74} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 847 | 2024.12.13 20:57:52.183265 [ 261 ] {5eb46602-c7b7-48ae-b611-9206ae908f74} <Debug> TCPHandler: Processed in 0.001203491 sec. | ||
| 848 | 2024.12.13 20:57:52.183539 [ 258 ] {} <Trace> TCP-Session: e05b905f-2c5e-422a-94b2-168750f7eadb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 849 | 2024.12.13 20:57:52.183703 [ 258 ] {be7de0e7-f3e3-4995-8aee-f848a849a6b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56690) 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.13 20:57:52.184091 [ 258 ] {be7de0e7-f3e3-4995-8aee-f848a849a6b6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 851 | 2024.12.13 20:57:52.184150 [ 258 ] {be7de0e7-f3e3-4995-8aee-f848a849a6b6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 852 | 2024.12.13 20:57:52.184664 [ 258 ] {be7de0e7-f3e3-4995-8aee-f848a849a6b6} <Debug> TCPHandler: Processed in 0.00118104 sec. | ||
| 853 | 2024.12.13 20:57:52.184946 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 854 | 2024.12.13 20:57:52.185114 [ 261 ] {cd2f70fe-a3c0-442e-b29f-171f10c49511} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) 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.13 20:57:52.185507 [ 261 ] {cd2f70fe-a3c0-442e-b29f-171f10c49511} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 856 | 2024.12.13 20:57:52.185566 [ 261 ] {cd2f70fe-a3c0-442e-b29f-171f10c49511} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 857 | 2024.12.13 20:57:52.186096 [ 261 ] {cd2f70fe-a3c0-442e-b29f-171f10c49511} <Debug> TCPHandler: Processed in 0.001204631 sec. | ||
| 858 | 2024.12.13 20:57:52.186381 [ 258 ] {} <Trace> TCP-Session: e05b905f-2c5e-422a-94b2-168750f7eadb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 859 | 2024.12.13 20:57:52.186546 [ 258 ] {b41f123e-4392-4793-b932-b2533cfadf88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56690) 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.13 20:57:52.186936 [ 258 ] {b41f123e-4392-4793-b932-b2533cfadf88} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 861 | 2024.12.13 20:57:52.186993 [ 258 ] {b41f123e-4392-4793-b932-b2533cfadf88} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 862 | 2024.12.13 20:57:52.187507 [ 258 ] {b41f123e-4392-4793-b932-b2533cfadf88} <Debug> TCPHandler: Processed in 0.001185401 sec. | ||
| 863 | 2024.12.13 20:57:52.187766 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 864 | 2024.12.13 20:57:52.187953 [ 261 ] {225863da-94d4-4935-b7dc-e9544f1a5799} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) 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.13 20:57:52.188425 [ 261 ] {225863da-94d4-4935-b7dc-e9544f1a5799} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 866 | 2024.12.13 20:57:52.188496 [ 261 ] {225863da-94d4-4935-b7dc-e9544f1a5799} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 867 | 2024.12.13 20:57:52.189070 [ 261 ] {225863da-94d4-4935-b7dc-e9544f1a5799} <Debug> TCPHandler: Processed in 0.001358245 sec. | ||
| 868 | 2024.12.13 20:57:52.189325 [ 258 ] {} <Trace> TCP-Session: e05b905f-2c5e-422a-94b2-168750f7eadb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 869 | 2024.12.13 20:57:52.189493 [ 258 ] {cb9320cc-76c4-40f3-85a3-ca3ddb870980} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56690) 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.13 20:57:52.189894 [ 258 ] {cb9320cc-76c4-40f3-85a3-ca3ddb870980} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 871 | 2024.12.13 20:57:52.189951 [ 258 ] {cb9320cc-76c4-40f3-85a3-ca3ddb870980} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 872 | 2024.12.13 20:57:52.190463 [ 258 ] {cb9320cc-76c4-40f3-85a3-ca3ddb870980} <Debug> TCPHandler: Processed in 0.001203101 sec. | ||
| 873 | 2024.12.13 20:57:52.190724 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 874 | 2024.12.13 20:57:52.190887 [ 261 ] {17d9deef-0305-4306-9101-39e352261c64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) 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.13 20:57:52.191291 [ 261 ] {17d9deef-0305-4306-9101-39e352261c64} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 876 | 2024.12.13 20:57:52.191348 [ 261 ] {17d9deef-0305-4306-9101-39e352261c64} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 877 | 2024.12.13 20:57:52.191875 [ 261 ] {17d9deef-0305-4306-9101-39e352261c64} <Debug> TCPHandler: Processed in 0.001206751 sec. | ||
| 878 | 2024.12.13 20:57:52.192122 [ 258 ] {} <Trace> TCP-Session: e05b905f-2c5e-422a-94b2-168750f7eadb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 879 | 2024.12.13 20:57:52.192287 [ 258 ] {41d6d586-2640-42ba-9083-45fb05e22a19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56690) 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.13 20:57:52.192697 [ 258 ] {41d6d586-2640-42ba-9083-45fb05e22a19} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 881 | 2024.12.13 20:57:52.192755 [ 258 ] {41d6d586-2640-42ba-9083-45fb05e22a19} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 882 | 2024.12.13 20:57:52.193285 [ 258 ] {41d6d586-2640-42ba-9083-45fb05e22a19} <Debug> TCPHandler: Processed in 0.001221142 sec. | ||
| 883 | 2024.12.13 20:57:52.193551 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 884 | 2024.12.13 20:57:52.193764 [ 261 ] {b81c8aef-2cca-422b-be7b-9f18672daa47} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) 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.13 20:57:52.194230 [ 261 ] {b81c8aef-2cca-422b-be7b-9f18672daa47} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 886 | 2024.12.13 20:57:52.194310 [ 261 ] {b81c8aef-2cca-422b-be7b-9f18672daa47} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 887 | 2024.12.13 20:57:52.194952 [ 261 ] {b81c8aef-2cca-422b-be7b-9f18672daa47} <Debug> TCPHandler: Processed in 0.001457168 sec. | ||
| 888 | 2024.12.13 20:57:52.197347 [ 258 ] {} <Trace> TCP-Session: e05b905f-2c5e-422a-94b2-168750f7eadb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 889 | 2024.12.13 20:57:52.197477 [ 258 ] {d0cb62fb-9c5b-4169-a9be-acedea8b7ade} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56690) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 890 | 2024.12.13 20:57:52.197530 [ 258 ] {d0cb62fb-9c5b-4169-a9be-acedea8b7ade} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 891 | 2024.12.13 20:57:52.201094 [ 258 ] {d0cb62fb-9c5b-4169-a9be-acedea8b7ade} <Trace> oximeter.timeseries_schema (eeba7b1a-875b-4c8a-9469-c26105167747): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 892 | 2024.12.13 20:57:52.201144 [ 258 ] {d0cb62fb-9c5b-4169-a9be-acedea8b7ade} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 893 | 2024.12.13 20:57:52.201840 [ 258 ] {d0cb62fb-9c5b-4169-a9be-acedea8b7ade} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 894 | 2024.12.13 20:57:52.202291 [ 258 ] {d0cb62fb-9c5b-4169-a9be-acedea8b7ade} <Trace> oximeter.timeseries_schema (eeba7b1a-875b-4c8a-9469-c26105167747): 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.13 20:57:52.202523 [ 258 ] {d0cb62fb-9c5b-4169-a9be-acedea8b7ade} <Debug> executeQuery: Read 18 rows, 2.52 KiB in 0.005072 sec., 3548.8958990536275 rows/sec., 496.37 KiB/sec. | ||
| 896 | 2024.12.13 20:57:52.202693 [ 258 ] {d0cb62fb-9c5b-4169-a9be-acedea8b7ade} <Debug> TCPHandler: Processed in 0.00539995 sec. | ||
| 897 | 2024.12.13 20:57:52.202852 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 898 | 2024.12.13 20:57:52.202983 [ 261 ] {4b430fca-1b8e-4354-a2df-523635c61be4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 899 | 2024.12.13 20:57:52.203034 [ 261 ] {4b430fca-1b8e-4354-a2df-523635c61be4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 900 | 2024.12.13 20:57:52.204374 [ 261 ] {4b430fca-1b8e-4354-a2df-523635c61be4} <Trace> oximeter.fields_string (5b8b6b34-88ee-4a07-bbae-ca77b5cb377f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 901 | 2024.12.13 20:57:52.204421 [ 261 ] {4b430fca-1b8e-4354-a2df-523635c61be4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 902 | 2024.12.13 20:57:52.204981 [ 261 ] {4b430fca-1b8e-4354-a2df-523635c61be4} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 903 | 2024.12.13 20:57:52.205502 [ 261 ] {4b430fca-1b8e-4354-a2df-523635c61be4} <Trace> oximeter.fields_string (5b8b6b34-88ee-4a07-bbae-ca77b5cb377f): 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.13 20:57:52.205723 [ 261 ] {4b430fca-1b8e-4354-a2df-523635c61be4} <Debug> executeQuery: Read 30 rows, 2.40 KiB in 0.002767 sec., 10842.067220816769 rows/sec., 866.80 KiB/sec. | ||
| 905 | 2024.12.13 20:57:52.205850 [ 261 ] {4b430fca-1b8e-4354-a2df-523635c61be4} <Debug> TCPHandler: Processed in 0.003053989 sec. | ||
| 906 | 2024.12.13 20:57:52.206017 [ 258 ] {} <Trace> TCP-Session: e05b905f-2c5e-422a-94b2-168750f7eadb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 907 | 2024.12.13 20:57:52.206157 [ 258 ] {306871a1-c2c8-43bd-ba28-44e0502e066d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56690) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 908 | 2024.12.13 20:57:52.206213 [ 258 ] {306871a1-c2c8-43bd-ba28-44e0502e066d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 909 | 2024.12.13 20:57:52.206897 [ 258 ] {306871a1-c2c8-43bd-ba28-44e0502e066d} <Trace> oximeter.fields_uuid (75bff165-9894-4896-8c72-35d0ef17bbe1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 910 | 2024.12.13 20:57:52.206937 [ 258 ] {306871a1-c2c8-43bd-ba28-44e0502e066d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 911 | 2024.12.13 20:57:52.207464 [ 258 ] {306871a1-c2c8-43bd-ba28-44e0502e066d} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 912 | 2024.12.13 20:57:52.207974 [ 258 ] {306871a1-c2c8-43bd-ba28-44e0502e066d} <Trace> oximeter.fields_uuid (75bff165-9894-4896-8c72-35d0ef17bbe1): 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.13 20:57:52.208258 [ 258 ] {306871a1-c2c8-43bd-ba28-44e0502e066d} <Debug> executeQuery: Read 36 rows, 2.88 KiB in 0.002115 sec., 17021.27659574468 rows/sec., 1.33 MiB/sec. | ||
| 914 | 2024.12.13 20:57:52.208333 [ 258 ] {306871a1-c2c8-43bd-ba28-44e0502e066d} <Debug> TCPHandler: Processed in 0.002385062 sec. | ||
| 915 | 2024.12.13 20:57:52.208480 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 916 | 2024.12.13 20:57:52.208603 [ 261 ] {b630cd6e-3a4c-44eb-8104-0a85b706500e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 917 | 2024.12.13 20:57:52.208659 [ 261 ] {b630cd6e-3a4c-44eb-8104-0a85b706500e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 918 | 2024.12.13 20:57:52.209852 [ 261 ] {b630cd6e-3a4c-44eb-8104-0a85b706500e} <Trace> oximeter.measurements_cumulativeu64 (622a7f09-a7e8-42f8-b1fb-316929b4f11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 919 | 2024.12.13 20:57:52.209888 [ 261 ] {b630cd6e-3a4c-44eb-8104-0a85b706500e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 920 | 2024.12.13 20:57:52.210505 [ 261 ] {b630cd6e-3a4c-44eb-8104-0a85b706500e} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 921 | 2024.12.13 20:57:52.210983 [ 261 ] {b630cd6e-3a4c-44eb-8104-0a85b706500e} <Trace> oximeter.measurements_cumulativeu64 (622a7f09-a7e8-42f8-b1fb-316929b4f11a): 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.13 20:57:52.211241 [ 261 ] {b630cd6e-3a4c-44eb-8104-0a85b706500e} <Debug> executeQuery: Read 48 rows, 3.45 KiB in 0.002642 sec., 18168.054504163512 rows/sec., 1.27 MiB/sec. | ||
| 923 | 2024.12.13 20:57:52.211316 [ 261 ] {b630cd6e-3a4c-44eb-8104-0a85b706500e} <Debug> TCPHandler: Processed in 0.002895866 sec. | ||
| 924 | 2024.12.13 20:57:52.211470 [ 258 ] {} <Trace> TCP-Session: e05b905f-2c5e-422a-94b2-168750f7eadb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 925 | 2024.12.13 20:57:52.211592 [ 258 ] {edc75665-917e-4cbc-a068-c49235cc6079} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56690) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 926 | 2024.12.13 20:57:52.211642 [ 258 ] {edc75665-917e-4cbc-a068-c49235cc6079} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 927 | 2024.12.13 20:57:52.212132 [ 258 ] {edc75665-917e-4cbc-a068-c49235cc6079} <Trace> oximeter.measurements_u64 (cc3a5477-acbd-4caa-813d-ff4981ce9df1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 928 | 2024.12.13 20:57:52.212171 [ 258 ] {edc75665-917e-4cbc-a068-c49235cc6079} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 929 | 2024.12.13 20:57:52.212662 [ 258 ] {edc75665-917e-4cbc-a068-c49235cc6079} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 930 | 2024.12.13 20:57:52.213100 [ 258 ] {edc75665-917e-4cbc-a068-c49235cc6079} <Trace> oximeter.measurements_u64 (cc3a5477-acbd-4caa-813d-ff4981ce9df1): 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.13 20:57:52.213320 [ 258 ] {edc75665-917e-4cbc-a068-c49235cc6079} <Debug> executeQuery: Read 24 rows, 1.63 KiB in 0.001754 sec., 13683.010262257698 rows/sec., 928.68 KiB/sec. | ||
| 932 | 2024.12.13 20:57:52.213374 [ 258 ] {edc75665-917e-4cbc-a068-c49235cc6079} <Debug> TCPHandler: Processed in 0.001961641 sec. | ||
| 933 | 2024.12.13 20:57:53.537955 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1403 | ||
| 934 | 2024.12.13 20:57:53.538570 [ 242 ] {} <Trace> system.asynchronous_metric_log (bfd632e9-c8e2-471e-b238-7df687a4f8ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 935 | 2024.12.13 20:57:53.538610 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 936 | 2024.12.13 20:57:53.539386 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 937 | 2024.12.13 20:57:53.539913 [ 242 ] {} <Trace> system.asynchronous_metric_log (bfd632e9-c8e2-471e-b238-7df687a4f8ca): 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.13 20:57:53.540150 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1403 | ||
| 939 | 2024.12.13 20:57:53.619567 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 | ||
| 940 | 2024.12.13 20:57:53.638496 [ 243 ] {} <Trace> system.metric_log (6f41e073-4f68-44d4-8e91-392ee6d2702a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 941 | 2024.12.13 20:57:53.638551 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 942 | 2024.12.13 20:57:53.645694 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 943 | 2024.12.13 20:57:53.646833 [ 243 ] {} <Trace> system.metric_log (6f41e073-4f68-44d4-8e91-392ee6d2702a): 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.13 20:57:53.649376 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 23 | ||
| 945 | 2024.12.13 20:57:57.158118 [ 258 ] {} <Trace> TCP-Session: e05b905f-2c5e-422a-94b2-168750f7eadb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 946 | 2024.12.13 20:57:57.158315 [ 258 ] {57611a1d-4e3c-4a7d-afc6-e009bf033ce7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56690) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 947 | 2024.12.13 20:57:57.158385 [ 258 ] {57611a1d-4e3c-4a7d-afc6-e009bf033ce7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 948 | 2024.12.13 20:57:57.159126 [ 258 ] {57611a1d-4e3c-4a7d-afc6-e009bf033ce7} <Trace> oximeter.fields_string (5b8b6b34-88ee-4a07-bbae-ca77b5cb377f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 949 | 2024.12.13 20:57:57.159171 [ 258 ] {57611a1d-4e3c-4a7d-afc6-e009bf033ce7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 950 | 2024.12.13 20:57:57.159763 [ 258 ] {57611a1d-4e3c-4a7d-afc6-e009bf033ce7} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 951 | 2024.12.13 20:57:57.160287 [ 258 ] {57611a1d-4e3c-4a7d-afc6-e009bf033ce7} <Trace> oximeter.fields_string (5b8b6b34-88ee-4a07-bbae-ca77b5cb377f): 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.13 20:57:57.160516 [ 258 ] {57611a1d-4e3c-4a7d-afc6-e009bf033ce7} <Debug> executeQuery: Read 30 rows, 2.40 KiB in 0.002254 sec., 13309.671694764864 rows/sec., 1.04 MiB/sec. | ||
| 953 | 2024.12.13 20:57:57.160578 [ 258 ] {57611a1d-4e3c-4a7d-afc6-e009bf033ce7} <Debug> TCPHandler: Processed in 0.002586167 sec. | ||
| 954 | 2024.12.13 20:57:57.160854 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 955 | 2024.12.13 20:57:57.161063 [ 261 ] {7e2a7a59-19ad-479c-9d88-da6632afc66b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 956 | 2024.12.13 20:57:57.161151 [ 261 ] {7e2a7a59-19ad-479c-9d88-da6632afc66b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 957 | 2024.12.13 20:57:57.162009 [ 261 ] {7e2a7a59-19ad-479c-9d88-da6632afc66b} <Trace> oximeter.fields_uuid (75bff165-9894-4896-8c72-35d0ef17bbe1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 958 | 2024.12.13 20:57:57.162052 [ 261 ] {7e2a7a59-19ad-479c-9d88-da6632afc66b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 959 | 2024.12.13 20:57:57.162694 [ 261 ] {7e2a7a59-19ad-479c-9d88-da6632afc66b} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 960 | 2024.12.13 20:57:57.163214 [ 261 ] {7e2a7a59-19ad-479c-9d88-da6632afc66b} <Trace> oximeter.fields_uuid (75bff165-9894-4896-8c72-35d0ef17bbe1): 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.13 20:57:57.163417 [ 261 ] {7e2a7a59-19ad-479c-9d88-da6632afc66b} <Debug> executeQuery: Read 36 rows, 2.88 KiB in 0.002413 sec., 14919.187733112307 rows/sec., 1.17 MiB/sec. | ||
| 962 | 2024.12.13 20:57:57.163479 [ 261 ] {7e2a7a59-19ad-479c-9d88-da6632afc66b} <Debug> TCPHandler: Processed in 0.002766491 sec. | ||
| 963 | 2024.12.13 20:57:57.163649 [ 258 ] {} <Trace> TCP-Session: e05b905f-2c5e-422a-94b2-168750f7eadb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 964 | 2024.12.13 20:57:57.163791 [ 258 ] {f4a05316-fd5b-4b35-b637-a44b2d410672} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56690) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 965 | 2024.12.13 20:57:57.163857 [ 258 ] {f4a05316-fd5b-4b35-b637-a44b2d410672} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 966 | 2024.12.13 20:57:57.164429 [ 258 ] {f4a05316-fd5b-4b35-b637-a44b2d410672} <Trace> oximeter.measurements_cumulativeu64 (622a7f09-a7e8-42f8-b1fb-316929b4f11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 967 | 2024.12.13 20:57:57.164470 [ 258 ] {f4a05316-fd5b-4b35-b637-a44b2d410672} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 968 | 2024.12.13 20:57:57.165095 [ 258 ] {f4a05316-fd5b-4b35-b637-a44b2d410672} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 969 | 2024.12.13 20:57:57.165629 [ 258 ] {f4a05316-fd5b-4b35-b637-a44b2d410672} <Trace> oximeter.measurements_cumulativeu64 (622a7f09-a7e8-42f8-b1fb-316929b4f11a): 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.13 20:57:57.165865 [ 258 ] {f4a05316-fd5b-4b35-b637-a44b2d410672} <Debug> executeQuery: Read 60 rows, 4.31 KiB in 0.002101 sec., 28557.829604950024 rows/sec., 2.00 MiB/sec. | ||
| 971 | 2024.12.13 20:57:57.165922 [ 258 ] {f4a05316-fd5b-4b35-b637-a44b2d410672} <Debug> TCPHandler: Processed in 0.002342641 sec. | ||
| 972 | 2024.12.13 20:57:57.166100 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 973 | 2024.12.13 20:57:57.166248 [ 261 ] {65fbeb8b-daf7-407a-a2e8-d477b1d8d2a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 974 | 2024.12.13 20:57:57.166313 [ 261 ] {65fbeb8b-daf7-407a-a2e8-d477b1d8d2a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 975 | 2024.12.13 20:57:57.166895 [ 261 ] {65fbeb8b-daf7-407a-a2e8-d477b1d8d2a3} <Trace> oximeter.measurements_u64 (cc3a5477-acbd-4caa-813d-ff4981ce9df1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 976 | 2024.12.13 20:57:57.166942 [ 261 ] {65fbeb8b-daf7-407a-a2e8-d477b1d8d2a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 977 | 2024.12.13 20:57:57.167431 [ 261 ] {65fbeb8b-daf7-407a-a2e8-d477b1d8d2a3} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 978 | 2024.12.13 20:57:57.168009 [ 261 ] {65fbeb8b-daf7-407a-a2e8-d477b1d8d2a3} <Trace> oximeter.measurements_u64 (cc3a5477-acbd-4caa-813d-ff4981ce9df1): 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.13 20:57:57.168190 [ 261 ] {65fbeb8b-daf7-407a-a2e8-d477b1d8d2a3} <Debug> executeQuery: Read 30 rows, 2.04 KiB in 0.001979 sec., 15159.171298635676 rows/sec., 1.00 MiB/sec. | ||
| 980 | 2024.12.13 20:57:57.168241 [ 261 ] {65fbeb8b-daf7-407a-a2e8-d477b1d8d2a3} <Debug> TCPHandler: Processed in 0.002211217 sec. | ||
| 981 | 2024.12.13 20:58:00.980116 [ 96 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 982 | 2024.12.13 20:58:00.980179 [ 96 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 983 | 2024.12.13 20:58:01.041184 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1891 | ||
| 984 | 2024.12.13 20:58:01.041826 [ 242 ] {} <Trace> system.asynchronous_metric_log (bfd632e9-c8e2-471e-b238-7df687a4f8ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 985 | 2024.12.13 20:58:01.041872 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 986 | 2024.12.13 20:58:01.042568 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 987 | 2024.12.13 20:58:01.043043 [ 242 ] {} <Trace> system.asynchronous_metric_log (bfd632e9-c8e2-471e-b238-7df687a4f8ca): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 988 | 2024.12.13 20:58:01.043257 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891 | ||
| 989 | 2024.12.13 20:58:01.063061 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 144 | ||
| 990 | 2024.12.13 20:58:01.067362 [ 244 ] {} <Trace> system.query_log (909797ee-5efd-476a-9e9e-2a430c5c4abc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 991 | 2024.12.13 20:58:01.067415 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 992 | 2024.12.13 20:58:01.069049 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 993 | 2024.12.13 20:58:01.069562 [ 244 ] {} <Trace> system.query_log (909797ee-5efd-476a-9e9e-2a430c5c4abc): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 994 | 2024.12.13 20:58:01.070372 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 144 | ||
| 995 | 2024.12.13 20:58:01.150387 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 | ||
| 996 | 2024.12.13 20:58:01.169632 [ 243 ] {} <Trace> system.metric_log (6f41e073-4f68-44d4-8e91-392ee6d2702a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 997 | 2024.12.13 20:58:01.169688 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 998 | 2024.12.13 20:58:01.176733 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 999 | 2024.12.13 20:58:01.177905 [ 243 ] {} <Trace> system.metric_log (6f41e073-4f68-44d4-8e91-392ee6d2702a): 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.13 20:58:01.180708 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 31 | ||
| 1001 | 2024.12.13 20:58:02.154844 [ 258 ] {} <Trace> TCP-Session: e05b905f-2c5e-422a-94b2-168750f7eadb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1002 | 2024.12.13 20:58:02.155094 [ 258 ] {07c91b56-30ce-4e0e-a8e6-9e64403d21c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56690) 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.13 20:58:02.155540 [ 258 ] {07c91b56-30ce-4e0e-a8e6-9e64403d21c5} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1004 | 2024.12.13 20:58:02.155616 [ 258 ] {07c91b56-30ce-4e0e-a8e6-9e64403d21c5} <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.13 20:58:02.155927 [ 258 ] {07c91b56-30ce-4e0e-a8e6-9e64403d21c5} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1006 | 2024.12.13 20:58:02.156114 [ 258 ] {07c91b56-30ce-4e0e-a8e6-9e64403d21c5} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1007 | 2024.12.13 20:58:02.158411 [ 258 ] {07c91b56-30ce-4e0e-a8e6-9e64403d21c5} <Debug> oximeter.timeseries_schema (eeba7b1a-875b-4c8a-9469-c26105167747) (SelectExecutor): Key condition: (column 0 notIn 18-element set) | ||
| 1008 | 2024.12.13 20:58:02.161502 [ 258 ] {07c91b56-30ce-4e0e-a8e6-9e64403d21c5} <Trace> oximeter.timeseries_schema (eeba7b1a-875b-4c8a-9469-c26105167747) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1009 | 2024.12.13 20:58:02.161564 [ 258 ] {07c91b56-30ce-4e0e-a8e6-9e64403d21c5} <Debug> oximeter.timeseries_schema (eeba7b1a-875b-4c8a-9469-c26105167747) (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.13 20:58:02.161591 [ 258 ] {07c91b56-30ce-4e0e-a8e6-9e64403d21c5} <Trace> oximeter.timeseries_schema (eeba7b1a-875b-4c8a-9469-c26105167747) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1011 | 2024.12.13 20:58:02.161734 [ 258 ] {07c91b56-30ce-4e0e-a8e6-9e64403d21c5} <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.13 20:58:02.161772 [ 258 ] {07c91b56-30ce-4e0e-a8e6-9e64403d21c5} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1013 | 2024.12.13 20:58:02.175098 [ 258 ] {07c91b56-30ce-4e0e-a8e6-9e64403d21c5} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.020108 sec., 895.1661030435647 rows/sec., 36.62 KiB/sec. | ||
| 1014 | 2024.12.13 20:58:02.175235 [ 258 ] {07c91b56-30ce-4e0e-a8e6-9e64403d21c5} <Debug> TCPHandler: Processed in 0.020520433 sec. | ||
| 1015 | 2024.12.13 20:58:02.176304 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1016 | 2024.12.13 20:58:02.176557 [ 261 ] {fb01334a-dd79-40d9-a6ed-9fc8ba430f37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) 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.13 20:58:02.176954 [ 261 ] {fb01334a-dd79-40d9-a6ed-9fc8ba430f37} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1018 | 2024.12.13 20:58:02.176997 [ 261 ] {fb01334a-dd79-40d9-a6ed-9fc8ba430f37} <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.13 20:58:02.177300 [ 261 ] {fb01334a-dd79-40d9-a6ed-9fc8ba430f37} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1020 | 2024.12.13 20:58:02.177379 [ 261 ] {fb01334a-dd79-40d9-a6ed-9fc8ba430f37} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1021 | 2024.12.13 20:58:02.177559 [ 261 ] {fb01334a-dd79-40d9-a6ed-9fc8ba430f37} <Debug> oximeter.timeseries_schema (eeba7b1a-875b-4c8a-9469-c26105167747) (SelectExecutor): Key condition: (column 0 notIn 19-element set) | ||
| 1022 | 2024.12.13 20:58:02.177600 [ 261 ] {fb01334a-dd79-40d9-a6ed-9fc8ba430f37} <Trace> oximeter.timeseries_schema (eeba7b1a-875b-4c8a-9469-c26105167747) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1023 | 2024.12.13 20:58:02.177626 [ 261 ] {fb01334a-dd79-40d9-a6ed-9fc8ba430f37} <Debug> oximeter.timeseries_schema (eeba7b1a-875b-4c8a-9469-c26105167747) (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.13 20:58:02.177644 [ 261 ] {fb01334a-dd79-40d9-a6ed-9fc8ba430f37} <Trace> oximeter.timeseries_schema (eeba7b1a-875b-4c8a-9469-c26105167747) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1025 | 2024.12.13 20:58:02.177692 [ 261 ] {fb01334a-dd79-40d9-a6ed-9fc8ba430f37} <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.13 20:58:02.177716 [ 261 ] {fb01334a-dd79-40d9-a6ed-9fc8ba430f37} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1027 | 2024.12.13 20:58:02.178397 [ 261 ] {fb01334a-dd79-40d9-a6ed-9fc8ba430f37} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001953 sec., 9216.589861751152 rows/sec., 377.02 KiB/sec. | ||
| 1028 | 2024.12.13 20:58:02.178520 [ 261 ] {fb01334a-dd79-40d9-a6ed-9fc8ba430f37} <Debug> TCPHandler: Processed in 0.002347271 sec. | ||
| 1029 | 2024.12.13 20:58:02.178973 [ 258 ] {} <Trace> TCP-Session: e05b905f-2c5e-422a-94b2-168750f7eadb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1030 | 2024.12.13 20:58:02.179182 [ 258 ] {23278d95-3809-42d0-bd78-1b5d34e2d277} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56690) 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.13 20:58:02.179512 [ 258 ] {23278d95-3809-42d0-bd78-1b5d34e2d277} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1032 | 2024.12.13 20:58:02.179557 [ 258 ] {23278d95-3809-42d0-bd78-1b5d34e2d277} <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.13 20:58:02.179840 [ 258 ] {23278d95-3809-42d0-bd78-1b5d34e2d277} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1034 | 2024.12.13 20:58:02.179910 [ 258 ] {23278d95-3809-42d0-bd78-1b5d34e2d277} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1035 | 2024.12.13 20:58:02.180064 [ 258 ] {23278d95-3809-42d0-bd78-1b5d34e2d277} <Debug> oximeter.timeseries_schema (eeba7b1a-875b-4c8a-9469-c26105167747) (SelectExecutor): Key condition: (column 0 notIn 20-element set) | ||
| 1036 | 2024.12.13 20:58:02.180098 [ 258 ] {23278d95-3809-42d0-bd78-1b5d34e2d277} <Trace> oximeter.timeseries_schema (eeba7b1a-875b-4c8a-9469-c26105167747) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1037 | 2024.12.13 20:58:02.180123 [ 258 ] {23278d95-3809-42d0-bd78-1b5d34e2d277} <Debug> oximeter.timeseries_schema (eeba7b1a-875b-4c8a-9469-c26105167747) (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.13 20:58:02.180141 [ 258 ] {23278d95-3809-42d0-bd78-1b5d34e2d277} <Trace> oximeter.timeseries_schema (eeba7b1a-875b-4c8a-9469-c26105167747) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1039 | 2024.12.13 20:58:02.180188 [ 258 ] {23278d95-3809-42d0-bd78-1b5d34e2d277} <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.13 20:58:02.180213 [ 258 ] {23278d95-3809-42d0-bd78-1b5d34e2d277} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1041 | 2024.12.13 20:58:02.180851 [ 258 ] {23278d95-3809-42d0-bd78-1b5d34e2d277} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001761 sec., 10221.465076660988 rows/sec., 418.13 KiB/sec. | ||
| 1042 | 2024.12.13 20:58:02.180986 [ 258 ] {23278d95-3809-42d0-bd78-1b5d34e2d277} <Debug> TCPHandler: Processed in 0.002087804 sec. | ||
| 1043 | 2024.12.13 20:58:02.181574 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1044 | 2024.12.13 20:58:02.181750 [ 261 ] {21374c8b-7f81-4b93-9a5c-8d3eb0913dd6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) 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.13 20:58:02.182056 [ 261 ] {21374c8b-7f81-4b93-9a5c-8d3eb0913dd6} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1046 | 2024.12.13 20:58:02.182100 [ 261 ] {21374c8b-7f81-4b93-9a5c-8d3eb0913dd6} <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.13 20:58:02.182375 [ 261 ] {21374c8b-7f81-4b93-9a5c-8d3eb0913dd6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1048 | 2024.12.13 20:58:02.182442 [ 261 ] {21374c8b-7f81-4b93-9a5c-8d3eb0913dd6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1049 | 2024.12.13 20:58:02.182592 [ 261 ] {21374c8b-7f81-4b93-9a5c-8d3eb0913dd6} <Debug> oximeter.timeseries_schema (eeba7b1a-875b-4c8a-9469-c26105167747) (SelectExecutor): Key condition: (column 0 notIn 21-element set) | ||
| 1050 | 2024.12.13 20:58:02.182626 [ 261 ] {21374c8b-7f81-4b93-9a5c-8d3eb0913dd6} <Trace> oximeter.timeseries_schema (eeba7b1a-875b-4c8a-9469-c26105167747) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1051 | 2024.12.13 20:58:02.182648 [ 261 ] {21374c8b-7f81-4b93-9a5c-8d3eb0913dd6} <Debug> oximeter.timeseries_schema (eeba7b1a-875b-4c8a-9469-c26105167747) (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.13 20:58:02.182665 [ 261 ] {21374c8b-7f81-4b93-9a5c-8d3eb0913dd6} <Trace> oximeter.timeseries_schema (eeba7b1a-875b-4c8a-9469-c26105167747) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1053 | 2024.12.13 20:58:02.182711 [ 261 ] {21374c8b-7f81-4b93-9a5c-8d3eb0913dd6} <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.13 20:58:02.182733 [ 261 ] {21374c8b-7f81-4b93-9a5c-8d3eb0913dd6} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1055 | 2024.12.13 20:58:02.183361 [ 261 ] {21374c8b-7f81-4b93-9a5c-8d3eb0913dd6} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001688 sec., 10663.507109004739 rows/sec., 436.21 KiB/sec. | ||
| 1056 | 2024.12.13 20:58:02.183509 [ 261 ] {21374c8b-7f81-4b93-9a5c-8d3eb0913dd6} <Debug> TCPHandler: Processed in 0.001990901 sec. | ||
| 1057 | 2024.12.13 20:58:02.183801 [ 258 ] {} <Trace> TCP-Session: e05b905f-2c5e-422a-94b2-168750f7eadb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1058 | 2024.12.13 20:58:02.183982 [ 258 ] {e9354738-2e7f-4a07-95fd-a60239de6969} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56690) 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.13 20:58:02.184307 [ 258 ] {e9354738-2e7f-4a07-95fd-a60239de6969} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1060 | 2024.12.13 20:58:02.184361 [ 258 ] {e9354738-2e7f-4a07-95fd-a60239de6969} <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.13 20:58:02.184638 [ 258 ] {e9354738-2e7f-4a07-95fd-a60239de6969} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1062 | 2024.12.13 20:58:02.184706 [ 258 ] {e9354738-2e7f-4a07-95fd-a60239de6969} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1063 | 2024.12.13 20:58:02.184853 [ 258 ] {e9354738-2e7f-4a07-95fd-a60239de6969} <Debug> oximeter.timeseries_schema (eeba7b1a-875b-4c8a-9469-c26105167747) (SelectExecutor): Key condition: (column 0 notIn 22-element set) | ||
| 1064 | 2024.12.13 20:58:02.184886 [ 258 ] {e9354738-2e7f-4a07-95fd-a60239de6969} <Trace> oximeter.timeseries_schema (eeba7b1a-875b-4c8a-9469-c26105167747) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1065 | 2024.12.13 20:58:02.184909 [ 258 ] {e9354738-2e7f-4a07-95fd-a60239de6969} <Debug> oximeter.timeseries_schema (eeba7b1a-875b-4c8a-9469-c26105167747) (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.13 20:58:02.184926 [ 258 ] {e9354738-2e7f-4a07-95fd-a60239de6969} <Trace> oximeter.timeseries_schema (eeba7b1a-875b-4c8a-9469-c26105167747) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1067 | 2024.12.13 20:58:02.184973 [ 258 ] {e9354738-2e7f-4a07-95fd-a60239de6969} <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.13 20:58:02.184996 [ 258 ] {e9354738-2e7f-4a07-95fd-a60239de6969} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1069 | 2024.12.13 20:58:02.185615 [ 258 ] {e9354738-2e7f-4a07-95fd-a60239de6969} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001713 sec., 10507.880910683012 rows/sec., 429.85 KiB/sec. | ||
| 1070 | 2024.12.13 20:58:02.185731 [ 258 ] {e9354738-2e7f-4a07-95fd-a60239de6969} <Debug> TCPHandler: Processed in 0.001990462 sec. | ||
| 1071 | 2024.12.13 20:58:02.185967 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1072 | 2024.12.13 20:58:02.186156 [ 261 ] {fc15d92f-2deb-4dc5-8fed-2f8c9cc0b32e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) 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.13 20:58:02.186523 [ 261 ] {fc15d92f-2deb-4dc5-8fed-2f8c9cc0b32e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1074 | 2024.12.13 20:58:02.186576 [ 261 ] {fc15d92f-2deb-4dc5-8fed-2f8c9cc0b32e} <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.13 20:58:02.186903 [ 261 ] {fc15d92f-2deb-4dc5-8fed-2f8c9cc0b32e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1076 | 2024.12.13 20:58:02.186984 [ 261 ] {fc15d92f-2deb-4dc5-8fed-2f8c9cc0b32e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1077 | 2024.12.13 20:58:02.187153 [ 261 ] {fc15d92f-2deb-4dc5-8fed-2f8c9cc0b32e} <Debug> oximeter.timeseries_schema (eeba7b1a-875b-4c8a-9469-c26105167747) (SelectExecutor): Key condition: (column 0 notIn 23-element set) | ||
| 1078 | 2024.12.13 20:58:02.187185 [ 261 ] {fc15d92f-2deb-4dc5-8fed-2f8c9cc0b32e} <Trace> oximeter.timeseries_schema (eeba7b1a-875b-4c8a-9469-c26105167747) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1079 | 2024.12.13 20:58:02.187207 [ 261 ] {fc15d92f-2deb-4dc5-8fed-2f8c9cc0b32e} <Debug> oximeter.timeseries_schema (eeba7b1a-875b-4c8a-9469-c26105167747) (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.13 20:58:02.187223 [ 261 ] {fc15d92f-2deb-4dc5-8fed-2f8c9cc0b32e} <Trace> oximeter.timeseries_schema (eeba7b1a-875b-4c8a-9469-c26105167747) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1081 | 2024.12.13 20:58:02.187267 [ 261 ] {fc15d92f-2deb-4dc5-8fed-2f8c9cc0b32e} <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.13 20:58:02.187289 [ 261 ] {fc15d92f-2deb-4dc5-8fed-2f8c9cc0b32e} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1083 | 2024.12.13 20:58:02.187840 [ 261 ] {fc15d92f-2deb-4dc5-8fed-2f8c9cc0b32e} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001776 sec., 10135.135135135135 rows/sec., 414.60 KiB/sec. | ||
| 1084 | 2024.12.13 20:58:02.187952 [ 261 ] {fc15d92f-2deb-4dc5-8fed-2f8c9cc0b32e} <Debug> TCPHandler: Processed in 0.002041773 sec. | ||
| 1085 | 2024.12.13 20:58:02.188194 [ 258 ] {} <Trace> TCP-Session: e05b905f-2c5e-422a-94b2-168750f7eadb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1086 | 2024.12.13 20:58:02.188372 [ 258 ] {e102f9d5-17b2-4c5c-a27f-d3d2d32335b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56690) 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.13 20:58:02.188682 [ 258 ] {e102f9d5-17b2-4c5c-a27f-d3d2d32335b1} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1088 | 2024.12.13 20:58:02.188725 [ 258 ] {e102f9d5-17b2-4c5c-a27f-d3d2d32335b1} <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.13 20:58:02.188998 [ 258 ] {e102f9d5-17b2-4c5c-a27f-d3d2d32335b1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1090 | 2024.12.13 20:58:02.189065 [ 258 ] {e102f9d5-17b2-4c5c-a27f-d3d2d32335b1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1091 | 2024.12.13 20:58:02.189212 [ 258 ] {e102f9d5-17b2-4c5c-a27f-d3d2d32335b1} <Debug> oximeter.timeseries_schema (eeba7b1a-875b-4c8a-9469-c26105167747) (SelectExecutor): Key condition: (column 0 notIn 24-element set) | ||
| 1092 | 2024.12.13 20:58:02.189244 [ 258 ] {e102f9d5-17b2-4c5c-a27f-d3d2d32335b1} <Trace> oximeter.timeseries_schema (eeba7b1a-875b-4c8a-9469-c26105167747) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1093 | 2024.12.13 20:58:02.189267 [ 258 ] {e102f9d5-17b2-4c5c-a27f-d3d2d32335b1} <Debug> oximeter.timeseries_schema (eeba7b1a-875b-4c8a-9469-c26105167747) (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.13 20:58:02.189283 [ 258 ] {e102f9d5-17b2-4c5c-a27f-d3d2d32335b1} <Trace> oximeter.timeseries_schema (eeba7b1a-875b-4c8a-9469-c26105167747) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1095 | 2024.12.13 20:58:02.189328 [ 258 ] {e102f9d5-17b2-4c5c-a27f-d3d2d32335b1} <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.13 20:58:02.189350 [ 258 ] {e102f9d5-17b2-4c5c-a27f-d3d2d32335b1} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1097 | 2024.12.13 20:58:02.189932 [ 258 ] {e102f9d5-17b2-4c5c-a27f-d3d2d32335b1} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001642 sec., 10962.241169305724 rows/sec., 448.43 KiB/sec. | ||
| 1098 | 2024.12.13 20:58:02.190048 [ 258 ] {e102f9d5-17b2-4c5c-a27f-d3d2d32335b1} <Debug> TCPHandler: Processed in 0.00190991 sec. | ||
| 1099 | 2024.12.13 20:58:02.190288 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1100 | 2024.12.13 20:58:02.190495 [ 261 ] {66d418f6-253c-4ffa-a239-3729b78f6a71} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) 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.13 20:58:02.190872 [ 261 ] {66d418f6-253c-4ffa-a239-3729b78f6a71} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1102 | 2024.12.13 20:58:02.190926 [ 261 ] {66d418f6-253c-4ffa-a239-3729b78f6a71} <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.13 20:58:02.191271 [ 261 ] {66d418f6-253c-4ffa-a239-3729b78f6a71} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1104 | 2024.12.13 20:58:02.191338 [ 261 ] {66d418f6-253c-4ffa-a239-3729b78f6a71} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1105 | 2024.12.13 20:58:02.191486 [ 261 ] {66d418f6-253c-4ffa-a239-3729b78f6a71} <Debug> oximeter.timeseries_schema (eeba7b1a-875b-4c8a-9469-c26105167747) (SelectExecutor): Key condition: (column 0 notIn 25-element set) | ||
| 1106 | 2024.12.13 20:58:02.191519 [ 261 ] {66d418f6-253c-4ffa-a239-3729b78f6a71} <Trace> oximeter.timeseries_schema (eeba7b1a-875b-4c8a-9469-c26105167747) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1107 | 2024.12.13 20:58:02.191542 [ 261 ] {66d418f6-253c-4ffa-a239-3729b78f6a71} <Debug> oximeter.timeseries_schema (eeba7b1a-875b-4c8a-9469-c26105167747) (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.13 20:58:02.191559 [ 261 ] {66d418f6-253c-4ffa-a239-3729b78f6a71} <Trace> oximeter.timeseries_schema (eeba7b1a-875b-4c8a-9469-c26105167747) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1109 | 2024.12.13 20:58:02.191602 [ 261 ] {66d418f6-253c-4ffa-a239-3729b78f6a71} <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.13 20:58:02.191626 [ 261 ] {66d418f6-253c-4ffa-a239-3729b78f6a71} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1111 | 2024.12.13 20:58:02.192208 [ 261 ] {66d418f6-253c-4ffa-a239-3729b78f6a71} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001811 sec., 9939.260077305356 rows/sec., 406.59 KiB/sec. | ||
| 1112 | 2024.12.13 20:58:02.192332 [ 261 ] {66d418f6-253c-4ffa-a239-3729b78f6a71} <Debug> TCPHandler: Processed in 0.002108894 sec. | ||
| 1113 | 2024.12.13 20:58:02.192614 [ 258 ] {} <Trace> TCP-Session: e05b905f-2c5e-422a-94b2-168750f7eadb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1114 | 2024.12.13 20:58:02.192820 [ 258 ] {6da22791-4c8b-49b4-b3a6-b1dd3be8d25b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56690) 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.13 20:58:02.193152 [ 258 ] {6da22791-4c8b-49b4-b3a6-b1dd3be8d25b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1116 | 2024.12.13 20:58:02.193198 [ 258 ] {6da22791-4c8b-49b4-b3a6-b1dd3be8d25b} <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.13 20:58:02.193497 [ 258 ] {6da22791-4c8b-49b4-b3a6-b1dd3be8d25b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1118 | 2024.12.13 20:58:02.193570 [ 258 ] {6da22791-4c8b-49b4-b3a6-b1dd3be8d25b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1119 | 2024.12.13 20:58:02.193723 [ 258 ] {6da22791-4c8b-49b4-b3a6-b1dd3be8d25b} <Debug> oximeter.timeseries_schema (eeba7b1a-875b-4c8a-9469-c26105167747) (SelectExecutor): Key condition: (column 0 notIn 26-element set) | ||
| 1120 | 2024.12.13 20:58:02.193756 [ 258 ] {6da22791-4c8b-49b4-b3a6-b1dd3be8d25b} <Trace> oximeter.timeseries_schema (eeba7b1a-875b-4c8a-9469-c26105167747) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1121 | 2024.12.13 20:58:02.193779 [ 258 ] {6da22791-4c8b-49b4-b3a6-b1dd3be8d25b} <Debug> oximeter.timeseries_schema (eeba7b1a-875b-4c8a-9469-c26105167747) (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.13 20:58:02.193795 [ 258 ] {6da22791-4c8b-49b4-b3a6-b1dd3be8d25b} <Trace> oximeter.timeseries_schema (eeba7b1a-875b-4c8a-9469-c26105167747) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1123 | 2024.12.13 20:58:02.193838 [ 258 ] {6da22791-4c8b-49b4-b3a6-b1dd3be8d25b} <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.13 20:58:02.193863 [ 258 ] {6da22791-4c8b-49b4-b3a6-b1dd3be8d25b} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1125 | 2024.12.13 20:58:02.194528 [ 258 ] {6da22791-4c8b-49b4-b3a6-b1dd3be8d25b} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001797 sec., 10016.69449081803 rows/sec., 409.75 KiB/sec. | ||
| 1126 | 2024.12.13 20:58:02.194650 [ 258 ] {6da22791-4c8b-49b4-b3a6-b1dd3be8d25b} <Debug> TCPHandler: Processed in 0.002102764 sec. | ||
| 1127 | 2024.12.13 20:58:02.194917 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1128 | 2024.12.13 20:58:02.195092 [ 261 ] {89334f9b-da90-442a-9747-7a54d7c6634f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) 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.13 20:58:02.195636 [ 261 ] {89334f9b-da90-442a-9747-7a54d7c6634f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1130 | 2024.12.13 20:58:02.195717 [ 261 ] {89334f9b-da90-442a-9747-7a54d7c6634f} <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.13 20:58:02.196188 [ 261 ] {89334f9b-da90-442a-9747-7a54d7c6634f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1132 | 2024.12.13 20:58:02.196254 [ 261 ] {89334f9b-da90-442a-9747-7a54d7c6634f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1133 | 2024.12.13 20:58:02.196409 [ 261 ] {89334f9b-da90-442a-9747-7a54d7c6634f} <Debug> oximeter.timeseries_schema (eeba7b1a-875b-4c8a-9469-c26105167747) (SelectExecutor): Key condition: (column 0 notIn 27-element set) | ||
| 1134 | 2024.12.13 20:58:02.196444 [ 261 ] {89334f9b-da90-442a-9747-7a54d7c6634f} <Trace> oximeter.timeseries_schema (eeba7b1a-875b-4c8a-9469-c26105167747) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1135 | 2024.12.13 20:58:02.196467 [ 261 ] {89334f9b-da90-442a-9747-7a54d7c6634f} <Debug> oximeter.timeseries_schema (eeba7b1a-875b-4c8a-9469-c26105167747) (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.13 20:58:02.196485 [ 261 ] {89334f9b-da90-442a-9747-7a54d7c6634f} <Trace> oximeter.timeseries_schema (eeba7b1a-875b-4c8a-9469-c26105167747) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1137 | 2024.12.13 20:58:02.196530 [ 261 ] {89334f9b-da90-442a-9747-7a54d7c6634f} <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.13 20:58:02.196554 [ 261 ] {89334f9b-da90-442a-9747-7a54d7c6634f} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1139 | 2024.12.13 20:58:02.197118 [ 261 ] {89334f9b-da90-442a-9747-7a54d7c6634f} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002108 sec., 8538.899430740037 rows/sec., 349.30 KiB/sec. | ||
| 1140 | 2024.12.13 20:58:02.197231 [ 261 ] {89334f9b-da90-442a-9747-7a54d7c6634f} <Debug> TCPHandler: Processed in 0.002370681 sec. | ||
| 1141 | 2024.12.13 20:58:02.197491 [ 258 ] {} <Trace> TCP-Session: e05b905f-2c5e-422a-94b2-168750f7eadb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1142 | 2024.12.13 20:58:02.197673 [ 258 ] {0d2c9692-a577-4315-9a3f-0ff9e3c970f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56690) 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.13 20:58:02.197994 [ 258 ] {0d2c9692-a577-4315-9a3f-0ff9e3c970f1} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1144 | 2024.12.13 20:58:02.198040 [ 258 ] {0d2c9692-a577-4315-9a3f-0ff9e3c970f1} <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.13 20:58:02.198337 [ 258 ] {0d2c9692-a577-4315-9a3f-0ff9e3c970f1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1146 | 2024.12.13 20:58:02.198407 [ 258 ] {0d2c9692-a577-4315-9a3f-0ff9e3c970f1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1147 | 2024.12.13 20:58:02.198560 [ 258 ] {0d2c9692-a577-4315-9a3f-0ff9e3c970f1} <Debug> oximeter.timeseries_schema (eeba7b1a-875b-4c8a-9469-c26105167747) (SelectExecutor): Key condition: (column 0 notIn 28-element set) | ||
| 1148 | 2024.12.13 20:58:02.198595 [ 258 ] {0d2c9692-a577-4315-9a3f-0ff9e3c970f1} <Trace> oximeter.timeseries_schema (eeba7b1a-875b-4c8a-9469-c26105167747) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1149 | 2024.12.13 20:58:02.198617 [ 258 ] {0d2c9692-a577-4315-9a3f-0ff9e3c970f1} <Debug> oximeter.timeseries_schema (eeba7b1a-875b-4c8a-9469-c26105167747) (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.13 20:58:02.198634 [ 258 ] {0d2c9692-a577-4315-9a3f-0ff9e3c970f1} <Trace> oximeter.timeseries_schema (eeba7b1a-875b-4c8a-9469-c26105167747) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1151 | 2024.12.13 20:58:02.198680 [ 258 ] {0d2c9692-a577-4315-9a3f-0ff9e3c970f1} <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.13 20:58:02.198704 [ 258 ] {0d2c9692-a577-4315-9a3f-0ff9e3c970f1} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1153 | 2024.12.13 20:58:02.199274 [ 258 ] {0d2c9692-a577-4315-9a3f-0ff9e3c970f1} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001685 sec., 10682.492581602373 rows/sec., 436.99 KiB/sec. | ||
| 1154 | 2024.12.13 20:58:02.199391 [ 258 ] {0d2c9692-a577-4315-9a3f-0ff9e3c970f1} <Debug> TCPHandler: Processed in 0.001959991 sec. | ||
| 1155 | 2024.12.13 20:58:02.199693 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1156 | 2024.12.13 20:58:02.199869 [ 261 ] {180679ff-41f5-4fae-81a4-ccb5ae453644} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) 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.13 20:58:02.200186 [ 261 ] {180679ff-41f5-4fae-81a4-ccb5ae453644} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1158 | 2024.12.13 20:58:02.200230 [ 261 ] {180679ff-41f5-4fae-81a4-ccb5ae453644} <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.13 20:58:02.200518 [ 261 ] {180679ff-41f5-4fae-81a4-ccb5ae453644} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1160 | 2024.12.13 20:58:02.200582 [ 261 ] {180679ff-41f5-4fae-81a4-ccb5ae453644} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1161 | 2024.12.13 20:58:02.200728 [ 261 ] {180679ff-41f5-4fae-81a4-ccb5ae453644} <Debug> oximeter.timeseries_schema (eeba7b1a-875b-4c8a-9469-c26105167747) (SelectExecutor): Key condition: (column 0 notIn 29-element set) | ||
| 1162 | 2024.12.13 20:58:02.200760 [ 261 ] {180679ff-41f5-4fae-81a4-ccb5ae453644} <Trace> oximeter.timeseries_schema (eeba7b1a-875b-4c8a-9469-c26105167747) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1163 | 2024.12.13 20:58:02.200788 [ 261 ] {180679ff-41f5-4fae-81a4-ccb5ae453644} <Debug> oximeter.timeseries_schema (eeba7b1a-875b-4c8a-9469-c26105167747) (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.13 20:58:02.200805 [ 261 ] {180679ff-41f5-4fae-81a4-ccb5ae453644} <Trace> oximeter.timeseries_schema (eeba7b1a-875b-4c8a-9469-c26105167747) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1165 | 2024.12.13 20:58:02.200848 [ 261 ] {180679ff-41f5-4fae-81a4-ccb5ae453644} <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.13 20:58:02.200872 [ 261 ] {180679ff-41f5-4fae-81a4-ccb5ae453644} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1167 | 2024.12.13 20:58:02.201423 [ 261 ] {180679ff-41f5-4fae-81a4-ccb5ae453644} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001637 sec., 10995.723885155772 rows/sec., 449.80 KiB/sec. | ||
| 1168 | 2024.12.13 20:58:02.201538 [ 261 ] {180679ff-41f5-4fae-81a4-ccb5ae453644} <Debug> TCPHandler: Processed in 0.001901399 sec. | ||
| 1169 | 2024.12.13 20:58:02.205734 [ 258 ] {} <Trace> TCP-Session: e05b905f-2c5e-422a-94b2-168750f7eadb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1170 | 2024.12.13 20:58:02.205921 [ 258 ] {85eb557f-89a9-42fe-8969-1db71cd2b7e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56690) 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.13 20:58:02.206248 [ 258 ] {85eb557f-89a9-42fe-8969-1db71cd2b7e3} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1172 | 2024.12.13 20:58:02.206293 [ 258 ] {85eb557f-89a9-42fe-8969-1db71cd2b7e3} <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.13 20:58:02.206698 [ 258 ] {85eb557f-89a9-42fe-8969-1db71cd2b7e3} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1174 | 2024.12.13 20:58:02.206766 [ 258 ] {85eb557f-89a9-42fe-8969-1db71cd2b7e3} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1175 | 2024.12.13 20:58:02.206918 [ 258 ] {85eb557f-89a9-42fe-8969-1db71cd2b7e3} <Debug> oximeter.timeseries_schema (eeba7b1a-875b-4c8a-9469-c26105167747) (SelectExecutor): Key condition: (column 0 notIn 30-element set) | ||
| 1176 | 2024.12.13 20:58:02.206951 [ 258 ] {85eb557f-89a9-42fe-8969-1db71cd2b7e3} <Trace> oximeter.timeseries_schema (eeba7b1a-875b-4c8a-9469-c26105167747) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1177 | 2024.12.13 20:58:02.206974 [ 258 ] {85eb557f-89a9-42fe-8969-1db71cd2b7e3} <Debug> oximeter.timeseries_schema (eeba7b1a-875b-4c8a-9469-c26105167747) (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.13 20:58:02.206990 [ 258 ] {85eb557f-89a9-42fe-8969-1db71cd2b7e3} <Trace> oximeter.timeseries_schema (eeba7b1a-875b-4c8a-9469-c26105167747) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1179 | 2024.12.13 20:58:02.207035 [ 258 ] {85eb557f-89a9-42fe-8969-1db71cd2b7e3} <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.13 20:58:02.207058 [ 258 ] {85eb557f-89a9-42fe-8969-1db71cd2b7e3} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1181 | 2024.12.13 20:58:02.207668 [ 258 ] {85eb557f-89a9-42fe-8969-1db71cd2b7e3} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001835 sec., 9809.264305177112 rows/sec., 401.27 KiB/sec. | ||
| 1182 | 2024.12.13 20:58:02.207785 [ 258 ] {85eb557f-89a9-42fe-8969-1db71cd2b7e3} <Debug> TCPHandler: Processed in 0.002110975 sec. | ||
| 1183 | 2024.12.13 20:58:02.210880 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1184 | 2024.12.13 20:58:02.211010 [ 261 ] {0ad95333-4002-4db0-a25d-e2eafd0d4f0f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1185 | 2024.12.13 20:58:02.211064 [ 261 ] {0ad95333-4002-4db0-a25d-e2eafd0d4f0f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1186 | 2024.12.13 20:58:02.211808 [ 261 ] {0ad95333-4002-4db0-a25d-e2eafd0d4f0f} <Trace> oximeter.timeseries_schema (eeba7b1a-875b-4c8a-9469-c26105167747): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1187 | 2024.12.13 20:58:02.211847 [ 261 ] {0ad95333-4002-4db0-a25d-e2eafd0d4f0f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1188 | 2024.12.13 20:58:02.212361 [ 261 ] {0ad95333-4002-4db0-a25d-e2eafd0d4f0f} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1189 | 2024.12.13 20:58:02.212584 [ 261 ] {0ad95333-4002-4db0-a25d-e2eafd0d4f0f} <Trace> oximeter.timeseries_schema (eeba7b1a-875b-4c8a-9469-c26105167747): 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.13 20:58:02.212804 [ 261 ] {0ad95333-4002-4db0-a25d-e2eafd0d4f0f} <Debug> executeQuery: Read 13 rows, 2.63 KiB in 0.001826 sec., 7119.386637458927 rows/sec., 1.41 MiB/sec. | ||
| 1191 | 2024.12.13 20:58:02.212955 [ 261 ] {0ad95333-4002-4db0-a25d-e2eafd0d4f0f} <Debug> TCPHandler: Processed in 0.002130695 sec. | ||
| 1192 | 2024.12.13 20:58:02.213115 [ 258 ] {} <Trace> TCP-Session: e05b905f-2c5e-422a-94b2-168750f7eadb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1193 | 2024.12.13 20:58:02.213246 [ 258 ] {e862bd1d-7609-4609-bd09-9935c139e762} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56690) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1194 | 2024.12.13 20:58:02.213296 [ 258 ] {e862bd1d-7609-4609-bd09-9935c139e762} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1195 | 2024.12.13 20:58:02.214489 [ 258 ] {e862bd1d-7609-4609-bd09-9935c139e762} <Trace> oximeter.fields_i16 (fa937343-6bd9-452b-a26b-53118aaaf570): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1196 | 2024.12.13 20:58:02.214531 [ 258 ] {e862bd1d-7609-4609-bd09-9935c139e762} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1197 | 2024.12.13 20:58:02.214969 [ 258 ] {e862bd1d-7609-4609-bd09-9935c139e762} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1198 | 2024.12.13 20:58:02.215225 [ 258 ] {e862bd1d-7609-4609-bd09-9935c139e762} <Trace> oximeter.fields_i16 (fa937343-6bd9-452b-a26b-53118aaaf570): 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.13 20:58:02.215445 [ 258 ] {e862bd1d-7609-4609-bd09-9935c139e762} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002235 sec., 6263.982102908278 rows/sec., 450.92 KiB/sec. | ||
| 1200 | 2024.12.13 20:58:02.215502 [ 258 ] {e862bd1d-7609-4609-bd09-9935c139e762} <Debug> TCPHandler: Processed in 0.002449813 sec. | ||
| 1201 | 2024.12.13 20:58:02.215646 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1202 | 2024.12.13 20:58:02.215763 [ 261 ] {184ca347-8f58-4648-ab0b-87348cf3aef5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1203 | 2024.12.13 20:58:02.215812 [ 261 ] {184ca347-8f58-4648-ab0b-87348cf3aef5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1204 | 2024.12.13 20:58:02.216492 [ 261 ] {184ca347-8f58-4648-ab0b-87348cf3aef5} <Trace> oximeter.fields_string (5b8b6b34-88ee-4a07-bbae-ca77b5cb377f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1205 | 2024.12.13 20:58:02.216529 [ 261 ] {184ca347-8f58-4648-ab0b-87348cf3aef5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1206 | 2024.12.13 20:58:02.216919 [ 261 ] {184ca347-8f58-4648-ab0b-87348cf3aef5} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1207 | 2024.12.13 20:58:02.217171 [ 261 ] {184ca347-8f58-4648-ab0b-87348cf3aef5} <Trace> oximeter.fields_string (5b8b6b34-88ee-4a07-bbae-ca77b5cb377f): 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.13 20:58:02.217344 [ 261 ] {184ca347-8f58-4648-ab0b-87348cf3aef5} <Debug> executeQuery: Read 193 rows, 17.56 KiB in 0.001607 sec., 120099.56440572496 rows/sec., 10.67 MiB/sec. | ||
| 1209 | 2024.12.13 20:58:02.217398 [ 261 ] {184ca347-8f58-4648-ab0b-87348cf3aef5} <Debug> TCPHandler: Processed in 0.001808346 sec. | ||
| 1210 | 2024.12.13 20:58:02.217548 [ 258 ] {} <Trace> TCP-Session: e05b905f-2c5e-422a-94b2-168750f7eadb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1211 | 2024.12.13 20:58:02.217673 [ 258 ] {07f4e9eb-a125-487f-9d51-be70cb4678a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56690) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1212 | 2024.12.13 20:58:02.217724 [ 258 ] {07f4e9eb-a125-487f-9d51-be70cb4678a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1213 | 2024.12.13 20:58:02.218529 [ 258 ] {07f4e9eb-a125-487f-9d51-be70cb4678a7} <Trace> oximeter.fields_u16 (d675a2d1-260a-4708-80e6-2a380b067dc4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1214 | 2024.12.13 20:58:02.218571 [ 258 ] {07f4e9eb-a125-487f-9d51-be70cb4678a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1215 | 2024.12.13 20:58:02.218940 [ 258 ] {07f4e9eb-a125-487f-9d51-be70cb4678a7} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1216 | 2024.12.13 20:58:02.219192 [ 258 ] {07f4e9eb-a125-487f-9d51-be70cb4678a7} <Trace> oximeter.fields_u16 (d675a2d1-260a-4708-80e6-2a380b067dc4): 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.13 20:58:02.219466 [ 258 ] {07f4e9eb-a125-487f-9d51-be70cb4678a7} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001807 sec., 8301.051466519093 rows/sec., 585.29 KiB/sec. | ||
| 1218 | 2024.12.13 20:58:02.219543 [ 258 ] {07f4e9eb-a125-487f-9d51-be70cb4678a7} <Debug> TCPHandler: Processed in 0.002054653 sec. | ||
| 1219 | 2024.12.13 20:58:02.219706 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1220 | 2024.12.13 20:58:02.219842 [ 261 ] {428d1345-44fe-454a-a127-e508acf87bf0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1221 | 2024.12.13 20:58:02.219900 [ 261 ] {428d1345-44fe-454a-a127-e508acf87bf0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1222 | 2024.12.13 20:58:02.220503 [ 261 ] {428d1345-44fe-454a-a127-e508acf87bf0} <Trace> oximeter.fields_u32 (db0931ff-d72d-49c4-80b8-a69047ae71a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1223 | 2024.12.13 20:58:02.220541 [ 261 ] {428d1345-44fe-454a-a127-e508acf87bf0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1224 | 2024.12.13 20:58:02.220895 [ 261 ] {428d1345-44fe-454a-a127-e508acf87bf0} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1225 | 2024.12.13 20:58:02.221126 [ 261 ] {428d1345-44fe-454a-a127-e508acf87bf0} <Trace> oximeter.fields_u32 (db0931ff-d72d-49c4-80b8-a69047ae71a5): 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.13 20:58:02.221296 [ 261 ] {428d1345-44fe-454a-a127-e508acf87bf0} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001484 sec., 9433.962264150943 rows/sec., 660.69 KiB/sec. | ||
| 1227 | 2024.12.13 20:58:02.221352 [ 261 ] {428d1345-44fe-454a-a127-e508acf87bf0} <Debug> TCPHandler: Processed in 0.001714315 sec. | ||
| 1228 | 2024.12.13 20:58:02.221485 [ 258 ] {} <Trace> TCP-Session: e05b905f-2c5e-422a-94b2-168750f7eadb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1229 | 2024.12.13 20:58:02.221602 [ 258 ] {587d9630-748b-485e-abaf-5e69f1a0f5a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56690) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1230 | 2024.12.13 20:58:02.221650 [ 258 ] {587d9630-748b-485e-abaf-5e69f1a0f5a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1231 | 2024.12.13 20:58:02.222228 [ 258 ] {587d9630-748b-485e-abaf-5e69f1a0f5a8} <Trace> oximeter.fields_u8 (dff66ad8-7c17-40cc-8854-b493f299c0b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1232 | 2024.12.13 20:58:02.222268 [ 258 ] {587d9630-748b-485e-abaf-5e69f1a0f5a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1233 | 2024.12.13 20:58:02.222624 [ 258 ] {587d9630-748b-485e-abaf-5e69f1a0f5a8} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1234 | 2024.12.13 20:58:02.222866 [ 258 ] {587d9630-748b-485e-abaf-5e69f1a0f5a8} <Trace> oximeter.fields_u8 (dff66ad8-7c17-40cc-8854-b493f299c0b1): 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.13 20:58:02.223119 [ 258 ] {587d9630-748b-485e-abaf-5e69f1a0f5a8} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001538 sec., 8452.535760728219 rows/sec., 527.01 KiB/sec. | ||
| 1236 | 2024.12.13 20:58:02.223178 [ 258 ] {587d9630-748b-485e-abaf-5e69f1a0f5a8} <Debug> TCPHandler: Processed in 0.001749255 sec. | ||
| 1237 | 2024.12.13 20:58:02.223318 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1238 | 2024.12.13 20:58:02.223438 [ 261 ] {ce347be4-8a49-4802-90a3-d88ec1cabe87} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1239 | 2024.12.13 20:58:02.223487 [ 261 ] {ce347be4-8a49-4802-90a3-d88ec1cabe87} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1240 | 2024.12.13 20:58:02.224190 [ 261 ] {ce347be4-8a49-4802-90a3-d88ec1cabe87} <Trace> oximeter.fields_uuid (75bff165-9894-4896-8c72-35d0ef17bbe1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1241 | 2024.12.13 20:58:02.224227 [ 261 ] {ce347be4-8a49-4802-90a3-d88ec1cabe87} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1242 | 2024.12.13 20:58:02.224611 [ 261 ] {ce347be4-8a49-4802-90a3-d88ec1cabe87} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1243 | 2024.12.13 20:58:02.224875 [ 261 ] {ce347be4-8a49-4802-90a3-d88ec1cabe87} <Trace> oximeter.fields_uuid (75bff165-9894-4896-8c72-35d0ef17bbe1): 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.13 20:58:02.225084 [ 261 ] {ce347be4-8a49-4802-90a3-d88ec1cabe87} <Debug> executeQuery: Read 362 rows, 26.09 KiB in 0.00167 sec., 216766.46706586826 rows/sec., 15.25 MiB/sec. | ||
| 1245 | 2024.12.13 20:58:02.225143 [ 261 ] {ce347be4-8a49-4802-90a3-d88ec1cabe87} <Debug> TCPHandler: Processed in 0.001879678 sec. | ||
| 1246 | 2024.12.13 20:58:02.225290 [ 258 ] {} <Trace> TCP-Session: e05b905f-2c5e-422a-94b2-168750f7eadb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1247 | 2024.12.13 20:58:02.225412 [ 258 ] {c4d4ef97-a8c3-49f6-9be4-d5c59abd2841} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56690) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 1248 | 2024.12.13 20:58:02.225463 [ 258 ] {c4d4ef97-a8c3-49f6-9be4-d5c59abd2841} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1249 | 2024.12.13 20:58:02.225962 [ 258 ] {c4d4ef97-a8c3-49f6-9be4-d5c59abd2841} <Trace> oximeter.measurements_bool (e2b503a0-fc05-44eb-86c2-76ac8cc47d1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1250 | 2024.12.13 20:58:02.226002 [ 258 ] {c4d4ef97-a8c3-49f6-9be4-d5c59abd2841} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1251 | 2024.12.13 20:58:02.226367 [ 258 ] {c4d4ef97-a8c3-49f6-9be4-d5c59abd2841} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1252 | 2024.12.13 20:58:02.226610 [ 258 ] {c4d4ef97-a8c3-49f6-9be4-d5c59abd2841} <Trace> oximeter.measurements_bool (e2b503a0-fc05-44eb-86c2-76ac8cc47d1a): 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.13 20:58:02.226884 [ 258 ] {c4d4ef97-a8c3-49f6-9be4-d5c59abd2841} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001477 sec., 4062.288422477996 rows/sec., 212.24 KiB/sec. | ||
| 1254 | 2024.12.13 20:58:02.226945 [ 258 ] {c4d4ef97-a8c3-49f6-9be4-d5c59abd2841} <Debug> TCPHandler: Processed in 0.001710114 sec. | ||
| 1255 | 2024.12.13 20:58:02.227105 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1256 | 2024.12.13 20:58:02.227243 [ 261 ] {fb136489-1663-48f2-ad16-3adcda54eeca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1257 | 2024.12.13 20:58:02.227308 [ 261 ] {fb136489-1663-48f2-ad16-3adcda54eeca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1258 | 2024.12.13 20:58:02.227959 [ 261 ] {fb136489-1663-48f2-ad16-3adcda54eeca} <Trace> oximeter.measurements_cumulativeu64 (622a7f09-a7e8-42f8-b1fb-316929b4f11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1259 | 2024.12.13 20:58:02.228004 [ 261 ] {fb136489-1663-48f2-ad16-3adcda54eeca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1260 | 2024.12.13 20:58:02.228402 [ 261 ] {fb136489-1663-48f2-ad16-3adcda54eeca} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1261 | 2024.12.13 20:58:02.228657 [ 261 ] {fb136489-1663-48f2-ad16-3adcda54eeca} <Trace> oximeter.measurements_cumulativeu64 (622a7f09-a7e8-42f8-b1fb-316929b4f11a): 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.13 20:58:02.228834 [ 261 ] {fb136489-1663-48f2-ad16-3adcda54eeca} <Debug> executeQuery: Read 137 rows, 9.17 KiB in 0.001623 sec., 84411.58348736906 rows/sec., 5.52 MiB/sec. | ||
| 1263 | 2024.12.13 20:58:02.228889 [ 261 ] {fb136489-1663-48f2-ad16-3adcda54eeca} <Debug> TCPHandler: Processed in 0.001844179 sec. | ||
| 1264 | 2024.12.13 20:58:02.229028 [ 258 ] {} <Trace> TCP-Session: e05b905f-2c5e-422a-94b2-168750f7eadb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1265 | 2024.12.13 20:58:02.229146 [ 258 ] {434a711b-67a0-4d37-b18d-fcbde8030dd5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56690) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 1266 | 2024.12.13 20:58:02.229196 [ 258 ] {434a711b-67a0-4d37-b18d-fcbde8030dd5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 1267 | 2024.12.13 20:58:02.229665 [ 258 ] {434a711b-67a0-4d37-b18d-fcbde8030dd5} <Trace> oximeter.measurements_f64 (e63d307a-4800-4395-92a7-5a221df216fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1268 | 2024.12.13 20:58:02.229705 [ 258 ] {434a711b-67a0-4d37-b18d-fcbde8030dd5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1269 | 2024.12.13 20:58:02.230061 [ 258 ] {434a711b-67a0-4d37-b18d-fcbde8030dd5} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1270 | 2024.12.13 20:58:02.230310 [ 258 ] {434a711b-67a0-4d37-b18d-fcbde8030dd5} <Trace> oximeter.measurements_f64 (e63d307a-4800-4395-92a7-5a221df216fb): 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.13 20:58:02.230531 [ 258 ] {434a711b-67a0-4d37-b18d-fcbde8030dd5} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001408 sec., 710.2272727272727 rows/sec., 47.86 KiB/sec. | ||
| 1272 | 2024.12.13 20:58:02.230583 [ 258 ] {434a711b-67a0-4d37-b18d-fcbde8030dd5} <Debug> TCPHandler: Processed in 0.001609741 sec. | ||
| 1273 | 2024.12.13 20:58:02.230732 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1274 | 2024.12.13 20:58:02.230849 [ 261 ] {dc24dd3c-3b3f-4694-b457-6a27bf04e58e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1275 | 2024.12.13 20:58:02.230928 [ 261 ] {dc24dd3c-3b3f-4694-b457-6a27bf04e58e} <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.13 20:58:02.232004 [ 261 ] {dc24dd3c-3b3f-4694-b457-6a27bf04e58e} <Trace> oximeter.measurements_histogramu64 (0435d810-cbe3-4332-a7be-27034ee0470b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1277 | 2024.12.13 20:58:02.232042 [ 261 ] {dc24dd3c-3b3f-4694-b457-6a27bf04e58e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1278 | 2024.12.13 20:58:02.234591 [ 261 ] {dc24dd3c-3b3f-4694-b457-6a27bf04e58e} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1279 | 2024.12.13 20:58:02.234878 [ 261 ] {dc24dd3c-3b3f-4694-b457-6a27bf04e58e} <Trace> oximeter.measurements_histogramu64 (0435d810-cbe3-4332-a7be-27034ee0470b): 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.13 20:58:02.235157 [ 261 ] {dc24dd3c-3b3f-4694-b457-6a27bf04e58e} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.004323 sec., 1850.5667360629195 rows/sec., 3.32 MiB/sec. | ||
| 1281 | 2024.12.13 20:58:02.235270 [ 261 ] {dc24dd3c-3b3f-4694-b457-6a27bf04e58e} <Debug> TCPHandler: Processed in 0.004594389 sec. | ||
| 1282 | 2024.12.13 20:58:02.235414 [ 258 ] {} <Trace> TCP-Session: e05b905f-2c5e-422a-94b2-168750f7eadb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1283 | 2024.12.13 20:58:02.235532 [ 258 ] {209033ca-415c-45d2-9c45-acc13a6ed77a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56690) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1284 | 2024.12.13 20:58:02.235589 [ 258 ] {209033ca-415c-45d2-9c45-acc13a6ed77a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1285 | 2024.12.13 20:58:02.236095 [ 258 ] {209033ca-415c-45d2-9c45-acc13a6ed77a} <Trace> oximeter.measurements_u64 (cc3a5477-acbd-4caa-813d-ff4981ce9df1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1286 | 2024.12.13 20:58:02.236135 [ 258 ] {209033ca-415c-45d2-9c45-acc13a6ed77a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1287 | 2024.12.13 20:58:02.236512 [ 258 ] {209033ca-415c-45d2-9c45-acc13a6ed77a} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1288 | 2024.12.13 20:58:02.236755 [ 258 ] {209033ca-415c-45d2-9c45-acc13a6ed77a} <Trace> oximeter.measurements_u64 (cc3a5477-acbd-4caa-813d-ff4981ce9df1): 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.13 20:58:02.236987 [ 258 ] {209033ca-415c-45d2-9c45-acc13a6ed77a} <Debug> executeQuery: Read 52 rows, 3.23 KiB in 0.001473 sec., 35302.104548540396 rows/sec., 2.14 MiB/sec. | ||
| 1290 | 2024.12.13 20:58:02.237046 [ 258 ] {209033ca-415c-45d2-9c45-acc13a6ed77a} <Debug> TCPHandler: Processed in 0.001686924 sec. | ||
| 1291 | 2024.12.13 20:58:07.161491 [ 258 ] {} <Trace> TCP-Session: e05b905f-2c5e-422a-94b2-168750f7eadb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1292 | 2024.12.13 20:58:07.161693 [ 258 ] {9802b43b-2ae6-4c92-bbd2-26d4efb43836} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56690) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1293 | 2024.12.13 20:58:07.161765 [ 258 ] {9802b43b-2ae6-4c92-bbd2-26d4efb43836} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1294 | 2024.12.13 20:58:07.162544 [ 258 ] {9802b43b-2ae6-4c92-bbd2-26d4efb43836} <Trace> oximeter.fields_string (5b8b6b34-88ee-4a07-bbae-ca77b5cb377f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1295 | 2024.12.13 20:58:07.162589 [ 258 ] {9802b43b-2ae6-4c92-bbd2-26d4efb43836} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1296 | 2024.12.13 20:58:07.163032 [ 258 ] {9802b43b-2ae6-4c92-bbd2-26d4efb43836} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1297 | 2024.12.13 20:58:07.163292 [ 258 ] {9802b43b-2ae6-4c92-bbd2-26d4efb43836} <Trace> oximeter.fields_string (5b8b6b34-88ee-4a07-bbae-ca77b5cb377f): 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.13 20:58:07.163496 [ 258 ] {9802b43b-2ae6-4c92-bbd2-26d4efb43836} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001853 sec., 30221.262817053426 rows/sec., 2.31 MiB/sec. | ||
| 1299 | 2024.12.13 20:58:07.163559 [ 258 ] {9802b43b-2ae6-4c92-bbd2-26d4efb43836} <Debug> TCPHandler: Processed in 0.002192396 sec. | ||
| 1300 | 2024.12.13 20:58:07.163849 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1301 | 2024.12.13 20:58:07.164080 [ 261 ] {5bdc1679-5178-41e0-b6ca-a100c0cc7f6a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1302 | 2024.12.13 20:58:07.164171 [ 261 ] {5bdc1679-5178-41e0-b6ca-a100c0cc7f6a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1303 | 2024.12.13 20:58:07.164966 [ 261 ] {5bdc1679-5178-41e0-b6ca-a100c0cc7f6a} <Trace> oximeter.fields_uuid (75bff165-9894-4896-8c72-35d0ef17bbe1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1304 | 2024.12.13 20:58:07.165020 [ 261 ] {5bdc1679-5178-41e0-b6ca-a100c0cc7f6a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1305 | 2024.12.13 20:58:07.165453 [ 261 ] {5bdc1679-5178-41e0-b6ca-a100c0cc7f6a} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1306 | 2024.12.13 20:58:07.165710 [ 261 ] {5bdc1679-5178-41e0-b6ca-a100c0cc7f6a} <Trace> oximeter.fields_uuid (75bff165-9894-4896-8c72-35d0ef17bbe1): 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.13 20:58:07.165962 [ 261 ] {5bdc1679-5178-41e0-b6ca-a100c0cc7f6a} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001944 sec., 32921.81069958848 rows/sec., 2.57 MiB/sec. | ||
| 1308 | 2024.12.13 20:58:07.166032 [ 261 ] {5bdc1679-5178-41e0-b6ca-a100c0cc7f6a} <Debug> TCPHandler: Processed in 0.002340441 sec. | ||
| 1309 | 2024.12.13 20:58:07.166198 [ 258 ] {} <Trace> TCP-Session: e05b905f-2c5e-422a-94b2-168750f7eadb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1310 | 2024.12.13 20:58:07.166332 [ 258 ] {30eb1fd9-a3ce-4dc6-8a74-2de097d4bcf6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56690) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1311 | 2024.12.13 20:58:07.166389 [ 258 ] {30eb1fd9-a3ce-4dc6-8a74-2de097d4bcf6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1312 | 2024.12.13 20:58:07.166981 [ 258 ] {30eb1fd9-a3ce-4dc6-8a74-2de097d4bcf6} <Trace> oximeter.measurements_cumulativeu64 (622a7f09-a7e8-42f8-b1fb-316929b4f11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1313 | 2024.12.13 20:58:07.167031 [ 258 ] {30eb1fd9-a3ce-4dc6-8a74-2de097d4bcf6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1314 | 2024.12.13 20:58:07.167450 [ 258 ] {30eb1fd9-a3ce-4dc6-8a74-2de097d4bcf6} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1315 | 2024.12.13 20:58:07.167702 [ 258 ] {30eb1fd9-a3ce-4dc6-8a74-2de097d4bcf6} <Trace> oximeter.measurements_cumulativeu64 (622a7f09-a7e8-42f8-b1fb-316929b4f11a): 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.13 20:58:07.167890 [ 258 ] {30eb1fd9-a3ce-4dc6-8a74-2de097d4bcf6} <Debug> executeQuery: Read 140 rows, 9.99 KiB in 0.001588 sec., 88161.20906801008 rows/sec., 6.14 MiB/sec. | ||
| 1317 | 2024.12.13 20:58:07.167952 [ 258 ] {30eb1fd9-a3ce-4dc6-8a74-2de097d4bcf6} <Debug> TCPHandler: Processed in 0.001821277 sec. | ||
| 1318 | 2024.12.13 20:58:07.168119 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1319 | 2024.12.13 20:58:07.168248 [ 261 ] {070e0670-4729-4ff8-8fc9-89dcb98dc1be} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1320 | 2024.12.13 20:58:07.168320 [ 261 ] {070e0670-4729-4ff8-8fc9-89dcb98dc1be} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1321 | 2024.12.13 20:58:07.168925 [ 261 ] {070e0670-4729-4ff8-8fc9-89dcb98dc1be} <Trace> oximeter.measurements_u64 (cc3a5477-acbd-4caa-813d-ff4981ce9df1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1322 | 2024.12.13 20:58:07.168973 [ 261 ] {070e0670-4729-4ff8-8fc9-89dcb98dc1be} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1323 | 2024.12.13 20:58:07.169403 [ 261 ] {070e0670-4729-4ff8-8fc9-89dcb98dc1be} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1324 | 2024.12.13 20:58:07.169641 [ 261 ] {070e0670-4729-4ff8-8fc9-89dcb98dc1be} <Trace> oximeter.measurements_u64 (cc3a5477-acbd-4caa-813d-ff4981ce9df1): 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.13 20:58:07.169859 [ 261 ] {070e0670-4729-4ff8-8fc9-89dcb98dc1be} <Debug> executeQuery: Read 54 rows, 3.72 KiB in 0.001643 sec., 32866.707242848446 rows/sec., 2.21 MiB/sec. | ||
| 1326 | 2024.12.13 20:58:07.169910 [ 261 ] {070e0670-4729-4ff8-8fc9-89dcb98dc1be} <Debug> TCPHandler: Processed in 0.001852468 sec. | ||
| 1327 | 2024.12.13 20:58:08.543436 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 2318 | ||
| 1328 | 2024.12.13 20:58:08.544149 [ 242 ] {} <Trace> system.asynchronous_metric_log (bfd632e9-c8e2-471e-b238-7df687a4f8ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1329 | 2024.12.13 20:58:08.544210 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1330 | 2024.12.13 20:58:08.544863 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1331 | 2024.12.13 20:58:08.545153 [ 242 ] {} <Trace> system.asynchronous_metric_log (bfd632e9-c8e2-471e-b238-7df687a4f8ca): 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.13 20:58:08.545364 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2318 | ||
| 1333 | 2024.12.13 20:58:08.680856 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 | ||
| 1334 | 2024.12.13 20:58:08.702996 [ 243 ] {} <Trace> system.metric_log (6f41e073-4f68-44d4-8e91-392ee6d2702a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1335 | 2024.12.13 20:58:08.703072 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1336 | 2024.12.13 20:58:08.712287 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1337 | 2024.12.13 20:58:08.713388 [ 243 ] {} <Trace> system.metric_log (6f41e073-4f68-44d4-8e91-392ee6d2702a): 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.13 20:58:08.719531 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 38 | ||
| 1339 | 2024.12.13 20:58:09.000909 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 159.69 MiB, peak 163.69 MiB, free memory in arenas 0.00 B, will set to 161.01 MiB (RSS), difference: 1.32 MiB | ||
| 1340 | 2024.12.13 20:58:11.070892 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 202 | ||
| 1341 | 2024.12.13 20:58:11.074549 [ 244 ] {} <Trace> system.query_log (909797ee-5efd-476a-9e9e-2a430c5c4abc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1342 | 2024.12.13 20:58:11.074610 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1343 | 2024.12.13 20:58:11.076250 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1344 | 2024.12.13 20:58:11.076588 [ 244 ] {} <Trace> system.query_log (909797ee-5efd-476a-9e9e-2a430c5c4abc): 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.13 20:58:11.077289 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 202 | ||
| 1346 | 2024.12.13 20:58:12.169182 [ 258 ] {} <Trace> TCP-Session: e05b905f-2c5e-422a-94b2-168750f7eadb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1347 | 2024.12.13 20:58:12.169377 [ 258 ] {9c5f361a-ae80-444d-a92c-27cc826a1db7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56690) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1348 | 2024.12.13 20:58:12.169454 [ 258 ] {9c5f361a-ae80-444d-a92c-27cc826a1db7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1349 | 2024.12.13 20:58:12.170202 [ 258 ] {9c5f361a-ae80-444d-a92c-27cc826a1db7} <Trace> oximeter.fields_i16 (fa937343-6bd9-452b-a26b-53118aaaf570): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1350 | 2024.12.13 20:58:12.170259 [ 258 ] {9c5f361a-ae80-444d-a92c-27cc826a1db7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1351 | 2024.12.13 20:58:12.170698 [ 258 ] {9c5f361a-ae80-444d-a92c-27cc826a1db7} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1352 | 2024.12.13 20:58:12.170968 [ 258 ] {9c5f361a-ae80-444d-a92c-27cc826a1db7} <Trace> oximeter.fields_i16 (fa937343-6bd9-452b-a26b-53118aaaf570): 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.13 20:58:12.171223 [ 258 ] {9c5f361a-ae80-444d-a92c-27cc826a1db7} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00189 sec., 7407.407407407408 rows/sec., 533.23 KiB/sec. | ||
| 1354 | 2024.12.13 20:58:12.171409 [ 258 ] {9c5f361a-ae80-444d-a92c-27cc826a1db7} <Debug> TCPHandler: Processed in 0.002365111 sec. | ||
| 1355 | 2024.12.13 20:58:12.171668 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1356 | 2024.12.13 20:58:12.171870 [ 261 ] {e4c0f2c4-28c6-498c-a3bb-a46315440dac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1357 | 2024.12.13 20:58:12.171948 [ 261 ] {e4c0f2c4-28c6-498c-a3bb-a46315440dac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1358 | 2024.12.13 20:58:12.172821 [ 261 ] {e4c0f2c4-28c6-498c-a3bb-a46315440dac} <Trace> oximeter.fields_string (5b8b6b34-88ee-4a07-bbae-ca77b5cb377f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1359 | 2024.12.13 20:58:12.172869 [ 261 ] {e4c0f2c4-28c6-498c-a3bb-a46315440dac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1360 | 2024.12.13 20:58:12.173338 [ 261 ] {e4c0f2c4-28c6-498c-a3bb-a46315440dac} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1361 | 2024.12.13 20:58:12.173615 [ 261 ] {e4c0f2c4-28c6-498c-a3bb-a46315440dac} <Trace> oximeter.fields_string (5b8b6b34-88ee-4a07-bbae-ca77b5cb377f): 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.13 20:58:12.173858 [ 261 ] {e4c0f2c4-28c6-498c-a3bb-a46315440dac} <Debug> executeQuery: Read 219 rows, 19.54 KiB in 0.002044 sec., 107142.85714285716 rows/sec., 9.33 MiB/sec. | ||
| 1363 | 2024.12.13 20:58:12.173926 [ 261 ] {e4c0f2c4-28c6-498c-a3bb-a46315440dac} <Debug> TCPHandler: Processed in 0.002393773 sec. | ||
| 1364 | 2024.12.13 20:58:12.174089 [ 258 ] {} <Trace> TCP-Session: e05b905f-2c5e-422a-94b2-168750f7eadb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1365 | 2024.12.13 20:58:12.174230 [ 258 ] {da57e841-8ed1-4a58-abc6-3d5fac14741e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56690) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1366 | 2024.12.13 20:58:12.174288 [ 258 ] {da57e841-8ed1-4a58-abc6-3d5fac14741e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1367 | 2024.12.13 20:58:12.174930 [ 258 ] {da57e841-8ed1-4a58-abc6-3d5fac14741e} <Trace> oximeter.fields_u16 (d675a2d1-260a-4708-80e6-2a380b067dc4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1368 | 2024.12.13 20:58:12.174973 [ 258 ] {da57e841-8ed1-4a58-abc6-3d5fac14741e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1369 | 2024.12.13 20:58:12.175384 [ 258 ] {da57e841-8ed1-4a58-abc6-3d5fac14741e} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1370 | 2024.12.13 20:58:12.175633 [ 258 ] {da57e841-8ed1-4a58-abc6-3d5fac14741e} <Trace> oximeter.fields_u16 (d675a2d1-260a-4708-80e6-2a380b067dc4): 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.13 20:58:12.175822 [ 258 ] {da57e841-8ed1-4a58-abc6-3d5fac14741e} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001627 sec., 9219.42224953903 rows/sec., 650.04 KiB/sec. | ||
| 1372 | 2024.12.13 20:58:12.175886 [ 258 ] {da57e841-8ed1-4a58-abc6-3d5fac14741e} <Debug> TCPHandler: Processed in 0.001860358 sec. | ||
| 1373 | 2024.12.13 20:58:12.176042 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1374 | 2024.12.13 20:58:12.176180 [ 261 ] {89c49d93-e756-44d5-8e5c-732797f0d5e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1375 | 2024.12.13 20:58:12.176234 [ 261 ] {89c49d93-e756-44d5-8e5c-732797f0d5e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1376 | 2024.12.13 20:58:12.176856 [ 261 ] {89c49d93-e756-44d5-8e5c-732797f0d5e3} <Trace> oximeter.fields_u32 (db0931ff-d72d-49c4-80b8-a69047ae71a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1377 | 2024.12.13 20:58:12.176905 [ 261 ] {89c49d93-e756-44d5-8e5c-732797f0d5e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1378 | 2024.12.13 20:58:12.177282 [ 261 ] {89c49d93-e756-44d5-8e5c-732797f0d5e3} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1379 | 2024.12.13 20:58:12.177526 [ 261 ] {89c49d93-e756-44d5-8e5c-732797f0d5e3} <Trace> oximeter.fields_u32 (db0931ff-d72d-49c4-80b8-a69047ae71a5): 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.13 20:58:12.177761 [ 261 ] {89c49d93-e756-44d5-8e5c-732797f0d5e3} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001612 sec., 8684.863523573202 rows/sec., 608.23 KiB/sec. | ||
| 1381 | 2024.12.13 20:58:12.177933 [ 261 ] {89c49d93-e756-44d5-8e5c-732797f0d5e3} <Debug> TCPHandler: Processed in 0.00194444 sec. | ||
| 1382 | 2024.12.13 20:58:12.178120 [ 258 ] {} <Trace> TCP-Session: e05b905f-2c5e-422a-94b2-168750f7eadb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1383 | 2024.12.13 20:58:12.178253 [ 258 ] {1ee8b04c-b894-4ab0-b91e-8648b4e74fa6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56690) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1384 | 2024.12.13 20:58:12.178307 [ 258 ] {1ee8b04c-b894-4ab0-b91e-8648b4e74fa6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1385 | 2024.12.13 20:58:12.178908 [ 258 ] {1ee8b04c-b894-4ab0-b91e-8648b4e74fa6} <Trace> oximeter.fields_u8 (dff66ad8-7c17-40cc-8854-b493f299c0b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1386 | 2024.12.13 20:58:12.178948 [ 258 ] {1ee8b04c-b894-4ab0-b91e-8648b4e74fa6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1387 | 2024.12.13 20:58:12.179320 [ 258 ] {1ee8b04c-b894-4ab0-b91e-8648b4e74fa6} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1388 | 2024.12.13 20:58:12.179574 [ 258 ] {1ee8b04c-b894-4ab0-b91e-8648b4e74fa6} <Trace> oximeter.fields_u8 (dff66ad8-7c17-40cc-8854-b493f299c0b1): 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.13 20:58:12.179785 [ 258 ] {1ee8b04c-b894-4ab0-b91e-8648b4e74fa6} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00155 sec., 8387.09677419355 rows/sec., 522.93 KiB/sec. | ||
| 1390 | 2024.12.13 20:58:12.179942 [ 258 ] {1ee8b04c-b894-4ab0-b91e-8648b4e74fa6} <Debug> TCPHandler: Processed in 0.001877698 sec. | ||
| 1391 | 2024.12.13 20:58:12.180109 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1392 | 2024.12.13 20:58:12.180233 [ 261 ] {3e70ab80-ed65-45a0-a061-ce9bee5e0596} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1393 | 2024.12.13 20:58:12.180284 [ 261 ] {3e70ab80-ed65-45a0-a061-ce9bee5e0596} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1394 | 2024.12.13 20:58:12.181148 [ 261 ] {3e70ab80-ed65-45a0-a061-ce9bee5e0596} <Trace> oximeter.fields_uuid (75bff165-9894-4896-8c72-35d0ef17bbe1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1395 | 2024.12.13 20:58:12.181184 [ 261 ] {3e70ab80-ed65-45a0-a061-ce9bee5e0596} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1396 | 2024.12.13 20:58:12.181586 [ 261 ] {3e70ab80-ed65-45a0-a061-ce9bee5e0596} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1397 | 2024.12.13 20:58:12.181832 [ 261 ] {3e70ab80-ed65-45a0-a061-ce9bee5e0596} <Trace> oximeter.fields_uuid (75bff165-9894-4896-8c72-35d0ef17bbe1): 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.13 20:58:12.182051 [ 261 ] {3e70ab80-ed65-45a0-a061-ce9bee5e0596} <Debug> executeQuery: Read 390 rows, 28.32 KiB in 0.001846 sec., 211267.60563380283 rows/sec., 14.98 MiB/sec. | ||
| 1399 | 2024.12.13 20:58:12.182111 [ 261 ] {3e70ab80-ed65-45a0-a061-ce9bee5e0596} <Debug> TCPHandler: Processed in 0.002061554 sec. | ||
| 1400 | 2024.12.13 20:58:12.182299 [ 258 ] {} <Trace> TCP-Session: e05b905f-2c5e-422a-94b2-168750f7eadb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1401 | 2024.12.13 20:58:12.182436 [ 258 ] {390af1fd-c076-410a-879e-7ce6979db0e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56690) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 1402 | 2024.12.13 20:58:12.182498 [ 258 ] {390af1fd-c076-410a-879e-7ce6979db0e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1403 | 2024.12.13 20:58:12.183023 [ 258 ] {390af1fd-c076-410a-879e-7ce6979db0e0} <Trace> oximeter.measurements_bool (e2b503a0-fc05-44eb-86c2-76ac8cc47d1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1404 | 2024.12.13 20:58:12.183065 [ 258 ] {390af1fd-c076-410a-879e-7ce6979db0e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1405 | 2024.12.13 20:58:12.183466 [ 258 ] {390af1fd-c076-410a-879e-7ce6979db0e0} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1406 | 2024.12.13 20:58:12.183719 [ 258 ] {390af1fd-c076-410a-879e-7ce6979db0e0} <Trace> oximeter.measurements_bool (e2b503a0-fc05-44eb-86c2-76ac8cc47d1a): 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.13 20:58:12.183946 [ 258 ] {390af1fd-c076-410a-879e-7ce6979db0e0} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00153 sec., 3921.568627450981 rows/sec., 204.89 KiB/sec. | ||
| 1408 | 2024.12.13 20:58:12.184066 [ 258 ] {390af1fd-c076-410a-879e-7ce6979db0e0} <Debug> TCPHandler: Processed in 0.001838297 sec. | ||
| 1409 | 2024.12.13 20:58:12.184247 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1410 | 2024.12.13 20:58:12.184371 [ 261 ] {84b80a7b-48b4-41d3-8686-3053944688f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1411 | 2024.12.13 20:58:12.184427 [ 261 ] {84b80a7b-48b4-41d3-8686-3053944688f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1412 | 2024.12.13 20:58:12.185029 [ 261 ] {84b80a7b-48b4-41d3-8686-3053944688f3} <Trace> oximeter.measurements_cumulativeu64 (622a7f09-a7e8-42f8-b1fb-316929b4f11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1413 | 2024.12.13 20:58:12.185066 [ 261 ] {84b80a7b-48b4-41d3-8686-3053944688f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1414 | 2024.12.13 20:58:12.185443 [ 261 ] {84b80a7b-48b4-41d3-8686-3053944688f3} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1415 | 2024.12.13 20:58:12.185674 [ 261 ] {84b80a7b-48b4-41d3-8686-3053944688f3} <Trace> oximeter.measurements_cumulativeu64 (622a7f09-a7e8-42f8-b1fb-316929b4f11a): 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.13 20:58:12.185957 [ 261 ] {84b80a7b-48b4-41d3-8686-3053944688f3} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001611 sec., 147113.59404096834 rows/sec., 9.86 MiB/sec. | ||
| 1417 | 2024.12.13 20:58:12.186019 [ 261 ] {84b80a7b-48b4-41d3-8686-3053944688f3} <Debug> TCPHandler: Processed in 0.001829977 sec. | ||
| 1418 | 2024.12.13 20:58:12.186187 [ 258 ] {} <Trace> TCP-Session: e05b905f-2c5e-422a-94b2-168750f7eadb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1419 | 2024.12.13 20:58:12.186342 [ 258 ] {2d3fe03c-3533-4e4e-adf4-c09a7dc7c48c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56690) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 1420 | 2024.12.13 20:58:12.186402 [ 258 ] {2d3fe03c-3533-4e4e-adf4-c09a7dc7c48c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 1421 | 2024.12.13 20:58:12.186890 [ 258 ] {2d3fe03c-3533-4e4e-adf4-c09a7dc7c48c} <Trace> oximeter.measurements_f64 (e63d307a-4800-4395-92a7-5a221df216fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1422 | 2024.12.13 20:58:12.186928 [ 258 ] {2d3fe03c-3533-4e4e-adf4-c09a7dc7c48c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1423 | 2024.12.13 20:58:12.187309 [ 258 ] {2d3fe03c-3533-4e4e-adf4-c09a7dc7c48c} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1424 | 2024.12.13 20:58:12.187555 [ 258 ] {2d3fe03c-3533-4e4e-adf4-c09a7dc7c48c} <Trace> oximeter.measurements_f64 (e63d307a-4800-4395-92a7-5a221df216fb): 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.13 20:58:12.187809 [ 258 ] {2d3fe03c-3533-4e4e-adf4-c09a7dc7c48c} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001481 sec., 675.2194463200541 rows/sec., 45.50 KiB/sec. | ||
| 1426 | 2024.12.13 20:58:12.187887 [ 258 ] {2d3fe03c-3533-4e4e-adf4-c09a7dc7c48c} <Debug> TCPHandler: Processed in 0.001771955 sec. | ||
| 1427 | 2024.12.13 20:58:12.188042 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1428 | 2024.12.13 20:58:12.188162 [ 261 ] {327c5889-0303-49fc-9568-316e28b359df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1429 | 2024.12.13 20:58:12.188243 [ 261 ] {327c5889-0303-49fc-9568-316e28b359df} <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.13 20:58:12.189345 [ 261 ] {327c5889-0303-49fc-9568-316e28b359df} <Trace> oximeter.measurements_histogramu64 (0435d810-cbe3-4332-a7be-27034ee0470b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1431 | 2024.12.13 20:58:12.189384 [ 261 ] {327c5889-0303-49fc-9568-316e28b359df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1432 | 2024.12.13 20:58:12.190008 [ 261 ] {327c5889-0303-49fc-9568-316e28b359df} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1433 | 2024.12.13 20:58:12.190279 [ 261 ] {327c5889-0303-49fc-9568-316e28b359df} <Trace> oximeter.measurements_histogramu64 (0435d810-cbe3-4332-a7be-27034ee0470b): 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.13 20:58:12.190606 [ 261 ] {327c5889-0303-49fc-9568-316e28b359df} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002456 sec., 3257.328990228013 rows/sec., 5.84 MiB/sec. | ||
| 1435 | 2024.12.13 20:58:12.190734 [ 261 ] {327c5889-0303-49fc-9568-316e28b359df} <Debug> TCPHandler: Processed in 0.002750032 sec. | ||
| 1436 | 2024.12.13 20:58:12.190890 [ 258 ] {} <Trace> TCP-Session: e05b905f-2c5e-422a-94b2-168750f7eadb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1437 | 2024.12.13 20:58:12.191017 [ 258 ] {e5ac9dd1-f7de-4213-b99e-026265c1495b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56690) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1438 | 2024.12.13 20:58:12.191070 [ 258 ] {e5ac9dd1-f7de-4213-b99e-026265c1495b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1439 | 2024.12.13 20:58:12.191578 [ 258 ] {e5ac9dd1-f7de-4213-b99e-026265c1495b} <Trace> oximeter.measurements_u64 (cc3a5477-acbd-4caa-813d-ff4981ce9df1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1440 | 2024.12.13 20:58:12.191617 [ 258 ] {e5ac9dd1-f7de-4213-b99e-026265c1495b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1441 | 2024.12.13 20:58:12.192000 [ 258 ] {e5ac9dd1-f7de-4213-b99e-026265c1495b} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1442 | 2024.12.13 20:58:12.192242 [ 258 ] {e5ac9dd1-f7de-4213-b99e-026265c1495b} <Trace> oximeter.measurements_u64 (cc3a5477-acbd-4caa-813d-ff4981ce9df1): 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.13 20:58:12.192431 [ 258 ] {e5ac9dd1-f7de-4213-b99e-026265c1495b} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001441 sec., 56904.92713393477 rows/sec., 3.61 MiB/sec. | ||
| 1444 | 2024.12.13 20:58:12.192488 [ 258 ] {e5ac9dd1-f7de-4213-b99e-026265c1495b} <Debug> TCPHandler: Processed in 0.001659253 sec. | ||
| 1445 | 2024.12.13 20:58:15.980433 [ 36 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1446 | 2024.12.13 20:58:15.980497 [ 36 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1447 | 2024.12.13 20:58:16.045838 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 2806 | ||
| 1448 | 2024.12.13 20:58:16.046497 [ 242 ] {} <Trace> system.asynchronous_metric_log (bfd632e9-c8e2-471e-b238-7df687a4f8ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1449 | 2024.12.13 20:58:16.046545 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1450 | 2024.12.13 20:58:16.047170 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1451 | 2024.12.13 20:58:16.047431 [ 242 ] {} <Trace> system.asynchronous_metric_log (bfd632e9-c8e2-471e-b238-7df687a4f8ca): 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.13 20:58:16.047597 [ 36 ] {} <Debug> system.asynchronous_metric_log (bfd632e9-c8e2-471e-b238-7df687a4f8ca) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1453 | 2024.12.13 20:58:16.047626 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2806 | ||
| 1454 | 2024.12.13 20:58:16.047651 [ 36 ] {} <Trace> system.asynchronous_metric_log (bfd632e9-c8e2-471e-b238-7df687a4f8ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1455 | 2024.12.13 20:58:16.047674 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1456 | 2024.12.13 20:58:16.051775 [ 202 ] {bfd632e9-c8e2-471e-b238-7df687a4f8ca::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.13 20:58:16.053878 [ 202 ] {bfd632e9-c8e2-471e-b238-7df687a4f8ca::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1458 | 2024.12.13 20:58:16.054504 [ 202 ] {bfd632e9-c8e2-471e-b238-7df687a4f8ca::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.13 20:58:16.054644 [ 202 ] {bfd632e9-c8e2-471e-b238-7df687a4f8ca::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.13 20:58:16.054763 [ 202 ] {bfd632e9-c8e2-471e-b238-7df687a4f8ca::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.13 20:58:16.054984 [ 202 ] {bfd632e9-c8e2-471e-b238-7df687a4f8ca::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.13 20:58:16.055199 [ 202 ] {bfd632e9-c8e2-471e-b238-7df687a4f8ca::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.13 20:58:16.055317 [ 202 ] {bfd632e9-c8e2-471e-b238-7df687a4f8ca::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.13 20:58:16.078645 [ 194 ] {bfd632e9-c8e2-471e-b238-7df687a4f8ca::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2806 rows, containing 4 columns (4 merged, 0 gathered) in 0.030876801 sec., 90877.29004050647 rows/sec., 1.30 MiB/sec. | ||
| 1465 | 2024.12.13 20:58:16.079407 [ 194 ] {bfd632e9-c8e2-471e-b238-7df687a4f8ca::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1466 | 2024.12.13 20:58:16.079799 [ 194 ] {bfd632e9-c8e2-471e-b238-7df687a4f8ca::all_1_6_1} <Trace> system.asynchronous_metric_log (bfd632e9-c8e2-471e-b238-7df687a4f8ca): 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.13 20:58:16.079902 [ 194 ] {bfd632e9-c8e2-471e-b238-7df687a4f8ca::all_1_6_1} <Trace> system.asynchronous_metric_log (bfd632e9-c8e2-471e-b238-7df687a4f8ca) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1468 | 2024.12.13 20:58:16.080036 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.34 MiB. | ||
| 1469 | 2024.12.13 20:58:16.219965 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46 | ||
| 1470 | 2024.12.13 20:58:16.241134 [ 243 ] {} <Trace> system.metric_log (6f41e073-4f68-44d4-8e91-392ee6d2702a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1471 | 2024.12.13 20:58:16.241199 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1472 | 2024.12.13 20:58:16.248481 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1473 | 2024.12.13 20:58:16.249346 [ 243 ] {} <Trace> system.metric_log (6f41e073-4f68-44d4-8e91-392ee6d2702a): 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.13 20:58:16.249704 [ 36 ] {} <Debug> system.metric_log (6f41e073-4f68-44d4-8e91-392ee6d2702a) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1475 | 2024.12.13 20:58:16.249856 [ 36 ] {} <Trace> system.metric_log (6f41e073-4f68-44d4-8e91-392ee6d2702a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1476 | 2024.12.13 20:58:16.249928 [ 36 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.40 GiB. | ||
| 1477 | 2024.12.13 20:58:16.250371 [ 194 ] {6f41e073-4f68-44d4-8e91-392ee6d2702a::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.13 20:58:16.259439 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 46 | ||
| 1479 | 2024.12.13 20:58:16.260646 [ 194 ] {6f41e073-4f68-44d4-8e91-392ee6d2702a::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1480 | 2024.12.13 20:58:16.261580 [ 194 ] {6f41e073-4f68-44d4-8e91-392ee6d2702a::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.13 20:58:16.265999 [ 194 ] {6f41e073-4f68-44d4-8e91-392ee6d2702a::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.13 20:58:16.270405 [ 194 ] {6f41e073-4f68-44d4-8e91-392ee6d2702a::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.13 20:58:16.274943 [ 194 ] {6f41e073-4f68-44d4-8e91-392ee6d2702a::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.13 20:58:16.284377 [ 194 ] {6f41e073-4f68-44d4-8e91-392ee6d2702a::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.13 20:58:16.289054 [ 194 ] {6f41e073-4f68-44d4-8e91-392ee6d2702a::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.13 20:58:16.352690 [ 191 ] {6f41e073-4f68-44d4-8e91-392ee6d2702a::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.102625582 sec., 448.23131916562477 rows/sec., 2.32 MiB/sec. | ||
| 1487 | 2024.12.13 20:58:16.354651 [ 190 ] {6f41e073-4f68-44d4-8e91-392ee6d2702a::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1488 | 2024.12.13 20:58:16.357304 [ 190 ] {6f41e073-4f68-44d4-8e91-392ee6d2702a::all_1_6_1} <Trace> system.metric_log (6f41e073-4f68-44d4-8e91-392ee6d2702a): 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.13 20:58:16.357432 [ 190 ] {6f41e073-4f68-44d4-8e91-392ee6d2702a::all_1_6_1} <Trace> system.metric_log (6f41e073-4f68-44d4-8e91-392ee6d2702a) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1490 | 2024.12.13 20:58:16.358933 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.09 MiB. | ||
| 1491 | 2024.12.13 20:58:17.000209 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 162.20 MiB, peak 171.74 MiB, free memory in arenas 0.00 B, will set to 165.93 MiB (RSS), difference: 3.72 MiB | ||
| 1492 | 2024.12.13 20:58:17.162694 [ 258 ] {} <Trace> TCP-Session: e05b905f-2c5e-422a-94b2-168750f7eadb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1493 | 2024.12.13 20:58:17.162884 [ 258 ] {049ef745-4e03-4d72-a384-647c662e4096} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56690) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1494 | 2024.12.13 20:58:17.162960 [ 258 ] {049ef745-4e03-4d72-a384-647c662e4096} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1495 | 2024.12.13 20:58:17.163825 [ 258 ] {049ef745-4e03-4d72-a384-647c662e4096} <Trace> oximeter.fields_string (5b8b6b34-88ee-4a07-bbae-ca77b5cb377f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1496 | 2024.12.13 20:58:17.163886 [ 258 ] {049ef745-4e03-4d72-a384-647c662e4096} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.14 GiB. | ||
| 1497 | 2024.12.13 20:58:17.164466 [ 258 ] {049ef745-4e03-4d72-a384-647c662e4096} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1498 | 2024.12.13 20:58:17.164754 [ 258 ] {049ef745-4e03-4d72-a384-647c662e4096} <Trace> oximeter.fields_string (5b8b6b34-88ee-4a07-bbae-ca77b5cb377f): 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.13 20:58:17.164963 [ 71 ] {} <Debug> oximeter.fields_string (5b8b6b34-88ee-4a07-bbae-ca77b5cb377f) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1500 | 2024.12.13 20:58:17.165030 [ 258 ] {049ef745-4e03-4d72-a384-647c662e4096} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002193 sec., 25535.79571363429 rows/sec., 1.95 MiB/sec. | ||
| 1501 | 2024.12.13 20:58:17.165039 [ 71 ] {} <Trace> oximeter.fields_string (5b8b6b34-88ee-4a07-bbae-ca77b5cb377f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1502 | 2024.12.13 20:58:17.165109 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.14 GiB. | ||
| 1503 | 2024.12.13 20:58:17.165165 [ 258 ] {049ef745-4e03-4d72-a384-647c662e4096} <Debug> TCPHandler: Processed in 0.002612857 sec. | ||
| 1504 | 2024.12.13 20:58:17.165385 [ 186 ] {5b8b6b34-88ee-4a07-bbae-ca77b5cb377f::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 | ||
| 1505 | 2024.12.13 20:58:17.165468 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1506 | 2024.12.13 20:58:17.165636 [ 186 ] {5b8b6b34-88ee-4a07-bbae-ca77b5cb377f::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1507 | 2024.12.13 20:58:17.165713 [ 186 ] {5b8b6b34-88ee-4a07-bbae-ca77b5cb377f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 30 rows starting from the beginning of the part | ||
| 1508 | 2024.12.13 20:58:17.165749 [ 261 ] {0e883b4c-359c-470c-a461-833238411aa3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1509 | 2024.12.13 20:58:17.165905 [ 261 ] {0e883b4c-359c-470c-a461-833238411aa3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1510 | 2024.12.13 20:58:17.166005 [ 186 ] {5b8b6b34-88ee-4a07-bbae-ca77b5cb377f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 30 rows starting from the beginning of the part | ||
| 1511 | 2024.12.13 20:58:17.166416 [ 186 ] {5b8b6b34-88ee-4a07-bbae-ca77b5cb377f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 193 rows starting from the beginning of the part | ||
| 1512 | 2024.12.13 20:58:17.166741 [ 186 ] {5b8b6b34-88ee-4a07-bbae-ca77b5cb377f::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.13 20:58:17.167207 [ 186 ] {5b8b6b34-88ee-4a07-bbae-ca77b5cb377f::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.13 20:58:17.167701 [ 186 ] {5b8b6b34-88ee-4a07-bbae-ca77b5cb377f::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.13 20:58:17.169128 [ 261 ] {0e883b4c-359c-470c-a461-833238411aa3} <Trace> oximeter.fields_uuid (75bff165-9894-4896-8c72-35d0ef17bbe1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1516 | 2024.12.13 20:58:17.169196 [ 261 ] {0e883b4c-359c-470c-a461-833238411aa3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.14 GiB. | ||
| 1517 | 2024.12.13 20:58:17.170389 [ 261 ] {0e883b4c-359c-470c-a461-833238411aa3} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1518 | 2024.12.13 20:58:17.170838 [ 186 ] {5b8b6b34-88ee-4a07-bbae-ca77b5cb377f::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 584 rows, containing 5 columns (5 merged, 0 gathered) in 0.005655286 sec., 103266.21854314707 rows/sec., 9.14 MiB/sec. | ||
| 1519 | 2024.12.13 20:58:17.170922 [ 261 ] {0e883b4c-359c-470c-a461-833238411aa3} <Trace> oximeter.fields_uuid (75bff165-9894-4896-8c72-35d0ef17bbe1): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1520 | 2024.12.13 20:58:17.171170 [ 186 ] {5b8b6b34-88ee-4a07-bbae-ca77b5cb377f::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1521 | 2024.12.13 20:58:17.171231 [ 71 ] {} <Debug> oximeter.fields_uuid (75bff165-9894-4896-8c72-35d0ef17bbe1) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1522 | 2024.12.13 20:58:17.171327 [ 71 ] {} <Trace> oximeter.fields_uuid (75bff165-9894-4896-8c72-35d0ef17bbe1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1523 | 2024.12.13 20:58:17.171416 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.14 GiB. | ||
| 1524 | 2024.12.13 20:58:17.171619 [ 261 ] {0e883b4c-359c-470c-a461-833238411aa3} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005937 sec., 10779.85514569648 rows/sec., 861.59 KiB/sec. | ||
| 1525 | 2024.12.13 20:58:17.171659 [ 191 ] {75bff165-9894-4896-8c72-35d0ef17bbe1::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.13 20:58:17.171912 [ 261 ] {0e883b4c-359c-470c-a461-833238411aa3} <Debug> TCPHandler: Processed in 0.006613501 sec. | ||
| 1527 | 2024.12.13 20:58:17.172104 [ 191 ] {75bff165-9894-4896-8c72-35d0ef17bbe1::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1528 | 2024.12.13 20:58:17.172204 [ 258 ] {} <Trace> TCP-Session: e05b905f-2c5e-422a-94b2-168750f7eadb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1529 | 2024.12.13 20:58:17.172196 [ 191 ] {75bff165-9894-4896-8c72-35d0ef17bbe1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 36 rows starting from the beginning of the part | ||
| 1530 | 2024.12.13 20:58:17.172259 [ 186 ] {5b8b6b34-88ee-4a07-bbae-ca77b5cb377f::all_1_6_1} <Trace> oximeter.fields_string (5b8b6b34-88ee-4a07-bbae-ca77b5cb377f): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1531 | 2024.12.13 20:58:17.172645 [ 258 ] {24e2f4e9-5fa6-4d2f-b399-7c4f24aa6086} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56690) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1532 | 2024.12.13 20:58:17.172683 [ 191 ] {75bff165-9894-4896-8c72-35d0ef17bbe1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 36 rows starting from the beginning of the part | ||
| 1533 | 2024.12.13 20:58:17.172725 [ 186 ] {5b8b6b34-88ee-4a07-bbae-ca77b5cb377f::all_1_6_1} <Trace> oximeter.fields_string (5b8b6b34-88ee-4a07-bbae-ca77b5cb377f) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1534 | 2024.12.13 20:58:17.172877 [ 258 ] {24e2f4e9-5fa6-4d2f-b399-7c4f24aa6086} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1535 | 2024.12.13 20:58:17.173145 [ 191 ] {75bff165-9894-4896-8c72-35d0ef17bbe1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 362 rows starting from the beginning of the part | ||
| 1536 | 2024.12.13 20:58:17.173586 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.35 MiB. | ||
| 1537 | 2024.12.13 20:58:17.173592 [ 191 ] {75bff165-9894-4896-8c72-35d0ef17bbe1::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.13 20:58:17.174039 [ 191 ] {75bff165-9894-4896-8c72-35d0ef17bbe1::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.13 20:58:17.174414 [ 191 ] {75bff165-9894-4896-8c72-35d0ef17bbe1::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.13 20:58:17.175951 [ 258 ] {24e2f4e9-5fa6-4d2f-b399-7c4f24aa6086} <Trace> oximeter.measurements_cumulativeu64 (622a7f09-a7e8-42f8-b1fb-316929b4f11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1541 | 2024.12.13 20:58:17.176028 [ 258 ] {24e2f4e9-5fa6-4d2f-b399-7c4f24aa6086} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.14 GiB. | ||
| 1542 | 2024.12.13 20:58:17.177070 [ 258 ] {24e2f4e9-5fa6-4d2f-b399-7c4f24aa6086} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1543 | 2024.12.13 20:58:17.177476 [ 186 ] {75bff165-9894-4896-8c72-35d0ef17bbe1::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 952 rows, containing 5 columns (5 merged, 0 gathered) in 0.005922523 sec., 160742.30526415855 rows/sec., 12.22 MiB/sec. | ||
| 1544 | 2024.12.13 20:58:17.177615 [ 258 ] {24e2f4e9-5fa6-4d2f-b399-7c4f24aa6086} <Trace> oximeter.measurements_cumulativeu64 (622a7f09-a7e8-42f8-b1fb-316929b4f11a): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1545 | 2024.12.13 20:58:17.177761 [ 186 ] {75bff165-9894-4896-8c72-35d0ef17bbe1::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1546 | 2024.12.13 20:58:17.177900 [ 71 ] {} <Debug> oximeter.measurements_cumulativeu64 (622a7f09-a7e8-42f8-b1fb-316929b4f11a) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1547 | 2024.12.13 20:58:17.178017 [ 71 ] {} <Trace> oximeter.measurements_cumulativeu64 (622a7f09-a7e8-42f8-b1fb-316929b4f11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1548 | 2024.12.13 20:58:17.178107 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.14 GiB. | ||
| 1549 | 2024.12.13 20:58:17.178253 [ 258 ] {24e2f4e9-5fa6-4d2f-b399-7c4f24aa6086} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005777 sec., 27696.036004846806 rows/sec., 1.93 MiB/sec. | ||
| 1550 | 2024.12.13 20:58:17.178557 [ 187 ] {622a7f09-a7e8-42f8-b1fb-316929b4f11a::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.13 20:58:17.178590 [ 258 ] {24e2f4e9-5fa6-4d2f-b399-7c4f24aa6086} <Debug> TCPHandler: Processed in 0.00654454 sec. | ||
| 1552 | 2024.12.13 20:58:17.178887 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1553 | 2024.12.13 20:58:17.179103 [ 187 ] {622a7f09-a7e8-42f8-b1fb-316929b4f11a::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1554 | 2024.12.13 20:58:17.179173 [ 187 ] {622a7f09-a7e8-42f8-b1fb-316929b4f11a::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 | ||
| 1555 | 2024.12.13 20:58:17.179214 [ 261 ] {69347494-be08-471e-9a58-5c82edfcae99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1556 | 2024.12.13 20:58:17.179514 [ 261 ] {69347494-be08-471e-9a58-5c82edfcae99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1557 | 2024.12.13 20:58:17.179584 [ 186 ] {75bff165-9894-4896-8c72-35d0ef17bbe1::all_1_6_1} <Trace> oximeter.fields_uuid (75bff165-9894-4896-8c72-35d0ef17bbe1): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1558 | 2024.12.13 20:58:17.179605 [ 187 ] {622a7f09-a7e8-42f8-b1fb-316929b4f11a::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 | ||
| 1559 | 2024.12.13 20:58:17.180112 [ 186 ] {75bff165-9894-4896-8c72-35d0ef17bbe1::all_1_6_1} <Trace> oximeter.fields_uuid (75bff165-9894-4896-8c72-35d0ef17bbe1) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1560 | 2024.12.13 20:58:17.180234 [ 187 ] {622a7f09-a7e8-42f8-b1fb-316929b4f11a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 137 rows starting from the beginning of the part | ||
| 1561 | 2024.12.13 20:58:17.180479 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
| 1562 | 2024.12.13 20:58:17.180767 [ 187 ] {622a7f09-a7e8-42f8-b1fb-316929b4f11a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 140 rows starting from the beginning of the part | ||
| 1563 | 2024.12.13 20:58:17.181084 [ 187 ] {622a7f09-a7e8-42f8-b1fb-316929b4f11a::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.13 20:58:17.181432 [ 187 ] {622a7f09-a7e8-42f8-b1fb-316929b4f11a::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.13 20:58:17.182098 [ 261 ] {69347494-be08-471e-9a58-5c82edfcae99} <Trace> oximeter.measurements_u64 (cc3a5477-acbd-4caa-813d-ff4981ce9df1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1566 | 2024.12.13 20:58:17.182146 [ 261 ] {69347494-be08-471e-9a58-5c82edfcae99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.14 GiB. | ||
| 1567 | 2024.12.13 20:58:17.182766 [ 261 ] {69347494-be08-471e-9a58-5c82edfcae99} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1568 | 2024.12.13 20:58:17.183073 [ 261 ] {69347494-be08-471e-9a58-5c82edfcae99} <Trace> oximeter.measurements_u64 (cc3a5477-acbd-4caa-813d-ff4981ce9df1): 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.13 20:58:17.183235 [ 71 ] {} <Debug> oximeter.measurements_u64 (cc3a5477-acbd-4caa-813d-ff4981ce9df1) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1570 | 2024.12.13 20:58:17.183297 [ 71 ] {} <Trace> oximeter.measurements_u64 (cc3a5477-acbd-4caa-813d-ff4981ce9df1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1571 | 2024.12.13 20:58:17.183358 [ 71 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.14 GiB. | ||
| 1572 | 2024.12.13 20:58:17.183486 [ 261 ] {69347494-be08-471e-9a58-5c82edfcae99} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004341 sec., 13821.7000691085 rows/sec., 953.84 KiB/sec. | ||
| 1573 | 2024.12.13 20:58:17.184051 [ 191 ] {cc3a5477-acbd-4caa-813d-ff4981ce9df1::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 | ||
| 1574 | 2024.12.13 20:58:17.184200 [ 261 ] {69347494-be08-471e-9a58-5c82edfcae99} <Debug> TCPHandler: Processed in 0.005458672 sec. | ||
| 1575 | 2024.12.13 20:58:17.184311 [ 186 ] {622a7f09-a7e8-42f8-b1fb-316929b4f11a::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 782 rows, containing 5 columns (5 merged, 0 gathered) in 0.006047956 sec., 129299.88247268995 rows/sec., 8.82 MiB/sec. | ||
| 1576 | 2024.12.13 20:58:17.184443 [ 191 ] {cc3a5477-acbd-4caa-813d-ff4981ce9df1::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1577 | 2024.12.13 20:58:17.184482 [ 191 ] {cc3a5477-acbd-4caa-813d-ff4981ce9df1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 24 rows starting from the beginning of the part | ||
| 1578 | 2024.12.13 20:58:17.184660 [ 191 ] {cc3a5477-acbd-4caa-813d-ff4981ce9df1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 30 rows starting from the beginning of the part | ||
| 1579 | 2024.12.13 20:58:17.184687 [ 186 ] {622a7f09-a7e8-42f8-b1fb-316929b4f11a::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1580 | 2024.12.13 20:58:17.184952 [ 191 ] {cc3a5477-acbd-4caa-813d-ff4981ce9df1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 52 rows starting from the beginning of the part | ||
| 1581 | 2024.12.13 20:58:17.185265 [ 191 ] {cc3a5477-acbd-4caa-813d-ff4981ce9df1::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 54 rows starting from the beginning of the part | ||
| 1582 | 2024.12.13 20:58:17.185525 [ 191 ] {cc3a5477-acbd-4caa-813d-ff4981ce9df1::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 | ||
| 1583 | 2024.12.13 20:58:17.185725 [ 191 ] {cc3a5477-acbd-4caa-813d-ff4981ce9df1::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 | ||
| 1584 | 2024.12.13 20:58:17.185797 [ 186 ] {622a7f09-a7e8-42f8-b1fb-316929b4f11a::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (622a7f09-a7e8-42f8-b1fb-316929b4f11a): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1585 | 2024.12.13 20:58:17.186299 [ 186 ] {622a7f09-a7e8-42f8-b1fb-316929b4f11a::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (622a7f09-a7e8-42f8-b1fb-316929b4f11a) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1586 | 2024.12.13 20:58:17.186469 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
| 1587 | 2024.12.13 20:58:17.187214 [ 187 ] {cc3a5477-acbd-4caa-813d-ff4981ce9df1::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 302 rows, containing 4 columns (4 merged, 0 gathered) in 0.003755137 sec., 80423.16432130172 rows/sec., 5.22 MiB/sec. | ||
| 1588 | 2024.12.13 20:58:17.187382 [ 186 ] {cc3a5477-acbd-4caa-813d-ff4981ce9df1::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1589 | 2024.12.13 20:58:17.187679 [ 186 ] {cc3a5477-acbd-4caa-813d-ff4981ce9df1::all_1_6_1} <Trace> oximeter.measurements_u64 (cc3a5477-acbd-4caa-813d-ff4981ce9df1): 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.13 20:58:17.187761 [ 186 ] {cc3a5477-acbd-4caa-813d-ff4981ce9df1::all_1_6_1} <Trace> oximeter.measurements_u64 (cc3a5477-acbd-4caa-813d-ff4981ce9df1) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1591 | 2024.12.13 20:58:17.187862 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.30 MiB. | ||
| 1592 | 2024.12.13 20:58:17.950367 [ 258 ] {} <Trace> TCP-Session: e05b905f-2c5e-422a-94b2-168750f7eadb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1593 | 2024.12.13 20:58:17.950631 [ 258 ] {03c7ae69-cf0e-4109-8ac9-30ddad6c8ff8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56690) 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.13 20:58:17.951061 [ 258 ] {03c7ae69-cf0e-4109-8ac9-30ddad6c8ff8} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1595 | 2024.12.13 20:58:17.951114 [ 258 ] {03c7ae69-cf0e-4109-8ac9-30ddad6c8ff8} <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.13 20:58:17.951466 [ 258 ] {03c7ae69-cf0e-4109-8ac9-30ddad6c8ff8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1597 | 2024.12.13 20:58:17.951551 [ 258 ] {03c7ae69-cf0e-4109-8ac9-30ddad6c8ff8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1598 | 2024.12.13 20:58:17.951734 [ 258 ] {03c7ae69-cf0e-4109-8ac9-30ddad6c8ff8} <Debug> oximeter.timeseries_schema (eeba7b1a-875b-4c8a-9469-c26105167747) (SelectExecutor): Key condition: (column 0 notIn 31-element set) | ||
| 1599 | 2024.12.13 20:58:17.952001 [ 294 ] {03c7ae69-cf0e-4109-8ac9-30ddad6c8ff8} <Trace> oximeter.timeseries_schema (eeba7b1a-875b-4c8a-9469-c26105167747) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1600 | 2024.12.13 20:58:17.952024 [ 295 ] {03c7ae69-cf0e-4109-8ac9-30ddad6c8ff8} <Trace> oximeter.timeseries_schema (eeba7b1a-875b-4c8a-9469-c26105167747) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1601 | 2024.12.13 20:58:17.952161 [ 258 ] {03c7ae69-cf0e-4109-8ac9-30ddad6c8ff8} <Debug> oximeter.timeseries_schema (eeba7b1a-875b-4c8a-9469-c26105167747) (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.13 20:58:17.952189 [ 258 ] {03c7ae69-cf0e-4109-8ac9-30ddad6c8ff8} <Trace> oximeter.timeseries_schema (eeba7b1a-875b-4c8a-9469-c26105167747) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1603 | 2024.12.13 20:58:17.956191 [ 258 ] {03c7ae69-cf0e-4109-8ac9-30ddad6c8ff8} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1604 | 2024.12.13 20:58:17.956224 [ 258 ] {03c7ae69-cf0e-4109-8ac9-30ddad6c8ff8} <Debug> oximeter.timeseries_schema (eeba7b1a-875b-4c8a-9469-c26105167747) (SelectExecutor): Reading approx. 31 rows with 2 streams | ||
| 1605 | 2024.12.13 20:58:17.956291 [ 258 ] {03c7ae69-cf0e-4109-8ac9-30ddad6c8ff8} <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.13 20:58:17.956345 [ 258 ] {03c7ae69-cf0e-4109-8ac9-30ddad6c8ff8} <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.13 20:58:17.957779 [ 258 ] {03c7ae69-cf0e-4109-8ac9-30ddad6c8ff8} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.007314 sec., 4238.446814328685 rows/sec., 159.96 KiB/sec. | ||
| 1608 | 2024.12.13 20:58:17.957943 [ 258 ] {03c7ae69-cf0e-4109-8ac9-30ddad6c8ff8} <Debug> TCPHandler: Processed in 0.007765711 sec. | ||
| 1609 | 2024.12.13 20:58:17.958479 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1610 | 2024.12.13 20:58:17.958751 [ 261 ] {e8c84449-0932-493e-9218-58f59575bb7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) 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.13 20:58:17.959192 [ 261 ] {e8c84449-0932-493e-9218-58f59575bb7d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1612 | 2024.12.13 20:58:17.959245 [ 261 ] {e8c84449-0932-493e-9218-58f59575bb7d} <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.13 20:58:17.959603 [ 261 ] {e8c84449-0932-493e-9218-58f59575bb7d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1614 | 2024.12.13 20:58:17.959689 [ 261 ] {e8c84449-0932-493e-9218-58f59575bb7d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1615 | 2024.12.13 20:58:17.959872 [ 261 ] {e8c84449-0932-493e-9218-58f59575bb7d} <Debug> oximeter.timeseries_schema (eeba7b1a-875b-4c8a-9469-c26105167747) (SelectExecutor): Key condition: (column 0 notIn 32-element set) | ||
| 1616 | 2024.12.13 20:58:17.959999 [ 294 ] {e8c84449-0932-493e-9218-58f59575bb7d} <Trace> oximeter.timeseries_schema (eeba7b1a-875b-4c8a-9469-c26105167747) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1617 | 2024.12.13 20:58:17.960008 [ 296 ] {e8c84449-0932-493e-9218-58f59575bb7d} <Trace> oximeter.timeseries_schema (eeba7b1a-875b-4c8a-9469-c26105167747) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1618 | 2024.12.13 20:58:17.960145 [ 261 ] {e8c84449-0932-493e-9218-58f59575bb7d} <Debug> oximeter.timeseries_schema (eeba7b1a-875b-4c8a-9469-c26105167747) (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.13 20:58:17.960179 [ 261 ] {e8c84449-0932-493e-9218-58f59575bb7d} <Trace> oximeter.timeseries_schema (eeba7b1a-875b-4c8a-9469-c26105167747) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1620 | 2024.12.13 20:58:17.960275 [ 261 ] {e8c84449-0932-493e-9218-58f59575bb7d} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1621 | 2024.12.13 20:58:17.960298 [ 261 ] {e8c84449-0932-493e-9218-58f59575bb7d} <Debug> oximeter.timeseries_schema (eeba7b1a-875b-4c8a-9469-c26105167747) (SelectExecutor): Reading approx. 31 rows with 2 streams | ||
| 1622 | 2024.12.13 20:58:17.960344 [ 261 ] {e8c84449-0932-493e-9218-58f59575bb7d} <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.13 20:58:17.960394 [ 261 ] {e8c84449-0932-493e-9218-58f59575bb7d} <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.13 20:58:17.961573 [ 261 ] {e8c84449-0932-493e-9218-58f59575bb7d} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.002944 sec., 10529.891304347826 rows/sec., 397.39 KiB/sec. | ||
| 1625 | 2024.12.13 20:58:17.961779 [ 261 ] {e8c84449-0932-493e-9218-58f59575bb7d} <Debug> TCPHandler: Processed in 0.003438359 sec. | ||
| 1626 | 2024.12.13 20:58:17.962069 [ 258 ] {} <Trace> TCP-Session: e05b905f-2c5e-422a-94b2-168750f7eadb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1627 | 2024.12.13 20:58:17.962269 [ 258 ] {28a1cefd-510a-4fda-a426-6aa2c6a489f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56690) 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.13 20:58:17.962622 [ 258 ] {28a1cefd-510a-4fda-a426-6aa2c6a489f2} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1629 | 2024.12.13 20:58:17.962674 [ 258 ] {28a1cefd-510a-4fda-a426-6aa2c6a489f2} <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.13 20:58:17.962995 [ 258 ] {28a1cefd-510a-4fda-a426-6aa2c6a489f2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1631 | 2024.12.13 20:58:17.963064 [ 258 ] {28a1cefd-510a-4fda-a426-6aa2c6a489f2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1632 | 2024.12.13 20:58:17.963224 [ 258 ] {28a1cefd-510a-4fda-a426-6aa2c6a489f2} <Debug> oximeter.timeseries_schema (eeba7b1a-875b-4c8a-9469-c26105167747) (SelectExecutor): Key condition: (column 0 notIn 33-element set) | ||
| 1633 | 2024.12.13 20:58:17.963326 [ 295 ] {28a1cefd-510a-4fda-a426-6aa2c6a489f2} <Trace> oximeter.timeseries_schema (eeba7b1a-875b-4c8a-9469-c26105167747) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1634 | 2024.12.13 20:58:17.963342 [ 294 ] {28a1cefd-510a-4fda-a426-6aa2c6a489f2} <Trace> oximeter.timeseries_schema (eeba7b1a-875b-4c8a-9469-c26105167747) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1635 | 2024.12.13 20:58:17.963460 [ 258 ] {28a1cefd-510a-4fda-a426-6aa2c6a489f2} <Debug> oximeter.timeseries_schema (eeba7b1a-875b-4c8a-9469-c26105167747) (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.13 20:58:17.963489 [ 258 ] {28a1cefd-510a-4fda-a426-6aa2c6a489f2} <Trace> oximeter.timeseries_schema (eeba7b1a-875b-4c8a-9469-c26105167747) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1637 | 2024.12.13 20:58:17.963574 [ 258 ] {28a1cefd-510a-4fda-a426-6aa2c6a489f2} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1638 | 2024.12.13 20:58:17.963595 [ 258 ] {28a1cefd-510a-4fda-a426-6aa2c6a489f2} <Debug> oximeter.timeseries_schema (eeba7b1a-875b-4c8a-9469-c26105167747) (SelectExecutor): Reading approx. 31 rows with 2 streams | ||
| 1639 | 2024.12.13 20:58:17.963648 [ 258 ] {28a1cefd-510a-4fda-a426-6aa2c6a489f2} <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.13 20:58:17.963696 [ 258 ] {28a1cefd-510a-4fda-a426-6aa2c6a489f2} <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.13 20:58:17.964748 [ 258 ] {28a1cefd-510a-4fda-a426-6aa2c6a489f2} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.002576 sec., 12034.16149068323 rows/sec., 454.16 KiB/sec. | ||
| 1642 | 2024.12.13 20:58:17.964884 [ 258 ] {28a1cefd-510a-4fda-a426-6aa2c6a489f2} <Debug> TCPHandler: Processed in 0.002874955 sec. | ||
| 1643 | 2024.12.13 20:58:17.965168 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1644 | 2024.12.13 20:58:17.965368 [ 261 ] {6c201336-a8be-4c86-b575-a35664bec4a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) 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.13 20:58:17.965727 [ 261 ] {6c201336-a8be-4c86-b575-a35664bec4a8} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1646 | 2024.12.13 20:58:17.965778 [ 261 ] {6c201336-a8be-4c86-b575-a35664bec4a8} <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.13 20:58:17.966099 [ 261 ] {6c201336-a8be-4c86-b575-a35664bec4a8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1648 | 2024.12.13 20:58:17.966170 [ 261 ] {6c201336-a8be-4c86-b575-a35664bec4a8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1649 | 2024.12.13 20:58:17.966330 [ 261 ] {6c201336-a8be-4c86-b575-a35664bec4a8} <Debug> oximeter.timeseries_schema (eeba7b1a-875b-4c8a-9469-c26105167747) (SelectExecutor): Key condition: (column 0 notIn 34-element set) | ||
| 1650 | 2024.12.13 20:58:17.966447 [ 296 ] {6c201336-a8be-4c86-b575-a35664bec4a8} <Trace> oximeter.timeseries_schema (eeba7b1a-875b-4c8a-9469-c26105167747) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1651 | 2024.12.13 20:58:17.966453 [ 295 ] {6c201336-a8be-4c86-b575-a35664bec4a8} <Trace> oximeter.timeseries_schema (eeba7b1a-875b-4c8a-9469-c26105167747) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1652 | 2024.12.13 20:58:17.966566 [ 261 ] {6c201336-a8be-4c86-b575-a35664bec4a8} <Debug> oximeter.timeseries_schema (eeba7b1a-875b-4c8a-9469-c26105167747) (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.13 20:58:17.966596 [ 261 ] {6c201336-a8be-4c86-b575-a35664bec4a8} <Trace> oximeter.timeseries_schema (eeba7b1a-875b-4c8a-9469-c26105167747) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1654 | 2024.12.13 20:58:17.966684 [ 261 ] {6c201336-a8be-4c86-b575-a35664bec4a8} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1655 | 2024.12.13 20:58:17.966705 [ 261 ] {6c201336-a8be-4c86-b575-a35664bec4a8} <Debug> oximeter.timeseries_schema (eeba7b1a-875b-4c8a-9469-c26105167747) (SelectExecutor): Reading approx. 31 rows with 2 streams | ||
| 1656 | 2024.12.13 20:58:17.966749 [ 261 ] {6c201336-a8be-4c86-b575-a35664bec4a8} <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.13 20:58:17.966801 [ 261 ] {6c201336-a8be-4c86-b575-a35664bec4a8} <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.13 20:58:17.967877 [ 261 ] {6c201336-a8be-4c86-b575-a35664bec4a8} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.002611 sec., 11872.84565300651 rows/sec., 448.07 KiB/sec. | ||
| 1659 | 2024.12.13 20:58:17.968037 [ 261 ] {6c201336-a8be-4c86-b575-a35664bec4a8} <Debug> TCPHandler: Processed in 0.002929196 sec. | ||
| 1660 | 2024.12.13 20:58:17.968353 [ 258 ] {} <Trace> TCP-Session: e05b905f-2c5e-422a-94b2-168750f7eadb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1661 | 2024.12.13 20:58:17.968548 [ 258 ] {97806ef6-15c9-46f8-a0d8-86d3db465fcd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56690) 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.13 20:58:17.968904 [ 258 ] {97806ef6-15c9-46f8-a0d8-86d3db465fcd} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1663 | 2024.12.13 20:58:17.968955 [ 258 ] {97806ef6-15c9-46f8-a0d8-86d3db465fcd} <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.13 20:58:17.969281 [ 258 ] {97806ef6-15c9-46f8-a0d8-86d3db465fcd} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1665 | 2024.12.13 20:58:17.969353 [ 258 ] {97806ef6-15c9-46f8-a0d8-86d3db465fcd} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1666 | 2024.12.13 20:58:17.969511 [ 258 ] {97806ef6-15c9-46f8-a0d8-86d3db465fcd} <Debug> oximeter.timeseries_schema (eeba7b1a-875b-4c8a-9469-c26105167747) (SelectExecutor): Key condition: (column 0 notIn 35-element set) | ||
| 1667 | 2024.12.13 20:58:17.969632 [ 294 ] {97806ef6-15c9-46f8-a0d8-86d3db465fcd} <Trace> oximeter.timeseries_schema (eeba7b1a-875b-4c8a-9469-c26105167747) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1668 | 2024.12.13 20:58:17.969634 [ 295 ] {97806ef6-15c9-46f8-a0d8-86d3db465fcd} <Trace> oximeter.timeseries_schema (eeba7b1a-875b-4c8a-9469-c26105167747) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1669 | 2024.12.13 20:58:17.969747 [ 258 ] {97806ef6-15c9-46f8-a0d8-86d3db465fcd} <Debug> oximeter.timeseries_schema (eeba7b1a-875b-4c8a-9469-c26105167747) (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.13 20:58:17.969773 [ 258 ] {97806ef6-15c9-46f8-a0d8-86d3db465fcd} <Trace> oximeter.timeseries_schema (eeba7b1a-875b-4c8a-9469-c26105167747) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1671 | 2024.12.13 20:58:17.969856 [ 258 ] {97806ef6-15c9-46f8-a0d8-86d3db465fcd} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1672 | 2024.12.13 20:58:17.969879 [ 258 ] {97806ef6-15c9-46f8-a0d8-86d3db465fcd} <Debug> oximeter.timeseries_schema (eeba7b1a-875b-4c8a-9469-c26105167747) (SelectExecutor): Reading approx. 31 rows with 2 streams | ||
| 1673 | 2024.12.13 20:58:17.969923 [ 258 ] {97806ef6-15c9-46f8-a0d8-86d3db465fcd} <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.13 20:58:17.969976 [ 258 ] {97806ef6-15c9-46f8-a0d8-86d3db465fcd} <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.13 20:58:17.971115 [ 258 ] {97806ef6-15c9-46f8-a0d8-86d3db465fcd} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.002664 sec., 11636.636636636636 rows/sec., 439.16 KiB/sec. | ||
| 1676 | 2024.12.13 20:58:17.971283 [ 258 ] {97806ef6-15c9-46f8-a0d8-86d3db465fcd} <Debug> TCPHandler: Processed in 0.002988218 sec. | ||
| 1677 | 2024.12.13 20:58:17.971586 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1678 | 2024.12.13 20:58:17.971782 [ 261 ] {ae00a8ff-2965-431f-9eac-4fb00d9a5404} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) 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.13 20:58:17.972134 [ 261 ] {ae00a8ff-2965-431f-9eac-4fb00d9a5404} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1680 | 2024.12.13 20:58:17.972183 [ 261 ] {ae00a8ff-2965-431f-9eac-4fb00d9a5404} <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.13 20:58:17.972530 [ 261 ] {ae00a8ff-2965-431f-9eac-4fb00d9a5404} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1682 | 2024.12.13 20:58:17.972604 [ 261 ] {ae00a8ff-2965-431f-9eac-4fb00d9a5404} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1683 | 2024.12.13 20:58:17.972759 [ 261 ] {ae00a8ff-2965-431f-9eac-4fb00d9a5404} <Debug> oximeter.timeseries_schema (eeba7b1a-875b-4c8a-9469-c26105167747) (SelectExecutor): Key condition: (column 0 notIn 36-element set) | ||
| 1684 | 2024.12.13 20:58:17.972882 [ 296 ] {ae00a8ff-2965-431f-9eac-4fb00d9a5404} <Trace> oximeter.timeseries_schema (eeba7b1a-875b-4c8a-9469-c26105167747) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1685 | 2024.12.13 20:58:17.972890 [ 294 ] {ae00a8ff-2965-431f-9eac-4fb00d9a5404} <Trace> oximeter.timeseries_schema (eeba7b1a-875b-4c8a-9469-c26105167747) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1686 | 2024.12.13 20:58:17.973011 [ 261 ] {ae00a8ff-2965-431f-9eac-4fb00d9a5404} <Debug> oximeter.timeseries_schema (eeba7b1a-875b-4c8a-9469-c26105167747) (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.13 20:58:17.973043 [ 261 ] {ae00a8ff-2965-431f-9eac-4fb00d9a5404} <Trace> oximeter.timeseries_schema (eeba7b1a-875b-4c8a-9469-c26105167747) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1688 | 2024.12.13 20:58:17.973130 [ 261 ] {ae00a8ff-2965-431f-9eac-4fb00d9a5404} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1689 | 2024.12.13 20:58:17.973152 [ 261 ] {ae00a8ff-2965-431f-9eac-4fb00d9a5404} <Debug> oximeter.timeseries_schema (eeba7b1a-875b-4c8a-9469-c26105167747) (SelectExecutor): Reading approx. 31 rows with 2 streams | ||
| 1690 | 2024.12.13 20:58:17.973193 [ 261 ] {ae00a8ff-2965-431f-9eac-4fb00d9a5404} <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.13 20:58:17.973243 [ 261 ] {ae00a8ff-2965-431f-9eac-4fb00d9a5404} <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.13 20:58:17.974378 [ 261 ] {ae00a8ff-2965-431f-9eac-4fb00d9a5404} <Debug> executeQuery: Read 31 rows, 1.17 KiB in 0.002691 sec., 11519.881085098477 rows/sec., 434.75 KiB/sec. | ||
| 1693 | 2024.12.13 20:58:17.974536 [ 261 ] {ae00a8ff-2965-431f-9eac-4fb00d9a5404} <Debug> TCPHandler: Processed in 0.003008858 sec. | ||
| 1694 | 2024.12.13 20:58:18.052555 [ 258 ] {} <Trace> TCP-Session: e05b905f-2c5e-422a-94b2-168750f7eadb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1695 | 2024.12.13 20:58:18.052735 [ 258 ] {2033ed4d-fecd-4869-b75c-e774b7877fea} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56690) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1696 | 2024.12.13 20:58:18.052817 [ 258 ] {2033ed4d-fecd-4869-b75c-e774b7877fea} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1697 | 2024.12.13 20:58:18.053713 [ 258 ] {2033ed4d-fecd-4869-b75c-e774b7877fea} <Trace> oximeter.timeseries_schema (eeba7b1a-875b-4c8a-9469-c26105167747): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1698 | 2024.12.13 20:58:18.053765 [ 258 ] {2033ed4d-fecd-4869-b75c-e774b7877fea} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.14 GiB. | ||
| 1699 | 2024.12.13 20:58:18.054467 [ 258 ] {2033ed4d-fecd-4869-b75c-e774b7877fea} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1700 | 2024.12.13 20:58:18.054838 [ 258 ] {2033ed4d-fecd-4869-b75c-e774b7877fea} <Trace> oximeter.timeseries_schema (eeba7b1a-875b-4c8a-9469-c26105167747): 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.13 20:58:18.055157 [ 258 ] {2033ed4d-fecd-4869-b75c-e774b7877fea} <Debug> executeQuery: Read 6 rows, 1.34 KiB in 0.002471 sec., 2428.1667341157427 rows/sec., 540.65 KiB/sec. | ||
| 1702 | 2024.12.13 20:58:18.055238 [ 258 ] {2033ed4d-fecd-4869-b75c-e774b7877fea} <Debug> TCPHandler: Processed in 0.002802612 sec. | ||
| 1703 | 2024.12.13 20:58:18.055486 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1704 | 2024.12.13 20:58:18.055661 [ 261 ] {ddd7b13a-8f0e-40f2-9532-80f15bf39727} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1705 | 2024.12.13 20:58:18.055728 [ 261 ] {ddd7b13a-8f0e-40f2-9532-80f15bf39727} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1706 | 2024.12.13 20:58:18.056464 [ 261 ] {ddd7b13a-8f0e-40f2-9532-80f15bf39727} <Trace> oximeter.fields_i16 (fa937343-6bd9-452b-a26b-53118aaaf570): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1707 | 2024.12.13 20:58:18.056510 [ 261 ] {ddd7b13a-8f0e-40f2-9532-80f15bf39727} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.14 GiB. | ||
| 1708 | 2024.12.13 20:58:18.056957 [ 261 ] {ddd7b13a-8f0e-40f2-9532-80f15bf39727} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1709 | 2024.12.13 20:58:18.057226 [ 261 ] {ddd7b13a-8f0e-40f2-9532-80f15bf39727} <Trace> oximeter.fields_i16 (fa937343-6bd9-452b-a26b-53118aaaf570): 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.13 20:58:18.057424 [ 261 ] {ddd7b13a-8f0e-40f2-9532-80f15bf39727} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00181 sec., 7734.806629834255 rows/sec., 556.80 KiB/sec. | ||
| 1711 | 2024.12.13 20:58:18.057491 [ 261 ] {ddd7b13a-8f0e-40f2-9532-80f15bf39727} <Debug> TCPHandler: Processed in 0.002116685 sec. | ||
| 1712 | 2024.12.13 20:58:18.057678 [ 258 ] {} <Trace> TCP-Session: e05b905f-2c5e-422a-94b2-168750f7eadb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1713 | 2024.12.13 20:58:18.057812 [ 258 ] {4c023440-7db9-4b13-9b09-51f087369a3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56690) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1714 | 2024.12.13 20:58:18.057866 [ 258 ] {4c023440-7db9-4b13-9b09-51f087369a3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1715 | 2024.12.13 20:58:18.059238 [ 258 ] {4c023440-7db9-4b13-9b09-51f087369a3c} <Trace> oximeter.fields_string (5b8b6b34-88ee-4a07-bbae-ca77b5cb377f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1716 | 2024.12.13 20:58:18.059283 [ 258 ] {4c023440-7db9-4b13-9b09-51f087369a3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.14 GiB. | ||
| 1717 | 2024.12.13 20:58:18.059954 [ 258 ] {4c023440-7db9-4b13-9b09-51f087369a3c} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1718 | 2024.12.13 20:58:18.060231 [ 258 ] {4c023440-7db9-4b13-9b09-51f087369a3c} <Trace> oximeter.fields_string (5b8b6b34-88ee-4a07-bbae-ca77b5cb377f): 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.13 20:58:18.060484 [ 258 ] {4c023440-7db9-4b13-9b09-51f087369a3c} <Debug> executeQuery: Read 1359 rows, 115.65 KiB in 0.002703 sec., 502774.6947835738 rows/sec., 41.78 MiB/sec. | ||
| 1720 | 2024.12.13 20:58:18.060574 [ 258 ] {4c023440-7db9-4b13-9b09-51f087369a3c} <Debug> TCPHandler: Processed in 0.002959747 sec. | ||
| 1721 | 2024.12.13 20:58:18.060748 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1722 | 2024.12.13 20:58:18.060874 [ 261 ] {c533b902-491d-4603-9f22-19678e529ffa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1723 | 2024.12.13 20:58:18.060928 [ 261 ] {c533b902-491d-4603-9f22-19678e529ffa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1724 | 2024.12.13 20:58:18.061548 [ 261 ] {c533b902-491d-4603-9f22-19678e529ffa} <Trace> oximeter.fields_u16 (d675a2d1-260a-4708-80e6-2a380b067dc4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1725 | 2024.12.13 20:58:18.061590 [ 261 ] {c533b902-491d-4603-9f22-19678e529ffa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.14 GiB. | ||
| 1726 | 2024.12.13 20:58:18.061985 [ 261 ] {c533b902-491d-4603-9f22-19678e529ffa} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1727 | 2024.12.13 20:58:18.062230 [ 261 ] {c533b902-491d-4603-9f22-19678e529ffa} <Trace> oximeter.fields_u16 (d675a2d1-260a-4708-80e6-2a380b067dc4): 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.13 20:58:18.062404 [ 261 ] {c533b902-491d-4603-9f22-19678e529ffa} <Debug> executeQuery: Read 15 rows, 1.06 KiB in 0.001579 sec., 9499.683343888537 rows/sec., 669.80 KiB/sec. | ||
| 1729 | 2024.12.13 20:58:18.062462 [ 261 ] {c533b902-491d-4603-9f22-19678e529ffa} <Debug> TCPHandler: Processed in 0.001798806 sec. | ||
| 1730 | 2024.12.13 20:58:18.062640 [ 258 ] {} <Trace> TCP-Session: e05b905f-2c5e-422a-94b2-168750f7eadb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1731 | 2024.12.13 20:58:18.062762 [ 258 ] {4968ee31-bddd-4319-9d20-fc9ca8b78b63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56690) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1732 | 2024.12.13 20:58:18.062812 [ 258 ] {4968ee31-bddd-4319-9d20-fc9ca8b78b63} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1733 | 2024.12.13 20:58:18.063546 [ 258 ] {4968ee31-bddd-4319-9d20-fc9ca8b78b63} <Trace> oximeter.fields_u32 (db0931ff-d72d-49c4-80b8-a69047ae71a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1734 | 2024.12.13 20:58:18.063588 [ 258 ] {4968ee31-bddd-4319-9d20-fc9ca8b78b63} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.14 GiB. | ||
| 1735 | 2024.12.13 20:58:18.063971 [ 258 ] {4968ee31-bddd-4319-9d20-fc9ca8b78b63} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1736 | 2024.12.13 20:58:18.064224 [ 258 ] {4968ee31-bddd-4319-9d20-fc9ca8b78b63} <Trace> oximeter.fields_u32 (db0931ff-d72d-49c4-80b8-a69047ae71a5): 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.13 20:58:18.064481 [ 258 ] {4968ee31-bddd-4319-9d20-fc9ca8b78b63} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001704 sec., 142018.779342723 rows/sec., 9.62 MiB/sec. | ||
| 1738 | 2024.12.13 20:58:18.064643 [ 258 ] {4968ee31-bddd-4319-9d20-fc9ca8b78b63} <Debug> TCPHandler: Processed in 0.002023942 sec. | ||
| 1739 | 2024.12.13 20:58:18.064811 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1740 | 2024.12.13 20:58:18.064940 [ 261 ] {032b7622-a1ae-4548-9c6a-dbf233ad0635} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1741 | 2024.12.13 20:58:18.064991 [ 261 ] {032b7622-a1ae-4548-9c6a-dbf233ad0635} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1742 | 2024.12.13 20:58:18.065597 [ 261 ] {032b7622-a1ae-4548-9c6a-dbf233ad0635} <Trace> oximeter.fields_u8 (dff66ad8-7c17-40cc-8854-b493f299c0b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1743 | 2024.12.13 20:58:18.065637 [ 261 ] {032b7622-a1ae-4548-9c6a-dbf233ad0635} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.14 GiB. | ||
| 1744 | 2024.12.13 20:58:18.066015 [ 261 ] {032b7622-a1ae-4548-9c6a-dbf233ad0635} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1745 | 2024.12.13 20:58:18.066273 [ 261 ] {032b7622-a1ae-4548-9c6a-dbf233ad0635} <Trace> oximeter.fields_u8 (dff66ad8-7c17-40cc-8854-b493f299c0b1): 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.13 20:58:18.066460 [ 261 ] {032b7622-a1ae-4548-9c6a-dbf233ad0635} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001548 sec., 8397.932816537468 rows/sec., 523.61 KiB/sec. | ||
| 1747 | 2024.12.13 20:58:18.066520 [ 261 ] {032b7622-a1ae-4548-9c6a-dbf233ad0635} <Debug> TCPHandler: Processed in 0.001769346 sec. | ||
| 1748 | 2024.12.13 20:58:18.066693 [ 258 ] {} <Trace> TCP-Session: e05b905f-2c5e-422a-94b2-168750f7eadb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1749 | 2024.12.13 20:58:18.066841 [ 258 ] {3efca1d3-ce01-4cfe-9738-deea0c8aac44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56690) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1750 | 2024.12.13 20:58:18.066902 [ 258 ] {3efca1d3-ce01-4cfe-9738-deea0c8aac44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1751 | 2024.12.13 20:58:18.067827 [ 258 ] {3efca1d3-ce01-4cfe-9738-deea0c8aac44} <Trace> oximeter.fields_uuid (75bff165-9894-4896-8c72-35d0ef17bbe1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1752 | 2024.12.13 20:58:18.067868 [ 258 ] {3efca1d3-ce01-4cfe-9738-deea0c8aac44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.14 GiB. | ||
| 1753 | 2024.12.13 20:58:18.068298 [ 258 ] {3efca1d3-ce01-4cfe-9738-deea0c8aac44} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1754 | 2024.12.13 20:58:18.068548 [ 258 ] {3efca1d3-ce01-4cfe-9738-deea0c8aac44} <Trace> oximeter.fields_uuid (75bff165-9894-4896-8c72-35d0ef17bbe1): 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.13 20:58:18.068763 [ 258 ] {3efca1d3-ce01-4cfe-9738-deea0c8aac44} <Debug> executeQuery: Read 846 rows, 62.61 KiB in 0.001958 sec., 432073.54443309497 rows/sec., 31.23 MiB/sec. | ||
| 1756 | 2024.12.13 20:58:18.068822 [ 258 ] {3efca1d3-ce01-4cfe-9738-deea0c8aac44} <Debug> TCPHandler: Processed in 0.002200478 sec. | ||
| 1757 | 2024.12.13 20:58:18.068982 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1758 | 2024.12.13 20:58:18.069108 [ 261 ] {cc77eecf-3035-4e81-87ee-9a5c173ee4d0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 1759 | 2024.12.13 20:58:18.069161 [ 261 ] {cc77eecf-3035-4e81-87ee-9a5c173ee4d0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1760 | 2024.12.13 20:58:18.069667 [ 261 ] {cc77eecf-3035-4e81-87ee-9a5c173ee4d0} <Trace> oximeter.measurements_bool (e2b503a0-fc05-44eb-86c2-76ac8cc47d1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1761 | 2024.12.13 20:58:18.069705 [ 261 ] {cc77eecf-3035-4e81-87ee-9a5c173ee4d0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.14 GiB. | ||
| 1762 | 2024.12.13 20:58:18.070091 [ 261 ] {cc77eecf-3035-4e81-87ee-9a5c173ee4d0} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1763 | 2024.12.13 20:58:18.070341 [ 261 ] {cc77eecf-3035-4e81-87ee-9a5c173ee4d0} <Trace> oximeter.measurements_bool (e2b503a0-fc05-44eb-86c2-76ac8cc47d1a): 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.13 20:58:18.070544 [ 261 ] {cc77eecf-3035-4e81-87ee-9a5c173ee4d0} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001456 sec., 4120.879120879121 rows/sec., 215.30 KiB/sec. | ||
| 1765 | 2024.12.13 20:58:18.070602 [ 261 ] {cc77eecf-3035-4e81-87ee-9a5c173ee4d0} <Debug> TCPHandler: Processed in 0.001678474 sec. | ||
| 1766 | 2024.12.13 20:58:18.070780 [ 258 ] {} <Trace> TCP-Session: e05b905f-2c5e-422a-94b2-168750f7eadb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1767 | 2024.12.13 20:58:18.070903 [ 258 ] {d68e40fb-4338-4896-9aa1-27c77dd5a42f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56690) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1768 | 2024.12.13 20:58:18.070956 [ 258 ] {d68e40fb-4338-4896-9aa1-27c77dd5a42f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1769 | 2024.12.13 20:58:18.074026 [ 258 ] {d68e40fb-4338-4896-9aa1-27c77dd5a42f} <Trace> oximeter.measurements_cumulativeu64 (622a7f09-a7e8-42f8-b1fb-316929b4f11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1770 | 2024.12.13 20:58:18.074081 [ 258 ] {d68e40fb-4338-4896-9aa1-27c77dd5a42f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.14 GiB. | ||
| 1771 | 2024.12.13 20:58:18.074815 [ 258 ] {d68e40fb-4338-4896-9aa1-27c77dd5a42f} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1772 | 2024.12.13 20:58:18.075138 [ 258 ] {d68e40fb-4338-4896-9aa1-27c77dd5a42f} <Trace> oximeter.measurements_cumulativeu64 (622a7f09-a7e8-42f8-b1fb-316929b4f11a): 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.13 20:58:18.075400 [ 258 ] {d68e40fb-4338-4896-9aa1-27c77dd5a42f} <Debug> executeQuery: Read 2089 rows, 142.49 KiB in 0.004522 sec., 461963.73286156566 rows/sec., 30.77 MiB/sec. | ||
| 1774 | 2024.12.13 20:58:18.075469 [ 258 ] {d68e40fb-4338-4896-9aa1-27c77dd5a42f} <Debug> TCPHandler: Processed in 0.004748313 sec. | ||
| 1775 | 2024.12.13 20:58:18.075637 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1776 | 2024.12.13 20:58:18.075769 [ 261 ] {0133e8f3-1060-4dfe-ad0d-e7ab8a9db5e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 1777 | 2024.12.13 20:58:18.075820 [ 261 ] {0133e8f3-1060-4dfe-ad0d-e7ab8a9db5e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 1778 | 2024.12.13 20:58:18.076322 [ 261 ] {0133e8f3-1060-4dfe-ad0d-e7ab8a9db5e3} <Trace> oximeter.measurements_f64 (e63d307a-4800-4395-92a7-5a221df216fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1779 | 2024.12.13 20:58:18.076360 [ 261 ] {0133e8f3-1060-4dfe-ad0d-e7ab8a9db5e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.14 GiB. | ||
| 1780 | 2024.12.13 20:58:18.076733 [ 261 ] {0133e8f3-1060-4dfe-ad0d-e7ab8a9db5e3} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1781 | 2024.12.13 20:58:18.076977 [ 261 ] {0133e8f3-1060-4dfe-ad0d-e7ab8a9db5e3} <Trace> oximeter.measurements_f64 (e63d307a-4800-4395-92a7-5a221df216fb): 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.13 20:58:18.077187 [ 261 ] {0133e8f3-1060-4dfe-ad0d-e7ab8a9db5e3} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001444 sec., 692.5207756232687 rows/sec., 46.66 KiB/sec. | ||
| 1783 | 2024.12.13 20:58:18.077247 [ 261 ] {0133e8f3-1060-4dfe-ad0d-e7ab8a9db5e3} <Debug> TCPHandler: Processed in 0.001669173 sec. | ||
| 1784 | 2024.12.13 20:58:18.077408 [ 258 ] {} <Trace> TCP-Session: e05b905f-2c5e-422a-94b2-168750f7eadb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1785 | 2024.12.13 20:58:18.077532 [ 258 ] {50da975e-d6cf-4dbd-a0be-446e47617197} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56690) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1786 | 2024.12.13 20:58:18.077617 [ 258 ] {50da975e-d6cf-4dbd-a0be-446e47617197} <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.13 20:58:18.078742 [ 258 ] {50da975e-d6cf-4dbd-a0be-446e47617197} <Trace> oximeter.measurements_histogramu64 (0435d810-cbe3-4332-a7be-27034ee0470b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1788 | 2024.12.13 20:58:18.078787 [ 258 ] {50da975e-d6cf-4dbd-a0be-446e47617197} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.14 GiB. | ||
| 1789 | 2024.12.13 20:58:18.079427 [ 258 ] {50da975e-d6cf-4dbd-a0be-446e47617197} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1790 | 2024.12.13 20:58:18.079696 [ 258 ] {50da975e-d6cf-4dbd-a0be-446e47617197} <Trace> oximeter.measurements_histogramu64 (0435d810-cbe3-4332-a7be-27034ee0470b): 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.13 20:58:18.079934 [ 258 ] {50da975e-d6cf-4dbd-a0be-446e47617197} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002427 sec., 3296.250515039143 rows/sec., 5.91 MiB/sec. | ||
| 1792 | 2024.12.13 20:58:18.080047 [ 258 ] {50da975e-d6cf-4dbd-a0be-446e47617197} <Debug> TCPHandler: Processed in 0.00270139 sec. | ||
| 1793 | 2024.12.13 20:58:18.080206 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1794 | 2024.12.13 20:58:18.080339 [ 261 ] {0669c7aa-d5fb-41cd-bda8-3d3a68d58b44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1795 | 2024.12.13 20:58:18.080398 [ 261 ] {0669c7aa-d5fb-41cd-bda8-3d3a68d58b44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1796 | 2024.12.13 20:58:18.080891 [ 261 ] {0669c7aa-d5fb-41cd-bda8-3d3a68d58b44} <Trace> oximeter.measurements_u64 (cc3a5477-acbd-4caa-813d-ff4981ce9df1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1797 | 2024.12.13 20:58:18.080929 [ 261 ] {0669c7aa-d5fb-41cd-bda8-3d3a68d58b44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 13.14 GiB. | ||
| 1798 | 2024.12.13 20:58:18.081311 [ 261 ] {0669c7aa-d5fb-41cd-bda8-3d3a68d58b44} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1799 | 2024.12.13 20:58:18.081570 [ 261 ] {0669c7aa-d5fb-41cd-bda8-3d3a68d58b44} <Trace> oximeter.measurements_u64 (cc3a5477-acbd-4caa-813d-ff4981ce9df1): 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.13 20:58:18.081754 [ 261 ] {0669c7aa-d5fb-41cd-bda8-3d3a68d58b44} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001448 sec., 23480.662983425413 rows/sec., 1.36 MiB/sec. | ||
| 1801 | 2024.12.13 20:58:18.081808 [ 261 ] {0669c7aa-d5fb-41cd-bda8-3d3a68d58b44} <Debug> TCPHandler: Processed in 0.001657994 sec. | ||
| 1802 | 2024.12.13 20:58:21.077906 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 66 entries to flush up to offset 268 | ||
| 1803 | 2024.12.13 20:58:21.081682 [ 244 ] {} <Trace> system.query_log (909797ee-5efd-476a-9e9e-2a430c5c4abc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1804 | 2024.12.13 20:58:21.081735 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1805 | 2024.12.13 20:58:21.083349 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1806 | 2024.12.13 20:58:21.083665 [ 244 ] {} <Trace> system.query_log (909797ee-5efd-476a-9e9e-2a430c5c4abc): 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.13 20:58:21.084219 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 268 | ||
| 1808 | 2024.12.13 20:58:22.161509 [ 258 ] {} <Trace> TCP-Session: e05b905f-2c5e-422a-94b2-168750f7eadb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1809 | 2024.12.13 20:58:22.161786 [ 258 ] {22ffba19-22c3-4bb3-87ea-b5175a71be88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56690) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1810 | 2024.12.13 20:58:22.161899 [ 258 ] {22ffba19-22c3-4bb3-87ea-b5175a71be88} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1811 | 2024.12.13 20:58:22.163026 [ 258 ] {22ffba19-22c3-4bb3-87ea-b5175a71be88} <Trace> oximeter.fields_string (5b8b6b34-88ee-4a07-bbae-ca77b5cb377f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1812 | 2024.12.13 20:58:22.163105 [ 258 ] {22ffba19-22c3-4bb3-87ea-b5175a71be88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1813 | 2024.12.13 20:58:22.163692 [ 258 ] {22ffba19-22c3-4bb3-87ea-b5175a71be88} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1814 | 2024.12.13 20:58:22.163991 [ 258 ] {22ffba19-22c3-4bb3-87ea-b5175a71be88} <Trace> oximeter.fields_string (5b8b6b34-88ee-4a07-bbae-ca77b5cb377f): 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.13 20:58:22.164274 [ 258 ] {22ffba19-22c3-4bb3-87ea-b5175a71be88} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002566 sec., 21823.85035074045 rows/sec., 1.67 MiB/sec. | ||
| 1816 | 2024.12.13 20:58:22.164469 [ 258 ] {22ffba19-22c3-4bb3-87ea-b5175a71be88} <Debug> TCPHandler: Processed in 0.003174722 sec. | ||
| 1817 | 2024.12.13 20:58:22.164745 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1818 | 2024.12.13 20:58:22.164938 [ 261 ] {58c1cc8f-85b3-43c6-93cc-ca8b6a57acc5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1819 | 2024.12.13 20:58:22.165016 [ 261 ] {58c1cc8f-85b3-43c6-93cc-ca8b6a57acc5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1820 | 2024.12.13 20:58:22.165813 [ 261 ] {58c1cc8f-85b3-43c6-93cc-ca8b6a57acc5} <Trace> oximeter.fields_uuid (75bff165-9894-4896-8c72-35d0ef17bbe1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1821 | 2024.12.13 20:58:22.165866 [ 261 ] {58c1cc8f-85b3-43c6-93cc-ca8b6a57acc5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1822 | 2024.12.13 20:58:22.166318 [ 261 ] {58c1cc8f-85b3-43c6-93cc-ca8b6a57acc5} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1823 | 2024.12.13 20:58:22.166584 [ 261 ] {58c1cc8f-85b3-43c6-93cc-ca8b6a57acc5} <Trace> oximeter.fields_uuid (75bff165-9894-4896-8c72-35d0ef17bbe1): 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.13 20:58:22.166824 [ 261 ] {58c1cc8f-85b3-43c6-93cc-ca8b6a57acc5} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00194 sec., 32989.69072164948 rows/sec., 2.57 MiB/sec. | ||
| 1825 | 2024.12.13 20:58:22.166893 [ 261 ] {58c1cc8f-85b3-43c6-93cc-ca8b6a57acc5} <Debug> TCPHandler: Processed in 0.00228438 sec. | ||
| 1826 | 2024.12.13 20:58:22.167082 [ 258 ] {} <Trace> TCP-Session: e05b905f-2c5e-422a-94b2-168750f7eadb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1827 | 2024.12.13 20:58:22.167217 [ 258 ] {f099d685-c795-4d73-90b2-d4520891831a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56690) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1828 | 2024.12.13 20:58:22.167280 [ 258 ] {f099d685-c795-4d73-90b2-d4520891831a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1829 | 2024.12.13 20:58:22.167885 [ 258 ] {f099d685-c795-4d73-90b2-d4520891831a} <Trace> oximeter.measurements_cumulativeu64 (622a7f09-a7e8-42f8-b1fb-316929b4f11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1830 | 2024.12.13 20:58:22.167928 [ 258 ] {f099d685-c795-4d73-90b2-d4520891831a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1831 | 2024.12.13 20:58:22.168373 [ 258 ] {f099d685-c795-4d73-90b2-d4520891831a} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1832 | 2024.12.13 20:58:22.168627 [ 258 ] {f099d685-c795-4d73-90b2-d4520891831a} <Trace> oximeter.measurements_cumulativeu64 (622a7f09-a7e8-42f8-b1fb-316929b4f11a): 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.13 20:58:22.168902 [ 258 ] {f099d685-c795-4d73-90b2-d4520891831a} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001712 sec., 74766.35514018692 rows/sec., 5.21 MiB/sec. | ||
| 1834 | 2024.12.13 20:58:22.169049 [ 258 ] {f099d685-c795-4d73-90b2-d4520891831a} <Debug> TCPHandler: Processed in 0.002032282 sec. | ||
| 1835 | 2024.12.13 20:58:22.169245 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1836 | 2024.12.13 20:58:22.169393 [ 261 ] {2825f9df-f284-4f37-86e1-51a83f3ffacd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1837 | 2024.12.13 20:58:22.169458 [ 261 ] {2825f9df-f284-4f37-86e1-51a83f3ffacd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1838 | 2024.12.13 20:58:22.170048 [ 261 ] {2825f9df-f284-4f37-86e1-51a83f3ffacd} <Trace> oximeter.measurements_u64 (cc3a5477-acbd-4caa-813d-ff4981ce9df1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1839 | 2024.12.13 20:58:22.170094 [ 261 ] {2825f9df-f284-4f37-86e1-51a83f3ffacd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1840 | 2024.12.13 20:58:22.170527 [ 261 ] {2825f9df-f284-4f37-86e1-51a83f3ffacd} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1841 | 2024.12.13 20:58:22.170763 [ 261 ] {2825f9df-f284-4f37-86e1-51a83f3ffacd} <Trace> oximeter.measurements_u64 (cc3a5477-acbd-4caa-813d-ff4981ce9df1): 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.13 20:58:22.171003 [ 261 ] {2825f9df-f284-4f37-86e1-51a83f3ffacd} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.00164 sec., 29268.29268292683 rows/sec., 1.97 MiB/sec. | ||
| 1843 | 2024.12.13 20:58:22.171186 [ 261 ] {2825f9df-f284-4f37-86e1-51a83f3ffacd} <Debug> TCPHandler: Processed in 0.002022213 sec. | ||
| 1844 | 2024.12.13 20:58:23.547861 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 3233 | ||
| 1845 | 2024.12.13 20:58:23.548502 [ 242 ] {} <Trace> system.asynchronous_metric_log (bfd632e9-c8e2-471e-b238-7df687a4f8ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1846 | 2024.12.13 20:58:23.548552 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1847 | 2024.12.13 20:58:23.549082 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1848 | 2024.12.13 20:58:23.549349 [ 242 ] {} <Trace> system.asynchronous_metric_log (bfd632e9-c8e2-471e-b238-7df687a4f8ca): 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.13 20:58:23.549601 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3233 | ||
| 1850 | 2024.12.13 20:58:23.759632 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53 | ||
| 1851 | 2024.12.13 20:58:23.777803 [ 243 ] {} <Trace> system.metric_log (6f41e073-4f68-44d4-8e91-392ee6d2702a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1852 | 2024.12.13 20:58:23.777865 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1853 | 2024.12.13 20:58:23.785178 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1854 | 2024.12.13 20:58:23.785975 [ 243 ] {} <Trace> system.metric_log (6f41e073-4f68-44d4-8e91-392ee6d2702a): 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.13 20:58:23.788790 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 53 | ||
| 1856 | 2024.12.13 20:58:24.000147 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 167.22 MiB, peak 171.74 MiB, free memory in arenas 0.00 B, will set to 168.25 MiB (RSS), difference: 1.03 MiB | ||
| 1857 | 2024.12.13 20:58:27.162874 [ 258 ] {} <Trace> TCP-Session: e05b905f-2c5e-422a-94b2-168750f7eadb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1858 | 2024.12.13 20:58:27.163061 [ 258 ] {bf883c69-ab16-4a7a-b012-bbb908b6db26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56690) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1859 | 2024.12.13 20:58:27.163133 [ 258 ] {bf883c69-ab16-4a7a-b012-bbb908b6db26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1860 | 2024.12.13 20:58:27.163897 [ 258 ] {bf883c69-ab16-4a7a-b012-bbb908b6db26} <Trace> oximeter.fields_string (5b8b6b34-88ee-4a07-bbae-ca77b5cb377f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1861 | 2024.12.13 20:58:27.163940 [ 258 ] {bf883c69-ab16-4a7a-b012-bbb908b6db26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1862 | 2024.12.13 20:58:27.164371 [ 258 ] {bf883c69-ab16-4a7a-b012-bbb908b6db26} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1863 | 2024.12.13 20:58:27.164628 [ 258 ] {bf883c69-ab16-4a7a-b012-bbb908b6db26} <Trace> oximeter.fields_string (5b8b6b34-88ee-4a07-bbae-ca77b5cb377f): 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.13 20:58:27.164842 [ 258 ] {bf883c69-ab16-4a7a-b012-bbb908b6db26} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001823 sec., 30718.595721338454 rows/sec., 2.35 MiB/sec. | ||
| 1865 | 2024.12.13 20:58:27.165009 [ 258 ] {bf883c69-ab16-4a7a-b012-bbb908b6db26} <Debug> TCPHandler: Processed in 0.002266858 sec. | ||
| 1866 | 2024.12.13 20:58:27.165295 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1867 | 2024.12.13 20:58:27.165511 [ 261 ] {a3234d22-3f32-4908-8907-666128e5ceab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1868 | 2024.12.13 20:58:27.165610 [ 261 ] {a3234d22-3f32-4908-8907-666128e5ceab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1869 | 2024.12.13 20:58:27.166432 [ 261 ] {a3234d22-3f32-4908-8907-666128e5ceab} <Trace> oximeter.fields_uuid (75bff165-9894-4896-8c72-35d0ef17bbe1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1870 | 2024.12.13 20:58:27.166476 [ 261 ] {a3234d22-3f32-4908-8907-666128e5ceab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1871 | 2024.12.13 20:58:27.166938 [ 261 ] {a3234d22-3f32-4908-8907-666128e5ceab} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1872 | 2024.12.13 20:58:27.167208 [ 261 ] {a3234d22-3f32-4908-8907-666128e5ceab} <Trace> oximeter.fields_uuid (75bff165-9894-4896-8c72-35d0ef17bbe1): 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.13 20:58:27.167443 [ 261 ] {a3234d22-3f32-4908-8907-666128e5ceab} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001985 sec., 32241.813602015118 rows/sec., 2.52 MiB/sec. | ||
| 1874 | 2024.12.13 20:58:27.167503 [ 261 ] {a3234d22-3f32-4908-8907-666128e5ceab} <Debug> TCPHandler: Processed in 0.002340401 sec. | ||
| 1875 | 2024.12.13 20:58:27.167678 [ 258 ] {} <Trace> TCP-Session: e05b905f-2c5e-422a-94b2-168750f7eadb Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1876 | 2024.12.13 20:58:27.167799 [ 258 ] {4708942b-cec4-47b5-8572-6069b0d34ccf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:56690) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1877 | 2024.12.13 20:58:27.167853 [ 258 ] {4708942b-cec4-47b5-8572-6069b0d34ccf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1878 | 2024.12.13 20:58:27.168454 [ 258 ] {4708942b-cec4-47b5-8572-6069b0d34ccf} <Trace> oximeter.measurements_cumulativeu64 (622a7f09-a7e8-42f8-b1fb-316929b4f11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1879 | 2024.12.13 20:58:27.168491 [ 258 ] {4708942b-cec4-47b5-8572-6069b0d34ccf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1880 | 2024.12.13 20:58:27.168887 [ 258 ] {4708942b-cec4-47b5-8572-6069b0d34ccf} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1881 | 2024.12.13 20:58:27.169130 [ 258 ] {4708942b-cec4-47b5-8572-6069b0d34ccf} <Trace> oximeter.measurements_cumulativeu64 (622a7f09-a7e8-42f8-b1fb-316929b4f11a): 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.13 20:58:27.169322 [ 258 ] {4708942b-cec4-47b5-8572-6069b0d34ccf} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001549 sec., 103292.44673983214 rows/sec., 7.19 MiB/sec. | ||
| 1883 | 2024.12.13 20:58:27.169382 [ 258 ] {4708942b-cec4-47b5-8572-6069b0d34ccf} <Debug> TCPHandler: Processed in 0.001760066 sec. | ||
| 1884 | 2024.12.13 20:58:27.169536 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1885 | 2024.12.13 20:58:27.169658 [ 261 ] {11284d86-2324-42ef-af94-a648f56e12ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1886 | 2024.12.13 20:58:27.169712 [ 261 ] {11284d86-2324-42ef-af94-a648f56e12ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1887 | 2024.12.13 20:58:27.170246 [ 261 ] {11284d86-2324-42ef-af94-a648f56e12ce} <Trace> oximeter.measurements_u64 (cc3a5477-acbd-4caa-813d-ff4981ce9df1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1888 | 2024.12.13 20:58:27.170285 [ 261 ] {11284d86-2324-42ef-af94-a648f56e12ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1889 | 2024.12.13 20:58:27.170680 [ 261 ] {11284d86-2324-42ef-af94-a648f56e12ce} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1890 | 2024.12.13 20:58:27.170932 [ 261 ] {11284d86-2324-42ef-af94-a648f56e12ce} <Trace> oximeter.measurements_u64 (cc3a5477-acbd-4caa-813d-ff4981ce9df1): 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.13 20:58:27.171148 [ 261 ] {11284d86-2324-42ef-af94-a648f56e12ce} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001514 sec., 39630.11889035667 rows/sec., 2.67 MiB/sec. | ||
| 1892 | 2024.12.13 20:58:27.171199 [ 261 ] {11284d86-2324-42ef-af94-a648f56e12ce} <Debug> TCPHandler: Processed in 0.001722695 sec. | ||
| 1893 | 2024.12.13 20:58:30.980542 [ 49 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1894 | 2024.12.13 20:58:30.980609 [ 49 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1895 | 2024.12.13 20:58:31.050666 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 3721 | ||
| 1896 | 2024.12.13 20:58:31.051340 [ 242 ] {} <Trace> system.asynchronous_metric_log (bfd632e9-c8e2-471e-b238-7df687a4f8ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1897 | 2024.12.13 20:58:31.051396 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1898 | 2024.12.13 20:58:31.052063 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1899 | 2024.12.13 20:58:31.052344 [ 242 ] {} <Trace> system.asynchronous_metric_log (bfd632e9-c8e2-471e-b238-7df687a4f8ca): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1900 | 2024.12.13 20:58:31.052602 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3721 | ||
| 1901 | 2024.12.13 20:58:31.085459 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 284 | ||
| 1902 | 2024.12.13 20:58:31.088194 [ 244 ] {} <Trace> system.query_log (909797ee-5efd-476a-9e9e-2a430c5c4abc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1903 | 2024.12.13 20:58:31.088244 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1904 | 2024.12.13 20:58:31.089758 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1905 | 2024.12.13 20:58:31.090076 [ 244 ] {} <Trace> system.query_log (909797ee-5efd-476a-9e9e-2a430c5c4abc): 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.13 20:58:31.090894 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 284 | ||
| 1907 | 2024.12.13 20:58:31.289813 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61 | ||
| 1908 | 2024.12.13 20:58:31.310727 [ 243 ] {} <Trace> system.metric_log (6f41e073-4f68-44d4-8e91-392ee6d2702a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1909 | 2024.12.13 20:58:31.310794 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1910 | 2024.12.13 20:58:31.318051 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1911 | 2024.12.13 20:58:31.318846 [ 243 ] {} <Trace> system.metric_log (6f41e073-4f68-44d4-8e91-392ee6d2702a): 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.13 20:58:31.321735 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 61 | ||
| 1913 | 2024.12.13 20:58:31.554081 [ 258 ] {} <Debug> TCPHandler: Done processing connection. | ||
| 1914 | 2024.12.13 20:58:31.554171 [ 258 ] {} <Debug> TCP-Session: e05b905f-2c5e-422a-94b2-168750f7eadb Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1915 | 2024.12.13 20:58:32.000160 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 166.78 MiB, peak 172.81 MiB, free memory in arenas 0.00 B, will set to 168.99 MiB (RSS), difference: 2.21 MiB | ||
| 1916 | 2024.12.13 20:58:32.157257 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1917 | 2024.12.13 20:58:32.157553 [ 261 ] {9d7b5645-5147-40f6-90fe-cef243110794} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) 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.13 20:58:32.158005 [ 261 ] {9d7b5645-5147-40f6-90fe-cef243110794} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1919 | 2024.12.13 20:58:32.158058 [ 261 ] {9d7b5645-5147-40f6-90fe-cef243110794} <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.13 20:58:32.158432 [ 261 ] {9d7b5645-5147-40f6-90fe-cef243110794} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1921 | 2024.12.13 20:58:32.158519 [ 261 ] {9d7b5645-5147-40f6-90fe-cef243110794} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1922 | 2024.12.13 20:58:32.158705 [ 261 ] {9d7b5645-5147-40f6-90fe-cef243110794} <Debug> oximeter.timeseries_schema (eeba7b1a-875b-4c8a-9469-c26105167747) (SelectExecutor): Key condition: (column 0 notIn 37-element set) | ||
| 1923 | 2024.12.13 20:58:32.158909 [ 294 ] {9d7b5645-5147-40f6-90fe-cef243110794} <Trace> oximeter.timeseries_schema (eeba7b1a-875b-4c8a-9469-c26105167747) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1924 | 2024.12.13 20:58:32.158943 [ 296 ] {9d7b5645-5147-40f6-90fe-cef243110794} <Trace> oximeter.timeseries_schema (eeba7b1a-875b-4c8a-9469-c26105167747) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1925 | 2024.12.13 20:58:32.158916 [ 295 ] {9d7b5645-5147-40f6-90fe-cef243110794} <Trace> oximeter.timeseries_schema (eeba7b1a-875b-4c8a-9469-c26105167747) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1926 | 2024.12.13 20:58:32.159150 [ 261 ] {9d7b5645-5147-40f6-90fe-cef243110794} <Debug> oximeter.timeseries_schema (eeba7b1a-875b-4c8a-9469-c26105167747) (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.13 20:58:32.159184 [ 261 ] {9d7b5645-5147-40f6-90fe-cef243110794} <Trace> oximeter.timeseries_schema (eeba7b1a-875b-4c8a-9469-c26105167747) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1928 | 2024.12.13 20:58:32.159310 [ 261 ] {9d7b5645-5147-40f6-90fe-cef243110794} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1929 | 2024.12.13 20:58:32.159335 [ 261 ] {9d7b5645-5147-40f6-90fe-cef243110794} <Debug> oximeter.timeseries_schema (eeba7b1a-875b-4c8a-9469-c26105167747) (SelectExecutor): Reading approx. 37 rows with 3 streams | ||
| 1930 | 2024.12.13 20:58:32.159380 [ 261 ] {9d7b5645-5147-40f6-90fe-cef243110794} <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.13 20:58:32.159432 [ 261 ] {9d7b5645-5147-40f6-90fe-cef243110794} <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.13 20:58:32.159478 [ 261 ] {9d7b5645-5147-40f6-90fe-cef243110794} <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.13 20:58:32.161126 [ 261 ] {9d7b5645-5147-40f6-90fe-cef243110794} <Debug> executeQuery: Read 37 rows, 1.39 KiB in 0.003716 sec., 9956.942949407965 rows/sec., 373.18 KiB/sec. | ||
| 1934 | 2024.12.13 20:58:32.161336 [ 261 ] {9d7b5645-5147-40f6-90fe-cef243110794} <Debug> TCPHandler: Processed in 0.004218279 sec. | ||
| 1935 | 2024.12.13 20:58:32.161798 [ 262 ] {} <Trace> TCP-Session: ba79f2ea-3c39-4a82-87ed-b4543bed5a08 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1936 | 2024.12.13 20:58:32.162053 [ 262 ] {a12f1641-6a45-41a2-a4ab-53e7eb72d769} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57603) 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.13 20:58:32.162521 [ 262 ] {a12f1641-6a45-41a2-a4ab-53e7eb72d769} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1938 | 2024.12.13 20:58:32.162578 [ 262 ] {a12f1641-6a45-41a2-a4ab-53e7eb72d769} <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.13 20:58:32.162954 [ 262 ] {a12f1641-6a45-41a2-a4ab-53e7eb72d769} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1940 | 2024.12.13 20:58:32.163042 [ 262 ] {a12f1641-6a45-41a2-a4ab-53e7eb72d769} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1941 | 2024.12.13 20:58:32.163226 [ 262 ] {a12f1641-6a45-41a2-a4ab-53e7eb72d769} <Debug> oximeter.timeseries_schema (eeba7b1a-875b-4c8a-9469-c26105167747) (SelectExecutor): Key condition: (column 0 notIn 38-element set) | ||
| 1942 | 2024.12.13 20:58:32.163341 [ 298 ] {a12f1641-6a45-41a2-a4ab-53e7eb72d769} <Trace> oximeter.timeseries_schema (eeba7b1a-875b-4c8a-9469-c26105167747) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1943 | 2024.12.13 20:58:32.163388 [ 295 ] {a12f1641-6a45-41a2-a4ab-53e7eb72d769} <Trace> oximeter.timeseries_schema (eeba7b1a-875b-4c8a-9469-c26105167747) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1944 | 2024.12.13 20:58:32.163402 [ 296 ] {a12f1641-6a45-41a2-a4ab-53e7eb72d769} <Trace> oximeter.timeseries_schema (eeba7b1a-875b-4c8a-9469-c26105167747) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1945 | 2024.12.13 20:58:32.163530 [ 262 ] {a12f1641-6a45-41a2-a4ab-53e7eb72d769} <Debug> oximeter.timeseries_schema (eeba7b1a-875b-4c8a-9469-c26105167747) (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.13 20:58:32.163559 [ 262 ] {a12f1641-6a45-41a2-a4ab-53e7eb72d769} <Trace> oximeter.timeseries_schema (eeba7b1a-875b-4c8a-9469-c26105167747) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1947 | 2024.12.13 20:58:32.163681 [ 262 ] {a12f1641-6a45-41a2-a4ab-53e7eb72d769} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1948 | 2024.12.13 20:58:32.163705 [ 262 ] {a12f1641-6a45-41a2-a4ab-53e7eb72d769} <Debug> oximeter.timeseries_schema (eeba7b1a-875b-4c8a-9469-c26105167747) (SelectExecutor): Reading approx. 37 rows with 3 streams | ||
| 1949 | 2024.12.13 20:58:32.163752 [ 262 ] {a12f1641-6a45-41a2-a4ab-53e7eb72d769} <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.13 20:58:32.163805 [ 262 ] {a12f1641-6a45-41a2-a4ab-53e7eb72d769} <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.13 20:58:32.163853 [ 262 ] {a12f1641-6a45-41a2-a4ab-53e7eb72d769} <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.13 20:58:32.165345 [ 262 ] {a12f1641-6a45-41a2-a4ab-53e7eb72d769} <Debug> executeQuery: Read 37 rows, 1.39 KiB in 0.003417 sec., 10828.211881767633 rows/sec., 405.83 KiB/sec. | ||
| 1953 | 2024.12.13 20:58:32.165538 [ 262 ] {a12f1641-6a45-41a2-a4ab-53e7eb72d769} <Debug> TCPHandler: Processed in 0.003898491 sec. | ||
| 1954 | 2024.12.13 20:58:32.165843 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1955 | 2024.12.13 20:58:32.166089 [ 261 ] {fba3c741-7994-4333-a481-f520f573ac08} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) 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.13 20:58:32.166523 [ 261 ] {fba3c741-7994-4333-a481-f520f573ac08} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1957 | 2024.12.13 20:58:32.166586 [ 261 ] {fba3c741-7994-4333-a481-f520f573ac08} <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.13 20:58:32.166947 [ 261 ] {fba3c741-7994-4333-a481-f520f573ac08} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1959 | 2024.12.13 20:58:32.167016 [ 261 ] {fba3c741-7994-4333-a481-f520f573ac08} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1960 | 2024.12.13 20:58:32.167171 [ 261 ] {fba3c741-7994-4333-a481-f520f573ac08} <Debug> oximeter.timeseries_schema (eeba7b1a-875b-4c8a-9469-c26105167747) (SelectExecutor): Key condition: (column 0 notIn 39-element set) | ||
| 1961 | 2024.12.13 20:58:32.167304 [ 295 ] {fba3c741-7994-4333-a481-f520f573ac08} <Trace> oximeter.timeseries_schema (eeba7b1a-875b-4c8a-9469-c26105167747) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1962 | 2024.12.13 20:58:32.167325 [ 298 ] {fba3c741-7994-4333-a481-f520f573ac08} <Trace> oximeter.timeseries_schema (eeba7b1a-875b-4c8a-9469-c26105167747) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1963 | 2024.12.13 20:58:32.167346 [ 296 ] {fba3c741-7994-4333-a481-f520f573ac08} <Trace> oximeter.timeseries_schema (eeba7b1a-875b-4c8a-9469-c26105167747) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1964 | 2024.12.13 20:58:32.167463 [ 261 ] {fba3c741-7994-4333-a481-f520f573ac08} <Debug> oximeter.timeseries_schema (eeba7b1a-875b-4c8a-9469-c26105167747) (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.13 20:58:32.167493 [ 261 ] {fba3c741-7994-4333-a481-f520f573ac08} <Trace> oximeter.timeseries_schema (eeba7b1a-875b-4c8a-9469-c26105167747) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1966 | 2024.12.13 20:58:32.167606 [ 261 ] {fba3c741-7994-4333-a481-f520f573ac08} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1967 | 2024.12.13 20:58:32.167630 [ 261 ] {fba3c741-7994-4333-a481-f520f573ac08} <Debug> oximeter.timeseries_schema (eeba7b1a-875b-4c8a-9469-c26105167747) (SelectExecutor): Reading approx. 37 rows with 3 streams | ||
| 1968 | 2024.12.13 20:58:32.167672 [ 261 ] {fba3c741-7994-4333-a481-f520f573ac08} <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.13 20:58:32.167723 [ 261 ] {fba3c741-7994-4333-a481-f520f573ac08} <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.13 20:58:32.167770 [ 261 ] {fba3c741-7994-4333-a481-f520f573ac08} <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.13 20:58:32.169169 [ 261 ] {fba3c741-7994-4333-a481-f520f573ac08} <Debug> executeQuery: Read 37 rows, 1.39 KiB in 0.003205 sec., 11544.461778471139 rows/sec., 432.67 KiB/sec. | ||
| 1972 | 2024.12.13 20:58:32.169362 [ 261 ] {fba3c741-7994-4333-a481-f520f573ac08} <Debug> TCPHandler: Processed in 0.003591183 sec. | ||
| 1973 | 2024.12.13 20:58:32.182262 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1974 | 2024.12.13 20:58:32.182405 [ 261 ] {c52ae41f-e5c6-4d7c-bf79-fd4277228b41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1975 | 2024.12.13 20:58:32.182466 [ 261 ] {c52ae41f-e5c6-4d7c-bf79-fd4277228b41} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1976 | 2024.12.13 20:58:32.183205 [ 261 ] {c52ae41f-e5c6-4d7c-bf79-fd4277228b41} <Trace> oximeter.timeseries_schema (eeba7b1a-875b-4c8a-9469-c26105167747): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1977 | 2024.12.13 20:58:32.183249 [ 261 ] {c52ae41f-e5c6-4d7c-bf79-fd4277228b41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1978 | 2024.12.13 20:58:32.183748 [ 261 ] {c52ae41f-e5c6-4d7c-bf79-fd4277228b41} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1979 | 2024.12.13 20:58:32.183969 [ 261 ] {c52ae41f-e5c6-4d7c-bf79-fd4277228b41} <Trace> oximeter.timeseries_schema (eeba7b1a-875b-4c8a-9469-c26105167747): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1980 | 2024.12.13 20:58:32.184243 [ 261 ] {c52ae41f-e5c6-4d7c-bf79-fd4277228b41} <Debug> executeQuery: Read 3 rows, 280.00 B in 0.001856 sec., 1616.3793103448277 rows/sec., 147.33 KiB/sec. | ||
| 1981 | 2024.12.13 20:58:32.184471 [ 261 ] {c52ae41f-e5c6-4d7c-bf79-fd4277228b41} <Debug> TCPHandler: Processed in 0.002268809 sec. | ||
| 1982 | 2024.12.13 20:58:32.184645 [ 262 ] {} <Trace> TCP-Session: ba79f2ea-3c39-4a82-87ed-b4543bed5a08 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1983 | 2024.12.13 20:58:32.184787 [ 262 ] {7e490a86-19a8-4899-9d57-f6b27feaa680} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57603) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1984 | 2024.12.13 20:58:32.184845 [ 262 ] {7e490a86-19a8-4899-9d57-f6b27feaa680} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1985 | 2024.12.13 20:58:32.185520 [ 262 ] {7e490a86-19a8-4899-9d57-f6b27feaa680} <Trace> oximeter.fields_i16 (fa937343-6bd9-452b-a26b-53118aaaf570): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1986 | 2024.12.13 20:58:32.185563 [ 262 ] {7e490a86-19a8-4899-9d57-f6b27feaa680} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1987 | 2024.12.13 20:58:32.185979 [ 262 ] {7e490a86-19a8-4899-9d57-f6b27feaa680} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1988 | 2024.12.13 20:58:32.186239 [ 262 ] {7e490a86-19a8-4899-9d57-f6b27feaa680} <Trace> oximeter.fields_i16 (fa937343-6bd9-452b-a26b-53118aaaf570): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1989 | 2024.12.13 20:58:32.186452 [ 262 ] {7e490a86-19a8-4899-9d57-f6b27feaa680} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001703 sec., 8220.786846741044 rows/sec., 591.79 KiB/sec. | ||
| 1990 | 2024.12.13 20:58:32.186516 [ 262 ] {7e490a86-19a8-4899-9d57-f6b27feaa680} <Debug> TCPHandler: Processed in 0.00193563 sec. | ||
| 1991 | 2024.12.13 20:58:32.186680 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1992 | 2024.12.13 20:58:32.186796 [ 261 ] {96d507f2-f3d7-44fe-a592-535c425cab2c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1993 | 2024.12.13 20:58:32.186843 [ 261 ] {96d507f2-f3d7-44fe-a592-535c425cab2c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1994 | 2024.12.13 20:58:32.187578 [ 261 ] {96d507f2-f3d7-44fe-a592-535c425cab2c} <Trace> oximeter.fields_string (5b8b6b34-88ee-4a07-bbae-ca77b5cb377f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1995 | 2024.12.13 20:58:32.187621 [ 261 ] {96d507f2-f3d7-44fe-a592-535c425cab2c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 1996 | 2024.12.13 20:58:32.188013 [ 261 ] {96d507f2-f3d7-44fe-a592-535c425cab2c} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 1997 | 2024.12.13 20:58:32.188264 [ 261 ] {96d507f2-f3d7-44fe-a592-535c425cab2c} <Trace> oximeter.fields_string (5b8b6b34-88ee-4a07-bbae-ca77b5cb377f): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1998 | 2024.12.13 20:58:32.188464 [ 261 ] {96d507f2-f3d7-44fe-a592-535c425cab2c} <Debug> executeQuery: Read 259 rows, 23.26 KiB in 0.001683 sec., 153891.8597742127 rows/sec., 13.50 MiB/sec. | ||
| 1999 | 2024.12.13 20:58:32.188659 [ 261 ] {96d507f2-f3d7-44fe-a592-535c425cab2c} <Debug> TCPHandler: Processed in 0.002030233 sec. | ||
| 2000 | 2024.12.13 20:58:32.188835 [ 262 ] {} <Trace> TCP-Session: ba79f2ea-3c39-4a82-87ed-b4543bed5a08 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2001 | 2024.12.13 20:58:32.188962 [ 262 ] {c1ea649c-3642-4304-b989-247b4ce0056b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57603) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2002 | 2024.12.13 20:58:32.189015 [ 262 ] {c1ea649c-3642-4304-b989-247b4ce0056b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2003 | 2024.12.13 20:58:32.189641 [ 262 ] {c1ea649c-3642-4304-b989-247b4ce0056b} <Trace> oximeter.fields_u16 (d675a2d1-260a-4708-80e6-2a380b067dc4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2004 | 2024.12.13 20:58:32.189682 [ 262 ] {c1ea649c-3642-4304-b989-247b4ce0056b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2005 | 2024.12.13 20:58:32.190057 [ 262 ] {c1ea649c-3642-4304-b989-247b4ce0056b} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2006 | 2024.12.13 20:58:32.190324 [ 262 ] {c1ea649c-3642-4304-b989-247b4ce0056b} <Trace> oximeter.fields_u16 (d675a2d1-260a-4708-80e6-2a380b067dc4): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2007 | 2024.12.13 20:58:32.190546 [ 262 ] {c1ea649c-3642-4304-b989-247b4ce0056b} <Debug> executeQuery: Read 35 rows, 2.56 KiB in 0.001612 sec., 21712.158808933003 rows/sec., 1.55 MiB/sec. | ||
| 2008 | 2024.12.13 20:58:32.190602 [ 262 ] {c1ea649c-3642-4304-b989-247b4ce0056b} <Debug> TCPHandler: Processed in 0.001828478 sec. | ||
| 2009 | 2024.12.13 20:58:32.190753 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2010 | 2024.12.13 20:58:32.190867 [ 261 ] {188de35b-f42a-4a56-9598-326e2bdf59c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2011 | 2024.12.13 20:58:32.190914 [ 261 ] {188de35b-f42a-4a56-9598-326e2bdf59c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2012 | 2024.12.13 20:58:32.191488 [ 261 ] {188de35b-f42a-4a56-9598-326e2bdf59c3} <Trace> oximeter.fields_u32 (db0931ff-d72d-49c4-80b8-a69047ae71a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2013 | 2024.12.13 20:58:32.191526 [ 261 ] {188de35b-f42a-4a56-9598-326e2bdf59c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2014 | 2024.12.13 20:58:32.191878 [ 261 ] {188de35b-f42a-4a56-9598-326e2bdf59c3} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2015 | 2024.12.13 20:58:32.192122 [ 261 ] {188de35b-f42a-4a56-9598-326e2bdf59c3} <Trace> oximeter.fields_u32 (db0931ff-d72d-49c4-80b8-a69047ae71a5): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2016 | 2024.12.13 20:58:32.192300 [ 261 ] {188de35b-f42a-4a56-9598-326e2bdf59c3} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001457 sec., 9608.78517501716 rows/sec., 672.94 KiB/sec. | ||
| 2017 | 2024.12.13 20:58:32.192353 [ 261 ] {188de35b-f42a-4a56-9598-326e2bdf59c3} <Debug> TCPHandler: Processed in 0.001656343 sec. | ||
| 2018 | 2024.12.13 20:58:32.192494 [ 262 ] {} <Trace> TCP-Session: ba79f2ea-3c39-4a82-87ed-b4543bed5a08 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2019 | 2024.12.13 20:58:32.192615 [ 262 ] {3b1c4de1-8128-4684-a39c-d5fb998e7969} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57603) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2020 | 2024.12.13 20:58:32.192667 [ 262 ] {3b1c4de1-8128-4684-a39c-d5fb998e7969} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2021 | 2024.12.13 20:58:32.193262 [ 262 ] {3b1c4de1-8128-4684-a39c-d5fb998e7969} <Trace> oximeter.fields_u8 (dff66ad8-7c17-40cc-8854-b493f299c0b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2022 | 2024.12.13 20:58:32.193302 [ 262 ] {3b1c4de1-8128-4684-a39c-d5fb998e7969} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2023 | 2024.12.13 20:58:32.193665 [ 262 ] {3b1c4de1-8128-4684-a39c-d5fb998e7969} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2024 | 2024.12.13 20:58:32.193913 [ 262 ] {3b1c4de1-8128-4684-a39c-d5fb998e7969} <Trace> oximeter.fields_u8 (dff66ad8-7c17-40cc-8854-b493f299c0b1): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2025 | 2024.12.13 20:58:32.194188 [ 262 ] {3b1c4de1-8128-4684-a39c-d5fb998e7969} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00159 sec., 8176.100628930817 rows/sec., 509.78 KiB/sec. | ||
| 2026 | 2024.12.13 20:58:32.194249 [ 262 ] {3b1c4de1-8128-4684-a39c-d5fb998e7969} <Debug> TCPHandler: Processed in 0.001810177 sec. | ||
| 2027 | 2024.12.13 20:58:32.194396 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2028 | 2024.12.13 20:58:32.194511 [ 261 ] {ae16cafb-2488-42be-8039-491139f3af79} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2029 | 2024.12.13 20:58:32.194559 [ 261 ] {ae16cafb-2488-42be-8039-491139f3af79} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2030 | 2024.12.13 20:58:32.195299 [ 261 ] {ae16cafb-2488-42be-8039-491139f3af79} <Trace> oximeter.fields_uuid (75bff165-9894-4896-8c72-35d0ef17bbe1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2031 | 2024.12.13 20:58:32.195338 [ 261 ] {ae16cafb-2488-42be-8039-491139f3af79} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2032 | 2024.12.13 20:58:32.195710 [ 261 ] {ae16cafb-2488-42be-8039-491139f3af79} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2033 | 2024.12.13 20:58:32.195951 [ 261 ] {ae16cafb-2488-42be-8039-491139f3af79} <Trace> oximeter.fields_uuid (75bff165-9894-4896-8c72-35d0ef17bbe1): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2034 | 2024.12.13 20:58:32.196203 [ 261 ] {ae16cafb-2488-42be-8039-491139f3af79} <Debug> executeQuery: Read 417 rows, 30.50 KiB in 0.001688 sec., 247037.91469194312 rows/sec., 17.64 MiB/sec. | ||
| 2035 | 2024.12.13 20:58:32.196309 [ 261 ] {ae16cafb-2488-42be-8039-491139f3af79} <Debug> TCPHandler: Processed in 0.001967921 sec. | ||
| 2036 | 2024.12.13 20:58:32.196492 [ 262 ] {} <Trace> TCP-Session: ba79f2ea-3c39-4a82-87ed-b4543bed5a08 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2037 | 2024.12.13 20:58:32.196633 [ 262 ] {5fe7f884-f4c7-4e48-9698-dcbb59533478} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57603) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2038 | 2024.12.13 20:58:32.196695 [ 262 ] {5fe7f884-f4c7-4e48-9698-dcbb59533478} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2039 | 2024.12.13 20:58:32.197212 [ 262 ] {5fe7f884-f4c7-4e48-9698-dcbb59533478} <Trace> oximeter.measurements_bool (e2b503a0-fc05-44eb-86c2-76ac8cc47d1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2040 | 2024.12.13 20:58:32.197251 [ 262 ] {5fe7f884-f4c7-4e48-9698-dcbb59533478} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2041 | 2024.12.13 20:58:32.197628 [ 262 ] {5fe7f884-f4c7-4e48-9698-dcbb59533478} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2042 | 2024.12.13 20:58:32.197883 [ 262 ] {5fe7f884-f4c7-4e48-9698-dcbb59533478} <Trace> oximeter.measurements_bool (e2b503a0-fc05-44eb-86c2-76ac8cc47d1a): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2043 | 2024.12.13 20:58:32.198168 [ 262 ] {5fe7f884-f4c7-4e48-9698-dcbb59533478} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001555 sec., 3858.5209003215436 rows/sec., 201.59 KiB/sec. | ||
| 2044 | 2024.12.13 20:58:32.198407 [ 262 ] {5fe7f884-f4c7-4e48-9698-dcbb59533478} <Debug> TCPHandler: Processed in 0.001985021 sec. | ||
| 2045 | 2024.12.13 20:58:32.198558 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2046 | 2024.12.13 20:58:32.198675 [ 261 ] {eb7465d3-948a-446f-b9a5-6f8634866cf1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2047 | 2024.12.13 20:58:32.198730 [ 261 ] {eb7465d3-948a-446f-b9a5-6f8634866cf1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2048 | 2024.12.13 20:58:32.199305 [ 261 ] {eb7465d3-948a-446f-b9a5-6f8634866cf1} <Trace> oximeter.measurements_cumulativeu64 (622a7f09-a7e8-42f8-b1fb-316929b4f11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2049 | 2024.12.13 20:58:32.199344 [ 261 ] {eb7465d3-948a-446f-b9a5-6f8634866cf1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2050 | 2024.12.13 20:58:32.199731 [ 261 ] {eb7465d3-948a-446f-b9a5-6f8634866cf1} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2051 | 2024.12.13 20:58:32.199969 [ 261 ] {eb7465d3-948a-446f-b9a5-6f8634866cf1} <Trace> oximeter.measurements_cumulativeu64 (622a7f09-a7e8-42f8-b1fb-316929b4f11a): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2052 | 2024.12.13 20:58:32.200151 [ 261 ] {eb7465d3-948a-446f-b9a5-6f8634866cf1} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001501 sec., 157894.73684210528 rows/sec., 10.58 MiB/sec. | ||
| 2053 | 2024.12.13 20:58:32.200203 [ 261 ] {eb7465d3-948a-446f-b9a5-6f8634866cf1} <Debug> TCPHandler: Processed in 0.001701724 sec. | ||
| 2054 | 2024.12.13 20:58:32.200352 [ 262 ] {} <Trace> TCP-Session: ba79f2ea-3c39-4a82-87ed-b4543bed5a08 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2055 | 2024.12.13 20:58:32.200471 [ 262 ] {4114e1b3-c8d1-42d1-832a-76a7be6d8b17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57603) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2056 | 2024.12.13 20:58:32.200524 [ 262 ] {4114e1b3-c8d1-42d1-832a-76a7be6d8b17} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2057 | 2024.12.13 20:58:32.201012 [ 262 ] {4114e1b3-c8d1-42d1-832a-76a7be6d8b17} <Trace> oximeter.measurements_f64 (e63d307a-4800-4395-92a7-5a221df216fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2058 | 2024.12.13 20:58:32.201053 [ 262 ] {4114e1b3-c8d1-42d1-832a-76a7be6d8b17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2059 | 2024.12.13 20:58:32.201431 [ 262 ] {4114e1b3-c8d1-42d1-832a-76a7be6d8b17} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2060 | 2024.12.13 20:58:32.201716 [ 262 ] {4114e1b3-c8d1-42d1-832a-76a7be6d8b17} <Trace> oximeter.measurements_f64 (e63d307a-4800-4395-92a7-5a221df216fb): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2061 | 2024.12.13 20:58:32.202011 [ 262 ] {4114e1b3-c8d1-42d1-832a-76a7be6d8b17} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00154 sec., 649.3506493506494 rows/sec., 43.76 KiB/sec. | ||
| 2062 | 2024.12.13 20:58:32.202096 [ 262 ] {4114e1b3-c8d1-42d1-832a-76a7be6d8b17} <Debug> TCPHandler: Processed in 0.001798246 sec. | ||
| 2063 | 2024.12.13 20:58:32.202255 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2064 | 2024.12.13 20:58:32.202375 [ 261 ] {efccc345-ff7e-4562-95fe-b6a6c5827a88} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2065 | 2024.12.13 20:58:32.202460 [ 261 ] {efccc345-ff7e-4562-95fe-b6a6c5827a88} <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 | ||
| 2066 | 2024.12.13 20:58:32.203722 [ 261 ] {efccc345-ff7e-4562-95fe-b6a6c5827a88} <Trace> oximeter.measurements_histogramu64 (0435d810-cbe3-4332-a7be-27034ee0470b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2067 | 2024.12.13 20:58:32.203761 [ 261 ] {efccc345-ff7e-4562-95fe-b6a6c5827a88} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2068 | 2024.12.13 20:58:32.204433 [ 261 ] {efccc345-ff7e-4562-95fe-b6a6c5827a88} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2069 | 2024.12.13 20:58:32.204709 [ 261 ] {efccc345-ff7e-4562-95fe-b6a6c5827a88} <Trace> oximeter.measurements_histogramu64 (0435d810-cbe3-4332-a7be-27034ee0470b): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2070 | 2024.12.13 20:58:32.205059 [ 261 ] {efccc345-ff7e-4562-95fe-b6a6c5827a88} <Debug> executeQuery: Read 28 rows, 51.38 KiB in 0.002681 sec., 10443.864229765013 rows/sec., 18.71 MiB/sec. | ||
| 2071 | 2024.12.13 20:58:32.205232 [ 261 ] {efccc345-ff7e-4562-95fe-b6a6c5827a88} <Debug> TCPHandler: Processed in 0.003038429 sec. | ||
| 2072 | 2024.12.13 20:58:32.205392 [ 262 ] {} <Trace> TCP-Session: ba79f2ea-3c39-4a82-87ed-b4543bed5a08 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2073 | 2024.12.13 20:58:32.205512 [ 262 ] {e2cde1df-f9ac-4199-8034-0ecbe270a05b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57603) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 2074 | 2024.12.13 20:58:32.205564 [ 262 ] {e2cde1df-f9ac-4199-8034-0ecbe270a05b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 2075 | 2024.12.13 20:58:32.206077 [ 262 ] {e2cde1df-f9ac-4199-8034-0ecbe270a05b} <Trace> oximeter.measurements_i64 (bb6b3368-35c1-421d-9f64-f86620be7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2076 | 2024.12.13 20:58:32.206117 [ 262 ] {e2cde1df-f9ac-4199-8034-0ecbe270a05b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2077 | 2024.12.13 20:58:32.206603 [ 262 ] {e2cde1df-f9ac-4199-8034-0ecbe270a05b} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 2078 | 2024.12.13 20:58:32.206857 [ 262 ] {e2cde1df-f9ac-4199-8034-0ecbe270a05b} <Trace> oximeter.measurements_i64 (bb6b3368-35c1-421d-9f64-f86620be7625): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2079 | 2024.12.13 20:58:32.207089 [ 262 ] {e2cde1df-f9ac-4199-8034-0ecbe270a05b} <Debug> executeQuery: Read 12 rows, 926.00 B in 0.001597 sec., 7514.088916718848 rows/sec., 566.25 KiB/sec. | ||
| 2080 | 2024.12.13 20:58:32.207146 [ 262 ] {e2cde1df-f9ac-4199-8034-0ecbe270a05b} <Debug> TCPHandler: Processed in 0.001812077 sec. | ||
| 2081 | 2024.12.13 20:58:32.207301 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2082 | 2024.12.13 20:58:32.207418 [ 261 ] {05377f7d-89ff-4fb4-bc88-8ee009fdc270} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2083 | 2024.12.13 20:58:32.207471 [ 261 ] {05377f7d-89ff-4fb4-bc88-8ee009fdc270} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2084 | 2024.12.13 20:58:32.207968 [ 261 ] {05377f7d-89ff-4fb4-bc88-8ee009fdc270} <Trace> oximeter.measurements_u64 (cc3a5477-acbd-4caa-813d-ff4981ce9df1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2085 | 2024.12.13 20:58:32.208007 [ 261 ] {05377f7d-89ff-4fb4-bc88-8ee009fdc270} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2086 | 2024.12.13 20:58:32.208420 [ 261 ] {05377f7d-89ff-4fb4-bc88-8ee009fdc270} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2087 | 2024.12.13 20:58:32.208666 [ 261 ] {05377f7d-89ff-4fb4-bc88-8ee009fdc270} <Trace> oximeter.measurements_u64 (cc3a5477-acbd-4caa-813d-ff4981ce9df1): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2088 | 2024.12.13 20:58:32.208992 [ 261 ] {05377f7d-89ff-4fb4-bc88-8ee009fdc270} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001558 sec., 52631.57894736843 rows/sec., 3.34 MiB/sec. | ||
| 2089 | 2024.12.13 20:58:32.209264 [ 261 ] {05377f7d-89ff-4fb4-bc88-8ee009fdc270} <Debug> TCPHandler: Processed in 0.002015812 sec. | ||
| 2090 | 2024.12.13 20:58:33.000169 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 172.15 MiB, peak 172.81 MiB, free memory in arenas 0.00 B, will set to 169.09 MiB (RSS), difference: -3.06 MiB | ||
| 2091 | 2024.12.13 20:58:37.163425 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2092 | 2024.12.13 20:58:37.163623 [ 261 ] {f1c555b2-699c-424b-b552-d43ba1f4a93c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2093 | 2024.12.13 20:58:37.163695 [ 261 ] {f1c555b2-699c-424b-b552-d43ba1f4a93c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2094 | 2024.12.13 20:58:37.164498 [ 261 ] {f1c555b2-699c-424b-b552-d43ba1f4a93c} <Trace> oximeter.fields_string (5b8b6b34-88ee-4a07-bbae-ca77b5cb377f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2095 | 2024.12.13 20:58:37.164543 [ 261 ] {f1c555b2-699c-424b-b552-d43ba1f4a93c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2096 | 2024.12.13 20:58:37.164958 [ 261 ] {f1c555b2-699c-424b-b552-d43ba1f4a93c} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2097 | 2024.12.13 20:58:37.165222 [ 261 ] {f1c555b2-699c-424b-b552-d43ba1f4a93c} <Trace> oximeter.fields_string (5b8b6b34-88ee-4a07-bbae-ca77b5cb377f): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2098 | 2024.12.13 20:58:37.165368 [ 39 ] {} <Debug> oximeter.fields_string (5b8b6b34-88ee-4a07-bbae-ca77b5cb377f) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2099 | 2024.12.13 20:58:37.165408 [ 39 ] {} <Trace> oximeter.fields_string (5b8b6b34-88ee-4a07-bbae-ca77b5cb377f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2100 | 2024.12.13 20:58:37.165429 [ 261 ] {f1c555b2-699c-424b-b552-d43ba1f4a93c} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001854 sec., 30204.962243797196 rows/sec., 2.31 MiB/sec. | ||
| 2101 | 2024.12.13 20:58:37.165431 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2102 | 2024.12.13 20:58:37.165635 [ 261 ] {f1c555b2-699c-424b-b552-d43ba1f4a93c} <Debug> TCPHandler: Processed in 0.002331831 sec. | ||
| 2103 | 2024.12.13 20:58:37.165749 [ 191 ] {5b8b6b34-88ee-4a07-bbae-ca77b5cb377f::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 | ||
| 2104 | 2024.12.13 20:58:37.166015 [ 191 ] {5b8b6b34-88ee-4a07-bbae-ca77b5cb377f::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2105 | 2024.12.13 20:58:37.166044 [ 262 ] {} <Trace> TCP-Session: ba79f2ea-3c39-4a82-87ed-b4543bed5a08 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2106 | 2024.12.13 20:58:37.166070 [ 191 ] {5b8b6b34-88ee-4a07-bbae-ca77b5cb377f::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 | ||
| 2107 | 2024.12.13 20:58:37.166239 [ 191 ] {5b8b6b34-88ee-4a07-bbae-ca77b5cb377f::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 | ||
| 2108 | 2024.12.13 20:58:37.166492 [ 262 ] {49b4da81-a462-4519-8fb2-e552fa9027b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57603) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2109 | 2024.12.13 20:58:37.166541 [ 191 ] {5b8b6b34-88ee-4a07-bbae-ca77b5cb377f::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 | ||
| 2110 | 2024.12.13 20:58:37.166748 [ 262 ] {49b4da81-a462-4519-8fb2-e552fa9027b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2111 | 2024.12.13 20:58:37.166872 [ 191 ] {5b8b6b34-88ee-4a07-bbae-ca77b5cb377f::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 | ||
| 2112 | 2024.12.13 20:58:37.167173 [ 191 ] {5b8b6b34-88ee-4a07-bbae-ca77b5cb377f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 259 rows starting from the beginning of the part | ||
| 2113 | 2024.12.13 20:58:37.167487 [ 191 ] {5b8b6b34-88ee-4a07-bbae-ca77b5cb377f::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 | ||
| 2114 | 2024.12.13 20:58:37.169747 [ 262 ] {49b4da81-a462-4519-8fb2-e552fa9027b7} <Trace> oximeter.fields_uuid (75bff165-9894-4896-8c72-35d0ef17bbe1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2115 | 2024.12.13 20:58:37.169822 [ 262 ] {49b4da81-a462-4519-8fb2-e552fa9027b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2116 | 2024.12.13 20:58:37.170632 [ 262 ] {49b4da81-a462-4519-8fb2-e552fa9027b7} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2117 | 2024.12.13 20:58:37.170911 [ 195 ] {5b8b6b34-88ee-4a07-bbae-ca77b5cb377f::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2005 rows, containing 5 columns (5 merged, 0 gathered) in 0.005378219 sec., 372799.9919676012 rows/sec., 32.58 MiB/sec. | ||
| 2118 | 2024.12.13 20:58:37.171139 [ 262 ] {49b4da81-a462-4519-8fb2-e552fa9027b7} <Trace> oximeter.fields_uuid (75bff165-9894-4896-8c72-35d0ef17bbe1): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2119 | 2024.12.13 20:58:37.171232 [ 195 ] {5b8b6b34-88ee-4a07-bbae-ca77b5cb377f::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2120 | 2024.12.13 20:58:37.171394 [ 39 ] {} <Debug> oximeter.fields_uuid (75bff165-9894-4896-8c72-35d0ef17bbe1) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2121 | 2024.12.13 20:58:37.171479 [ 39 ] {} <Trace> oximeter.fields_uuid (75bff165-9894-4896-8c72-35d0ef17bbe1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2122 | 2024.12.13 20:58:37.171560 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2123 | 2024.12.13 20:58:37.171738 [ 262 ] {49b4da81-a462-4519-8fb2-e552fa9027b7} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005428 sec., 11790.714812085484 rows/sec., 942.38 KiB/sec. | ||
| 2124 | 2024.12.13 20:58:37.171876 [ 187 ] {75bff165-9894-4896-8c72-35d0ef17bbe1::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 | ||
| 2125 | 2024.12.13 20:58:37.172016 [ 195 ] {5b8b6b34-88ee-4a07-bbae-ca77b5cb377f::all_1_11_2} <Trace> oximeter.fields_string (5b8b6b34-88ee-4a07-bbae-ca77b5cb377f): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2126 | 2024.12.13 20:58:37.172076 [ 262 ] {49b4da81-a462-4519-8fb2-e552fa9027b7} <Debug> TCPHandler: Processed in 0.006277523 sec. | ||
| 2127 | 2024.12.13 20:58:37.172334 [ 195 ] {5b8b6b34-88ee-4a07-bbae-ca77b5cb377f::all_1_11_2} <Trace> oximeter.fields_string (5b8b6b34-88ee-4a07-bbae-ca77b5cb377f) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2128 | 2024.12.13 20:58:37.172378 [ 187 ] {75bff165-9894-4896-8c72-35d0ef17bbe1::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2129 | 2024.12.13 20:58:37.172415 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2130 | 2024.12.13 20:58:37.172439 [ 187 ] {75bff165-9894-4896-8c72-35d0ef17bbe1::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 | ||
| 2131 | 2024.12.13 20:58:37.172494 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.64 MiB. | ||
| 2132 | 2024.12.13 20:58:37.172755 [ 187 ] {75bff165-9894-4896-8c72-35d0ef17bbe1::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 | ||
| 2133 | 2024.12.13 20:58:37.172835 [ 261 ] {8badd049-4fd7-4f7e-b803-93e13c23b0c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2134 | 2024.12.13 20:58:37.173037 [ 261 ] {8badd049-4fd7-4f7e-b803-93e13c23b0c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2135 | 2024.12.13 20:58:37.173102 [ 187 ] {75bff165-9894-4896-8c72-35d0ef17bbe1::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 | ||
| 2136 | 2024.12.13 20:58:37.173440 [ 187 ] {75bff165-9894-4896-8c72-35d0ef17bbe1::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 | ||
| 2137 | 2024.12.13 20:58:37.173781 [ 187 ] {75bff165-9894-4896-8c72-35d0ef17bbe1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 417 rows starting from the beginning of the part | ||
| 2138 | 2024.12.13 20:58:37.174234 [ 187 ] {75bff165-9894-4896-8c72-35d0ef17bbe1::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 | ||
| 2139 | 2024.12.13 20:58:37.175300 [ 261 ] {8badd049-4fd7-4f7e-b803-93e13c23b0c0} <Trace> oximeter.measurements_cumulativeu64 (622a7f09-a7e8-42f8-b1fb-316929b4f11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2140 | 2024.12.13 20:58:37.175348 [ 261 ] {8badd049-4fd7-4f7e-b803-93e13c23b0c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2141 | 2024.12.13 20:58:37.175941 [ 261 ] {8badd049-4fd7-4f7e-b803-93e13c23b0c0} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2142 | 2024.12.13 20:58:37.176245 [ 187 ] {75bff165-9894-4896-8c72-35d0ef17bbe1::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1845 rows, containing 5 columns (5 merged, 0 gathered) in 0.004593719 sec., 401635.36341687426 rows/sec., 30.61 MiB/sec. | ||
| 2143 | 2024.12.13 20:58:37.176285 [ 261 ] {8badd049-4fd7-4f7e-b803-93e13c23b0c0} <Trace> oximeter.measurements_cumulativeu64 (622a7f09-a7e8-42f8-b1fb-316929b4f11a): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2144 | 2024.12.13 20:58:37.176444 [ 187 ] {75bff165-9894-4896-8c72-35d0ef17bbe1::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2145 | 2024.12.13 20:58:37.176530 [ 38 ] {} <Debug> oximeter.measurements_cumulativeu64 (622a7f09-a7e8-42f8-b1fb-316929b4f11a) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2146 | 2024.12.13 20:58:37.176628 [ 261 ] {8badd049-4fd7-4f7e-b803-93e13c23b0c0} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00392 sec., 40816.32653061225 rows/sec., 2.84 MiB/sec. | ||
| 2147 | 2024.12.13 20:58:37.176635 [ 38 ] {} <Trace> oximeter.measurements_cumulativeu64 (622a7f09-a7e8-42f8-b1fb-316929b4f11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2148 | 2024.12.13 20:58:37.176735 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2149 | 2024.12.13 20:58:37.176889 [ 261 ] {8badd049-4fd7-4f7e-b803-93e13c23b0c0} <Debug> TCPHandler: Processed in 0.004638621 sec. | ||
| 2150 | 2024.12.13 20:58:37.177271 [ 262 ] {} <Trace> TCP-Session: ba79f2ea-3c39-4a82-87ed-b4543bed5a08 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2151 | 2024.12.13 20:58:37.177410 [ 195 ] {622a7f09-a7e8-42f8-b1fb-316929b4f11a::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 | ||
| 2152 | 2024.12.13 20:58:37.177534 [ 197 ] {75bff165-9894-4896-8c72-35d0ef17bbe1::all_1_11_2} <Trace> oximeter.fields_uuid (75bff165-9894-4896-8c72-35d0ef17bbe1): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2153 | 2024.12.13 20:58:37.177983 [ 262 ] {82dcc203-c6e0-4c04-bcdc-dec60ed50210} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57603) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2154 | 2024.12.13 20:58:37.178017 [ 195 ] {622a7f09-a7e8-42f8-b1fb-316929b4f11a::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2155 | 2024.12.13 20:58:37.178000 [ 197 ] {75bff165-9894-4896-8c72-35d0ef17bbe1::all_1_11_2} <Trace> oximeter.fields_uuid (75bff165-9894-4896-8c72-35d0ef17bbe1) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2156 | 2024.12.13 20:58:37.178120 [ 195 ] {622a7f09-a7e8-42f8-b1fb-316929b4f11a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 782 rows starting from the beginning of the part | ||
| 2157 | 2024.12.13 20:58:37.178134 [ 262 ] {82dcc203-c6e0-4c04-bcdc-dec60ed50210} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2158 | 2024.12.13 20:58:37.178366 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 2159 | 2024.12.13 20:58:37.178541 [ 195 ] {622a7f09-a7e8-42f8-b1fb-316929b4f11a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 2089 rows starting from the beginning of the part | ||
| 2160 | 2024.12.13 20:58:37.178865 [ 195 ] {622a7f09-a7e8-42f8-b1fb-316929b4f11a::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 | ||
| 2161 | 2024.12.13 20:58:37.179168 [ 195 ] {622a7f09-a7e8-42f8-b1fb-316929b4f11a::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 | ||
| 2162 | 2024.12.13 20:58:37.179495 [ 195 ] {622a7f09-a7e8-42f8-b1fb-316929b4f11a::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 | ||
| 2163 | 2024.12.13 20:58:37.179760 [ 195 ] {622a7f09-a7e8-42f8-b1fb-316929b4f11a::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 | ||
| 2164 | 2024.12.13 20:58:37.180874 [ 262 ] {82dcc203-c6e0-4c04-bcdc-dec60ed50210} <Trace> oximeter.measurements_u64 (cc3a5477-acbd-4caa-813d-ff4981ce9df1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2165 | 2024.12.13 20:58:37.180929 [ 262 ] {82dcc203-c6e0-4c04-bcdc-dec60ed50210} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2166 | 2024.12.13 20:58:37.181873 [ 262 ] {82dcc203-c6e0-4c04-bcdc-dec60ed50210} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2167 | 2024.12.13 20:58:37.182329 [ 262 ] {82dcc203-c6e0-4c04-bcdc-dec60ed50210} <Trace> oximeter.measurements_u64 (cc3a5477-acbd-4caa-813d-ff4981ce9df1): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2168 | 2024.12.13 20:58:37.182629 [ 38 ] {} <Debug> oximeter.measurements_u64 (cc3a5477-acbd-4caa-813d-ff4981ce9df1) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2169 | 2024.12.13 20:58:37.182782 [ 38 ] {} <Trace> oximeter.measurements_u64 (cc3a5477-acbd-4caa-813d-ff4981ce9df1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2170 | 2024.12.13 20:58:37.182871 [ 262 ] {82dcc203-c6e0-4c04-bcdc-dec60ed50210} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.0051 sec., 11764.70588235294 rows/sec., 811.89 KiB/sec. | ||
| 2171 | 2024.12.13 20:58:37.182910 [ 38 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2172 | 2024.12.13 20:58:37.183358 [ 262 ] {82dcc203-c6e0-4c04-bcdc-dec60ed50210} <Debug> TCPHandler: Processed in 0.006298874 sec. | ||
| 2173 | 2024.12.13 20:58:37.183444 [ 195 ] {622a7f09-a7e8-42f8-b1fb-316929b4f11a::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3556 rows, containing 5 columns (5 merged, 0 gathered) in 0.006513359 sec., 545954.8598503476 rows/sec., 36.78 MiB/sec. | ||
| 2174 | 2024.12.13 20:58:37.183483 [ 187 ] {cc3a5477-acbd-4caa-813d-ff4981ce9df1::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 | ||
| 2175 | 2024.12.13 20:58:37.183646 [ 187 ] {cc3a5477-acbd-4caa-813d-ff4981ce9df1::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2176 | 2024.12.13 20:58:37.183675 [ 187 ] {cc3a5477-acbd-4caa-813d-ff4981ce9df1::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 302 rows starting from the beginning of the part | ||
| 2177 | 2024.12.13 20:58:37.183836 [ 195 ] {622a7f09-a7e8-42f8-b1fb-316929b4f11a::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2178 | 2024.12.13 20:58:37.183861 [ 187 ] {cc3a5477-acbd-4caa-813d-ff4981ce9df1::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 | ||
| 2179 | 2024.12.13 20:58:37.184193 [ 187 ] {cc3a5477-acbd-4caa-813d-ff4981ce9df1::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 | ||
| 2180 | 2024.12.13 20:58:37.184401 [ 187 ] {cc3a5477-acbd-4caa-813d-ff4981ce9df1::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 | ||
| 2181 | 2024.12.13 20:58:37.184785 [ 187 ] {cc3a5477-acbd-4caa-813d-ff4981ce9df1::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 | ||
| 2182 | 2024.12.13 20:58:37.185029 [ 195 ] {622a7f09-a7e8-42f8-b1fb-316929b4f11a::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (622a7f09-a7e8-42f8-b1fb-316929b4f11a): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2183 | 2024.12.13 20:58:37.185172 [ 187 ] {cc3a5477-acbd-4caa-813d-ff4981ce9df1::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 | ||
| 2184 | 2024.12.13 20:58:37.185384 [ 195 ] {622a7f09-a7e8-42f8-b1fb-316929b4f11a::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (622a7f09-a7e8-42f8-b1fb-316929b4f11a) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2185 | 2024.12.13 20:58:37.185643 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.84 MiB. | ||
| 2186 | 2024.12.13 20:58:37.186521 [ 192 ] {cc3a5477-acbd-4caa-813d-ff4981ce9df1::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 586 rows, containing 4 columns (4 merged, 0 gathered) in 0.003417149 sec., 171487.9860374833 rows/sec., 11.16 MiB/sec. | ||
| 2187 | 2024.12.13 20:58:37.186679 [ 195 ] {cc3a5477-acbd-4caa-813d-ff4981ce9df1::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2188 | 2024.12.13 20:58:37.186950 [ 195 ] {cc3a5477-acbd-4caa-813d-ff4981ce9df1::all_1_11_2} <Trace> oximeter.measurements_u64 (cc3a5477-acbd-4caa-813d-ff4981ce9df1): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2189 | 2024.12.13 20:58:37.187029 [ 195 ] {cc3a5477-acbd-4caa-813d-ff4981ce9df1::all_1_11_2} <Trace> oximeter.measurements_u64 (cc3a5477-acbd-4caa-813d-ff4981ce9df1) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2190 | 2024.12.13 20:58:37.187096 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.34 MiB. | ||
| 2191 | 2024.12.13 20:58:38.553676 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 4148 | ||
| 2192 | 2024.12.13 20:58:38.554342 [ 242 ] {} <Trace> system.asynchronous_metric_log (bfd632e9-c8e2-471e-b238-7df687a4f8ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2193 | 2024.12.13 20:58:38.554391 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2194 | 2024.12.13 20:58:38.554922 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2195 | 2024.12.13 20:58:38.555185 [ 242 ] {} <Trace> system.asynchronous_metric_log (bfd632e9-c8e2-471e-b238-7df687a4f8ca): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2196 | 2024.12.13 20:58:38.555460 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4148 | ||
| 2197 | 2024.12.13 20:58:38.822759 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68 | ||
| 2198 | 2024.12.13 20:58:38.843008 [ 243 ] {} <Trace> system.metric_log (6f41e073-4f68-44d4-8e91-392ee6d2702a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2199 | 2024.12.13 20:58:38.843071 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2200 | 2024.12.13 20:58:38.851138 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2201 | 2024.12.13 20:58:38.851908 [ 243 ] {} <Trace> system.metric_log (6f41e073-4f68-44d4-8e91-392ee6d2702a): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2202 | 2024.12.13 20:58:38.855255 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 68 | ||
| 2203 | 2024.12.13 20:58:41.091956 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 324 | ||
| 2204 | 2024.12.13 20:58:41.095312 [ 244 ] {} <Trace> system.query_log (909797ee-5efd-476a-9e9e-2a430c5c4abc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2205 | 2024.12.13 20:58:41.095357 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2206 | 2024.12.13 20:58:41.096857 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2207 | 2024.12.13 20:58:41.097168 [ 244 ] {} <Trace> system.query_log (909797ee-5efd-476a-9e9e-2a430c5c4abc): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2208 | 2024.12.13 20:58:41.097361 [ 34 ] {} <Debug> system.query_log (909797ee-5efd-476a-9e9e-2a430c5c4abc) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2209 | 2024.12.13 20:58:41.097485 [ 34 ] {} <Trace> system.query_log (909797ee-5efd-476a-9e9e-2a430c5c4abc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2210 | 2024.12.13 20:58:41.097549 [ 34 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2211 | 2024.12.13 20:58:41.097983 [ 192 ] {909797ee-5efd-476a-9e9e-2a430c5c4abc::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 | ||
| 2212 | 2024.12.13 20:58:41.098865 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 324 | ||
| 2213 | 2024.12.13 20:58:41.099391 [ 192 ] {909797ee-5efd-476a-9e9e-2a430c5c4abc::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2214 | 2024.12.13 20:58:41.099612 [ 192 ] {909797ee-5efd-476a-9e9e-2a430c5c4abc::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 | ||
| 2215 | 2024.12.13 20:58:41.100302 [ 192 ] {909797ee-5efd-476a-9e9e-2a430c5c4abc::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 | ||
| 2216 | 2024.12.13 20:58:41.100967 [ 192 ] {909797ee-5efd-476a-9e9e-2a430c5c4abc::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 | ||
| 2217 | 2024.12.13 20:58:41.101594 [ 192 ] {909797ee-5efd-476a-9e9e-2a430c5c4abc::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 | ||
| 2218 | 2024.12.13 20:58:41.102258 [ 192 ] {909797ee-5efd-476a-9e9e-2a430c5c4abc::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 | ||
| 2219 | 2024.12.13 20:58:41.102921 [ 192 ] {909797ee-5efd-476a-9e9e-2a430c5c4abc::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 40 rows starting from the beginning of the part | ||
| 2220 | 2024.12.13 20:58:41.113843 [ 198 ] {909797ee-5efd-476a-9e9e-2a430c5c4abc::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 324 rows, containing 72 columns (72 merged, 0 gathered) in 0.016125148 sec., 20092.83883782028 rows/sec., 20.25 MiB/sec. | ||
| 2221 | 2024.12.13 20:58:41.114958 [ 198 ] {909797ee-5efd-476a-9e9e-2a430c5c4abc::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2222 | 2024.12.13 20:58:41.115752 [ 198 ] {909797ee-5efd-476a-9e9e-2a430c5c4abc::all_1_6_1} <Trace> system.query_log (909797ee-5efd-476a-9e9e-2a430c5c4abc): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2223 | 2024.12.13 20:58:41.115841 [ 198 ] {909797ee-5efd-476a-9e9e-2a430c5c4abc::all_1_6_1} <Trace> system.query_log (909797ee-5efd-476a-9e9e-2a430c5c4abc) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2224 | 2024.12.13 20:58:41.116140 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.68 MiB. | ||
| 2225 | 2024.12.13 20:58:42.169719 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2226 | 2024.12.13 20:58:42.169906 [ 261 ] {18486ceb-5dc7-48dd-8848-f98beae621c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2227 | 2024.12.13 20:58:42.169976 [ 261 ] {18486ceb-5dc7-48dd-8848-f98beae621c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2228 | 2024.12.13 20:58:42.170711 [ 261 ] {18486ceb-5dc7-48dd-8848-f98beae621c6} <Trace> oximeter.fields_i16 (fa937343-6bd9-452b-a26b-53118aaaf570): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2229 | 2024.12.13 20:58:42.170755 [ 261 ] {18486ceb-5dc7-48dd-8848-f98beae621c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2230 | 2024.12.13 20:58:42.171191 [ 261 ] {18486ceb-5dc7-48dd-8848-f98beae621c6} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2231 | 2024.12.13 20:58:42.171455 [ 261 ] {18486ceb-5dc7-48dd-8848-f98beae621c6} <Trace> oximeter.fields_i16 (fa937343-6bd9-452b-a26b-53118aaaf570): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2232 | 2024.12.13 20:58:42.171628 [ 31 ] {} <Debug> oximeter.fields_i16 (fa937343-6bd9-452b-a26b-53118aaaf570) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2233 | 2024.12.13 20:58:42.171669 [ 261 ] {18486ceb-5dc7-48dd-8848-f98beae621c6} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001811 sec., 7730.535615681944 rows/sec., 556.50 KiB/sec. | ||
| 2234 | 2024.12.13 20:58:42.171678 [ 31 ] {} <Trace> oximeter.fields_i16 (fa937343-6bd9-452b-a26b-53118aaaf570): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2235 | 2024.12.13 20:58:42.171723 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2236 | 2024.12.13 20:58:42.171749 [ 261 ] {18486ceb-5dc7-48dd-8848-f98beae621c6} <Debug> TCPHandler: Processed in 0.002154965 sec. | ||
| 2237 | 2024.12.13 20:58:42.172012 [ 187 ] {fa937343-6bd9-452b-a26b-53118aaaf570::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 | ||
| 2238 | 2024.12.13 20:58:42.172105 [ 262 ] {} <Trace> TCP-Session: ba79f2ea-3c39-4a82-87ed-b4543bed5a08 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2239 | 2024.12.13 20:58:42.172178 [ 187 ] {fa937343-6bd9-452b-a26b-53118aaaf570::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2240 | 2024.12.13 20:58:42.172216 [ 187 ] {fa937343-6bd9-452b-a26b-53118aaaf570::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 | ||
| 2241 | 2024.12.13 20:58:42.172386 [ 187 ] {fa937343-6bd9-452b-a26b-53118aaaf570::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 | ||
| 2242 | 2024.12.13 20:58:42.172499 [ 262 ] {57ed0a96-5040-4029-8ffb-e87a6314fb96} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57603) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2243 | 2024.12.13 20:58:42.172681 [ 187 ] {fa937343-6bd9-452b-a26b-53118aaaf570::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 | ||
| 2244 | 2024.12.13 20:58:42.172713 [ 262 ] {57ed0a96-5040-4029-8ffb-e87a6314fb96} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2245 | 2024.12.13 20:58:42.173020 [ 187 ] {fa937343-6bd9-452b-a26b-53118aaaf570::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 | ||
| 2246 | 2024.12.13 20:58:42.173292 [ 187 ] {fa937343-6bd9-452b-a26b-53118aaaf570::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 | ||
| 2247 | 2024.12.13 20:58:42.175832 [ 262 ] {57ed0a96-5040-4029-8ffb-e87a6314fb96} <Trace> oximeter.fields_string (5b8b6b34-88ee-4a07-bbae-ca77b5cb377f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2248 | 2024.12.13 20:58:42.175954 [ 262 ] {57ed0a96-5040-4029-8ffb-e87a6314fb96} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2249 | 2024.12.13 20:58:42.176058 [ 198 ] {fa937343-6bd9-452b-a26b-53118aaaf570::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.00425496 sec., 16451.38849718916 rows/sec., 1.22 MiB/sec. | ||
| 2250 | 2024.12.13 20:58:42.176315 [ 198 ] {fa937343-6bd9-452b-a26b-53118aaaf570::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2251 | 2024.12.13 20:58:42.176665 [ 262 ] {57ed0a96-5040-4029-8ffb-e87a6314fb96} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2252 | 2024.12.13 20:58:42.176912 [ 198 ] {fa937343-6bd9-452b-a26b-53118aaaf570::all_1_5_1} <Trace> oximeter.fields_i16 (fa937343-6bd9-452b-a26b-53118aaaf570): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2253 | 2024.12.13 20:58:42.177066 [ 198 ] {fa937343-6bd9-452b-a26b-53118aaaf570::all_1_5_1} <Trace> oximeter.fields_i16 (fa937343-6bd9-452b-a26b-53118aaaf570) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2254 | 2024.12.13 20:58:42.177172 [ 262 ] {57ed0a96-5040-4029-8ffb-e87a6314fb96} <Trace> oximeter.fields_string (5b8b6b34-88ee-4a07-bbae-ca77b5cb377f): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2255 | 2024.12.13 20:58:42.177238 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 2256 | 2024.12.13 20:58:42.177576 [ 262 ] {57ed0a96-5040-4029-8ffb-e87a6314fb96} <Debug> executeQuery: Read 261 rows, 23.46 KiB in 0.00524 sec., 49809.16030534351 rows/sec., 4.37 MiB/sec. | ||
| 2257 | 2024.12.13 20:58:42.177852 [ 262 ] {57ed0a96-5040-4029-8ffb-e87a6314fb96} <Debug> TCPHandler: Processed in 0.005983526 sec. | ||
| 2258 | 2024.12.13 20:58:42.178049 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2259 | 2024.12.13 20:58:42.178186 [ 261 ] {2d96911b-2836-49f5-903d-96ca44e52084} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2260 | 2024.12.13 20:58:42.178244 [ 261 ] {2d96911b-2836-49f5-903d-96ca44e52084} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2261 | 2024.12.13 20:58:42.178951 [ 261 ] {2d96911b-2836-49f5-903d-96ca44e52084} <Trace> oximeter.fields_u16 (d675a2d1-260a-4708-80e6-2a380b067dc4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2262 | 2024.12.13 20:58:42.178997 [ 261 ] {2d96911b-2836-49f5-903d-96ca44e52084} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2263 | 2024.12.13 20:58:42.179364 [ 261 ] {2d96911b-2836-49f5-903d-96ca44e52084} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2264 | 2024.12.13 20:58:42.179600 [ 261 ] {2d96911b-2836-49f5-903d-96ca44e52084} <Trace> oximeter.fields_u16 (d675a2d1-260a-4708-80e6-2a380b067dc4): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2265 | 2024.12.13 20:58:42.179781 [ 261 ] {2d96911b-2836-49f5-903d-96ca44e52084} <Debug> executeQuery: Read 36 rows, 2.64 KiB in 0.001625 sec., 22153.846153846156 rows/sec., 1.58 MiB/sec. | ||
| 2266 | 2024.12.13 20:58:42.179833 [ 261 ] {2d96911b-2836-49f5-903d-96ca44e52084} <Debug> TCPHandler: Processed in 0.001860528 sec. | ||
| 2267 | 2024.12.13 20:58:42.179983 [ 262 ] {} <Trace> TCP-Session: ba79f2ea-3c39-4a82-87ed-b4543bed5a08 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2268 | 2024.12.13 20:58:42.180125 [ 262 ] {d69fbcb1-959a-4e4c-bb7c-d3e2cdff1969} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57603) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2269 | 2024.12.13 20:58:42.180187 [ 262 ] {d69fbcb1-959a-4e4c-bb7c-d3e2cdff1969} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2270 | 2024.12.13 20:58:42.180893 [ 262 ] {d69fbcb1-959a-4e4c-bb7c-d3e2cdff1969} <Trace> oximeter.fields_u32 (db0931ff-d72d-49c4-80b8-a69047ae71a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2271 | 2024.12.13 20:58:42.180941 [ 262 ] {d69fbcb1-959a-4e4c-bb7c-d3e2cdff1969} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2272 | 2024.12.13 20:58:42.181314 [ 262 ] {d69fbcb1-959a-4e4c-bb7c-d3e2cdff1969} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2273 | 2024.12.13 20:58:42.181553 [ 262 ] {d69fbcb1-959a-4e4c-bb7c-d3e2cdff1969} <Trace> oximeter.fields_u32 (db0931ff-d72d-49c4-80b8-a69047ae71a5): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2274 | 2024.12.13 20:58:42.181775 [ 262 ] {d69fbcb1-959a-4e4c-bb7c-d3e2cdff1969} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001685 sec., 8308.60534124629 rows/sec., 581.88 KiB/sec. | ||
| 2275 | 2024.12.13 20:58:42.181832 [ 262 ] {d69fbcb1-959a-4e4c-bb7c-d3e2cdff1969} <Debug> TCPHandler: Processed in 0.00191041 sec. | ||
| 2276 | 2024.12.13 20:58:42.181971 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2277 | 2024.12.13 20:58:42.182101 [ 261 ] {25fcd0cd-0cf8-43c7-81cf-3d4259bafdd2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2278 | 2024.12.13 20:58:42.182158 [ 261 ] {25fcd0cd-0cf8-43c7-81cf-3d4259bafdd2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2279 | 2024.12.13 20:58:42.182857 [ 261 ] {25fcd0cd-0cf8-43c7-81cf-3d4259bafdd2} <Trace> oximeter.fields_u8 (dff66ad8-7c17-40cc-8854-b493f299c0b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2280 | 2024.12.13 20:58:42.182903 [ 261 ] {25fcd0cd-0cf8-43c7-81cf-3d4259bafdd2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2281 | 2024.12.13 20:58:42.183279 [ 261 ] {25fcd0cd-0cf8-43c7-81cf-3d4259bafdd2} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2282 | 2024.12.13 20:58:42.183517 [ 261 ] {25fcd0cd-0cf8-43c7-81cf-3d4259bafdd2} <Trace> oximeter.fields_u8 (dff66ad8-7c17-40cc-8854-b493f299c0b1): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2283 | 2024.12.13 20:58:42.183635 [ 31 ] {} <Debug> oximeter.fields_u8 (dff66ad8-7c17-40cc-8854-b493f299c0b1) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2284 | 2024.12.13 20:58:42.183676 [ 31 ] {} <Trace> oximeter.fields_u8 (dff66ad8-7c17-40cc-8854-b493f299c0b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2285 | 2024.12.13 20:58:42.183698 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2286 | 2024.12.13 20:58:42.183719 [ 261 ] {25fcd0cd-0cf8-43c7-81cf-3d4259bafdd2} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001648 sec., 7888.349514563107 rows/sec., 491.84 KiB/sec. | ||
| 2287 | 2024.12.13 20:58:42.183827 [ 261 ] {25fcd0cd-0cf8-43c7-81cf-3d4259bafdd2} <Debug> TCPHandler: Processed in 0.00190953 sec. | ||
| 2288 | 2024.12.13 20:58:42.183847 [ 199 ] {dff66ad8-7c17-40cc-8854-b493f299c0b1::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 | ||
| 2289 | 2024.12.13 20:58:42.183969 [ 199 ] {dff66ad8-7c17-40cc-8854-b493f299c0b1::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2290 | 2024.12.13 20:58:42.184005 [ 199 ] {dff66ad8-7c17-40cc-8854-b493f299c0b1::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 | ||
| 2291 | 2024.12.13 20:58:42.184010 [ 262 ] {} <Trace> TCP-Session: ba79f2ea-3c39-4a82-87ed-b4543bed5a08 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2292 | 2024.12.13 20:58:42.184130 [ 199 ] {dff66ad8-7c17-40cc-8854-b493f299c0b1::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 | ||
| 2293 | 2024.12.13 20:58:42.184438 [ 199 ] {dff66ad8-7c17-40cc-8854-b493f299c0b1::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 | ||
| 2294 | 2024.12.13 20:58:42.184462 [ 262 ] {2dbe0d76-9162-4847-a09b-6e71d896c306} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57603) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2295 | 2024.12.13 20:58:42.184705 [ 262 ] {2dbe0d76-9162-4847-a09b-6e71d896c306} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2296 | 2024.12.13 20:58:42.184723 [ 199 ] {dff66ad8-7c17-40cc-8854-b493f299c0b1::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 | ||
| 2297 | 2024.12.13 20:58:42.185067 [ 199 ] {dff66ad8-7c17-40cc-8854-b493f299c0b1::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 | ||
| 2298 | 2024.12.13 20:58:42.187470 [ 262 ] {2dbe0d76-9162-4847-a09b-6e71d896c306} <Trace> oximeter.fields_uuid (75bff165-9894-4896-8c72-35d0ef17bbe1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2299 | 2024.12.13 20:58:42.187580 [ 262 ] {2dbe0d76-9162-4847-a09b-6e71d896c306} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2300 | 2024.12.13 20:58:42.187666 [ 199 ] {dff66ad8-7c17-40cc-8854-b493f299c0b1::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.003909321 sec., 16626.92830801052 rows/sec., 1.08 MiB/sec. | ||
| 2301 | 2024.12.13 20:58:42.187837 [ 199 ] {dff66ad8-7c17-40cc-8854-b493f299c0b1::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2302 | 2024.12.13 20:58:42.188377 [ 199 ] {dff66ad8-7c17-40cc-8854-b493f299c0b1::all_1_5_1} <Trace> oximeter.fields_u8 (dff66ad8-7c17-40cc-8854-b493f299c0b1): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2303 | 2024.12.13 20:58:42.188377 [ 262 ] {2dbe0d76-9162-4847-a09b-6e71d896c306} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2304 | 2024.12.13 20:58:42.188502 [ 199 ] {dff66ad8-7c17-40cc-8854-b493f299c0b1::all_1_5_1} <Trace> oximeter.fields_u8 (dff66ad8-7c17-40cc-8854-b493f299c0b1) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2305 | 2024.12.13 20:58:42.188640 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 2306 | 2024.12.13 20:58:42.188792 [ 262 ] {2dbe0d76-9162-4847-a09b-6e71d896c306} <Trace> oximeter.fields_uuid (75bff165-9894-4896-8c72-35d0ef17bbe1): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2307 | 2024.12.13 20:58:42.189024 [ 262 ] {2dbe0d76-9162-4847-a09b-6e71d896c306} <Debug> executeQuery: Read 411 rows, 30.00 KiB in 0.004803 sec., 85571.51780137414 rows/sec., 6.10 MiB/sec. | ||
| 2308 | 2024.12.13 20:58:42.189094 [ 262 ] {2dbe0d76-9162-4847-a09b-6e71d896c306} <Debug> TCPHandler: Processed in 0.005156943 sec. | ||
| 2309 | 2024.12.13 20:58:42.189308 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2310 | 2024.12.13 20:58:42.189452 [ 261 ] {d43790e3-81ed-4100-a580-a27c091e676b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2311 | 2024.12.13 20:58:42.189513 [ 261 ] {d43790e3-81ed-4100-a580-a27c091e676b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2312 | 2024.12.13 20:58:42.190100 [ 261 ] {d43790e3-81ed-4100-a580-a27c091e676b} <Trace> oximeter.measurements_bool (e2b503a0-fc05-44eb-86c2-76ac8cc47d1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2313 | 2024.12.13 20:58:42.190138 [ 261 ] {d43790e3-81ed-4100-a580-a27c091e676b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2314 | 2024.12.13 20:58:42.190503 [ 261 ] {d43790e3-81ed-4100-a580-a27c091e676b} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2315 | 2024.12.13 20:58:42.190753 [ 261 ] {d43790e3-81ed-4100-a580-a27c091e676b} <Trace> oximeter.measurements_bool (e2b503a0-fc05-44eb-86c2-76ac8cc47d1a): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2316 | 2024.12.13 20:58:42.191012 [ 261 ] {d43790e3-81ed-4100-a580-a27c091e676b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001571 sec., 3819.2234245703376 rows/sec., 199.54 KiB/sec. | ||
| 2317 | 2024.12.13 20:58:42.191120 [ 261 ] {d43790e3-81ed-4100-a580-a27c091e676b} <Debug> TCPHandler: Processed in 0.001879339 sec. | ||
| 2318 | 2024.12.13 20:58:42.191277 [ 262 ] {} <Trace> TCP-Session: ba79f2ea-3c39-4a82-87ed-b4543bed5a08 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2319 | 2024.12.13 20:58:42.191417 [ 262 ] {81cd4d7e-81cd-4dcd-9564-8e09485d2c35} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57603) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2320 | 2024.12.13 20:58:42.191481 [ 262 ] {81cd4d7e-81cd-4dcd-9564-8e09485d2c35} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2321 | 2024.12.13 20:58:42.192303 [ 262 ] {81cd4d7e-81cd-4dcd-9564-8e09485d2c35} <Trace> oximeter.measurements_cumulativeu64 (622a7f09-a7e8-42f8-b1fb-316929b4f11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2322 | 2024.12.13 20:58:42.192344 [ 262 ] {81cd4d7e-81cd-4dcd-9564-8e09485d2c35} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2323 | 2024.12.13 20:58:42.192755 [ 262 ] {81cd4d7e-81cd-4dcd-9564-8e09485d2c35} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2324 | 2024.12.13 20:58:42.192992 [ 262 ] {81cd4d7e-81cd-4dcd-9564-8e09485d2c35} <Trace> oximeter.measurements_cumulativeu64 (622a7f09-a7e8-42f8-b1fb-316929b4f11a): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2325 | 2024.12.13 20:58:42.193204 [ 262 ] {81cd4d7e-81cd-4dcd-9564-8e09485d2c35} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001819 sec., 130291.3688840022 rows/sec., 8.73 MiB/sec. | ||
| 2326 | 2024.12.13 20:58:42.193261 [ 262 ] {81cd4d7e-81cd-4dcd-9564-8e09485d2c35} <Debug> TCPHandler: Processed in 0.002051253 sec. | ||
| 2327 | 2024.12.13 20:58:42.193413 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2328 | 2024.12.13 20:58:42.193550 [ 261 ] {d96c7ea8-e998-4e10-bd66-f08f20271189} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2329 | 2024.12.13 20:58:42.193611 [ 261 ] {d96c7ea8-e998-4e10-bd66-f08f20271189} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2330 | 2024.12.13 20:58:42.194146 [ 261 ] {d96c7ea8-e998-4e10-bd66-f08f20271189} <Trace> oximeter.measurements_f64 (e63d307a-4800-4395-92a7-5a221df216fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2331 | 2024.12.13 20:58:42.194183 [ 261 ] {d96c7ea8-e998-4e10-bd66-f08f20271189} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2332 | 2024.12.13 20:58:42.194544 [ 261 ] {d96c7ea8-e998-4e10-bd66-f08f20271189} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2333 | 2024.12.13 20:58:42.194787 [ 261 ] {d96c7ea8-e998-4e10-bd66-f08f20271189} <Trace> oximeter.measurements_f64 (e63d307a-4800-4395-92a7-5a221df216fb): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2334 | 2024.12.13 20:58:42.194909 [ 31 ] {} <Debug> oximeter.measurements_f64 (e63d307a-4800-4395-92a7-5a221df216fb) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2335 | 2024.12.13 20:58:42.194951 [ 31 ] {} <Trace> oximeter.measurements_f64 (e63d307a-4800-4395-92a7-5a221df216fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2336 | 2024.12.13 20:58:42.194973 [ 31 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2337 | 2024.12.13 20:58:42.194993 [ 261 ] {d96c7ea8-e998-4e10-bd66-f08f20271189} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001472 sec., 679.3478260869565 rows/sec., 45.78 KiB/sec. | ||
| 2338 | 2024.12.13 20:58:42.195108 [ 261 ] {d96c7ea8-e998-4e10-bd66-f08f20271189} <Debug> TCPHandler: Processed in 0.001759425 sec. | ||
| 2339 | 2024.12.13 20:58:42.195121 [ 187 ] {e63d307a-4800-4395-92a7-5a221df216fb::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 | ||
| 2340 | 2024.12.13 20:58:42.195267 [ 187 ] {e63d307a-4800-4395-92a7-5a221df216fb::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2341 | 2024.12.13 20:58:42.195285 [ 262 ] {} <Trace> TCP-Session: ba79f2ea-3c39-4a82-87ed-b4543bed5a08 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2342 | 2024.12.13 20:58:42.195318 [ 187 ] {e63d307a-4800-4395-92a7-5a221df216fb::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 1 rows starting from the beginning of the part | ||
| 2343 | 2024.12.13 20:58:42.195522 [ 187 ] {e63d307a-4800-4395-92a7-5a221df216fb::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 1 rows starting from the beginning of the part | ||
| 2344 | 2024.12.13 20:58:42.195728 [ 262 ] {644782dd-fdb7-41a0-8a68-d75b45609d12} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57603) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2345 | 2024.12.13 20:58:42.195806 [ 187 ] {e63d307a-4800-4395-92a7-5a221df216fb::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 1 rows starting from the beginning of the part | ||
| 2346 | 2024.12.13 20:58:42.196122 [ 187 ] {e63d307a-4800-4395-92a7-5a221df216fb::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 1 rows starting from the beginning of the part | ||
| 2347 | 2024.12.13 20:58:42.196149 [ 262 ] {644782dd-fdb7-41a0-8a68-d75b45609d12} <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 | ||
| 2348 | 2024.12.13 20:58:42.196420 [ 187 ] {e63d307a-4800-4395-92a7-5a221df216fb::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 | ||
| 2349 | 2024.12.13 20:58:42.199730 [ 187 ] {e63d307a-4800-4395-92a7-5a221df216fb::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5 rows, containing 4 columns (4 merged, 0 gathered) in 0.004706082 sec., 1062.454925349792 rows/sec., 71.59 KiB/sec. | ||
| 2350 | 2024.12.13 20:58:42.199943 [ 187 ] {e63d307a-4800-4395-92a7-5a221df216fb::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2351 | 2024.12.13 20:58:42.200640 [ 187 ] {e63d307a-4800-4395-92a7-5a221df216fb::all_1_5_1} <Trace> oximeter.measurements_f64 (e63d307a-4800-4395-92a7-5a221df216fb): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2352 | 2024.12.13 20:58:42.200885 [ 187 ] {e63d307a-4800-4395-92a7-5a221df216fb::all_1_5_1} <Trace> oximeter.measurements_f64 (e63d307a-4800-4395-92a7-5a221df216fb) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2353 | 2024.12.13 20:58:42.201086 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 2354 | 2024.12.13 20:58:42.201175 [ 262 ] {644782dd-fdb7-41a0-8a68-d75b45609d12} <Trace> oximeter.measurements_histogramu64 (0435d810-cbe3-4332-a7be-27034ee0470b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2355 | 2024.12.13 20:58:42.201220 [ 262 ] {644782dd-fdb7-41a0-8a68-d75b45609d12} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2356 | 2024.12.13 20:58:42.201882 [ 262 ] {644782dd-fdb7-41a0-8a68-d75b45609d12} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2357 | 2024.12.13 20:58:42.202146 [ 262 ] {644782dd-fdb7-41a0-8a68-d75b45609d12} <Trace> oximeter.measurements_histogramu64 (0435d810-cbe3-4332-a7be-27034ee0470b): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2358 | 2024.12.13 20:58:42.202429 [ 262 ] {644782dd-fdb7-41a0-8a68-d75b45609d12} <Debug> executeQuery: Read 29 rows, 53.21 KiB in 0.006913 sec., 4194.994937075076 rows/sec., 7.52 MiB/sec. | ||
| 2359 | 2024.12.13 20:58:42.202557 [ 262 ] {644782dd-fdb7-41a0-8a68-d75b45609d12} <Debug> TCPHandler: Processed in 0.007363571 sec. | ||
| 2360 | 2024.12.13 20:58:42.202712 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2361 | 2024.12.13 20:58:42.202832 [ 261 ] {953d223e-4c47-4caa-b4ed-dc6afbf41430} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2362 | 2024.12.13 20:58:42.202884 [ 261 ] {953d223e-4c47-4caa-b4ed-dc6afbf41430} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2363 | 2024.12.13 20:58:42.203389 [ 261 ] {953d223e-4c47-4caa-b4ed-dc6afbf41430} <Trace> oximeter.measurements_u64 (cc3a5477-acbd-4caa-813d-ff4981ce9df1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2364 | 2024.12.13 20:58:42.203427 [ 261 ] {953d223e-4c47-4caa-b4ed-dc6afbf41430} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2365 | 2024.12.13 20:58:42.203806 [ 261 ] {953d223e-4c47-4caa-b4ed-dc6afbf41430} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2366 | 2024.12.13 20:58:42.204072 [ 261 ] {953d223e-4c47-4caa-b4ed-dc6afbf41430} <Trace> oximeter.measurements_u64 (cc3a5477-acbd-4caa-813d-ff4981ce9df1): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2367 | 2024.12.13 20:58:42.204253 [ 261 ] {953d223e-4c47-4caa-b4ed-dc6afbf41430} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001445 sec., 56747.40484429066 rows/sec., 3.60 MiB/sec. | ||
| 2368 | 2024.12.13 20:58:42.204305 [ 261 ] {953d223e-4c47-4caa-b4ed-dc6afbf41430} <Debug> TCPHandler: Processed in 0.001648623 sec. | ||
| 2369 | 2024.12.13 20:58:45.980852 [ 24 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2370 | 2024.12.13 20:58:45.980922 [ 24 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2371 | 2024.12.13 20:58:46.056534 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 4636 | ||
| 2372 | 2024.12.13 20:58:46.057198 [ 242 ] {} <Trace> system.asynchronous_metric_log (bfd632e9-c8e2-471e-b238-7df687a4f8ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2373 | 2024.12.13 20:58:46.057249 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2374 | 2024.12.13 20:58:46.057824 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2375 | 2024.12.13 20:58:46.058089 [ 242 ] {} <Trace> system.asynchronous_metric_log (bfd632e9-c8e2-471e-b238-7df687a4f8ca): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2376 | 2024.12.13 20:58:46.058293 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4636 | ||
| 2377 | 2024.12.13 20:58:46.356275 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76 | ||
| 2378 | 2024.12.13 20:58:46.376779 [ 243 ] {} <Trace> system.metric_log (6f41e073-4f68-44d4-8e91-392ee6d2702a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2379 | 2024.12.13 20:58:46.376850 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2380 | 2024.12.13 20:58:46.384468 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2381 | 2024.12.13 20:58:46.385293 [ 243 ] {} <Trace> system.metric_log (6f41e073-4f68-44d4-8e91-392ee6d2702a): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2382 | 2024.12.13 20:58:46.388256 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 76 | ||
| 2383 | 2024.12.13 20:58:47.162994 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2384 | 2024.12.13 20:58:47.163184 [ 261 ] {0bb53f44-92c1-4a52-bd3b-b219ba79a670} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2385 | 2024.12.13 20:58:47.163259 [ 261 ] {0bb53f44-92c1-4a52-bd3b-b219ba79a670} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2386 | 2024.12.13 20:58:47.163988 [ 261 ] {0bb53f44-92c1-4a52-bd3b-b219ba79a670} <Trace> oximeter.fields_string (5b8b6b34-88ee-4a07-bbae-ca77b5cb377f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2387 | 2024.12.13 20:58:47.164039 [ 261 ] {0bb53f44-92c1-4a52-bd3b-b219ba79a670} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2388 | 2024.12.13 20:58:47.164477 [ 261 ] {0bb53f44-92c1-4a52-bd3b-b219ba79a670} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2389 | 2024.12.13 20:58:47.164763 [ 261 ] {0bb53f44-92c1-4a52-bd3b-b219ba79a670} <Trace> oximeter.fields_string (5b8b6b34-88ee-4a07-bbae-ca77b5cb377f): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2390 | 2024.12.13 20:58:47.164992 [ 261 ] {0bb53f44-92c1-4a52-bd3b-b219ba79a670} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.00186 sec., 30107.526881720427 rows/sec., 2.30 MiB/sec. | ||
| 2391 | 2024.12.13 20:58:47.165049 [ 261 ] {0bb53f44-92c1-4a52-bd3b-b219ba79a670} <Debug> TCPHandler: Processed in 0.002190776 sec. | ||
| 2392 | 2024.12.13 20:58:47.165300 [ 262 ] {} <Trace> TCP-Session: ba79f2ea-3c39-4a82-87ed-b4543bed5a08 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2393 | 2024.12.13 20:58:47.165501 [ 262 ] {b0871b7f-80d2-4e46-a655-72343d735441} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57603) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2394 | 2024.12.13 20:58:47.165582 [ 262 ] {b0871b7f-80d2-4e46-a655-72343d735441} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2395 | 2024.12.13 20:58:47.166369 [ 262 ] {b0871b7f-80d2-4e46-a655-72343d735441} <Trace> oximeter.fields_uuid (75bff165-9894-4896-8c72-35d0ef17bbe1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2396 | 2024.12.13 20:58:47.166423 [ 262 ] {b0871b7f-80d2-4e46-a655-72343d735441} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2397 | 2024.12.13 20:58:47.166884 [ 262 ] {b0871b7f-80d2-4e46-a655-72343d735441} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2398 | 2024.12.13 20:58:47.167150 [ 262 ] {b0871b7f-80d2-4e46-a655-72343d735441} <Trace> oximeter.fields_uuid (75bff165-9894-4896-8c72-35d0ef17bbe1): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2399 | 2024.12.13 20:58:47.167415 [ 262 ] {b0871b7f-80d2-4e46-a655-72343d735441} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001965 sec., 32569.974554707376 rows/sec., 2.54 MiB/sec. | ||
| 2400 | 2024.12.13 20:58:47.167506 [ 262 ] {b0871b7f-80d2-4e46-a655-72343d735441} <Debug> TCPHandler: Processed in 0.0023431 sec. | ||
| 2401 | 2024.12.13 20:58:47.167674 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2402 | 2024.12.13 20:58:47.167814 [ 261 ] {67e4e255-f24a-4517-850e-c93fbbdd63ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2403 | 2024.12.13 20:58:47.167879 [ 261 ] {67e4e255-f24a-4517-850e-c93fbbdd63ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2404 | 2024.12.13 20:58:47.168505 [ 261 ] {67e4e255-f24a-4517-850e-c93fbbdd63ce} <Trace> oximeter.measurements_cumulativeu64 (622a7f09-a7e8-42f8-b1fb-316929b4f11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2405 | 2024.12.13 20:58:47.168544 [ 261 ] {67e4e255-f24a-4517-850e-c93fbbdd63ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2406 | 2024.12.13 20:58:47.168950 [ 261 ] {67e4e255-f24a-4517-850e-c93fbbdd63ce} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2407 | 2024.12.13 20:58:47.169191 [ 261 ] {67e4e255-f24a-4517-850e-c93fbbdd63ce} <Trace> oximeter.measurements_cumulativeu64 (622a7f09-a7e8-42f8-b1fb-316929b4f11a): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2408 | 2024.12.13 20:58:47.169410 [ 261 ] {67e4e255-f24a-4517-850e-c93fbbdd63ce} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001628 sec., 98280.09828009827 rows/sec., 6.85 MiB/sec. | ||
| 2409 | 2024.12.13 20:58:47.169462 [ 261 ] {67e4e255-f24a-4517-850e-c93fbbdd63ce} <Debug> TCPHandler: Processed in 0.001858558 sec. | ||
| 2410 | 2024.12.13 20:58:47.169628 [ 262 ] {} <Trace> TCP-Session: ba79f2ea-3c39-4a82-87ed-b4543bed5a08 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2411 | 2024.12.13 20:58:47.169778 [ 262 ] {40eebba0-a98e-4779-87c9-ad93655f4a66} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57603) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2412 | 2024.12.13 20:58:47.169845 [ 262 ] {40eebba0-a98e-4779-87c9-ad93655f4a66} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2413 | 2024.12.13 20:58:47.170419 [ 262 ] {40eebba0-a98e-4779-87c9-ad93655f4a66} <Trace> oximeter.measurements_u64 (cc3a5477-acbd-4caa-813d-ff4981ce9df1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2414 | 2024.12.13 20:58:47.170460 [ 262 ] {40eebba0-a98e-4779-87c9-ad93655f4a66} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2415 | 2024.12.13 20:58:47.170854 [ 262 ] {40eebba0-a98e-4779-87c9-ad93655f4a66} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2416 | 2024.12.13 20:58:47.171112 [ 262 ] {40eebba0-a98e-4779-87c9-ad93655f4a66} <Trace> oximeter.measurements_u64 (cc3a5477-acbd-4caa-813d-ff4981ce9df1): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2417 | 2024.12.13 20:58:47.171382 [ 262 ] {40eebba0-a98e-4779-87c9-ad93655f4a66} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001642 sec., 36540.80389768575 rows/sec., 2.46 MiB/sec. | ||
| 2418 | 2024.12.13 20:58:47.171584 [ 262 ] {40eebba0-a98e-4779-87c9-ad93655f4a66} <Debug> TCPHandler: Processed in 0.002029993 sec. | ||
| 2419 | 2024.12.13 20:58:47.761619 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2420 | 2024.12.13 20:58:47.761887 [ 261 ] {cd51f1ac-54f1-423b-8229-b18c5d0b220b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) 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) | ||
| 2421 | 2024.12.13 20:58:47.762333 [ 261 ] {cd51f1ac-54f1-423b-8229-b18c5d0b220b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2422 | 2024.12.13 20:58:47.762388 [ 261 ] {cd51f1ac-54f1-423b-8229-b18c5d0b220b} <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 | ||
| 2423 | 2024.12.13 20:58:47.762762 [ 261 ] {cd51f1ac-54f1-423b-8229-b18c5d0b220b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2424 | 2024.12.13 20:58:47.762842 [ 261 ] {cd51f1ac-54f1-423b-8229-b18c5d0b220b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2425 | 2024.12.13 20:58:47.763016 [ 261 ] {cd51f1ac-54f1-423b-8229-b18c5d0b220b} <Debug> oximeter.timeseries_schema (eeba7b1a-875b-4c8a-9469-c26105167747) (SelectExecutor): Key condition: (column 0 notIn 40-element set) | ||
| 2426 | 2024.12.13 20:58:47.763297 [ 298 ] {cd51f1ac-54f1-423b-8229-b18c5d0b220b} <Trace> oximeter.timeseries_schema (eeba7b1a-875b-4c8a-9469-c26105167747) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2427 | 2024.12.13 20:58:47.763348 [ 294 ] {cd51f1ac-54f1-423b-8229-b18c5d0b220b} <Trace> oximeter.timeseries_schema (eeba7b1a-875b-4c8a-9469-c26105167747) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2428 | 2024.12.13 20:58:47.763349 [ 299 ] {cd51f1ac-54f1-423b-8229-b18c5d0b220b} <Trace> oximeter.timeseries_schema (eeba7b1a-875b-4c8a-9469-c26105167747) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2429 | 2024.12.13 20:58:47.763366 [ 295 ] {cd51f1ac-54f1-423b-8229-b18c5d0b220b} <Trace> oximeter.timeseries_schema (eeba7b1a-875b-4c8a-9469-c26105167747) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 2430 | 2024.12.13 20:58:47.763533 [ 261 ] {cd51f1ac-54f1-423b-8229-b18c5d0b220b} <Debug> oximeter.timeseries_schema (eeba7b1a-875b-4c8a-9469-c26105167747) (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 | ||
| 2431 | 2024.12.13 20:58:47.763567 [ 261 ] {cd51f1ac-54f1-423b-8229-b18c5d0b220b} <Trace> oximeter.timeseries_schema (eeba7b1a-875b-4c8a-9469-c26105167747) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2432 | 2024.12.13 20:58:47.763708 [ 261 ] {cd51f1ac-54f1-423b-8229-b18c5d0b220b} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2433 | 2024.12.13 20:58:47.763733 [ 261 ] {cd51f1ac-54f1-423b-8229-b18c5d0b220b} <Debug> oximeter.timeseries_schema (eeba7b1a-875b-4c8a-9469-c26105167747) (SelectExecutor): Reading approx. 40 rows with 4 streams | ||
| 2434 | 2024.12.13 20:58:47.763776 [ 261 ] {cd51f1ac-54f1-423b-8229-b18c5d0b220b} <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'))" | ||
| 2435 | 2024.12.13 20:58:47.763823 [ 261 ] {cd51f1ac-54f1-423b-8229-b18c5d0b220b} <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'))" | ||
| 2436 | 2024.12.13 20:58:47.763867 [ 261 ] {cd51f1ac-54f1-423b-8229-b18c5d0b220b} <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'))" | ||
| 2437 | 2024.12.13 20:58:47.763906 [ 261 ] {cd51f1ac-54f1-423b-8229-b18c5d0b220b} <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'))" | ||
| 2438 | 2024.12.13 20:58:47.766188 [ 261 ] {cd51f1ac-54f1-423b-8229-b18c5d0b220b} <Debug> executeQuery: Read 40 rows, 1.53 KiB in 0.004425 sec., 9039.54802259887 rows/sec., 344.72 KiB/sec. | ||
| 2439 | 2024.12.13 20:58:47.766471 [ 261 ] {cd51f1ac-54f1-423b-8229-b18c5d0b220b} <Debug> MemoryTracker: Peak memory usage (for query): 143.98 KiB. | ||
| 2440 | 2024.12.13 20:58:47.766494 [ 261 ] {cd51f1ac-54f1-423b-8229-b18c5d0b220b} <Debug> TCPHandler: Processed in 0.00500339 sec. | ||
| 2441 | 2024.12.13 20:58:47.805913 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2442 | 2024.12.13 20:58:47.806041 [ 261 ] {9f5b49be-3de3-4911-bc2f-deea51fd4b7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 2443 | 2024.12.13 20:58:47.806092 [ 261 ] {9f5b49be-3de3-4911-bc2f-deea51fd4b7e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2444 | 2024.12.13 20:58:47.806795 [ 261 ] {9f5b49be-3de3-4911-bc2f-deea51fd4b7e} <Trace> oximeter.timeseries_schema (eeba7b1a-875b-4c8a-9469-c26105167747): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2445 | 2024.12.13 20:58:47.806844 [ 261 ] {9f5b49be-3de3-4911-bc2f-deea51fd4b7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2446 | 2024.12.13 20:58:47.807339 [ 261 ] {9f5b49be-3de3-4911-bc2f-deea51fd4b7e} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2447 | 2024.12.13 20:58:47.807564 [ 261 ] {9f5b49be-3de3-4911-bc2f-deea51fd4b7e} <Trace> oximeter.timeseries_schema (eeba7b1a-875b-4c8a-9469-c26105167747): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2448 | 2024.12.13 20:58:47.807795 [ 261 ] {9f5b49be-3de3-4911-bc2f-deea51fd4b7e} <Debug> executeQuery: Read 1 rows, 232.00 B in 0.001793 sec., 557.7244841048522 rows/sec., 126.36 KiB/sec. | ||
| 2449 | 2024.12.13 20:58:47.807851 [ 261 ] {9f5b49be-3de3-4911-bc2f-deea51fd4b7e} <Debug> TCPHandler: Processed in 0.001990721 sec. | ||
| 2450 | 2024.12.13 20:58:47.808097 [ 262 ] {} <Trace> TCP-Session: ba79f2ea-3c39-4a82-87ed-b4543bed5a08 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2451 | 2024.12.13 20:58:47.808282 [ 262 ] {e086fd38-5f3b-4ec9-8d82-4cd7708dfe78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57603) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2452 | 2024.12.13 20:58:47.808360 [ 262 ] {e086fd38-5f3b-4ec9-8d82-4cd7708dfe78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2453 | 2024.12.13 20:58:47.809206 [ 262 ] {e086fd38-5f3b-4ec9-8d82-4cd7708dfe78} <Trace> oximeter.fields_i16 (fa937343-6bd9-452b-a26b-53118aaaf570): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2454 | 2024.12.13 20:58:47.809247 [ 262 ] {e086fd38-5f3b-4ec9-8d82-4cd7708dfe78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2455 | 2024.12.13 20:58:47.809677 [ 262 ] {e086fd38-5f3b-4ec9-8d82-4cd7708dfe78} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2456 | 2024.12.13 20:58:47.809935 [ 262 ] {e086fd38-5f3b-4ec9-8d82-4cd7708dfe78} <Trace> oximeter.fields_i16 (fa937343-6bd9-452b-a26b-53118aaaf570): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2457 | 2024.12.13 20:58:47.810138 [ 262 ] {e086fd38-5f3b-4ec9-8d82-4cd7708dfe78} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001913 sec., 7318.348144276007 rows/sec., 526.82 KiB/sec. | ||
| 2458 | 2024.12.13 20:58:47.810204 [ 262 ] {e086fd38-5f3b-4ec9-8d82-4cd7708dfe78} <Debug> TCPHandler: Processed in 0.002242638 sec. | ||
| 2459 | 2024.12.13 20:58:47.810355 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2460 | 2024.12.13 20:58:47.810471 [ 261 ] {d2735a2f-e27a-4b21-b21c-35e486129b97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 2461 | 2024.12.13 20:58:47.810521 [ 261 ] {d2735a2f-e27a-4b21-b21c-35e486129b97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 2462 | 2024.12.13 20:58:47.811120 [ 261 ] {d2735a2f-e27a-4b21-b21c-35e486129b97} <Trace> oximeter.fields_ipaddr (91c5d38f-5b59-4965-a2a0-ad69eed7fb29): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2463 | 2024.12.13 20:58:47.811159 [ 261 ] {d2735a2f-e27a-4b21-b21c-35e486129b97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2464 | 2024.12.13 20:58:47.811513 [ 261 ] {d2735a2f-e27a-4b21-b21c-35e486129b97} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 2465 | 2024.12.13 20:58:47.811753 [ 261 ] {d2735a2f-e27a-4b21-b21c-35e486129b97} <Trace> oximeter.fields_ipaddr (91c5d38f-5b59-4965-a2a0-ad69eed7fb29): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2466 | 2024.12.13 20:58:47.812026 [ 261 ] {d2735a2f-e27a-4b21-b21c-35e486129b97} <Debug> executeQuery: Read 10 rows, 835.00 B in 0.001567 sec., 6381.620931716656 rows/sec., 520.38 KiB/sec. | ||
| 2467 | 2024.12.13 20:58:47.812104 [ 261 ] {d2735a2f-e27a-4b21-b21c-35e486129b97} <Debug> TCPHandler: Processed in 0.001807437 sec. | ||
| 2468 | 2024.12.13 20:58:47.812260 [ 262 ] {} <Trace> TCP-Session: ba79f2ea-3c39-4a82-87ed-b4543bed5a08 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2469 | 2024.12.13 20:58:47.812408 [ 262 ] {1842cebe-8309-4cbe-831b-37a74764b9f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57603) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2470 | 2024.12.13 20:58:47.812469 [ 262 ] {1842cebe-8309-4cbe-831b-37a74764b9f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2471 | 2024.12.13 20:58:47.813715 [ 262 ] {1842cebe-8309-4cbe-831b-37a74764b9f6} <Trace> oximeter.fields_string (5b8b6b34-88ee-4a07-bbae-ca77b5cb377f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2472 | 2024.12.13 20:58:47.813755 [ 262 ] {1842cebe-8309-4cbe-831b-37a74764b9f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2473 | 2024.12.13 20:58:47.814225 [ 262 ] {1842cebe-8309-4cbe-831b-37a74764b9f6} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2474 | 2024.12.13 20:58:47.814480 [ 262 ] {1842cebe-8309-4cbe-831b-37a74764b9f6} <Trace> oximeter.fields_string (5b8b6b34-88ee-4a07-bbae-ca77b5cb377f): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2475 | 2024.12.13 20:58:47.814728 [ 262 ] {1842cebe-8309-4cbe-831b-37a74764b9f6} <Debug> executeQuery: Read 1406 rows, 119.95 KiB in 0.00235 sec., 598297.8723404255 rows/sec., 49.85 MiB/sec. | ||
| 2476 | 2024.12.13 20:58:47.814937 [ 262 ] {1842cebe-8309-4cbe-831b-37a74764b9f6} <Debug> TCPHandler: Processed in 0.002741941 sec. | ||
| 2477 | 2024.12.13 20:58:47.815113 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2478 | 2024.12.13 20:58:47.815250 [ 261 ] {effac2db-4539-41f5-9b98-eeb5a6fc952c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2479 | 2024.12.13 20:58:47.815308 [ 261 ] {effac2db-4539-41f5-9b98-eeb5a6fc952c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2480 | 2024.12.13 20:58:47.816020 [ 261 ] {effac2db-4539-41f5-9b98-eeb5a6fc952c} <Trace> oximeter.fields_u16 (d675a2d1-260a-4708-80e6-2a380b067dc4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2481 | 2024.12.13 20:58:47.816069 [ 261 ] {effac2db-4539-41f5-9b98-eeb5a6fc952c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2482 | 2024.12.13 20:58:47.816469 [ 261 ] {effac2db-4539-41f5-9b98-eeb5a6fc952c} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2483 | 2024.12.13 20:58:47.816703 [ 261 ] {effac2db-4539-41f5-9b98-eeb5a6fc952c} <Trace> oximeter.fields_u16 (d675a2d1-260a-4708-80e6-2a380b067dc4): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2484 | 2024.12.13 20:58:47.816861 [ 64 ] {} <Debug> oximeter.fields_u16 (d675a2d1-260a-4708-80e6-2a380b067dc4) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2485 | 2024.12.13 20:58:47.816923 [ 64 ] {} <Trace> oximeter.fields_u16 (d675a2d1-260a-4708-80e6-2a380b067dc4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2486 | 2024.12.13 20:58:47.816951 [ 261 ] {effac2db-4539-41f5-9b98-eeb5a6fc952c} <Debug> executeQuery: Read 46 rows, 3.33 KiB in 0.001725 sec., 26666.666666666668 rows/sec., 1.89 MiB/sec. | ||
| 2487 | 2024.12.13 20:58:47.816967 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2488 | 2024.12.13 20:58:47.817100 [ 261 ] {effac2db-4539-41f5-9b98-eeb5a6fc952c} <Debug> TCPHandler: Processed in 0.002048143 sec. | ||
| 2489 | 2024.12.13 20:58:47.817183 [ 196 ] {d675a2d1-260a-4708-80e6-2a380b067dc4::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 | ||
| 2490 | 2024.12.13 20:58:47.817303 [ 262 ] {} <Trace> TCP-Session: ba79f2ea-3c39-4a82-87ed-b4543bed5a08 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2491 | 2024.12.13 20:58:47.817327 [ 196 ] {d675a2d1-260a-4708-80e6-2a380b067dc4::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2492 | 2024.12.13 20:58:47.817360 [ 196 ] {d675a2d1-260a-4708-80e6-2a380b067dc4::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 | ||
| 2493 | 2024.12.13 20:58:47.817471 [ 262 ] {fcd72002-d4bf-431f-af3e-795ddf7d6647} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57603) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2494 | 2024.12.13 20:58:47.817525 [ 196 ] {d675a2d1-260a-4708-80e6-2a380b067dc4::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 | ||
| 2495 | 2024.12.13 20:58:47.817661 [ 262 ] {fcd72002-d4bf-431f-af3e-795ddf7d6647} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2496 | 2024.12.13 20:58:47.817890 [ 196 ] {d675a2d1-260a-4708-80e6-2a380b067dc4::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 | ||
| 2497 | 2024.12.13 20:58:47.818291 [ 196 ] {d675a2d1-260a-4708-80e6-2a380b067dc4::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 | ||
| 2498 | 2024.12.13 20:58:47.818650 [ 196 ] {d675a2d1-260a-4708-80e6-2a380b067dc4::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 36 rows starting from the beginning of the part | ||
| 2499 | 2024.12.13 20:58:47.818951 [ 196 ] {d675a2d1-260a-4708-80e6-2a380b067dc4::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 46 rows starting from the beginning of the part | ||
| 2500 | 2024.12.13 20:58:47.820212 [ 262 ] {fcd72002-d4bf-431f-af3e-795ddf7d6647} <Trace> oximeter.fields_u32 (db0931ff-d72d-49c4-80b8-a69047ae71a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2501 | 2024.12.13 20:58:47.820257 [ 262 ] {fcd72002-d4bf-431f-af3e-795ddf7d6647} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2502 | 2024.12.13 20:58:47.820951 [ 262 ] {fcd72002-d4bf-431f-af3e-795ddf7d6647} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2503 | 2024.12.13 20:58:47.820970 [ 187 ] {d675a2d1-260a-4708-80e6-2a380b067dc4::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 162 rows, containing 5 columns (5 merged, 0 gathered) in 0.00386938 sec., 41867.172518594714 rows/sec., 3.11 MiB/sec. | ||
| 2504 | 2024.12.13 20:58:47.821188 [ 187 ] {d675a2d1-260a-4708-80e6-2a380b067dc4::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2505 | 2024.12.13 20:58:47.821359 [ 262 ] {fcd72002-d4bf-431f-af3e-795ddf7d6647} <Trace> oximeter.fields_u32 (db0931ff-d72d-49c4-80b8-a69047ae71a5): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2506 | 2024.12.13 20:58:47.821654 [ 64 ] {} <Debug> oximeter.fields_u32 (db0931ff-d72d-49c4-80b8-a69047ae71a5) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2507 | 2024.12.13 20:58:47.821749 [ 64 ] {} <Trace> oximeter.fields_u32 (db0931ff-d72d-49c4-80b8-a69047ae71a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2508 | 2024.12.13 20:58:47.821813 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2509 | 2024.12.13 20:58:47.821904 [ 262 ] {fcd72002-d4bf-431f-af3e-795ddf7d6647} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.004462 sec., 54235.768713581354 rows/sec., 3.67 MiB/sec. | ||
| 2510 | 2024.12.13 20:58:47.821921 [ 187 ] {d675a2d1-260a-4708-80e6-2a380b067dc4::all_1_6_1} <Trace> oximeter.fields_u16 (d675a2d1-260a-4708-80e6-2a380b067dc4): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2511 | 2024.12.13 20:58:47.822211 [ 188 ] {db0931ff-d72d-49c4-80b8-a69047ae71a5::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 | ||
| 2512 | 2024.12.13 20:58:47.822245 [ 262 ] {fcd72002-d4bf-431f-af3e-795ddf7d6647} <Debug> TCPHandler: Processed in 0.005026881 sec. | ||
| 2513 | 2024.12.13 20:58:47.822381 [ 187 ] {d675a2d1-260a-4708-80e6-2a380b067dc4::all_1_6_1} <Trace> oximeter.fields_u16 (d675a2d1-260a-4708-80e6-2a380b067dc4) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2514 | 2024.12.13 20:58:47.822544 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2515 | 2024.12.13 20:58:47.822678 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 2516 | 2024.12.13 20:58:47.822718 [ 188 ] {db0931ff-d72d-49c4-80b8-a69047ae71a5::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2517 | 2024.12.13 20:58:47.822803 [ 188 ] {db0931ff-d72d-49c4-80b8-a69047ae71a5::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 | ||
| 2518 | 2024.12.13 20:58:47.822850 [ 261 ] {5931be4e-03ef-4b3e-84c0-5ab4dc507f26} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2519 | 2024.12.13 20:58:47.823034 [ 261 ] {5931be4e-03ef-4b3e-84c0-5ab4dc507f26} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2520 | 2024.12.13 20:58:47.823117 [ 188 ] {db0931ff-d72d-49c4-80b8-a69047ae71a5::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 | ||
| 2521 | 2024.12.13 20:58:47.823462 [ 188 ] {db0931ff-d72d-49c4-80b8-a69047ae71a5::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 | ||
| 2522 | 2024.12.13 20:58:47.823789 [ 188 ] {db0931ff-d72d-49c4-80b8-a69047ae71a5::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 14 rows starting from the beginning of the part | ||
| 2523 | 2024.12.13 20:58:47.824142 [ 188 ] {db0931ff-d72d-49c4-80b8-a69047ae71a5::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 | ||
| 2524 | 2024.12.13 20:58:47.824665 [ 188 ] {db0931ff-d72d-49c4-80b8-a69047ae71a5::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 | ||
| 2525 | 2024.12.13 20:58:47.825803 [ 261 ] {5931be4e-03ef-4b3e-84c0-5ab4dc507f26} <Trace> oximeter.fields_u8 (dff66ad8-7c17-40cc-8854-b493f299c0b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2526 | 2024.12.13 20:58:47.825863 [ 261 ] {5931be4e-03ef-4b3e-84c0-5ab4dc507f26} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2527 | 2024.12.13 20:58:47.826869 [ 261 ] {5931be4e-03ef-4b3e-84c0-5ab4dc507f26} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2528 | 2024.12.13 20:58:47.827525 [ 261 ] {5931be4e-03ef-4b3e-84c0-5ab4dc507f26} <Trace> oximeter.fields_u8 (dff66ad8-7c17-40cc-8854-b493f299c0b1): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2529 | 2024.12.13 20:58:47.827584 [ 196 ] {db0931ff-d72d-49c4-80b8-a69047ae71a5::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 540 rows, containing 5 columns (5 merged, 0 gathered) in 0.005654767 sec., 95494.65079639887 rows/sec., 6.84 MiB/sec. | ||
| 2530 | 2024.12.13 20:58:47.827803 [ 196 ] {db0931ff-d72d-49c4-80b8-a69047ae71a5::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2531 | 2024.12.13 20:58:47.827983 [ 261 ] {5931be4e-03ef-4b3e-84c0-5ab4dc507f26} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005199 sec., 2500.480861704174 rows/sec., 155.90 KiB/sec. | ||
| 2532 | 2024.12.13 20:58:47.828131 [ 261 ] {5931be4e-03ef-4b3e-84c0-5ab4dc507f26} <Debug> TCPHandler: Processed in 0.005765459 sec. | ||
| 2533 | 2024.12.13 20:58:47.828330 [ 262 ] {} <Trace> TCP-Session: ba79f2ea-3c39-4a82-87ed-b4543bed5a08 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2534 | 2024.12.13 20:58:47.828351 [ 196 ] {db0931ff-d72d-49c4-80b8-a69047ae71a5::all_1_6_1} <Trace> oximeter.fields_u32 (db0931ff-d72d-49c4-80b8-a69047ae71a5): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2535 | 2024.12.13 20:58:47.828435 [ 196 ] {db0931ff-d72d-49c4-80b8-a69047ae71a5::all_1_6_1} <Trace> oximeter.fields_u32 (db0931ff-d72d-49c4-80b8-a69047ae71a5) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2536 | 2024.12.13 20:58:47.828465 [ 262 ] {4f93bd4e-f6c6-446c-98d0-a39615102a78} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57603) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2537 | 2024.12.13 20:58:47.828522 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 2538 | 2024.12.13 20:58:47.828537 [ 262 ] {4f93bd4e-f6c6-446c-98d0-a39615102a78} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2539 | 2024.12.13 20:58:47.829454 [ 262 ] {4f93bd4e-f6c6-446c-98d0-a39615102a78} <Trace> oximeter.fields_uuid (75bff165-9894-4896-8c72-35d0ef17bbe1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2540 | 2024.12.13 20:58:47.829492 [ 262 ] {4f93bd4e-f6c6-446c-98d0-a39615102a78} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2541 | 2024.12.13 20:58:47.829894 [ 262 ] {4f93bd4e-f6c6-446c-98d0-a39615102a78} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2542 | 2024.12.13 20:58:47.830155 [ 262 ] {4f93bd4e-f6c6-446c-98d0-a39615102a78} <Trace> oximeter.fields_uuid (75bff165-9894-4896-8c72-35d0ef17bbe1): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2543 | 2024.12.13 20:58:47.830342 [ 262 ] {4f93bd4e-f6c6-446c-98d0-a39615102a78} <Debug> executeQuery: Read 877 rows, 65.11 KiB in 0.00191 sec., 459162.30366492143 rows/sec., 33.29 MiB/sec. | ||
| 2544 | 2024.12.13 20:58:47.830395 [ 262 ] {4f93bd4e-f6c6-446c-98d0-a39615102a78} <Debug> TCPHandler: Processed in 0.002152046 sec. | ||
| 2545 | 2024.12.13 20:58:47.830557 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2546 | 2024.12.13 20:58:47.830694 [ 261 ] {7afc919b-0d65-4ee8-9d9a-9af8575c0eb6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2547 | 2024.12.13 20:58:47.830754 [ 261 ] {7afc919b-0d65-4ee8-9d9a-9af8575c0eb6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2548 | 2024.12.13 20:58:47.831308 [ 261 ] {7afc919b-0d65-4ee8-9d9a-9af8575c0eb6} <Trace> oximeter.measurements_bool (e2b503a0-fc05-44eb-86c2-76ac8cc47d1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2549 | 2024.12.13 20:58:47.831347 [ 261 ] {7afc919b-0d65-4ee8-9d9a-9af8575c0eb6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2550 | 2024.12.13 20:58:47.831712 [ 261 ] {7afc919b-0d65-4ee8-9d9a-9af8575c0eb6} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2551 | 2024.12.13 20:58:47.831951 [ 261 ] {7afc919b-0d65-4ee8-9d9a-9af8575c0eb6} <Trace> oximeter.measurements_bool (e2b503a0-fc05-44eb-86c2-76ac8cc47d1a): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2552 | 2024.12.13 20:58:47.832108 [ 64 ] {} <Debug> oximeter.measurements_bool (e2b503a0-fc05-44eb-86c2-76ac8cc47d1a) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2553 | 2024.12.13 20:58:47.832169 [ 64 ] {} <Trace> oximeter.measurements_bool (e2b503a0-fc05-44eb-86c2-76ac8cc47d1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2554 | 2024.12.13 20:58:47.832205 [ 64 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2555 | 2024.12.13 20:58:47.832221 [ 261 ] {7afc919b-0d65-4ee8-9d9a-9af8575c0eb6} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001545 sec., 3883.495145631068 rows/sec., 202.90 KiB/sec. | ||
| 2556 | 2024.12.13 20:58:47.832406 [ 261 ] {7afc919b-0d65-4ee8-9d9a-9af8575c0eb6} <Debug> TCPHandler: Processed in 0.001910679 sec. | ||
| 2557 | 2024.12.13 20:58:47.832489 [ 202 ] {e2b503a0-fc05-44eb-86c2-76ac8cc47d1a::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 | ||
| 2558 | 2024.12.13 20:58:47.832595 [ 262 ] {} <Trace> TCP-Session: ba79f2ea-3c39-4a82-87ed-b4543bed5a08 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2559 | 2024.12.13 20:58:47.832691 [ 202 ] {e2b503a0-fc05-44eb-86c2-76ac8cc47d1a::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2560 | 2024.12.13 20:58:47.832756 [ 202 ] {e2b503a0-fc05-44eb-86c2-76ac8cc47d1a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 6 rows starting from the beginning of the part | ||
| 2561 | 2024.12.13 20:58:47.832831 [ 262 ] {40c04bcc-45df-4fdd-b3e6-bfd800356287} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57603) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2562 | 2024.12.13 20:58:47.832957 [ 202 ] {e2b503a0-fc05-44eb-86c2-76ac8cc47d1a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 6 rows starting from the beginning of the part | ||
| 2563 | 2024.12.13 20:58:47.833047 [ 262 ] {40c04bcc-45df-4fdd-b3e6-bfd800356287} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2564 | 2024.12.13 20:58:47.833181 [ 202 ] {e2b503a0-fc05-44eb-86c2-76ac8cc47d1a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 6 rows starting from the beginning of the part | ||
| 2565 | 2024.12.13 20:58:47.833607 [ 202 ] {e2b503a0-fc05-44eb-86c2-76ac8cc47d1a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 6 rows starting from the beginning of the part | ||
| 2566 | 2024.12.13 20:58:47.834006 [ 202 ] {e2b503a0-fc05-44eb-86c2-76ac8cc47d1a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 6 rows starting from the beginning of the part | ||
| 2567 | 2024.12.13 20:58:47.834363 [ 202 ] {e2b503a0-fc05-44eb-86c2-76ac8cc47d1a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 6 rows starting from the beginning of the part | ||
| 2568 | 2024.12.13 20:58:47.835513 [ 262 ] {40c04bcc-45df-4fdd-b3e6-bfd800356287} <Trace> oximeter.measurements_cumulativeu64 (622a7f09-a7e8-42f8-b1fb-316929b4f11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2569 | 2024.12.13 20:58:47.835577 [ 262 ] {40c04bcc-45df-4fdd-b3e6-bfd800356287} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2570 | 2024.12.13 20:58:47.836721 [ 262 ] {40c04bcc-45df-4fdd-b3e6-bfd800356287} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2571 | 2024.12.13 20:58:47.836752 [ 202 ] {e2b503a0-fc05-44eb-86c2-76ac8cc47d1a::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.004431205 sec., 8124.200979191891 rows/sec., 424.46 KiB/sec. | ||
| 2572 | 2024.12.13 20:58:47.836930 [ 202 ] {e2b503a0-fc05-44eb-86c2-76ac8cc47d1a::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2573 | 2024.12.13 20:58:47.837197 [ 262 ] {40c04bcc-45df-4fdd-b3e6-bfd800356287} <Trace> oximeter.measurements_cumulativeu64 (622a7f09-a7e8-42f8-b1fb-316929b4f11a): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2574 | 2024.12.13 20:58:47.837547 [ 202 ] {e2b503a0-fc05-44eb-86c2-76ac8cc47d1a::all_1_6_1} <Trace> oximeter.measurements_bool (e2b503a0-fc05-44eb-86c2-76ac8cc47d1a): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2575 | 2024.12.13 20:58:47.837728 [ 262 ] {40c04bcc-45df-4fdd-b3e6-bfd800356287} <Debug> executeQuery: Read 960 rows, 65.32 KiB in 0.004944 sec., 194174.7572815534 rows/sec., 12.90 MiB/sec. | ||
| 2576 | 2024.12.13 20:58:47.837955 [ 202 ] {e2b503a0-fc05-44eb-86c2-76ac8cc47d1a::all_1_6_1} <Trace> oximeter.measurements_bool (e2b503a0-fc05-44eb-86c2-76ac8cc47d1a) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2577 | 2024.12.13 20:58:47.838037 [ 262 ] {40c04bcc-45df-4fdd-b3e6-bfd800356287} <Debug> TCPHandler: Processed in 0.005505973 sec. | ||
| 2578 | 2024.12.13 20:58:47.838236 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 2579 | 2024.12.13 20:58:47.838253 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2580 | 2024.12.13 20:58:47.838383 [ 261 ] {b220e2c9-a2f4-4ed6-b9db-0975d11f0028} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2581 | 2024.12.13 20:58:47.838435 [ 261 ] {b220e2c9-a2f4-4ed6-b9db-0975d11f0028} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2582 | 2024.12.13 20:58:47.838918 [ 261 ] {b220e2c9-a2f4-4ed6-b9db-0975d11f0028} <Trace> oximeter.measurements_f64 (e63d307a-4800-4395-92a7-5a221df216fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2583 | 2024.12.13 20:58:47.838958 [ 261 ] {b220e2c9-a2f4-4ed6-b9db-0975d11f0028} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2584 | 2024.12.13 20:58:47.839324 [ 261 ] {b220e2c9-a2f4-4ed6-b9db-0975d11f0028} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2585 | 2024.12.13 20:58:47.839577 [ 261 ] {b220e2c9-a2f4-4ed6-b9db-0975d11f0028} <Trace> oximeter.measurements_f64 (e63d307a-4800-4395-92a7-5a221df216fb): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2586 | 2024.12.13 20:58:47.839868 [ 261 ] {b220e2c9-a2f4-4ed6-b9db-0975d11f0028} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00149 sec., 671.1409395973154 rows/sec., 45.22 KiB/sec. | ||
| 2587 | 2024.12.13 20:58:47.839983 [ 261 ] {b220e2c9-a2f4-4ed6-b9db-0975d11f0028} <Debug> TCPHandler: Processed in 0.001841118 sec. | ||
| 2588 | 2024.12.13 20:58:47.840129 [ 262 ] {} <Trace> TCP-Session: ba79f2ea-3c39-4a82-87ed-b4543bed5a08 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2589 | 2024.12.13 20:58:47.840260 [ 262 ] {b8f8473e-66b7-4398-a5c0-e8c3e8a1684a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57603) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2590 | 2024.12.13 20:58:47.840352 [ 262 ] {b8f8473e-66b7-4398-a5c0-e8c3e8a1684a} <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 | ||
| 2591 | 2024.12.13 20:58:47.841622 [ 262 ] {b8f8473e-66b7-4398-a5c0-e8c3e8a1684a} <Trace> oximeter.measurements_histogramu64 (0435d810-cbe3-4332-a7be-27034ee0470b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2592 | 2024.12.13 20:58:47.841661 [ 262 ] {b8f8473e-66b7-4398-a5c0-e8c3e8a1684a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2593 | 2024.12.13 20:58:47.842314 [ 262 ] {b8f8473e-66b7-4398-a5c0-e8c3e8a1684a} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2594 | 2024.12.13 20:58:47.842579 [ 262 ] {b8f8473e-66b7-4398-a5c0-e8c3e8a1684a} <Trace> oximeter.measurements_histogramu64 (0435d810-cbe3-4332-a7be-27034ee0470b): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2595 | 2024.12.13 20:58:47.842777 [ 85 ] {} <Debug> oximeter.measurements_histogramu64 (0435d810-cbe3-4332-a7be-27034ee0470b) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2596 | 2024.12.13 20:58:47.842850 [ 85 ] {} <Trace> oximeter.measurements_histogramu64 (0435d810-cbe3-4332-a7be-27034ee0470b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2597 | 2024.12.13 20:58:47.842860 [ 262 ] {b8f8473e-66b7-4398-a5c0-e8c3e8a1684a} <Debug> executeQuery: Read 29 rows, 53.21 KiB in 0.002623 sec., 11056.04269919939 rows/sec., 19.81 MiB/sec. | ||
| 2598 | 2024.12.13 20:58:47.842885 [ 85 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2599 | 2024.12.13 20:58:47.843138 [ 196 ] {0435d810-cbe3-4332-a7be-27034ee0470b::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 | ||
| 2600 | 2024.12.13 20:58:47.843153 [ 262 ] {b8f8473e-66b7-4398-a5c0-e8c3e8a1684a} <Debug> TCPHandler: Processed in 0.0030781 sec. | ||
| 2601 | 2024.12.13 20:58:47.843374 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2602 | 2024.12.13 20:58:47.843590 [ 196 ] {0435d810-cbe3-4332-a7be-27034ee0470b::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2603 | 2024.12.13 20:58:47.843655 [ 261 ] {5e7b45d3-9f5f-4f9d-b719-4498292a5e05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2604 | 2024.12.13 20:58:47.843706 [ 196 ] {0435d810-cbe3-4332-a7be-27034ee0470b::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 | ||
| 2605 | 2024.12.13 20:58:47.843775 [ 261 ] {5e7b45d3-9f5f-4f9d-b719-4498292a5e05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2606 | 2024.12.13 20:58:47.844584 [ 196 ] {0435d810-cbe3-4332-a7be-27034ee0470b::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 | ||
| 2607 | 2024.12.13 20:58:47.845316 [ 196 ] {0435d810-cbe3-4332-a7be-27034ee0470b::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 | ||
| 2608 | 2024.12.13 20:58:47.846098 [ 196 ] {0435d810-cbe3-4332-a7be-27034ee0470b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 28 rows starting from the beginning of the part | ||
| 2609 | 2024.12.13 20:58:47.846165 [ 261 ] {5e7b45d3-9f5f-4f9d-b719-4498292a5e05} <Trace> oximeter.measurements_u64 (cc3a5477-acbd-4caa-813d-ff4981ce9df1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2610 | 2024.12.13 20:58:47.846240 [ 261 ] {5e7b45d3-9f5f-4f9d-b719-4498292a5e05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2611 | 2024.12.13 20:58:47.846737 [ 196 ] {0435d810-cbe3-4332-a7be-27034ee0470b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 29 rows starting from the beginning of the part | ||
| 2612 | 2024.12.13 20:58:47.847415 [ 196 ] {0435d810-cbe3-4332-a7be-27034ee0470b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 29 rows starting from the beginning of the part | ||
| 2613 | 2024.12.13 20:58:47.848070 [ 261 ] {5e7b45d3-9f5f-4f9d-b719-4498292a5e05} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2614 | 2024.12.13 20:58:47.848581 [ 261 ] {5e7b45d3-9f5f-4f9d-b719-4498292a5e05} <Trace> oximeter.measurements_u64 (cc3a5477-acbd-4caa-813d-ff4981ce9df1): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2615 | 2024.12.13 20:58:47.849111 [ 261 ] {5e7b45d3-9f5f-4f9d-b719-4498292a5e05} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.005526 sec., 6152.7325370973585 rows/sec., 365.64 KiB/sec. | ||
| 2616 | 2024.12.13 20:58:47.849311 [ 261 ] {5e7b45d3-9f5f-4f9d-b719-4498292a5e05} <Debug> TCPHandler: Processed in 0.006051627 sec. | ||
| 2617 | 2024.12.13 20:58:47.851164 [ 190 ] {0435d810-cbe3-4332-a7be-27034ee0470b::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 110 rows, containing 19 columns (19 merged, 0 gathered) in 0.008155972 sec., 13487.049734844604 rows/sec., 24.17 MiB/sec. | ||
| 2618 | 2024.12.13 20:58:47.851566 [ 190 ] {0435d810-cbe3-4332-a7be-27034ee0470b::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2619 | 2024.12.13 20:58:47.852058 [ 190 ] {0435d810-cbe3-4332-a7be-27034ee0470b::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (0435d810-cbe3-4332-a7be-27034ee0470b): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2620 | 2024.12.13 20:58:47.852157 [ 190 ] {0435d810-cbe3-4332-a7be-27034ee0470b::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (0435d810-cbe3-4332-a7be-27034ee0470b) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2621 | 2024.12.13 20:58:47.852308 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.90 MiB. | ||
| 2622 | 2024.12.13 20:58:48.000152 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 172.60 MiB, peak 176.47 MiB, free memory in arenas 0.00 B, will set to 171.29 MiB (RSS), difference: -1.31 MiB | ||
| 2623 | 2024.12.13 20:58:51.100043 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 58 entries to flush up to offset 382 | ||
| 2624 | 2024.12.13 20:58:51.103675 [ 244 ] {} <Trace> system.query_log (909797ee-5efd-476a-9e9e-2a430c5c4abc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2625 | 2024.12.13 20:58:51.103721 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2626 | 2024.12.13 20:58:51.105297 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2627 | 2024.12.13 20:58:51.105607 [ 244 ] {} <Trace> system.query_log (909797ee-5efd-476a-9e9e-2a430c5c4abc): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2628 | 2024.12.13 20:58:51.106127 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 382 | ||
| 2629 | 2024.12.13 20:58:52.161825 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2630 | 2024.12.13 20:58:52.162030 [ 261 ] {9c94434e-2819-40e1-9c35-e56784312755} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2631 | 2024.12.13 20:58:52.162105 [ 261 ] {9c94434e-2819-40e1-9c35-e56784312755} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2632 | 2024.12.13 20:58:52.162892 [ 261 ] {9c94434e-2819-40e1-9c35-e56784312755} <Trace> oximeter.fields_string (5b8b6b34-88ee-4a07-bbae-ca77b5cb377f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2633 | 2024.12.13 20:58:52.162936 [ 261 ] {9c94434e-2819-40e1-9c35-e56784312755} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2634 | 2024.12.13 20:58:52.163369 [ 261 ] {9c94434e-2819-40e1-9c35-e56784312755} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2635 | 2024.12.13 20:58:52.163627 [ 261 ] {9c94434e-2819-40e1-9c35-e56784312755} <Trace> oximeter.fields_string (5b8b6b34-88ee-4a07-bbae-ca77b5cb377f): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2636 | 2024.12.13 20:58:52.163900 [ 261 ] {9c94434e-2819-40e1-9c35-e56784312755} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001912 sec., 29288.70292887029 rows/sec., 2.24 MiB/sec. | ||
| 2637 | 2024.12.13 20:58:52.164068 [ 261 ] {9c94434e-2819-40e1-9c35-e56784312755} <Debug> TCPHandler: Processed in 0.002372722 sec. | ||
| 2638 | 2024.12.13 20:58:52.164371 [ 262 ] {} <Trace> TCP-Session: ba79f2ea-3c39-4a82-87ed-b4543bed5a08 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2639 | 2024.12.13 20:58:52.164582 [ 262 ] {72f73844-9276-4aa8-b372-bd23f0d0b2ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57603) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2640 | 2024.12.13 20:58:52.164662 [ 262 ] {72f73844-9276-4aa8-b372-bd23f0d0b2ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2641 | 2024.12.13 20:58:52.165495 [ 262 ] {72f73844-9276-4aa8-b372-bd23f0d0b2ae} <Trace> oximeter.fields_uuid (75bff165-9894-4896-8c72-35d0ef17bbe1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2642 | 2024.12.13 20:58:52.165540 [ 262 ] {72f73844-9276-4aa8-b372-bd23f0d0b2ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2643 | 2024.12.13 20:58:52.165981 [ 262 ] {72f73844-9276-4aa8-b372-bd23f0d0b2ae} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2644 | 2024.12.13 20:58:52.166247 [ 262 ] {72f73844-9276-4aa8-b372-bd23f0d0b2ae} <Trace> oximeter.fields_uuid (75bff165-9894-4896-8c72-35d0ef17bbe1): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2645 | 2024.12.13 20:58:52.166486 [ 262 ] {72f73844-9276-4aa8-b372-bd23f0d0b2ae} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001964 sec., 32586.558044806516 rows/sec., 2.54 MiB/sec. | ||
| 2646 | 2024.12.13 20:58:52.166544 [ 262 ] {72f73844-9276-4aa8-b372-bd23f0d0b2ae} <Debug> TCPHandler: Processed in 0.00231178 sec. | ||
| 2647 | 2024.12.13 20:58:52.166752 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2648 | 2024.12.13 20:58:52.166975 [ 261 ] {45ab89cc-373c-47cc-b1f3-928e4c06e2fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2649 | 2024.12.13 20:58:52.167075 [ 261 ] {45ab89cc-373c-47cc-b1f3-928e4c06e2fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2650 | 2024.12.13 20:58:52.167777 [ 261 ] {45ab89cc-373c-47cc-b1f3-928e4c06e2fc} <Trace> oximeter.measurements_cumulativeu64 (622a7f09-a7e8-42f8-b1fb-316929b4f11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2651 | 2024.12.13 20:58:52.167817 [ 261 ] {45ab89cc-373c-47cc-b1f3-928e4c06e2fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2652 | 2024.12.13 20:58:52.168220 [ 261 ] {45ab89cc-373c-47cc-b1f3-928e4c06e2fc} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2653 | 2024.12.13 20:58:52.168474 [ 261 ] {45ab89cc-373c-47cc-b1f3-928e4c06e2fc} <Trace> oximeter.measurements_cumulativeu64 (622a7f09-a7e8-42f8-b1fb-316929b4f11a): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2654 | 2024.12.13 20:58:52.168695 [ 261 ] {45ab89cc-373c-47cc-b1f3-928e4c06e2fc} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001774 sec., 72153.3258173619 rows/sec., 5.03 MiB/sec. | ||
| 2655 | 2024.12.13 20:58:52.168750 [ 261 ] {45ab89cc-373c-47cc-b1f3-928e4c06e2fc} <Debug> TCPHandler: Processed in 0.002103924 sec. | ||
| 2656 | 2024.12.13 20:58:52.168915 [ 262 ] {} <Trace> TCP-Session: ba79f2ea-3c39-4a82-87ed-b4543bed5a08 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2657 | 2024.12.13 20:58:52.169054 [ 262 ] {3c8f1909-a4b7-47ef-b9b2-aa34d1c1d1a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57603) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2658 | 2024.12.13 20:58:52.169115 [ 262 ] {3c8f1909-a4b7-47ef-b9b2-aa34d1c1d1a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2659 | 2024.12.13 20:58:52.169661 [ 262 ] {3c8f1909-a4b7-47ef-b9b2-aa34d1c1d1a9} <Trace> oximeter.measurements_u64 (cc3a5477-acbd-4caa-813d-ff4981ce9df1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2660 | 2024.12.13 20:58:52.169700 [ 262 ] {3c8f1909-a4b7-47ef-b9b2-aa34d1c1d1a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.39 GiB. | ||
| 2661 | 2024.12.13 20:58:52.170087 [ 262 ] {3c8f1909-a4b7-47ef-b9b2-aa34d1c1d1a9} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2662 | 2024.12.13 20:58:52.170330 [ 262 ] {3c8f1909-a4b7-47ef-b9b2-aa34d1c1d1a9} <Trace> oximeter.measurements_u64 (cc3a5477-acbd-4caa-813d-ff4981ce9df1): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2663 | 2024.12.13 20:58:52.170539 [ 262 ] {3c8f1909-a4b7-47ef-b9b2-aa34d1c1d1a9} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001518 sec., 31620.553359683792 rows/sec., 2.13 MiB/sec. | ||
| 2664 | 2024.12.13 20:58:52.170590 [ 262 ] {3c8f1909-a4b7-47ef-b9b2-aa34d1c1d1a9} <Debug> TCPHandler: Processed in 0.001741715 sec. | ||
| 2665 | 2024.12.13 20:58:53.559387 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5063 | ||
| 2666 | 2024.12.13 20:58:53.560193 [ 242 ] {} <Trace> system.asynchronous_metric_log (bfd632e9-c8e2-471e-b238-7df687a4f8ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2667 | 2024.12.13 20:58:53.560234 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2668 | 2024.12.13 20:58:53.560742 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2669 | 2024.12.13 20:58:53.560993 [ 242 ] {} <Trace> system.asynchronous_metric_log (bfd632e9-c8e2-471e-b238-7df687a4f8ca): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2670 | 2024.12.13 20:58:53.561191 [ 139 ] {} <Debug> system.asynchronous_metric_log (bfd632e9-c8e2-471e-b238-7df687a4f8ca) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2671 | 2024.12.13 20:58:53.561241 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5063 | ||
| 2672 | 2024.12.13 20:58:53.561291 [ 139 ] {} <Trace> system.asynchronous_metric_log (bfd632e9-c8e2-471e-b238-7df687a4f8ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2673 | 2024.12.13 20:58:53.561325 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2674 | 2024.12.13 20:58:53.561455 [ 200 ] {bfd632e9-c8e2-471e-b238-7df687a4f8ca::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 | ||
| 2675 | 2024.12.13 20:58:53.561552 [ 200 ] {bfd632e9-c8e2-471e-b238-7df687a4f8ca::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2676 | 2024.12.13 20:58:53.561591 [ 200 ] {bfd632e9-c8e2-471e-b238-7df687a4f8ca::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 | ||
| 2677 | 2024.12.13 20:58:53.561680 [ 200 ] {bfd632e9-c8e2-471e-b238-7df687a4f8ca::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 | ||
| 2678 | 2024.12.13 20:58:53.561806 [ 200 ] {bfd632e9-c8e2-471e-b238-7df687a4f8ca::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 | ||
| 2679 | 2024.12.13 20:58:53.562117 [ 200 ] {bfd632e9-c8e2-471e-b238-7df687a4f8ca::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 | ||
| 2680 | 2024.12.13 20:58:53.562515 [ 200 ] {bfd632e9-c8e2-471e-b238-7df687a4f8ca::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 | ||
| 2681 | 2024.12.13 20:58:53.562780 [ 200 ] {bfd632e9-c8e2-471e-b238-7df687a4f8ca::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 | ||
| 2682 | 2024.12.13 20:58:53.564581 [ 193 ] {bfd632e9-c8e2-471e-b238-7df687a4f8ca::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5063 rows, containing 4 columns (4 merged, 0 gathered) in 0.003172872 sec., 1595715.1753994487 rows/sec., 22.83 MiB/sec. | ||
| 2683 | 2024.12.13 20:58:53.564924 [ 200 ] {bfd632e9-c8e2-471e-b238-7df687a4f8ca::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2684 | 2024.12.13 20:58:53.565196 [ 200 ] {bfd632e9-c8e2-471e-b238-7df687a4f8ca::all_1_11_2} <Trace> system.asynchronous_metric_log (bfd632e9-c8e2-471e-b238-7df687a4f8ca): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2685 | 2024.12.13 20:58:53.565271 [ 200 ] {bfd632e9-c8e2-471e-b238-7df687a4f8ca::all_1_11_2} <Trace> system.asynchronous_metric_log (bfd632e9-c8e2-471e-b238-7df687a4f8ca) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2686 | 2024.12.13 20:58:53.565349 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB. | ||
| 2687 | 2024.12.13 20:58:53.889277 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83 | ||
| 2688 | 2024.12.13 20:58:53.909587 [ 243 ] {} <Trace> system.metric_log (6f41e073-4f68-44d4-8e91-392ee6d2702a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2689 | 2024.12.13 20:58:53.909637 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2690 | 2024.12.13 20:58:53.916919 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2691 | 2024.12.13 20:58:53.917703 [ 243 ] {} <Trace> system.metric_log (6f41e073-4f68-44d4-8e91-392ee6d2702a): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2692 | 2024.12.13 20:58:53.918113 [ 139 ] {} <Debug> system.metric_log (6f41e073-4f68-44d4-8e91-392ee6d2702a) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2693 | 2024.12.13 20:58:53.918293 [ 139 ] {} <Trace> system.metric_log (6f41e073-4f68-44d4-8e91-392ee6d2702a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2694 | 2024.12.13 20:58:53.918397 [ 139 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2695 | 2024.12.13 20:58:53.918830 [ 196 ] {6f41e073-4f68-44d4-8e91-392ee6d2702a::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 | ||
| 2696 | 2024.12.13 20:58:53.931884 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 83 | ||
| 2697 | 2024.12.13 20:58:53.933664 [ 196 ] {6f41e073-4f68-44d4-8e91-392ee6d2702a::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2698 | 2024.12.13 20:58:53.935252 [ 196 ] {6f41e073-4f68-44d4-8e91-392ee6d2702a::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 | ||
| 2699 | 2024.12.13 20:58:53.940921 [ 196 ] {6f41e073-4f68-44d4-8e91-392ee6d2702a::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 | ||
| 2700 | 2024.12.13 20:58:53.946656 [ 196 ] {6f41e073-4f68-44d4-8e91-392ee6d2702a::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 | ||
| 2701 | 2024.12.13 20:58:53.952368 [ 196 ] {6f41e073-4f68-44d4-8e91-392ee6d2702a::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 | ||
| 2702 | 2024.12.13 20:58:53.958254 [ 196 ] {6f41e073-4f68-44d4-8e91-392ee6d2702a::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 | ||
| 2703 | 2024.12.13 20:58:53.963130 [ 196 ] {6f41e073-4f68-44d4-8e91-392ee6d2702a::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 | ||
| 2704 | 2024.12.13 20:58:54.000163 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 181.85 MiB, peak 181.85 MiB, free memory in arenas 0.00 B, will set to 173.52 MiB (RSS), difference: -8.33 MiB | ||
| 2705 | 2024.12.13 20:58:54.021938 [ 193 ] {6f41e073-4f68-44d4-8e91-392ee6d2702a::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.103383662 sec., 802.8347844749395 rows/sec., 4.15 MiB/sec. | ||
| 2706 | 2024.12.13 20:58:54.024554 [ 193 ] {6f41e073-4f68-44d4-8e91-392ee6d2702a::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2707 | 2024.12.13 20:58:54.027608 [ 193 ] {6f41e073-4f68-44d4-8e91-392ee6d2702a::all_1_11_2} <Trace> system.metric_log (6f41e073-4f68-44d4-8e91-392ee6d2702a): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2708 | 2024.12.13 20:58:54.027738 [ 193 ] {6f41e073-4f68-44d4-8e91-392ee6d2702a::all_1_11_2} <Trace> system.metric_log (6f41e073-4f68-44d4-8e91-392ee6d2702a) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2709 | 2024.12.13 20:58:54.030294 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB. | ||
| 2710 | 2024.12.13 20:58:55.000161 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 164.12 MiB, peak 181.85 MiB, free memory in arenas 0.00 B, will set to 173.95 MiB (RSS), difference: 9.83 MiB | ||
| 2711 | 2024.12.13 20:58:57.162889 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2712 | 2024.12.13 20:58:57.163180 [ 261 ] {067901a1-9a9b-41f5-b3b2-dbf32023cb9e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2713 | 2024.12.13 20:58:57.163293 [ 261 ] {067901a1-9a9b-41f5-b3b2-dbf32023cb9e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2714 | 2024.12.13 20:58:57.164155 [ 261 ] {067901a1-9a9b-41f5-b3b2-dbf32023cb9e} <Trace> oximeter.fields_string (5b8b6b34-88ee-4a07-bbae-ca77b5cb377f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2715 | 2024.12.13 20:58:57.164199 [ 261 ] {067901a1-9a9b-41f5-b3b2-dbf32023cb9e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2716 | 2024.12.13 20:58:57.164633 [ 261 ] {067901a1-9a9b-41f5-b3b2-dbf32023cb9e} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2717 | 2024.12.13 20:58:57.164883 [ 261 ] {067901a1-9a9b-41f5-b3b2-dbf32023cb9e} <Trace> oximeter.fields_string (5b8b6b34-88ee-4a07-bbae-ca77b5cb377f): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2718 | 2024.12.13 20:58:57.165098 [ 114 ] {} <Debug> oximeter.fields_string (5b8b6b34-88ee-4a07-bbae-ca77b5cb377f) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2719 | 2024.12.13 20:58:57.165158 [ 261 ] {067901a1-9a9b-41f5-b3b2-dbf32023cb9e} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002058 sec., 27210.884353741498 rows/sec., 2.08 MiB/sec. | ||
| 2720 | 2024.12.13 20:58:57.165227 [ 114 ] {} <Trace> oximeter.fields_string (5b8b6b34-88ee-4a07-bbae-ca77b5cb377f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2721 | 2024.12.13 20:58:57.165302 [ 261 ] {067901a1-9a9b-41f5-b3b2-dbf32023cb9e} <Debug> TCPHandler: Processed in 0.002581057 sec. | ||
| 2722 | 2024.12.13 20:58:57.165319 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2723 | 2024.12.13 20:58:57.165566 [ 186 ] {5b8b6b34-88ee-4a07-bbae-ca77b5cb377f::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 | ||
| 2724 | 2024.12.13 20:58:57.165639 [ 262 ] {} <Trace> TCP-Session: ba79f2ea-3c39-4a82-87ed-b4543bed5a08 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2725 | 2024.12.13 20:58:57.165757 [ 186 ] {5b8b6b34-88ee-4a07-bbae-ca77b5cb377f::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2726 | 2024.12.13 20:58:57.165837 [ 186 ] {5b8b6b34-88ee-4a07-bbae-ca77b5cb377f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1399 rows starting from the beginning of the part | ||
| 2727 | 2024.12.13 20:58:57.165954 [ 262 ] {dcc0c045-1981-4370-b020-f684d05ed4b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57603) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2728 | 2024.12.13 20:58:57.166043 [ 186 ] {5b8b6b34-88ee-4a07-bbae-ca77b5cb377f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 261 rows starting from the beginning of the part | ||
| 2729 | 2024.12.13 20:58:57.166165 [ 262 ] {dcc0c045-1981-4370-b020-f684d05ed4b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2730 | 2024.12.13 20:58:57.166357 [ 186 ] {5b8b6b34-88ee-4a07-bbae-ca77b5cb377f::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 | ||
| 2731 | 2024.12.13 20:58:57.166732 [ 186 ] {5b8b6b34-88ee-4a07-bbae-ca77b5cb377f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1406 rows starting from the beginning of the part | ||
| 2732 | 2024.12.13 20:58:57.166951 [ 186 ] {5b8b6b34-88ee-4a07-bbae-ca77b5cb377f::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 | ||
| 2733 | 2024.12.13 20:58:57.167266 [ 186 ] {5b8b6b34-88ee-4a07-bbae-ca77b5cb377f::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 | ||
| 2734 | 2024.12.13 20:58:57.169108 [ 262 ] {dcc0c045-1981-4370-b020-f684d05ed4b7} <Trace> oximeter.fields_uuid (75bff165-9894-4896-8c72-35d0ef17bbe1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2735 | 2024.12.13 20:58:57.169197 [ 262 ] {dcc0c045-1981-4370-b020-f684d05ed4b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2736 | 2024.12.13 20:58:57.170218 [ 262 ] {dcc0c045-1981-4370-b020-f684d05ed4b7} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2737 | 2024.12.13 20:58:57.170567 [ 262 ] {dcc0c045-1981-4370-b020-f684d05ed4b7} <Trace> oximeter.fields_uuid (75bff165-9894-4896-8c72-35d0ef17bbe1): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2738 | 2024.12.13 20:58:57.170880 [ 114 ] {} <Debug> oximeter.fields_uuid (75bff165-9894-4896-8c72-35d0ef17bbe1) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2739 | 2024.12.13 20:58:57.171031 [ 114 ] {} <Trace> oximeter.fields_uuid (75bff165-9894-4896-8c72-35d0ef17bbe1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2740 | 2024.12.13 20:58:57.171139 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2741 | 2024.12.13 20:58:57.171302 [ 262 ] {dcc0c045-1981-4370-b020-f684d05ed4b7} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005424 sec., 11799.410029498526 rows/sec., 943.07 KiB/sec. | ||
| 2742 | 2024.12.13 20:58:57.171328 [ 191 ] {5b8b6b34-88ee-4a07-bbae-ca77b5cb377f::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3234 rows, containing 5 columns (5 merged, 0 gathered) in 0.005847952 sec., 553014.1150269359 rows/sec., 48.19 MiB/sec. | ||
| 2743 | 2024.12.13 20:58:57.171489 [ 194 ] {75bff165-9894-4896-8c72-35d0ef17bbe1::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 | ||
| 2744 | 2024.12.13 20:58:57.171610 [ 262 ] {dcc0c045-1981-4370-b020-f684d05ed4b7} <Debug> TCPHandler: Processed in 0.00614711 sec. | ||
| 2745 | 2024.12.13 20:58:57.171858 [ 194 ] {75bff165-9894-4896-8c72-35d0ef17bbe1::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2746 | 2024.12.13 20:58:57.171906 [ 194 ] {75bff165-9894-4896-8c72-35d0ef17bbe1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 873 rows starting from the beginning of the part | ||
| 2747 | 2024.12.13 20:58:57.171929 [ 186 ] {5b8b6b34-88ee-4a07-bbae-ca77b5cb377f::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2748 | 2024.12.13 20:58:57.171977 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2749 | 2024.12.13 20:58:57.172264 [ 194 ] {75bff165-9894-4896-8c72-35d0ef17bbe1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 411 rows starting from the beginning of the part | ||
| 2750 | 2024.12.13 20:58:57.172716 [ 261 ] {b60c8032-84e4-4a24-b819-374dd26def3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2751 | 2024.12.13 20:58:57.172790 [ 194 ] {75bff165-9894-4896-8c72-35d0ef17bbe1::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 | ||
| 2752 | 2024.12.13 20:58:57.173025 [ 261 ] {b60c8032-84e4-4a24-b819-374dd26def3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2753 | 2024.12.13 20:58:57.173293 [ 194 ] {75bff165-9894-4896-8c72-35d0ef17bbe1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 877 rows starting from the beginning of the part | ||
| 2754 | 2024.12.13 20:58:57.173278 [ 191 ] {5b8b6b34-88ee-4a07-bbae-ca77b5cb377f::all_1_16_3} <Trace> oximeter.fields_string (5b8b6b34-88ee-4a07-bbae-ca77b5cb377f): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2755 | 2024.12.13 20:58:57.173727 [ 194 ] {75bff165-9894-4896-8c72-35d0ef17bbe1::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 | ||
| 2756 | 2024.12.13 20:58:57.173923 [ 191 ] {5b8b6b34-88ee-4a07-bbae-ca77b5cb377f::all_1_16_3} <Trace> oximeter.fields_string (5b8b6b34-88ee-4a07-bbae-ca77b5cb377f) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2757 | 2024.12.13 20:58:57.174320 [ 194 ] {75bff165-9894-4896-8c72-35d0ef17bbe1::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 | ||
| 2758 | 2024.12.13 20:58:57.174442 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.77 MiB. | ||
| 2759 | 2024.12.13 20:58:57.176195 [ 261 ] {b60c8032-84e4-4a24-b819-374dd26def3c} <Trace> oximeter.measurements_cumulativeu64 (622a7f09-a7e8-42f8-b1fb-316929b4f11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2760 | 2024.12.13 20:58:57.176266 [ 261 ] {b60c8032-84e4-4a24-b819-374dd26def3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2761 | 2024.12.13 20:58:57.177184 [ 261 ] {b60c8032-84e4-4a24-b819-374dd26def3c} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2762 | 2024.12.13 20:58:57.177590 [ 186 ] {75bff165-9894-4896-8c72-35d0ef17bbe1::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2353 rows, containing 5 columns (5 merged, 0 gathered) in 0.006355535 sec., 370228.47014452756 rows/sec., 28.34 MiB/sec. | ||
| 2763 | 2024.12.13 20:58:57.177694 [ 261 ] {b60c8032-84e4-4a24-b819-374dd26def3c} <Trace> oximeter.measurements_cumulativeu64 (622a7f09-a7e8-42f8-b1fb-316929b4f11a): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2764 | 2024.12.13 20:58:57.177855 [ 194 ] {75bff165-9894-4896-8c72-35d0ef17bbe1::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2765 | 2024.12.13 20:58:57.177929 [ 114 ] {} <Debug> oximeter.measurements_cumulativeu64 (622a7f09-a7e8-42f8-b1fb-316929b4f11a) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2766 | 2024.12.13 20:58:57.178038 [ 114 ] {} <Trace> oximeter.measurements_cumulativeu64 (622a7f09-a7e8-42f8-b1fb-316929b4f11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2767 | 2024.12.13 20:58:57.178137 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2768 | 2024.12.13 20:58:57.178304 [ 261 ] {b60c8032-84e4-4a24-b819-374dd26def3c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005806 sec., 27557.698932139163 rows/sec., 1.92 MiB/sec. | ||
| 2769 | 2024.12.13 20:58:57.178501 [ 186 ] {622a7f09-a7e8-42f8-b1fb-316929b4f11a::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 | ||
| 2770 | 2024.12.13 20:58:57.178673 [ 261 ] {b60c8032-84e4-4a24-b819-374dd26def3c} <Debug> TCPHandler: Processed in 0.00693357 sec. | ||
| 2771 | 2024.12.13 20:58:57.178765 [ 194 ] {75bff165-9894-4896-8c72-35d0ef17bbe1::all_1_16_3} <Trace> oximeter.fields_uuid (75bff165-9894-4896-8c72-35d0ef17bbe1): 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.13 20:58:57.178959 [ 186 ] {622a7f09-a7e8-42f8-b1fb-316929b4f11a::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2773 | 2024.12.13 20:58:57.179024 [ 186 ] {622a7f09-a7e8-42f8-b1fb-316929b4f11a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 3556 rows starting from the beginning of the part | ||
| 2774 | 2024.12.13 20:58:57.179045 [ 194 ] {75bff165-9894-4896-8c72-35d0ef17bbe1::all_1_16_3} <Trace> oximeter.fields_uuid (75bff165-9894-4896-8c72-35d0ef17bbe1) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2775 | 2024.12.13 20:58:57.179063 [ 262 ] {} <Trace> TCP-Session: ba79f2ea-3c39-4a82-87ed-b4543bed5a08 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2776 | 2024.12.13 20:58:57.179376 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.53 MiB. | ||
| 2777 | 2024.12.13 20:58:57.179395 [ 186 ] {622a7f09-a7e8-42f8-b1fb-316929b4f11a::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 | ||
| 2778 | 2024.12.13 20:58:57.179615 [ 262 ] {3c3fe16a-3e29-4940-83d7-12262e2bce94} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57603) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2779 | 2024.12.13 20:58:57.179743 [ 186 ] {622a7f09-a7e8-42f8-b1fb-316929b4f11a::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 | ||
| 2780 | 2024.12.13 20:58:57.179832 [ 262 ] {3c3fe16a-3e29-4940-83d7-12262e2bce94} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2781 | 2024.12.13 20:58:57.180141 [ 186 ] {622a7f09-a7e8-42f8-b1fb-316929b4f11a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 960 rows starting from the beginning of the part | ||
| 2782 | 2024.12.13 20:58:57.180515 [ 186 ] {622a7f09-a7e8-42f8-b1fb-316929b4f11a::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 | ||
| 2783 | 2024.12.13 20:58:57.180866 [ 186 ] {622a7f09-a7e8-42f8-b1fb-316929b4f11a::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 | ||
| 2784 | 2024.12.13 20:58:57.182073 [ 262 ] {3c3fe16a-3e29-4940-83d7-12262e2bce94} <Trace> oximeter.measurements_u64 (cc3a5477-acbd-4caa-813d-ff4981ce9df1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2785 | 2024.12.13 20:58:57.182137 [ 262 ] {3c3fe16a-3e29-4940-83d7-12262e2bce94} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2786 | 2024.12.13 20:58:57.183231 [ 262 ] {3c3fe16a-3e29-4940-83d7-12262e2bce94} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2787 | 2024.12.13 20:58:57.183591 [ 262 ] {3c3fe16a-3e29-4940-83d7-12262e2bce94} <Trace> oximeter.measurements_u64 (cc3a5477-acbd-4caa-813d-ff4981ce9df1): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2788 | 2024.12.13 20:58:57.184018 [ 114 ] {} <Debug> oximeter.measurements_u64 (cc3a5477-acbd-4caa-813d-ff4981ce9df1) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2789 | 2024.12.13 20:58:57.184115 [ 114 ] {} <Trace> oximeter.measurements_u64 (cc3a5477-acbd-4caa-813d-ff4981ce9df1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2790 | 2024.12.13 20:58:57.184186 [ 114 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2791 | 2024.12.13 20:58:57.184314 [ 262 ] {3c3fe16a-3e29-4940-83d7-12262e2bce94} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004847 sec., 12378.791004745204 rows/sec., 854.27 KiB/sec. | ||
| 2792 | 2024.12.13 20:58:57.184642 [ 262 ] {3c3fe16a-3e29-4940-83d7-12262e2bce94} <Debug> TCPHandler: Processed in 0.005828112 sec. | ||
| 2793 | 2024.12.13 20:58:57.184644 [ 197 ] {cc3a5477-acbd-4caa-813d-ff4981ce9df1::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 | ||
| 2794 | 2024.12.13 20:58:57.184953 [ 197 ] {cc3a5477-acbd-4caa-813d-ff4981ce9df1::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2795 | 2024.12.13 20:58:57.185016 [ 197 ] {cc3a5477-acbd-4caa-813d-ff4981ce9df1::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 586 rows starting from the beginning of the part | ||
| 2796 | 2024.12.13 20:58:57.185184 [ 197 ] {cc3a5477-acbd-4caa-813d-ff4981ce9df1::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 | ||
| 2797 | 2024.12.13 20:58:57.185755 [ 197 ] {cc3a5477-acbd-4caa-813d-ff4981ce9df1::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 | ||
| 2798 | 2024.12.13 20:58:57.185913 [ 186 ] {622a7f09-a7e8-42f8-b1fb-316929b4f11a::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5201 rows, containing 5 columns (5 merged, 0 gathered) in 0.007663229 sec., 678695.6255646282 rows/sec., 45.73 MiB/sec. | ||
| 2799 | 2024.12.13 20:58:57.186053 [ 197 ] {cc3a5477-acbd-4caa-813d-ff4981ce9df1::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 | ||
| 2800 | 2024.12.13 20:58:57.186163 [ 197 ] {cc3a5477-acbd-4caa-813d-ff4981ce9df1::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 | ||
| 2801 | 2024.12.13 20:58:57.186317 [ 197 ] {cc3a5477-acbd-4caa-813d-ff4981ce9df1::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 | ||
| 2802 | 2024.12.13 20:58:57.186544 [ 186 ] {622a7f09-a7e8-42f8-b1fb-316929b4f11a::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2803 | 2024.12.13 20:58:57.187239 [ 186 ] {622a7f09-a7e8-42f8-b1fb-316929b4f11a::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (622a7f09-a7e8-42f8-b1fb-316929b4f11a): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2804 | 2024.12.13 20:58:57.187467 [ 186 ] {622a7f09-a7e8-42f8-b1fb-316929b4f11a::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (622a7f09-a7e8-42f8-b1fb-316929b4f11a) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2805 | 2024.12.13 20:58:57.187600 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.03 MiB. | ||
| 2806 | 2024.12.13 20:58:57.188277 [ 195 ] {cc3a5477-acbd-4caa-813d-ff4981ce9df1::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 870 rows, containing 4 columns (4 merged, 0 gathered) in 0.003980683 sec., 218555.45895013495 rows/sec., 14.22 MiB/sec. | ||
| 2807 | 2024.12.13 20:58:57.188487 [ 186 ] {cc3a5477-acbd-4caa-813d-ff4981ce9df1::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2808 | 2024.12.13 20:58:57.188788 [ 186 ] {cc3a5477-acbd-4caa-813d-ff4981ce9df1::all_1_16_3} <Trace> oximeter.measurements_u64 (cc3a5477-acbd-4caa-813d-ff4981ce9df1): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2809 | 2024.12.13 20:58:57.188865 [ 186 ] {cc3a5477-acbd-4caa-813d-ff4981ce9df1::all_1_16_3} <Trace> oximeter.measurements_u64 (cc3a5477-acbd-4caa-813d-ff4981ce9df1) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2810 | 2024.12.13 20:58:57.188948 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. | ||
| 2811 | 2024.12.13 20:58:58.759420 [ 105 ] {} <Debug> oximeter.timeseries_schema (eeba7b1a-875b-4c8a-9469-c26105167747) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2812 | 2024.12.13 20:58:58.759551 [ 105 ] {} <Trace> oximeter.timeseries_schema (eeba7b1a-875b-4c8a-9469-c26105167747): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2813 | 2024.12.13 20:58:58.759602 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2814 | 2024.12.13 20:58:58.759873 [ 197 ] {eeba7b1a-875b-4c8a-9469-c26105167747::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 | ||
| 2815 | 2024.12.13 20:58:58.760401 [ 197 ] {eeba7b1a-875b-4c8a-9469-c26105167747::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2816 | 2024.12.13 20:58:58.760479 [ 197 ] {eeba7b1a-875b-4c8a-9469-c26105167747::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 | ||
| 2817 | 2024.12.13 20:58:58.760621 [ 197 ] {eeba7b1a-875b-4c8a-9469-c26105167747::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 | ||
| 2818 | 2024.12.13 20:58:58.760760 [ 197 ] {eeba7b1a-875b-4c8a-9469-c26105167747::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 | ||
| 2819 | 2024.12.13 20:58:58.760877 [ 197 ] {eeba7b1a-875b-4c8a-9469-c26105167747::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 3 rows starting from the beginning of the part | ||
| 2820 | 2024.12.13 20:58:58.760982 [ 197 ] {eeba7b1a-875b-4c8a-9469-c26105167747::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 | ||
| 2821 | 2024.12.13 20:58:58.763295 [ 195 ] {eeba7b1a-875b-4c8a-9469-c26105167747::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 41 rows, containing 6 columns (6 merged, 0 gathered) in 0.003573053 sec., 11474.780810696062 rows/sec., 1.91 MiB/sec. | ||
| 2822 | 2024.12.13 20:58:58.763611 [ 195 ] {eeba7b1a-875b-4c8a-9469-c26105167747::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2823 | 2024.12.13 20:58:58.764088 [ 195 ] {eeba7b1a-875b-4c8a-9469-c26105167747::all_1_5_1} <Trace> oximeter.timeseries_schema (eeba7b1a-875b-4c8a-9469-c26105167747): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2824 | 2024.12.13 20:58:58.764176 [ 195 ] {eeba7b1a-875b-4c8a-9469-c26105167747::all_1_5_1} <Trace> oximeter.timeseries_schema (eeba7b1a-875b-4c8a-9469-c26105167747) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2825 | 2024.12.13 20:58:58.764280 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.39 MiB. | ||
| 2826 | 2024.12.13 20:59:00.980971 [ 171 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2827 | 2024.12.13 20:59:00.981022 [ 171 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2828 | 2024.12.13 20:59:01.062330 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 5551 | ||
| 2829 | 2024.12.13 20:59:01.063014 [ 242 ] {} <Trace> system.asynchronous_metric_log (bfd632e9-c8e2-471e-b238-7df687a4f8ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2830 | 2024.12.13 20:59:01.063062 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2831 | 2024.12.13 20:59:01.063606 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2832 | 2024.12.13 20:59:01.063864 [ 242 ] {} <Trace> system.asynchronous_metric_log (bfd632e9-c8e2-471e-b238-7df687a4f8ca): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2833 | 2024.12.13 20:59:01.064101 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5551 | ||
| 2834 | 2024.12.13 20:59:01.107324 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 398 | ||
| 2835 | 2024.12.13 20:59:01.110093 [ 244 ] {} <Trace> system.query_log (909797ee-5efd-476a-9e9e-2a430c5c4abc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2836 | 2024.12.13 20:59:01.110145 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2837 | 2024.12.13 20:59:01.111664 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2838 | 2024.12.13 20:59:01.111985 [ 244 ] {} <Trace> system.query_log (909797ee-5efd-476a-9e9e-2a430c5c4abc): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2839 | 2024.12.13 20:59:01.112581 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 398 | ||
| 2840 | 2024.12.13 20:59:01.432918 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91 | ||
| 2841 | 2024.12.13 20:59:01.451929 [ 243 ] {} <Trace> system.metric_log (6f41e073-4f68-44d4-8e91-392ee6d2702a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2842 | 2024.12.13 20:59:01.451995 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2843 | 2024.12.13 20:59:01.459249 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2844 | 2024.12.13 20:59:01.460033 [ 243 ] {} <Trace> system.metric_log (6f41e073-4f68-44d4-8e91-392ee6d2702a): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2845 | 2024.12.13 20:59:01.463155 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 91 | ||
| 2846 | 2024.12.13 20:59:02.170096 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2847 | 2024.12.13 20:59:02.170285 [ 261 ] {07df7f74-4e20-45f9-90f1-136d6efd0922} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2848 | 2024.12.13 20:59:02.170355 [ 261 ] {07df7f74-4e20-45f9-90f1-136d6efd0922} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2849 | 2024.12.13 20:59:02.171109 [ 261 ] {07df7f74-4e20-45f9-90f1-136d6efd0922} <Trace> oximeter.fields_i16 (fa937343-6bd9-452b-a26b-53118aaaf570): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2850 | 2024.12.13 20:59:02.171153 [ 261 ] {07df7f74-4e20-45f9-90f1-136d6efd0922} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2851 | 2024.12.13 20:59:02.171593 [ 261 ] {07df7f74-4e20-45f9-90f1-136d6efd0922} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2852 | 2024.12.13 20:59:02.171859 [ 261 ] {07df7f74-4e20-45f9-90f1-136d6efd0922} <Trace> oximeter.fields_i16 (fa937343-6bd9-452b-a26b-53118aaaf570): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2853 | 2024.12.13 20:59:02.172081 [ 261 ] {07df7f74-4e20-45f9-90f1-136d6efd0922} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001848 sec., 7575.757575757576 rows/sec., 545.35 KiB/sec. | ||
| 2854 | 2024.12.13 20:59:02.172137 [ 261 ] {07df7f74-4e20-45f9-90f1-136d6efd0922} <Debug> TCPHandler: Processed in 0.002169977 sec. | ||
| 2855 | 2024.12.13 20:59:02.172414 [ 262 ] {} <Trace> TCP-Session: ba79f2ea-3c39-4a82-87ed-b4543bed5a08 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2856 | 2024.12.13 20:59:02.172632 [ 262 ] {02b46cd3-d730-43bd-a08b-77aafd522807} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57603) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2857 | 2024.12.13 20:59:02.172707 [ 262 ] {02b46cd3-d730-43bd-a08b-77aafd522807} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2858 | 2024.12.13 20:59:02.173623 [ 262 ] {02b46cd3-d730-43bd-a08b-77aafd522807} <Trace> oximeter.fields_string (5b8b6b34-88ee-4a07-bbae-ca77b5cb377f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2859 | 2024.12.13 20:59:02.173671 [ 262 ] {02b46cd3-d730-43bd-a08b-77aafd522807} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2860 | 2024.12.13 20:59:02.174152 [ 262 ] {02b46cd3-d730-43bd-a08b-77aafd522807} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2861 | 2024.12.13 20:59:02.174412 [ 262 ] {02b46cd3-d730-43bd-a08b-77aafd522807} <Trace> oximeter.fields_string (5b8b6b34-88ee-4a07-bbae-ca77b5cb377f): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2862 | 2024.12.13 20:59:02.174613 [ 262 ] {02b46cd3-d730-43bd-a08b-77aafd522807} <Debug> executeQuery: Read 285 rows, 25.75 KiB in 0.002043 sec., 139500.7342143906 rows/sec., 12.31 MiB/sec. | ||
| 2863 | 2024.12.13 20:59:02.174684 [ 262 ] {02b46cd3-d730-43bd-a08b-77aafd522807} <Debug> TCPHandler: Processed in 0.002414042 sec. | ||
| 2864 | 2024.12.13 20:59:02.174904 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2865 | 2024.12.13 20:59:02.175124 [ 261 ] {e776124c-72bd-4dc8-af2a-4c8dc8b5e16b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2866 | 2024.12.13 20:59:02.175216 [ 261 ] {e776124c-72bd-4dc8-af2a-4c8dc8b5e16b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2867 | 2024.12.13 20:59:02.176045 [ 261 ] {e776124c-72bd-4dc8-af2a-4c8dc8b5e16b} <Trace> oximeter.fields_u16 (d675a2d1-260a-4708-80e6-2a380b067dc4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2868 | 2024.12.13 20:59:02.176086 [ 261 ] {e776124c-72bd-4dc8-af2a-4c8dc8b5e16b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2869 | 2024.12.13 20:59:02.176445 [ 261 ] {e776124c-72bd-4dc8-af2a-4c8dc8b5e16b} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2870 | 2024.12.13 20:59:02.176688 [ 261 ] {e776124c-72bd-4dc8-af2a-4c8dc8b5e16b} <Trace> oximeter.fields_u16 (d675a2d1-260a-4708-80e6-2a380b067dc4): 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.13 20:59:02.176890 [ 261 ] {e776124c-72bd-4dc8-af2a-4c8dc8b5e16b} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.00182 sec., 26373.62637362637 rows/sec., 1.90 MiB/sec. | ||
| 2872 | 2024.12.13 20:59:02.176943 [ 261 ] {e776124c-72bd-4dc8-af2a-4c8dc8b5e16b} <Debug> TCPHandler: Processed in 0.002148486 sec. | ||
| 2873 | 2024.12.13 20:59:02.177113 [ 262 ] {} <Trace> TCP-Session: ba79f2ea-3c39-4a82-87ed-b4543bed5a08 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2874 | 2024.12.13 20:59:02.177260 [ 262 ] {64e3b68a-6c9e-46e7-98d0-8f40679328d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57603) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2875 | 2024.12.13 20:59:02.177322 [ 262 ] {64e3b68a-6c9e-46e7-98d0-8f40679328d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2876 | 2024.12.13 20:59:02.177968 [ 262 ] {64e3b68a-6c9e-46e7-98d0-8f40679328d4} <Trace> oximeter.fields_u32 (db0931ff-d72d-49c4-80b8-a69047ae71a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2877 | 2024.12.13 20:59:02.178006 [ 262 ] {64e3b68a-6c9e-46e7-98d0-8f40679328d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2878 | 2024.12.13 20:59:02.178374 [ 262 ] {64e3b68a-6c9e-46e7-98d0-8f40679328d4} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2879 | 2024.12.13 20:59:02.178617 [ 262 ] {64e3b68a-6c9e-46e7-98d0-8f40679328d4} <Trace> oximeter.fields_u32 (db0931ff-d72d-49c4-80b8-a69047ae71a5): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2880 | 2024.12.13 20:59:02.178797 [ 262 ] {64e3b68a-6c9e-46e7-98d0-8f40679328d4} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001575 sec., 8888.888888888889 rows/sec., 622.52 KiB/sec. | ||
| 2881 | 2024.12.13 20:59:02.178852 [ 262 ] {64e3b68a-6c9e-46e7-98d0-8f40679328d4} <Debug> TCPHandler: Processed in 0.001809137 sec. | ||
| 2882 | 2024.12.13 20:59:02.179063 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2883 | 2024.12.13 20:59:02.179281 [ 261 ] {7d0d6675-039c-4e3b-bef1-0f581fae371a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2884 | 2024.12.13 20:59:02.179373 [ 261 ] {7d0d6675-039c-4e3b-bef1-0f581fae371a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2885 | 2024.12.13 20:59:02.180102 [ 261 ] {7d0d6675-039c-4e3b-bef1-0f581fae371a} <Trace> oximeter.fields_u8 (dff66ad8-7c17-40cc-8854-b493f299c0b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2886 | 2024.12.13 20:59:02.180141 [ 261 ] {7d0d6675-039c-4e3b-bef1-0f581fae371a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2887 | 2024.12.13 20:59:02.180500 [ 261 ] {7d0d6675-039c-4e3b-bef1-0f581fae371a} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2888 | 2024.12.13 20:59:02.180743 [ 261 ] {7d0d6675-039c-4e3b-bef1-0f581fae371a} <Trace> oximeter.fields_u8 (dff66ad8-7c17-40cc-8854-b493f299c0b1): 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.13 20:59:02.180999 [ 261 ] {7d0d6675-039c-4e3b-bef1-0f581fae371a} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001766 sec., 7361.268403171008 rows/sec., 458.97 KiB/sec. | ||
| 2890 | 2024.12.13 20:59:02.181159 [ 261 ] {7d0d6675-039c-4e3b-bef1-0f581fae371a} <Debug> TCPHandler: Processed in 0.002192277 sec. | ||
| 2891 | 2024.12.13 20:59:02.181321 [ 262 ] {} <Trace> TCP-Session: ba79f2ea-3c39-4a82-87ed-b4543bed5a08 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2892 | 2024.12.13 20:59:02.181462 [ 262 ] {2f1fbcca-a2f4-44d8-aa5b-5e99a52a4f14} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57603) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2893 | 2024.12.13 20:59:02.181519 [ 262 ] {2f1fbcca-a2f4-44d8-aa5b-5e99a52a4f14} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2894 | 2024.12.13 20:59:02.182248 [ 262 ] {2f1fbcca-a2f4-44d8-aa5b-5e99a52a4f14} <Trace> oximeter.fields_uuid (75bff165-9894-4896-8c72-35d0ef17bbe1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2895 | 2024.12.13 20:59:02.182285 [ 262 ] {2f1fbcca-a2f4-44d8-aa5b-5e99a52a4f14} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2896 | 2024.12.13 20:59:02.182667 [ 262 ] {2f1fbcca-a2f4-44d8-aa5b-5e99a52a4f14} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2897 | 2024.12.13 20:59:02.182908 [ 262 ] {2f1fbcca-a2f4-44d8-aa5b-5e99a52a4f14} <Trace> oximeter.fields_uuid (75bff165-9894-4896-8c72-35d0ef17bbe1): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2898 | 2024.12.13 20:59:02.183091 [ 262 ] {2f1fbcca-a2f4-44d8-aa5b-5e99a52a4f14} <Debug> executeQuery: Read 436 rows, 32.02 KiB in 0.001663 sec., 262176.78893565846 rows/sec., 18.80 MiB/sec. | ||
| 2899 | 2024.12.13 20:59:02.183143 [ 262 ] {2f1fbcca-a2f4-44d8-aa5b-5e99a52a4f14} <Debug> TCPHandler: Processed in 0.001890369 sec. | ||
| 2900 | 2024.12.13 20:59:02.183299 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2901 | 2024.12.13 20:59:02.183437 [ 261 ] {30358b43-d783-494a-88c7-ea77f7475fab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2902 | 2024.12.13 20:59:02.183496 [ 261 ] {30358b43-d783-494a-88c7-ea77f7475fab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2903 | 2024.12.13 20:59:02.184014 [ 261 ] {30358b43-d783-494a-88c7-ea77f7475fab} <Trace> oximeter.measurements_bool (e2b503a0-fc05-44eb-86c2-76ac8cc47d1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2904 | 2024.12.13 20:59:02.184053 [ 261 ] {30358b43-d783-494a-88c7-ea77f7475fab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2905 | 2024.12.13 20:59:02.184418 [ 261 ] {30358b43-d783-494a-88c7-ea77f7475fab} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2906 | 2024.12.13 20:59:02.184650 [ 261 ] {30358b43-d783-494a-88c7-ea77f7475fab} <Trace> oximeter.measurements_bool (e2b503a0-fc05-44eb-86c2-76ac8cc47d1a): 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.13 20:59:02.184865 [ 261 ] {30358b43-d783-494a-88c7-ea77f7475fab} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001458 sec., 4115.226337448559 rows/sec., 215.00 KiB/sec. | ||
| 2908 | 2024.12.13 20:59:02.184918 [ 261 ] {30358b43-d783-494a-88c7-ea77f7475fab} <Debug> TCPHandler: Processed in 0.001684514 sec. | ||
| 2909 | 2024.12.13 20:59:02.185070 [ 262 ] {} <Trace> TCP-Session: ba79f2ea-3c39-4a82-87ed-b4543bed5a08 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2910 | 2024.12.13 20:59:02.185207 [ 262 ] {3ee09105-083d-42a6-a373-cb5e171c7d7e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57603) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2911 | 2024.12.13 20:59:02.185268 [ 262 ] {3ee09105-083d-42a6-a373-cb5e171c7d7e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2912 | 2024.12.13 20:59:02.185910 [ 262 ] {3ee09105-083d-42a6-a373-cb5e171c7d7e} <Trace> oximeter.measurements_cumulativeu64 (622a7f09-a7e8-42f8-b1fb-316929b4f11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2913 | 2024.12.13 20:59:02.185946 [ 262 ] {3ee09105-083d-42a6-a373-cb5e171c7d7e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2914 | 2024.12.13 20:59:02.186348 [ 262 ] {3ee09105-083d-42a6-a373-cb5e171c7d7e} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2915 | 2024.12.13 20:59:02.186589 [ 262 ] {3ee09105-083d-42a6-a373-cb5e171c7d7e} <Trace> oximeter.measurements_cumulativeu64 (622a7f09-a7e8-42f8-b1fb-316929b4f11a): 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.13 20:59:02.186767 [ 262 ] {3ee09105-083d-42a6-a373-cb5e171c7d7e} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001591 sec., 148962.9164047769 rows/sec., 9.98 MiB/sec. | ||
| 2917 | 2024.12.13 20:59:02.186817 [ 262 ] {3ee09105-083d-42a6-a373-cb5e171c7d7e} <Debug> TCPHandler: Processed in 0.001813167 sec. | ||
| 2918 | 2024.12.13 20:59:02.187023 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2919 | 2024.12.13 20:59:02.187245 [ 261 ] {e61807be-0c81-498e-8efa-314468d6d33d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2920 | 2024.12.13 20:59:02.187340 [ 261 ] {e61807be-0c81-498e-8efa-314468d6d33d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2921 | 2024.12.13 20:59:02.187971 [ 261 ] {e61807be-0c81-498e-8efa-314468d6d33d} <Trace> oximeter.measurements_f64 (e63d307a-4800-4395-92a7-5a221df216fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2922 | 2024.12.13 20:59:02.188009 [ 261 ] {e61807be-0c81-498e-8efa-314468d6d33d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2923 | 2024.12.13 20:59:02.188379 [ 261 ] {e61807be-0c81-498e-8efa-314468d6d33d} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2924 | 2024.12.13 20:59:02.188614 [ 261 ] {e61807be-0c81-498e-8efa-314468d6d33d} <Trace> oximeter.measurements_f64 (e63d307a-4800-4395-92a7-5a221df216fb): 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.13 20:59:02.188847 [ 261 ] {e61807be-0c81-498e-8efa-314468d6d33d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001654 sec., 604.5949214026601 rows/sec., 40.74 KiB/sec. | ||
| 2926 | 2024.12.13 20:59:02.188922 [ 261 ] {e61807be-0c81-498e-8efa-314468d6d33d} <Debug> TCPHandler: Processed in 0.002011022 sec. | ||
| 2927 | 2024.12.13 20:59:02.189079 [ 262 ] {} <Trace> TCP-Session: ba79f2ea-3c39-4a82-87ed-b4543bed5a08 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2928 | 2024.12.13 20:59:02.189217 [ 262 ] {9d30b236-5bb2-460e-8956-9b7aa5e8c2df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57603) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2929 | 2024.12.13 20:59:02.189317 [ 262 ] {9d30b236-5bb2-460e-8956-9b7aa5e8c2df} <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 | ||
| 2930 | 2024.12.13 20:59:02.190493 [ 262 ] {9d30b236-5bb2-460e-8956-9b7aa5e8c2df} <Trace> oximeter.measurements_histogramu64 (0435d810-cbe3-4332-a7be-27034ee0470b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2931 | 2024.12.13 20:59:02.190531 [ 262 ] {9d30b236-5bb2-460e-8956-9b7aa5e8c2df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2932 | 2024.12.13 20:59:02.191202 [ 262 ] {9d30b236-5bb2-460e-8956-9b7aa5e8c2df} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2933 | 2024.12.13 20:59:02.191460 [ 262 ] {9d30b236-5bb2-460e-8956-9b7aa5e8c2df} <Trace> oximeter.measurements_histogramu64 (0435d810-cbe3-4332-a7be-27034ee0470b): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2934 | 2024.12.13 20:59:02.191655 [ 262 ] {9d30b236-5bb2-460e-8956-9b7aa5e8c2df} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002469 sec., 16605.91332523289 rows/sec., 29.76 MiB/sec. | ||
| 2935 | 2024.12.13 20:59:02.191745 [ 262 ] {9d30b236-5bb2-460e-8956-9b7aa5e8c2df} <Debug> TCPHandler: Processed in 0.002734051 sec. | ||
| 2936 | 2024.12.13 20:59:02.191947 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2937 | 2024.12.13 20:59:02.192167 [ 261 ] {416bb855-fb08-45f3-b554-59de4121ee1e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 2938 | 2024.12.13 20:59:02.192261 [ 261 ] {416bb855-fb08-45f3-b554-59de4121ee1e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 2939 | 2024.12.13 20:59:02.192934 [ 261 ] {416bb855-fb08-45f3-b554-59de4121ee1e} <Trace> oximeter.measurements_i64 (bb6b3368-35c1-421d-9f64-f86620be7625): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2940 | 2024.12.13 20:59:02.192975 [ 261 ] {416bb855-fb08-45f3-b554-59de4121ee1e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2941 | 2024.12.13 20:59:02.193345 [ 261 ] {416bb855-fb08-45f3-b554-59de4121ee1e} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2942 | 2024.12.13 20:59:02.193584 [ 261 ] {416bb855-fb08-45f3-b554-59de4121ee1e} <Trace> oximeter.measurements_i64 (bb6b3368-35c1-421d-9f64-f86620be7625): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2943 | 2024.12.13 20:59:02.193865 [ 261 ] {416bb855-fb08-45f3-b554-59de4121ee1e} <Debug> executeQuery: Read 15 rows, 1.09 KiB in 0.001735 sec., 8645.533141210375 rows/sec., 627.03 KiB/sec. | ||
| 2944 | 2024.12.13 20:59:02.193932 [ 261 ] {416bb855-fb08-45f3-b554-59de4121ee1e} <Debug> TCPHandler: Processed in 0.002097585 sec. | ||
| 2945 | 2024.12.13 20:59:02.194088 [ 262 ] {} <Trace> TCP-Session: ba79f2ea-3c39-4a82-87ed-b4543bed5a08 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2946 | 2024.12.13 20:59:02.194227 [ 262 ] {5f295f93-9e1e-426d-a9b2-0e146a0da069} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57603) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2947 | 2024.12.13 20:59:02.194287 [ 262 ] {5f295f93-9e1e-426d-a9b2-0e146a0da069} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2948 | 2024.12.13 20:59:02.194822 [ 262 ] {5f295f93-9e1e-426d-a9b2-0e146a0da069} <Trace> oximeter.measurements_u64 (cc3a5477-acbd-4caa-813d-ff4981ce9df1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2949 | 2024.12.13 20:59:02.194858 [ 262 ] {5f295f93-9e1e-426d-a9b2-0e146a0da069} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2950 | 2024.12.13 20:59:02.195218 [ 262 ] {5f295f93-9e1e-426d-a9b2-0e146a0da069} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2951 | 2024.12.13 20:59:02.195462 [ 262 ] {5f295f93-9e1e-426d-a9b2-0e146a0da069} <Trace> oximeter.measurements_u64 (cc3a5477-acbd-4caa-813d-ff4981ce9df1): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2952 | 2024.12.13 20:59:02.195700 [ 262 ] {5f295f93-9e1e-426d-a9b2-0e146a0da069} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001503 sec., 54557.551563539586 rows/sec., 3.47 MiB/sec. | ||
| 2953 | 2024.12.13 20:59:02.195926 [ 262 ] {5f295f93-9e1e-426d-a9b2-0e146a0da069} <Debug> TCPHandler: Processed in 0.001896649 sec. | ||
| 2954 | 2024.12.13 20:59:07.163135 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2955 | 2024.12.13 20:59:07.163455 [ 261 ] {624ddcd3-af8f-4c6f-9330-74b56a85c16c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 2956 | 2024.12.13 20:59:07.163568 [ 261 ] {624ddcd3-af8f-4c6f-9330-74b56a85c16c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 2957 | 2024.12.13 20:59:07.164417 [ 261 ] {624ddcd3-af8f-4c6f-9330-74b56a85c16c} <Trace> oximeter.fields_ipaddr (91c5d38f-5b59-4965-a2a0-ad69eed7fb29): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2958 | 2024.12.13 20:59:07.164461 [ 261 ] {624ddcd3-af8f-4c6f-9330-74b56a85c16c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2959 | 2024.12.13 20:59:07.164875 [ 261 ] {624ddcd3-af8f-4c6f-9330-74b56a85c16c} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2960 | 2024.12.13 20:59:07.165124 [ 261 ] {624ddcd3-af8f-4c6f-9330-74b56a85c16c} <Trace> oximeter.fields_ipaddr (91c5d38f-5b59-4965-a2a0-ad69eed7fb29): 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.13 20:59:07.165437 [ 261 ] {624ddcd3-af8f-4c6f-9330-74b56a85c16c} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.002045 sec., 977.9951100244499 rows/sec., 79.75 KiB/sec. | ||
| 2962 | 2024.12.13 20:59:07.165529 [ 261 ] {624ddcd3-af8f-4c6f-9330-74b56a85c16c} <Debug> TCPHandler: Processed in 0.002569707 sec. | ||
| 2963 | 2024.12.13 20:59:07.165809 [ 262 ] {} <Trace> TCP-Session: ba79f2ea-3c39-4a82-87ed-b4543bed5a08 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2964 | 2024.12.13 20:59:07.166026 [ 262 ] {5bce3490-c991-4bb0-9504-cf6d3136448c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57603) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2965 | 2024.12.13 20:59:07.166108 [ 262 ] {5bce3490-c991-4bb0-9504-cf6d3136448c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2966 | 2024.12.13 20:59:07.166968 [ 262 ] {5bce3490-c991-4bb0-9504-cf6d3136448c} <Trace> oximeter.fields_string (5b8b6b34-88ee-4a07-bbae-ca77b5cb377f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2967 | 2024.12.13 20:59:07.167009 [ 262 ] {5bce3490-c991-4bb0-9504-cf6d3136448c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2968 | 2024.12.13 20:59:07.167450 [ 262 ] {5bce3490-c991-4bb0-9504-cf6d3136448c} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 2969 | 2024.12.13 20:59:07.167719 [ 262 ] {5bce3490-c991-4bb0-9504-cf6d3136448c} <Trace> oximeter.fields_string (5b8b6b34-88ee-4a07-bbae-ca77b5cb377f): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2970 | 2024.12.13 20:59:07.167916 [ 262 ] {5bce3490-c991-4bb0-9504-cf6d3136448c} <Debug> executeQuery: Read 57 rows, 4.45 KiB in 0.001952 sec., 29200.819672131147 rows/sec., 2.23 MiB/sec. | ||
| 2971 | 2024.12.13 20:59:07.167971 [ 262 ] {5bce3490-c991-4bb0-9504-cf6d3136448c} <Debug> TCPHandler: Processed in 0.0023045 sec. | ||
| 2972 | 2024.12.13 20:59:07.168199 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2973 | 2024.12.13 20:59:07.168427 [ 261 ] {1e9b2d38-0785-4791-9af9-cd5f5533ffc1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2974 | 2024.12.13 20:59:07.168521 [ 261 ] {1e9b2d38-0785-4791-9af9-cd5f5533ffc1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2975 | 2024.12.13 20:59:07.169250 [ 261 ] {1e9b2d38-0785-4791-9af9-cd5f5533ffc1} <Trace> oximeter.fields_u16 (d675a2d1-260a-4708-80e6-2a380b067dc4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2976 | 2024.12.13 20:59:07.169291 [ 261 ] {1e9b2d38-0785-4791-9af9-cd5f5533ffc1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2977 | 2024.12.13 20:59:07.169659 [ 261 ] {1e9b2d38-0785-4791-9af9-cd5f5533ffc1} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2978 | 2024.12.13 20:59:07.169899 [ 261 ] {1e9b2d38-0785-4791-9af9-cd5f5533ffc1} <Trace> oximeter.fields_u16 (d675a2d1-260a-4708-80e6-2a380b067dc4): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2979 | 2024.12.13 20:59:07.170140 [ 261 ] {1e9b2d38-0785-4791-9af9-cd5f5533ffc1} <Debug> executeQuery: Read 2 rows, 143.00 B in 0.001766 sec., 1132.5028312570782 rows/sec., 79.08 KiB/sec. | ||
| 2980 | 2024.12.13 20:59:07.170218 [ 261 ] {1e9b2d38-0785-4791-9af9-cd5f5533ffc1} <Debug> TCPHandler: Processed in 0.002133946 sec. | ||
| 2981 | 2024.12.13 20:59:07.170386 [ 262 ] {} <Trace> TCP-Session: ba79f2ea-3c39-4a82-87ed-b4543bed5a08 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2982 | 2024.12.13 20:59:07.170525 [ 262 ] {956fe3e6-0c19-4299-945e-50cac0199eb1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57603) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2983 | 2024.12.13 20:59:07.170582 [ 262 ] {956fe3e6-0c19-4299-945e-50cac0199eb1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2984 | 2024.12.13 20:59:07.171227 [ 262 ] {956fe3e6-0c19-4299-945e-50cac0199eb1} <Trace> oximeter.fields_uuid (75bff165-9894-4896-8c72-35d0ef17bbe1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2985 | 2024.12.13 20:59:07.171266 [ 262 ] {956fe3e6-0c19-4299-945e-50cac0199eb1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2986 | 2024.12.13 20:59:07.171631 [ 262 ] {956fe3e6-0c19-4299-945e-50cac0199eb1} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 2987 | 2024.12.13 20:59:07.171876 [ 262 ] {956fe3e6-0c19-4299-945e-50cac0199eb1} <Trace> oximeter.fields_uuid (75bff165-9894-4896-8c72-35d0ef17bbe1): 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.13 20:59:07.172110 [ 262 ] {956fe3e6-0c19-4299-945e-50cac0199eb1} <Debug> executeQuery: Read 66 rows, 5.28 KiB in 0.001611 sec., 40968.3426443203 rows/sec., 3.20 MiB/sec. | ||
| 2989 | 2024.12.13 20:59:07.172317 [ 262 ] {956fe3e6-0c19-4299-945e-50cac0199eb1} <Debug> TCPHandler: Processed in 0.001996682 sec. | ||
| 2990 | 2024.12.13 20:59:07.172536 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2991 | 2024.12.13 20:59:07.172760 [ 261 ] {ecba6ff1-ebcd-4b42-b5b6-dec7e38583fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2992 | 2024.12.13 20:59:07.172846 [ 261 ] {ecba6ff1-ebcd-4b42-b5b6-dec7e38583fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2993 | 2024.12.13 20:59:07.173447 [ 261 ] {ecba6ff1-ebcd-4b42-b5b6-dec7e38583fe} <Trace> oximeter.measurements_cumulativeu64 (622a7f09-a7e8-42f8-b1fb-316929b4f11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2994 | 2024.12.13 20:59:07.173487 [ 261 ] {ecba6ff1-ebcd-4b42-b5b6-dec7e38583fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 2995 | 2024.12.13 20:59:07.173890 [ 261 ] {ecba6ff1-ebcd-4b42-b5b6-dec7e38583fe} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 2996 | 2024.12.13 20:59:07.174136 [ 261 ] {ecba6ff1-ebcd-4b42-b5b6-dec7e38583fe} <Trace> oximeter.measurements_cumulativeu64 (622a7f09-a7e8-42f8-b1fb-316929b4f11a): 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.13 20:59:07.174385 [ 261 ] {ecba6ff1-ebcd-4b42-b5b6-dec7e38583fe} <Debug> executeQuery: Read 161 rows, 11.48 KiB in 0.001676 sec., 96062.05250596658 rows/sec., 6.69 MiB/sec. | ||
| 2998 | 2024.12.13 20:59:07.174476 [ 261 ] {ecba6ff1-ebcd-4b42-b5b6-dec7e38583fe} <Debug> TCPHandler: Processed in 0.002048853 sec. | ||
| 2999 | 2024.12.13 20:59:07.174639 [ 262 ] {} <Trace> TCP-Session: ba79f2ea-3c39-4a82-87ed-b4543bed5a08 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3000 | 2024.12.13 20:59:07.174780 [ 262 ] {ec1698eb-d79a-49cb-a52d-85c92995525b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57603) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3001 | 2024.12.13 20:59:07.174833 [ 262 ] {ec1698eb-d79a-49cb-a52d-85c92995525b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3002 | 2024.12.13 20:59:07.175345 [ 262 ] {ec1698eb-d79a-49cb-a52d-85c92995525b} <Trace> oximeter.measurements_u64 (cc3a5477-acbd-4caa-813d-ff4981ce9df1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3003 | 2024.12.13 20:59:07.175383 [ 262 ] {ec1698eb-d79a-49cb-a52d-85c92995525b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 3004 | 2024.12.13 20:59:07.175771 [ 262 ] {ec1698eb-d79a-49cb-a52d-85c92995525b} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3005 | 2024.12.13 20:59:07.176019 [ 262 ] {ec1698eb-d79a-49cb-a52d-85c92995525b} <Trace> oximeter.measurements_u64 (cc3a5477-acbd-4caa-813d-ff4981ce9df1): 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.13 20:59:07.176229 [ 262 ] {ec1698eb-d79a-49cb-a52d-85c92995525b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001482 sec., 40485.82995951417 rows/sec., 2.73 MiB/sec. | ||
| 3007 | 2024.12.13 20:59:07.176282 [ 262 ] {ec1698eb-d79a-49cb-a52d-85c92995525b} <Debug> TCPHandler: Processed in 0.001710725 sec. | ||
| 3008 | 2024.12.13 20:59:08.565172 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5978 | ||
| 3009 | 2024.12.13 20:59:08.565827 [ 242 ] {} <Trace> system.asynchronous_metric_log (bfd632e9-c8e2-471e-b238-7df687a4f8ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3010 | 2024.12.13 20:59:08.565873 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 3011 | 2024.12.13 20:59:08.566467 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3012 | 2024.12.13 20:59:08.566722 [ 242 ] {} <Trace> system.asynchronous_metric_log (bfd632e9-c8e2-471e-b238-7df687a4f8ca): 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.13 20:59:08.566940 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5978 | ||
| 3014 | 2024.12.13 20:59:08.964174 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98 | ||
| 3015 | 2024.12.13 20:59:08.983087 [ 243 ] {} <Trace> system.metric_log (6f41e073-4f68-44d4-8e91-392ee6d2702a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3016 | 2024.12.13 20:59:08.983137 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 3017 | 2024.12.13 20:59:08.990868 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3018 | 2024.12.13 20:59:08.991631 [ 243 ] {} <Trace> system.metric_log (6f41e073-4f68-44d4-8e91-392ee6d2702a): 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.13 20:59:08.994350 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 98 | ||
| 3020 | 2024.12.13 20:59:11.113649 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 434 | ||
| 3021 | 2024.12.13 20:59:11.116801 [ 244 ] {} <Trace> system.query_log (909797ee-5efd-476a-9e9e-2a430c5c4abc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3022 | 2024.12.13 20:59:11.116847 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 3023 | 2024.12.13 20:59:11.118343 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3024 | 2024.12.13 20:59:11.118657 [ 244 ] {} <Trace> system.query_log (909797ee-5efd-476a-9e9e-2a430c5c4abc): 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.13 20:59:11.119194 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 434 | ||
| 3026 | 2024.12.13 20:59:12.169228 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3027 | 2024.12.13 20:59:12.169522 [ 261 ] {bf557c3c-8d10-4c9d-a5ea-59627491d62e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3028 | 2024.12.13 20:59:12.169633 [ 261 ] {bf557c3c-8d10-4c9d-a5ea-59627491d62e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3029 | 2024.12.13 20:59:12.170516 [ 261 ] {bf557c3c-8d10-4c9d-a5ea-59627491d62e} <Trace> oximeter.fields_i16 (fa937343-6bd9-452b-a26b-53118aaaf570): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3030 | 2024.12.13 20:59:12.170561 [ 261 ] {bf557c3c-8d10-4c9d-a5ea-59627491d62e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 3031 | 2024.12.13 20:59:12.170983 [ 261 ] {bf557c3c-8d10-4c9d-a5ea-59627491d62e} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3032 | 2024.12.13 20:59:12.171236 [ 261 ] {bf557c3c-8d10-4c9d-a5ea-59627491d62e} <Trace> oximeter.fields_i16 (fa937343-6bd9-452b-a26b-53118aaaf570): 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.13 20:59:12.171500 [ 261 ] {bf557c3c-8d10-4c9d-a5ea-59627491d62e} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002045 sec., 6845.965770171149 rows/sec., 492.82 KiB/sec. | ||
| 3034 | 2024.12.13 20:59:12.171666 [ 261 ] {bf557c3c-8d10-4c9d-a5ea-59627491d62e} <Debug> TCPHandler: Processed in 0.002615528 sec. | ||
| 3035 | 2024.12.13 20:59:12.171966 [ 262 ] {} <Trace> TCP-Session: ba79f2ea-3c39-4a82-87ed-b4543bed5a08 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3036 | 2024.12.13 20:59:12.172181 [ 262 ] {78e76397-91fe-4545-993a-b3a144c6b1ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57603) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3037 | 2024.12.13 20:59:12.172264 [ 262 ] {78e76397-91fe-4545-993a-b3a144c6b1ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3038 | 2024.12.13 20:59:12.173252 [ 262 ] {78e76397-91fe-4545-993a-b3a144c6b1ed} <Trace> oximeter.fields_string (5b8b6b34-88ee-4a07-bbae-ca77b5cb377f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3039 | 2024.12.13 20:59:12.173298 [ 262 ] {78e76397-91fe-4545-993a-b3a144c6b1ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 3040 | 2024.12.13 20:59:12.173764 [ 262 ] {78e76397-91fe-4545-993a-b3a144c6b1ed} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3041 | 2024.12.13 20:59:12.174050 [ 262 ] {78e76397-91fe-4545-993a-b3a144c6b1ed} <Trace> oximeter.fields_string (5b8b6b34-88ee-4a07-bbae-ca77b5cb377f): 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.13 20:59:12.174296 [ 262 ] {78e76397-91fe-4545-993a-b3a144c6b1ed} <Debug> executeQuery: Read 285 rows, 25.75 KiB in 0.002175 sec., 131034.4827586207 rows/sec., 11.56 MiB/sec. | ||
| 3043 | 2024.12.13 20:59:12.174415 [ 262 ] {78e76397-91fe-4545-993a-b3a144c6b1ed} <Debug> TCPHandler: Processed in 0.002595078 sec. | ||
| 3044 | 2024.12.13 20:59:12.174571 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3045 | 2024.12.13 20:59:12.174710 [ 261 ] {bcdad8eb-b794-4587-b85b-05341b6973ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3046 | 2024.12.13 20:59:12.174768 [ 261 ] {bcdad8eb-b794-4587-b85b-05341b6973ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3047 | 2024.12.13 20:59:12.175392 [ 261 ] {bcdad8eb-b794-4587-b85b-05341b6973ae} <Trace> oximeter.fields_u16 (d675a2d1-260a-4708-80e6-2a380b067dc4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3048 | 2024.12.13 20:59:12.175432 [ 261 ] {bcdad8eb-b794-4587-b85b-05341b6973ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 3049 | 2024.12.13 20:59:12.175797 [ 261 ] {bcdad8eb-b794-4587-b85b-05341b6973ae} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3050 | 2024.12.13 20:59:12.176065 [ 261 ] {bcdad8eb-b794-4587-b85b-05341b6973ae} <Trace> oximeter.fields_u16 (d675a2d1-260a-4708-80e6-2a380b067dc4): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3051 | 2024.12.13 20:59:12.176336 [ 261 ] {bcdad8eb-b794-4587-b85b-05341b6973ae} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001637 sec., 29321.930360415394 rows/sec., 2.11 MiB/sec. | ||
| 3052 | 2024.12.13 20:59:12.176480 [ 261 ] {bcdad8eb-b794-4587-b85b-05341b6973ae} <Debug> TCPHandler: Processed in 0.001971961 sec. | ||
| 3053 | 2024.12.13 20:59:12.176627 [ 262 ] {} <Trace> TCP-Session: ba79f2ea-3c39-4a82-87ed-b4543bed5a08 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3054 | 2024.12.13 20:59:12.176768 [ 262 ] {cfa3c882-357e-400e-9775-b450499ef1cc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57603) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3055 | 2024.12.13 20:59:12.176826 [ 262 ] {cfa3c882-357e-400e-9775-b450499ef1cc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3056 | 2024.12.13 20:59:12.177444 [ 262 ] {cfa3c882-357e-400e-9775-b450499ef1cc} <Trace> oximeter.fields_u32 (db0931ff-d72d-49c4-80b8-a69047ae71a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3057 | 2024.12.13 20:59:12.177484 [ 262 ] {cfa3c882-357e-400e-9775-b450499ef1cc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 3058 | 2024.12.13 20:59:12.177846 [ 262 ] {cfa3c882-357e-400e-9775-b450499ef1cc} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3059 | 2024.12.13 20:59:12.178099 [ 262 ] {cfa3c882-357e-400e-9775-b450499ef1cc} <Trace> oximeter.fields_u32 (db0931ff-d72d-49c4-80b8-a69047ae71a5): 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.13 20:59:12.178320 [ 262 ] {cfa3c882-357e-400e-9775-b450499ef1cc} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001584 sec., 8838.38383838384 rows/sec., 618.98 KiB/sec. | ||
| 3061 | 2024.12.13 20:59:12.178375 [ 262 ] {cfa3c882-357e-400e-9775-b450499ef1cc} <Debug> TCPHandler: Processed in 0.001816387 sec. | ||
| 3062 | 2024.12.13 20:59:12.178592 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3063 | 2024.12.13 20:59:12.178812 [ 261 ] {c1963c3f-fbf6-43bc-88be-bdc691d8e627} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3064 | 2024.12.13 20:59:12.178901 [ 261 ] {c1963c3f-fbf6-43bc-88be-bdc691d8e627} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3065 | 2024.12.13 20:59:12.179517 [ 261 ] {c1963c3f-fbf6-43bc-88be-bdc691d8e627} <Trace> oximeter.fields_u8 (dff66ad8-7c17-40cc-8854-b493f299c0b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3066 | 2024.12.13 20:59:12.179557 [ 261 ] {c1963c3f-fbf6-43bc-88be-bdc691d8e627} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 3067 | 2024.12.13 20:59:12.179916 [ 261 ] {c1963c3f-fbf6-43bc-88be-bdc691d8e627} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3068 | 2024.12.13 20:59:12.180155 [ 261 ] {c1963c3f-fbf6-43bc-88be-bdc691d8e627} <Trace> oximeter.fields_u8 (dff66ad8-7c17-40cc-8854-b493f299c0b1): 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.13 20:59:12.180455 [ 261 ] {c1963c3f-fbf6-43bc-88be-bdc691d8e627} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001678 sec., 7747.3182359952325 rows/sec., 483.04 KiB/sec. | ||
| 3070 | 2024.12.13 20:59:12.180602 [ 261 ] {c1963c3f-fbf6-43bc-88be-bdc691d8e627} <Debug> TCPHandler: Processed in 0.002114524 sec. | ||
| 3071 | 2024.12.13 20:59:12.180748 [ 262 ] {} <Trace> TCP-Session: ba79f2ea-3c39-4a82-87ed-b4543bed5a08 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3072 | 2024.12.13 20:59:12.180886 [ 262 ] {5445e668-df4a-432a-8a70-f294b22b3639} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57603) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3073 | 2024.12.13 20:59:12.180945 [ 262 ] {5445e668-df4a-432a-8a70-f294b22b3639} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3074 | 2024.12.13 20:59:12.181824 [ 262 ] {5445e668-df4a-432a-8a70-f294b22b3639} <Trace> oximeter.fields_uuid (75bff165-9894-4896-8c72-35d0ef17bbe1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3075 | 2024.12.13 20:59:12.181871 [ 262 ] {5445e668-df4a-432a-8a70-f294b22b3639} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 3076 | 2024.12.13 20:59:12.182274 [ 262 ] {5445e668-df4a-432a-8a70-f294b22b3639} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3077 | 2024.12.13 20:59:12.182521 [ 262 ] {5445e668-df4a-432a-8a70-f294b22b3639} <Trace> oximeter.fields_uuid (75bff165-9894-4896-8c72-35d0ef17bbe1): 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.13 20:59:12.182735 [ 262 ] {5445e668-df4a-432a-8a70-f294b22b3639} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.00188 sec., 225000 rows/sec., 16.08 MiB/sec. | ||
| 3079 | 2024.12.13 20:59:12.182787 [ 262 ] {5445e668-df4a-432a-8a70-f294b22b3639} <Debug> TCPHandler: Processed in 0.002104965 sec. | ||
| 3080 | 2024.12.13 20:59:12.182925 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3081 | 2024.12.13 20:59:12.183063 [ 261 ] {7dd16b08-307a-421c-bdf9-ff1ac9cf1aa1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3082 | 2024.12.13 20:59:12.183124 [ 261 ] {7dd16b08-307a-421c-bdf9-ff1ac9cf1aa1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3083 | 2024.12.13 20:59:12.183701 [ 261 ] {7dd16b08-307a-421c-bdf9-ff1ac9cf1aa1} <Trace> oximeter.measurements_bool (e2b503a0-fc05-44eb-86c2-76ac8cc47d1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3084 | 2024.12.13 20:59:12.183748 [ 261 ] {7dd16b08-307a-421c-bdf9-ff1ac9cf1aa1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 3085 | 2024.12.13 20:59:12.184146 [ 261 ] {7dd16b08-307a-421c-bdf9-ff1ac9cf1aa1} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3086 | 2024.12.13 20:59:12.184384 [ 261 ] {7dd16b08-307a-421c-bdf9-ff1ac9cf1aa1} <Trace> oximeter.measurements_bool (e2b503a0-fc05-44eb-86c2-76ac8cc47d1a): 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.13 20:59:12.184592 [ 261 ] {7dd16b08-307a-421c-bdf9-ff1ac9cf1aa1} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001559 sec., 3848.6209108402822 rows/sec., 201.08 KiB/sec. | ||
| 3088 | 2024.12.13 20:59:12.184645 [ 261 ] {7dd16b08-307a-421c-bdf9-ff1ac9cf1aa1} <Debug> TCPHandler: Processed in 0.001773806 sec. | ||
| 3089 | 2024.12.13 20:59:12.184786 [ 262 ] {} <Trace> TCP-Session: ba79f2ea-3c39-4a82-87ed-b4543bed5a08 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3090 | 2024.12.13 20:59:12.184908 [ 262 ] {3f19cd38-e95a-4ab9-a373-f4372de4e865} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57603) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3091 | 2024.12.13 20:59:12.184969 [ 262 ] {3f19cd38-e95a-4ab9-a373-f4372de4e865} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3092 | 2024.12.13 20:59:12.185656 [ 262 ] {3f19cd38-e95a-4ab9-a373-f4372de4e865} <Trace> oximeter.measurements_cumulativeu64 (622a7f09-a7e8-42f8-b1fb-316929b4f11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3093 | 2024.12.13 20:59:12.185703 [ 262 ] {3f19cd38-e95a-4ab9-a373-f4372de4e865} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 3094 | 2024.12.13 20:59:12.186144 [ 262 ] {3f19cd38-e95a-4ab9-a373-f4372de4e865} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3095 | 2024.12.13 20:59:12.186405 [ 262 ] {3f19cd38-e95a-4ab9-a373-f4372de4e865} <Trace> oximeter.measurements_cumulativeu64 (622a7f09-a7e8-42f8-b1fb-316929b4f11a): 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.13 20:59:12.186687 [ 262 ] {3f19cd38-e95a-4ab9-a373-f4372de4e865} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001791 sec., 132328.30820770518 rows/sec., 8.87 MiB/sec. | ||
| 3097 | 2024.12.13 20:59:12.186883 [ 262 ] {3f19cd38-e95a-4ab9-a373-f4372de4e865} <Debug> TCPHandler: Processed in 0.002148186 sec. | ||
| 3098 | 2024.12.13 20:59:12.187101 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3099 | 2024.12.13 20:59:12.187321 [ 261 ] {abd4e0e8-5f0d-4aa2-8a32-27919891d850} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3100 | 2024.12.13 20:59:12.187416 [ 261 ] {abd4e0e8-5f0d-4aa2-8a32-27919891d850} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3101 | 2024.12.13 20:59:12.188140 [ 261 ] {abd4e0e8-5f0d-4aa2-8a32-27919891d850} <Trace> oximeter.measurements_f64 (e63d307a-4800-4395-92a7-5a221df216fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3102 | 2024.12.13 20:59:12.188179 [ 261 ] {abd4e0e8-5f0d-4aa2-8a32-27919891d850} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 3103 | 2024.12.13 20:59:12.188541 [ 261 ] {abd4e0e8-5f0d-4aa2-8a32-27919891d850} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3104 | 2024.12.13 20:59:12.188824 [ 261 ] {abd4e0e8-5f0d-4aa2-8a32-27919891d850} <Trace> oximeter.measurements_f64 (e63d307a-4800-4395-92a7-5a221df216fb): 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.13 20:59:12.189060 [ 261 ] {abd4e0e8-5f0d-4aa2-8a32-27919891d850} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001788 sec., 559.2841163310961 rows/sec., 37.69 KiB/sec. | ||
| 3106 | 2024.12.13 20:59:12.189216 [ 261 ] {abd4e0e8-5f0d-4aa2-8a32-27919891d850} <Debug> TCPHandler: Processed in 0.002218188 sec. | ||
| 3107 | 2024.12.13 20:59:12.189364 [ 262 ] {} <Trace> TCP-Session: ba79f2ea-3c39-4a82-87ed-b4543bed5a08 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3108 | 2024.12.13 20:59:12.189504 [ 262 ] {1bf45350-e937-49c9-8c69-987251024049} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57603) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3109 | 2024.12.13 20:59:12.189596 [ 262 ] {1bf45350-e937-49c9-8c69-987251024049} <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.13 20:59:12.190859 [ 262 ] {1bf45350-e937-49c9-8c69-987251024049} <Trace> oximeter.measurements_histogramu64 (0435d810-cbe3-4332-a7be-27034ee0470b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3111 | 2024.12.13 20:59:12.190897 [ 262 ] {1bf45350-e937-49c9-8c69-987251024049} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 3112 | 2024.12.13 20:59:12.191570 [ 262 ] {1bf45350-e937-49c9-8c69-987251024049} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3113 | 2024.12.13 20:59:12.191835 [ 262 ] {1bf45350-e937-49c9-8c69-987251024049} <Trace> oximeter.measurements_histogramu64 (0435d810-cbe3-4332-a7be-27034ee0470b): 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.13 20:59:12.192097 [ 262 ] {1bf45350-e937-49c9-8c69-987251024049} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002625 sec., 15619.047619047618 rows/sec., 27.99 MiB/sec. | ||
| 3115 | 2024.12.13 20:59:12.192210 [ 262 ] {1bf45350-e937-49c9-8c69-987251024049} <Debug> TCPHandler: Processed in 0.002912595 sec. | ||
| 3116 | 2024.12.13 20:59:12.192410 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3117 | 2024.12.13 20:59:12.192629 [ 261 ] {184baca1-a0c2-4bfb-ab36-c414760e47a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3118 | 2024.12.13 20:59:12.192723 [ 261 ] {184baca1-a0c2-4bfb-ab36-c414760e47a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3119 | 2024.12.13 20:59:12.193351 [ 261 ] {184baca1-a0c2-4bfb-ab36-c414760e47a1} <Trace> oximeter.measurements_u64 (cc3a5477-acbd-4caa-813d-ff4981ce9df1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3120 | 2024.12.13 20:59:12.193389 [ 261 ] {184baca1-a0c2-4bfb-ab36-c414760e47a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 3121 | 2024.12.13 20:59:12.193773 [ 261 ] {184baca1-a0c2-4bfb-ab36-c414760e47a1} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3122 | 2024.12.13 20:59:12.194136 [ 261 ] {184baca1-a0c2-4bfb-ab36-c414760e47a1} <Trace> oximeter.measurements_u64 (cc3a5477-acbd-4caa-813d-ff4981ce9df1): 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.13 20:59:12.194386 [ 261 ] {184baca1-a0c2-4bfb-ab36-c414760e47a1} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001811 sec., 45278.851463279956 rows/sec., 2.88 MiB/sec. | ||
| 3124 | 2024.12.13 20:59:12.194440 [ 261 ] {184baca1-a0c2-4bfb-ab36-c414760e47a1} <Debug> TCPHandler: Processed in 0.002136755 sec. | ||
| 3125 | 2024.12.13 20:59:15.981055 [ 141 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3126 | 2024.12.13 20:59:15.981128 [ 141 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3127 | 2024.12.13 20:59:16.068002 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6466 | ||
| 3128 | 2024.12.13 20:59:16.068678 [ 242 ] {} <Trace> system.asynchronous_metric_log (bfd632e9-c8e2-471e-b238-7df687a4f8ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3129 | 2024.12.13 20:59:16.068724 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 3130 | 2024.12.13 20:59:16.069301 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3131 | 2024.12.13 20:59:16.069564 [ 242 ] {} <Trace> system.asynchronous_metric_log (bfd632e9-c8e2-471e-b238-7df687a4f8ca): 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.13 20:59:16.069795 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6466 | ||
| 3133 | 2024.12.13 20:59:16.495364 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106 | ||
| 3134 | 2024.12.13 20:59:16.516975 [ 243 ] {} <Trace> system.metric_log (6f41e073-4f68-44d4-8e91-392ee6d2702a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3135 | 2024.12.13 20:59:16.517044 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 3136 | 2024.12.13 20:59:16.524287 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3137 | 2024.12.13 20:59:16.525048 [ 243 ] {} <Trace> system.metric_log (6f41e073-4f68-44d4-8e91-392ee6d2702a): 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.13 20:59:16.527771 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 106 | ||
| 3139 | 2024.12.13 20:59:17.163022 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3140 | 2024.12.13 20:59:17.163257 [ 261 ] {9134d898-719c-4d50-90b9-2cf7086a25af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3141 | 2024.12.13 20:59:17.163324 [ 261 ] {9134d898-719c-4d50-90b9-2cf7086a25af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3142 | 2024.12.13 20:59:17.164097 [ 261 ] {9134d898-719c-4d50-90b9-2cf7086a25af} <Trace> oximeter.fields_string (5b8b6b34-88ee-4a07-bbae-ca77b5cb377f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3143 | 2024.12.13 20:59:17.164143 [ 261 ] {9134d898-719c-4d50-90b9-2cf7086a25af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 3144 | 2024.12.13 20:59:17.164572 [ 261 ] {9134d898-719c-4d50-90b9-2cf7086a25af} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3145 | 2024.12.13 20:59:17.164835 [ 261 ] {9134d898-719c-4d50-90b9-2cf7086a25af} <Trace> oximeter.fields_string (5b8b6b34-88ee-4a07-bbae-ca77b5cb377f): 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.13 20:59:17.165085 [ 261 ] {9134d898-719c-4d50-90b9-2cf7086a25af} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001877 sec., 29834.84283431007 rows/sec., 2.28 MiB/sec. | ||
| 3147 | 2024.12.13 20:59:17.165149 [ 261 ] {9134d898-719c-4d50-90b9-2cf7086a25af} <Debug> TCPHandler: Processed in 0.002307679 sec. | ||
| 3148 | 2024.12.13 20:59:17.165425 [ 262 ] {} <Trace> TCP-Session: ba79f2ea-3c39-4a82-87ed-b4543bed5a08 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3149 | 2024.12.13 20:59:17.165622 [ 262 ] {751ced06-28a1-436b-9f4b-9b9420dac744} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57603) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3150 | 2024.12.13 20:59:17.165697 [ 262 ] {751ced06-28a1-436b-9f4b-9b9420dac744} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3151 | 2024.12.13 20:59:17.166471 [ 262 ] {751ced06-28a1-436b-9f4b-9b9420dac744} <Trace> oximeter.fields_uuid (75bff165-9894-4896-8c72-35d0ef17bbe1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3152 | 2024.12.13 20:59:17.166524 [ 262 ] {751ced06-28a1-436b-9f4b-9b9420dac744} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 3153 | 2024.12.13 20:59:17.166966 [ 262 ] {751ced06-28a1-436b-9f4b-9b9420dac744} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3154 | 2024.12.13 20:59:17.167226 [ 262 ] {751ced06-28a1-436b-9f4b-9b9420dac744} <Trace> oximeter.fields_uuid (75bff165-9894-4896-8c72-35d0ef17bbe1): 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.13 20:59:17.167481 [ 262 ] {751ced06-28a1-436b-9f4b-9b9420dac744} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001915 sec., 33420.36553524804 rows/sec., 2.61 MiB/sec. | ||
| 3156 | 2024.12.13 20:59:17.167537 [ 262 ] {751ced06-28a1-436b-9f4b-9b9420dac744} <Debug> TCPHandler: Processed in 0.002264209 sec. | ||
| 3157 | 2024.12.13 20:59:17.167754 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3158 | 2024.12.13 20:59:17.167982 [ 261 ] {fda2a985-8a9b-41ca-a747-2ba0164f60eb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3159 | 2024.12.13 20:59:17.168081 [ 261 ] {fda2a985-8a9b-41ca-a747-2ba0164f60eb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3160 | 2024.12.13 20:59:17.168690 [ 261 ] {fda2a985-8a9b-41ca-a747-2ba0164f60eb} <Trace> oximeter.measurements_cumulativeu64 (622a7f09-a7e8-42f8-b1fb-316929b4f11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3161 | 2024.12.13 20:59:17.168730 [ 261 ] {fda2a985-8a9b-41ca-a747-2ba0164f60eb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 3162 | 2024.12.13 20:59:17.169131 [ 261 ] {fda2a985-8a9b-41ca-a747-2ba0164f60eb} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3163 | 2024.12.13 20:59:17.169386 [ 261 ] {fda2a985-8a9b-41ca-a747-2ba0164f60eb} <Trace> oximeter.measurements_cumulativeu64 (622a7f09-a7e8-42f8-b1fb-316929b4f11a): 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.13 20:59:17.169620 [ 261 ] {fda2a985-8a9b-41ca-a747-2ba0164f60eb} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001696 sec., 94339.62264150943 rows/sec., 6.57 MiB/sec. | ||
| 3165 | 2024.12.13 20:59:17.169678 [ 261 ] {fda2a985-8a9b-41ca-a747-2ba0164f60eb} <Debug> TCPHandler: Processed in 0.002033113 sec. | ||
| 3166 | 2024.12.13 20:59:17.169832 [ 262 ] {} <Trace> TCP-Session: ba79f2ea-3c39-4a82-87ed-b4543bed5a08 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3167 | 2024.12.13 20:59:17.169974 [ 262 ] {55d660ff-cc27-450b-81de-1045737ff584} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57603) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3168 | 2024.12.13 20:59:17.170035 [ 262 ] {55d660ff-cc27-450b-81de-1045737ff584} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3169 | 2024.12.13 20:59:17.170553 [ 262 ] {55d660ff-cc27-450b-81de-1045737ff584} <Trace> oximeter.measurements_u64 (cc3a5477-acbd-4caa-813d-ff4981ce9df1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3170 | 2024.12.13 20:59:17.170592 [ 262 ] {55d660ff-cc27-450b-81de-1045737ff584} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 3171 | 2024.12.13 20:59:17.170972 [ 262 ] {55d660ff-cc27-450b-81de-1045737ff584} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3172 | 2024.12.13 20:59:17.171218 [ 262 ] {55d660ff-cc27-450b-81de-1045737ff584} <Trace> oximeter.measurements_u64 (cc3a5477-acbd-4caa-813d-ff4981ce9df1): 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.13 20:59:17.171476 [ 262 ] {55d660ff-cc27-450b-81de-1045737ff584} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00153 sec., 39215.686274509804 rows/sec., 2.64 MiB/sec. | ||
| 3174 | 2024.12.13 20:59:17.171670 [ 262 ] {55d660ff-cc27-450b-81de-1045737ff584} <Debug> TCPHandler: Processed in 0.001901709 sec. | ||
| 3175 | 2024.12.13 20:59:17.797071 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3176 | 2024.12.13 20:59:17.797290 [ 261 ] {e8ccd14f-ef35-42c4-af5f-c501d953f9cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3177 | 2024.12.13 20:59:17.797369 [ 261 ] {e8ccd14f-ef35-42c4-af5f-c501d953f9cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3178 | 2024.12.13 20:59:17.798210 [ 261 ] {e8ccd14f-ef35-42c4-af5f-c501d953f9cd} <Trace> oximeter.fields_i16 (fa937343-6bd9-452b-a26b-53118aaaf570): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3179 | 2024.12.13 20:59:17.798262 [ 261 ] {e8ccd14f-ef35-42c4-af5f-c501d953f9cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 3180 | 2024.12.13 20:59:17.798708 [ 261 ] {e8ccd14f-ef35-42c4-af5f-c501d953f9cd} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3181 | 2024.12.13 20:59:17.798976 [ 261 ] {e8ccd14f-ef35-42c4-af5f-c501d953f9cd} <Trace> oximeter.fields_i16 (fa937343-6bd9-452b-a26b-53118aaaf570): 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.13 20:59:17.799169 [ 149 ] {} <Debug> oximeter.fields_i16 (fa937343-6bd9-452b-a26b-53118aaaf570) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 3183 | 2024.12.13 20:59:17.799231 [ 261 ] {e8ccd14f-ef35-42c4-af5f-c501d953f9cd} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001998 sec., 7007.007007007006 rows/sec., 504.41 KiB/sec. | ||
| 3184 | 2024.12.13 20:59:17.799245 [ 149 ] {} <Trace> oximeter.fields_i16 (fa937343-6bd9-452b-a26b-53118aaaf570): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3185 | 2024.12.13 20:59:17.799317 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 3186 | 2024.12.13 20:59:17.799371 [ 261 ] {e8ccd14f-ef35-42c4-af5f-c501d953f9cd} <Debug> TCPHandler: Processed in 0.002427973 sec. | ||
| 3187 | 2024.12.13 20:59:17.799585 [ 192 ] {fa937343-6bd9-452b-a26b-53118aaaf570::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.13 20:59:17.799661 [ 262 ] {} <Trace> TCP-Session: ba79f2ea-3c39-4a82-87ed-b4543bed5a08 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3189 | 2024.12.13 20:59:17.799780 [ 192 ] {fa937343-6bd9-452b-a26b-53118aaaf570::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3190 | 2024.12.13 20:59:17.799832 [ 192 ] {fa937343-6bd9-452b-a26b-53118aaaf570::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 | ||
| 3191 | 2024.12.13 20:59:17.799872 [ 262 ] {38f3d11a-2e3b-4b53-a9dd-138941f7e384} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57603) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 3192 | 2024.12.13 20:59:17.799983 [ 192 ] {fa937343-6bd9-452b-a26b-53118aaaf570::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 14 rows starting from the beginning of the part | ||
| 3193 | 2024.12.13 20:59:17.800038 [ 262 ] {38f3d11a-2e3b-4b53-a9dd-138941f7e384} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3194 | 2024.12.13 20:59:17.800399 [ 192 ] {fa937343-6bd9-452b-a26b-53118aaaf570::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.13 20:59:17.800782 [ 192 ] {fa937343-6bd9-452b-a26b-53118aaaf570::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.13 20:59:17.801102 [ 192 ] {fa937343-6bd9-452b-a26b-53118aaaf570::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.13 20:59:17.802359 [ 262 ] {38f3d11a-2e3b-4b53-a9dd-138941f7e384} <Trace> oximeter.fields_ipaddr (91c5d38f-5b59-4965-a2a0-ad69eed7fb29): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3198 | 2024.12.13 20:59:17.802413 [ 262 ] {38f3d11a-2e3b-4b53-a9dd-138941f7e384} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3199 | 2024.12.13 20:59:17.802906 [ 195 ] {fa937343-6bd9-452b-a26b-53118aaaf570::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.00347702 sec., 20132.18215598415 rows/sec., 1.49 MiB/sec. | ||
| 3200 | 2024.12.13 20:59:17.803108 [ 262 ] {38f3d11a-2e3b-4b53-a9dd-138941f7e384} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 3201 | 2024.12.13 20:59:17.803118 [ 195 ] {fa937343-6bd9-452b-a26b-53118aaaf570::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 3202 | 2024.12.13 20:59:17.803594 [ 262 ] {38f3d11a-2e3b-4b53-a9dd-138941f7e384} <Trace> oximeter.fields_ipaddr (91c5d38f-5b59-4965-a2a0-ad69eed7fb29): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3203 | 2024.12.13 20:59:17.803659 [ 195 ] {fa937343-6bd9-452b-a26b-53118aaaf570::all_1_9_2} <Trace> oximeter.fields_i16 (fa937343-6bd9-452b-a26b-53118aaaf570): 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.13 20:59:17.803846 [ 195 ] {fa937343-6bd9-452b-a26b-53118aaaf570::all_1_9_2} <Trace> oximeter.fields_i16 (fa937343-6bd9-452b-a26b-53118aaaf570) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 3205 | 2024.12.13 20:59:17.804159 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 3206 | 2024.12.13 20:59:17.804176 [ 262 ] {38f3d11a-2e3b-4b53-a9dd-138941f7e384} <Debug> executeQuery: Read 2 rows, 167.00 B in 0.004342 sec., 460.6172270842929 rows/sec., 37.56 KiB/sec. | ||
| 3207 | 2024.12.13 20:59:17.804280 [ 262 ] {38f3d11a-2e3b-4b53-a9dd-138941f7e384} <Debug> TCPHandler: Processed in 0.004765734 sec. | ||
| 3208 | 2024.12.13 20:59:17.804452 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3209 | 2024.12.13 20:59:17.804592 [ 261 ] {f23b45e6-a0e1-4668-a07e-bac53285744d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3210 | 2024.12.13 20:59:17.804653 [ 261 ] {f23b45e6-a0e1-4668-a07e-bac53285744d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3211 | 2024.12.13 20:59:17.806122 [ 261 ] {f23b45e6-a0e1-4668-a07e-bac53285744d} <Trace> oximeter.fields_string (5b8b6b34-88ee-4a07-bbae-ca77b5cb377f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3212 | 2024.12.13 20:59:17.806164 [ 261 ] {f23b45e6-a0e1-4668-a07e-bac53285744d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 3213 | 2024.12.13 20:59:17.806647 [ 261 ] {f23b45e6-a0e1-4668-a07e-bac53285744d} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3214 | 2024.12.13 20:59:17.806897 [ 261 ] {f23b45e6-a0e1-4668-a07e-bac53285744d} <Trace> oximeter.fields_string (5b8b6b34-88ee-4a07-bbae-ca77b5cb377f): 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.13 20:59:17.807063 [ 149 ] {} <Debug> oximeter.fields_string (5b8b6b34-88ee-4a07-bbae-ca77b5cb377f) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3216 | 2024.12.13 20:59:17.807123 [ 149 ] {} <Trace> oximeter.fields_string (5b8b6b34-88ee-4a07-bbae-ca77b5cb377f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3217 | 2024.12.13 20:59:17.807153 [ 261 ] {f23b45e6-a0e1-4668-a07e-bac53285744d} <Debug> executeQuery: Read 1426 rows, 121.94 KiB in 0.002588 sec., 551004.6367851623 rows/sec., 46.01 MiB/sec. | ||
| 3218 | 2024.12.13 20:59:17.807156 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 3219 | 2024.12.13 20:59:17.807357 [ 261 ] {f23b45e6-a0e1-4668-a07e-bac53285744d} <Debug> TCPHandler: Processed in 0.002970367 sec. | ||
| 3220 | 2024.12.13 20:59:17.807686 [ 262 ] {} <Trace> TCP-Session: ba79f2ea-3c39-4a82-87ed-b4543bed5a08 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3221 | 2024.12.13 20:59:17.807713 [ 192 ] {5b8b6b34-88ee-4a07-bbae-ca77b5cb377f::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 | ||
| 3222 | 2024.12.13 20:59:17.808040 [ 262 ] {3ebb2603-bcc7-4819-a8c5-3ca0ecf5935a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57603) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3223 | 2024.12.13 20:59:17.808072 [ 192 ] {5b8b6b34-88ee-4a07-bbae-ca77b5cb377f::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3224 | 2024.12.13 20:59:17.808117 [ 192 ] {5b8b6b34-88ee-4a07-bbae-ca77b5cb377f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1406 rows starting from the beginning of the part | ||
| 3225 | 2024.12.13 20:59:17.808118 [ 262 ] {3ebb2603-bcc7-4819-a8c5-3ca0ecf5935a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3226 | 2024.12.13 20:59:17.808359 [ 192 ] {5b8b6b34-88ee-4a07-bbae-ca77b5cb377f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 285 rows starting from the beginning of the part | ||
| 3227 | 2024.12.13 20:59:17.808771 [ 192 ] {5b8b6b34-88ee-4a07-bbae-ca77b5cb377f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 57 rows starting from the beginning of the part | ||
| 3228 | 2024.12.13 20:59:17.809104 [ 192 ] {5b8b6b34-88ee-4a07-bbae-ca77b5cb377f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 285 rows starting from the beginning of the part | ||
| 3229 | 2024.12.13 20:59:17.809482 [ 192 ] {5b8b6b34-88ee-4a07-bbae-ca77b5cb377f::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.13 20:59:17.809866 [ 192 ] {5b8b6b34-88ee-4a07-bbae-ca77b5cb377f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 1426 rows starting from the beginning of the part | ||
| 3231 | 2024.12.13 20:59:17.810826 [ 262 ] {3ebb2603-bcc7-4819-a8c5-3ca0ecf5935a} <Trace> oximeter.fields_u16 (d675a2d1-260a-4708-80e6-2a380b067dc4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3232 | 2024.12.13 20:59:17.810869 [ 262 ] {3ebb2603-bcc7-4819-a8c5-3ca0ecf5935a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3233 | 2024.12.13 20:59:17.811495 [ 262 ] {3ebb2603-bcc7-4819-a8c5-3ca0ecf5935a} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3234 | 2024.12.13 20:59:17.811776 [ 262 ] {3ebb2603-bcc7-4819-a8c5-3ca0ecf5935a} <Trace> oximeter.fields_u16 (d675a2d1-260a-4708-80e6-2a380b067dc4): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3235 | 2024.12.13 20:59:17.812055 [ 262 ] {3ebb2603-bcc7-4819-a8c5-3ca0ecf5935a} <Debug> executeQuery: Read 50 rows, 3.68 KiB in 0.004117 sec., 12144.765606023804 rows/sec., 893.54 KiB/sec. | ||
| 3236 | 2024.12.13 20:59:17.812248 [ 262 ] {3ebb2603-bcc7-4819-a8c5-3ca0ecf5935a} <Debug> TCPHandler: Processed in 0.004750454 sec. | ||
| 3237 | 2024.12.13 20:59:17.812496 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3238 | 2024.12.13 20:59:17.812531 [ 195 ] {5b8b6b34-88ee-4a07-bbae-ca77b5cb377f::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3515 rows, containing 5 columns (5 merged, 0 gathered) in 0.005211935 sec., 674413.6294869372 rows/sec., 59.20 MiB/sec. | ||
| 3239 | 2024.12.13 20:59:17.812641 [ 261 ] {e8104079-1fa1-4d72-aa63-541fa4162425} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3240 | 2024.12.13 20:59:17.812699 [ 261 ] {e8104079-1fa1-4d72-aa63-541fa4162425} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3241 | 2024.12.13 20:59:17.812917 [ 198 ] {5b8b6b34-88ee-4a07-bbae-ca77b5cb377f::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3242 | 2024.12.13 20:59:17.813613 [ 198 ] {5b8b6b34-88ee-4a07-bbae-ca77b5cb377f::all_1_21_4} <Trace> oximeter.fields_string (5b8b6b34-88ee-4a07-bbae-ca77b5cb377f): 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.13 20:59:17.813837 [ 198 ] {5b8b6b34-88ee-4a07-bbae-ca77b5cb377f::all_1_21_4} <Trace> oximeter.fields_string (5b8b6b34-88ee-4a07-bbae-ca77b5cb377f) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3244 | 2024.12.13 20:59:17.814063 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.84 MiB. | ||
| 3245 | 2024.12.13 20:59:17.814172 [ 261 ] {e8104079-1fa1-4d72-aa63-541fa4162425} <Trace> oximeter.fields_u32 (db0931ff-d72d-49c4-80b8-a69047ae71a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3246 | 2024.12.13 20:59:17.814217 [ 261 ] {e8104079-1fa1-4d72-aa63-541fa4162425} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 3247 | 2024.12.13 20:59:17.814652 [ 261 ] {e8104079-1fa1-4d72-aa63-541fa4162425} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3248 | 2024.12.13 20:59:17.814910 [ 261 ] {e8104079-1fa1-4d72-aa63-541fa4162425} <Trace> oximeter.fields_u32 (db0931ff-d72d-49c4-80b8-a69047ae71a5): 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.13 20:59:17.815141 [ 261 ] {e8104079-1fa1-4d72-aa63-541fa4162425} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.002533 sec., 95538.88669561784 rows/sec., 6.47 MiB/sec. | ||
| 3250 | 2024.12.13 20:59:17.815212 [ 261 ] {e8104079-1fa1-4d72-aa63-541fa4162425} <Debug> TCPHandler: Processed in 0.002858294 sec. | ||
| 3251 | 2024.12.13 20:59:17.815376 [ 262 ] {} <Trace> TCP-Session: ba79f2ea-3c39-4a82-87ed-b4543bed5a08 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3252 | 2024.12.13 20:59:17.815518 [ 262 ] {bbc1048e-e0b7-4aa1-9810-b994df0f644d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57603) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3253 | 2024.12.13 20:59:17.815577 [ 262 ] {bbc1048e-e0b7-4aa1-9810-b994df0f644d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3254 | 2024.12.13 20:59:17.816290 [ 262 ] {bbc1048e-e0b7-4aa1-9810-b994df0f644d} <Trace> oximeter.fields_u8 (dff66ad8-7c17-40cc-8854-b493f299c0b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3255 | 2024.12.13 20:59:17.816331 [ 262 ] {bbc1048e-e0b7-4aa1-9810-b994df0f644d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 3256 | 2024.12.13 20:59:17.816696 [ 262 ] {bbc1048e-e0b7-4aa1-9810-b994df0f644d} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3257 | 2024.12.13 20:59:17.816951 [ 262 ] {bbc1048e-e0b7-4aa1-9810-b994df0f644d} <Trace> oximeter.fields_u8 (dff66ad8-7c17-40cc-8854-b493f299c0b1): 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.13 20:59:17.817105 [ 149 ] {} <Debug> oximeter.fields_u8 (dff66ad8-7c17-40cc-8854-b493f299c0b1) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 3259 | 2024.12.13 20:59:17.817175 [ 149 ] {} <Trace> oximeter.fields_u8 (dff66ad8-7c17-40cc-8854-b493f299c0b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3260 | 2024.12.13 20:59:17.817212 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 3261 | 2024.12.13 20:59:17.817219 [ 262 ] {bbc1048e-e0b7-4aa1-9810-b994df0f644d} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001727 sec., 7527.504342790967 rows/sec., 469.34 KiB/sec. | ||
| 3262 | 2024.12.13 20:59:17.817633 [ 262 ] {bbc1048e-e0b7-4aa1-9810-b994df0f644d} <Debug> TCPHandler: Processed in 0.00230696 sec. | ||
| 3263 | 2024.12.13 20:59:17.817642 [ 195 ] {dff66ad8-7c17-40cc-8854-b493f299c0b1::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.13 20:59:17.817893 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3265 | 2024.12.13 20:59:17.817938 [ 195 ] {dff66ad8-7c17-40cc-8854-b493f299c0b1::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3266 | 2024.12.13 20:59:17.817974 [ 195 ] {dff66ad8-7c17-40cc-8854-b493f299c0b1::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.13 20:59:17.818064 [ 261 ] {ea672bf6-1026-4c88-9360-75351efd9661} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3268 | 2024.12.13 20:59:17.818175 [ 195 ] {dff66ad8-7c17-40cc-8854-b493f299c0b1::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.13 20:59:17.818225 [ 261 ] {ea672bf6-1026-4c88-9360-75351efd9661} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3270 | 2024.12.13 20:59:17.818596 [ 195 ] {dff66ad8-7c17-40cc-8854-b493f299c0b1::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.13 20:59:17.819144 [ 195 ] {dff66ad8-7c17-40cc-8854-b493f299c0b1::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.13 20:59:17.819584 [ 195 ] {dff66ad8-7c17-40cc-8854-b493f299c0b1::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.13 20:59:17.821341 [ 198 ] {dff66ad8-7c17-40cc-8854-b493f299c0b1::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004051595 sec., 16043.06452150326 rows/sec., 1.04 MiB/sec. | ||
| 3274 | 2024.12.13 20:59:17.821360 [ 261 ] {ea672bf6-1026-4c88-9360-75351efd9661} <Trace> oximeter.fields_uuid (75bff165-9894-4896-8c72-35d0ef17bbe1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3275 | 2024.12.13 20:59:17.821416 [ 261 ] {ea672bf6-1026-4c88-9360-75351efd9661} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 3276 | 2024.12.13 20:59:17.821503 [ 199 ] {dff66ad8-7c17-40cc-8854-b493f299c0b1::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 3277 | 2024.12.13 20:59:17.821892 [ 199 ] {dff66ad8-7c17-40cc-8854-b493f299c0b1::all_1_9_2} <Trace> oximeter.fields_u8 (dff66ad8-7c17-40cc-8854-b493f299c0b1): 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.13 20:59:17.821952 [ 261 ] {ea672bf6-1026-4c88-9360-75351efd9661} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3279 | 2024.12.13 20:59:17.821988 [ 199 ] {dff66ad8-7c17-40cc-8854-b493f299c0b1::all_1_9_2} <Trace> oximeter.fields_u8 (dff66ad8-7c17-40cc-8854-b493f299c0b1) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 3280 | 2024.12.13 20:59:17.822079 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 3281 | 2024.12.13 20:59:17.822235 [ 261 ] {ea672bf6-1026-4c88-9360-75351efd9661} <Trace> oximeter.fields_uuid (75bff165-9894-4896-8c72-35d0ef17bbe1): 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.13 20:59:17.822406 [ 148 ] {} <Debug> oximeter.fields_uuid (75bff165-9894-4896-8c72-35d0ef17bbe1) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3283 | 2024.12.13 20:59:17.822477 [ 148 ] {} <Trace> oximeter.fields_uuid (75bff165-9894-4896-8c72-35d0ef17bbe1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3284 | 2024.12.13 20:59:17.822512 [ 261 ] {ea672bf6-1026-4c88-9360-75351efd9661} <Debug> executeQuery: Read 881 rows, 65.42 KiB in 0.004488 sec., 196301.247771836 rows/sec., 14.23 MiB/sec. | ||
| 3285 | 2024.12.13 20:59:17.822527 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 3286 | 2024.12.13 20:59:17.822736 [ 261 ] {ea672bf6-1026-4c88-9360-75351efd9661} <Debug> TCPHandler: Processed in 0.004973459 sec. | ||
| 3287 | 2024.12.13 20:59:17.822941 [ 195 ] {75bff165-9894-4896-8c72-35d0ef17bbe1::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.13 20:59:17.823148 [ 262 ] {} <Trace> TCP-Session: ba79f2ea-3c39-4a82-87ed-b4543bed5a08 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3289 | 2024.12.13 20:59:17.823445 [ 195 ] {75bff165-9894-4896-8c72-35d0ef17bbe1::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3290 | 2024.12.13 20:59:17.823534 [ 195 ] {75bff165-9894-4896-8c72-35d0ef17bbe1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 884 rows starting from the beginning of the part | ||
| 3291 | 2024.12.13 20:59:17.823560 [ 262 ] {650f9604-695d-44fd-9576-bcefc142763b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57603) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3292 | 2024.12.13 20:59:17.823733 [ 195 ] {75bff165-9894-4896-8c72-35d0ef17bbe1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 436 rows starting from the beginning of the part | ||
| 3293 | 2024.12.13 20:59:17.823751 [ 262 ] {650f9604-695d-44fd-9576-bcefc142763b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3294 | 2024.12.13 20:59:17.824049 [ 195 ] {75bff165-9894-4896-8c72-35d0ef17bbe1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 66 rows starting from the beginning of the part | ||
| 3295 | 2024.12.13 20:59:17.824363 [ 195 ] {75bff165-9894-4896-8c72-35d0ef17bbe1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 423 rows starting from the beginning of the part | ||
| 3296 | 2024.12.13 20:59:17.824702 [ 195 ] {75bff165-9894-4896-8c72-35d0ef17bbe1::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.13 20:59:17.825034 [ 195 ] {75bff165-9894-4896-8c72-35d0ef17bbe1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 881 rows starting from the beginning of the part | ||
| 3298 | 2024.12.13 20:59:17.826408 [ 262 ] {650f9604-695d-44fd-9576-bcefc142763b} <Trace> oximeter.measurements_bool (e2b503a0-fc05-44eb-86c2-76ac8cc47d1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3299 | 2024.12.13 20:59:17.826465 [ 262 ] {650f9604-695d-44fd-9576-bcefc142763b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3300 | 2024.12.13 20:59:17.827496 [ 262 ] {650f9604-695d-44fd-9576-bcefc142763b} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3301 | 2024.12.13 20:59:17.827860 [ 262 ] {650f9604-695d-44fd-9576-bcefc142763b} <Trace> oximeter.measurements_bool (e2b503a0-fc05-44eb-86c2-76ac8cc47d1a): 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.13 20:59:17.828357 [ 262 ] {650f9604-695d-44fd-9576-bcefc142763b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004841 sec., 1239.4133443503408 rows/sec., 64.75 KiB/sec. | ||
| 3303 | 2024.12.13 20:59:17.828720 [ 262 ] {650f9604-695d-44fd-9576-bcefc142763b} <Debug> TCPHandler: Processed in 0.005842552 sec. | ||
| 3304 | 2024.12.13 20:59:17.828947 [ 195 ] {75bff165-9894-4896-8c72-35d0ef17bbe1::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2754 rows, containing 5 columns (5 merged, 0 gathered) in 0.006294943 sec., 437494.03290863795 rows/sec., 33.39 MiB/sec. | ||
| 3305 | 2024.12.13 20:59:17.828976 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3306 | 2024.12.13 20:59:17.829184 [ 261 ] {0815ca03-d5ab-4f1b-8d02-4f4a28ca530b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3307 | 2024.12.13 20:59:17.829210 [ 198 ] {75bff165-9894-4896-8c72-35d0ef17bbe1::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3308 | 2024.12.13 20:59:17.829315 [ 261 ] {0815ca03-d5ab-4f1b-8d02-4f4a28ca530b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3309 | 2024.12.13 20:59:17.829829 [ 198 ] {75bff165-9894-4896-8c72-35d0ef17bbe1::all_1_21_4} <Trace> oximeter.fields_uuid (75bff165-9894-4896-8c72-35d0ef17bbe1): 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.13 20:59:17.829982 [ 198 ] {75bff165-9894-4896-8c72-35d0ef17bbe1::all_1_21_4} <Trace> oximeter.fields_uuid (75bff165-9894-4896-8c72-35d0ef17bbe1) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3311 | 2024.12.13 20:59:17.830079 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.58 MiB. | ||
| 3312 | 2024.12.13 20:59:17.830536 [ 261 ] {0815ca03-d5ab-4f1b-8d02-4f4a28ca530b} <Trace> oximeter.measurements_cumulativeu64 (622a7f09-a7e8-42f8-b1fb-316929b4f11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3313 | 2024.12.13 20:59:17.830581 [ 261 ] {0815ca03-d5ab-4f1b-8d02-4f4a28ca530b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 3314 | 2024.12.13 20:59:17.831032 [ 261 ] {0815ca03-d5ab-4f1b-8d02-4f4a28ca530b} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3315 | 2024.12.13 20:59:17.831276 [ 261 ] {0815ca03-d5ab-4f1b-8d02-4f4a28ca530b} <Trace> oximeter.measurements_cumulativeu64 (622a7f09-a7e8-42f8-b1fb-316929b4f11a): 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.13 20:59:17.831445 [ 148 ] {} <Debug> oximeter.measurements_cumulativeu64 (622a7f09-a7e8-42f8-b1fb-316929b4f11a) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3317 | 2024.12.13 20:59:17.831507 [ 148 ] {} <Trace> oximeter.measurements_cumulativeu64 (622a7f09-a7e8-42f8-b1fb-316929b4f11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3318 | 2024.12.13 20:59:17.831545 [ 261 ] {0815ca03-d5ab-4f1b-8d02-4f4a28ca530b} <Debug> executeQuery: Read 956 rows, 65.04 KiB in 0.002403 sec., 397836.03828547645 rows/sec., 26.43 MiB/sec. | ||
| 3319 | 2024.12.13 20:59:17.831553 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 3320 | 2024.12.13 20:59:17.831742 [ 261 ] {0815ca03-d5ab-4f1b-8d02-4f4a28ca530b} <Debug> TCPHandler: Processed in 0.002884355 sec. | ||
| 3321 | 2024.12.13 20:59:17.832075 [ 189 ] {622a7f09-a7e8-42f8-b1fb-316929b4f11a::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.13 20:59:17.832206 [ 262 ] {} <Trace> TCP-Session: ba79f2ea-3c39-4a82-87ed-b4543bed5a08 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3323 | 2024.12.13 20:59:17.832376 [ 189 ] {622a7f09-a7e8-42f8-b1fb-316929b4f11a::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3324 | 2024.12.13 20:59:17.832467 [ 189 ] {622a7f09-a7e8-42f8-b1fb-316929b4f11a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 5201 rows starting from the beginning of the part | ||
| 3325 | 2024.12.13 20:59:17.832467 [ 262 ] {e26d5fcb-4da5-4ca2-8591-2975797679c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57603) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3326 | 2024.12.13 20:59:17.832624 [ 262 ] {e26d5fcb-4da5-4ca2-8591-2975797679c6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3327 | 2024.12.13 20:59:17.832742 [ 189 ] {622a7f09-a7e8-42f8-b1fb-316929b4f11a::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.13 20:59:17.833147 [ 189 ] {622a7f09-a7e8-42f8-b1fb-316929b4f11a::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 161 rows starting from the beginning of the part | ||
| 3329 | 2024.12.13 20:59:17.833541 [ 189 ] {622a7f09-a7e8-42f8-b1fb-316929b4f11a::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.13 20:59:17.833871 [ 189 ] {622a7f09-a7e8-42f8-b1fb-316929b4f11a::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.13 20:59:17.834254 [ 189 ] {622a7f09-a7e8-42f8-b1fb-316929b4f11a::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.13 20:59:17.835286 [ 262 ] {e26d5fcb-4da5-4ca2-8591-2975797679c6} <Trace> oximeter.measurements_f64 (e63d307a-4800-4395-92a7-5a221df216fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3333 | 2024.12.13 20:59:17.835355 [ 262 ] {e26d5fcb-4da5-4ca2-8591-2975797679c6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3334 | 2024.12.13 20:59:17.835975 [ 262 ] {e26d5fcb-4da5-4ca2-8591-2975797679c6} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3335 | 2024.12.13 20:59:17.836523 [ 262 ] {e26d5fcb-4da5-4ca2-8591-2975797679c6} <Trace> oximeter.measurements_f64 (e63d307a-4800-4395-92a7-5a221df216fb): 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.13 20:59:17.837026 [ 262 ] {e26d5fcb-4da5-4ca2-8591-2975797679c6} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004616 sec., 216.6377816291161 rows/sec., 14.60 KiB/sec. | ||
| 3337 | 2024.12.13 20:59:17.837129 [ 262 ] {e26d5fcb-4da5-4ca2-8591-2975797679c6} <Debug> TCPHandler: Processed in 0.005237276 sec. | ||
| 3338 | 2024.12.13 20:59:17.837287 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3339 | 2024.12.13 20:59:17.837431 [ 261 ] {d76f407a-e0b3-419b-9a31-42ac7584a41e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3340 | 2024.12.13 20:59:17.837569 [ 261 ] {d76f407a-e0b3-419b-9a31-42ac7584a41e} <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.13 20:59:17.838880 [ 198 ] {622a7f09-a7e8-42f8-b1fb-316929b4f11a::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 6952 rows, containing 5 columns (5 merged, 0 gathered) in 0.007169595 sec., 969650.3080020559 rows/sec., 65.29 MiB/sec. | ||
| 3342 | 2024.12.13 20:59:17.839539 [ 198 ] {622a7f09-a7e8-42f8-b1fb-316929b4f11a::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3343 | 2024.12.13 20:59:17.840217 [ 261 ] {d76f407a-e0b3-419b-9a31-42ac7584a41e} <Trace> oximeter.measurements_histogramu64 (0435d810-cbe3-4332-a7be-27034ee0470b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3344 | 2024.12.13 20:59:17.840262 [ 198 ] {622a7f09-a7e8-42f8-b1fb-316929b4f11a::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (622a7f09-a7e8-42f8-b1fb-316929b4f11a): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3345 | 2024.12.13 20:59:17.840295 [ 261 ] {d76f407a-e0b3-419b-9a31-42ac7584a41e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 3346 | 2024.12.13 20:59:17.840435 [ 198 ] {622a7f09-a7e8-42f8-b1fb-316929b4f11a::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (622a7f09-a7e8-42f8-b1fb-316929b4f11a) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3347 | 2024.12.13 20:59:17.840642 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.43 MiB. | ||
| 3348 | 2024.12.13 20:59:17.841284 [ 261 ] {d76f407a-e0b3-419b-9a31-42ac7584a41e} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3349 | 2024.12.13 20:59:17.841570 [ 261 ] {d76f407a-e0b3-419b-9a31-42ac7584a41e} <Trace> oximeter.measurements_histogramu64 (0435d810-cbe3-4332-a7be-27034ee0470b): 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.13 20:59:17.841806 [ 261 ] {d76f407a-e0b3-419b-9a31-42ac7584a41e} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.004406 sec., 9305.492510213346 rows/sec., 16.68 MiB/sec. | ||
| 3351 | 2024.12.13 20:59:17.841936 [ 261 ] {d76f407a-e0b3-419b-9a31-42ac7584a41e} <Debug> TCPHandler: Processed in 0.004717893 sec. | ||
| 3352 | 2024.12.13 20:59:17.842097 [ 262 ] {} <Trace> TCP-Session: ba79f2ea-3c39-4a82-87ed-b4543bed5a08 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3353 | 2024.12.13 20:59:17.842238 [ 262 ] {804aef84-ab79-45d9-9da1-2792806b5695} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57603) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3354 | 2024.12.13 20:59:17.842299 [ 262 ] {804aef84-ab79-45d9-9da1-2792806b5695} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3355 | 2024.12.13 20:59:17.842888 [ 262 ] {804aef84-ab79-45d9-9da1-2792806b5695} <Trace> oximeter.measurements_u64 (cc3a5477-acbd-4caa-813d-ff4981ce9df1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3356 | 2024.12.13 20:59:17.842934 [ 262 ] {804aef84-ab79-45d9-9da1-2792806b5695} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 3357 | 2024.12.13 20:59:17.843340 [ 262 ] {804aef84-ab79-45d9-9da1-2792806b5695} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3358 | 2024.12.13 20:59:17.843593 [ 262 ] {804aef84-ab79-45d9-9da1-2792806b5695} <Trace> oximeter.measurements_u64 (cc3a5477-acbd-4caa-813d-ff4981ce9df1): 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.13 20:59:17.843716 [ 148 ] {} <Debug> oximeter.measurements_u64 (cc3a5477-acbd-4caa-813d-ff4981ce9df1) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3360 | 2024.12.13 20:59:17.843751 [ 148 ] {} <Trace> oximeter.measurements_u64 (cc3a5477-acbd-4caa-813d-ff4981ce9df1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3361 | 2024.12.13 20:59:17.843773 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.38 GiB. | ||
| 3362 | 2024.12.13 20:59:17.843785 [ 262 ] {804aef84-ab79-45d9-9da1-2792806b5695} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.001578 sec., 21546.261089987325 rows/sec., 1.25 MiB/sec. | ||
| 3363 | 2024.12.13 20:59:17.843900 [ 262 ] {804aef84-ab79-45d9-9da1-2792806b5695} <Debug> TCPHandler: Processed in 0.001857329 sec. | ||
| 3364 | 2024.12.13 20:59:17.843938 [ 188 ] {cc3a5477-acbd-4caa-813d-ff4981ce9df1::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.13 20:59:17.844061 [ 188 ] {cc3a5477-acbd-4caa-813d-ff4981ce9df1::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3366 | 2024.12.13 20:59:17.844098 [ 188 ] {cc3a5477-acbd-4caa-813d-ff4981ce9df1::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 870 rows starting from the beginning of the part | ||
| 3367 | 2024.12.13 20:59:17.844194 [ 188 ] {cc3a5477-acbd-4caa-813d-ff4981ce9df1::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.13 20:59:17.844397 [ 188 ] {cc3a5477-acbd-4caa-813d-ff4981ce9df1::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.13 20:59:17.844565 [ 188 ] {cc3a5477-acbd-4caa-813d-ff4981ce9df1::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.13 20:59:17.844720 [ 188 ] {cc3a5477-acbd-4caa-813d-ff4981ce9df1::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.13 20:59:17.844889 [ 188 ] {cc3a5477-acbd-4caa-813d-ff4981ce9df1::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.13 20:59:17.846086 [ 198 ] {cc3a5477-acbd-4caa-813d-ff4981ce9df1::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1188 rows, containing 4 columns (4 merged, 0 gathered) in 0.002259678 sec., 525738.6229365423 rows/sec., 34.12 MiB/sec. | ||
| 3373 | 2024.12.13 20:59:17.846295 [ 195 ] {cc3a5477-acbd-4caa-813d-ff4981ce9df1::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3374 | 2024.12.13 20:59:17.846649 [ 195 ] {cc3a5477-acbd-4caa-813d-ff4981ce9df1::all_1_21_4} <Trace> oximeter.measurements_u64 (cc3a5477-acbd-4caa-813d-ff4981ce9df1): 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.13 20:59:17.846744 [ 195 ] {cc3a5477-acbd-4caa-813d-ff4981ce9df1::all_1_21_4} <Trace> oximeter.measurements_u64 (cc3a5477-acbd-4caa-813d-ff4981ce9df1) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3376 | 2024.12.13 20:59:17.846840 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.42 MiB. | ||
| 3377 | 2024.12.13 20:59:18.000197 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 178.32 MiB, peak 182.54 MiB, free memory in arenas 0.00 B, will set to 177.28 MiB (RSS), difference: -1.04 MiB | ||
| 3378 | 2024.12.13 20:59:21.120333 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 488 | ||
| 3379 | 2024.12.13 20:59:21.123863 [ 244 ] {} <Trace> system.query_log (909797ee-5efd-476a-9e9e-2a430c5c4abc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3380 | 2024.12.13 20:59:21.123921 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3381 | 2024.12.13 20:59:21.125479 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3382 | 2024.12.13 20:59:21.125794 [ 244 ] {} <Trace> system.query_log (909797ee-5efd-476a-9e9e-2a430c5c4abc): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3383 | 2024.12.13 20:59:21.126397 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 488 | ||
| 3384 | 2024.12.13 20:59:22.161826 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3385 | 2024.12.13 20:59:22.162124 [ 261 ] {5e988ca0-8282-4b49-b252-36b16aea6e3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3386 | 2024.12.13 20:59:22.162235 [ 261 ] {5e988ca0-8282-4b49-b252-36b16aea6e3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3387 | 2024.12.13 20:59:22.163023 [ 261 ] {5e988ca0-8282-4b49-b252-36b16aea6e3f} <Trace> oximeter.fields_string (5b8b6b34-88ee-4a07-bbae-ca77b5cb377f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3388 | 2024.12.13 20:59:22.163071 [ 261 ] {5e988ca0-8282-4b49-b252-36b16aea6e3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3389 | 2024.12.13 20:59:22.163502 [ 261 ] {5e988ca0-8282-4b49-b252-36b16aea6e3f} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3390 | 2024.12.13 20:59:22.163754 [ 261 ] {5e988ca0-8282-4b49-b252-36b16aea6e3f} <Trace> oximeter.fields_string (5b8b6b34-88ee-4a07-bbae-ca77b5cb377f): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3391 | 2024.12.13 20:59:22.164000 [ 261 ] {5e988ca0-8282-4b49-b252-36b16aea6e3f} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001958 sec., 28600.61287027579 rows/sec., 2.18 MiB/sec. | ||
| 3392 | 2024.12.13 20:59:22.164065 [ 261 ] {5e988ca0-8282-4b49-b252-36b16aea6e3f} <Debug> TCPHandler: Processed in 0.002424333 sec. | ||
| 3393 | 2024.12.13 20:59:22.164342 [ 262 ] {} <Trace> TCP-Session: ba79f2ea-3c39-4a82-87ed-b4543bed5a08 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3394 | 2024.12.13 20:59:22.164558 [ 262 ] {6b81295d-4b01-4d8d-a1fd-338d9de8792b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57603) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3395 | 2024.12.13 20:59:22.164640 [ 262 ] {6b81295d-4b01-4d8d-a1fd-338d9de8792b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3396 | 2024.12.13 20:59:22.165467 [ 262 ] {6b81295d-4b01-4d8d-a1fd-338d9de8792b} <Trace> oximeter.fields_uuid (75bff165-9894-4896-8c72-35d0ef17bbe1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3397 | 2024.12.13 20:59:22.165508 [ 262 ] {6b81295d-4b01-4d8d-a1fd-338d9de8792b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3398 | 2024.12.13 20:59:22.165965 [ 262 ] {6b81295d-4b01-4d8d-a1fd-338d9de8792b} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3399 | 2024.12.13 20:59:22.166228 [ 262 ] {6b81295d-4b01-4d8d-a1fd-338d9de8792b} <Trace> oximeter.fields_uuid (75bff165-9894-4896-8c72-35d0ef17bbe1): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3400 | 2024.12.13 20:59:22.166426 [ 262 ] {6b81295d-4b01-4d8d-a1fd-338d9de8792b} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00193 sec., 33160.62176165803 rows/sec., 2.59 MiB/sec. | ||
| 3401 | 2024.12.13 20:59:22.166481 [ 262 ] {6b81295d-4b01-4d8d-a1fd-338d9de8792b} <Debug> TCPHandler: Processed in 0.002280699 sec. | ||
| 3402 | 2024.12.13 20:59:22.166689 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3403 | 2024.12.13 20:59:22.166917 [ 261 ] {87924510-294e-463d-b20a-d08903e83432} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3404 | 2024.12.13 20:59:22.167016 [ 261 ] {87924510-294e-463d-b20a-d08903e83432} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3405 | 2024.12.13 20:59:22.167704 [ 261 ] {87924510-294e-463d-b20a-d08903e83432} <Trace> oximeter.measurements_cumulativeu64 (622a7f09-a7e8-42f8-b1fb-316929b4f11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3406 | 2024.12.13 20:59:22.167743 [ 261 ] {87924510-294e-463d-b20a-d08903e83432} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3407 | 2024.12.13 20:59:22.168136 [ 261 ] {87924510-294e-463d-b20a-d08903e83432} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3408 | 2024.12.13 20:59:22.168370 [ 261 ] {87924510-294e-463d-b20a-d08903e83432} <Trace> oximeter.measurements_cumulativeu64 (622a7f09-a7e8-42f8-b1fb-316929b4f11a): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3409 | 2024.12.13 20:59:22.168583 [ 261 ] {87924510-294e-463d-b20a-d08903e83432} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001725 sec., 74202.89855072464 rows/sec., 5.17 MiB/sec. | ||
| 3410 | 2024.12.13 20:59:22.168635 [ 261 ] {87924510-294e-463d-b20a-d08903e83432} <Debug> TCPHandler: Processed in 0.002055083 sec. | ||
| 3411 | 2024.12.13 20:59:22.168782 [ 262 ] {} <Trace> TCP-Session: ba79f2ea-3c39-4a82-87ed-b4543bed5a08 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3412 | 2024.12.13 20:59:22.168900 [ 262 ] {7df74a86-ce54-41ea-b7ac-ade1430c059c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57603) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3413 | 2024.12.13 20:59:22.168953 [ 262 ] {7df74a86-ce54-41ea-b7ac-ade1430c059c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3414 | 2024.12.13 20:59:22.169463 [ 262 ] {7df74a86-ce54-41ea-b7ac-ade1430c059c} <Trace> oximeter.measurements_u64 (cc3a5477-acbd-4caa-813d-ff4981ce9df1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3415 | 2024.12.13 20:59:22.169501 [ 262 ] {7df74a86-ce54-41ea-b7ac-ade1430c059c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3416 | 2024.12.13 20:59:22.169887 [ 262 ] {7df74a86-ce54-41ea-b7ac-ade1430c059c} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3417 | 2024.12.13 20:59:22.170148 [ 262 ] {7df74a86-ce54-41ea-b7ac-ade1430c059c} <Trace> oximeter.measurements_u64 (cc3a5477-acbd-4caa-813d-ff4981ce9df1): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3418 | 2024.12.13 20:59:22.170332 [ 262 ] {7df74a86-ce54-41ea-b7ac-ade1430c059c} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001458 sec., 32921.810699588474 rows/sec., 2.22 MiB/sec. | ||
| 3419 | 2024.12.13 20:59:22.170381 [ 262 ] {7df74a86-ce54-41ea-b7ac-ade1430c059c} <Debug> TCPHandler: Processed in 0.001652792 sec. | ||
| 3420 | 2024.12.13 20:59:23.570869 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 6893 | ||
| 3421 | 2024.12.13 20:59:23.571515 [ 242 ] {} <Trace> system.asynchronous_metric_log (bfd632e9-c8e2-471e-b238-7df687a4f8ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3422 | 2024.12.13 20:59:23.571563 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3423 | 2024.12.13 20:59:23.572084 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3424 | 2024.12.13 20:59:23.572337 [ 242 ] {} <Trace> system.asynchronous_metric_log (bfd632e9-c8e2-471e-b238-7df687a4f8ca): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3425 | 2024.12.13 20:59:23.572601 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6893 | ||
| 3426 | 2024.12.13 20:59:24.028780 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 114 | ||
| 3427 | 2024.12.13 20:59:24.050118 [ 243 ] {} <Trace> system.metric_log (6f41e073-4f68-44d4-8e91-392ee6d2702a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3428 | 2024.12.13 20:59:24.050175 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3429 | 2024.12.13 20:59:24.057949 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3430 | 2024.12.13 20:59:24.058770 [ 243 ] {} <Trace> system.metric_log (6f41e073-4f68-44d4-8e91-392ee6d2702a): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3431 | 2024.12.13 20:59:24.061795 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 114 | ||
| 3432 | 2024.12.13 20:59:27.162244 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3433 | 2024.12.13 20:59:27.162430 [ 261 ] {559a14a5-2288-4310-ac40-0e4cdff96373} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3434 | 2024.12.13 20:59:27.162501 [ 261 ] {559a14a5-2288-4310-ac40-0e4cdff96373} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3435 | 2024.12.13 20:59:27.163238 [ 261 ] {559a14a5-2288-4310-ac40-0e4cdff96373} <Trace> oximeter.fields_string (5b8b6b34-88ee-4a07-bbae-ca77b5cb377f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3436 | 2024.12.13 20:59:27.163280 [ 261 ] {559a14a5-2288-4310-ac40-0e4cdff96373} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3437 | 2024.12.13 20:59:27.163753 [ 261 ] {559a14a5-2288-4310-ac40-0e4cdff96373} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3438 | 2024.12.13 20:59:27.164019 [ 261 ] {559a14a5-2288-4310-ac40-0e4cdff96373} <Trace> oximeter.fields_string (5b8b6b34-88ee-4a07-bbae-ca77b5cb377f): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3439 | 2024.12.13 20:59:27.164230 [ 261 ] {559a14a5-2288-4310-ac40-0e4cdff96373} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001848 sec., 30303.030303030304 rows/sec., 2.31 MiB/sec. | ||
| 3440 | 2024.12.13 20:59:27.164291 [ 261 ] {559a14a5-2288-4310-ac40-0e4cdff96373} <Debug> TCPHandler: Processed in 0.002172397 sec. | ||
| 3441 | 2024.12.13 20:59:27.164547 [ 262 ] {} <Trace> TCP-Session: ba79f2ea-3c39-4a82-87ed-b4543bed5a08 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3442 | 2024.12.13 20:59:27.164765 [ 262 ] {c51ab192-b1bb-4fe0-9d59-0165ad91b14e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57603) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3443 | 2024.12.13 20:59:27.164851 [ 262 ] {c51ab192-b1bb-4fe0-9d59-0165ad91b14e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3444 | 2024.12.13 20:59:27.165700 [ 262 ] {c51ab192-b1bb-4fe0-9d59-0165ad91b14e} <Trace> oximeter.fields_uuid (75bff165-9894-4896-8c72-35d0ef17bbe1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3445 | 2024.12.13 20:59:27.165753 [ 262 ] {c51ab192-b1bb-4fe0-9d59-0165ad91b14e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3446 | 2024.12.13 20:59:27.166210 [ 262 ] {c51ab192-b1bb-4fe0-9d59-0165ad91b14e} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3447 | 2024.12.13 20:59:27.166476 [ 262 ] {c51ab192-b1bb-4fe0-9d59-0165ad91b14e} <Trace> oximeter.fields_uuid (75bff165-9894-4896-8c72-35d0ef17bbe1): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3448 | 2024.12.13 20:59:27.166716 [ 262 ] {c51ab192-b1bb-4fe0-9d59-0165ad91b14e} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002013 sec., 31793.343268753106 rows/sec., 2.48 MiB/sec. | ||
| 3449 | 2024.12.13 20:59:27.166773 [ 262 ] {c51ab192-b1bb-4fe0-9d59-0165ad91b14e} <Debug> TCPHandler: Processed in 0.002375132 sec. | ||
| 3450 | 2024.12.13 20:59:27.166922 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3451 | 2024.12.13 20:59:27.167048 [ 261 ] {dd860279-05b3-47bb-82a2-cfc5b758134d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3452 | 2024.12.13 20:59:27.167103 [ 261 ] {dd860279-05b3-47bb-82a2-cfc5b758134d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3453 | 2024.12.13 20:59:27.167691 [ 261 ] {dd860279-05b3-47bb-82a2-cfc5b758134d} <Trace> oximeter.measurements_cumulativeu64 (622a7f09-a7e8-42f8-b1fb-316929b4f11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3454 | 2024.12.13 20:59:27.167728 [ 261 ] {dd860279-05b3-47bb-82a2-cfc5b758134d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3455 | 2024.12.13 20:59:27.168137 [ 261 ] {dd860279-05b3-47bb-82a2-cfc5b758134d} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3456 | 2024.12.13 20:59:27.168376 [ 261 ] {dd860279-05b3-47bb-82a2-cfc5b758134d} <Trace> oximeter.measurements_cumulativeu64 (622a7f09-a7e8-42f8-b1fb-316929b4f11a): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3457 | 2024.12.13 20:59:27.168590 [ 261 ] {dd860279-05b3-47bb-82a2-cfc5b758134d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001568 sec., 102040.81632653062 rows/sec., 7.11 MiB/sec. | ||
| 3458 | 2024.12.13 20:59:27.168642 [ 261 ] {dd860279-05b3-47bb-82a2-cfc5b758134d} <Debug> TCPHandler: Processed in 0.001782327 sec. | ||
| 3459 | 2024.12.13 20:59:27.168797 [ 262 ] {} <Trace> TCP-Session: ba79f2ea-3c39-4a82-87ed-b4543bed5a08 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3460 | 2024.12.13 20:59:27.168939 [ 262 ] {55aaa6d5-5d7b-492a-8709-531576b71e69} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57603) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3461 | 2024.12.13 20:59:27.169002 [ 262 ] {55aaa6d5-5d7b-492a-8709-531576b71e69} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3462 | 2024.12.13 20:59:27.169574 [ 262 ] {55aaa6d5-5d7b-492a-8709-531576b71e69} <Trace> oximeter.measurements_u64 (cc3a5477-acbd-4caa-813d-ff4981ce9df1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3463 | 2024.12.13 20:59:27.169611 [ 262 ] {55aaa6d5-5d7b-492a-8709-531576b71e69} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3464 | 2024.12.13 20:59:27.170009 [ 262 ] {55aaa6d5-5d7b-492a-8709-531576b71e69} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3465 | 2024.12.13 20:59:27.170260 [ 262 ] {55aaa6d5-5d7b-492a-8709-531576b71e69} <Trace> oximeter.measurements_u64 (cc3a5477-acbd-4caa-813d-ff4981ce9df1): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3466 | 2024.12.13 20:59:27.170442 [ 262 ] {55aaa6d5-5d7b-492a-8709-531576b71e69} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001536 sec., 39062.5 rows/sec., 2.63 MiB/sec. | ||
| 3467 | 2024.12.13 20:59:27.170495 [ 262 ] {55aaa6d5-5d7b-492a-8709-531576b71e69} <Debug> TCPHandler: Processed in 0.001767636 sec. | ||
| 3468 | 2024.12.13 20:59:28.015178 [ 132 ] {} <Debug> oximeter.fields_u16 (d675a2d1-260a-4708-80e6-2a380b067dc4) (MergerMutator): Selected 5 parts from all_1_6_1 to all_10_10_0 | ||
| 3469 | 2024.12.13 20:59:28.015254 [ 132 ] {} <Trace> oximeter.fields_u16 (d675a2d1-260a-4708-80e6-2a380b067dc4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3470 | 2024.12.13 20:59:28.015278 [ 132 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3471 | 2024.12.13 20:59:28.015502 [ 198 ] {d675a2d1-260a-4708-80e6-2a380b067dc4::all_1_10_2} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_6_1 to all_10_10_0 into Compact with storage Full | ||
| 3472 | 2024.12.13 20:59:28.015709 [ 198 ] {d675a2d1-260a-4708-80e6-2a380b067dc4::all_1_10_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3473 | 2024.12.13 20:59:28.015753 [ 198 ] {d675a2d1-260a-4708-80e6-2a380b067dc4::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 46 rows starting from the beginning of the part | ||
| 3474 | 2024.12.13 20:59:28.015893 [ 198 ] {d675a2d1-260a-4708-80e6-2a380b067dc4::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 48 rows starting from the beginning of the part | ||
| 3475 | 2024.12.13 20:59:28.016212 [ 198 ] {d675a2d1-260a-4708-80e6-2a380b067dc4::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 2 rows starting from the beginning of the part | ||
| 3476 | 2024.12.13 20:59:28.016477 [ 198 ] {d675a2d1-260a-4708-80e6-2a380b067dc4::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 48 rows starting from the beginning of the part | ||
| 3477 | 2024.12.13 20:59:28.016635 [ 198 ] {d675a2d1-260a-4708-80e6-2a380b067dc4::all_1_10_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 50 rows starting from the beginning of the part | ||
| 3478 | 2024.12.13 20:59:28.017689 [ 195 ] {d675a2d1-260a-4708-80e6-2a380b067dc4::all_1_10_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 194 rows, containing 5 columns (5 merged, 0 gathered) in 0.002325171 sec., 83434.72372569588 rows/sec., 6.30 MiB/sec. | ||
| 3479 | 2024.12.13 20:59:28.017900 [ 195 ] {d675a2d1-260a-4708-80e6-2a380b067dc4::all_1_10_2} <Trace> MergedBlockOutputStream: filled checksums all_1_10_2 (state Temporary) | ||
| 3480 | 2024.12.13 20:59:28.018270 [ 195 ] {d675a2d1-260a-4708-80e6-2a380b067dc4::all_1_10_2} <Trace> oximeter.fields_u16 (d675a2d1-260a-4708-80e6-2a380b067dc4): Renaming temporary part tmp_merge_all_1_10_2 to all_1_10_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3481 | 2024.12.13 20:59:28.018376 [ 195 ] {d675a2d1-260a-4708-80e6-2a380b067dc4::all_1_10_2} <Trace> oximeter.fields_u16 (d675a2d1-260a-4708-80e6-2a380b067dc4) (MergerMutator): Merged 5 parts: [all_1_6_1, all_10_10_0] -> all_1_10_2 | ||
| 3482 | 2024.12.13 20:59:28.018480 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 3483 | 2024.12.13 20:59:29.316006 [ 133 ] {} <Debug> oximeter.measurements_f64 (e63d307a-4800-4395-92a7-5a221df216fb) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 3484 | 2024.12.13 20:59:29.316091 [ 133 ] {} <Trace> oximeter.measurements_f64 (e63d307a-4800-4395-92a7-5a221df216fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3485 | 2024.12.13 20:59:29.316119 [ 133 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3486 | 2024.12.13 20:59:29.316502 [ 202 ] {e63d307a-4800-4395-92a7-5a221df216fb::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 | ||
| 3487 | 2024.12.13 20:59:29.316696 [ 202 ] {e63d307a-4800-4395-92a7-5a221df216fb::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3488 | 2024.12.13 20:59:29.316743 [ 202 ] {e63d307a-4800-4395-92a7-5a221df216fb::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 5 rows starting from the beginning of the part | ||
| 3489 | 2024.12.13 20:59:29.316838 [ 202 ] {e63d307a-4800-4395-92a7-5a221df216fb::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1 rows starting from the beginning of the part | ||
| 3490 | 2024.12.13 20:59:29.316943 [ 202 ] {e63d307a-4800-4395-92a7-5a221df216fb::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1 rows starting from the beginning of the part | ||
| 3491 | 2024.12.13 20:59:29.317206 [ 202 ] {e63d307a-4800-4395-92a7-5a221df216fb::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 1 rows starting from the beginning of the part | ||
| 3492 | 2024.12.13 20:59:29.317339 [ 202 ] {e63d307a-4800-4395-92a7-5a221df216fb::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 1 rows starting from the beginning of the part | ||
| 3493 | 2024.12.13 20:59:29.318397 [ 187 ] {e63d307a-4800-4395-92a7-5a221df216fb::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9 rows, containing 4 columns (4 merged, 0 gathered) in 0.002164636 sec., 4157.742918439867 rows/sec., 280.16 KiB/sec. | ||
| 3494 | 2024.12.13 20:59:29.318550 [ 202 ] {e63d307a-4800-4395-92a7-5a221df216fb::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 3495 | 2024.12.13 20:59:29.318840 [ 202 ] {e63d307a-4800-4395-92a7-5a221df216fb::all_1_9_2} <Trace> oximeter.measurements_f64 (e63d307a-4800-4395-92a7-5a221df216fb): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3496 | 2024.12.13 20:59:29.318924 [ 202 ] {e63d307a-4800-4395-92a7-5a221df216fb::all_1_9_2} <Trace> oximeter.measurements_f64 (e63d307a-4800-4395-92a7-5a221df216fb) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 3497 | 2024.12.13 20:59:29.319007 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.22 MiB. | ||
| 3498 | 2024.12.13 20:59:30.981175 [ 131 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3499 | 2024.12.13 20:59:30.981231 [ 131 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3500 | 2024.12.13 20:59:31.073655 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 7381 | ||
| 3501 | 2024.12.13 20:59:31.074330 [ 242 ] {} <Trace> system.asynchronous_metric_log (bfd632e9-c8e2-471e-b238-7df687a4f8ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3502 | 2024.12.13 20:59:31.074371 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3503 | 2024.12.13 20:59:31.074946 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3504 | 2024.12.13 20:59:31.075201 [ 242 ] {} <Trace> system.asynchronous_metric_log (bfd632e9-c8e2-471e-b238-7df687a4f8ca): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3505 | 2024.12.13 20:59:31.075437 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7381 | ||
| 3506 | 2024.12.13 20:59:31.075442 [ 129 ] {} <Debug> system.asynchronous_metric_log (bfd632e9-c8e2-471e-b238-7df687a4f8ca) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3507 | 2024.12.13 20:59:31.075520 [ 129 ] {} <Trace> system.asynchronous_metric_log (bfd632e9-c8e2-471e-b238-7df687a4f8ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3508 | 2024.12.13 20:59:31.075547 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3509 | 2024.12.13 20:59:31.075784 [ 198 ] {bfd632e9-c8e2-471e-b238-7df687a4f8ca::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 | ||
| 3510 | 2024.12.13 20:59:31.075972 [ 198 ] {bfd632e9-c8e2-471e-b238-7df687a4f8ca::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3511 | 2024.12.13 20:59:31.076016 [ 198 ] {bfd632e9-c8e2-471e-b238-7df687a4f8ca::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 | ||
| 3512 | 2024.12.13 20:59:31.076090 [ 198 ] {bfd632e9-c8e2-471e-b238-7df687a4f8ca::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 | ||
| 3513 | 2024.12.13 20:59:31.076208 [ 198 ] {bfd632e9-c8e2-471e-b238-7df687a4f8ca::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 | ||
| 3514 | 2024.12.13 20:59:31.076346 [ 198 ] {bfd632e9-c8e2-471e-b238-7df687a4f8ca::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 | ||
| 3515 | 2024.12.13 20:59:31.076444 [ 198 ] {bfd632e9-c8e2-471e-b238-7df687a4f8ca::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 | ||
| 3516 | 2024.12.13 20:59:31.076542 [ 198 ] {bfd632e9-c8e2-471e-b238-7df687a4f8ca::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 | ||
| 3517 | 2024.12.13 20:59:31.078130 [ 187 ] {bfd632e9-c8e2-471e-b238-7df687a4f8ca::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7381 rows, containing 4 columns (4 merged, 0 gathered) in 0.002499015 sec., 2953563.7040994153 rows/sec., 42.25 MiB/sec. | ||
| 3518 | 2024.12.13 20:59:31.078864 [ 190 ] {bfd632e9-c8e2-471e-b238-7df687a4f8ca::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3519 | 2024.12.13 20:59:31.079152 [ 190 ] {bfd632e9-c8e2-471e-b238-7df687a4f8ca::all_1_16_3} <Trace> system.asynchronous_metric_log (bfd632e9-c8e2-471e-b238-7df687a4f8ca): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3520 | 2024.12.13 20:59:31.079233 [ 190 ] {bfd632e9-c8e2-471e-b238-7df687a4f8ca::all_1_16_3} <Trace> system.asynchronous_metric_log (bfd632e9-c8e2-471e-b238-7df687a4f8ca) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3521 | 2024.12.13 20:59:31.079317 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB. | ||
| 3522 | 2024.12.13 20:59:31.127590 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 504 | ||
| 3523 | 2024.12.13 20:59:31.130302 [ 244 ] {} <Trace> system.query_log (909797ee-5efd-476a-9e9e-2a430c5c4abc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3524 | 2024.12.13 20:59:31.130342 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3525 | 2024.12.13 20:59:31.131852 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3526 | 2024.12.13 20:59:31.132162 [ 244 ] {} <Trace> system.query_log (909797ee-5efd-476a-9e9e-2a430c5c4abc): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3527 | 2024.12.13 20:59:31.132333 [ 129 ] {} <Debug> system.query_log (909797ee-5efd-476a-9e9e-2a430c5c4abc) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3528 | 2024.12.13 20:59:31.132397 [ 129 ] {} <Trace> system.query_log (909797ee-5efd-476a-9e9e-2a430c5c4abc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3529 | 2024.12.13 20:59:31.132440 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3530 | 2024.12.13 20:59:31.132767 [ 190 ] {909797ee-5efd-476a-9e9e-2a430c5c4abc::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 | ||
| 3531 | 2024.12.13 20:59:31.133481 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 504 | ||
| 3532 | 2024.12.13 20:59:31.133927 [ 190 ] {909797ee-5efd-476a-9e9e-2a430c5c4abc::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3533 | 2024.12.13 20:59:31.134094 [ 190 ] {909797ee-5efd-476a-9e9e-2a430c5c4abc::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 324 rows starting from the beginning of the part | ||
| 3534 | 2024.12.13 20:59:31.134624 [ 190 ] {909797ee-5efd-476a-9e9e-2a430c5c4abc::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 | ||
| 3535 | 2024.12.13 20:59:31.135135 [ 190 ] {909797ee-5efd-476a-9e9e-2a430c5c4abc::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 | ||
| 3536 | 2024.12.13 20:59:31.135641 [ 190 ] {909797ee-5efd-476a-9e9e-2a430c5c4abc::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 36 rows starting from the beginning of the part | ||
| 3537 | 2024.12.13 20:59:31.136129 [ 190 ] {909797ee-5efd-476a-9e9e-2a430c5c4abc::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 | ||
| 3538 | 2024.12.13 20:59:31.136621 [ 190 ] {909797ee-5efd-476a-9e9e-2a430c5c4abc::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 | ||
| 3539 | 2024.12.13 20:59:31.144440 [ 187 ] {909797ee-5efd-476a-9e9e-2a430c5c4abc::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 504 rows, containing 72 columns (72 merged, 0 gathered) in 0.011892018 sec., 42381.36874666688 rows/sec., 38.40 MiB/sec. | ||
| 3540 | 2024.12.13 20:59:31.145731 [ 200 ] {909797ee-5efd-476a-9e9e-2a430c5c4abc::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3541 | 2024.12.13 20:59:31.146561 [ 200 ] {909797ee-5efd-476a-9e9e-2a430c5c4abc::all_1_11_2} <Trace> system.query_log (909797ee-5efd-476a-9e9e-2a430c5c4abc): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3542 | 2024.12.13 20:59:31.146659 [ 200 ] {909797ee-5efd-476a-9e9e-2a430c5c4abc::all_1_11_2} <Trace> system.query_log (909797ee-5efd-476a-9e9e-2a430c5c4abc) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3543 | 2024.12.13 20:59:31.146991 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.77 MiB. | ||
| 3544 | 2024.12.13 20:59:31.562820 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 121 | ||
| 3545 | 2024.12.13 20:59:31.585787 [ 243 ] {} <Trace> system.metric_log (6f41e073-4f68-44d4-8e91-392ee6d2702a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3546 | 2024.12.13 20:59:31.585843 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3547 | 2024.12.13 20:59:31.593853 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3548 | 2024.12.13 20:59:31.594674 [ 243 ] {} <Trace> system.metric_log (6f41e073-4f68-44d4-8e91-392ee6d2702a): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3549 | 2024.12.13 20:59:31.595052 [ 129 ] {} <Debug> system.metric_log (6f41e073-4f68-44d4-8e91-392ee6d2702a) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3550 | 2024.12.13 20:59:31.595187 [ 129 ] {} <Trace> system.metric_log (6f41e073-4f68-44d4-8e91-392ee6d2702a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3551 | 2024.12.13 20:59:31.595255 [ 129 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3552 | 2024.12.13 20:59:31.595611 [ 190 ] {6f41e073-4f68-44d4-8e91-392ee6d2702a::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 | ||
| 3553 | 2024.12.13 20:59:31.605373 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 121 | ||
| 3554 | 2024.12.13 20:59:31.606382 [ 190 ] {6f41e073-4f68-44d4-8e91-392ee6d2702a::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3555 | 2024.12.13 20:59:31.607292 [ 190 ] {6f41e073-4f68-44d4-8e91-392ee6d2702a::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 | ||
| 3556 | 2024.12.13 20:59:31.611928 [ 190 ] {6f41e073-4f68-44d4-8e91-392ee6d2702a::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 | ||
| 3557 | 2024.12.13 20:59:31.616368 [ 190 ] {6f41e073-4f68-44d4-8e91-392ee6d2702a::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 | ||
| 3558 | 2024.12.13 20:59:31.621156 [ 190 ] {6f41e073-4f68-44d4-8e91-392ee6d2702a::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 | ||
| 3559 | 2024.12.13 20:59:31.626275 [ 190 ] {6f41e073-4f68-44d4-8e91-392ee6d2702a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 8 rows starting from the beginning of the part | ||
| 3560 | 2024.12.13 20:59:31.630797 [ 190 ] {6f41e073-4f68-44d4-8e91-392ee6d2702a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 7 rows starting from the beginning of the part | ||
| 3561 | 2024.12.13 20:59:31.689155 [ 190 ] {6f41e073-4f68-44d4-8e91-392ee6d2702a::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.093779063 sec., 1290.2666771153388 rows/sec., 6.67 MiB/sec. | ||
| 3562 | 2024.12.13 20:59:31.690686 [ 190 ] {6f41e073-4f68-44d4-8e91-392ee6d2702a::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3563 | 2024.12.13 20:59:31.693131 [ 190 ] {6f41e073-4f68-44d4-8e91-392ee6d2702a::all_1_16_3} <Trace> system.metric_log (6f41e073-4f68-44d4-8e91-392ee6d2702a): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3564 | 2024.12.13 20:59:31.693233 [ 190 ] {6f41e073-4f68-44d4-8e91-392ee6d2702a::all_1_16_3} <Trace> system.metric_log (6f41e073-4f68-44d4-8e91-392ee6d2702a) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3565 | 2024.12.13 20:59:31.694615 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.52 MiB. | ||
| 3566 | 2024.12.13 20:59:32.000173 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 179.34 MiB, peak 189.29 MiB, free memory in arenas 0.00 B, will set to 181.23 MiB (RSS), difference: 1.89 MiB | ||
| 3567 | 2024.12.13 20:59:32.001437 [ 247 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.000956045 sec. | ||
| 3568 | 2024.12.13 20:59:32.170387 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3569 | 2024.12.13 20:59:32.170644 [ 261 ] {63b484ee-06fb-4e1f-92d1-ca050f8c2f70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3570 | 2024.12.13 20:59:32.170709 [ 261 ] {63b484ee-06fb-4e1f-92d1-ca050f8c2f70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3571 | 2024.12.13 20:59:32.171428 [ 261 ] {63b484ee-06fb-4e1f-92d1-ca050f8c2f70} <Trace> oximeter.fields_i16 (fa937343-6bd9-452b-a26b-53118aaaf570): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3572 | 2024.12.13 20:59:32.171470 [ 261 ] {63b484ee-06fb-4e1f-92d1-ca050f8c2f70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3573 | 2024.12.13 20:59:32.171929 [ 261 ] {63b484ee-06fb-4e1f-92d1-ca050f8c2f70} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3574 | 2024.12.13 20:59:32.172186 [ 261 ] {63b484ee-06fb-4e1f-92d1-ca050f8c2f70} <Trace> oximeter.fields_i16 (fa937343-6bd9-452b-a26b-53118aaaf570): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3575 | 2024.12.13 20:59:32.172443 [ 261 ] {63b484ee-06fb-4e1f-92d1-ca050f8c2f70} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001849 sec., 7571.660356949703 rows/sec., 545.06 KiB/sec. | ||
| 3576 | 2024.12.13 20:59:32.172566 [ 261 ] {63b484ee-06fb-4e1f-92d1-ca050f8c2f70} <Debug> TCPHandler: Processed in 0.002355251 sec. | ||
| 3577 | 2024.12.13 20:59:32.172860 [ 262 ] {} <Trace> TCP-Session: ba79f2ea-3c39-4a82-87ed-b4543bed5a08 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3578 | 2024.12.13 20:59:32.173072 [ 262 ] {7ef043a3-9d62-4d91-831e-5a435b31ddca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57603) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3579 | 2024.12.13 20:59:32.173154 [ 262 ] {7ef043a3-9d62-4d91-831e-5a435b31ddca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3580 | 2024.12.13 20:59:32.174103 [ 262 ] {7ef043a3-9d62-4d91-831e-5a435b31ddca} <Trace> oximeter.fields_string (5b8b6b34-88ee-4a07-bbae-ca77b5cb377f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3581 | 2024.12.13 20:59:32.174145 [ 262 ] {7ef043a3-9d62-4d91-831e-5a435b31ddca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3582 | 2024.12.13 20:59:32.174611 [ 262 ] {7ef043a3-9d62-4d91-831e-5a435b31ddca} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3583 | 2024.12.13 20:59:32.174893 [ 262 ] {7ef043a3-9d62-4d91-831e-5a435b31ddca} <Trace> oximeter.fields_string (5b8b6b34-88ee-4a07-bbae-ca77b5cb377f): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3584 | 2024.12.13 20:59:32.175090 [ 262 ] {7ef043a3-9d62-4d91-831e-5a435b31ddca} <Debug> executeQuery: Read 285 rows, 25.75 KiB in 0.002081 sec., 136953.38779432964 rows/sec., 12.08 MiB/sec. | ||
| 3585 | 2024.12.13 20:59:32.175146 [ 262 ] {7ef043a3-9d62-4d91-831e-5a435b31ddca} <Debug> TCPHandler: Processed in 0.002437933 sec. | ||
| 3586 | 2024.12.13 20:59:32.175302 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3587 | 2024.12.13 20:59:32.175421 [ 261 ] {ca80ca55-1474-4428-88ad-6933406206f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3588 | 2024.12.13 20:59:32.175472 [ 261 ] {ca80ca55-1474-4428-88ad-6933406206f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3589 | 2024.12.13 20:59:32.176079 [ 261 ] {ca80ca55-1474-4428-88ad-6933406206f5} <Trace> oximeter.fields_u16 (d675a2d1-260a-4708-80e6-2a380b067dc4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3590 | 2024.12.13 20:59:32.176118 [ 261 ] {ca80ca55-1474-4428-88ad-6933406206f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3591 | 2024.12.13 20:59:32.176495 [ 261 ] {ca80ca55-1474-4428-88ad-6933406206f5} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3592 | 2024.12.13 20:59:32.176738 [ 261 ] {ca80ca55-1474-4428-88ad-6933406206f5} <Trace> oximeter.fields_u16 (d675a2d1-260a-4708-80e6-2a380b067dc4): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3593 | 2024.12.13 20:59:32.176952 [ 261 ] {ca80ca55-1474-4428-88ad-6933406206f5} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.001555 sec., 30868.16720257235 rows/sec., 2.22 MiB/sec. | ||
| 3594 | 2024.12.13 20:59:32.177006 [ 261 ] {ca80ca55-1474-4428-88ad-6933406206f5} <Debug> TCPHandler: Processed in 0.001766006 sec. | ||
| 3595 | 2024.12.13 20:59:32.177155 [ 262 ] {} <Trace> TCP-Session: ba79f2ea-3c39-4a82-87ed-b4543bed5a08 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3596 | 2024.12.13 20:59:32.177270 [ 262 ] {493ff3a0-aeda-4b8c-a7d1-0bd9a09d4c81} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57603) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3597 | 2024.12.13 20:59:32.177320 [ 262 ] {493ff3a0-aeda-4b8c-a7d1-0bd9a09d4c81} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3598 | 2024.12.13 20:59:32.177896 [ 262 ] {493ff3a0-aeda-4b8c-a7d1-0bd9a09d4c81} <Trace> oximeter.fields_u32 (db0931ff-d72d-49c4-80b8-a69047ae71a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3599 | 2024.12.13 20:59:32.177935 [ 262 ] {493ff3a0-aeda-4b8c-a7d1-0bd9a09d4c81} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3600 | 2024.12.13 20:59:32.178303 [ 262 ] {493ff3a0-aeda-4b8c-a7d1-0bd9a09d4c81} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3601 | 2024.12.13 20:59:32.178551 [ 262 ] {493ff3a0-aeda-4b8c-a7d1-0bd9a09d4c81} <Trace> oximeter.fields_u32 (db0931ff-d72d-49c4-80b8-a69047ae71a5): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3602 | 2024.12.13 20:59:32.178840 [ 262 ] {493ff3a0-aeda-4b8c-a7d1-0bd9a09d4c81} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.00158 sec., 8860.759493670887 rows/sec., 620.55 KiB/sec. | ||
| 3603 | 2024.12.13 20:59:32.179242 [ 262 ] {493ff3a0-aeda-4b8c-a7d1-0bd9a09d4c81} <Debug> TCPHandler: Processed in 0.002133735 sec. | ||
| 3604 | 2024.12.13 20:59:32.179540 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3605 | 2024.12.13 20:59:32.179698 [ 261 ] {a4e4e7b4-f668-44ce-8aaa-83b69d90af1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3606 | 2024.12.13 20:59:32.179756 [ 261 ] {a4e4e7b4-f668-44ce-8aaa-83b69d90af1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3607 | 2024.12.13 20:59:32.180465 [ 261 ] {a4e4e7b4-f668-44ce-8aaa-83b69d90af1d} <Trace> oximeter.fields_u8 (dff66ad8-7c17-40cc-8854-b493f299c0b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3608 | 2024.12.13 20:59:32.180518 [ 261 ] {a4e4e7b4-f668-44ce-8aaa-83b69d90af1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3609 | 2024.12.13 20:59:32.180885 [ 261 ] {a4e4e7b4-f668-44ce-8aaa-83b69d90af1d} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3610 | 2024.12.13 20:59:32.181136 [ 261 ] {a4e4e7b4-f668-44ce-8aaa-83b69d90af1d} <Trace> oximeter.fields_u8 (dff66ad8-7c17-40cc-8854-b493f299c0b1): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3611 | 2024.12.13 20:59:32.181360 [ 261 ] {a4e4e7b4-f668-44ce-8aaa-83b69d90af1d} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001691 sec., 7687.75872264932 rows/sec., 479.33 KiB/sec. | ||
| 3612 | 2024.12.13 20:59:32.181423 [ 261 ] {a4e4e7b4-f668-44ce-8aaa-83b69d90af1d} <Debug> TCPHandler: Processed in 0.001996122 sec. | ||
| 3613 | 2024.12.13 20:59:32.181583 [ 262 ] {} <Trace> TCP-Session: ba79f2ea-3c39-4a82-87ed-b4543bed5a08 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3614 | 2024.12.13 20:59:32.181709 [ 262 ] {b9941fbf-2d50-4904-a7a2-f5279762c098} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57603) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3615 | 2024.12.13 20:59:32.181760 [ 262 ] {b9941fbf-2d50-4904-a7a2-f5279762c098} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3616 | 2024.12.13 20:59:32.182517 [ 262 ] {b9941fbf-2d50-4904-a7a2-f5279762c098} <Trace> oximeter.fields_uuid (75bff165-9894-4896-8c72-35d0ef17bbe1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3617 | 2024.12.13 20:59:32.182556 [ 262 ] {b9941fbf-2d50-4904-a7a2-f5279762c098} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3618 | 2024.12.13 20:59:32.182967 [ 262 ] {b9941fbf-2d50-4904-a7a2-f5279762c098} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3619 | 2024.12.13 20:59:32.183213 [ 262 ] {b9941fbf-2d50-4904-a7a2-f5279762c098} <Trace> oximeter.fields_uuid (75bff165-9894-4896-8c72-35d0ef17bbe1): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3620 | 2024.12.13 20:59:32.183396 [ 262 ] {b9941fbf-2d50-4904-a7a2-f5279762c098} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.001711 sec., 247223.8457042665 rows/sec., 17.67 MiB/sec. | ||
| 3621 | 2024.12.13 20:59:32.183454 [ 262 ] {b9941fbf-2d50-4904-a7a2-f5279762c098} <Debug> TCPHandler: Processed in 0.001935331 sec. | ||
| 3622 | 2024.12.13 20:59:32.183606 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3623 | 2024.12.13 20:59:32.183724 [ 261 ] {7f42e97f-0da9-40c8-9fb6-94a8141fe6fe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3624 | 2024.12.13 20:59:32.183774 [ 261 ] {7f42e97f-0da9-40c8-9fb6-94a8141fe6fe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3625 | 2024.12.13 20:59:32.184269 [ 261 ] {7f42e97f-0da9-40c8-9fb6-94a8141fe6fe} <Trace> oximeter.measurements_bool (e2b503a0-fc05-44eb-86c2-76ac8cc47d1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3626 | 2024.12.13 20:59:32.184308 [ 261 ] {7f42e97f-0da9-40c8-9fb6-94a8141fe6fe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3627 | 2024.12.13 20:59:32.184673 [ 261 ] {7f42e97f-0da9-40c8-9fb6-94a8141fe6fe} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3628 | 2024.12.13 20:59:32.184918 [ 261 ] {7f42e97f-0da9-40c8-9fb6-94a8141fe6fe} <Trace> oximeter.measurements_bool (e2b503a0-fc05-44eb-86c2-76ac8cc47d1a): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3629 | 2024.12.13 20:59:32.185142 [ 261 ] {7f42e97f-0da9-40c8-9fb6-94a8141fe6fe} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001441 sec., 4163.775156141568 rows/sec., 217.54 KiB/sec. | ||
| 3630 | 2024.12.13 20:59:32.185197 [ 261 ] {7f42e97f-0da9-40c8-9fb6-94a8141fe6fe} <Debug> TCPHandler: Processed in 0.001647023 sec. | ||
| 3631 | 2024.12.13 20:59:32.185344 [ 262 ] {} <Trace> TCP-Session: ba79f2ea-3c39-4a82-87ed-b4543bed5a08 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3632 | 2024.12.13 20:59:32.185460 [ 262 ] {e6729785-0fbb-4f43-a532-c807c6f3b527} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57603) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3633 | 2024.12.13 20:59:32.185515 [ 262 ] {e6729785-0fbb-4f43-a532-c807c6f3b527} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3634 | 2024.12.13 20:59:32.186221 [ 262 ] {e6729785-0fbb-4f43-a532-c807c6f3b527} <Trace> oximeter.measurements_cumulativeu64 (622a7f09-a7e8-42f8-b1fb-316929b4f11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3635 | 2024.12.13 20:59:32.186267 [ 262 ] {e6729785-0fbb-4f43-a532-c807c6f3b527} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3636 | 2024.12.13 20:59:32.186725 [ 262 ] {e6729785-0fbb-4f43-a532-c807c6f3b527} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3637 | 2024.12.13 20:59:32.186977 [ 262 ] {e6729785-0fbb-4f43-a532-c807c6f3b527} <Trace> oximeter.measurements_cumulativeu64 (622a7f09-a7e8-42f8-b1fb-316929b4f11a): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3638 | 2024.12.13 20:59:32.187200 [ 262 ] {e6729785-0fbb-4f43-a532-c807c6f3b527} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001762 sec., 134506.24290578888 rows/sec., 9.02 MiB/sec. | ||
| 3639 | 2024.12.13 20:59:32.187432 [ 262 ] {e6729785-0fbb-4f43-a532-c807c6f3b527} <Debug> TCPHandler: Processed in 0.002138765 sec. | ||
| 3640 | 2024.12.13 20:59:32.187667 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3641 | 2024.12.13 20:59:32.187809 [ 261 ] {9273eadf-70d4-48cc-83fd-e340c4f3d949} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3642 | 2024.12.13 20:59:32.187870 [ 261 ] {9273eadf-70d4-48cc-83fd-e340c4f3d949} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3643 | 2024.12.13 20:59:32.188434 [ 261 ] {9273eadf-70d4-48cc-83fd-e340c4f3d949} <Trace> oximeter.measurements_f64 (e63d307a-4800-4395-92a7-5a221df216fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3644 | 2024.12.13 20:59:32.188486 [ 261 ] {9273eadf-70d4-48cc-83fd-e340c4f3d949} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3645 | 2024.12.13 20:59:32.188857 [ 261 ] {9273eadf-70d4-48cc-83fd-e340c4f3d949} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3646 | 2024.12.13 20:59:32.189105 [ 261 ] {9273eadf-70d4-48cc-83fd-e340c4f3d949} <Trace> oximeter.measurements_f64 (e63d307a-4800-4395-92a7-5a221df216fb): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3647 | 2024.12.13 20:59:32.189316 [ 261 ] {9273eadf-70d4-48cc-83fd-e340c4f3d949} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001538 sec., 650.1950585175553 rows/sec., 43.81 KiB/sec. | ||
| 3648 | 2024.12.13 20:59:32.189372 [ 261 ] {9273eadf-70d4-48cc-83fd-e340c4f3d949} <Debug> TCPHandler: Processed in 0.001771626 sec. | ||
| 3649 | 2024.12.13 20:59:32.189515 [ 262 ] {} <Trace> TCP-Session: ba79f2ea-3c39-4a82-87ed-b4543bed5a08 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3650 | 2024.12.13 20:59:32.189632 [ 262 ] {c8b48b08-8a3a-41a7-9e00-d1269edef7ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57603) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3651 | 2024.12.13 20:59:32.189716 [ 262 ] {c8b48b08-8a3a-41a7-9e00-d1269edef7ed} <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 | ||
| 3652 | 2024.12.13 20:59:32.190897 [ 262 ] {c8b48b08-8a3a-41a7-9e00-d1269edef7ed} <Trace> oximeter.measurements_histogramu64 (0435d810-cbe3-4332-a7be-27034ee0470b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3653 | 2024.12.13 20:59:32.190935 [ 262 ] {c8b48b08-8a3a-41a7-9e00-d1269edef7ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3654 | 2024.12.13 20:59:32.191626 [ 262 ] {c8b48b08-8a3a-41a7-9e00-d1269edef7ed} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3655 | 2024.12.13 20:59:32.191889 [ 262 ] {c8b48b08-8a3a-41a7-9e00-d1269edef7ed} <Trace> oximeter.measurements_histogramu64 (0435d810-cbe3-4332-a7be-27034ee0470b): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3656 | 2024.12.13 20:59:32.192183 [ 262 ] {c8b48b08-8a3a-41a7-9e00-d1269edef7ed} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002549 sec., 16084.739113377795 rows/sec., 28.82 MiB/sec. | ||
| 3657 | 2024.12.13 20:59:32.192396 [ 262 ] {c8b48b08-8a3a-41a7-9e00-d1269edef7ed} <Debug> TCPHandler: Processed in 0.002934507 sec. | ||
| 3658 | 2024.12.13 20:59:32.192555 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3659 | 2024.12.13 20:59:32.192694 [ 261 ] {a642ad54-8715-43bf-bd50-a7ad686c47e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3660 | 2024.12.13 20:59:32.192752 [ 261 ] {a642ad54-8715-43bf-bd50-a7ad686c47e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3661 | 2024.12.13 20:59:32.193336 [ 261 ] {a642ad54-8715-43bf-bd50-a7ad686c47e7} <Trace> oximeter.measurements_u64 (cc3a5477-acbd-4caa-813d-ff4981ce9df1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3662 | 2024.12.13 20:59:32.193384 [ 261 ] {a642ad54-8715-43bf-bd50-a7ad686c47e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3663 | 2024.12.13 20:59:32.193789 [ 261 ] {a642ad54-8715-43bf-bd50-a7ad686c47e7} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3664 | 2024.12.13 20:59:32.194026 [ 261 ] {a642ad54-8715-43bf-bd50-a7ad686c47e7} <Trace> oximeter.measurements_u64 (cc3a5477-acbd-4caa-813d-ff4981ce9df1): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3665 | 2024.12.13 20:59:32.194283 [ 261 ] {a642ad54-8715-43bf-bd50-a7ad686c47e7} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001615 sec., 50773.99380804954 rows/sec., 3.22 MiB/sec. | ||
| 3666 | 2024.12.13 20:59:32.194492 [ 261 ] {a642ad54-8715-43bf-bd50-a7ad686c47e7} <Debug> TCPHandler: Processed in 0.001999242 sec. | ||
| 3667 | 2024.12.13 20:59:37.163025 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3668 | 2024.12.13 20:59:37.163340 [ 261 ] {6c701d21-28ad-4137-8d0e-617e2cd425a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3669 | 2024.12.13 20:59:37.163450 [ 261 ] {6c701d21-28ad-4137-8d0e-617e2cd425a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3670 | 2024.12.13 20:59:37.164328 [ 261 ] {6c701d21-28ad-4137-8d0e-617e2cd425a6} <Trace> oximeter.fields_string (5b8b6b34-88ee-4a07-bbae-ca77b5cb377f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3671 | 2024.12.13 20:59:37.164371 [ 261 ] {6c701d21-28ad-4137-8d0e-617e2cd425a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3672 | 2024.12.13 20:59:37.164804 [ 261 ] {6c701d21-28ad-4137-8d0e-617e2cd425a6} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3673 | 2024.12.13 20:59:37.165060 [ 261 ] {6c701d21-28ad-4137-8d0e-617e2cd425a6} <Trace> oximeter.fields_string (5b8b6b34-88ee-4a07-bbae-ca77b5cb377f): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3674 | 2024.12.13 20:59:37.165276 [ 261 ] {6c701d21-28ad-4137-8d0e-617e2cd425a6} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002016 sec., 27777.777777777777 rows/sec., 2.12 MiB/sec. | ||
| 3675 | 2024.12.13 20:59:37.165338 [ 261 ] {6c701d21-28ad-4137-8d0e-617e2cd425a6} <Debug> TCPHandler: Processed in 0.002494134 sec. | ||
| 3676 | 2024.12.13 20:59:37.165612 [ 262 ] {} <Trace> TCP-Session: ba79f2ea-3c39-4a82-87ed-b4543bed5a08 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3677 | 2024.12.13 20:59:37.165830 [ 262 ] {2d50826a-27b5-4646-940e-5334980eed7d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57603) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3678 | 2024.12.13 20:59:37.165915 [ 262 ] {2d50826a-27b5-4646-940e-5334980eed7d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3679 | 2024.12.13 20:59:37.166824 [ 262 ] {2d50826a-27b5-4646-940e-5334980eed7d} <Trace> oximeter.fields_uuid (75bff165-9894-4896-8c72-35d0ef17bbe1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3680 | 2024.12.13 20:59:37.166873 [ 262 ] {2d50826a-27b5-4646-940e-5334980eed7d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3681 | 2024.12.13 20:59:37.167314 [ 262 ] {2d50826a-27b5-4646-940e-5334980eed7d} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3682 | 2024.12.13 20:59:37.167571 [ 262 ] {2d50826a-27b5-4646-940e-5334980eed7d} <Trace> oximeter.fields_uuid (75bff165-9894-4896-8c72-35d0ef17bbe1): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3683 | 2024.12.13 20:59:37.167892 [ 262 ] {2d50826a-27b5-4646-940e-5334980eed7d} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00212 sec., 30188.67924528302 rows/sec., 2.36 MiB/sec. | ||
| 3684 | 2024.12.13 20:59:37.168185 [ 262 ] {2d50826a-27b5-4646-940e-5334980eed7d} <Debug> TCPHandler: Processed in 0.00270935 sec. | ||
| 3685 | 2024.12.13 20:59:37.168483 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3686 | 2024.12.13 20:59:37.168706 [ 261 ] {ccf5070e-f3c6-4590-a679-3f9a62d88c16} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3687 | 2024.12.13 20:59:37.168774 [ 261 ] {ccf5070e-f3c6-4590-a679-3f9a62d88c16} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3688 | 2024.12.13 20:59:37.169337 [ 261 ] {ccf5070e-f3c6-4590-a679-3f9a62d88c16} <Trace> oximeter.measurements_cumulativeu64 (622a7f09-a7e8-42f8-b1fb-316929b4f11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3689 | 2024.12.13 20:59:37.169374 [ 261 ] {ccf5070e-f3c6-4590-a679-3f9a62d88c16} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3690 | 2024.12.13 20:59:37.169768 [ 261 ] {ccf5070e-f3c6-4590-a679-3f9a62d88c16} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3691 | 2024.12.13 20:59:37.170012 [ 261 ] {ccf5070e-f3c6-4590-a679-3f9a62d88c16} <Trace> oximeter.measurements_cumulativeu64 (622a7f09-a7e8-42f8-b1fb-316929b4f11a): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3692 | 2024.12.13 20:59:37.170230 [ 261 ] {ccf5070e-f3c6-4590-a679-3f9a62d88c16} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001582 sec., 101137.80025284449 rows/sec., 7.04 MiB/sec. | ||
| 3693 | 2024.12.13 20:59:37.170282 [ 261 ] {ccf5070e-f3c6-4590-a679-3f9a62d88c16} <Debug> TCPHandler: Processed in 0.001977362 sec. | ||
| 3694 | 2024.12.13 20:59:37.170420 [ 262 ] {} <Trace> TCP-Session: ba79f2ea-3c39-4a82-87ed-b4543bed5a08 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3695 | 2024.12.13 20:59:37.170546 [ 262 ] {740fc48b-203c-4909-8ae0-354d030ff0fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57603) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3696 | 2024.12.13 20:59:37.170605 [ 262 ] {740fc48b-203c-4909-8ae0-354d030ff0fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3697 | 2024.12.13 20:59:37.171207 [ 262 ] {740fc48b-203c-4909-8ae0-354d030ff0fc} <Trace> oximeter.measurements_u64 (cc3a5477-acbd-4caa-813d-ff4981ce9df1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3698 | 2024.12.13 20:59:37.171253 [ 262 ] {740fc48b-203c-4909-8ae0-354d030ff0fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3699 | 2024.12.13 20:59:37.171714 [ 262 ] {740fc48b-203c-4909-8ae0-354d030ff0fc} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3700 | 2024.12.13 20:59:37.171951 [ 262 ] {740fc48b-203c-4909-8ae0-354d030ff0fc} <Trace> oximeter.measurements_u64 (cc3a5477-acbd-4caa-813d-ff4981ce9df1): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3701 | 2024.12.13 20:59:37.172230 [ 262 ] {740fc48b-203c-4909-8ae0-354d030ff0fc} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001712 sec., 35046.72897196262 rows/sec., 2.36 MiB/sec. | ||
| 3702 | 2024.12.13 20:59:37.172418 [ 262 ] {740fc48b-203c-4909-8ae0-354d030ff0fc} <Debug> TCPHandler: Processed in 0.002053603 sec. | ||
| 3703 | 2024.12.13 20:59:38.576515 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 7808 | ||
| 3704 | 2024.12.13 20:59:38.577180 [ 242 ] {} <Trace> system.asynchronous_metric_log (bfd632e9-c8e2-471e-b238-7df687a4f8ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3705 | 2024.12.13 20:59:38.577228 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3706 | 2024.12.13 20:59:38.577867 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3707 | 2024.12.13 20:59:38.578126 [ 242 ] {} <Trace> system.asynchronous_metric_log (bfd632e9-c8e2-471e-b238-7df687a4f8ca): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3708 | 2024.12.13 20:59:38.578343 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7808 | ||
| 3709 | 2024.12.13 20:59:39.106380 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 129 | ||
| 3710 | 2024.12.13 20:59:39.125482 [ 243 ] {} <Trace> system.metric_log (6f41e073-4f68-44d4-8e91-392ee6d2702a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3711 | 2024.12.13 20:59:39.125544 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3712 | 2024.12.13 20:59:39.132835 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3713 | 2024.12.13 20:59:39.133611 [ 243 ] {} <Trace> system.metric_log (6f41e073-4f68-44d4-8e91-392ee6d2702a): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3714 | 2024.12.13 20:59:39.136563 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 129 | ||
| 3715 | 2024.12.13 20:59:41.134555 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 30 entries to flush up to offset 534 | ||
| 3716 | 2024.12.13 20:59:41.137584 [ 244 ] {} <Trace> system.query_log (909797ee-5efd-476a-9e9e-2a430c5c4abc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3717 | 2024.12.13 20:59:41.137633 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3718 | 2024.12.13 20:59:41.139104 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3719 | 2024.12.13 20:59:41.139413 [ 244 ] {} <Trace> system.query_log (909797ee-5efd-476a-9e9e-2a430c5c4abc): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3720 | 2024.12.13 20:59:41.140424 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 534 | ||
| 3721 | 2024.12.13 20:59:42.169114 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3722 | 2024.12.13 20:59:42.169409 [ 261 ] {39b73e9c-32e5-4d82-8243-19a41c696ee6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3723 | 2024.12.13 20:59:42.169518 [ 261 ] {39b73e9c-32e5-4d82-8243-19a41c696ee6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3724 | 2024.12.13 20:59:42.170429 [ 261 ] {39b73e9c-32e5-4d82-8243-19a41c696ee6} <Trace> oximeter.fields_i16 (fa937343-6bd9-452b-a26b-53118aaaf570): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3725 | 2024.12.13 20:59:42.170473 [ 261 ] {39b73e9c-32e5-4d82-8243-19a41c696ee6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3726 | 2024.12.13 20:59:42.170896 [ 261 ] {39b73e9c-32e5-4d82-8243-19a41c696ee6} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3727 | 2024.12.13 20:59:42.171140 [ 261 ] {39b73e9c-32e5-4d82-8243-19a41c696ee6} <Trace> oximeter.fields_i16 (fa937343-6bd9-452b-a26b-53118aaaf570): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3728 | 2024.12.13 20:59:42.171406 [ 261 ] {39b73e9c-32e5-4d82-8243-19a41c696ee6} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002062 sec., 6789.524733268671 rows/sec., 488.75 KiB/sec. | ||
| 3729 | 2024.12.13 20:59:42.171610 [ 261 ] {39b73e9c-32e5-4d82-8243-19a41c696ee6} <Debug> TCPHandler: Processed in 0.002675279 sec. | ||
| 3730 | 2024.12.13 20:59:42.171893 [ 262 ] {} <Trace> TCP-Session: ba79f2ea-3c39-4a82-87ed-b4543bed5a08 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3731 | 2024.12.13 20:59:42.172111 [ 262 ] {c4f32316-fe53-4d54-884a-694ce3c5bd1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57603) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3732 | 2024.12.13 20:59:42.172196 [ 262 ] {c4f32316-fe53-4d54-884a-694ce3c5bd1d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3733 | 2024.12.13 20:59:42.173162 [ 262 ] {c4f32316-fe53-4d54-884a-694ce3c5bd1d} <Trace> oximeter.fields_string (5b8b6b34-88ee-4a07-bbae-ca77b5cb377f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3734 | 2024.12.13 20:59:42.173215 [ 262 ] {c4f32316-fe53-4d54-884a-694ce3c5bd1d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3735 | 2024.12.13 20:59:42.173680 [ 262 ] {c4f32316-fe53-4d54-884a-694ce3c5bd1d} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3736 | 2024.12.13 20:59:42.173943 [ 262 ] {c4f32316-fe53-4d54-884a-694ce3c5bd1d} <Trace> oximeter.fields_string (5b8b6b34-88ee-4a07-bbae-ca77b5cb377f): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3737 | 2024.12.13 20:59:42.174123 [ 113 ] {} <Debug> oximeter.fields_string (5b8b6b34-88ee-4a07-bbae-ca77b5cb377f) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3738 | 2024.12.13 20:59:42.174197 [ 262 ] {c4f32316-fe53-4d54-884a-694ce3c5bd1d} <Debug> executeQuery: Read 285 rows, 25.75 KiB in 0.002144 sec., 132929.10447761192 rows/sec., 11.73 MiB/sec. | ||
| 3739 | 2024.12.13 20:59:42.174207 [ 113 ] {} <Trace> oximeter.fields_string (5b8b6b34-88ee-4a07-bbae-ca77b5cb377f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3740 | 2024.12.13 20:59:42.174285 [ 113 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3741 | 2024.12.13 20:59:42.174338 [ 262 ] {c4f32316-fe53-4d54-884a-694ce3c5bd1d} <Debug> TCPHandler: Processed in 0.002591197 sec. | ||
| 3742 | 2024.12.13 20:59:42.174614 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3743 | 2024.12.13 20:59:42.174670 [ 196 ] {5b8b6b34-88ee-4a07-bbae-ca77b5cb377f::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 | ||
| 3744 | 2024.12.13 20:59:42.174993 [ 261 ] {015b7959-7abc-4a20-9772-663acf66366d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3745 | 2024.12.13 20:59:42.175123 [ 261 ] {015b7959-7abc-4a20-9772-663acf66366d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3746 | 2024.12.13 20:59:42.175141 [ 196 ] {5b8b6b34-88ee-4a07-bbae-ca77b5cb377f::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3747 | 2024.12.13 20:59:42.175238 [ 196 ] {5b8b6b34-88ee-4a07-bbae-ca77b5cb377f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1432 rows starting from the beginning of the part | ||
| 3748 | 2024.12.13 20:59:42.175478 [ 196 ] {5b8b6b34-88ee-4a07-bbae-ca77b5cb377f::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 | ||
| 3749 | 2024.12.13 20:59:42.175928 [ 196 ] {5b8b6b34-88ee-4a07-bbae-ca77b5cb377f::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 | ||
| 3750 | 2024.12.13 20:59:42.176403 [ 196 ] {5b8b6b34-88ee-4a07-bbae-ca77b5cb377f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 285 rows starting from the beginning of the part | ||
| 3751 | 2024.12.13 20:59:42.176821 [ 196 ] {5b8b6b34-88ee-4a07-bbae-ca77b5cb377f::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 | ||
| 3752 | 2024.12.13 20:59:42.177105 [ 196 ] {5b8b6b34-88ee-4a07-bbae-ca77b5cb377f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 285 rows starting from the beginning of the part | ||
| 3753 | 2024.12.13 20:59:42.178170 [ 261 ] {015b7959-7abc-4a20-9772-663acf66366d} <Trace> oximeter.fields_u16 (d675a2d1-260a-4708-80e6-2a380b067dc4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3754 | 2024.12.13 20:59:42.178240 [ 261 ] {015b7959-7abc-4a20-9772-663acf66366d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3755 | 2024.12.13 20:59:42.179257 [ 261 ] {015b7959-7abc-4a20-9772-663acf66366d} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3756 | 2024.12.13 20:59:42.179764 [ 261 ] {015b7959-7abc-4a20-9772-663acf66366d} <Trace> oximeter.fields_u16 (d675a2d1-260a-4708-80e6-2a380b067dc4): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3757 | 2024.12.13 20:59:42.180156 [ 261 ] {015b7959-7abc-4a20-9772-663acf66366d} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.005268 sec., 9111.617312072893 rows/sec., 671.80 KiB/sec. | ||
| 3758 | 2024.12.13 20:59:42.180506 [ 261 ] {015b7959-7abc-4a20-9772-663acf66366d} <Debug> TCPHandler: Processed in 0.006040627 sec. | ||
| 3759 | 2024.12.13 20:59:42.180747 [ 262 ] {} <Trace> TCP-Session: ba79f2ea-3c39-4a82-87ed-b4543bed5a08 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3760 | 2024.12.13 20:59:42.180753 [ 196 ] {5b8b6b34-88ee-4a07-bbae-ca77b5cb377f::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2170 rows, containing 5 columns (5 merged, 0 gathered) in 0.006357585 sec., 341324.57529077475 rows/sec., 30.03 MiB/sec. | ||
| 3761 | 2024.12.13 20:59:42.180880 [ 262 ] {d6149555-b120-411d-80d0-3ffee15756a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57603) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3762 | 2024.12.13 20:59:42.180933 [ 262 ] {d6149555-b120-411d-80d0-3ffee15756a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3763 | 2024.12.13 20:59:42.181132 [ 193 ] {5b8b6b34-88ee-4a07-bbae-ca77b5cb377f::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3764 | 2024.12.13 20:59:42.181842 [ 193 ] {5b8b6b34-88ee-4a07-bbae-ca77b5cb377f::all_1_26_5} <Trace> oximeter.fields_string (5b8b6b34-88ee-4a07-bbae-ca77b5cb377f): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3765 | 2024.12.13 20:59:42.182084 [ 193 ] {5b8b6b34-88ee-4a07-bbae-ca77b5cb377f::all_1_26_5} <Trace> oximeter.fields_string (5b8b6b34-88ee-4a07-bbae-ca77b5cb377f) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3766 | 2024.12.13 20:59:42.182249 [ 262 ] {d6149555-b120-411d-80d0-3ffee15756a4} <Trace> oximeter.fields_u32 (db0931ff-d72d-49c4-80b8-a69047ae71a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3767 | 2024.12.13 20:59:42.182289 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.67 MiB. | ||
| 3768 | 2024.12.13 20:59:42.182313 [ 262 ] {d6149555-b120-411d-80d0-3ffee15756a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3769 | 2024.12.13 20:59:42.182701 [ 262 ] {d6149555-b120-411d-80d0-3ffee15756a4} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3770 | 2024.12.13 20:59:42.182963 [ 262 ] {d6149555-b120-411d-80d0-3ffee15756a4} <Trace> oximeter.fields_u32 (db0931ff-d72d-49c4-80b8-a69047ae71a5): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3771 | 2024.12.13 20:59:42.183108 [ 112 ] {} <Debug> oximeter.fields_u32 (db0931ff-d72d-49c4-80b8-a69047ae71a5) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3772 | 2024.12.13 20:59:42.183150 [ 112 ] {} <Trace> oximeter.fields_u32 (db0931ff-d72d-49c4-80b8-a69047ae71a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3773 | 2024.12.13 20:59:42.183160 [ 262 ] {d6149555-b120-411d-80d0-3ffee15756a4} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002299 sec., 6089.604175728578 rows/sec., 426.48 KiB/sec. | ||
| 3774 | 2024.12.13 20:59:42.183177 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3775 | 2024.12.13 20:59:42.183388 [ 262 ] {d6149555-b120-411d-80d0-3ffee15756a4} <Debug> TCPHandler: Processed in 0.002758541 sec. | ||
| 3776 | 2024.12.13 20:59:42.183537 [ 191 ] {db0931ff-d72d-49c4-80b8-a69047ae71a5::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 | ||
| 3777 | 2024.12.13 20:59:42.183663 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3778 | 2024.12.13 20:59:42.183925 [ 191 ] {db0931ff-d72d-49c4-80b8-a69047ae71a5::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3779 | 2024.12.13 20:59:42.183935 [ 261 ] {6d19da62-9ba6-4756-8abd-3280ba657212} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3780 | 2024.12.13 20:59:42.183961 [ 191 ] {db0931ff-d72d-49c4-80b8-a69047ae71a5::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 242 rows starting from the beginning of the part | ||
| 3781 | 2024.12.13 20:59:42.183995 [ 261 ] {6d19da62-9ba6-4756-8abd-3280ba657212} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3782 | 2024.12.13 20:59:42.184187 [ 191 ] {db0931ff-d72d-49c4-80b8-a69047ae71a5::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 | ||
| 3783 | 2024.12.13 20:59:42.184564 [ 191 ] {db0931ff-d72d-49c4-80b8-a69047ae71a5::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.13 20:59:42.184851 [ 191 ] {db0931ff-d72d-49c4-80b8-a69047ae71a5::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.13 20:59:42.185223 [ 191 ] {db0931ff-d72d-49c4-80b8-a69047ae71a5::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.13 20:59:42.185553 [ 191 ] {db0931ff-d72d-49c4-80b8-a69047ae71a5::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.13 20:59:42.186637 [ 261 ] {6d19da62-9ba6-4756-8abd-3280ba657212} <Trace> oximeter.fields_u8 (dff66ad8-7c17-40cc-8854-b493f299c0b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3788 | 2024.12.13 20:59:42.186681 [ 261 ] {6d19da62-9ba6-4756-8abd-3280ba657212} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3789 | 2024.12.13 20:59:42.187229 [ 261 ] {6d19da62-9ba6-4756-8abd-3280ba657212} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3790 | 2024.12.13 20:59:42.187468 [ 194 ] {db0931ff-d72d-49c4-80b8-a69047ae71a5::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 540 rows, containing 5 columns (5 merged, 0 gathered) in 0.004184078 sec., 129060.6915071851 rows/sec., 9.24 MiB/sec. | ||
| 3791 | 2024.12.13 20:59:42.187625 [ 261 ] {6d19da62-9ba6-4756-8abd-3280ba657212} <Trace> oximeter.fields_u8 (dff66ad8-7c17-40cc-8854-b493f299c0b1): 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.13 20:59:42.187821 [ 194 ] {db0931ff-d72d-49c4-80b8-a69047ae71a5::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3793 | 2024.12.13 20:59:42.188056 [ 261 ] {6d19da62-9ba6-4756-8abd-3280ba657212} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.004157 sec., 3127.2552321385615 rows/sec., 194.98 KiB/sec. | ||
| 3794 | 2024.12.13 20:59:42.188207 [ 261 ] {6d19da62-9ba6-4756-8abd-3280ba657212} <Debug> TCPHandler: Processed in 0.004685632 sec. | ||
| 3795 | 2024.12.13 20:59:42.188435 [ 262 ] {} <Trace> TCP-Session: ba79f2ea-3c39-4a82-87ed-b4543bed5a08 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3796 | 2024.12.13 20:59:42.188489 [ 186 ] {db0931ff-d72d-49c4-80b8-a69047ae71a5::all_1_11_2} <Trace> oximeter.fields_u32 (db0931ff-d72d-49c4-80b8-a69047ae71a5): 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.13 20:59:42.188656 [ 262 ] {8ec371d1-dcc0-4b1f-9f19-828d93cb8fa8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57603) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3798 | 2024.12.13 20:59:42.188672 [ 186 ] {db0931ff-d72d-49c4-80b8-a69047ae71a5::all_1_11_2} <Trace> oximeter.fields_u32 (db0931ff-d72d-49c4-80b8-a69047ae71a5) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3799 | 2024.12.13 20:59:42.188745 [ 262 ] {8ec371d1-dcc0-4b1f-9f19-828d93cb8fa8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3800 | 2024.12.13 20:59:42.188865 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 3801 | 2024.12.13 20:59:42.189631 [ 262 ] {8ec371d1-dcc0-4b1f-9f19-828d93cb8fa8} <Trace> oximeter.fields_uuid (75bff165-9894-4896-8c72-35d0ef17bbe1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3802 | 2024.12.13 20:59:42.189674 [ 262 ] {8ec371d1-dcc0-4b1f-9f19-828d93cb8fa8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3803 | 2024.12.13 20:59:42.190070 [ 262 ] {8ec371d1-dcc0-4b1f-9f19-828d93cb8fa8} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3804 | 2024.12.13 20:59:42.190316 [ 262 ] {8ec371d1-dcc0-4b1f-9f19-828d93cb8fa8} <Trace> oximeter.fields_uuid (75bff165-9894-4896-8c72-35d0ef17bbe1): 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.13 20:59:42.190445 [ 112 ] {} <Debug> oximeter.fields_uuid (75bff165-9894-4896-8c72-35d0ef17bbe1) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3806 | 2024.12.13 20:59:42.190483 [ 112 ] {} <Trace> oximeter.fields_uuid (75bff165-9894-4896-8c72-35d0ef17bbe1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3807 | 2024.12.13 20:59:42.190506 [ 262 ] {8ec371d1-dcc0-4b1f-9f19-828d93cb8fa8} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.001906 sec., 221930.74501573978 rows/sec., 15.87 MiB/sec. | ||
| 3808 | 2024.12.13 20:59:42.190509 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3809 | 2024.12.13 20:59:42.190638 [ 262 ] {8ec371d1-dcc0-4b1f-9f19-828d93cb8fa8} <Debug> TCPHandler: Processed in 0.00229614 sec. | ||
| 3810 | 2024.12.13 20:59:42.190744 [ 194 ] {75bff165-9894-4896-8c72-35d0ef17bbe1::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.13 20:59:42.190829 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3812 | 2024.12.13 20:59:42.190928 [ 194 ] {75bff165-9894-4896-8c72-35d0ef17bbe1::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3813 | 2024.12.13 20:59:42.191008 [ 194 ] {75bff165-9894-4896-8c72-35d0ef17bbe1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 911 rows starting from the beginning of the part | ||
| 3814 | 2024.12.13 20:59:42.191076 [ 261 ] {4229110c-1f66-4710-a5f6-79912ddc7257} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3815 | 2024.12.13 20:59:42.191214 [ 194 ] {75bff165-9894-4896-8c72-35d0ef17bbe1::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.13 20:59:42.191299 [ 261 ] {4229110c-1f66-4710-a5f6-79912ddc7257} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3817 | 2024.12.13 20:59:42.191463 [ 194 ] {75bff165-9894-4896-8c72-35d0ef17bbe1::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.13 20:59:42.191847 [ 194 ] {75bff165-9894-4896-8c72-35d0ef17bbe1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 423 rows starting from the beginning of the part | ||
| 3819 | 2024.12.13 20:59:42.192262 [ 194 ] {75bff165-9894-4896-8c72-35d0ef17bbe1::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.13 20:59:42.192623 [ 194 ] {75bff165-9894-4896-8c72-35d0ef17bbe1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 423 rows starting from the beginning of the part | ||
| 3821 | 2024.12.13 20:59:42.193601 [ 261 ] {4229110c-1f66-4710-a5f6-79912ddc7257} <Trace> oximeter.measurements_bool (e2b503a0-fc05-44eb-86c2-76ac8cc47d1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3822 | 2024.12.13 20:59:42.193676 [ 261 ] {4229110c-1f66-4710-a5f6-79912ddc7257} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3823 | 2024.12.13 20:59:42.194617 [ 261 ] {4229110c-1f66-4710-a5f6-79912ddc7257} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3824 | 2024.12.13 20:59:42.195045 [ 261 ] {4229110c-1f66-4710-a5f6-79912ddc7257} <Trace> oximeter.measurements_bool (e2b503a0-fc05-44eb-86c2-76ac8cc47d1a): 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.13 20:59:42.195296 [ 112 ] {} <Debug> oximeter.measurements_bool (e2b503a0-fc05-44eb-86c2-76ac8cc47d1a) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3826 | 2024.12.13 20:59:42.195415 [ 112 ] {} <Trace> oximeter.measurements_bool (e2b503a0-fc05-44eb-86c2-76ac8cc47d1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3827 | 2024.12.13 20:59:42.195489 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3828 | 2024.12.13 20:59:42.195558 [ 261 ] {4229110c-1f66-4710-a5f6-79912ddc7257} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004528 sec., 1325.0883392226149 rows/sec., 69.23 KiB/sec. | ||
| 3829 | 2024.12.13 20:59:42.196013 [ 261 ] {4229110c-1f66-4710-a5f6-79912ddc7257} <Debug> TCPHandler: Processed in 0.005256567 sec. | ||
| 3830 | 2024.12.13 20:59:42.196031 [ 194 ] {e2b503a0-fc05-44eb-86c2-76ac8cc47d1a::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 | ||
| 3831 | 2024.12.13 20:59:42.196401 [ 262 ] {} <Trace> TCP-Session: ba79f2ea-3c39-4a82-87ed-b4543bed5a08 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3832 | 2024.12.13 20:59:42.196440 [ 186 ] {75bff165-9894-4896-8c72-35d0ef17bbe1::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1949 rows, containing 5 columns (5 merged, 0 gathered) in 0.005822671 sec., 334726.1076574651 rows/sec., 25.62 MiB/sec. | ||
| 3833 | 2024.12.13 20:59:42.196478 [ 194 ] {e2b503a0-fc05-44eb-86c2-76ac8cc47d1a::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3834 | 2024.12.13 20:59:42.196539 [ 194 ] {e2b503a0-fc05-44eb-86c2-76ac8cc47d1a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 36 rows starting from the beginning of the part | ||
| 3835 | 2024.12.13 20:59:42.196789 [ 262 ] {9e219289-db14-4614-821a-9fa5af5bc654} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57603) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3836 | 2024.12.13 20:59:42.196837 [ 186 ] {75bff165-9894-4896-8c72-35d0ef17bbe1::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3837 | 2024.12.13 20:59:42.196911 [ 194 ] {e2b503a0-fc05-44eb-86c2-76ac8cc47d1a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 6 rows starting from the beginning of the part | ||
| 3838 | 2024.12.13 20:59:42.197193 [ 262 ] {9e219289-db14-4614-821a-9fa5af5bc654} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3839 | 2024.12.13 20:59:42.197333 [ 194 ] {e2b503a0-fc05-44eb-86c2-76ac8cc47d1a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 6 rows starting from the beginning of the part | ||
| 3840 | 2024.12.13 20:59:42.197747 [ 194 ] {e2b503a0-fc05-44eb-86c2-76ac8cc47d1a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 6 rows starting from the beginning of the part | ||
| 3841 | 2024.12.13 20:59:42.198099 [ 186 ] {75bff165-9894-4896-8c72-35d0ef17bbe1::all_1_26_5} <Trace> oximeter.fields_uuid (75bff165-9894-4896-8c72-35d0ef17bbe1): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3842 | 2024.12.13 20:59:42.198181 [ 194 ] {e2b503a0-fc05-44eb-86c2-76ac8cc47d1a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 6 rows starting from the beginning of the part | ||
| 3843 | 2024.12.13 20:59:42.198576 [ 186 ] {75bff165-9894-4896-8c72-35d0ef17bbe1::all_1_26_5} <Trace> oximeter.fields_uuid (75bff165-9894-4896-8c72-35d0ef17bbe1) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3844 | 2024.12.13 20:59:42.198693 [ 194 ] {e2b503a0-fc05-44eb-86c2-76ac8cc47d1a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 6 rows starting from the beginning of the part | ||
| 3845 | 2024.12.13 20:59:42.199080 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 3846 | 2024.12.13 20:59:42.200581 [ 262 ] {9e219289-db14-4614-821a-9fa5af5bc654} <Trace> oximeter.measurements_cumulativeu64 (622a7f09-a7e8-42f8-b1fb-316929b4f11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3847 | 2024.12.13 20:59:42.200649 [ 262 ] {9e219289-db14-4614-821a-9fa5af5bc654} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3848 | 2024.12.13 20:59:42.201586 [ 194 ] {e2b503a0-fc05-44eb-86c2-76ac8cc47d1a::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 66 rows, containing 4 columns (4 merged, 0 gathered) in 0.005952565 sec., 11087.657169640315 rows/sec., 579.29 KiB/sec. | ||
| 3849 | 2024.12.13 20:59:42.201749 [ 262 ] {9e219289-db14-4614-821a-9fa5af5bc654} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3850 | 2024.12.13 20:59:42.201752 [ 194 ] {e2b503a0-fc05-44eb-86c2-76ac8cc47d1a::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3851 | 2024.12.13 20:59:42.202243 [ 262 ] {9e219289-db14-4614-821a-9fa5af5bc654} <Trace> oximeter.measurements_cumulativeu64 (622a7f09-a7e8-42f8-b1fb-316929b4f11a): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3852 | 2024.12.13 20:59:42.202285 [ 194 ] {e2b503a0-fc05-44eb-86c2-76ac8cc47d1a::all_1_11_2} <Trace> oximeter.measurements_bool (e2b503a0-fc05-44eb-86c2-76ac8cc47d1a): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3853 | 2024.12.13 20:59:42.202495 [ 194 ] {e2b503a0-fc05-44eb-86c2-76ac8cc47d1a::all_1_11_2} <Trace> oximeter.measurements_bool (e2b503a0-fc05-44eb-86c2-76ac8cc47d1a) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3854 | 2024.12.13 20:59:42.202524 [ 112 ] {} <Debug> oximeter.measurements_cumulativeu64 (622a7f09-a7e8-42f8-b1fb-316929b4f11a) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3855 | 2024.12.13 20:59:42.202600 [ 112 ] {} <Trace> oximeter.measurements_cumulativeu64 (622a7f09-a7e8-42f8-b1fb-316929b4f11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3856 | 2024.12.13 20:59:42.202679 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3857 | 2024.12.13 20:59:42.202749 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 3858 | 2024.12.13 20:59:42.202763 [ 262 ] {9e219289-db14-4614-821a-9fa5af5bc654} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.006172 sec., 38399.222294232015 rows/sec., 2.57 MiB/sec. | ||
| 3859 | 2024.12.13 20:59:42.203209 [ 262 ] {9e219289-db14-4614-821a-9fa5af5bc654} <Debug> TCPHandler: Processed in 0.007038963 sec. | ||
| 3860 | 2024.12.13 20:59:42.203215 [ 197 ] {622a7f09-a7e8-42f8-b1fb-316929b4f11a::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 | ||
| 3861 | 2024.12.13 20:59:42.203511 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3862 | 2024.12.13 20:59:42.203829 [ 197 ] {622a7f09-a7e8-42f8-b1fb-316929b4f11a::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3863 | 2024.12.13 20:59:42.203858 [ 261 ] {9265f39a-89a6-470d-836d-04568ff75dd5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3864 | 2024.12.13 20:59:42.203886 [ 197 ] {622a7f09-a7e8-42f8-b1fb-316929b4f11a::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 6952 rows starting from the beginning of the part | ||
| 3865 | 2024.12.13 20:59:42.203953 [ 261 ] {9265f39a-89a6-470d-836d-04568ff75dd5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3866 | 2024.12.13 20:59:42.204172 [ 197 ] {622a7f09-a7e8-42f8-b1fb-316929b4f11a::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 | ||
| 3867 | 2024.12.13 20:59:42.204540 [ 197 ] {622a7f09-a7e8-42f8-b1fb-316929b4f11a::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 | ||
| 3868 | 2024.12.13 20:59:42.204900 [ 197 ] {622a7f09-a7e8-42f8-b1fb-316929b4f11a::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 | ||
| 3869 | 2024.12.13 20:59:42.205313 [ 197 ] {622a7f09-a7e8-42f8-b1fb-316929b4f11a::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 | ||
| 3870 | 2024.12.13 20:59:42.205622 [ 197 ] {622a7f09-a7e8-42f8-b1fb-316929b4f11a::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 | ||
| 3871 | 2024.12.13 20:59:42.206712 [ 261 ] {9265f39a-89a6-470d-836d-04568ff75dd5} <Trace> oximeter.measurements_f64 (e63d307a-4800-4395-92a7-5a221df216fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3872 | 2024.12.13 20:59:42.206785 [ 261 ] {9265f39a-89a6-470d-836d-04568ff75dd5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3873 | 2024.12.13 20:59:42.207400 [ 261 ] {9265f39a-89a6-470d-836d-04568ff75dd5} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3874 | 2024.12.13 20:59:42.207924 [ 261 ] {9265f39a-89a6-470d-836d-04568ff75dd5} <Trace> oximeter.measurements_f64 (e63d307a-4800-4395-92a7-5a221df216fb): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3875 | 2024.12.13 20:59:42.208595 [ 261 ] {9265f39a-89a6-470d-836d-04568ff75dd5} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004751 sec., 210.48200378867608 rows/sec., 14.18 KiB/sec. | ||
| 3876 | 2024.12.13 20:59:42.208912 [ 261 ] {9265f39a-89a6-470d-836d-04568ff75dd5} <Debug> TCPHandler: Processed in 0.005582095 sec. | ||
| 3877 | 2024.12.13 20:59:42.209106 [ 262 ] {} <Trace> TCP-Session: ba79f2ea-3c39-4a82-87ed-b4543bed5a08 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3878 | 2024.12.13 20:59:42.209264 [ 262 ] {1167262f-32b9-43d8-a54a-11ec6f2d2056} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57603) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3879 | 2024.12.13 20:59:42.209420 [ 262 ] {1167262f-32b9-43d8-a54a-11ec6f2d2056} <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 | ||
| 3880 | 2024.12.13 20:59:42.210609 [ 197 ] {622a7f09-a7e8-42f8-b1fb-316929b4f11a::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7874 rows, containing 5 columns (5 merged, 0 gathered) in 0.007725791 sec., 1019183.6667598179 rows/sec., 68.74 MiB/sec. | ||
| 3881 | 2024.12.13 20:59:42.211266 [ 197 ] {622a7f09-a7e8-42f8-b1fb-316929b4f11a::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3882 | 2024.12.13 20:59:42.211652 [ 262 ] {1167262f-32b9-43d8-a54a-11ec6f2d2056} <Trace> oximeter.measurements_histogramu64 (0435d810-cbe3-4332-a7be-27034ee0470b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3883 | 2024.12.13 20:59:42.211734 [ 262 ] {1167262f-32b9-43d8-a54a-11ec6f2d2056} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3884 | 2024.12.13 20:59:42.211995 [ 197 ] {622a7f09-a7e8-42f8-b1fb-316929b4f11a::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (622a7f09-a7e8-42f8-b1fb-316929b4f11a): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3885 | 2024.12.13 20:59:42.212231 [ 197 ] {622a7f09-a7e8-42f8-b1fb-316929b4f11a::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (622a7f09-a7e8-42f8-b1fb-316929b4f11a) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3886 | 2024.12.13 20:59:42.212389 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.44 MiB. | ||
| 3887 | 2024.12.13 20:59:42.212899 [ 262 ] {1167262f-32b9-43d8-a54a-11ec6f2d2056} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3888 | 2024.12.13 20:59:42.213194 [ 262 ] {1167262f-32b9-43d8-a54a-11ec6f2d2056} <Trace> oximeter.measurements_histogramu64 (0435d810-cbe3-4332-a7be-27034ee0470b): 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.13 20:59:42.213333 [ 112 ] {} <Debug> oximeter.measurements_histogramu64 (0435d810-cbe3-4332-a7be-27034ee0470b) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3890 | 2024.12.13 20:59:42.213385 [ 112 ] {} <Trace> oximeter.measurements_histogramu64 (0435d810-cbe3-4332-a7be-27034ee0470b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3891 | 2024.12.13 20:59:42.213412 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3892 | 2024.12.13 20:59:42.213422 [ 262 ] {1167262f-32b9-43d8-a54a-11ec6f2d2056} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.004188 sec., 9789.875835721108 rows/sec., 17.54 MiB/sec. | ||
| 3893 | 2024.12.13 20:59:42.213757 [ 199 ] {0435d810-cbe3-4332-a7be-27034ee0470b::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.13 20:59:42.213876 [ 262 ] {1167262f-32b9-43d8-a54a-11ec6f2d2056} <Debug> TCPHandler: Processed in 0.004846976 sec. | ||
| 3895 | 2024.12.13 20:59:42.214098 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3896 | 2024.12.13 20:59:42.214259 [ 199 ] {0435d810-cbe3-4332-a7be-27034ee0470b::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3897 | 2024.12.13 20:59:42.214278 [ 261 ] {eb256824-3828-4455-b437-20b87482a47e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3898 | 2024.12.13 20:59:42.214338 [ 199 ] {0435d810-cbe3-4332-a7be-27034ee0470b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 110 rows starting from the beginning of the part | ||
| 3899 | 2024.12.13 20:59:42.214354 [ 261 ] {eb256824-3828-4455-b437-20b87482a47e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3900 | 2024.12.13 20:59:42.214984 [ 199 ] {0435d810-cbe3-4332-a7be-27034ee0470b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 41 rows starting from the beginning of the part | ||
| 3901 | 2024.12.13 20:59:42.215549 [ 199 ] {0435d810-cbe3-4332-a7be-27034ee0470b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 41 rows starting from the beginning of the part | ||
| 3902 | 2024.12.13 20:59:42.216167 [ 199 ] {0435d810-cbe3-4332-a7be-27034ee0470b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 41 rows starting from the beginning of the part | ||
| 3903 | 2024.12.13 20:59:42.216168 [ 261 ] {eb256824-3828-4455-b437-20b87482a47e} <Trace> oximeter.measurements_u64 (cc3a5477-acbd-4caa-813d-ff4981ce9df1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3904 | 2024.12.13 20:59:42.216225 [ 261 ] {eb256824-3828-4455-b437-20b87482a47e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3905 | 2024.12.13 20:59:42.216671 [ 199 ] {0435d810-cbe3-4332-a7be-27034ee0470b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 41 rows starting from the beginning of the part | ||
| 3906 | 2024.12.13 20:59:42.217211 [ 199 ] {0435d810-cbe3-4332-a7be-27034ee0470b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 41 rows starting from the beginning of the part | ||
| 3907 | 2024.12.13 20:59:42.217367 [ 261 ] {eb256824-3828-4455-b437-20b87482a47e} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3908 | 2024.12.13 20:59:42.217912 [ 261 ] {eb256824-3828-4455-b437-20b87482a47e} <Trace> oximeter.measurements_u64 (cc3a5477-acbd-4caa-813d-ff4981ce9df1): 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.13 20:59:42.218181 [ 112 ] {} <Debug> oximeter.measurements_u64 (cc3a5477-acbd-4caa-813d-ff4981ce9df1) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3910 | 2024.12.13 20:59:42.218270 [ 112 ] {} <Trace> oximeter.measurements_u64 (cc3a5477-acbd-4caa-813d-ff4981ce9df1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3911 | 2024.12.13 20:59:42.218355 [ 112 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.37 GiB. | ||
| 3912 | 2024.12.13 20:59:42.218391 [ 261 ] {eb256824-3828-4455-b437-20b87482a47e} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.00414 sec., 19806.763285024157 rows/sec., 1.26 MiB/sec. | ||
| 3913 | 2024.12.13 20:59:42.218591 [ 261 ] {eb256824-3828-4455-b437-20b87482a47e} <Debug> TCPHandler: Processed in 0.00460058 sec. | ||
| 3914 | 2024.12.13 20:59:42.219032 [ 197 ] {cc3a5477-acbd-4caa-813d-ff4981ce9df1::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 | ||
| 3915 | 2024.12.13 20:59:42.219322 [ 197 ] {cc3a5477-acbd-4caa-813d-ff4981ce9df1::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3916 | 2024.12.13 20:59:42.219375 [ 197 ] {cc3a5477-acbd-4caa-813d-ff4981ce9df1::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1188 rows starting from the beginning of the part | ||
| 3917 | 2024.12.13 20:59:42.219519 [ 197 ] {cc3a5477-acbd-4caa-813d-ff4981ce9df1::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.13 20:59:42.219820 [ 197 ] {cc3a5477-acbd-4caa-813d-ff4981ce9df1::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.13 20:59:42.220161 [ 197 ] {cc3a5477-acbd-4caa-813d-ff4981ce9df1::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.13 20:59:42.220456 [ 197 ] {cc3a5477-acbd-4caa-813d-ff4981ce9df1::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.13 20:59:42.220745 [ 197 ] {cc3a5477-acbd-4caa-813d-ff4981ce9df1::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.13 20:59:42.224514 [ 197 ] {cc3a5477-acbd-4caa-813d-ff4981ce9df1::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1520 rows, containing 4 columns (4 merged, 0 gathered) in 0.005853992 sec., 259651.8751648448 rows/sec., 16.88 MiB/sec. | ||
| 3923 | 2024.12.13 20:59:42.224814 [ 197 ] {cc3a5477-acbd-4caa-813d-ff4981ce9df1::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3924 | 2024.12.13 20:59:42.225326 [ 197 ] {cc3a5477-acbd-4caa-813d-ff4981ce9df1::all_1_26_5} <Trace> oximeter.measurements_u64 (cc3a5477-acbd-4caa-813d-ff4981ce9df1): 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.13 20:59:42.225411 [ 197 ] {cc3a5477-acbd-4caa-813d-ff4981ce9df1::all_1_26_5} <Trace> oximeter.measurements_u64 (cc3a5477-acbd-4caa-813d-ff4981ce9df1) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3926 | 2024.12.13 20:59:42.225622 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. | ||
| 3927 | 2024.12.13 20:59:42.226355 [ 188 ] {0435d810-cbe3-4332-a7be-27034ee0470b::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 315 rows, containing 19 columns (19 merged, 0 gathered) in 0.012851423 sec., 24510.904356661515 rows/sec., 43.92 MiB/sec. | ||
| 3928 | 2024.12.13 20:59:42.226791 [ 199 ] {0435d810-cbe3-4332-a7be-27034ee0470b::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3929 | 2024.12.13 20:59:42.227192 [ 199 ] {0435d810-cbe3-4332-a7be-27034ee0470b::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (0435d810-cbe3-4332-a7be-27034ee0470b): 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.13 20:59:42.227277 [ 199 ] {0435d810-cbe3-4332-a7be-27034ee0470b::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (0435d810-cbe3-4332-a7be-27034ee0470b) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3931 | 2024.12.13 20:59:42.227396 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.72 MiB. | ||
| 3932 | 2024.12.13 20:59:45.981471 [ 108 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3933 | 2024.12.13 20:59:45.981538 [ 108 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3934 | 2024.12.13 20:59:46.079396 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 8296 | ||
| 3935 | 2024.12.13 20:59:46.080131 [ 242 ] {} <Trace> system.asynchronous_metric_log (bfd632e9-c8e2-471e-b238-7df687a4f8ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3936 | 2024.12.13 20:59:46.080171 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 3937 | 2024.12.13 20:59:46.080757 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3938 | 2024.12.13 20:59:46.081048 [ 242 ] {} <Trace> system.asynchronous_metric_log (bfd632e9-c8e2-471e-b238-7df687a4f8ca): 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.13 20:59:46.081268 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8296 | ||
| 3940 | 2024.12.13 20:59:46.637571 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 136 | ||
| 3941 | 2024.12.13 20:59:46.657820 [ 243 ] {} <Trace> system.metric_log (6f41e073-4f68-44d4-8e91-392ee6d2702a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3942 | 2024.12.13 20:59:46.657878 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 3943 | 2024.12.13 20:59:46.665683 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3944 | 2024.12.13 20:59:46.666468 [ 243 ] {} <Trace> system.metric_log (6f41e073-4f68-44d4-8e91-392ee6d2702a): 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.13 20:59:46.669268 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 136 | ||
| 3946 | 2024.12.13 20:59:47.163272 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3947 | 2024.12.13 20:59:47.163569 [ 261 ] {e41427ff-1085-40ac-aed1-10e98356aada} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3948 | 2024.12.13 20:59:47.163681 [ 261 ] {e41427ff-1085-40ac-aed1-10e98356aada} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3949 | 2024.12.13 20:59:47.164553 [ 261 ] {e41427ff-1085-40ac-aed1-10e98356aada} <Trace> oximeter.fields_string (5b8b6b34-88ee-4a07-bbae-ca77b5cb377f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3950 | 2024.12.13 20:59:47.164597 [ 261 ] {e41427ff-1085-40ac-aed1-10e98356aada} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 3951 | 2024.12.13 20:59:47.165039 [ 261 ] {e41427ff-1085-40ac-aed1-10e98356aada} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 3952 | 2024.12.13 20:59:47.165296 [ 261 ] {e41427ff-1085-40ac-aed1-10e98356aada} <Trace> oximeter.fields_string (5b8b6b34-88ee-4a07-bbae-ca77b5cb377f): 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.13 20:59:47.165535 [ 261 ] {e41427ff-1085-40ac-aed1-10e98356aada} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002049 sec., 27330.405075646657 rows/sec., 2.09 MiB/sec. | ||
| 3954 | 2024.12.13 20:59:47.165592 [ 261 ] {e41427ff-1085-40ac-aed1-10e98356aada} <Debug> TCPHandler: Processed in 0.002504255 sec. | ||
| 3955 | 2024.12.13 20:59:47.165842 [ 262 ] {} <Trace> TCP-Session: ba79f2ea-3c39-4a82-87ed-b4543bed5a08 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3956 | 2024.12.13 20:59:47.166051 [ 262 ] {8b9577e5-d2f9-4e94-a03a-81cf021c0c6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57603) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3957 | 2024.12.13 20:59:47.166133 [ 262 ] {8b9577e5-d2f9-4e94-a03a-81cf021c0c6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3958 | 2024.12.13 20:59:47.167010 [ 262 ] {8b9577e5-d2f9-4e94-a03a-81cf021c0c6e} <Trace> oximeter.fields_uuid (75bff165-9894-4896-8c72-35d0ef17bbe1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3959 | 2024.12.13 20:59:47.167050 [ 262 ] {8b9577e5-d2f9-4e94-a03a-81cf021c0c6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 3960 | 2024.12.13 20:59:47.167490 [ 262 ] {8b9577e5-d2f9-4e94-a03a-81cf021c0c6e} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 3961 | 2024.12.13 20:59:47.167748 [ 262 ] {8b9577e5-d2f9-4e94-a03a-81cf021c0c6e} <Trace> oximeter.fields_uuid (75bff165-9894-4896-8c72-35d0ef17bbe1): 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.13 20:59:47.167985 [ 262 ] {8b9577e5-d2f9-4e94-a03a-81cf021c0c6e} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001981 sec., 32306.915699141846 rows/sec., 2.52 MiB/sec. | ||
| 3963 | 2024.12.13 20:59:47.168145 [ 262 ] {8b9577e5-d2f9-4e94-a03a-81cf021c0c6e} <Debug> TCPHandler: Processed in 0.002438083 sec. | ||
| 3964 | 2024.12.13 20:59:47.168443 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3965 | 2024.12.13 20:59:47.168667 [ 261 ] {3a7bc894-3254-44c2-88fc-69f15c7257bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3966 | 2024.12.13 20:59:47.168763 [ 261 ] {3a7bc894-3254-44c2-88fc-69f15c7257bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3967 | 2024.12.13 20:59:47.169445 [ 261 ] {3a7bc894-3254-44c2-88fc-69f15c7257bb} <Trace> oximeter.measurements_cumulativeu64 (622a7f09-a7e8-42f8-b1fb-316929b4f11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3968 | 2024.12.13 20:59:47.169483 [ 261 ] {3a7bc894-3254-44c2-88fc-69f15c7257bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 3969 | 2024.12.13 20:59:47.169881 [ 261 ] {3a7bc894-3254-44c2-88fc-69f15c7257bb} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 3970 | 2024.12.13 20:59:47.170124 [ 261 ] {3a7bc894-3254-44c2-88fc-69f15c7257bb} <Trace> oximeter.measurements_cumulativeu64 (622a7f09-a7e8-42f8-b1fb-316929b4f11a): 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.13 20:59:47.170340 [ 261 ] {3a7bc894-3254-44c2-88fc-69f15c7257bb} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001727 sec., 92646.20729588882 rows/sec., 6.45 MiB/sec. | ||
| 3972 | 2024.12.13 20:59:47.170391 [ 261 ] {3a7bc894-3254-44c2-88fc-69f15c7257bb} <Debug> TCPHandler: Processed in 0.002106044 sec. | ||
| 3973 | 2024.12.13 20:59:47.170550 [ 262 ] {} <Trace> TCP-Session: ba79f2ea-3c39-4a82-87ed-b4543bed5a08 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3974 | 2024.12.13 20:59:47.170687 [ 262 ] {1b7ab04e-d6fd-46f3-9ab1-0f093989326b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57603) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3975 | 2024.12.13 20:59:47.170749 [ 262 ] {1b7ab04e-d6fd-46f3-9ab1-0f093989326b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3976 | 2024.12.13 20:59:47.171292 [ 262 ] {1b7ab04e-d6fd-46f3-9ab1-0f093989326b} <Trace> oximeter.measurements_u64 (cc3a5477-acbd-4caa-813d-ff4981ce9df1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3977 | 2024.12.13 20:59:47.171330 [ 262 ] {1b7ab04e-d6fd-46f3-9ab1-0f093989326b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 3978 | 2024.12.13 20:59:47.171710 [ 262 ] {1b7ab04e-d6fd-46f3-9ab1-0f093989326b} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 3979 | 2024.12.13 20:59:47.171965 [ 262 ] {1b7ab04e-d6fd-46f3-9ab1-0f093989326b} <Trace> oximeter.measurements_u64 (cc3a5477-acbd-4caa-813d-ff4981ce9df1): 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.13 20:59:47.172149 [ 262 ] {1b7ab04e-d6fd-46f3-9ab1-0f093989326b} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001493 sec., 40187.54186202277 rows/sec., 2.71 MiB/sec. | ||
| 3981 | 2024.12.13 20:59:47.172200 [ 262 ] {1b7ab04e-d6fd-46f3-9ab1-0f093989326b} <Debug> TCPHandler: Processed in 0.001714854 sec. | ||
| 3982 | 2024.12.13 20:59:47.805005 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3983 | 2024.12.13 20:59:47.805226 [ 261 ] {ac0b397f-51cc-4161-b023-3225d418690a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3984 | 2024.12.13 20:59:47.805305 [ 261 ] {ac0b397f-51cc-4161-b023-3225d418690a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3985 | 2024.12.13 20:59:47.806120 [ 261 ] {ac0b397f-51cc-4161-b023-3225d418690a} <Trace> oximeter.fields_i16 (fa937343-6bd9-452b-a26b-53118aaaf570): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3986 | 2024.12.13 20:59:47.806173 [ 261 ] {ac0b397f-51cc-4161-b023-3225d418690a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 3987 | 2024.12.13 20:59:47.806617 [ 261 ] {ac0b397f-51cc-4161-b023-3225d418690a} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3988 | 2024.12.13 20:59:47.806887 [ 261 ] {ac0b397f-51cc-4161-b023-3225d418690a} <Trace> oximeter.fields_i16 (fa937343-6bd9-452b-a26b-53118aaaf570): 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.13 20:59:47.807089 [ 261 ] {ac0b397f-51cc-4161-b023-3225d418690a} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001923 sec., 7280.291211648466 rows/sec., 524.08 KiB/sec. | ||
| 3990 | 2024.12.13 20:59:47.807146 [ 261 ] {ac0b397f-51cc-4161-b023-3225d418690a} <Debug> TCPHandler: Processed in 0.002286459 sec. | ||
| 3991 | 2024.12.13 20:59:47.807397 [ 262 ] {} <Trace> TCP-Session: ba79f2ea-3c39-4a82-87ed-b4543bed5a08 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3992 | 2024.12.13 20:59:47.807618 [ 262 ] {5ef7dd95-7332-42ac-a26a-2f93266dedd9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57603) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 3993 | 2024.12.13 20:59:47.807702 [ 262 ] {5ef7dd95-7332-42ac-a26a-2f93266dedd9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3994 | 2024.12.13 20:59:47.808491 [ 262 ] {5ef7dd95-7332-42ac-a26a-2f93266dedd9} <Trace> oximeter.fields_ipaddr (91c5d38f-5b59-4965-a2a0-ad69eed7fb29): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3995 | 2024.12.13 20:59:47.808543 [ 262 ] {5ef7dd95-7332-42ac-a26a-2f93266dedd9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 3996 | 2024.12.13 20:59:47.808989 [ 262 ] {5ef7dd95-7332-42ac-a26a-2f93266dedd9} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 3997 | 2024.12.13 20:59:47.809248 [ 262 ] {5ef7dd95-7332-42ac-a26a-2f93266dedd9} <Trace> oximeter.fields_ipaddr (91c5d38f-5b59-4965-a2a0-ad69eed7fb29): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3998 | 2024.12.13 20:59:47.809482 [ 262 ] {5ef7dd95-7332-42ac-a26a-2f93266dedd9} <Debug> executeQuery: Read 14 rows, 1.14 KiB in 0.001926 sec., 7268.95119418484 rows/sec., 592.73 KiB/sec. | ||
| 3999 | 2024.12.13 20:59:47.809538 [ 262 ] {5ef7dd95-7332-42ac-a26a-2f93266dedd9} <Debug> TCPHandler: Processed in 0.002284049 sec. | ||
| 4000 | 2024.12.13 20:59:47.809704 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4001 | 2024.12.13 20:59:47.809842 [ 261 ] {52b6d7b1-5aaf-4803-b7e5-7254d40fcba3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4002 | 2024.12.13 20:59:47.809901 [ 261 ] {52b6d7b1-5aaf-4803-b7e5-7254d40fcba3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4003 | 2024.12.13 20:59:47.811208 [ 261 ] {52b6d7b1-5aaf-4803-b7e5-7254d40fcba3} <Trace> oximeter.fields_string (5b8b6b34-88ee-4a07-bbae-ca77b5cb377f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4004 | 2024.12.13 20:59:47.811247 [ 261 ] {52b6d7b1-5aaf-4803-b7e5-7254d40fcba3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4005 | 2024.12.13 20:59:47.811749 [ 261 ] {52b6d7b1-5aaf-4803-b7e5-7254d40fcba3} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4006 | 2024.12.13 20:59:47.812001 [ 261 ] {52b6d7b1-5aaf-4803-b7e5-7254d40fcba3} <Trace> oximeter.fields_string (5b8b6b34-88ee-4a07-bbae-ca77b5cb377f): 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.13 20:59:47.812212 [ 261 ] {52b6d7b1-5aaf-4803-b7e5-7254d40fcba3} <Debug> executeQuery: Read 1432 rows, 122.38 KiB in 0.00239 sec., 599163.1799163179 rows/sec., 50.00 MiB/sec. | ||
| 4008 | 2024.12.13 20:59:47.812292 [ 261 ] {52b6d7b1-5aaf-4803-b7e5-7254d40fcba3} <Debug> TCPHandler: Processed in 0.002654029 sec. | ||
| 4009 | 2024.12.13 20:59:47.812546 [ 262 ] {} <Trace> TCP-Session: ba79f2ea-3c39-4a82-87ed-b4543bed5a08 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4010 | 2024.12.13 20:59:47.812688 [ 262 ] {687abb3f-7029-4c01-99dc-02bbe742da1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57603) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4011 | 2024.12.13 20:59:47.812747 [ 262 ] {687abb3f-7029-4c01-99dc-02bbe742da1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4012 | 2024.12.13 20:59:47.813411 [ 262 ] {687abb3f-7029-4c01-99dc-02bbe742da1a} <Trace> oximeter.fields_u16 (d675a2d1-260a-4708-80e6-2a380b067dc4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4013 | 2024.12.13 20:59:47.813451 [ 262 ] {687abb3f-7029-4c01-99dc-02bbe742da1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4014 | 2024.12.13 20:59:47.813817 [ 262 ] {687abb3f-7029-4c01-99dc-02bbe742da1a} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4015 | 2024.12.13 20:59:47.814056 [ 262 ] {687abb3f-7029-4c01-99dc-02bbe742da1a} <Trace> oximeter.fields_u16 (d675a2d1-260a-4708-80e6-2a380b067dc4): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4016 | 2024.12.13 20:59:47.814269 [ 262 ] {687abb3f-7029-4c01-99dc-02bbe742da1a} <Debug> executeQuery: Read 62 rows, 4.52 KiB in 0.001615 sec., 38390.09287925697 rows/sec., 2.73 MiB/sec. | ||
| 4017 | 2024.12.13 20:59:47.814321 [ 262 ] {687abb3f-7029-4c01-99dc-02bbe742da1a} <Debug> TCPHandler: Processed in 0.00190498 sec. | ||
| 4018 | 2024.12.13 20:59:47.814480 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4019 | 2024.12.13 20:59:47.814617 [ 261 ] {dcfb3c66-3ff0-4001-878a-7434677a860d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4020 | 2024.12.13 20:59:47.814674 [ 261 ] {dcfb3c66-3ff0-4001-878a-7434677a860d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4021 | 2024.12.13 20:59:47.815402 [ 261 ] {dcfb3c66-3ff0-4001-878a-7434677a860d} <Trace> oximeter.fields_u32 (db0931ff-d72d-49c4-80b8-a69047ae71a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4022 | 2024.12.13 20:59:47.815441 [ 261 ] {dcfb3c66-3ff0-4001-878a-7434677a860d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4023 | 2024.12.13 20:59:47.815820 [ 261 ] {dcfb3c66-3ff0-4001-878a-7434677a860d} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4024 | 2024.12.13 20:59:47.816062 [ 261 ] {dcfb3c66-3ff0-4001-878a-7434677a860d} <Trace> oximeter.fields_u32 (db0931ff-d72d-49c4-80b8-a69047ae71a5): 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.13 20:59:47.816245 [ 261 ] {dcfb3c66-3ff0-4001-878a-7434677a860d} <Debug> executeQuery: Read 242 rows, 16.79 KiB in 0.001658 sec., 145958.9867310012 rows/sec., 9.89 MiB/sec. | ||
| 4026 | 2024.12.13 20:59:47.816297 [ 261 ] {dcfb3c66-3ff0-4001-878a-7434677a860d} <Debug> TCPHandler: Processed in 0.001886989 sec. | ||
| 4027 | 2024.12.13 20:59:47.816451 [ 262 ] {} <Trace> TCP-Session: ba79f2ea-3c39-4a82-87ed-b4543bed5a08 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4028 | 2024.12.13 20:59:47.816586 [ 262 ] {f1fef455-8d15-4d80-bdd5-795798a83df7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57603) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4029 | 2024.12.13 20:59:47.816642 [ 262 ] {f1fef455-8d15-4d80-bdd5-795798a83df7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4030 | 2024.12.13 20:59:47.817278 [ 262 ] {f1fef455-8d15-4d80-bdd5-795798a83df7} <Trace> oximeter.fields_u8 (dff66ad8-7c17-40cc-8854-b493f299c0b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4031 | 2024.12.13 20:59:47.817317 [ 262 ] {f1fef455-8d15-4d80-bdd5-795798a83df7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4032 | 2024.12.13 20:59:47.817678 [ 262 ] {f1fef455-8d15-4d80-bdd5-795798a83df7} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4033 | 2024.12.13 20:59:47.817922 [ 262 ] {f1fef455-8d15-4d80-bdd5-795798a83df7} <Trace> oximeter.fields_u8 (dff66ad8-7c17-40cc-8854-b493f299c0b1): 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.13 20:59:47.818175 [ 262 ] {f1fef455-8d15-4d80-bdd5-795798a83df7} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001617 sec., 8039.579468150897 rows/sec., 501.27 KiB/sec. | ||
| 4035 | 2024.12.13 20:59:47.818378 [ 262 ] {f1fef455-8d15-4d80-bdd5-795798a83df7} <Debug> TCPHandler: Processed in 0.001985322 sec. | ||
| 4036 | 2024.12.13 20:59:47.818524 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4037 | 2024.12.13 20:59:47.818664 [ 261 ] {c03a1335-cee7-4b51-b571-408b62d5a419} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4038 | 2024.12.13 20:59:47.818713 [ 261 ] {c03a1335-cee7-4b51-b571-408b62d5a419} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4039 | 2024.12.13 20:59:47.819673 [ 261 ] {c03a1335-cee7-4b51-b571-408b62d5a419} <Trace> oximeter.fields_uuid (75bff165-9894-4896-8c72-35d0ef17bbe1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4040 | 2024.12.13 20:59:47.819712 [ 261 ] {c03a1335-cee7-4b51-b571-408b62d5a419} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4041 | 2024.12.13 20:59:47.820123 [ 261 ] {c03a1335-cee7-4b51-b571-408b62d5a419} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4042 | 2024.12.13 20:59:47.820367 [ 261 ] {c03a1335-cee7-4b51-b571-408b62d5a419} <Trace> oximeter.fields_uuid (75bff165-9894-4896-8c72-35d0ef17bbe1): 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.13 20:59:47.820550 [ 261 ] {c03a1335-cee7-4b51-b571-408b62d5a419} <Debug> executeQuery: Read 893 rows, 66.40 KiB in 0.001912 sec., 467050.2092050209 rows/sec., 33.91 MiB/sec. | ||
| 4044 | 2024.12.13 20:59:47.820607 [ 261 ] {c03a1335-cee7-4b51-b571-408b62d5a419} <Debug> TCPHandler: Processed in 0.002137126 sec. | ||
| 4045 | 2024.12.13 20:59:47.820745 [ 262 ] {} <Trace> TCP-Session: ba79f2ea-3c39-4a82-87ed-b4543bed5a08 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4046 | 2024.12.13 20:59:47.820858 [ 262 ] {a387294d-9be9-4d92-8a7c-0fdb5b64c7b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57603) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4047 | 2024.12.13 20:59:47.820908 [ 262 ] {a387294d-9be9-4d92-8a7c-0fdb5b64c7b6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4048 | 2024.12.13 20:59:47.821481 [ 262 ] {a387294d-9be9-4d92-8a7c-0fdb5b64c7b6} <Trace> oximeter.measurements_bool (e2b503a0-fc05-44eb-86c2-76ac8cc47d1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4049 | 2024.12.13 20:59:47.821529 [ 262 ] {a387294d-9be9-4d92-8a7c-0fdb5b64c7b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4050 | 2024.12.13 20:59:47.821975 [ 262 ] {a387294d-9be9-4d92-8a7c-0fdb5b64c7b6} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4051 | 2024.12.13 20:59:47.822220 [ 262 ] {a387294d-9be9-4d92-8a7c-0fdb5b64c7b6} <Trace> oximeter.measurements_bool (e2b503a0-fc05-44eb-86c2-76ac8cc47d1a): 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.13 20:59:47.822424 [ 262 ] {a387294d-9be9-4d92-8a7c-0fdb5b64c7b6} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001589 sec., 3775.9597230962872 rows/sec., 197.28 KiB/sec. | ||
| 4053 | 2024.12.13 20:59:47.822478 [ 262 ] {a387294d-9be9-4d92-8a7c-0fdb5b64c7b6} <Debug> TCPHandler: Processed in 0.001785756 sec. | ||
| 4054 | 2024.12.13 20:59:47.822618 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4055 | 2024.12.13 20:59:47.822741 [ 261 ] {dc4a8950-98b3-4f73-8830-54836493b9ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4056 | 2024.12.13 20:59:47.822796 [ 261 ] {dc4a8950-98b3-4f73-8830-54836493b9ad} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4057 | 2024.12.13 20:59:47.823555 [ 261 ] {dc4a8950-98b3-4f73-8830-54836493b9ad} <Trace> oximeter.measurements_cumulativeu64 (622a7f09-a7e8-42f8-b1fb-316929b4f11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4058 | 2024.12.13 20:59:47.823593 [ 261 ] {dc4a8950-98b3-4f73-8830-54836493b9ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4059 | 2024.12.13 20:59:47.824046 [ 261 ] {dc4a8950-98b3-4f73-8830-54836493b9ad} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4060 | 2024.12.13 20:59:47.824288 [ 261 ] {dc4a8950-98b3-4f73-8830-54836493b9ad} <Trace> oximeter.measurements_cumulativeu64 (622a7f09-a7e8-42f8-b1fb-316929b4f11a): 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.13 20:59:47.824521 [ 261 ] {dc4a8950-98b3-4f73-8830-54836493b9ad} <Debug> executeQuery: Read 962 rows, 65.46 KiB in 0.001795 sec., 535933.147632312 rows/sec., 35.61 MiB/sec. | ||
| 4062 | 2024.12.13 20:59:47.824692 [ 261 ] {dc4a8950-98b3-4f73-8830-54836493b9ad} <Debug> TCPHandler: Processed in 0.002120775 sec. | ||
| 4063 | 2024.12.13 20:59:47.824898 [ 262 ] {} <Trace> TCP-Session: ba79f2ea-3c39-4a82-87ed-b4543bed5a08 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4064 | 2024.12.13 20:59:47.825034 [ 262 ] {af7b8e9b-1fd3-4dbb-9736-1504dc14be6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57603) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4065 | 2024.12.13 20:59:47.825094 [ 262 ] {af7b8e9b-1fd3-4dbb-9736-1504dc14be6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4066 | 2024.12.13 20:59:47.825652 [ 262 ] {af7b8e9b-1fd3-4dbb-9736-1504dc14be6d} <Trace> oximeter.measurements_f64 (e63d307a-4800-4395-92a7-5a221df216fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4067 | 2024.12.13 20:59:47.825699 [ 262 ] {af7b8e9b-1fd3-4dbb-9736-1504dc14be6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4068 | 2024.12.13 20:59:47.826110 [ 262 ] {af7b8e9b-1fd3-4dbb-9736-1504dc14be6d} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4069 | 2024.12.13 20:59:47.826350 [ 262 ] {af7b8e9b-1fd3-4dbb-9736-1504dc14be6d} <Trace> oximeter.measurements_f64 (e63d307a-4800-4395-92a7-5a221df216fb): 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.13 20:59:47.826562 [ 262 ] {af7b8e9b-1fd3-4dbb-9736-1504dc14be6d} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001558 sec., 641.8485237483955 rows/sec., 43.25 KiB/sec. | ||
| 4071 | 2024.12.13 20:59:47.826615 [ 262 ] {af7b8e9b-1fd3-4dbb-9736-1504dc14be6d} <Debug> TCPHandler: Processed in 0.001806876 sec. | ||
| 4072 | 2024.12.13 20:59:47.826758 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4073 | 2024.12.13 20:59:47.826874 [ 261 ] {7c8db8e1-89b0-4f7a-8979-09681ecdb78a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4074 | 2024.12.13 20:59:47.826955 [ 261 ] {7c8db8e1-89b0-4f7a-8979-09681ecdb78a} <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.13 20:59:47.828261 [ 261 ] {7c8db8e1-89b0-4f7a-8979-09681ecdb78a} <Trace> oximeter.measurements_histogramu64 (0435d810-cbe3-4332-a7be-27034ee0470b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4076 | 2024.12.13 20:59:47.828301 [ 261 ] {7c8db8e1-89b0-4f7a-8979-09681ecdb78a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4077 | 2024.12.13 20:59:47.828969 [ 261 ] {7c8db8e1-89b0-4f7a-8979-09681ecdb78a} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4078 | 2024.12.13 20:59:47.829234 [ 261 ] {7c8db8e1-89b0-4f7a-8979-09681ecdb78a} <Trace> oximeter.measurements_histogramu64 (0435d810-cbe3-4332-a7be-27034ee0470b): 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.13 20:59:47.829477 [ 261 ] {7c8db8e1-89b0-4f7a-8979-09681ecdb78a} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.002627 sec., 15607.156452226875 rows/sec., 27.97 MiB/sec. | ||
| 4080 | 2024.12.13 20:59:47.829583 [ 261 ] {7c8db8e1-89b0-4f7a-8979-09681ecdb78a} <Debug> TCPHandler: Processed in 0.002878854 sec. | ||
| 4081 | 2024.12.13 20:59:47.829735 [ 262 ] {} <Trace> TCP-Session: ba79f2ea-3c39-4a82-87ed-b4543bed5a08 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4082 | 2024.12.13 20:59:47.829873 [ 262 ] {e53f0d95-aa69-47da-8ed9-ad41e066a2b1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57603) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4083 | 2024.12.13 20:59:47.829934 [ 262 ] {e53f0d95-aa69-47da-8ed9-ad41e066a2b1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4084 | 2024.12.13 20:59:47.830496 [ 262 ] {e53f0d95-aa69-47da-8ed9-ad41e066a2b1} <Trace> oximeter.measurements_u64 (cc3a5477-acbd-4caa-813d-ff4981ce9df1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4085 | 2024.12.13 20:59:47.830543 [ 262 ] {e53f0d95-aa69-47da-8ed9-ad41e066a2b1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4086 | 2024.12.13 20:59:47.830983 [ 262 ] {e53f0d95-aa69-47da-8ed9-ad41e066a2b1} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4087 | 2024.12.13 20:59:47.831222 [ 262 ] {e53f0d95-aa69-47da-8ed9-ad41e066a2b1} <Trace> oximeter.measurements_u64 (cc3a5477-acbd-4caa-813d-ff4981ce9df1): 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.13 20:59:47.831483 [ 262 ] {e53f0d95-aa69-47da-8ed9-ad41e066a2b1} <Debug> executeQuery: Read 34 rows, 2.02 KiB in 0.00164 sec., 20731.70731707317 rows/sec., 1.20 MiB/sec. | ||
| 4089 | 2024.12.13 20:59:47.831684 [ 262 ] {e53f0d95-aa69-47da-8ed9-ad41e066a2b1} <Debug> TCPHandler: Processed in 0.002012912 sec. | ||
| 4090 | 2024.12.13 20:59:48.000176 [ 247 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 184.83 MiB, peak 190.24 MiB, free memory in arenas 0.00 B, will set to 183.72 MiB (RSS), difference: -1.10 MiB | ||
| 4091 | 2024.12.13 20:59:51.141525 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 588 | ||
| 4092 | 2024.12.13 20:59:51.145060 [ 244 ] {} <Trace> system.query_log (909797ee-5efd-476a-9e9e-2a430c5c4abc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4093 | 2024.12.13 20:59:51.145111 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4094 | 2024.12.13 20:59:51.146635 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4095 | 2024.12.13 20:59:51.146948 [ 244 ] {} <Trace> system.query_log (909797ee-5efd-476a-9e9e-2a430c5c4abc): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4096 | 2024.12.13 20:59:51.147541 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 588 | ||
| 4097 | 2024.12.13 20:59:52.161078 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4098 | 2024.12.13 20:59:52.161375 [ 261 ] {5c6831a1-1c4a-414a-bc39-d6c3948f2763} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4099 | 2024.12.13 20:59:52.161491 [ 261 ] {5c6831a1-1c4a-414a-bc39-d6c3948f2763} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4100 | 2024.12.13 20:59:52.162596 [ 261 ] {5c6831a1-1c4a-414a-bc39-d6c3948f2763} <Trace> oximeter.fields_string (5b8b6b34-88ee-4a07-bbae-ca77b5cb377f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4101 | 2024.12.13 20:59:52.162645 [ 261 ] {5c6831a1-1c4a-414a-bc39-d6c3948f2763} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4102 | 2024.12.13 20:59:52.163101 [ 261 ] {5c6831a1-1c4a-414a-bc39-d6c3948f2763} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4103 | 2024.12.13 20:59:52.163364 [ 261 ] {5c6831a1-1c4a-414a-bc39-d6c3948f2763} <Trace> oximeter.fields_string (5b8b6b34-88ee-4a07-bbae-ca77b5cb377f): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4104 | 2024.12.13 20:59:52.163602 [ 261 ] {5c6831a1-1c4a-414a-bc39-d6c3948f2763} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.002311 sec., 24231.934227607097 rows/sec., 1.85 MiB/sec. | ||
| 4105 | 2024.12.13 20:59:52.163669 [ 261 ] {5c6831a1-1c4a-414a-bc39-d6c3948f2763} <Debug> TCPHandler: Processed in 0.002725571 sec. | ||
| 4106 | 2024.12.13 20:59:52.163932 [ 262 ] {} <Trace> TCP-Session: ba79f2ea-3c39-4a82-87ed-b4543bed5a08 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4107 | 2024.12.13 20:59:52.164141 [ 262 ] {0d989eca-4af7-46cc-9321-e3f47ffff91a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57603) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4108 | 2024.12.13 20:59:52.164214 [ 262 ] {0d989eca-4af7-46cc-9321-e3f47ffff91a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4109 | 2024.12.13 20:59:52.164982 [ 262 ] {0d989eca-4af7-46cc-9321-e3f47ffff91a} <Trace> oximeter.fields_uuid (75bff165-9894-4896-8c72-35d0ef17bbe1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4110 | 2024.12.13 20:59:52.165022 [ 262 ] {0d989eca-4af7-46cc-9321-e3f47ffff91a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4111 | 2024.12.13 20:59:52.165470 [ 262 ] {0d989eca-4af7-46cc-9321-e3f47ffff91a} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4112 | 2024.12.13 20:59:52.165728 [ 262 ] {0d989eca-4af7-46cc-9321-e3f47ffff91a} <Trace> oximeter.fields_uuid (75bff165-9894-4896-8c72-35d0ef17bbe1): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4113 | 2024.12.13 20:59:52.165922 [ 262 ] {0d989eca-4af7-46cc-9321-e3f47ffff91a} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001839 sec., 34801.52256661229 rows/sec., 2.72 MiB/sec. | ||
| 4114 | 2024.12.13 20:59:52.165979 [ 262 ] {0d989eca-4af7-46cc-9321-e3f47ffff91a} <Debug> TCPHandler: Processed in 0.002187077 sec. | ||
| 4115 | 2024.12.13 20:59:52.166133 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4116 | 2024.12.13 20:59:52.166259 [ 261 ] {bf0287b6-ac96-4c96-90b4-4374d91424e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4117 | 2024.12.13 20:59:52.166315 [ 261 ] {bf0287b6-ac96-4c96-90b4-4374d91424e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4118 | 2024.12.13 20:59:52.166900 [ 261 ] {bf0287b6-ac96-4c96-90b4-4374d91424e0} <Trace> oximeter.measurements_cumulativeu64 (622a7f09-a7e8-42f8-b1fb-316929b4f11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4119 | 2024.12.13 20:59:52.166941 [ 261 ] {bf0287b6-ac96-4c96-90b4-4374d91424e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4120 | 2024.12.13 20:59:52.167365 [ 261 ] {bf0287b6-ac96-4c96-90b4-4374d91424e0} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4121 | 2024.12.13 20:59:52.167613 [ 261 ] {bf0287b6-ac96-4c96-90b4-4374d91424e0} <Trace> oximeter.measurements_cumulativeu64 (622a7f09-a7e8-42f8-b1fb-316929b4f11a): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4122 | 2024.12.13 20:59:52.167867 [ 261 ] {bf0287b6-ac96-4c96-90b4-4374d91424e0} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.001629 sec., 78575.81338244322 rows/sec., 5.47 MiB/sec. | ||
| 4123 | 2024.12.13 20:59:52.168058 [ 261 ] {bf0287b6-ac96-4c96-90b4-4374d91424e0} <Debug> TCPHandler: Processed in 0.001979292 sec. | ||
| 4124 | 2024.12.13 20:59:52.168277 [ 262 ] {} <Trace> TCP-Session: ba79f2ea-3c39-4a82-87ed-b4543bed5a08 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4125 | 2024.12.13 20:59:52.168422 [ 262 ] {af65798b-9243-4419-a297-bb8261bd00d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57603) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4126 | 2024.12.13 20:59:52.168485 [ 262 ] {af65798b-9243-4419-a297-bb8261bd00d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4127 | 2024.12.13 20:59:52.169081 [ 262 ] {af65798b-9243-4419-a297-bb8261bd00d8} <Trace> oximeter.measurements_u64 (cc3a5477-acbd-4caa-813d-ff4981ce9df1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4128 | 2024.12.13 20:59:52.169123 [ 262 ] {af65798b-9243-4419-a297-bb8261bd00d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4129 | 2024.12.13 20:59:52.169510 [ 262 ] {af65798b-9243-4419-a297-bb8261bd00d8} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4130 | 2024.12.13 20:59:52.169750 [ 262 ] {af65798b-9243-4419-a297-bb8261bd00d8} <Trace> oximeter.measurements_u64 (cc3a5477-acbd-4caa-813d-ff4981ce9df1): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4131 | 2024.12.13 20:59:52.169975 [ 262 ] {af65798b-9243-4419-a297-bb8261bd00d8} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.001586 sec., 30264.817150063052 rows/sec., 2.04 MiB/sec. | ||
| 4132 | 2024.12.13 20:59:52.170189 [ 262 ] {af65798b-9243-4419-a297-bb8261bd00d8} <Debug> TCPHandler: Processed in 0.002013962 sec. | ||
| 4133 | 2024.12.13 20:59:53.582335 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 8723 | ||
| 4134 | 2024.12.13 20:59:53.582989 [ 242 ] {} <Trace> system.asynchronous_metric_log (bfd632e9-c8e2-471e-b238-7df687a4f8ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4135 | 2024.12.13 20:59:53.583036 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4136 | 2024.12.13 20:59:53.583648 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4137 | 2024.12.13 20:59:53.583916 [ 242 ] {} <Trace> system.asynchronous_metric_log (bfd632e9-c8e2-471e-b238-7df687a4f8ca): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4138 | 2024.12.13 20:59:53.584193 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8723 | ||
| 4139 | 2024.12.13 20:59:54.170265 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144 | ||
| 4140 | 2024.12.13 20:59:54.190999 [ 243 ] {} <Trace> system.metric_log (6f41e073-4f68-44d4-8e91-392ee6d2702a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4141 | 2024.12.13 20:59:54.191044 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4142 | 2024.12.13 20:59:54.198724 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4143 | 2024.12.13 20:59:54.199606 [ 243 ] {} <Trace> system.metric_log (6f41e073-4f68-44d4-8e91-392ee6d2702a): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4144 | 2024.12.13 20:59:54.202410 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 144 | ||
| 4145 | 2024.12.13 20:59:57.162491 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4146 | 2024.12.13 20:59:57.162681 [ 261 ] {a114d674-0644-4dd9-9b2a-b8f18c9197da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4147 | 2024.12.13 20:59:57.162754 [ 261 ] {a114d674-0644-4dd9-9b2a-b8f18c9197da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4148 | 2024.12.13 20:59:57.163508 [ 261 ] {a114d674-0644-4dd9-9b2a-b8f18c9197da} <Trace> oximeter.fields_string (5b8b6b34-88ee-4a07-bbae-ca77b5cb377f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4149 | 2024.12.13 20:59:57.163553 [ 261 ] {a114d674-0644-4dd9-9b2a-b8f18c9197da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4150 | 2024.12.13 20:59:57.164013 [ 261 ] {a114d674-0644-4dd9-9b2a-b8f18c9197da} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4151 | 2024.12.13 20:59:57.164269 [ 261 ] {a114d674-0644-4dd9-9b2a-b8f18c9197da} <Trace> oximeter.fields_string (5b8b6b34-88ee-4a07-bbae-ca77b5cb377f): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4152 | 2024.12.13 20:59:57.164465 [ 261 ] {a114d674-0644-4dd9-9b2a-b8f18c9197da} <Debug> executeQuery: Read 56 rows, 4.38 KiB in 0.001834 sec., 30534.35114503817 rows/sec., 2.33 MiB/sec. | ||
| 4153 | 2024.12.13 20:59:57.164526 [ 261 ] {a114d674-0644-4dd9-9b2a-b8f18c9197da} <Debug> TCPHandler: Processed in 0.002161946 sec. | ||
| 4154 | 2024.12.13 20:59:57.164770 [ 262 ] {} <Trace> TCP-Session: ba79f2ea-3c39-4a82-87ed-b4543bed5a08 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4155 | 2024.12.13 20:59:57.164969 [ 262 ] {a43e59c4-f292-4369-a9a5-bc4cc9df1c3f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57603) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4156 | 2024.12.13 20:59:57.165047 [ 262 ] {a43e59c4-f292-4369-a9a5-bc4cc9df1c3f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4157 | 2024.12.13 20:59:57.165817 [ 262 ] {a43e59c4-f292-4369-a9a5-bc4cc9df1c3f} <Trace> oximeter.fields_uuid (75bff165-9894-4896-8c72-35d0ef17bbe1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4158 | 2024.12.13 20:59:57.165868 [ 262 ] {a43e59c4-f292-4369-a9a5-bc4cc9df1c3f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4159 | 2024.12.13 20:59:57.166310 [ 262 ] {a43e59c4-f292-4369-a9a5-bc4cc9df1c3f} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4160 | 2024.12.13 20:59:57.166570 [ 262 ] {a43e59c4-f292-4369-a9a5-bc4cc9df1c3f} <Trace> oximeter.fields_uuid (75bff165-9894-4896-8c72-35d0ef17bbe1): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4161 | 2024.12.13 20:59:57.166827 [ 262 ] {a43e59c4-f292-4369-a9a5-bc4cc9df1c3f} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001913 sec., 33455.3058024046 rows/sec., 2.61 MiB/sec. | ||
| 4162 | 2024.12.13 20:59:57.166887 [ 262 ] {a43e59c4-f292-4369-a9a5-bc4cc9df1c3f} <Debug> TCPHandler: Processed in 0.002255828 sec. | ||
| 4163 | 2024.12.13 20:59:57.167033 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4164 | 2024.12.13 20:59:57.167180 [ 261 ] {dda63e6f-378e-42c6-8419-8579062d2fbb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4165 | 2024.12.13 20:59:57.167243 [ 261 ] {dda63e6f-378e-42c6-8419-8579062d2fbb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4166 | 2024.12.13 20:59:57.167918 [ 261 ] {dda63e6f-378e-42c6-8419-8579062d2fbb} <Trace> oximeter.measurements_cumulativeu64 (622a7f09-a7e8-42f8-b1fb-316929b4f11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4167 | 2024.12.13 20:59:57.167963 [ 261 ] {dda63e6f-378e-42c6-8419-8579062d2fbb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4168 | 2024.12.13 20:59:57.168424 [ 261 ] {dda63e6f-378e-42c6-8419-8579062d2fbb} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4169 | 2024.12.13 20:59:57.168703 [ 261 ] {dda63e6f-378e-42c6-8419-8579062d2fbb} <Trace> oximeter.measurements_cumulativeu64 (622a7f09-a7e8-42f8-b1fb-316929b4f11a): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4170 | 2024.12.13 20:59:57.168888 [ 261 ] {dda63e6f-378e-42c6-8419-8579062d2fbb} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001745 sec., 91690.54441260744 rows/sec., 6.39 MiB/sec. | ||
| 4171 | 2024.12.13 20:59:57.168938 [ 261 ] {dda63e6f-378e-42c6-8419-8579062d2fbb} <Debug> TCPHandler: Processed in 0.001972041 sec. | ||
| 4172 | 2024.12.13 20:59:57.169076 [ 262 ] {} <Trace> TCP-Session: ba79f2ea-3c39-4a82-87ed-b4543bed5a08 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4173 | 2024.12.13 20:59:57.169194 [ 262 ] {d4563a07-2daa-4789-8086-75b347034b97} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57603) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4174 | 2024.12.13 20:59:57.169247 [ 262 ] {d4563a07-2daa-4789-8086-75b347034b97} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4175 | 2024.12.13 20:59:57.169760 [ 262 ] {d4563a07-2daa-4789-8086-75b347034b97} <Trace> oximeter.measurements_u64 (cc3a5477-acbd-4caa-813d-ff4981ce9df1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4176 | 2024.12.13 20:59:57.169799 [ 262 ] {d4563a07-2daa-4789-8086-75b347034b97} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4177 | 2024.12.13 20:59:57.170181 [ 262 ] {d4563a07-2daa-4789-8086-75b347034b97} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4178 | 2024.12.13 20:59:57.170424 [ 262 ] {d4563a07-2daa-4789-8086-75b347034b97} <Trace> oximeter.measurements_u64 (cc3a5477-acbd-4caa-813d-ff4981ce9df1): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4179 | 2024.12.13 20:59:57.170691 [ 262 ] {d4563a07-2daa-4789-8086-75b347034b97} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001514 sec., 39630.11889035667 rows/sec., 2.67 MiB/sec. | ||
| 4180 | 2024.12.13 20:59:57.170877 [ 262 ] {d4563a07-2daa-4789-8086-75b347034b97} <Debug> TCPHandler: Processed in 0.001851148 sec. | ||
| 4181 | 2024.12.13 21:00:00.981601 [ 87 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4182 | 2024.12.13 21:00:00.981672 [ 87 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4183 | 2024.12.13 21:00:01.085245 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 9211 | ||
| 4184 | 2024.12.13 21:00:01.085941 [ 242 ] {} <Trace> system.asynchronous_metric_log (bfd632e9-c8e2-471e-b238-7df687a4f8ca): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4185 | 2024.12.13 21:00:01.085993 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4186 | 2024.12.13 21:00:01.086672 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4187 | 2024.12.13 21:00:01.086956 [ 242 ] {} <Trace> system.asynchronous_metric_log (bfd632e9-c8e2-471e-b238-7df687a4f8ca): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4188 | 2024.12.13 21:00:01.087212 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9211 | ||
| 4189 | 2024.12.13 21:00:01.148720 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 16 entries to flush up to offset 604 | ||
| 4190 | 2024.12.13 21:00:01.151689 [ 244 ] {} <Trace> system.query_log (909797ee-5efd-476a-9e9e-2a430c5c4abc): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4191 | 2024.12.13 21:00:01.151750 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4192 | 2024.12.13 21:00:01.153424 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4193 | 2024.12.13 21:00:01.153859 [ 244 ] {} <Trace> system.query_log (909797ee-5efd-476a-9e9e-2a430c5c4abc): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4194 | 2024.12.13 21:00:01.154660 [ 244 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 604 | ||
| 4195 | 2024.12.13 21:00:01.703412 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151 | ||
| 4196 | 2024.12.13 21:00:01.727174 [ 243 ] {} <Trace> system.metric_log (6f41e073-4f68-44d4-8e91-392ee6d2702a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4197 | 2024.12.13 21:00:01.727240 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4198 | 2024.12.13 21:00:01.736068 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4199 | 2024.12.13 21:00:01.736920 [ 243 ] {} <Trace> system.metric_log (6f41e073-4f68-44d4-8e91-392ee6d2702a): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4200 | 2024.12.13 21:00:01.740336 [ 243 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 151 | ||
| 4201 | 2024.12.13 21:00:02.170249 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4202 | 2024.12.13 21:00:02.170447 [ 261 ] {1c574b93-f9f5-4fd3-993e-9b00162ddc64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4203 | 2024.12.13 21:00:02.170529 [ 261 ] {1c574b93-f9f5-4fd3-993e-9b00162ddc64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4204 | 2024.12.13 21:00:02.171379 [ 261 ] {1c574b93-f9f5-4fd3-993e-9b00162ddc64} <Trace> oximeter.fields_i16 (fa937343-6bd9-452b-a26b-53118aaaf570): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4205 | 2024.12.13 21:00:02.171429 [ 261 ] {1c574b93-f9f5-4fd3-993e-9b00162ddc64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4206 | 2024.12.13 21:00:02.171877 [ 261 ] {1c574b93-f9f5-4fd3-993e-9b00162ddc64} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4207 | 2024.12.13 21:00:02.172163 [ 261 ] {1c574b93-f9f5-4fd3-993e-9b00162ddc64} <Trace> oximeter.fields_i16 (fa937343-6bd9-452b-a26b-53118aaaf570): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4208 | 2024.12.13 21:00:02.172371 [ 84 ] {} <Debug> oximeter.fields_i16 (fa937343-6bd9-452b-a26b-53118aaaf570) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 4209 | 2024.12.13 21:00:02.172452 [ 84 ] {} <Trace> oximeter.fields_i16 (fa937343-6bd9-452b-a26b-53118aaaf570): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4210 | 2024.12.13 21:00:02.172460 [ 261 ] {1c574b93-f9f5-4fd3-993e-9b00162ddc64} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002058 sec., 6802.721088435374 rows/sec., 489.70 KiB/sec. | ||
| 4211 | 2024.12.13 21:00:02.172488 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4212 | 2024.12.13 21:00:02.172668 [ 261 ] {1c574b93-f9f5-4fd3-993e-9b00162ddc64} <Debug> TCPHandler: Processed in 0.002547136 sec. | ||
| 4213 | 2024.12.13 21:00:02.172715 [ 195 ] {fa937343-6bd9-452b-a26b-53118aaaf570::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 | ||
| 4214 | 2024.12.13 21:00:02.173001 [ 195 ] {fa937343-6bd9-452b-a26b-53118aaaf570::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4215 | 2024.12.13 21:00:02.173060 [ 262 ] {} <Trace> TCP-Session: ba79f2ea-3c39-4a82-87ed-b4543bed5a08 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4216 | 2024.12.13 21:00:02.173079 [ 195 ] {fa937343-6bd9-452b-a26b-53118aaaf570::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.13 21:00:02.173339 [ 195 ] {fa937343-6bd9-452b-a26b-53118aaaf570::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 | ||
| 4218 | 2024.12.13 21:00:02.173396 [ 262 ] {266ec012-e6f9-4bad-80d2-846ab89a2d1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57603) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4219 | 2024.12.13 21:00:02.173665 [ 262 ] {266ec012-e6f9-4bad-80d2-846ab89a2d1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4220 | 2024.12.13 21:00:02.173755 [ 195 ] {fa937343-6bd9-452b-a26b-53118aaaf570::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 | ||
| 4221 | 2024.12.13 21:00:02.174094 [ 195 ] {fa937343-6bd9-452b-a26b-53118aaaf570::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 | ||
| 4222 | 2024.12.13 21:00:02.174411 [ 195 ] {fa937343-6bd9-452b-a26b-53118aaaf570::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 | ||
| 4223 | 2024.12.13 21:00:02.176780 [ 262 ] {266ec012-e6f9-4bad-80d2-846ab89a2d1a} <Trace> oximeter.fields_string (5b8b6b34-88ee-4a07-bbae-ca77b5cb377f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4224 | 2024.12.13 21:00:02.176894 [ 262 ] {266ec012-e6f9-4bad-80d2-846ab89a2d1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4225 | 2024.12.13 21:00:02.176927 [ 195 ] {fa937343-6bd9-452b-a26b-53118aaaf570::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004321742 sec., 16197.172343929833 rows/sec., 1.20 MiB/sec. | ||
| 4226 | 2024.12.13 21:00:02.177134 [ 195 ] {fa937343-6bd9-452b-a26b-53118aaaf570::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 4227 | 2024.12.13 21:00:02.177749 [ 195 ] {fa937343-6bd9-452b-a26b-53118aaaf570::all_1_13_3} <Trace> oximeter.fields_i16 (fa937343-6bd9-452b-a26b-53118aaaf570): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4228 | 2024.12.13 21:00:02.177880 [ 195 ] {fa937343-6bd9-452b-a26b-53118aaaf570::all_1_13_3} <Trace> oximeter.fields_i16 (fa937343-6bd9-452b-a26b-53118aaaf570) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 4229 | 2024.12.13 21:00:02.177911 [ 262 ] {266ec012-e6f9-4bad-80d2-846ab89a2d1a} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4230 | 2024.12.13 21:00:02.178004 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 4231 | 2024.12.13 21:00:02.178294 [ 262 ] {266ec012-e6f9-4bad-80d2-846ab89a2d1a} <Trace> oximeter.fields_string (5b8b6b34-88ee-4a07-bbae-ca77b5cb377f): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4232 | 2024.12.13 21:00:02.178461 [ 84 ] {} <Debug> oximeter.fields_string (5b8b6b34-88ee-4a07-bbae-ca77b5cb377f) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4233 | 2024.12.13 21:00:02.178504 [ 84 ] {} <Trace> oximeter.fields_string (5b8b6b34-88ee-4a07-bbae-ca77b5cb377f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4234 | 2024.12.13 21:00:02.178529 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4235 | 2024.12.13 21:00:02.178536 [ 262 ] {266ec012-e6f9-4bad-80d2-846ab89a2d1a} <Debug> executeQuery: Read 285 rows, 25.75 KiB in 0.005288 sec., 53895.612708018154 rows/sec., 4.76 MiB/sec. | ||
| 4236 | 2024.12.13 21:00:02.178652 [ 262 ] {266ec012-e6f9-4bad-80d2-846ab89a2d1a} <Debug> TCPHandler: Processed in 0.005852322 sec. | ||
| 4237 | 2024.12.13 21:00:02.178688 [ 188 ] {5b8b6b34-88ee-4a07-bbae-ca77b5cb377f::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 | ||
| 4238 | 2024.12.13 21:00:02.178830 [ 188 ] {5b8b6b34-88ee-4a07-bbae-ca77b5cb377f::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4239 | 2024.12.13 21:00:02.178879 [ 188 ] {5b8b6b34-88ee-4a07-bbae-ca77b5cb377f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1432 rows starting from the beginning of the part | ||
| 4240 | 2024.12.13 21:00:02.178890 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4241 | 2024.12.13 21:00:02.179101 [ 188 ] {5b8b6b34-88ee-4a07-bbae-ca77b5cb377f::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 | ||
| 4242 | 2024.12.13 21:00:02.179287 [ 261 ] {15ea3334-8090-41ad-9274-e3c0a6c9b751} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4243 | 2024.12.13 21:00:02.179480 [ 261 ] {15ea3334-8090-41ad-9274-e3c0a6c9b751} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4244 | 2024.12.13 21:00:02.179498 [ 188 ] {5b8b6b34-88ee-4a07-bbae-ca77b5cb377f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 1432 rows starting from the beginning of the part | ||
| 4245 | 2024.12.13 21:00:02.179948 [ 188 ] {5b8b6b34-88ee-4a07-bbae-ca77b5cb377f::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 | ||
| 4246 | 2024.12.13 21:00:02.180296 [ 188 ] {5b8b6b34-88ee-4a07-bbae-ca77b5cb377f::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 | ||
| 4247 | 2024.12.13 21:00:02.180707 [ 188 ] {5b8b6b34-88ee-4a07-bbae-ca77b5cb377f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 285 rows starting from the beginning of the part | ||
| 4248 | 2024.12.13 21:00:02.182171 [ 261 ] {15ea3334-8090-41ad-9274-e3c0a6c9b751} <Trace> oximeter.fields_u16 (d675a2d1-260a-4708-80e6-2a380b067dc4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4249 | 2024.12.13 21:00:02.182234 [ 261 ] {15ea3334-8090-41ad-9274-e3c0a6c9b751} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4250 | 2024.12.13 21:00:02.183307 [ 261 ] {15ea3334-8090-41ad-9274-e3c0a6c9b751} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4251 | 2024.12.13 21:00:02.183781 [ 261 ] {15ea3334-8090-41ad-9274-e3c0a6c9b751} <Trace> oximeter.fields_u16 (d675a2d1-260a-4708-80e6-2a380b067dc4): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4252 | 2024.12.13 21:00:02.184159 [ 261 ] {15ea3334-8090-41ad-9274-e3c0a6c9b751} <Debug> executeQuery: Read 48 rows, 3.54 KiB in 0.005006 sec., 9588.493807431083 rows/sec., 706.96 KiB/sec. | ||
| 4253 | 2024.12.13 21:00:02.184538 [ 261 ] {15ea3334-8090-41ad-9274-e3c0a6c9b751} <Debug> TCPHandler: Processed in 0.005737419 sec. | ||
| 4254 | 2024.12.13 21:00:02.184816 [ 262 ] {} <Trace> TCP-Session: ba79f2ea-3c39-4a82-87ed-b4543bed5a08 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4255 | 2024.12.13 21:00:02.184979 [ 202 ] {5b8b6b34-88ee-4a07-bbae-ca77b5cb377f::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3317 rows, containing 5 columns (5 merged, 0 gathered) in 0.006373846 sec., 520407.929529518 rows/sec., 45.44 MiB/sec. | ||
| 4256 | 2024.12.13 21:00:02.185007 [ 262 ] {a6e65b8f-b8ea-4578-bbae-9a7512dbfb50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57603) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4257 | 2024.12.13 21:00:02.185086 [ 262 ] {a6e65b8f-b8ea-4578-bbae-9a7512dbfb50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4258 | 2024.12.13 21:00:02.185318 [ 202 ] {5b8b6b34-88ee-4a07-bbae-ca77b5cb377f::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4259 | 2024.12.13 21:00:02.186018 [ 202 ] {5b8b6b34-88ee-4a07-bbae-ca77b5cb377f::all_1_31_6} <Trace> oximeter.fields_string (5b8b6b34-88ee-4a07-bbae-ca77b5cb377f): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4260 | 2024.12.13 21:00:02.186248 [ 202 ] {5b8b6b34-88ee-4a07-bbae-ca77b5cb377f::all_1_31_6} <Trace> oximeter.fields_string (5b8b6b34-88ee-4a07-bbae-ca77b5cb377f) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4261 | 2024.12.13 21:00:02.186316 [ 262 ] {a6e65b8f-b8ea-4578-bbae-9a7512dbfb50} <Trace> oximeter.fields_u32 (db0931ff-d72d-49c4-80b8-a69047ae71a5): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4262 | 2024.12.13 21:00:02.186398 [ 262 ] {a6e65b8f-b8ea-4578-bbae-9a7512dbfb50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4263 | 2024.12.13 21:00:02.186418 [ 202 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.80 MiB. | ||
| 4264 | 2024.12.13 21:00:02.186830 [ 262 ] {a6e65b8f-b8ea-4578-bbae-9a7512dbfb50} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4265 | 2024.12.13 21:00:02.187129 [ 262 ] {a6e65b8f-b8ea-4578-bbae-9a7512dbfb50} <Trace> oximeter.fields_u32 (db0931ff-d72d-49c4-80b8-a69047ae71a5): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4266 | 2024.12.13 21:00:02.187380 [ 262 ] {a6e65b8f-b8ea-4578-bbae-9a7512dbfb50} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002417 sec., 5792.304509722797 rows/sec., 405.66 KiB/sec. | ||
| 4267 | 2024.12.13 21:00:02.187601 [ 262 ] {a6e65b8f-b8ea-4578-bbae-9a7512dbfb50} <Debug> TCPHandler: Processed in 0.002911756 sec. | ||
| 4268 | 2024.12.13 21:00:02.187797 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4269 | 2024.12.13 21:00:02.187970 [ 261 ] {65575dc3-8006-4b64-b557-0eaaa3a2504d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4270 | 2024.12.13 21:00:02.188050 [ 261 ] {65575dc3-8006-4b64-b557-0eaaa3a2504d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4271 | 2024.12.13 21:00:02.188729 [ 261 ] {65575dc3-8006-4b64-b557-0eaaa3a2504d} <Trace> oximeter.fields_u8 (dff66ad8-7c17-40cc-8854-b493f299c0b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4272 | 2024.12.13 21:00:02.188771 [ 261 ] {65575dc3-8006-4b64-b557-0eaaa3a2504d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4273 | 2024.12.13 21:00:02.189157 [ 261 ] {65575dc3-8006-4b64-b557-0eaaa3a2504d} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4274 | 2024.12.13 21:00:02.189501 [ 261 ] {65575dc3-8006-4b64-b557-0eaaa3a2504d} <Trace> oximeter.fields_u8 (dff66ad8-7c17-40cc-8854-b493f299c0b1): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4275 | 2024.12.13 21:00:02.189701 [ 84 ] {} <Debug> oximeter.fields_u8 (dff66ad8-7c17-40cc-8854-b493f299c0b1) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 4276 | 2024.12.13 21:00:02.189762 [ 84 ] {} <Trace> oximeter.fields_u8 (dff66ad8-7c17-40cc-8854-b493f299c0b1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4277 | 2024.12.13 21:00:02.189790 [ 261 ] {65575dc3-8006-4b64-b557-0eaaa3a2504d} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001857 sec., 7000.538502961766 rows/sec., 436.48 KiB/sec. | ||
| 4278 | 2024.12.13 21:00:02.189810 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4279 | 2024.12.13 21:00:02.189952 [ 261 ] {65575dc3-8006-4b64-b557-0eaaa3a2504d} <Debug> TCPHandler: Processed in 0.002237568 sec. | ||
| 4280 | 2024.12.13 21:00:02.190059 [ 198 ] {dff66ad8-7c17-40cc-8854-b493f299c0b1::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 | ||
| 4281 | 2024.12.13 21:00:02.190143 [ 262 ] {} <Trace> TCP-Session: ba79f2ea-3c39-4a82-87ed-b4543bed5a08 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4282 | 2024.12.13 21:00:02.190241 [ 198 ] {dff66ad8-7c17-40cc-8854-b493f299c0b1::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4283 | 2024.12.13 21:00:02.190334 [ 198 ] {dff66ad8-7c17-40cc-8854-b493f299c0b1::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 | ||
| 4284 | 2024.12.13 21:00:02.190369 [ 262 ] {c49faeae-beb9-485b-bf35-e3c4baafc21b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57603) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4285 | 2024.12.13 21:00:02.190527 [ 262 ] {c49faeae-beb9-485b-bf35-e3c4baafc21b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4286 | 2024.12.13 21:00:02.190738 [ 198 ] {dff66ad8-7c17-40cc-8854-b493f299c0b1::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 | ||
| 4287 | 2024.12.13 21:00:02.191133 [ 198 ] {dff66ad8-7c17-40cc-8854-b493f299c0b1::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 | ||
| 4288 | 2024.12.13 21:00:02.191607 [ 198 ] {dff66ad8-7c17-40cc-8854-b493f299c0b1::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 | ||
| 4289 | 2024.12.13 21:00:02.192019 [ 198 ] {dff66ad8-7c17-40cc-8854-b493f299c0b1::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 | ||
| 4290 | 2024.12.13 21:00:02.193114 [ 262 ] {c49faeae-beb9-485b-bf35-e3c4baafc21b} <Trace> oximeter.fields_uuid (75bff165-9894-4896-8c72-35d0ef17bbe1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4291 | 2024.12.13 21:00:02.193166 [ 262 ] {c49faeae-beb9-485b-bf35-e3c4baafc21b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4292 | 2024.12.13 21:00:02.194223 [ 262 ] {c49faeae-beb9-485b-bf35-e3c4baafc21b} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4293 | 2024.12.13 21:00:02.194374 [ 188 ] {dff66ad8-7c17-40cc-8854-b493f299c0b1::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004424795 sec., 14689.946087897859 rows/sec., 973.30 KiB/sec. | ||
| 4294 | 2024.12.13 21:00:02.194525 [ 188 ] {dff66ad8-7c17-40cc-8854-b493f299c0b1::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 4295 | 2024.12.13 21:00:02.194662 [ 262 ] {c49faeae-beb9-485b-bf35-e3c4baafc21b} <Trace> oximeter.fields_uuid (75bff165-9894-4896-8c72-35d0ef17bbe1): 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.13 21:00:02.194829 [ 84 ] {} <Debug> oximeter.fields_uuid (75bff165-9894-4896-8c72-35d0ef17bbe1) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4297 | 2024.12.13 21:00:02.194882 [ 84 ] {} <Trace> oximeter.fields_uuid (75bff165-9894-4896-8c72-35d0ef17bbe1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4298 | 2024.12.13 21:00:02.194915 [ 84 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4299 | 2024.12.13 21:00:02.194972 [ 188 ] {dff66ad8-7c17-40cc-8854-b493f299c0b1::all_1_13_3} <Trace> oximeter.fields_u8 (dff66ad8-7c17-40cc-8854-b493f299c0b1): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4300 | 2024.12.13 21:00:02.194979 [ 262 ] {c49faeae-beb9-485b-bf35-e3c4baafc21b} <Debug> executeQuery: Read 423 rows, 30.96 KiB in 0.004656 sec., 90850.51546391752 rows/sec., 6.49 MiB/sec. | ||
| 4301 | 2024.12.13 21:00:02.195054 [ 200 ] {75bff165-9894-4896-8c72-35d0ef17bbe1::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 | ||
| 4302 | 2024.12.13 21:00:02.195139 [ 262 ] {c49faeae-beb9-485b-bf35-e3c4baafc21b} <Debug> TCPHandler: Processed in 0.005064162 sec. | ||
| 4303 | 2024.12.13 21:00:02.195171 [ 188 ] {dff66ad8-7c17-40cc-8854-b493f299c0b1::all_1_13_3} <Trace> oximeter.fields_u8 (dff66ad8-7c17-40cc-8854-b493f299c0b1) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 4304 | 2024.12.13 21:00:02.195237 [ 200 ] {75bff165-9894-4896-8c72-35d0ef17bbe1::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4305 | 2024.12.13 21:00:02.195332 [ 200 ] {75bff165-9894-4896-8c72-35d0ef17bbe1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 911 rows starting from the beginning of the part | ||
| 4306 | 2024.12.13 21:00:02.195364 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 4307 | 2024.12.13 21:00:02.195428 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4308 | 2024.12.13 21:00:02.195573 [ 200 ] {75bff165-9894-4896-8c72-35d0ef17bbe1::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 | ||
| 4309 | 2024.12.13 21:00:02.195808 [ 261 ] {401fc154-86ed-44f0-a85c-92d48605058a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4310 | 2024.12.13 21:00:02.195987 [ 200 ] {75bff165-9894-4896-8c72-35d0ef17bbe1::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 | ||
| 4311 | 2024.12.13 21:00:02.196011 [ 261 ] {401fc154-86ed-44f0-a85c-92d48605058a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4312 | 2024.12.13 21:00:02.196371 [ 200 ] {75bff165-9894-4896-8c72-35d0ef17bbe1::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 | ||
| 4313 | 2024.12.13 21:00:02.196686 [ 200 ] {75bff165-9894-4896-8c72-35d0ef17bbe1::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 | ||
| 4314 | 2024.12.13 21:00:02.197239 [ 200 ] {75bff165-9894-4896-8c72-35d0ef17bbe1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 423 rows starting from the beginning of the part | ||
| 4315 | 2024.12.13 21:00:02.198270 [ 261 ] {401fc154-86ed-44f0-a85c-92d48605058a} <Trace> oximeter.measurements_bool (e2b503a0-fc05-44eb-86c2-76ac8cc47d1a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4316 | 2024.12.13 21:00:02.198352 [ 261 ] {401fc154-86ed-44f0-a85c-92d48605058a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4317 | 2024.12.13 21:00:02.199299 [ 261 ] {401fc154-86ed-44f0-a85c-92d48605058a} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4318 | 2024.12.13 21:00:02.199741 [ 261 ] {401fc154-86ed-44f0-a85c-92d48605058a} <Trace> oximeter.measurements_bool (e2b503a0-fc05-44eb-86c2-76ac8cc47d1a): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4319 | 2024.12.13 21:00:02.200088 [ 261 ] {401fc154-86ed-44f0-a85c-92d48605058a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004429 sec., 1354.7076089410702 rows/sec., 70.78 KiB/sec. | ||
| 4320 | 2024.12.13 21:00:02.200423 [ 261 ] {401fc154-86ed-44f0-a85c-92d48605058a} <Debug> TCPHandler: Processed in 0.005146323 sec. | ||
| 4321 | 2024.12.13 21:00:02.200671 [ 262 ] {} <Trace> TCP-Session: ba79f2ea-3c39-4a82-87ed-b4543bed5a08 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4322 | 2024.12.13 21:00:02.200695 [ 198 ] {75bff165-9894-4896-8c72-35d0ef17bbe1::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2419 rows, containing 5 columns (5 merged, 0 gathered) in 0.005719429 sec., 422944.31839262275 rows/sec., 32.44 MiB/sec. | ||
| 4323 | 2024.12.13 21:00:02.200813 [ 262 ] {cab13def-380a-4595-9237-d7ffa15259b0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57603) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4324 | 2024.12.13 21:00:02.200877 [ 262 ] {cab13def-380a-4595-9237-d7ffa15259b0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4325 | 2024.12.13 21:00:02.200915 [ 200 ] {75bff165-9894-4896-8c72-35d0ef17bbe1::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4326 | 2024.12.13 21:00:02.201347 [ 200 ] {75bff165-9894-4896-8c72-35d0ef17bbe1::all_1_31_6} <Trace> oximeter.fields_uuid (75bff165-9894-4896-8c72-35d0ef17bbe1): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4327 | 2024.12.13 21:00:02.201486 [ 200 ] {75bff165-9894-4896-8c72-35d0ef17bbe1::all_1_31_6} <Trace> oximeter.fields_uuid (75bff165-9894-4896-8c72-35d0ef17bbe1) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4328 | 2024.12.13 21:00:02.201601 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 4329 | 2024.12.13 21:00:02.201777 [ 262 ] {cab13def-380a-4595-9237-d7ffa15259b0} <Trace> oximeter.measurements_cumulativeu64 (622a7f09-a7e8-42f8-b1fb-316929b4f11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4330 | 2024.12.13 21:00:02.201826 [ 262 ] {cab13def-380a-4595-9237-d7ffa15259b0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4331 | 2024.12.13 21:00:02.202280 [ 262 ] {cab13def-380a-4595-9237-d7ffa15259b0} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4332 | 2024.12.13 21:00:02.202544 [ 262 ] {cab13def-380a-4595-9237-d7ffa15259b0} <Trace> oximeter.measurements_cumulativeu64 (622a7f09-a7e8-42f8-b1fb-316929b4f11a): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4333 | 2024.12.13 21:00:02.202687 [ 80 ] {} <Debug> oximeter.measurements_cumulativeu64 (622a7f09-a7e8-42f8-b1fb-316929b4f11a) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4334 | 2024.12.13 21:00:02.202730 [ 80 ] {} <Trace> oximeter.measurements_cumulativeu64 (622a7f09-a7e8-42f8-b1fb-316929b4f11a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4335 | 2024.12.13 21:00:02.202755 [ 262 ] {cab13def-380a-4595-9237-d7ffa15259b0} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001971 sec., 120243.5312024353 rows/sec., 8.06 MiB/sec. | ||
| 4336 | 2024.12.13 21:00:02.202757 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4337 | 2024.12.13 21:00:02.202896 [ 262 ] {cab13def-380a-4595-9237-d7ffa15259b0} <Debug> TCPHandler: Processed in 0.002335541 sec. | ||
| 4338 | 2024.12.13 21:00:02.202985 [ 187 ] {622a7f09-a7e8-42f8-b1fb-316929b4f11a::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 | ||
| 4339 | 2024.12.13 21:00:02.203089 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4340 | 2024.12.13 21:00:02.203134 [ 187 ] {622a7f09-a7e8-42f8-b1fb-316929b4f11a::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4341 | 2024.12.13 21:00:02.203171 [ 187 ] {622a7f09-a7e8-42f8-b1fb-316929b4f11a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 7874 rows starting from the beginning of the part | ||
| 4342 | 2024.12.13 21:00:02.203247 [ 261 ] {a27b790f-8b9f-463b-8851-cb9434c3b392} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4343 | 2024.12.13 21:00:02.203371 [ 187 ] {622a7f09-a7e8-42f8-b1fb-316929b4f11a::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 | ||
| 4344 | 2024.12.13 21:00:02.203417 [ 261 ] {a27b790f-8b9f-463b-8851-cb9434c3b392} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4345 | 2024.12.13 21:00:02.203788 [ 187 ] {622a7f09-a7e8-42f8-b1fb-316929b4f11a::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 962 rows starting from the beginning of the part | ||
| 4346 | 2024.12.13 21:00:02.204178 [ 187 ] {622a7f09-a7e8-42f8-b1fb-316929b4f11a::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 | ||
| 4347 | 2024.12.13 21:00:02.204601 [ 187 ] {622a7f09-a7e8-42f8-b1fb-316929b4f11a::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 | ||
| 4348 | 2024.12.13 21:00:02.204875 [ 187 ] {622a7f09-a7e8-42f8-b1fb-316929b4f11a::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 | ||
| 4349 | 2024.12.13 21:00:02.205702 [ 261 ] {a27b790f-8b9f-463b-8851-cb9434c3b392} <Trace> oximeter.measurements_f64 (e63d307a-4800-4395-92a7-5a221df216fb): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4350 | 2024.12.13 21:00:02.205753 [ 261 ] {a27b790f-8b9f-463b-8851-cb9434c3b392} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4351 | 2024.12.13 21:00:02.206341 [ 261 ] {a27b790f-8b9f-463b-8851-cb9434c3b392} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4352 | 2024.12.13 21:00:02.206670 [ 261 ] {a27b790f-8b9f-463b-8851-cb9434c3b392} <Trace> oximeter.measurements_f64 (e63d307a-4800-4395-92a7-5a221df216fb): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4353 | 2024.12.13 21:00:02.207156 [ 261 ] {a27b790f-8b9f-463b-8851-cb9434c3b392} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.003932 sec., 254.323499491353 rows/sec., 17.14 KiB/sec. | ||
| 4354 | 2024.12.13 21:00:02.207575 [ 261 ] {a27b790f-8b9f-463b-8851-cb9434c3b392} <Debug> TCPHandler: Processed in 0.004551328 sec. | ||
| 4355 | 2024.12.13 21:00:02.207896 [ 262 ] {} <Trace> TCP-Session: ba79f2ea-3c39-4a82-87ed-b4543bed5a08 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4356 | 2024.12.13 21:00:02.208056 [ 262 ] {a25fa73c-eaad-40d3-a5d6-6113d9b691cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57603) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4357 | 2024.12.13 21:00:02.208160 [ 262 ] {a25fa73c-eaad-40d3-a5d6-6113d9b691cf} <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 | ||
| 4358 | 2024.12.13 21:00:02.210223 [ 187 ] {622a7f09-a7e8-42f8-b1fb-316929b4f11a::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9521 rows, containing 5 columns (5 merged, 0 gathered) in 0.007335861 sec., 1297870.8293409594 rows/sec., 87.52 MiB/sec. | ||
| 4359 | 2024.12.13 21:00:02.210535 [ 262 ] {a25fa73c-eaad-40d3-a5d6-6113d9b691cf} <Trace> oximeter.measurements_histogramu64 (0435d810-cbe3-4332-a7be-27034ee0470b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4360 | 2024.12.13 21:00:02.210546 [ 187 ] {622a7f09-a7e8-42f8-b1fb-316929b4f11a::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4361 | 2024.12.13 21:00:02.210607 [ 262 ] {a25fa73c-eaad-40d3-a5d6-6113d9b691cf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4362 | 2024.12.13 21:00:02.211206 [ 187 ] {622a7f09-a7e8-42f8-b1fb-316929b4f11a::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (622a7f09-a7e8-42f8-b1fb-316929b4f11a): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4363 | 2024.12.13 21:00:02.211418 [ 187 ] {622a7f09-a7e8-42f8-b1fb-316929b4f11a::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (622a7f09-a7e8-42f8-b1fb-316929b4f11a) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4364 | 2024.12.13 21:00:02.211614 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.55 MiB. | ||
| 4365 | 2024.12.13 21:00:02.211996 [ 262 ] {a25fa73c-eaad-40d3-a5d6-6113d9b691cf} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4366 | 2024.12.13 21:00:02.212340 [ 262 ] {a25fa73c-eaad-40d3-a5d6-6113d9b691cf} <Trace> oximeter.measurements_histogramu64 (0435d810-cbe3-4332-a7be-27034ee0470b): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4367 | 2024.12.13 21:00:02.212595 [ 262 ] {a25fa73c-eaad-40d3-a5d6-6113d9b691cf} <Debug> executeQuery: Read 41 rows, 75.23 KiB in 0.004569 sec., 8973.517181002408 rows/sec., 16.08 MiB/sec. | ||
| 4368 | 2024.12.13 21:00:02.212732 [ 262 ] {a25fa73c-eaad-40d3-a5d6-6113d9b691cf} <Debug> TCPHandler: Processed in 0.00502499 sec. | ||
| 4369 | 2024.12.13 21:00:02.212893 [ 261 ] {} <Trace> TCP-Session: 397bc543-da1f-41db-bed8-2d42fcd1e4f8 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4370 | 2024.12.13 21:00:02.213018 [ 261 ] {716b5753-d7b4-4ef8-b7c3-0c73a4d60787} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:61088) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4371 | 2024.12.13 21:00:02.213071 [ 261 ] {716b5753-d7b4-4ef8-b7c3-0c73a4d60787} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4372 | 2024.12.13 21:00:02.213582 [ 261 ] {716b5753-d7b4-4ef8-b7c3-0c73a4d60787} <Trace> oximeter.measurements_u64 (cc3a5477-acbd-4caa-813d-ff4981ce9df1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4373 | 2024.12.13 21:00:02.213623 [ 261 ] {716b5753-d7b4-4ef8-b7c3-0c73a4d60787} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4374 | 2024.12.13 21:00:02.214010 [ 261 ] {716b5753-d7b4-4ef8-b7c3-0c73a4d60787} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4375 | 2024.12.13 21:00:02.214261 [ 261 ] {716b5753-d7b4-4ef8-b7c3-0c73a4d60787} <Trace> oximeter.measurements_u64 (cc3a5477-acbd-4caa-813d-ff4981ce9df1): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4376 | 2024.12.13 21:00:02.214451 [ 80 ] {} <Debug> oximeter.measurements_u64 (cc3a5477-acbd-4caa-813d-ff4981ce9df1) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4377 | 2024.12.13 21:00:02.214512 [ 80 ] {} <Trace> oximeter.measurements_u64 (cc3a5477-acbd-4caa-813d-ff4981ce9df1): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4378 | 2024.12.13 21:00:02.214547 [ 261 ] {716b5753-d7b4-4ef8-b7c3-0c73a4d60787} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001546 sec., 53040.10349288486 rows/sec., 3.37 MiB/sec. | ||
| 4379 | 2024.12.13 21:00:02.214553 [ 80 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 14.36 GiB. | ||
| 4380 | 2024.12.13 21:00:02.214715 [ 261 ] {716b5753-d7b4-4ef8-b7c3-0c73a4d60787} <Debug> TCPHandler: Processed in 0.001879838 sec. | ||
| 4381 | 2024.12.13 21:00:02.214812 [ 198 ] {cc3a5477-acbd-4caa-813d-ff4981ce9df1::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 | ||
| 4382 | 2024.12.13 21:00:02.214946 [ 198 ] {cc3a5477-acbd-4caa-813d-ff4981ce9df1::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4383 | 2024.12.13 21:00:02.214978 [ 198 ] {cc3a5477-acbd-4caa-813d-ff4981ce9df1::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1520 rows starting from the beginning of the part | ||
| 4384 | 2024.12.13 21:00:02.215069 [ 198 ] {cc3a5477-acbd-4caa-813d-ff4981ce9df1::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 | ||
| 4385 | 2024.12.13 21:00:02.215276 [ 198 ] {cc3a5477-acbd-4caa-813d-ff4981ce9df1::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 | ||
| 4386 | 2024.12.13 21:00:02.215382 [ 198 ] {cc3a5477-acbd-4caa-813d-ff4981ce9df1::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 | ||
| 4387 | 2024.12.13 21:00:02.215583 [ 198 ] {cc3a5477-acbd-4caa-813d-ff4981ce9df1::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 | ||
| 4388 | 2024.12.13 21:00:02.215672 [ 198 ] {cc3a5477-acbd-4caa-813d-ff4981ce9df1::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 | ||
| 4389 | 2024.12.13 21:00:02.217056 [ 193 ] {cc3a5477-acbd-4caa-813d-ff4981ce9df1::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1804 rows, containing 4 columns (4 merged, 0 gathered) in 0.002343761 sec., 769703.0541936656 rows/sec., 50.06 MiB/sec. | ||
| 4390 | 2024.12.13 21:00:02.217303 [ 198 ] {cc3a5477-acbd-4caa-813d-ff4981ce9df1::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4391 | 2024.12.13 21:00:02.217616 [ 198 ] {cc3a5477-acbd-4caa-813d-ff4981ce9df1::all_1_31_6} <Trace> oximeter.measurements_u64 (cc3a5477-acbd-4caa-813d-ff4981ce9df1): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4392 | 2024.12.13 21:00:02.217706 [ 198 ] {cc3a5477-acbd-4caa-813d-ff4981ce9df1::all_1_31_6} <Trace> oximeter.measurements_u64 (cc3a5477-acbd-4caa-813d-ff4981ce9df1) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4393 | 2024.12.13 21:00:02.217786 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. | ||