| 1 | [ Dec 20 22:25:49 Enabled. ] | ||
| 2 | [ Dec 20 22:25:49 Rereading configuration. ] | ||
| 3 | [ Dec 20 22:25:51 Rereading configuration. ] | ||
| 4 | [ Dec 20 22:26:03 Executing start method ("/opt/oxide/lib/svc/manifest/clickhouse.sh"). ] | ||
| 5 | + set -o errexit | ||
| 6 | + set -o pipefail | ||
| 7 | + . /lib/svc/share/smf_include.sh | ||
| 8 | ++ SMF_EXIT_OK=0 | ||
| 9 | ++ SMF_EXIT_NODAEMON=94 | ||
| 10 | ++ SMF_EXIT_ERR_FATAL=95 | ||
| 11 | ++ SMF_EXIT_ERR_CONFIG=96 | ||
| 12 | ++ SMF_EXIT_MON_DEGRADE=97 | ||
| 13 | ++ SMF_EXIT_MON_OFFLINE=98 | ||
| 14 | ++ SMF_EXIT_ERR_NOSMF=99 | ||
| 15 | ++ SMF_EXIT_ERR_PERM=100 | ||
| 16 | ++ svcprop -c -p config/listen_addr svc:/oxide/clickhouse:default | ||
| 17 | + LISTEN_ADDR=fd00:1122:3344:101::e | ||
| 18 | ++ svcprop -c -p config/listen_port svc:/oxide/clickhouse:default | ||
| 19 | + LISTEN_PORT=8123 | ||
| 20 | ++ svcprop -c -p config/store svc:/oxide/clickhouse:default | ||
| 21 | + DATASTORE=/data | ||
| 22 | + args=("--config-file" "/opt/oxide/clickhouse/config.xml" "--" "--path" "${DATASTORE}" "--listen_host" "$LISTEN_ADDR" "--http_port" "$LISTEN_PORT") | ||
| 23 | + exec /opt/oxide/clickhouse/clickhouse server --config-file /opt/oxide/clickhouse/config.xml -- --path /data --listen_host fd00:1122:3344:101::e --http_port 8123 | ||
| 24 | [ Dec 20 22:26:03 Method "start" exited with status 0. ] | ||
| 25 | Processing configuration file '/opt/oxide/clickhouse/config.xml'. | ||
| 26 | Logging trace to /var/tmp/clickhouse-server.log | ||
| 27 | Logging errors to /var/tmp/clickhouse-server.errlog | ||
| 28 | 2024.12.20 22:26:03.917394 [ 1 ] {} <Information> Application: Will watch for the process with pid 24033 | ||
| 29 | 2024.12.20 22:26:03.918004 [ 1 ] {} <Information> Application: Forked a child process to watch | ||
| 30 | 2024.12.20 22:26:04.167611 [ 1 ] {} <Information> Application: Starting ClickHouse 23.8.7.1 (revision: 54477, git hash: b6a391579f09dde47a1aa5602e154e7fcde80d1e, build id: <unknown>), PID 24033 | ||
| 31 | 2024.12.20 22:26:04.168353 [ 1 ] {} <Information> Application: starting up | ||
| 32 | 2024.12.20 22:26:04.169080 [ 1 ] {} <Information> Application: OS name: SunOS, version: 5.11, architecture: i86pc | ||
| 33 | 2024.12.20 22:26:04.257265 [ 1 ] {} <Information> Application: Available RAM: 95.88 GiB; physical cores: 48; logical cores: 48. | ||
| 34 | 2024.12.20 22:26:04.285407 [ 1 ] {} <Debug> Application: rlimit on number of file descriptors is 65536 | ||
| 35 | 2024.12.20 22:26:04.285461 [ 1 ] {} <Debug> Application: Initializing DateLUT. | ||
| 36 | 2024.12.20 22:26:04.285474 [ 1 ] {} <Trace> Application: Initialized DateLUT with time zone 'UTC'. | ||
| 37 | 2024.12.20 22:26:04.285542 [ 1 ] {} <Debug> Context: Setting up /data/tmp/ to store temporary data in it | ||
| 38 | 2024.12.20 22:26:04.285966 [ 1 ] {} <Debug> Application: Initializing interserver credentials. | ||
| 39 | 2024.12.20 22:26:04.287690 [ 1 ] {} <Debug> ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml' | ||
| 40 | Processing configuration file '/opt/oxide/clickhouse/config.xml'. | ||
| 41 | Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. | ||
| 42 | 2024.12.20 22:26:04.288448 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
| 43 | 2024.12.20 22:26:04.289284 [ 1 ] {} <Information> Application: Setting max_server_memory_usage was set to 86.29 GiB (95.88 GiB available * 0.90 max_server_memory_usage_to_ram_ratio) | ||
| 44 | 2024.12.20 22:26:04.289305 [ 1 ] {} <Information> Application: Setting merges_mutations_memory_usage_soft_limit was set to 47.94 GiB (95.88 GiB available * 0.50 merges_mutations_memory_usage_to_ram_ratio) | ||
| 45 | 2024.12.20 22:26:04.289321 [ 1 ] {} <Information> Application: Merges and mutations memory limit is set to 47.94 GiB | ||
| 46 | 2024.12.20 22:26:04.289505 [ 1 ] {} <Information> BackgroundSchedulePool/BgBufSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 47 | 2024.12.20 22:26:04.290558 [ 1 ] {} <Information> BackgroundSchedulePool/BgSchPool: Create BackgroundSchedulePool with 128 threads | ||
| 48 | 2024.12.20 22:26:04.296129 [ 1 ] {} <Information> BackgroundSchedulePool/BgMBSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 49 | 2024.12.20 22:26:04.296932 [ 1 ] {} <Information> BackgroundSchedulePool/BgDistSchPool: Create BackgroundSchedulePool with 16 threads | ||
| 50 | 2024.12.20 22:26:04.298293 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 51 | 2024.12.20 22:26:04.298363 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
| 52 | 2024.12.20 22:26:04.299971 [ 1 ] {} <Debug> ConfigReloader: Loading config '/opt/oxide/clickhouse/config.xml' | ||
| 53 | Processing configuration file '/opt/oxide/clickhouse/config.xml'. | ||
| 54 | Saved preprocessed configuration to '/data/preprocessed_configs/config.xml'. | ||
| 55 | 2024.12.20 22:26:04.300465 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performing update on configuration | ||
| 56 | 2024.12.20 22:26:04.304852 [ 1 ] {} <Debug> ConfigReloader: Loaded config '/opt/oxide/clickhouse/config.xml', performed update on configuration | ||
| 57 | 2024.12.20 22:26:04.305619 [ 1 ] {} <Debug> Access(user directories): Added users_xml access storage 'users_xml', path: /opt/oxide/clickhouse/config.xml | ||
| 58 | 2024.12.20 22:26:04.307195 [ 1 ] {} <Information> Context: Initialized background executor for merges and mutations with num_threads=16, num_tasks=32, scheduling_policy=round_robin | ||
| 59 | 2024.12.20 22:26:04.307546 [ 1 ] {} <Information> Context: Initialized background executor for move operations with num_threads=8, num_tasks=8 | ||
| 60 | 2024.12.20 22:26:04.307900 [ 1 ] {} <Information> Context: Initialized background executor for fetches with num_threads=8, num_tasks=8 | ||
| 61 | 2024.12.20 22:26:04.308320 [ 1 ] {} <Information> Context: Initialized background executor for common operations (e.g. clearing old parts) with num_threads=8, num_tasks=8 | ||
| 62 | 2024.12.20 22:26:04.309635 [ 1 ] {} <Information> DNSCacheUpdater: Update period 15 seconds | ||
| 63 | 2024.12.20 22:26:04.309661 [ 1 ] {} <Information> Application: Loading metadata from /data/ | ||
| 64 | 2024.12.20 22:26:04.309738 [ 158 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 65 | 2024.12.20 22:26:04.309920 [ 158 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 66 | 2024.12.20 22:26:04.320212 [ 1 ] {} <Information> DatabaseAtomic (system): Metadata processed, database system has 0 tables and 0 dictionaries in total. | ||
| 67 | 2024.12.20 22:26:04.320240 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 0.000148574 sec | ||
| 68 | 2024.12.20 22:26:04.320282 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 69 | 2024.12.20 22:26:04.320296 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 70 | 2024.12.20 22:26:04.321412 [ 1 ] {} <Information> DatabaseAtomic (system): Starting up tables. | ||
| 71 | 2024.12.20 22:26:04.322462 [ 1 ] {} <Debug> SystemLog: Creating system.query_log from query_log | ||
| 72 | 2024.12.20 22:26:04.334229 [ 1 ] {} <Debug> SystemLog: Not creating system.query_thread_log since corresponding section 'query_thread_log' is missing from config | ||
| 73 | 2024.12.20 22:26:04.334274 [ 1 ] {} <Debug> SystemLog: Not creating system.part_log since corresponding section 'part_log' is missing from config | ||
| 74 | 2024.12.20 22:26:04.334296 [ 1 ] {} <Debug> SystemLog: Not creating system.trace_log since corresponding section 'trace_log' is missing from config | ||
| 75 | 2024.12.20 22:26:04.334309 [ 1 ] {} <Debug> SystemLog: Not creating system.crash_log since corresponding section 'crash_log' is missing from config | ||
| 76 | 2024.12.20 22:26:04.334340 [ 1 ] {} <Debug> SystemLog: Not creating system.text_log since corresponding section 'text_log' is missing from config | ||
| 77 | 2024.12.20 22:26:04.334360 [ 1 ] {} <Debug> SystemLog: Creating system.metric_log from metric_log | ||
| 78 | 2024.12.20 22:26:04.336950 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_cache_log since corresponding section 'filesystem_cache_log' is missing from config | ||
| 79 | 2024.12.20 22:26:04.336996 [ 1 ] {} <Debug> SystemLog: Not creating system.filesystem_read_prefetches_log since corresponding section 'filesystem_read_prefetches_log' is missing from config | ||
| 80 | 2024.12.20 22:26:04.337018 [ 1 ] {} <Debug> SystemLog: Creating system.asynchronous_metric_log from asynchronous_metric_log | ||
| 81 | 2024.12.20 22:26:04.337199 [ 1 ] {} <Debug> SystemLog: Not creating system.opentelemetry_span_log since corresponding section 'opentelemetry_span_log' is missing from config | ||
| 82 | 2024.12.20 22:26:04.337218 [ 1 ] {} <Debug> SystemLog: Not creating system.query_views_log since corresponding section 'query_views_log' is missing from config | ||
| 83 | 2024.12.20 22:26:04.337253 [ 1 ] {} <Debug> SystemLog: Not creating system.zookeeper_log since corresponding section 'zookeeper_log' is missing from config | ||
| 84 | 2024.12.20 22:26:04.337273 [ 1 ] {} <Debug> SystemLog: Not creating system.session_log since corresponding section 'session_log' is missing from config | ||
| 85 | 2024.12.20 22:26:04.337286 [ 1 ] {} <Debug> SystemLog: Not creating system.transactions_info_log since corresponding section 'transactions_info_log' is missing from config | ||
| 86 | 2024.12.20 22:26:04.337316 [ 1 ] {} <Debug> SystemLog: Not creating system.processors_profile_log since corresponding section 'processors_profile_log' is missing from config | ||
| 87 | 2024.12.20 22:26:04.337334 [ 1 ] {} <Debug> SystemLog: Not creating system.asynchronous_insert_log since corresponding section 'asynchronous_insert_log' is missing from config | ||
| 88 | 2024.12.20 22:26:04.364296 [ 1 ] {} <Information> DatabaseCatalog: Found 0 partially dropped tables. Will load them and retry removal. | ||
| 89 | 2024.12.20 22:26:04.366804 [ 1 ] {} <Information> DatabaseAtomic (default): Metadata processed, database default has 0 tables and 0 dictionaries in total. | ||
| 90 | 2024.12.20 22:26:04.366836 [ 1 ] {} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 5.3811e-05 sec | ||
| 91 | 2024.12.20 22:26:04.366849 [ 1 ] {} <Trace> ReferentialDeps: No tables | ||
| 92 | 2024.12.20 22:26:04.366861 [ 1 ] {} <Trace> LoadingDeps: No tables | ||
| 93 | 2024.12.20 22:26:04.366886 [ 1 ] {} <Information> DatabaseAtomic (default): Starting up tables. | ||
| 94 | 2024.12.20 22:26:04.367086 [ 1 ] {} <Information> UserDefinedSQLObjectsLoaderFromDisk: Loading user defined objects from /data/user_defined/ | ||
| 95 | 2024.12.20 22:26:04.367134 [ 1 ] {} <Debug> UserDefinedSQLObjectsLoaderFromDisk: User defined objects loaded | ||
| 96 | 2024.12.20 22:26:04.367148 [ 1 ] {} <Debug> Application: Loaded metadata. | ||
| 97 | 2024.12.20 22:26:04.367159 [ 1 ] {} <Information> Application: Query Profiler and TraceCollector are disabled because they require PHDR cache to be created (otherwise the function 'dl_iterate_phdr' is not lock free and not async-signal safe). | ||
| 98 | 2024.12.20 22:26:04.367171 [ 1 ] {} <Information> Application: TaskStats is not implemented for this OS. IO accounting will be disabled. | ||
| 99 | 2024.12.20 22:26:04.370968 [ 1 ] {} <Information> CertificateReloader: One of paths is empty. Cannot apply new configuration for certificates. Fill all paths and try again. | ||
| 100 | 2024.12.20 22:26:04.371171 [ 1 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 24.77 MiB, peak 24.77 MiB, free memory in arenas 0.00 B, will set to 117.12 MiB (RSS), difference: 92.34 MiB | ||
| 101 | 2024.12.20 22:26:04.372028 [ 1 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 2.5251e-05 sec. | ||
| 102 | 2024.12.20 22:26:04.372964 [ 1 ] {} <Information> Application: Listening for http://[fd00:1122:3344:101::e]:8123 | ||
| 103 | 2024.12.20 22:26:04.373062 [ 1 ] {} <Information> Application: Listening for native protocol (tcp): [fd00:1122:3344:101::e]:9000 | ||
| 104 | 2024.12.20 22:26:04.373080 [ 1 ] {} <Information> Application: Ready for connections. | ||
| 105 | 2024.12.20 22:26:04.556246 [ 3 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:48826 | ||
| 106 | 2024.12.20 22:26:04.556507 [ 3 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 107 | 2024.12.20 22:26:04.556562 [ 3 ] {} <Debug> TCP-Session: 47af889d-9b1e-4f6f-8eb2-c87df48522ca Authenticating user 'default' from [fd00:1122:3344:101::c]:48826 | ||
| 108 | 2024.12.20 22:26:04.556593 [ 3 ] {} <Debug> TCP-Session: 47af889d-9b1e-4f6f-8eb2-c87df48522ca Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 109 | 2024.12.20 22:26:04.556616 [ 3 ] {} <Debug> TCP-Session: 47af889d-9b1e-4f6f-8eb2-c87df48522ca Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 110 | 2024.12.20 22:26:04.556703 [ 3 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 111 | 2024.12.20 22:26:04.556730 [ 3 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 112 | 2024.12.20 22:26:04.556756 [ 3 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 113 | 2024.12.20 22:26:04.559148 [ 4 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:36697 | ||
| 114 | 2024.12.20 22:26:04.559300 [ 4 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 115 | 2024.12.20 22:26:04.559342 [ 4 ] {} <Debug> TCP-Session: b43ecfb5-472a-4088-bac7-da48d79f4c88 Authenticating user 'default' from [fd00:1122:3344:101::c]:36697 | ||
| 116 | 2024.12.20 22:26:04.559370 [ 4 ] {} <Debug> TCP-Session: b43ecfb5-472a-4088-bac7-da48d79f4c88 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 117 | 2024.12.20 22:26:04.559404 [ 4 ] {} <Debug> TCP-Session: b43ecfb5-472a-4088-bac7-da48d79f4c88 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 118 | 2024.12.20 22:26:04.560107 [ 253 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:47151 | ||
| 119 | 2024.12.20 22:26:04.560118 [ 5 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:53988 | ||
| 120 | 2024.12.20 22:26:04.560224 [ 254 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:46779 | ||
| 121 | 2024.12.20 22:26:04.560248 [ 253 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 122 | 2024.12.20 22:26:04.560523 [ 253 ] {} <Debug> TCP-Session: dd335224-82c9-4afa-8dda-3f6c348ef43a Authenticating user 'default' from [fd00:1122:3344:101::c]:47151 | ||
| 123 | 2024.12.20 22:26:04.560537 [ 254 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 124 | 2024.12.20 22:26:04.560577 [ 253 ] {} <Debug> TCP-Session: dd335224-82c9-4afa-8dda-3f6c348ef43a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 125 | 2024.12.20 22:26:04.560536 [ 5 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 126 | 2024.12.20 22:26:04.560633 [ 253 ] {} <Debug> TCP-Session: dd335224-82c9-4afa-8dda-3f6c348ef43a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 127 | 2024.12.20 22:26:04.560628 [ 254 ] {} <Debug> TCP-Session: 84f99191-b2af-4dcf-b97a-08446daf56bd Authenticating user 'default' from [fd00:1122:3344:101::c]:46779 | ||
| 128 | 2024.12.20 22:26:04.560698 [ 5 ] {} <Debug> TCP-Session: 05efc013-adf7-4bca-9986-b87198a83e59 Authenticating user 'default' from [fd00:1122:3344:101::c]:53988 | ||
| 129 | 2024.12.20 22:26:04.560701 [ 255 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:58367 | ||
| 130 | 2024.12.20 22:26:04.560739 [ 256 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:41843 | ||
| 131 | 2024.12.20 22:26:04.560770 [ 254 ] {} <Debug> TCP-Session: 84f99191-b2af-4dcf-b97a-08446daf56bd Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 132 | 2024.12.20 22:26:04.560821 [ 5 ] {} <Debug> TCP-Session: 05efc013-adf7-4bca-9986-b87198a83e59 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 133 | 2024.12.20 22:26:04.560960 [ 254 ] {} <Debug> TCP-Session: 84f99191-b2af-4dcf-b97a-08446daf56bd Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 134 | 2024.12.20 22:26:04.560983 [ 255 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 135 | 2024.12.20 22:26:04.560992 [ 257 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::c]:54250 | ||
| 136 | 2024.12.20 22:26:04.561029 [ 5 ] {} <Debug> TCP-Session: 05efc013-adf7-4bca-9986-b87198a83e59 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 137 | 2024.12.20 22:26:04.561228 [ 255 ] {} <Debug> TCP-Session: 49d195a2-fb78-4322-b757-4865fd1dd315 Authenticating user 'default' from [fd00:1122:3344:101::c]:58367 | ||
| 138 | 2024.12.20 22:26:04.561343 [ 257 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 139 | 2024.12.20 22:26:04.561359 [ 255 ] {} <Debug> TCP-Session: 49d195a2-fb78-4322-b757-4865fd1dd315 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 140 | 2024.12.20 22:26:04.561402 [ 256 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 141 | 2024.12.20 22:26:04.561420 [ 257 ] {} <Debug> TCP-Session: c2665131-ff49-4efa-ab00-bdd24b776774 Authenticating user 'default' from [fd00:1122:3344:101::c]:54250 | ||
| 142 | 2024.12.20 22:26:04.561442 [ 255 ] {} <Debug> TCP-Session: 49d195a2-fb78-4322-b757-4865fd1dd315 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 143 | 2024.12.20 22:26:04.561503 [ 256 ] {} <Debug> TCP-Session: f7ec4b0d-7e37-43c1-a496-3088503aa357 Authenticating user 'default' from [fd00:1122:3344:101::c]:41843 | ||
| 144 | 2024.12.20 22:26:04.561513 [ 257 ] {} <Debug> TCP-Session: c2665131-ff49-4efa-ab00-bdd24b776774 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 145 | 2024.12.20 22:26:04.561564 [ 256 ] {} <Debug> TCP-Session: f7ec4b0d-7e37-43c1-a496-3088503aa357 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 146 | 2024.12.20 22:26:04.561575 [ 257 ] {} <Debug> TCP-Session: c2665131-ff49-4efa-ab00-bdd24b776774 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 147 | 2024.12.20 22:26:04.561594 [ 256 ] {} <Debug> TCP-Session: f7ec4b0d-7e37-43c1-a496-3088503aa357 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 148 | 2024.12.20 22:26:04.867200 [ 258 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:59387 | ||
| 149 | 2024.12.20 22:26:04.867382 [ 258 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 150 | 2024.12.20 22:26:04.867435 [ 258 ] {} <Debug> TCP-Session: ffa14e40-21f2-486f-9e00-52c5fc0ffcfe Authenticating user 'default' from [fd00:1122:3344:101::d]:59387 | ||
| 151 | 2024.12.20 22:26:04.867465 [ 258 ] {} <Debug> TCP-Session: ffa14e40-21f2-486f-9e00-52c5fc0ffcfe Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 152 | 2024.12.20 22:26:04.867482 [ 258 ] {} <Debug> TCP-Session: ffa14e40-21f2-486f-9e00-52c5fc0ffcfe Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 153 | 2024.12.20 22:26:04.867566 [ 258 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 154 | 2024.12.20 22:26:04.867596 [ 258 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 155 | 2024.12.20 22:26:04.867625 [ 258 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 156 | 2024.12.20 22:26:04.870496 [ 259 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:54537 | ||
| 157 | 2024.12.20 22:26:04.870706 [ 261 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:35240 | ||
| 158 | 2024.12.20 22:26:04.870717 [ 260 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:57729 | ||
| 159 | 2024.12.20 22:26:04.870718 [ 259 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 160 | 2024.12.20 22:26:04.871002 [ 260 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 161 | 2024.12.20 22:26:04.871020 [ 262 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:63458 | ||
| 162 | 2024.12.20 22:26:04.871032 [ 259 ] {} <Debug> TCP-Session: f5662304-f41c-47ca-982e-092ed2bd45c9 Authenticating user 'default' from [fd00:1122:3344:101::d]:54537 | ||
| 163 | 2024.12.20 22:26:04.871077 [ 260 ] {} <Debug> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Authenticating user 'default' from [fd00:1122:3344:101::d]:57729 | ||
| 164 | 2024.12.20 22:26:04.871103 [ 263 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:43138 | ||
| 165 | 2024.12.20 22:26:04.871138 [ 259 ] {} <Debug> TCP-Session: f5662304-f41c-47ca-982e-092ed2bd45c9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 166 | 2024.12.20 22:26:04.871009 [ 261 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 167 | 2024.12.20 22:26:04.871167 [ 260 ] {} <Debug> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 168 | 2024.12.20 22:26:04.871216 [ 259 ] {} <Debug> TCP-Session: f5662304-f41c-47ca-982e-092ed2bd45c9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 169 | 2024.12.20 22:26:04.871289 [ 264 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:57876 | ||
| 170 | 2024.12.20 22:26:04.871332 [ 260 ] {} <Debug> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 171 | 2024.12.20 22:26:04.871416 [ 262 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 172 | 2024.12.20 22:26:04.871751 [ 263 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 173 | 2024.12.20 22:26:04.871776 [ 264 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 174 | 2024.12.20 22:26:04.871798 [ 262 ] {} <Debug> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Authenticating user 'default' from [fd00:1122:3344:101::d]:63458 | ||
| 175 | 2024.12.20 22:26:04.871840 [ 261 ] {} <Debug> TCP-Session: 5d27a7e9-4cd6-478f-9137-fa70a4ac9c8c Authenticating user 'default' from [fd00:1122:3344:101::d]:35240 | ||
| 176 | 2024.12.20 22:26:04.871867 [ 263 ] {} <Debug> TCP-Session: edc77ecc-a3f2-41ff-841d-8669a720ac4a Authenticating user 'default' from [fd00:1122:3344:101::d]:43138 | ||
| 177 | 2024.12.20 22:26:04.871879 [ 264 ] {} <Debug> TCP-Session: 35f52d02-aac0-4d56-99f3-9d5d0a185df8 Authenticating user 'default' from [fd00:1122:3344:101::d]:57876 | ||
| 178 | 2024.12.20 22:26:04.871927 [ 266 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:53737 | ||
| 179 | 2024.12.20 22:26:04.871929 [ 262 ] {} <Debug> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 180 | 2024.12.20 22:26:04.871952 [ 261 ] {} <Debug> TCP-Session: 5d27a7e9-4cd6-478f-9137-fa70a4ac9c8c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 181 | 2024.12.20 22:26:04.871970 [ 264 ] {} <Debug> TCP-Session: 35f52d02-aac0-4d56-99f3-9d5d0a185df8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 182 | 2024.12.20 22:26:04.872054 [ 262 ] {} <Debug> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 183 | 2024.12.20 22:26:04.872079 [ 264 ] {} <Debug> TCP-Session: 35f52d02-aac0-4d56-99f3-9d5d0a185df8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 184 | 2024.12.20 22:26:04.872181 [ 265 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::d]:37978 | ||
| 185 | 2024.12.20 22:26:04.872192 [ 266 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 186 | 2024.12.20 22:26:04.872280 [ 261 ] {} <Debug> TCP-Session: 5d27a7e9-4cd6-478f-9137-fa70a4ac9c8c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 187 | 2024.12.20 22:26:04.872301 [ 266 ] {} <Debug> TCP-Session: bd8874fa-812f-4266-aa8c-e73830b11ebb Authenticating user 'default' from [fd00:1122:3344:101::d]:53737 | ||
| 188 | 2024.12.20 22:26:04.872213 [ 263 ] {} <Debug> TCP-Session: edc77ecc-a3f2-41ff-841d-8669a720ac4a Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 189 | 2024.12.20 22:26:04.872495 [ 265 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 190 | 2024.12.20 22:26:04.872507 [ 263 ] {} <Debug> TCP-Session: edc77ecc-a3f2-41ff-841d-8669a720ac4a Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 191 | 2024.12.20 22:26:04.872520 [ 266 ] {} <Debug> TCP-Session: bd8874fa-812f-4266-aa8c-e73830b11ebb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 192 | 2024.12.20 22:26:04.872549 [ 265 ] {} <Debug> TCP-Session: ef110d9c-9526-4d55-8b67-e147365de10d Authenticating user 'default' from [fd00:1122:3344:101::d]:37978 | ||
| 193 | 2024.12.20 22:26:04.872592 [ 266 ] {} <Debug> TCP-Session: bd8874fa-812f-4266-aa8c-e73830b11ebb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 194 | 2024.12.20 22:26:04.872611 [ 265 ] {} <Debug> TCP-Session: ef110d9c-9526-4d55-8b67-e147365de10d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 195 | 2024.12.20 22:26:04.872668 [ 265 ] {} <Debug> TCP-Session: ef110d9c-9526-4d55-8b67-e147365de10d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 196 | 2024.12.20 22:26:04.876797 [ 258 ] {} <Trace> TCP-Session: ffa14e40-21f2-486f-9e00-52c5fc0ffcfe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 197 | 2024.12.20 22:26:04.880015 [ 258 ] {1e9068b5-c13b-490c-aa81-f7f5fb93110b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59387) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
| 198 | 2024.12.20 22:26:04.936602 [ 258 ] {1e9068b5-c13b-490c-aa81-f7f5fb93110b} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:59387) (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.20 22:26:04.938139 [ 258 ] {1e9068b5-c13b-490c-aa81-f7f5fb93110b} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
| 223 | |||
| 224 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 225 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 226 | 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 | ||
| 227 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 228 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 229 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 230 | 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 | ||
| 231 | 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 | ||
| 232 | 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 | ||
| 233 | 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 | ||
| 234 | 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 | ||
| 235 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 236 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 237 | 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 | ||
| 238 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 239 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 240 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 241 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 242 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 243 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 244 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 245 | |||
| 246 | 2024.12.20 22:26:04.938242 [ 258 ] {1e9068b5-c13b-490c-aa81-f7f5fb93110b} <Debug> TCPHandler: Processed in 0.063151323 sec. | ||
| 247 | 2024.12.20 22:26:04.938605 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 248 | 2024.12.20 22:26:04.938830 [ 260 ] {014d5548-0dac-487b-a172-a64a42378a3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) SELECT MAX(value) AS max_version FROM oximeter.version; (stage: Complete) | ||
| 249 | 2024.12.20 22:26:04.939228 [ 260 ] {014d5548-0dac-487b-a172-a64a42378a3c} <Error> executeQuery: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE) (version 23.8.7.1) (from [fd00:1122:3344:101::d]:57729) (in query: SELECT MAX(value) AS max_version FROM oximeter.version;), Stack trace (when copying this message, always include the lines below): | ||
| 250 | |||
| 251 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 252 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 253 | 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 | ||
| 254 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 255 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 256 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 257 | 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 | ||
| 258 | 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 | ||
| 259 | 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 | ||
| 260 | 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 | ||
| 261 | 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 | ||
| 262 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 263 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 264 | 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 | ||
| 265 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 266 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 267 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 268 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 269 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 270 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 271 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 272 | |||
| 273 | 2024.12.20 22:26:04.939378 [ 260 ] {014d5548-0dac-487b-a172-a64a42378a3c} <Error> TCPHandler: Code: 81. DB::Exception: Database oximeter does not exist. (UNKNOWN_DATABASE), Stack trace (when copying this message, always include the lines below): | ||
| 274 | |||
| 275 | 0. StackTrace::tryCapture() @ 0x0000000010014f57 in /opt/oxide/clickhouse/clickhouse | ||
| 276 | 1. DB::Exception::Exception(DB::Exception::MessageMasked&&, int, bool) @ 0x000000000ffe797f in /opt/oxide/clickhouse/clickhouse | ||
| 277 | 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 | ||
| 278 | 3. DB::DatabaseCatalog::getDatabase(std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > const&) const @ 0x0000000014ed7a51 in /opt/oxide/clickhouse/clickhouse | ||
| 279 | 4. DB::Context::resolveStorageID(DB::StorageID, DB::Context::StorageNamespace) const @ 0x0000000014e8de3d in /opt/oxide/clickhouse/clickhouse | ||
| 280 | 5. DB::JoinedTables::getLeftTableStorage() @ 0x0000000015016a4b in /opt/oxide/clickhouse/clickhouse | ||
| 281 | 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 | ||
| 282 | 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 | ||
| 283 | 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 | ||
| 284 | 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 | ||
| 285 | 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 | ||
| 286 | 11. DB::InterpreterFactory::get(std::shared_ptr<DB::IAST>&, std::shared_ptr<DB::Context>, DB::SelectQueryOptions const&) @ 0x0000000014f67295 in /opt/oxide/clickhouse/clickhouse | ||
| 287 | 12. DB::executeQueryImpl(char const*, char const*, std::shared_ptr<DB::Context>, bool, DB::QueryProcessingStage::Enum, DB::ReadBuffer*) @ 0x0000000015189bd6 in /opt/oxide/clickhouse/clickhouse | ||
| 288 | 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 | ||
| 289 | 14. DB::TCPHandler::runImpl() @ 0x0000000015b2646a in /opt/oxide/clickhouse/clickhouse | ||
| 290 | 15. DB::TCPHandler::run() @ 0x0000000015b3661c in /opt/oxide/clickhouse/clickhouse | ||
| 291 | 16. Poco::Net::TCPServerConnection::start() @ 0x000000001954534c in /opt/oxide/clickhouse/clickhouse | ||
| 292 | 17. Poco::Net::TCPServerDispatcher::run() @ 0x0000000019545821 in /opt/oxide/clickhouse/clickhouse | ||
| 293 | 18. Poco::PooledThread::run() @ 0x00000000195aa732 in /opt/oxide/clickhouse/clickhouse | ||
| 294 | 19. Poco::ThreadImpl::runnableEntry(void*) @ 0x00000000195a81e5 in /opt/oxide/clickhouse/clickhouse | ||
| 295 | 20. _thrp_setup @ 0x0000000000116ef7 in /system/lib/amd64/libc.so.1 | ||
| 296 | |||
| 297 | 2024.12.20 22:26:04.939481 [ 260 ] {014d5548-0dac-487b-a172-a64a42378a3c} <Debug> TCPHandler: Processed in 0.001031519 sec. | ||
| 298 | 2024.12.20 22:26:04.940044 [ 258 ] {} <Trace> TCP-Session: ffa14e40-21f2-486f-9e00-52c5fc0ffcfe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 299 | 2024.12.20 22:26:04.941470 [ 258 ] {36aae015-8a48-4b67-bdab-1bac05eceffd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59387) DROP DATABASE IF EXISTS oximeter (stage: Complete) | ||
| 300 | 2024.12.20 22:26:04.942093 [ 258 ] {36aae015-8a48-4b67-bdab-1bac05eceffd} <Debug> TCPHandler: Processed in 0.00217098 sec. | ||
| 301 | 2024.12.20 22:26:04.942309 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 302 | 2024.12.20 22:26:04.942468 [ 260 ] {1d35231e-e1f7-42f6-9c56-1521c82e7438} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) CREATE DATABASE IF NOT EXISTS oximeter (stage: Complete) | ||
| 303 | 2024.12.20 22:26:04.942580 [ 260 ] {1d35231e-e1f7-42f6-9c56-1521c82e7438} <Trace> ContextAccess (default): Access granted: CREATE DATABASE ON oximeter.* | ||
| 304 | 2024.12.20 22:26:04.943921 [ 260 ] {1d35231e-e1f7-42f6-9c56-1521c82e7438} <Information> DatabaseAtomic (oximeter): Metadata processed, database oximeter has 0 tables and 0 dictionaries in total. | ||
| 305 | 2024.12.20 22:26:04.943958 [ 260 ] {1d35231e-e1f7-42f6-9c56-1521c82e7438} <Information> TablesLoader: Parsed metadata of 0 tables in 1 databases in 6.9341e-05 sec | ||
| 306 | 2024.12.20 22:26:04.943974 [ 260 ] {1d35231e-e1f7-42f6-9c56-1521c82e7438} <Trace> ReferentialDeps: No tables | ||
| 307 | 2024.12.20 22:26:04.943985 [ 260 ] {1d35231e-e1f7-42f6-9c56-1521c82e7438} <Trace> LoadingDeps: No tables | ||
| 308 | 2024.12.20 22:26:04.944019 [ 260 ] {1d35231e-e1f7-42f6-9c56-1521c82e7438} <Information> DatabaseAtomic (oximeter): Starting up tables. | ||
| 309 | 2024.12.20 22:26:04.944072 [ 260 ] {1d35231e-e1f7-42f6-9c56-1521c82e7438} <Debug> TCPHandler: Processed in 0.001831901 sec. | ||
| 310 | 2024.12.20 22:26:04.944238 [ 258 ] {} <Trace> TCP-Session: ffa14e40-21f2-486f-9e00-52c5fc0ffcfe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 311 | 2024.12.20 22:26:04.944425 [ 258 ] {f8c0cb99-5953-4f10-8ff3-54b11142e9cf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59387) /* The version table contains metadata about the `oximeter` database */ | ||
| 312 | CREATE TABLE IF NOT EXISTS oximeter.version ( value UInt64, timestamp DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (value, timestamp) (stage: Complete) | ||
| 313 | 2024.12.20 22:26:04.944486 [ 258 ] {f8c0cb99-5953-4f10-8ff3-54b11142e9cf} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.version | ||
| 314 | 2024.12.20 22:26:04.952043 [ 258 ] {f8c0cb99-5953-4f10-8ff3-54b11142e9cf} <Trace> StoragePolicy (default): Storage policy default created, total volumes 1 | ||
| 315 | 2024.12.20 22:26:04.953313 [ 258 ] {f8c0cb99-5953-4f10-8ff3-54b11142e9cf} <Debug> oximeter.version (a2065920-774e-4382-9375-b45742985567): Loading data parts | ||
| 316 | 2024.12.20 22:26:04.953813 [ 258 ] {f8c0cb99-5953-4f10-8ff3-54b11142e9cf} <Debug> oximeter.version (a2065920-774e-4382-9375-b45742985567): There are no data parts | ||
| 317 | 2024.12.20 22:26:04.956325 [ 258 ] {f8c0cb99-5953-4f10-8ff3-54b11142e9cf} <Debug> TCPHandler: Processed in 0.012141276 sec. | ||
| 318 | 2024.12.20 22:26:04.956545 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 319 | 2024.12.20 22:26:04.956770 [ 260 ] {04ca5440-aa57-4cb8-9bf2-b4fb1727caf9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) /* The measurement tables contain all individual samples from each timeseries. | ||
| 320 | * | ||
| 321 | * Each table stores a single datum type, and otherwise contains nearly the same | ||
| 322 | * structure. The primary sorting key is on the timeseries name, key, and then | ||
| 323 | * timestamp, so that all timeseries from the same schema are grouped, followed | ||
| 324 | * by all samples from the same timeseries. | ||
| 325 | * | ||
| 326 | * This reflects that one usually looks up the _key_ in one or more field table, | ||
| 327 | * and then uses that to index quickly into the measurements tables. | ||
| 328 | */ | ||
| 329 | 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) | ||
| 330 | 2024.12.20 22:26:04.956856 [ 260 ] {04ca5440-aa57-4cb8-9bf2-b4fb1727caf9} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bool | ||
| 331 | 2024.12.20 22:26:04.956977 [ 268 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:52345 | ||
| 332 | 2024.12.20 22:26:04.958094 [ 268 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 333 | 2024.12.20 22:26:04.958133 [ 268 ] {} <Debug> TCP-Session: 8c877b92-c42a-42ee-9ca2-65c6bbf4d2e6 Authenticating user 'default' from [fd00:1122:3344:101::e]:52345 | ||
| 334 | 2024.12.20 22:26:04.958181 [ 268 ] {} <Debug> TCP-Session: 8c877b92-c42a-42ee-9ca2-65c6bbf4d2e6 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 335 | 2024.12.20 22:26:04.958210 [ 268 ] {} <Debug> TCP-Session: 8c877b92-c42a-42ee-9ca2-65c6bbf4d2e6 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 336 | 2024.12.20 22:26:04.958333 [ 268 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 337 | 2024.12.20 22:26:04.958407 [ 268 ] {} <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 | ||
| 338 | 2024.12.20 22:26:04.958477 [ 268 ] {} <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 | ||
| 339 | 2024.12.20 22:26:04.959617 [ 269 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:61485 | ||
| 340 | 2024.12.20 22:26:04.960716 [ 269 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 341 | 2024.12.20 22:26:04.960759 [ 270 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37629 | ||
| 342 | 2024.12.20 22:26:04.960791 [ 269 ] {} <Debug> TCP-Session: e07f7257-11b9-433d-9f67-b51fb0d6f864 Authenticating user 'default' from [fd00:1122:3344:101::e]:61485 | ||
| 343 | 2024.12.20 22:26:04.960931 [ 271 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:36192 | ||
| 344 | 2024.12.20 22:26:04.961026 [ 270 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 345 | 2024.12.20 22:26:04.961176 [ 272 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:37326 | ||
| 346 | 2024.12.20 22:26:04.961032 [ 269 ] {} <Debug> TCP-Session: e07f7257-11b9-433d-9f67-b51fb0d6f864 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 347 | 2024.12.20 22:26:04.961209 [ 271 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 348 | 2024.12.20 22:26:04.961260 [ 270 ] {} <Debug> TCP-Session: 0bc03e5b-0c56-4dad-ae44-ef808f27c010 Authenticating user 'default' from [fd00:1122:3344:101::e]:37629 | ||
| 349 | 2024.12.20 22:26:04.961967 [ 269 ] {} <Debug> TCP-Session: e07f7257-11b9-433d-9f67-b51fb0d6f864 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 350 | 2024.12.20 22:26:04.962040 [ 272 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 351 | 2024.12.20 22:26:04.962048 [ 273 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:42686 | ||
| 352 | 2024.12.20 22:26:04.962065 [ 270 ] {} <Debug> TCP-Session: 0bc03e5b-0c56-4dad-ae44-ef808f27c010 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 353 | 2024.12.20 22:26:04.962166 [ 271 ] {} <Debug> TCP-Session: 2ff95be0-8a5e-42be-b645-d715b3f1a473 Authenticating user 'default' from [fd00:1122:3344:101::e]:36192 | ||
| 354 | 2024.12.20 22:26:04.962178 [ 272 ] {} <Debug> TCP-Session: 146816ce-563b-41b6-99ee-1545b6f68c26 Authenticating user 'default' from [fd00:1122:3344:101::e]:37326 | ||
| 355 | 2024.12.20 22:26:04.962219 [ 274 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:54537 | ||
| 356 | 2024.12.20 22:26:04.962366 [ 270 ] {} <Debug> TCP-Session: 0bc03e5b-0c56-4dad-ae44-ef808f27c010 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 357 | 2024.12.20 22:26:04.962379 [ 273 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 358 | 2024.12.20 22:26:04.962388 [ 271 ] {} <Debug> TCP-Session: 2ff95be0-8a5e-42be-b645-d715b3f1a473 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 359 | 2024.12.20 22:26:04.962409 [ 272 ] {} <Debug> TCP-Session: 146816ce-563b-41b6-99ee-1545b6f68c26 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 360 | 2024.12.20 22:26:04.963548 [ 272 ] {} <Debug> TCP-Session: 146816ce-563b-41b6-99ee-1545b6f68c26 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 361 | 2024.12.20 22:26:04.963583 [ 274 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 362 | 2024.12.20 22:26:04.963613 [ 273 ] {} <Debug> TCP-Session: de0ceb10-5193-42f5-86cb-84de82bb041c Authenticating user 'default' from [fd00:1122:3344:101::e]:42686 | ||
| 363 | 2024.12.20 22:26:04.964164 [ 271 ] {} <Debug> TCP-Session: 2ff95be0-8a5e-42be-b645-d715b3f1a473 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 364 | 2024.12.20 22:26:04.964779 [ 275 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::e]:65201 | ||
| 365 | 2024.12.20 22:26:04.964223 [ 273 ] {} <Debug> TCP-Session: de0ceb10-5193-42f5-86cb-84de82bb041c Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 366 | 2024.12.20 22:26:04.964814 [ 274 ] {} <Debug> TCP-Session: cc52c7c9-50e1-413a-ad84-7bcd167da326 Authenticating user 'default' from [fd00:1122:3344:101::e]:54537 | ||
| 367 | 2024.12.20 22:26:04.964853 [ 273 ] {} <Debug> TCP-Session: de0ceb10-5193-42f5-86cb-84de82bb041c Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 368 | 2024.12.20 22:26:04.965394 [ 274 ] {} <Debug> TCP-Session: cc52c7c9-50e1-413a-ad84-7bcd167da326 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 369 | 2024.12.20 22:26:04.965396 [ 275 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 370 | 2024.12.20 22:26:04.965537 [ 274 ] {} <Debug> TCP-Session: cc52c7c9-50e1-413a-ad84-7bcd167da326 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 371 | 2024.12.20 22:26:04.965541 [ 275 ] {} <Debug> TCP-Session: 4ad9c64e-0ee7-4195-914a-4f829791eeb0 Authenticating user 'default' from [fd00:1122:3344:101::e]:65201 | ||
| 372 | 2024.12.20 22:26:04.965678 [ 275 ] {} <Debug> TCP-Session: 4ad9c64e-0ee7-4195-914a-4f829791eeb0 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 373 | 2024.12.20 22:26:04.965753 [ 275 ] {} <Debug> TCP-Session: 4ad9c64e-0ee7-4195-914a-4f829791eeb0 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 374 | 2024.12.20 22:26:04.967166 [ 260 ] {04ca5440-aa57-4cb8-9bf2-b4fb1727caf9} <Debug> oximeter.measurements_bool (902c9248-495c-4a1f-8676-b52592dc679b): Loading data parts | ||
| 375 | 2024.12.20 22:26:04.967425 [ 260 ] {04ca5440-aa57-4cb8-9bf2-b4fb1727caf9} <Debug> oximeter.measurements_bool (902c9248-495c-4a1f-8676-b52592dc679b): There are no data parts | ||
| 376 | 2024.12.20 22:26:04.968790 [ 260 ] {04ca5440-aa57-4cb8-9bf2-b4fb1727caf9} <Debug> TCPHandler: Processed in 0.01230871 sec. | ||
| 377 | 2024.12.20 22:26:04.968986 [ 258 ] {} <Trace> TCP-Session: ffa14e40-21f2-486f-9e00-52c5fc0ffcfe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 378 | 2024.12.20 22:26:04.969241 [ 258 ] {644bff95-bfd3-4355-b546-23e3941dbffd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59387) CREATE TABLE IF NOT EXISTS oximeter.measurements_i8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 379 | 2024.12.20 22:26:04.969325 [ 258 ] {644bff95-bfd3-4355-b546-23e3941dbffd} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i8 | ||
| 380 | 2024.12.20 22:26:04.971415 [ 258 ] {644bff95-bfd3-4355-b546-23e3941dbffd} <Debug> oximeter.measurements_i8 (e97f6f81-0856-418f-89ab-a3e77966de46): Loading data parts | ||
| 381 | 2024.12.20 22:26:04.971587 [ 258 ] {644bff95-bfd3-4355-b546-23e3941dbffd} <Debug> oximeter.measurements_i8 (e97f6f81-0856-418f-89ab-a3e77966de46): There are no data parts | ||
| 382 | 2024.12.20 22:26:04.972860 [ 258 ] {644bff95-bfd3-4355-b546-23e3941dbffd} <Debug> TCPHandler: Processed in 0.003940439 sec. | ||
| 383 | 2024.12.20 22:26:04.973047 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 384 | 2024.12.20 22:26:04.973284 [ 260 ] {8b6cb4f6-386d-4455-9c57-ef829a61d8fa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) CREATE TABLE IF NOT EXISTS oximeter.measurements_u8 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 385 | 2024.12.20 22:26:04.973345 [ 260 ] {8b6cb4f6-386d-4455-9c57-ef829a61d8fa} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u8 | ||
| 386 | 2024.12.20 22:26:04.975204 [ 260 ] {8b6cb4f6-386d-4455-9c57-ef829a61d8fa} <Debug> oximeter.measurements_u8 (cb1cf137-361a-4b56-a320-c2455ebb66bc): Loading data parts | ||
| 387 | 2024.12.20 22:26:04.975385 [ 260 ] {8b6cb4f6-386d-4455-9c57-ef829a61d8fa} <Debug> oximeter.measurements_u8 (cb1cf137-361a-4b56-a320-c2455ebb66bc): There are no data parts | ||
| 388 | 2024.12.20 22:26:04.976712 [ 260 ] {8b6cb4f6-386d-4455-9c57-ef829a61d8fa} <Debug> TCPHandler: Processed in 0.003723173 sec. | ||
| 389 | 2024.12.20 22:26:04.976897 [ 258 ] {} <Trace> TCP-Session: ffa14e40-21f2-486f-9e00-52c5fc0ffcfe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 390 | 2024.12.20 22:26:04.977102 [ 258 ] {3a5e35ec-df23-467f-8f0c-4ea03acac838} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59387) CREATE TABLE IF NOT EXISTS oximeter.measurements_i16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 391 | 2024.12.20 22:26:04.977171 [ 258 ] {3a5e35ec-df23-467f-8f0c-4ea03acac838} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i16 | ||
| 392 | 2024.12.20 22:26:04.979015 [ 258 ] {3a5e35ec-df23-467f-8f0c-4ea03acac838} <Debug> oximeter.measurements_i16 (6588417f-ae79-4067-aa52-106ee3069c26): Loading data parts | ||
| 393 | 2024.12.20 22:26:04.979165 [ 258 ] {3a5e35ec-df23-467f-8f0c-4ea03acac838} <Debug> oximeter.measurements_i16 (6588417f-ae79-4067-aa52-106ee3069c26): There are no data parts | ||
| 394 | 2024.12.20 22:26:04.980420 [ 258 ] {3a5e35ec-df23-467f-8f0c-4ea03acac838} <Debug> TCPHandler: Processed in 0.003579778 sec. | ||
| 395 | 2024.12.20 22:26:04.980604 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 396 | 2024.12.20 22:26:04.980836 [ 260 ] {ec6112a8-81db-4d22-ad60-5f9d54bb9a0c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) CREATE TABLE IF NOT EXISTS oximeter.measurements_u16 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt16) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 397 | 2024.12.20 22:26:04.980898 [ 260 ] {ec6112a8-81db-4d22-ad60-5f9d54bb9a0c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u16 | ||
| 398 | 2024.12.20 22:26:04.982798 [ 260 ] {ec6112a8-81db-4d22-ad60-5f9d54bb9a0c} <Debug> oximeter.measurements_u16 (393bf312-10c1-4f1a-8e17-747cee1ffd13): Loading data parts | ||
| 399 | 2024.12.20 22:26:04.982956 [ 260 ] {ec6112a8-81db-4d22-ad60-5f9d54bb9a0c} <Debug> oximeter.measurements_u16 (393bf312-10c1-4f1a-8e17-747cee1ffd13): There are no data parts | ||
| 400 | 2024.12.20 22:26:04.984225 [ 260 ] {ec6112a8-81db-4d22-ad60-5f9d54bb9a0c} <Debug> TCPHandler: Processed in 0.003678461 sec. | ||
| 401 | 2024.12.20 22:26:04.984405 [ 258 ] {} <Trace> TCP-Session: ffa14e40-21f2-486f-9e00-52c5fc0ffcfe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 402 | 2024.12.20 22:26:04.984614 [ 258 ] {dcc54e7d-f9bb-449a-b3ec-d30a0a7038bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59387) CREATE TABLE IF NOT EXISTS oximeter.measurements_i32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 403 | 2024.12.20 22:26:04.984692 [ 258 ] {dcc54e7d-f9bb-449a-b3ec-d30a0a7038bb} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i32 | ||
| 404 | 2024.12.20 22:26:04.986564 [ 258 ] {dcc54e7d-f9bb-449a-b3ec-d30a0a7038bb} <Debug> oximeter.measurements_i32 (8cbedd83-0946-46ee-8065-2bf220aaaeac): Loading data parts | ||
| 405 | 2024.12.20 22:26:04.986731 [ 258 ] {dcc54e7d-f9bb-449a-b3ec-d30a0a7038bb} <Debug> oximeter.measurements_i32 (8cbedd83-0946-46ee-8065-2bf220aaaeac): There are no data parts | ||
| 406 | 2024.12.20 22:26:04.987993 [ 258 ] {dcc54e7d-f9bb-449a-b3ec-d30a0a7038bb} <Debug> TCPHandler: Processed in 0.003645601 sec. | ||
| 407 | 2024.12.20 22:26:04.988195 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 408 | 2024.12.20 22:26:04.988427 [ 260 ] {fd0a965d-221e-44f3-a720-9f66085d1699} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) CREATE TABLE IF NOT EXISTS oximeter.measurements_u32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 409 | 2024.12.20 22:26:04.988488 [ 260 ] {fd0a965d-221e-44f3-a720-9f66085d1699} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u32 | ||
| 410 | 2024.12.20 22:26:04.990282 [ 260 ] {fd0a965d-221e-44f3-a720-9f66085d1699} <Debug> oximeter.measurements_u32 (38b8e159-c5cb-48b0-86f7-411295a5d6e9): Loading data parts | ||
| 411 | 2024.12.20 22:26:04.990436 [ 260 ] {fd0a965d-221e-44f3-a720-9f66085d1699} <Debug> oximeter.measurements_u32 (38b8e159-c5cb-48b0-86f7-411295a5d6e9): There are no data parts | ||
| 412 | 2024.12.20 22:26:04.991694 [ 260 ] {fd0a965d-221e-44f3-a720-9f66085d1699} <Debug> TCPHandler: Processed in 0.003567069 sec. | ||
| 413 | 2024.12.20 22:26:04.991885 [ 258 ] {} <Trace> TCP-Session: ffa14e40-21f2-486f-9e00-52c5fc0ffcfe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 414 | 2024.12.20 22:26:04.992135 [ 258 ] {f7c4ef4c-87c2-4ca3-a0c9-f3f115cabdf2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59387) CREATE TABLE IF NOT EXISTS oximeter.measurements_i64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Int64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 415 | 2024.12.20 22:26:04.992223 [ 258 ] {f7c4ef4c-87c2-4ca3-a0c9-f3f115cabdf2} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_i64 | ||
| 416 | 2024.12.20 22:26:04.994096 [ 258 ] {f7c4ef4c-87c2-4ca3-a0c9-f3f115cabdf2} <Debug> oximeter.measurements_i64 (f665bdae-765c-4cf0-8238-54cebdd50a49): Loading data parts | ||
| 417 | 2024.12.20 22:26:04.994273 [ 258 ] {f7c4ef4c-87c2-4ca3-a0c9-f3f115cabdf2} <Debug> oximeter.measurements_i64 (f665bdae-765c-4cf0-8238-54cebdd50a49): There are no data parts | ||
| 418 | 2024.12.20 22:26:04.995600 [ 258 ] {f7c4ef4c-87c2-4ca3-a0c9-f3f115cabdf2} <Debug> TCPHandler: Processed in 0.003781654 sec. | ||
| 419 | 2024.12.20 22:26:04.995797 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 420 | 2024.12.20 22:26:04.996030 [ 260 ] {4be2eb3e-55f2-4e8a-acbb-3ee68064702c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) CREATE TABLE IF NOT EXISTS oximeter.measurements_u64 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(UInt64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 421 | 2024.12.20 22:26:04.996094 [ 260 ] {4be2eb3e-55f2-4e8a-acbb-3ee68064702c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_u64 | ||
| 422 | 2024.12.20 22:26:04.997971 [ 260 ] {4be2eb3e-55f2-4e8a-acbb-3ee68064702c} <Debug> oximeter.measurements_u64 (b5f8915a-997f-4944-a48b-a878169c21e0): Loading data parts | ||
| 423 | 2024.12.20 22:26:04.998146 [ 260 ] {4be2eb3e-55f2-4e8a-acbb-3ee68064702c} <Debug> oximeter.measurements_u64 (b5f8915a-997f-4944-a48b-a878169c21e0): There are no data parts | ||
| 424 | 2024.12.20 22:26:04.999411 [ 260 ] {4be2eb3e-55f2-4e8a-acbb-3ee68064702c} <Debug> TCPHandler: Processed in 0.003670512 sec. | ||
| 425 | 2024.12.20 22:26:04.999587 [ 258 ] {} <Trace> TCP-Session: ffa14e40-21f2-486f-9e00-52c5fc0ffcfe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 426 | 2024.12.20 22:26:04.999795 [ 258 ] {2f14fa8e-7e72-4617-af7f-f5c4d96e0fdd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59387) CREATE TABLE IF NOT EXISTS oximeter.measurements_f32 ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 427 | 2024.12.20 22:26:04.999876 [ 258 ] {2f14fa8e-7e72-4617-af7f-f5c4d96e0fdd} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f32 | ||
| 428 | 2024.12.20 22:26:05.000166 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 122.12 MiB, peak 122.12 MiB, free memory in arenas 0.00 B, will set to 134.18 MiB (RSS), difference: 12.06 MiB | ||
| 429 | 2024.12.20 22:26:05.002315 [ 258 ] {2f14fa8e-7e72-4617-af7f-f5c4d96e0fdd} <Debug> oximeter.measurements_f32 (0044f98b-de00-4a2b-b807-19154b1eb50c): Loading data parts | ||
| 430 | 2024.12.20 22:26:05.002485 [ 258 ] {2f14fa8e-7e72-4617-af7f-f5c4d96e0fdd} <Debug> oximeter.measurements_f32 (0044f98b-de00-4a2b-b807-19154b1eb50c): There are no data parts | ||
| 431 | 2024.12.20 22:26:05.003792 [ 258 ] {2f14fa8e-7e72-4617-af7f-f5c4d96e0fdd} <Debug> TCPHandler: Processed in 0.004263747 sec. | ||
| 432 | 2024.12.20 22:26:05.004001 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 433 | 2024.12.20 22:26:05.004213 [ 260 ] {55c727f0-48e4-4c2a-82da-15525bc6c7a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) 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) | ||
| 434 | 2024.12.20 22:26:05.004288 [ 260 ] {55c727f0-48e4-4c2a-82da-15525bc6c7a7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_f64 | ||
| 435 | 2024.12.20 22:26:05.006094 [ 260 ] {55c727f0-48e4-4c2a-82da-15525bc6c7a7} <Debug> oximeter.measurements_f64 (24a8fd20-3063-40e7-bd7e-0a899ffef70a): Loading data parts | ||
| 436 | 2024.12.20 22:26:05.006286 [ 260 ] {55c727f0-48e4-4c2a-82da-15525bc6c7a7} <Debug> oximeter.measurements_f64 (24a8fd20-3063-40e7-bd7e-0a899ffef70a): There are no data parts | ||
| 437 | 2024.12.20 22:26:05.007587 [ 260 ] {55c727f0-48e4-4c2a-82da-15525bc6c7a7} <Debug> TCPHandler: Processed in 0.00364566 sec. | ||
| 438 | 2024.12.20 22:26:05.007773 [ 258 ] {} <Trace> TCP-Session: ffa14e40-21f2-486f-9e00-52c5fc0ffcfe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 439 | 2024.12.20 22:26:05.008015 [ 258 ] {0bb65ed9-b0b8-4f2d-b79f-a03e52315db5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59387) 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) | ||
| 440 | 2024.12.20 22:26:05.008084 [ 258 ] {0bb65ed9-b0b8-4f2d-b79f-a03e52315db5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_string | ||
| 441 | 2024.12.20 22:26:05.009936 [ 258 ] {0bb65ed9-b0b8-4f2d-b79f-a03e52315db5} <Debug> oximeter.measurements_string (d9daad58-a24d-4aef-a931-feaa34f4c600): Loading data parts | ||
| 442 | 2024.12.20 22:26:05.010102 [ 258 ] {0bb65ed9-b0b8-4f2d-b79f-a03e52315db5} <Debug> oximeter.measurements_string (d9daad58-a24d-4aef-a931-feaa34f4c600): There are no data parts | ||
| 443 | 2024.12.20 22:26:05.011429 [ 258 ] {0bb65ed9-b0b8-4f2d-b79f-a03e52315db5} <Debug> TCPHandler: Processed in 0.003711872 sec. | ||
| 444 | 2024.12.20 22:26:05.011627 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 445 | 2024.12.20 22:26:05.011835 [ 260 ] {531723e6-69f6-4795-af1b-eee9d8e9511f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) CREATE TABLE IF NOT EXISTS oximeter.measurements_bytes ( timeseries_name String, timeseries_key UInt64, timestamp DateTime64(9, 'UTC'), /* | ||
| 446 | * NOTE: Right now we can't unambiguously record a nullable byte array. | ||
| 447 | * Arrays cannot be nested in `Nullable()` types, and encoding the array as | ||
| 448 | * a string isn't palatable for a few reasons. | ||
| 449 | * See: https://github.com/oxidecomputer/omicron/issues/4551 for more | ||
| 450 | * details. | ||
| 451 | */ | ||
| 452 | datum Array(UInt8) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 453 | 2024.12.20 22:26:05.011911 [ 260 ] {531723e6-69f6-4795-af1b-eee9d8e9511f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_bytes | ||
| 454 | 2024.12.20 22:26:05.013788 [ 260 ] {531723e6-69f6-4795-af1b-eee9d8e9511f} <Debug> oximeter.measurements_bytes (f11daf7d-ef67-41c9-8c4f-bc68a20c77b8): Loading data parts | ||
| 455 | 2024.12.20 22:26:05.013959 [ 260 ] {531723e6-69f6-4795-af1b-eee9d8e9511f} <Debug> oximeter.measurements_bytes (f11daf7d-ef67-41c9-8c4f-bc68a20c77b8): There are no data parts | ||
| 456 | 2024.12.20 22:26:05.015229 [ 260 ] {531723e6-69f6-4795-af1b-eee9d8e9511f} <Debug> TCPHandler: Processed in 0.003657311 sec. | ||
| 457 | 2024.12.20 22:26:05.015412 [ 258 ] {} <Trace> TCP-Session: ffa14e40-21f2-486f-9e00-52c5fc0ffcfe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 458 | 2024.12.20 22:26:05.015628 [ 258 ] {d0fc248e-be97-481c-9f17-4378b0452684} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59387) 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) | ||
| 459 | 2024.12.20 22:26:05.015710 [ 258 ] {d0fc248e-be97-481c-9f17-4378b0452684} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativei64 | ||
| 460 | 2024.12.20 22:26:05.017643 [ 258 ] {d0fc248e-be97-481c-9f17-4378b0452684} <Debug> oximeter.measurements_cumulativei64 (39b61c94-2634-4ddf-98f5-51c24ab75a31): Loading data parts | ||
| 461 | 2024.12.20 22:26:05.017820 [ 258 ] {d0fc248e-be97-481c-9f17-4378b0452684} <Debug> oximeter.measurements_cumulativei64 (39b61c94-2634-4ddf-98f5-51c24ab75a31): There are no data parts | ||
| 462 | 2024.12.20 22:26:05.019440 [ 258 ] {d0fc248e-be97-481c-9f17-4378b0452684} <Debug> TCPHandler: Processed in 0.004084622 sec. | ||
| 463 | 2024.12.20 22:26:05.019667 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 464 | 2024.12.20 22:26:05.019928 [ 260 ] {6af850ca-c573-48b5-bed5-3e48ba3c16ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) 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) | ||
| 465 | 2024.12.20 22:26:05.020016 [ 260 ] {6af850ca-c573-48b5-bed5-3e48ba3c16ff} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativeu64 | ||
| 466 | 2024.12.20 22:26:05.022237 [ 260 ] {6af850ca-c573-48b5-bed5-3e48ba3c16ff} <Debug> oximeter.measurements_cumulativeu64 (2e833ed7-efb3-49ee-873b-fe7dc1d5762e): Loading data parts | ||
| 467 | 2024.12.20 22:26:05.022432 [ 260 ] {6af850ca-c573-48b5-bed5-3e48ba3c16ff} <Debug> oximeter.measurements_cumulativeu64 (2e833ed7-efb3-49ee-873b-fe7dc1d5762e): There are no data parts | ||
| 468 | 2024.12.20 22:26:05.024047 [ 260 ] {6af850ca-c573-48b5-bed5-3e48ba3c16ff} <Debug> TCPHandler: Processed in 0.004445193 sec. | ||
| 469 | 2024.12.20 22:26:05.024248 [ 258 ] {} <Trace> TCP-Session: ffa14e40-21f2-486f-9e00-52c5fc0ffcfe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 470 | 2024.12.20 22:26:05.024557 [ 258 ] {13b7d3e8-41d9-4b49-b058-b2ff4e2b2aff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59387) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float32) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 471 | 2024.12.20 22:26:05.024642 [ 258 ] {13b7d3e8-41d9-4b49-b058-b2ff4e2b2aff} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef32 | ||
| 472 | 2024.12.20 22:26:05.026982 [ 258 ] {13b7d3e8-41d9-4b49-b058-b2ff4e2b2aff} <Debug> oximeter.measurements_cumulativef32 (93572481-4efc-4771-8d26-b70d712f92b4): Loading data parts | ||
| 473 | 2024.12.20 22:26:05.027148 [ 258 ] {13b7d3e8-41d9-4b49-b058-b2ff4e2b2aff} <Debug> oximeter.measurements_cumulativef32 (93572481-4efc-4771-8d26-b70d712f92b4): There are no data parts | ||
| 474 | 2024.12.20 22:26:05.028855 [ 258 ] {13b7d3e8-41d9-4b49-b058-b2ff4e2b2aff} <Debug> TCPHandler: Processed in 0.004677739 sec. | ||
| 475 | 2024.12.20 22:26:05.029040 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 476 | 2024.12.20 22:26:05.029258 [ 260 ] {83c5eeba-75b8-4fb8-89d8-c8dc05fa697f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) CREATE TABLE IF NOT EXISTS oximeter.measurements_cumulativef64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), datum Nullable(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 477 | 2024.12.20 22:26:05.029334 [ 260 ] {83c5eeba-75b8-4fb8-89d8-c8dc05fa697f} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_cumulativef64 | ||
| 478 | 2024.12.20 22:26:05.031550 [ 260 ] {83c5eeba-75b8-4fb8-89d8-c8dc05fa697f} <Debug> oximeter.measurements_cumulativef64 (f4163fd4-a14b-45ed-92a0-2384e41bf192): Loading data parts | ||
| 479 | 2024.12.20 22:26:05.031756 [ 260 ] {83c5eeba-75b8-4fb8-89d8-c8dc05fa697f} <Debug> oximeter.measurements_cumulativef64 (f4163fd4-a14b-45ed-92a0-2384e41bf192): There are no data parts | ||
| 480 | 2024.12.20 22:26:05.033397 [ 260 ] {83c5eeba-75b8-4fb8-89d8-c8dc05fa697f} <Debug> TCPHandler: Processed in 0.004414221 sec. | ||
| 481 | 2024.12.20 22:26:05.033598 [ 258 ] {} <Trace> TCP-Session: ffa14e40-21f2-486f-9e00-52c5fc0ffcfe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 482 | 2024.12.20 22:26:05.033920 [ 258 ] {7a5a3d7d-f839-469c-b84f-ef2cc29efeb7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59387) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), /* | ||
| 483 | * NOTE: Array types cannot be Nullable, see | ||
| 484 | * https://clickhouse.com/docs/en/sql-reference/data-types/nullable | ||
| 485 | * for more details. | ||
| 486 | * | ||
| 487 | * This means we need to use empty arrays to indicate a missing value. This | ||
| 488 | * is unfortunate, and at this point relies on the fact that an | ||
| 489 | * `oximeter::Histogram` cannot have zero bins. If that changes, we'll need | ||
| 490 | * to figure out another way to represent missing samples here. | ||
| 491 | */ | ||
| 492 | bins Array(Int8), counts Array(UInt64), min Int8, max Int8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 493 | 2024.12.20 22:26:05.034009 [ 258 ] {7a5a3d7d-f839-469c-b84f-ef2cc29efeb7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami8 | ||
| 494 | 2024.12.20 22:26:05.036478 [ 258 ] {7a5a3d7d-f839-469c-b84f-ef2cc29efeb7} <Debug> oximeter.measurements_histogrami8 (f487e9da-b0bb-4afa-8ee1-232857b44d47): Loading data parts | ||
| 495 | 2024.12.20 22:26:05.036640 [ 258 ] {7a5a3d7d-f839-469c-b84f-ef2cc29efeb7} <Debug> oximeter.measurements_histogrami8 (f487e9da-b0bb-4afa-8ee1-232857b44d47): There are no data parts | ||
| 496 | 2024.12.20 22:26:05.038341 [ 258 ] {7a5a3d7d-f839-469c-b84f-ef2cc29efeb7} <Debug> TCPHandler: Processed in 0.004802572 sec. | ||
| 497 | 2024.12.20 22:26:05.038529 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 498 | 2024.12.20 22:26:05.038826 [ 260 ] {8fc11781-e2f3-43fb-b643-0e111c68a5b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu8 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt8), counts Array(UInt64), min UInt8, max UInt8, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 499 | 2024.12.20 22:26:05.038915 [ 260 ] {8fc11781-e2f3-43fb-b643-0e111c68a5b5} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu8 | ||
| 500 | 2024.12.20 22:26:05.041391 [ 260 ] {8fc11781-e2f3-43fb-b643-0e111c68a5b5} <Debug> oximeter.measurements_histogramu8 (b8998de0-fe59-4219-b9cb-75dfe7bcfb26): Loading data parts | ||
| 501 | 2024.12.20 22:26:05.041571 [ 260 ] {8fc11781-e2f3-43fb-b643-0e111c68a5b5} <Debug> oximeter.measurements_histogramu8 (b8998de0-fe59-4219-b9cb-75dfe7bcfb26): There are no data parts | ||
| 502 | 2024.12.20 22:26:05.043250 [ 260 ] {8fc11781-e2f3-43fb-b643-0e111c68a5b5} <Debug> TCPHandler: Processed in 0.004779912 sec. | ||
| 503 | 2024.12.20 22:26:05.043441 [ 258 ] {} <Trace> TCP-Session: ffa14e40-21f2-486f-9e00-52c5fc0ffcfe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 504 | 2024.12.20 22:26:05.043829 [ 258 ] {caeb08b2-5496-4346-992e-762e74b8aef7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59387) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int16), counts Array(UInt64), min Int16, max Int16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 505 | 2024.12.20 22:26:05.043923 [ 258 ] {caeb08b2-5496-4346-992e-762e74b8aef7} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami16 | ||
| 506 | 2024.12.20 22:26:05.046431 [ 258 ] {caeb08b2-5496-4346-992e-762e74b8aef7} <Debug> oximeter.measurements_histogrami16 (520d4a93-408e-450d-86eb-ff1a8e98af77): Loading data parts | ||
| 507 | 2024.12.20 22:26:05.046589 [ 258 ] {caeb08b2-5496-4346-992e-762e74b8aef7} <Debug> oximeter.measurements_histogrami16 (520d4a93-408e-450d-86eb-ff1a8e98af77): There are no data parts | ||
| 508 | 2024.12.20 22:26:05.048267 [ 258 ] {caeb08b2-5496-4346-992e-762e74b8aef7} <Debug> TCPHandler: Processed in 0.004891895 sec. | ||
| 509 | 2024.12.20 22:26:05.048454 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 510 | 2024.12.20 22:26:05.048810 [ 260 ] {90297f88-49e2-419a-a766-414eaffc59ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu16 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt16), counts Array(UInt64), min UInt16, max UInt16, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 511 | 2024.12.20 22:26:05.048913 [ 260 ] {90297f88-49e2-419a-a766-414eaffc59ec} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu16 | ||
| 512 | 2024.12.20 22:26:05.051407 [ 260 ] {90297f88-49e2-419a-a766-414eaffc59ec} <Debug> oximeter.measurements_histogramu16 (a20640c3-18d8-4b9c-91bb-9e9c25f82a31): Loading data parts | ||
| 513 | 2024.12.20 22:26:05.051578 [ 260 ] {90297f88-49e2-419a-a766-414eaffc59ec} <Debug> oximeter.measurements_histogramu16 (a20640c3-18d8-4b9c-91bb-9e9c25f82a31): There are no data parts | ||
| 514 | 2024.12.20 22:26:05.053239 [ 260 ] {90297f88-49e2-419a-a766-414eaffc59ec} <Debug> TCPHandler: Processed in 0.004853254 sec. | ||
| 515 | 2024.12.20 22:26:05.053424 [ 258 ] {} <Trace> TCP-Session: ffa14e40-21f2-486f-9e00-52c5fc0ffcfe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 516 | 2024.12.20 22:26:05.053820 [ 258 ] {be12b33f-7146-4933-aacb-df0041567575} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59387) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int32), counts Array(UInt64), min Int32, max Int32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 517 | 2024.12.20 22:26:05.053916 [ 258 ] {be12b33f-7146-4933-aacb-df0041567575} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami32 | ||
| 518 | 2024.12.20 22:26:05.056439 [ 258 ] {be12b33f-7146-4933-aacb-df0041567575} <Debug> oximeter.measurements_histogrami32 (eb53432e-9c26-406c-86cf-4270c23de543): Loading data parts | ||
| 519 | 2024.12.20 22:26:05.056594 [ 258 ] {be12b33f-7146-4933-aacb-df0041567575} <Debug> oximeter.measurements_histogrami32 (eb53432e-9c26-406c-86cf-4270c23de543): There are no data parts | ||
| 520 | 2024.12.20 22:26:05.057960 [ 258 ] {be12b33f-7146-4933-aacb-df0041567575} <Debug> TCPHandler: Processed in 0.004602757 sec. | ||
| 521 | 2024.12.20 22:26:05.058137 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 522 | 2024.12.20 22:26:05.058437 [ 260 ] {05c010d5-60af-4134-afd5-7567c32acd4c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt32), counts Array(UInt64), min UInt32, max UInt32, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 523 | 2024.12.20 22:26:05.058526 [ 260 ] {05c010d5-60af-4134-afd5-7567c32acd4c} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu32 | ||
| 524 | 2024.12.20 22:26:05.060624 [ 260 ] {05c010d5-60af-4134-afd5-7567c32acd4c} <Debug> oximeter.measurements_histogramu32 (bffb5d6a-d3ce-47a6-8bc8-f623c88552d1): Loading data parts | ||
| 525 | 2024.12.20 22:26:05.060793 [ 260 ] {05c010d5-60af-4134-afd5-7567c32acd4c} <Debug> oximeter.measurements_histogramu32 (bffb5d6a-d3ce-47a6-8bc8-f623c88552d1): There are no data parts | ||
| 526 | 2024.12.20 22:26:05.062088 [ 260 ] {05c010d5-60af-4134-afd5-7567c32acd4c} <Debug> TCPHandler: Processed in 0.0040112 sec. | ||
| 527 | 2024.12.20 22:26:05.062289 [ 258 ] {} <Trace> TCP-Session: ffa14e40-21f2-486f-9e00-52c5fc0ffcfe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 528 | 2024.12.20 22:26:05.062636 [ 258 ] {0ada8388-9911-4d10-b018-0600f0f34a38} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59387) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogrami64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Int64), counts Array(UInt64), min Int64, max Int64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 529 | 2024.12.20 22:26:05.062717 [ 258 ] {0ada8388-9911-4d10-b018-0600f0f34a38} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogrami64 | ||
| 530 | 2024.12.20 22:26:05.064858 [ 258 ] {0ada8388-9911-4d10-b018-0600f0f34a38} <Debug> oximeter.measurements_histogrami64 (d28d66b4-f3dc-4b64-9a44-46113d669738): Loading data parts | ||
| 531 | 2024.12.20 22:26:05.065016 [ 258 ] {0ada8388-9911-4d10-b018-0600f0f34a38} <Debug> oximeter.measurements_histogrami64 (d28d66b4-f3dc-4b64-9a44-46113d669738): There are no data parts | ||
| 532 | 2024.12.20 22:26:05.066417 [ 258 ] {0ada8388-9911-4d10-b018-0600f0f34a38} <Debug> TCPHandler: Processed in 0.004188346 sec. | ||
| 533 | 2024.12.20 22:26:05.066605 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 534 | 2024.12.20 22:26:05.066899 [ 260 ] {09996ce3-043d-4857-a681-551cb28d855d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramu64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(UInt64), counts Array(UInt64), min UInt64, max UInt64, sum_of_samples Int64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 535 | 2024.12.20 22:26:05.066987 [ 260 ] {09996ce3-043d-4857-a681-551cb28d855d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramu64 | ||
| 536 | 2024.12.20 22:26:05.069081 [ 260 ] {09996ce3-043d-4857-a681-551cb28d855d} <Debug> oximeter.measurements_histogramu64 (cfe0444f-6b19-4855-b696-cc295685d98f): Loading data parts | ||
| 537 | 2024.12.20 22:26:05.069257 [ 260 ] {09996ce3-043d-4857-a681-551cb28d855d} <Debug> oximeter.measurements_histogramu64 (cfe0444f-6b19-4855-b696-cc295685d98f): There are no data parts | ||
| 538 | 2024.12.20 22:26:05.070550 [ 260 ] {09996ce3-043d-4857-a681-551cb28d855d} <Debug> TCPHandler: Processed in 0.004002391 sec. | ||
| 539 | 2024.12.20 22:26:05.070733 [ 258 ] {} <Trace> TCP-Session: ffa14e40-21f2-486f-9e00-52c5fc0ffcfe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 540 | 2024.12.20 22:26:05.071067 [ 258 ] {3fba1802-5a0e-4038-aae0-cc1987e91ec1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59387) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf32 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float32), counts Array(UInt64), min Float32, max Float32, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 541 | 2024.12.20 22:26:05.071150 [ 258 ] {3fba1802-5a0e-4038-aae0-cc1987e91ec1} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf32 | ||
| 542 | 2024.12.20 22:26:05.073264 [ 258 ] {3fba1802-5a0e-4038-aae0-cc1987e91ec1} <Debug> oximeter.measurements_histogramf32 (6e7b1c13-8261-477e-8be1-1c3d5d8d5537): Loading data parts | ||
| 543 | 2024.12.20 22:26:05.073427 [ 258 ] {3fba1802-5a0e-4038-aae0-cc1987e91ec1} <Debug> oximeter.measurements_histogramf32 (6e7b1c13-8261-477e-8be1-1c3d5d8d5537): There are no data parts | ||
| 544 | 2024.12.20 22:26:05.074729 [ 258 ] {3fba1802-5a0e-4038-aae0-cc1987e91ec1} <Debug> TCPHandler: Processed in 0.004053842 sec. | ||
| 545 | 2024.12.20 22:26:05.074908 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 546 | 2024.12.20 22:26:05.075203 [ 260 ] {fbfa821e-e8ec-455e-8db9-d6c99839e405} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) CREATE TABLE IF NOT EXISTS oximeter.measurements_histogramf64 ( timeseries_name String, timeseries_key UInt64, start_time DateTime64(9, 'UTC'), timestamp DateTime64(9, 'UTC'), bins Array(Float64), counts Array(UInt64), min Float64, max Float64, sum_of_samples Float64, squared_mean Float64, p50_marker_heights Array(Float64), p50_marker_positions Array(UInt64), p50_desired_marker_positions Array(Float64), p90_marker_heights Array(Float64), p90_marker_positions Array(UInt64), p90_desired_marker_positions Array(Float64), p99_marker_heights Array(Float64), p99_marker_positions Array(UInt64), p99_desired_marker_positions Array(Float64) ) ENGINE = MergeTree() ORDER BY (timeseries_name, timeseries_key, start_time, timestamp) TTL toDateTime(timestamp) + INTERVAL 30 DAY (stage: Complete) | ||
| 547 | 2024.12.20 22:26:05.075293 [ 260 ] {fbfa821e-e8ec-455e-8db9-d6c99839e405} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.measurements_histogramf64 | ||
| 548 | 2024.12.20 22:26:05.077399 [ 260 ] {fbfa821e-e8ec-455e-8db9-d6c99839e405} <Debug> oximeter.measurements_histogramf64 (851eb30b-2e8f-4ae5-924e-e21e5cbcc32e): Loading data parts | ||
| 549 | 2024.12.20 22:26:05.077579 [ 260 ] {fbfa821e-e8ec-455e-8db9-d6c99839e405} <Debug> oximeter.measurements_histogramf64 (851eb30b-2e8f-4ae5-924e-e21e5cbcc32e): There are no data parts | ||
| 550 | 2024.12.20 22:26:05.078902 [ 260 ] {fbfa821e-e8ec-455e-8db9-d6c99839e405} <Debug> TCPHandler: Processed in 0.004051362 sec. | ||
| 551 | 2024.12.20 22:26:05.079085 [ 258 ] {} <Trace> TCP-Session: ffa14e40-21f2-486f-9e00-52c5fc0ffcfe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 552 | 2024.12.20 22:26:05.079337 [ 258 ] {47249c86-13e7-4dd1-82b5-5879e77d9efa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59387) /* The field tables store named dimensions of each timeseries. | ||
| 553 | * | ||
| 554 | * As with the measurement tables, there is one field table for each field data | ||
| 555 | * type. Fields are deduplicated by using the "replacing merge tree", though | ||
| 556 | * this behavior **must not** be relied upon for query correctness. | ||
| 557 | * | ||
| 558 | * The index for the fields differs from the measurements, however. Rows are | ||
| 559 | * sorted by timeseries name, then field name, field value, and finally | ||
| 560 | * timeseries key. This reflects the most common pattern for looking them up: | ||
| 561 | * by field name and possibly value, within a timeseries. The resulting keys are | ||
| 562 | * usually then used to look up measurements. | ||
| 563 | * | ||
| 564 | * NOTE: We may want to consider a secondary index on these tables, sorting by | ||
| 565 | * timeseries name and then key, since it would improve lookups where one | ||
| 566 | * already has the key. Realistically though, these tables are quite small and | ||
| 567 | * so performance benefits will be low in absolute terms. | ||
| 568 | * | ||
| 569 | * TTL: We use a materialized column to expire old field table records. This | ||
| 570 | * column is generated automatically by the database whenever a new row is | ||
| 571 | * inserted. It cannot be inserted directly, nor is it returned in a `SELECT *` | ||
| 572 | * query. Since these tables are `ReplacingMergeTree`s, that means the last | ||
| 573 | * record will remain during a deduplication, which will have the last | ||
| 574 | * timestamp. ClickHouse will then expire old data for us, similar to the | ||
| 575 | * measurement tables. | ||
| 576 | */ | ||
| 577 | CREATE TABLE IF NOT EXISTS oximeter.fields_bool ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Bool, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 578 | 2024.12.20 22:26:05.079415 [ 258 ] {47249c86-13e7-4dd1-82b5-5879e77d9efa} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_bool | ||
| 579 | 2024.12.20 22:26:05.081412 [ 258 ] {47249c86-13e7-4dd1-82b5-5879e77d9efa} <Debug> oximeter.fields_bool (ea44ff6c-7aed-49f8-b662-1a70b713746e): Loading data parts | ||
| 580 | 2024.12.20 22:26:05.081579 [ 258 ] {47249c86-13e7-4dd1-82b5-5879e77d9efa} <Debug> oximeter.fields_bool (ea44ff6c-7aed-49f8-b662-1a70b713746e): There are no data parts | ||
| 581 | 2024.12.20 22:26:05.082884 [ 258 ] {47249c86-13e7-4dd1-82b5-5879e77d9efa} <Debug> TCPHandler: Processed in 0.003860706 sec. | ||
| 582 | 2024.12.20 22:26:05.083124 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 583 | 2024.12.20 22:26:05.083331 [ 260 ] {93e9ba92-8395-44da-80ff-9a01fcbddbe0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) CREATE TABLE IF NOT EXISTS oximeter.fields_i8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 584 | 2024.12.20 22:26:05.083416 [ 260 ] {93e9ba92-8395-44da-80ff-9a01fcbddbe0} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i8 | ||
| 585 | 2024.12.20 22:26:05.085287 [ 260 ] {93e9ba92-8395-44da-80ff-9a01fcbddbe0} <Debug> oximeter.fields_i8 (5376aa6a-f797-4b3d-bb05-39720963dbd9): Loading data parts | ||
| 586 | 2024.12.20 22:26:05.085492 [ 260 ] {93e9ba92-8395-44da-80ff-9a01fcbddbe0} <Debug> oximeter.fields_i8 (5376aa6a-f797-4b3d-bb05-39720963dbd9): There are no data parts | ||
| 587 | 2024.12.20 22:26:05.086704 [ 260 ] {93e9ba92-8395-44da-80ff-9a01fcbddbe0} <Debug> TCPHandler: Processed in 0.003637241 sec. | ||
| 588 | 2024.12.20 22:26:05.086882 [ 258 ] {} <Trace> TCP-Session: ffa14e40-21f2-486f-9e00-52c5fc0ffcfe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 589 | 2024.12.20 22:26:05.087118 [ 258 ] {b2cc7128-7da9-4000-ac44-fd284de98d59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59387) CREATE TABLE IF NOT EXISTS oximeter.fields_u8 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt8, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 590 | 2024.12.20 22:26:05.087174 [ 258 ] {b2cc7128-7da9-4000-ac44-fd284de98d59} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u8 | ||
| 591 | 2024.12.20 22:26:05.089046 [ 258 ] {b2cc7128-7da9-4000-ac44-fd284de98d59} <Debug> oximeter.fields_u8 (bc6d9fff-42ef-4dc9-9b7c-2f27297e3062): Loading data parts | ||
| 592 | 2024.12.20 22:26:05.089204 [ 258 ] {b2cc7128-7da9-4000-ac44-fd284de98d59} <Debug> oximeter.fields_u8 (bc6d9fff-42ef-4dc9-9b7c-2f27297e3062): There are no data parts | ||
| 593 | 2024.12.20 22:26:05.090416 [ 258 ] {b2cc7128-7da9-4000-ac44-fd284de98d59} <Debug> TCPHandler: Processed in 0.003590089 sec. | ||
| 594 | 2024.12.20 22:26:05.090621 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 595 | 2024.12.20 22:26:05.090867 [ 260 ] {8bbd9289-8edd-486d-bfea-e039c9790342} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) CREATE TABLE IF NOT EXISTS oximeter.fields_i16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int16, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 596 | 2024.12.20 22:26:05.090958 [ 260 ] {8bbd9289-8edd-486d-bfea-e039c9790342} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i16 | ||
| 597 | 2024.12.20 22:26:05.092873 [ 260 ] {8bbd9289-8edd-486d-bfea-e039c9790342} <Debug> oximeter.fields_i16 (5ba0350d-977f-4416-8d1f-0415e035e880): Loading data parts | ||
| 598 | 2024.12.20 22:26:05.093048 [ 260 ] {8bbd9289-8edd-486d-bfea-e039c9790342} <Debug> oximeter.fields_i16 (5ba0350d-977f-4416-8d1f-0415e035e880): There are no data parts | ||
| 599 | 2024.12.20 22:26:05.094278 [ 260 ] {8bbd9289-8edd-486d-bfea-e039c9790342} <Debug> TCPHandler: Processed in 0.003724733 sec. | ||
| 600 | 2024.12.20 22:26:05.094454 [ 258 ] {} <Trace> TCP-Session: ffa14e40-21f2-486f-9e00-52c5fc0ffcfe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 601 | 2024.12.20 22:26:05.094692 [ 258 ] {468f4083-3698-45f9-9bd0-e09b37bd8219} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59387) CREATE TABLE IF NOT EXISTS oximeter.fields_u16 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt16, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 602 | 2024.12.20 22:26:05.094756 [ 258 ] {468f4083-3698-45f9-9bd0-e09b37bd8219} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u16 | ||
| 603 | 2024.12.20 22:26:05.096625 [ 258 ] {468f4083-3698-45f9-9bd0-e09b37bd8219} <Debug> oximeter.fields_u16 (66d17a24-a3a1-42a5-bd94-b86efb1056dd): Loading data parts | ||
| 604 | 2024.12.20 22:26:05.096784 [ 258 ] {468f4083-3698-45f9-9bd0-e09b37bd8219} <Debug> oximeter.fields_u16 (66d17a24-a3a1-42a5-bd94-b86efb1056dd): There are no data parts | ||
| 605 | 2024.12.20 22:26:05.098117 [ 258 ] {468f4083-3698-45f9-9bd0-e09b37bd8219} <Debug> TCPHandler: Processed in 0.003720232 sec. | ||
| 606 | 2024.12.20 22:26:05.098321 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 607 | 2024.12.20 22:26:05.098569 [ 260 ] {3969d1c3-5063-414b-bb90-cc3f86645faf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) CREATE TABLE IF NOT EXISTS oximeter.fields_i32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 608 | 2024.12.20 22:26:05.098659 [ 260 ] {3969d1c3-5063-414b-bb90-cc3f86645faf} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i32 | ||
| 609 | 2024.12.20 22:26:05.100686 [ 260 ] {3969d1c3-5063-414b-bb90-cc3f86645faf} <Debug> oximeter.fields_i32 (0871649a-c816-41c0-8ced-6915c38695f7): Loading data parts | ||
| 610 | 2024.12.20 22:26:05.100852 [ 260 ] {3969d1c3-5063-414b-bb90-cc3f86645faf} <Debug> oximeter.fields_i32 (0871649a-c816-41c0-8ced-6915c38695f7): There are no data parts | ||
| 611 | 2024.12.20 22:26:05.102094 [ 260 ] {3969d1c3-5063-414b-bb90-cc3f86645faf} <Debug> TCPHandler: Processed in 0.003841026 sec. | ||
| 612 | 2024.12.20 22:26:05.102277 [ 258 ] {} <Trace> TCP-Session: ffa14e40-21f2-486f-9e00-52c5fc0ffcfe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 613 | 2024.12.20 22:26:05.102557 [ 258 ] {56a2077b-a836-4045-b15c-2afe83e11821} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59387) CREATE TABLE IF NOT EXISTS oximeter.fields_u32 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt32, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 614 | 2024.12.20 22:26:05.102636 [ 258 ] {56a2077b-a836-4045-b15c-2afe83e11821} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u32 | ||
| 615 | 2024.12.20 22:26:05.104626 [ 258 ] {56a2077b-a836-4045-b15c-2afe83e11821} <Debug> oximeter.fields_u32 (50de29d4-f6c5-4f7c-8dac-40e276b5b3f8): Loading data parts | ||
| 616 | 2024.12.20 22:26:05.104799 [ 258 ] {56a2077b-a836-4045-b15c-2afe83e11821} <Debug> oximeter.fields_u32 (50de29d4-f6c5-4f7c-8dac-40e276b5b3f8): There are no data parts | ||
| 617 | 2024.12.20 22:26:05.106109 [ 258 ] {56a2077b-a836-4045-b15c-2afe83e11821} <Debug> TCPHandler: Processed in 0.003898537 sec. | ||
| 618 | 2024.12.20 22:26:05.106306 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 619 | 2024.12.20 22:26:05.106514 [ 260 ] {1d5515ce-fe12-4737-99d7-01759198f120} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) CREATE TABLE IF NOT EXISTS oximeter.fields_i64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value Int64, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 620 | 2024.12.20 22:26:05.106599 [ 260 ] {1d5515ce-fe12-4737-99d7-01759198f120} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_i64 | ||
| 621 | 2024.12.20 22:26:05.108472 [ 260 ] {1d5515ce-fe12-4737-99d7-01759198f120} <Debug> oximeter.fields_i64 (0fdc73e2-e7f2-43f7-a60b-9336647f7eb0): Loading data parts | ||
| 622 | 2024.12.20 22:26:05.108620 [ 260 ] {1d5515ce-fe12-4737-99d7-01759198f120} <Debug> oximeter.fields_i64 (0fdc73e2-e7f2-43f7-a60b-9336647f7eb0): There are no data parts | ||
| 623 | 2024.12.20 22:26:05.109827 [ 260 ] {1d5515ce-fe12-4737-99d7-01759198f120} <Debug> TCPHandler: Processed in 0.003578279 sec. | ||
| 624 | 2024.12.20 22:26:05.110011 [ 258 ] {} <Trace> TCP-Session: ffa14e40-21f2-486f-9e00-52c5fc0ffcfe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 625 | 2024.12.20 22:26:05.110306 [ 258 ] {80d024e7-61b2-49ba-8e19-ca01a8f9704b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59387) CREATE TABLE IF NOT EXISTS oximeter.fields_u64 ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UInt64, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 626 | 2024.12.20 22:26:05.110385 [ 258 ] {80d024e7-61b2-49ba-8e19-ca01a8f9704b} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_u64 | ||
| 627 | 2024.12.20 22:26:05.112419 [ 258 ] {80d024e7-61b2-49ba-8e19-ca01a8f9704b} <Debug> oximeter.fields_u64 (5180c743-416d-437d-a4bc-5824689bad42): Loading data parts | ||
| 628 | 2024.12.20 22:26:05.112573 [ 258 ] {80d024e7-61b2-49ba-8e19-ca01a8f9704b} <Debug> oximeter.fields_u64 (5180c743-416d-437d-a4bc-5824689bad42): There are no data parts | ||
| 629 | 2024.12.20 22:26:05.113884 [ 258 ] {80d024e7-61b2-49ba-8e19-ca01a8f9704b} <Debug> TCPHandler: Processed in 0.003939679 sec. | ||
| 630 | 2024.12.20 22:26:05.114074 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 631 | 2024.12.20 22:26:05.114322 [ 260 ] {d95b3e9f-ee3f-4650-a116-e71aa503b3bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) CREATE TABLE IF NOT EXISTS oximeter.fields_ipaddr ( timeseries_name String, timeseries_key UInt64, field_name String, field_value IPv6, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 632 | 2024.12.20 22:26:05.114415 [ 260 ] {d95b3e9f-ee3f-4650-a116-e71aa503b3bf} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_ipaddr | ||
| 633 | 2024.12.20 22:26:05.116454 [ 260 ] {d95b3e9f-ee3f-4650-a116-e71aa503b3bf} <Debug> oximeter.fields_ipaddr (6efd1947-dbb6-4524-99d7-af0451dd6934): Loading data parts | ||
| 634 | 2024.12.20 22:26:05.116582 [ 260 ] {d95b3e9f-ee3f-4650-a116-e71aa503b3bf} <Debug> oximeter.fields_ipaddr (6efd1947-dbb6-4524-99d7-af0451dd6934): There are no data parts | ||
| 635 | 2024.12.20 22:26:05.117803 [ 260 ] {d95b3e9f-ee3f-4650-a116-e71aa503b3bf} <Debug> TCPHandler: Processed in 0.003795595 sec. | ||
| 636 | 2024.12.20 22:26:05.117981 [ 258 ] {} <Trace> TCP-Session: ffa14e40-21f2-486f-9e00-52c5fc0ffcfe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 637 | 2024.12.20 22:26:05.118254 [ 258 ] {0b7ad094-7f40-4e95-8604-3f5c8e8f05ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59387) CREATE TABLE IF NOT EXISTS oximeter.fields_string ( timeseries_name String, timeseries_key UInt64, field_name String, field_value String, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 638 | 2024.12.20 22:26:05.118320 [ 258 ] {0b7ad094-7f40-4e95-8604-3f5c8e8f05ec} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_string | ||
| 639 | 2024.12.20 22:26:05.120203 [ 258 ] {0b7ad094-7f40-4e95-8604-3f5c8e8f05ec} <Debug> oximeter.fields_string (be340cd8-3bde-4f05-8e45-9e8a1492ad3b): Loading data parts | ||
| 640 | 2024.12.20 22:26:05.120351 [ 258 ] {0b7ad094-7f40-4e95-8604-3f5c8e8f05ec} <Debug> oximeter.fields_string (be340cd8-3bde-4f05-8e45-9e8a1492ad3b): There are no data parts | ||
| 641 | 2024.12.20 22:26:05.121593 [ 258 ] {0b7ad094-7f40-4e95-8604-3f5c8e8f05ec} <Debug> TCPHandler: Processed in 0.003677722 sec. | ||
| 642 | 2024.12.20 22:26:05.121806 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 643 | 2024.12.20 22:26:05.122059 [ 260 ] {fbe31470-bd8e-4b19-9be4-c2e78a2ddf80} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) CREATE TABLE IF NOT EXISTS oximeter.fields_uuid ( timeseries_name String, timeseries_key UInt64, field_name String, field_value UUID, last_updated_at DateTime MATERIALIZED now() ) ENGINE = ReplacingMergeTree() ORDER BY (timeseries_name, field_name, field_value, timeseries_key) TTL last_updated_at + INTERVAL 30 DAY (stage: Complete) | ||
| 644 | 2024.12.20 22:26:05.122151 [ 260 ] {fbe31470-bd8e-4b19-9be4-c2e78a2ddf80} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.fields_uuid | ||
| 645 | 2024.12.20 22:26:05.124033 [ 260 ] {fbe31470-bd8e-4b19-9be4-c2e78a2ddf80} <Debug> oximeter.fields_uuid (fb7f0ac5-74a7-4737-ae05-0271c6750327): Loading data parts | ||
| 646 | 2024.12.20 22:26:05.124168 [ 260 ] {fbe31470-bd8e-4b19-9be4-c2e78a2ddf80} <Debug> oximeter.fields_uuid (fb7f0ac5-74a7-4737-ae05-0271c6750327): There are no data parts | ||
| 647 | 2024.12.20 22:26:05.125381 [ 260 ] {fbe31470-bd8e-4b19-9be4-c2e78a2ddf80} <Debug> TCPHandler: Processed in 0.00364261 sec. | ||
| 648 | 2024.12.20 22:26:05.125601 [ 258 ] {} <Trace> TCP-Session: ffa14e40-21f2-486f-9e00-52c5fc0ffcfe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 649 | 2024.12.20 22:26:05.125965 [ 258 ] {81f54dd4-4c26-44df-8bcd-efe30252196d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59387) /* The timeseries schema table stores the extracted schema for the samples | ||
| 650 | * oximeter collects. | ||
| 651 | */ | ||
| 652 | CREATE TABLE IF NOT EXISTS oximeter.timeseries_schema ( timeseries_name String, fields Nested( name String, type Enum( 'Bool' = 1, 'I64' = 2, 'IpAddr' = 3, 'String' = 4, 'Uuid' = 6, 'I8' = 7, 'U8' = 8, 'I16' = 9, 'U16' = 10, 'I32' = 11, 'U32' = 12, 'U64' = 13 ), source Enum( 'Target' = 1, 'Metric' = 2 ) ), datum_type Enum( 'Bool' = 1, 'I64' = 2, 'F64' = 3, 'String' = 4, 'Bytes' = 5, 'CumulativeI64' = 6, 'CumulativeF64' = 7, 'HistogramI64' = 8, 'HistogramF64' = 9, 'I8' = 10, 'U8' = 11, 'I16' = 12, 'U16' = 13, 'I32' = 14, 'U32' = 15, 'U64' = 16, 'F32' = 17, 'CumulativeU64' = 18, 'CumulativeF32' = 19, 'HistogramI8' = 20, 'HistogramU8' = 21, 'HistogramI16' = 22, 'HistogramU16' = 23, 'HistogramI32' = 24, 'HistogramU32' = 25, 'HistogramU64' = 26, 'HistogramF32' = 27 ), created DateTime64(9, 'UTC') ) ENGINE = MergeTree() ORDER BY (timeseries_name, fields.name) (stage: Complete) | ||
| 653 | 2024.12.20 22:26:05.126079 [ 258 ] {81f54dd4-4c26-44df-8bcd-efe30252196d} <Trace> ContextAccess (default): Access granted: CREATE TABLE ON oximeter.timeseries_schema | ||
| 654 | 2024.12.20 22:26:05.127919 [ 258 ] {81f54dd4-4c26-44df-8bcd-efe30252196d} <Debug> oximeter.timeseries_schema (766dfe1e-87a5-4910-afd3-6e48fd3978ee): Loading data parts | ||
| 655 | 2024.12.20 22:26:05.128095 [ 258 ] {81f54dd4-4c26-44df-8bcd-efe30252196d} <Debug> oximeter.timeseries_schema (766dfe1e-87a5-4910-afd3-6e48fd3978ee): There are no data parts | ||
| 656 | 2024.12.20 22:26:05.129583 [ 258 ] {81f54dd4-4c26-44df-8bcd-efe30252196d} <Debug> TCPHandler: Processed in 0.004047352 sec. | ||
| 657 | 2024.12.20 22:26:05.129772 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 658 | 2024.12.20 22:26:05.130006 [ 260 ] {e80cf0f4-3ed7-46f2-b790-64898fefdac2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.version (*) VALUES (stage: Complete) | ||
| 659 | 2024.12.20 22:26:05.131185 [ 260 ] {e80cf0f4-3ed7-46f2-b790-64898fefdac2} <Trace> ContextAccess (default): Access granted: INSERT(value, timestamp) ON oximeter.version | ||
| 660 | 2024.12.20 22:26:05.138874 [ 276 ] {e80cf0f4-3ed7-46f2-b790-64898fefdac2} <Trace> oximeter.version (a2065920-774e-4382-9375-b45742985567): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 661 | 2024.12.20 22:26:05.138926 [ 276 ] {e80cf0f4-3ed7-46f2-b790-64898fefdac2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 662 | 2024.12.20 22:26:05.143430 [ 276 ] {e80cf0f4-3ed7-46f2-b790-64898fefdac2} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 663 | 2024.12.20 22:26:05.143801 [ 276 ] {e80cf0f4-3ed7-46f2-b790-64898fefdac2} <Trace> oximeter.version (a2065920-774e-4382-9375-b45742985567): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 664 | 2024.12.20 22:26:05.144125 [ 260 ] {e80cf0f4-3ed7-46f2-b790-64898fefdac2} <Debug> executeQuery: Read 1 rows, 16.00 B in 0.014192 sec., 70.46223224351748 rows/sec., 1.10 KiB/sec. | ||
| 665 | 2024.12.20 22:26:05.144377 [ 260 ] {e80cf0f4-3ed7-46f2-b790-64898fefdac2} <Debug> TCPHandler: Processed in 0.014659724 sec. | ||
| 666 | 2024.12.20 22:26:05.405263 [ 277 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:49374 | ||
| 667 | 2024.12.20 22:26:05.405372 [ 277 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 668 | 2024.12.20 22:26:05.405399 [ 277 ] {} <Debug> TCP-Session: 95320191-8c79-4a13-914a-7bf2055a0313 Authenticating user 'default' from [fd00:1122:3344:101::a]:49374 | ||
| 669 | 2024.12.20 22:26:05.405423 [ 277 ] {} <Debug> TCP-Session: 95320191-8c79-4a13-914a-7bf2055a0313 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 670 | 2024.12.20 22:26:05.405485 [ 277 ] {} <Debug> TCP-Session: 95320191-8c79-4a13-914a-7bf2055a0313 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 671 | 2024.12.20 22:26:05.405533 [ 277 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 672 | 2024.12.20 22:26:05.405557 [ 277 ] {} <Trace> ContextAccess (default): List of all grants: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 673 | 2024.12.20 22:26:05.405596 [ 277 ] {} <Trace> ContextAccess (default): List of all grants including implicit: GRANT SHOW, SELECT, INSERT, ALTER, CREATE, DROP, UNDROP TABLE, TRUNCATE, OPTIMIZE, BACKUP, KILL QUERY, KILL TRANSACTION, MOVE PARTITION BETWEEN SHARDS, ACCESS MANAGEMENT, SYSTEM, dictGet, displaySecretsInShowAndSelect, INTROSPECTION, SOURCES, CLUSTER ON *.* WITH GRANT OPTION | ||
| 674 | 2024.12.20 22:26:05.408031 [ 278 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:38208 | ||
| 675 | 2024.12.20 22:26:05.408131 [ 279 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:53959 | ||
| 676 | 2024.12.20 22:26:05.408203 [ 278 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 677 | 2024.12.20 22:26:05.408226 [ 280 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:58524 | ||
| 678 | 2024.12.20 22:26:05.408431 [ 281 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:42368 | ||
| 679 | 2024.12.20 22:26:05.408449 [ 279 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 680 | 2024.12.20 22:26:05.408445 [ 278 ] {} <Debug> TCP-Session: aede8d9f-f4f4-4115-bebb-864aa6e82db5 Authenticating user 'default' from [fd00:1122:3344:101::a]:38208 | ||
| 681 | 2024.12.20 22:26:05.408738 [ 282 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:61965 | ||
| 682 | 2024.12.20 22:26:05.408748 [ 279 ] {} <Debug> TCP-Session: 8d1c1bae-0ada-4017-9d03-9184b4c2b18f Authenticating user 'default' from [fd00:1122:3344:101::a]:53959 | ||
| 683 | 2024.12.20 22:26:05.408755 [ 281 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 684 | 2024.12.20 22:26:05.408777 [ 280 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 685 | 2024.12.20 22:26:05.408858 [ 279 ] {} <Debug> TCP-Session: 8d1c1bae-0ada-4017-9d03-9184b4c2b18f Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 686 | 2024.12.20 22:26:05.408908 [ 281 ] {} <Debug> TCP-Session: e4d08b40-5a1c-4d6e-8263-4b359f15c6e4 Authenticating user 'default' from [fd00:1122:3344:101::a]:42368 | ||
| 687 | 2024.12.20 22:26:05.408956 [ 283 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:56625 | ||
| 688 | 2024.12.20 22:26:05.409017 [ 279 ] {} <Debug> TCP-Session: 8d1c1bae-0ada-4017-9d03-9184b4c2b18f Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 689 | 2024.12.20 22:26:05.408972 [ 282 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 690 | 2024.12.20 22:26:05.409037 [ 278 ] {} <Debug> TCP-Session: aede8d9f-f4f4-4115-bebb-864aa6e82db5 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 691 | 2024.12.20 22:26:05.409074 [ 281 ] {} <Debug> TCP-Session: e4d08b40-5a1c-4d6e-8263-4b359f15c6e4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 692 | 2024.12.20 22:26:05.409225 [ 281 ] {} <Debug> TCP-Session: e4d08b40-5a1c-4d6e-8263-4b359f15c6e4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 693 | 2024.12.20 22:26:05.409245 [ 284 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::a]:61526 | ||
| 694 | 2024.12.20 22:26:05.409292 [ 282 ] {} <Debug> TCP-Session: b21bc78c-823f-4a30-8782-bb258d0880da Authenticating user 'default' from [fd00:1122:3344:101::a]:61965 | ||
| 695 | 2024.12.20 22:26:05.409301 [ 278 ] {} <Debug> TCP-Session: aede8d9f-f4f4-4115-bebb-864aa6e82db5 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 696 | 2024.12.20 22:26:05.409245 [ 283 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 697 | 2024.12.20 22:26:05.409248 [ 280 ] {} <Debug> TCP-Session: 4309dbe6-552d-451d-b323-3ce3a6581cdc Authenticating user 'default' from [fd00:1122:3344:101::a]:58524 | ||
| 698 | 2024.12.20 22:26:05.409488 [ 282 ] {} <Debug> TCP-Session: b21bc78c-823f-4a30-8782-bb258d0880da Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 699 | 2024.12.20 22:26:05.409533 [ 280 ] {} <Debug> TCP-Session: 4309dbe6-552d-451d-b323-3ce3a6581cdc Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 700 | 2024.12.20 22:26:05.409555 [ 284 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 701 | 2024.12.20 22:26:05.409588 [ 283 ] {} <Debug> TCP-Session: 962d01f2-cea9-47d6-a77c-ad2d0c23e7c9 Authenticating user 'default' from [fd00:1122:3344:101::a]:56625 | ||
| 702 | 2024.12.20 22:26:05.409610 [ 282 ] {} <Debug> TCP-Session: b21bc78c-823f-4a30-8782-bb258d0880da Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 703 | 2024.12.20 22:26:05.409631 [ 280 ] {} <Debug> TCP-Session: 4309dbe6-552d-451d-b323-3ce3a6581cdc Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 704 | 2024.12.20 22:26:05.409666 [ 284 ] {} <Debug> TCP-Session: 6759cf2a-e438-45e9-a42a-b43988dfedec Authenticating user 'default' from [fd00:1122:3344:101::a]:61526 | ||
| 705 | 2024.12.20 22:26:05.409721 [ 283 ] {} <Debug> TCP-Session: 962d01f2-cea9-47d6-a77c-ad2d0c23e7c9 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 706 | 2024.12.20 22:26:05.409783 [ 284 ] {} <Debug> TCP-Session: 6759cf2a-e438-45e9-a42a-b43988dfedec Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 707 | 2024.12.20 22:26:05.409806 [ 283 ] {} <Debug> TCP-Session: 962d01f2-cea9-47d6-a77c-ad2d0c23e7c9 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 708 | 2024.12.20 22:26:05.409846 [ 284 ] {} <Debug> TCP-Session: 6759cf2a-e438-45e9-a42a-b43988dfedec Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 709 | 2024.12.20 22:26:05.460597 [ 285 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:59356 | ||
| 710 | 2024.12.20 22:26:05.460825 [ 285 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 711 | 2024.12.20 22:26:05.460857 [ 285 ] {} <Debug> TCP-Session: 28f857be-9fc9-48a1-a21f-c7950b018ff8 Authenticating user 'default' from [fd00:1122:3344:101::b]:59356 | ||
| 712 | 2024.12.20 22:26:05.460879 [ 285 ] {} <Debug> TCP-Session: 28f857be-9fc9-48a1-a21f-c7950b018ff8 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 713 | 2024.12.20 22:26:05.460919 [ 285 ] {} <Debug> TCP-Session: 28f857be-9fc9-48a1-a21f-c7950b018ff8 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 714 | 2024.12.20 22:26:05.460979 [ 285 ] {} <Trace> ContextAccess (default): Settings: readonly = 0, allow_ddl = true, allow_introspection_functions = false | ||
| 715 | 2024.12.20 22:26:05.461010 [ 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 | ||
| 716 | 2024.12.20 22:26:05.461052 [ 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 | ||
| 717 | 2024.12.20 22:26:05.463496 [ 286 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:60482 | ||
| 718 | 2024.12.20 22:26:05.463601 [ 287 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:54729 | ||
| 719 | 2024.12.20 22:26:05.463702 [ 286 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 720 | 2024.12.20 22:26:05.463748 [ 286 ] {} <Debug> TCP-Session: ad836bb0-10bf-4be4-aec7-16c8d33ea481 Authenticating user 'default' from [fd00:1122:3344:101::b]:60482 | ||
| 721 | 2024.12.20 22:26:05.463869 [ 288 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:51762 | ||
| 722 | 2024.12.20 22:26:05.463933 [ 287 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 723 | 2024.12.20 22:26:05.463943 [ 286 ] {} <Debug> TCP-Session: ad836bb0-10bf-4be4-aec7-16c8d33ea481 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 724 | 2024.12.20 22:26:05.463997 [ 289 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:57499 | ||
| 725 | 2024.12.20 22:26:05.464179 [ 287 ] {} <Debug> TCP-Session: 9eec782d-b2e2-4479-9a44-36e563d313e1 Authenticating user 'default' from [fd00:1122:3344:101::b]:54729 | ||
| 726 | 2024.12.20 22:26:05.464187 [ 288 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 727 | 2024.12.20 22:26:05.464243 [ 289 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 728 | 2024.12.20 22:26:05.464285 [ 288 ] {} <Debug> TCP-Session: 51a80b46-c100-49e4-bf52-0eec56bec0fb Authenticating user 'default' from [fd00:1122:3344:101::b]:51762 | ||
| 729 | 2024.12.20 22:26:05.464299 [ 290 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:49885 | ||
| 730 | 2024.12.20 22:26:05.464277 [ 287 ] {} <Debug> TCP-Session: 9eec782d-b2e2-4479-9a44-36e563d313e1 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 731 | 2024.12.20 22:26:05.464345 [ 289 ] {} <Debug> TCP-Session: e3c81dcc-63cb-45c6-bf9b-ccf91747905d Authenticating user 'default' from [fd00:1122:3344:101::b]:57499 | ||
| 732 | 2024.12.20 22:26:05.464354 [ 288 ] {} <Debug> TCP-Session: 51a80b46-c100-49e4-bf52-0eec56bec0fb Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 733 | 2024.12.20 22:26:05.464248 [ 286 ] {} <Debug> TCP-Session: ad836bb0-10bf-4be4-aec7-16c8d33ea481 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 734 | 2024.12.20 22:26:05.464502 [ 288 ] {} <Debug> TCP-Session: 51a80b46-c100-49e4-bf52-0eec56bec0fb Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 735 | 2024.12.20 22:26:05.464587 [ 290 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 736 | 2024.12.20 22:26:05.464587 [ 287 ] {} <Debug> TCP-Session: 9eec782d-b2e2-4479-9a44-36e563d313e1 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 737 | 2024.12.20 22:26:05.464693 [ 289 ] {} <Debug> TCP-Session: e3c81dcc-63cb-45c6-bf9b-ccf91747905d Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 738 | 2024.12.20 22:26:05.464709 [ 292 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:45907 | ||
| 739 | 2024.12.20 22:26:05.464777 [ 289 ] {} <Debug> TCP-Session: e3c81dcc-63cb-45c6-bf9b-ccf91747905d Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 740 | 2024.12.20 22:26:05.464778 [ 290 ] {} <Debug> TCP-Session: 3b61b438-69cf-4ee6-99fe-4028f499e2f2 Authenticating user 'default' from [fd00:1122:3344:101::b]:49885 | ||
| 741 | 2024.12.20 22:26:05.464785 [ 291 ] {} <Trace> TCPHandlerFactory: TCP Request. Address: [fd00:1122:3344:101::b]:55548 | ||
| 742 | 2024.12.20 22:26:05.464864 [ 290 ] {} <Debug> TCP-Session: 3b61b438-69cf-4ee6-99fe-4028f499e2f2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 743 | 2024.12.20 22:26:05.465074 [ 292 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 744 | 2024.12.20 22:26:05.465186 [ 291 ] {} <Debug> TCPHandler: Connected oximeter version 23.8.0, revision: 54465, database: default, user: default. | ||
| 745 | 2024.12.20 22:26:05.465206 [ 292 ] {} <Debug> TCP-Session: 1b11b819-f6a1-49b7-b6fa-462c79b094f4 Authenticating user 'default' from [fd00:1122:3344:101::b]:45907 | ||
| 746 | 2024.12.20 22:26:05.465232 [ 290 ] {} <Debug> TCP-Session: 3b61b438-69cf-4ee6-99fe-4028f499e2f2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 747 | 2024.12.20 22:26:05.465258 [ 291 ] {} <Debug> TCP-Session: 35cdc4a5-88a0-4c9f-891d-57d639978ff2 Authenticating user 'default' from [fd00:1122:3344:101::b]:55548 | ||
| 748 | 2024.12.20 22:26:05.465277 [ 292 ] {} <Debug> TCP-Session: 1b11b819-f6a1-49b7-b6fa-462c79b094f4 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 749 | 2024.12.20 22:26:05.465331 [ 291 ] {} <Debug> TCP-Session: 35cdc4a5-88a0-4c9f-891d-57d639978ff2 Authenticated with global context as user 94309d50-4f52-5250-31bd-74fecac179db | ||
| 750 | 2024.12.20 22:26:05.465376 [ 292 ] {} <Debug> TCP-Session: 1b11b819-f6a1-49b7-b6fa-462c79b094f4 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 751 | 2024.12.20 22:26:05.465382 [ 291 ] {} <Debug> TCP-Session: 35cdc4a5-88a0-4c9f-891d-57d639978ff2 Creating session context with user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 752 | 2024.12.20 22:26:06.000150 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 136.75 MiB, peak 136.75 MiB, free memory in arenas 0.00 B, will set to 141.29 MiB (RSS), difference: 4.54 MiB | ||
| 753 | 2024.12.20 22:26:11.837634 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 8 | ||
| 754 | 2024.12.20 22:26:11.837654 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 488 | ||
| 755 | 2024.12.20 22:26:11.837748 [ 244 ] {} <Debug> SystemLog (system.metric_log): Creating new table system.metric_log for MetricLog | ||
| 756 | 2024.12.20 22:26:11.837838 [ 242 ] {} <Debug> SystemLog (system.asynchronous_metric_log): Creating new table system.asynchronous_metric_log for AsynchronousMetricLog | ||
| 757 | 2024.12.20 22:26:11.844215 [ 242 ] {} <Debug> system.asynchronous_metric_log (872a84c2-09da-4c20-9ea0-5cf32b1a4df4): Loading data parts | ||
| 758 | 2024.12.20 22:26:11.844678 [ 242 ] {} <Debug> system.asynchronous_metric_log (872a84c2-09da-4c20-9ea0-5cf32b1a4df4): There are no data parts | ||
| 759 | 2024.12.20 22:26:11.852727 [ 242 ] {} <Trace> system.asynchronous_metric_log (872a84c2-09da-4c20-9ea0-5cf32b1a4df4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 760 | 2024.12.20 22:26:11.852816 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 761 | 2024.12.20 22:26:11.856045 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 762 | 2024.12.20 22:26:11.856811 [ 242 ] {} <Trace> system.asynchronous_metric_log (872a84c2-09da-4c20-9ea0-5cf32b1a4df4): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 763 | 2024.12.20 22:26:11.857704 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 488 | ||
| 764 | 2024.12.20 22:26:11.865129 [ 244 ] {} <Debug> system.metric_log (fe7f8d4b-b36f-4a64-a142-f4747bcb5bba): Loading data parts | ||
| 765 | 2024.12.20 22:26:11.865331 [ 244 ] {} <Debug> system.metric_log (fe7f8d4b-b36f-4a64-a142-f4747bcb5bba): There are no data parts | ||
| 766 | 2024.12.20 22:26:11.888514 [ 244 ] {} <Trace> system.metric_log (fe7f8d4b-b36f-4a64-a142-f4747bcb5bba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 767 | 2024.12.20 22:26:11.888576 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 768 | 2024.12.20 22:26:11.896395 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 769 | 2024.12.20 22:26:11.897227 [ 244 ] {} <Trace> system.metric_log (fe7f8d4b-b36f-4a64-a142-f4747bcb5bba): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 770 | 2024.12.20 22:26:11.899940 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 8 | ||
| 771 | 2024.12.20 22:26:12.000167 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 146.37 MiB, peak 150.37 MiB, free memory in arenas 0.00 B, will set to 151.18 MiB (RSS), difference: 4.81 MiB | ||
| 772 | 2024.12.20 22:26:14.338588 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 90 entries to flush up to offset 90 | ||
| 773 | 2024.12.20 22:26:14.338687 [ 243 ] {} <Debug> SystemLog (system.query_log): Creating new table system.query_log for QueryLog | ||
| 774 | 2024.12.20 22:26:14.343557 [ 243 ] {} <Debug> system.query_log (cb6910fd-3f74-40bb-afeb-929e53918d3c): Loading data parts | ||
| 775 | 2024.12.20 22:26:14.343727 [ 243 ] {} <Debug> system.query_log (cb6910fd-3f74-40bb-afeb-929e53918d3c): There are no data parts | ||
| 776 | 2024.12.20 22:26:14.349471 [ 243 ] {} <Trace> system.query_log (cb6910fd-3f74-40bb-afeb-929e53918d3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 777 | 2024.12.20 22:26:14.349512 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.17 GiB. | ||
| 778 | 2024.12.20 22:26:14.351182 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 779 | 2024.12.20 22:26:14.351497 [ 243 ] {} <Trace> system.query_log (cb6910fd-3f74-40bb-afeb-929e53918d3c): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 780 | 2024.12.20 22:26:14.352055 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 90 | ||
| 781 | 2024.12.20 22:26:15.000191 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 155.37 MiB, peak 155.37 MiB, free memory in arenas 0.00 B, will set to 151.66 MiB (RSS), difference: -3.71 MiB | ||
| 782 | 2024.12.20 22:26:19.310164 [ 110 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 783 | 2024.12.20 22:26:19.310237 [ 110 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 784 | 2024.12.20 22:26:19.358790 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 976 | ||
| 785 | 2024.12.20 22:26:19.359676 [ 242 ] {} <Trace> system.asynchronous_metric_log (872a84c2-09da-4c20-9ea0-5cf32b1a4df4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 786 | 2024.12.20 22:26:19.359716 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 787 | 2024.12.20 22:26:19.360304 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 788 | 2024.12.20 22:26:19.360558 [ 242 ] {} <Trace> system.asynchronous_metric_log (872a84c2-09da-4c20-9ea0-5cf32b1a4df4): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 789 | 2024.12.20 22:26:19.360807 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 976 | ||
| 790 | 2024.12.20 22:26:19.400998 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 16 | ||
| 791 | 2024.12.20 22:26:19.423510 [ 244 ] {} <Trace> system.metric_log (fe7f8d4b-b36f-4a64-a142-f4747bcb5bba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 792 | 2024.12.20 22:26:19.423578 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 793 | 2024.12.20 22:26:19.430135 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 794 | 2024.12.20 22:26:19.430875 [ 244 ] {} <Trace> system.metric_log (fe7f8d4b-b36f-4a64-a142-f4747bcb5bba): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 795 | 2024.12.20 22:26:19.433231 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 16 | ||
| 796 | 2024.12.20 22:26:20.000221 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 152.33 MiB, peak 156.33 MiB, free memory in arenas 0.00 B, will set to 154.43 MiB (RSS), difference: 2.10 MiB | ||
| 797 | 2024.12.20 22:26:25.000214 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 150.45 MiB, peak 156.33 MiB, free memory in arenas 0.00 B, will set to 154.46 MiB (RSS), difference: 4.01 MiB | ||
| 798 | 2024.12.20 22:26:25.154395 [ 258 ] {} <Trace> TCP-Session: ffa14e40-21f2-486f-9e00-52c5fc0ffcfe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 799 | 2024.12.20 22:26:25.154602 [ 258 ] {8ded6052-4ec4-4a1c-890c-c5a9ee33ba6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59387) SELECT * FROM oximeter.timeseries_schema FORMAT Native; (stage: Complete) | ||
| 800 | 2024.12.20 22:26:25.155006 [ 258 ] {8ded6052-4ec4-4a1c-890c-c5a9ee33ba6e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 801 | 2024.12.20 22:26:25.155245 [ 258 ] {8ded6052-4ec4-4a1c-890c-c5a9ee33ba6e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 802 | 2024.12.20 22:26:25.156050 [ 258 ] {8ded6052-4ec4-4a1c-890c-c5a9ee33ba6e} <Debug> TCPHandler: Processed in 0.001790289 sec. | ||
| 803 | 2024.12.20 22:26:25.156737 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 804 | 2024.12.20 22:26:25.157002 [ 260 ] {434bbbd3-6e76-4638-bd00-41191d8d21cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_routes') FORMAT Native; (stage: Complete) | ||
| 805 | 2024.12.20 22:26:25.158863 [ 260 ] {434bbbd3-6e76-4638-bd00-41191d8d21cb} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 806 | 2024.12.20 22:26:25.158942 [ 260 ] {434bbbd3-6e76-4638-bd00-41191d8d21cb} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 807 | 2024.12.20 22:26:25.159562 [ 260 ] {434bbbd3-6e76-4638-bd00-41191d8d21cb} <Debug> TCPHandler: Processed in 0.002951461 sec. | ||
| 808 | 2024.12.20 22:26:25.160030 [ 258 ] {} <Trace> TCP-Session: ffa14e40-21f2-486f-9e00-52c5fc0ffcfe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 809 | 2024.12.20 22:26:25.160228 [ 258 ] {e24bacac-8781-49f1-919b-fea650dd2f93} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59387) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_nexthops', 'static_routing_config:static_routes') FORMAT Native; (stage: Complete) | ||
| 810 | 2024.12.20 22:26:25.160758 [ 258 ] {e24bacac-8781-49f1-919b-fea650dd2f93} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 811 | 2024.12.20 22:26:25.160827 [ 258 ] {e24bacac-8781-49f1-919b-fea650dd2f93} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 812 | 2024.12.20 22:26:25.161388 [ 258 ] {e24bacac-8781-49f1-919b-fea650dd2f93} <Debug> TCPHandler: Processed in 0.00142349 sec. | ||
| 813 | 2024.12.20 22:26:25.161675 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 814 | 2024.12.20 22:26:25.161833 [ 260 ] {9ccb8ba6-c7db-43ed-8cb9-d1aa2be25a9f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 815 | 2024.12.20 22:26:25.162213 [ 260 ] {9ccb8ba6-c7db-43ed-8cb9-d1aa2be25a9f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 816 | 2024.12.20 22:26:25.162271 [ 260 ] {9ccb8ba6-c7db-43ed-8cb9-d1aa2be25a9f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 817 | 2024.12.20 22:26:25.162845 [ 260 ] {9ccb8ba6-c7db-43ed-8cb9-d1aa2be25a9f} <Debug> TCPHandler: Processed in 0.001227104 sec. | ||
| 818 | 2024.12.20 22:26:25.163165 [ 258 ] {} <Trace> TCP-Session: ffa14e40-21f2-486f-9e00-52c5fc0ffcfe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 819 | 2024.12.20 22:26:25.163319 [ 258 ] {b8ef6cfb-0dfb-4442-82fe-e5c94569dc02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59387) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 820 | 2024.12.20 22:26:25.163694 [ 258 ] {b8ef6cfb-0dfb-4442-82fe-e5c94569dc02} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 821 | 2024.12.20 22:26:25.163750 [ 258 ] {b8ef6cfb-0dfb-4442-82fe-e5c94569dc02} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 822 | 2024.12.20 22:26:25.164257 [ 258 ] {b8ef6cfb-0dfb-4442-82fe-e5c94569dc02} <Debug> TCPHandler: Processed in 0.001148612 sec. | ||
| 823 | 2024.12.20 22:26:25.164509 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 824 | 2024.12.20 22:26:25.164665 [ 260 ] {a70eaa5e-28d6-424e-b9d2-9aac2626ada8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_underlay_prefixes', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 825 | 2024.12.20 22:26:25.165036 [ 260 ] {a70eaa5e-28d6-424e-b9d2-9aac2626ada8} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 826 | 2024.12.20 22:26:25.165094 [ 260 ] {a70eaa5e-28d6-424e-b9d2-9aac2626ada8} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 827 | 2024.12.20 22:26:25.165593 [ 260 ] {a70eaa5e-28d6-424e-b9d2-9aac2626ada8} <Debug> TCPHandler: Processed in 0.001139431 sec. | ||
| 828 | 2024.12.20 22:26:25.165870 [ 258 ] {} <Trace> TCP-Session: ffa14e40-21f2-486f-9e00-52c5fc0ffcfe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 829 | 2024.12.20 22:26:25.166046 [ 258 ] {fb9b2699-f976-4685-ba43-f8cd3fb605f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59387) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 830 | 2024.12.20 22:26:25.166488 [ 258 ] {fb9b2699-f976-4685-ba43-f8cd3fb605f6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 831 | 2024.12.20 22:26:25.166555 [ 258 ] {fb9b2699-f976-4685-ba43-f8cd3fb605f6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 832 | 2024.12.20 22:26:25.167116 [ 258 ] {fb9b2699-f976-4685-ba43-f8cd3fb605f6} <Debug> TCPHandler: Processed in 0.001301626 sec. | ||
| 833 | 2024.12.20 22:26:25.167381 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 834 | 2024.12.20 22:26:25.167536 [ 260 ] {7e5d6dea-0718-459a-a96e-efde79327382} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 835 | 2024.12.20 22:26:25.167912 [ 260 ] {7e5d6dea-0718-459a-a96e-efde79327382} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 836 | 2024.12.20 22:26:25.167970 [ 260 ] {7e5d6dea-0718-459a-a96e-efde79327382} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 837 | 2024.12.20 22:26:25.168473 [ 260 ] {7e5d6dea-0718-459a-a96e-efde79327382} <Debug> TCPHandler: Processed in 0.001147242 sec. | ||
| 838 | 2024.12.20 22:26:25.168724 [ 258 ] {} <Trace> TCP-Session: ffa14e40-21f2-486f-9e00-52c5fc0ffcfe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 839 | 2024.12.20 22:26:25.168883 [ 258 ] {b5abe87f-53b6-40c6-81eb-3ec20f94c4e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59387) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 840 | 2024.12.20 22:26:25.169325 [ 258 ] {b5abe87f-53b6-40c6-81eb-3ec20f94c4e4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 841 | 2024.12.20 22:26:25.169390 [ 258 ] {b5abe87f-53b6-40c6-81eb-3ec20f94c4e4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 842 | 2024.12.20 22:26:25.169966 [ 258 ] {b5abe87f-53b6-40c6-81eb-3ec20f94c4e4} <Debug> TCPHandler: Processed in 0.001298176 sec. | ||
| 843 | 2024.12.20 22:26:25.170241 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 844 | 2024.12.20 22:26:25.170401 [ 260 ] {6c058856-b85a-4d4c-8bd6-af6780ba91b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 845 | 2024.12.20 22:26:25.170791 [ 260 ] {6c058856-b85a-4d4c-8bd6-af6780ba91b9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 846 | 2024.12.20 22:26:25.170848 [ 260 ] {6c058856-b85a-4d4c-8bd6-af6780ba91b9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 847 | 2024.12.20 22:26:25.171346 [ 260 ] {6c058856-b85a-4d4c-8bd6-af6780ba91b9} <Debug> TCPHandler: Processed in 0.001164792 sec. | ||
| 848 | 2024.12.20 22:26:25.171601 [ 258 ] {} <Trace> TCP-Session: ffa14e40-21f2-486f-9e00-52c5fc0ffcfe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 849 | 2024.12.20 22:26:25.171760 [ 258 ] {b1cdf2c4-a50a-44c5-9ecf-09f1ef7185a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59387) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 850 | 2024.12.20 22:26:25.172147 [ 258 ] {b1cdf2c4-a50a-44c5-9ecf-09f1ef7185a2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 851 | 2024.12.20 22:26:25.172202 [ 258 ] {b1cdf2c4-a50a-44c5-9ecf-09f1ef7185a2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 852 | 2024.12.20 22:26:25.172701 [ 258 ] {b1cdf2c4-a50a-44c5-9ecf-09f1ef7185a2} <Debug> TCPHandler: Processed in 0.001157302 sec. | ||
| 853 | 2024.12.20 22:26:25.172975 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 854 | 2024.12.20 22:26:25.173167 [ 260 ] {5a00f8bd-0016-4d13-9fe4-e922d76506f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 855 | 2024.12.20 22:26:25.173642 [ 260 ] {5a00f8bd-0016-4d13-9fe4-e922d76506f4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 856 | 2024.12.20 22:26:25.173710 [ 260 ] {5a00f8bd-0016-4d13-9fe4-e922d76506f4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 857 | 2024.12.20 22:26:25.174249 [ 260 ] {5a00f8bd-0016-4d13-9fe4-e922d76506f4} <Debug> TCPHandler: Processed in 0.001337656 sec. | ||
| 858 | 2024.12.20 22:26:25.174493 [ 258 ] {} <Trace> TCP-Session: ffa14e40-21f2-486f-9e00-52c5fc0ffcfe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 859 | 2024.12.20 22:26:25.174652 [ 258 ] {f12f7453-4321-4e46-b8f6-3a0c59c7f2c6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59387) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 860 | 2024.12.20 22:26:25.175044 [ 258 ] {f12f7453-4321-4e46-b8f6-3a0c59c7f2c6} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 861 | 2024.12.20 22:26:25.175100 [ 258 ] {f12f7453-4321-4e46-b8f6-3a0c59c7f2c6} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 862 | 2024.12.20 22:26:25.175601 [ 258 ] {f12f7453-4321-4e46-b8f6-3a0c59c7f2c6} <Debug> TCPHandler: Processed in 0.001162102 sec. | ||
| 863 | 2024.12.20 22:26:25.175847 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 864 | 2024.12.20 22:26:25.176028 [ 260 ] {64fec634-cf69-4546-b262-2253c7dbd4a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 865 | 2024.12.20 22:26:25.176509 [ 260 ] {64fec634-cf69-4546-b262-2253c7dbd4a4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 866 | 2024.12.20 22:26:25.176576 [ 260 ] {64fec634-cf69-4546-b262-2253c7dbd4a4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 867 | 2024.12.20 22:26:25.177142 [ 260 ] {64fec634-cf69-4546-b262-2253c7dbd4a4} <Debug> TCPHandler: Processed in 0.001349807 sec. | ||
| 868 | 2024.12.20 22:26:25.177411 [ 258 ] {} <Trace> TCP-Session: ffa14e40-21f2-486f-9e00-52c5fc0ffcfe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 869 | 2024.12.20 22:26:25.177570 [ 258 ] {bb1b1c48-3d9c-4d90-b2a0-cb43b36a1dc4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59387) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 870 | 2024.12.20 22:26:25.177972 [ 258 ] {bb1b1c48-3d9c-4d90-b2a0-cb43b36a1dc4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 871 | 2024.12.20 22:26:25.178028 [ 258 ] {bb1b1c48-3d9c-4d90-b2a0-cb43b36a1dc4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 872 | 2024.12.20 22:26:25.178530 [ 258 ] {bb1b1c48-3d9c-4d90-b2a0-cb43b36a1dc4} <Debug> TCPHandler: Processed in 0.001174052 sec. | ||
| 873 | 2024.12.20 22:26:25.178788 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 874 | 2024.12.20 22:26:25.178953 [ 260 ] {f82c91dc-381b-4b27-90d4-3cb86c8c4368} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 875 | 2024.12.20 22:26:25.179359 [ 260 ] {f82c91dc-381b-4b27-90d4-3cb86c8c4368} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 876 | 2024.12.20 22:26:25.179415 [ 260 ] {f82c91dc-381b-4b27-90d4-3cb86c8c4368} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 877 | 2024.12.20 22:26:25.179920 [ 260 ] {f82c91dc-381b-4b27-90d4-3cb86c8c4368} <Debug> TCPHandler: Processed in 0.001187083 sec. | ||
| 878 | 2024.12.20 22:26:25.180173 [ 258 ] {} <Trace> TCP-Session: ffa14e40-21f2-486f-9e00-52c5fc0ffcfe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 879 | 2024.12.20 22:26:25.180336 [ 258 ] {84834ea5-eb39-402f-aa49-889649ae0a77} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59387) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 880 | 2024.12.20 22:26:25.180741 [ 258 ] {84834ea5-eb39-402f-aa49-889649ae0a77} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 881 | 2024.12.20 22:26:25.180797 [ 258 ] {84834ea5-eb39-402f-aa49-889649ae0a77} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 882 | 2024.12.20 22:26:25.181295 [ 258 ] {84834ea5-eb39-402f-aa49-889649ae0a77} <Debug> TCPHandler: Processed in 0.001178613 sec. | ||
| 883 | 2024.12.20 22:26:25.181560 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 884 | 2024.12.20 22:26:25.181729 [ 260 ] {41c07f57-aab7-429f-b1dd-fbbbfe201520} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 885 | 2024.12.20 22:26:25.182145 [ 260 ] {41c07f57-aab7-429f-b1dd-fbbbfe201520} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 886 | 2024.12.20 22:26:25.182201 [ 260 ] {41c07f57-aab7-429f-b1dd-fbbbfe201520} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 887 | 2024.12.20 22:26:25.182706 [ 260 ] {41c07f57-aab7-429f-b1dd-fbbbfe201520} <Debug> TCPHandler: Processed in 0.001201033 sec. | ||
| 888 | 2024.12.20 22:26:25.185037 [ 258 ] {} <Trace> TCP-Session: ffa14e40-21f2-486f-9e00-52c5fc0ffcfe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 889 | 2024.12.20 22:26:25.185188 [ 258 ] {d26c76d4-802c-4276-abac-cdea65203311} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59387) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 890 | 2024.12.20 22:26:25.185250 [ 258 ] {d26c76d4-802c-4276-abac-cdea65203311} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 891 | 2024.12.20 22:26:25.186140 [ 258 ] {d26c76d4-802c-4276-abac-cdea65203311} <Trace> oximeter.timeseries_schema (766dfe1e-87a5-4910-afd3-6e48fd3978ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 892 | 2024.12.20 22:26:25.186179 [ 258 ] {d26c76d4-802c-4276-abac-cdea65203311} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 893 | 2024.12.20 22:26:25.186742 [ 258 ] {d26c76d4-802c-4276-abac-cdea65203311} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 894 | 2024.12.20 22:26:25.186981 [ 258 ] {d26c76d4-802c-4276-abac-cdea65203311} <Trace> oximeter.timeseries_schema (766dfe1e-87a5-4910-afd3-6e48fd3978ee): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 895 | 2024.12.20 22:26:25.187169 [ 258 ] {d26c76d4-802c-4276-abac-cdea65203311} <Debug> executeQuery: Read 18 rows, 2.52 KiB in 0.002027 sec., 8880.118401578688 rows/sec., 1.21 MiB/sec. | ||
| 896 | 2024.12.20 22:26:25.187231 [ 258 ] {d26c76d4-802c-4276-abac-cdea65203311} <Debug> TCPHandler: Processed in 0.002257683 sec. | ||
| 897 | 2024.12.20 22:26:25.187392 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 898 | 2024.12.20 22:26:25.187542 [ 260 ] {913ecad9-5af7-4234-9002-2c056d980d46} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 899 | 2024.12.20 22:26:25.187601 [ 260 ] {913ecad9-5af7-4234-9002-2c056d980d46} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 900 | 2024.12.20 22:26:25.188962 [ 260 ] {913ecad9-5af7-4234-9002-2c056d980d46} <Trace> oximeter.fields_string (be340cd8-3bde-4f05-8e45-9e8a1492ad3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 901 | 2024.12.20 22:26:25.189004 [ 260 ] {913ecad9-5af7-4234-9002-2c056d980d46} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 902 | 2024.12.20 22:26:25.189486 [ 260 ] {913ecad9-5af7-4234-9002-2c056d980d46} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 903 | 2024.12.20 22:26:25.189734 [ 260 ] {913ecad9-5af7-4234-9002-2c056d980d46} <Trace> oximeter.fields_string (be340cd8-3bde-4f05-8e45-9e8a1492ad3b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 904 | 2024.12.20 22:26:25.189937 [ 260 ] {913ecad9-5af7-4234-9002-2c056d980d46} <Debug> executeQuery: Read 30 rows, 2.40 KiB in 0.002433 sec., 12330.456226880395 rows/sec., 985.79 KiB/sec. | ||
| 905 | 2024.12.20 22:26:25.190003 [ 260 ] {913ecad9-5af7-4234-9002-2c056d980d46} <Debug> TCPHandler: Processed in 0.002677164 sec. | ||
| 906 | 2024.12.20 22:26:25.190177 [ 258 ] {} <Trace> TCP-Session: ffa14e40-21f2-486f-9e00-52c5fc0ffcfe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 907 | 2024.12.20 22:26:25.190330 [ 258 ] {0155d4b0-5924-4db1-8a2f-22890a8c3a60} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59387) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 908 | 2024.12.20 22:26:25.190390 [ 258 ] {0155d4b0-5924-4db1-8a2f-22890a8c3a60} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 909 | 2024.12.20 22:26:25.191085 [ 258 ] {0155d4b0-5924-4db1-8a2f-22890a8c3a60} <Trace> oximeter.fields_uuid (fb7f0ac5-74a7-4737-ae05-0271c6750327): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 910 | 2024.12.20 22:26:25.191127 [ 258 ] {0155d4b0-5924-4db1-8a2f-22890a8c3a60} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 911 | 2024.12.20 22:26:25.191515 [ 258 ] {0155d4b0-5924-4db1-8a2f-22890a8c3a60} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 912 | 2024.12.20 22:26:25.191761 [ 258 ] {0155d4b0-5924-4db1-8a2f-22890a8c3a60} <Trace> oximeter.fields_uuid (fb7f0ac5-74a7-4737-ae05-0271c6750327): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 913 | 2024.12.20 22:26:25.192038 [ 258 ] {0155d4b0-5924-4db1-8a2f-22890a8c3a60} <Debug> executeQuery: Read 36 rows, 2.88 KiB in 0.001728 sec., 20833.333333333336 rows/sec., 1.63 MiB/sec. | ||
| 914 | 2024.12.20 22:26:25.192121 [ 258 ] {0155d4b0-5924-4db1-8a2f-22890a8c3a60} <Debug> TCPHandler: Processed in 0.002015296 sec. | ||
| 915 | 2024.12.20 22:26:25.192284 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 916 | 2024.12.20 22:26:25.192428 [ 260 ] {9857bf99-17c0-4c61-9bbf-5db1db5fcf61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 917 | 2024.12.20 22:26:25.192493 [ 260 ] {9857bf99-17c0-4c61-9bbf-5db1db5fcf61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 918 | 2024.12.20 22:26:25.193733 [ 260 ] {9857bf99-17c0-4c61-9bbf-5db1db5fcf61} <Trace> oximeter.measurements_cumulativeu64 (2e833ed7-efb3-49ee-873b-fe7dc1d5762e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 919 | 2024.12.20 22:26:25.193769 [ 260 ] {9857bf99-17c0-4c61-9bbf-5db1db5fcf61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 920 | 2024.12.20 22:26:25.194205 [ 260 ] {9857bf99-17c0-4c61-9bbf-5db1db5fcf61} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 921 | 2024.12.20 22:26:25.194446 [ 260 ] {9857bf99-17c0-4c61-9bbf-5db1db5fcf61} <Trace> oximeter.measurements_cumulativeu64 (2e833ed7-efb3-49ee-873b-fe7dc1d5762e): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 922 | 2024.12.20 22:26:25.194695 [ 260 ] {9857bf99-17c0-4c61-9bbf-5db1db5fcf61} <Debug> executeQuery: Read 48 rows, 3.45 KiB in 0.002285 sec., 21006.564551422318 rows/sec., 1.47 MiB/sec. | ||
| 923 | 2024.12.20 22:26:25.194794 [ 260 ] {9857bf99-17c0-4c61-9bbf-5db1db5fcf61} <Debug> TCPHandler: Processed in 0.002580731 sec. | ||
| 924 | 2024.12.20 22:26:25.194950 [ 258 ] {} <Trace> TCP-Session: ffa14e40-21f2-486f-9e00-52c5fc0ffcfe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 925 | 2024.12.20 22:26:25.195088 [ 258 ] {a204116e-d72e-4a3a-b17c-e33cd50984ae} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59387) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 926 | 2024.12.20 22:26:25.195148 [ 258 ] {a204116e-d72e-4a3a-b17c-e33cd50984ae} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 927 | 2024.12.20 22:26:25.195718 [ 258 ] {a204116e-d72e-4a3a-b17c-e33cd50984ae} <Trace> oximeter.measurements_u64 (b5f8915a-997f-4944-a48b-a878169c21e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 928 | 2024.12.20 22:26:25.195763 [ 258 ] {a204116e-d72e-4a3a-b17c-e33cd50984ae} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 929 | 2024.12.20 22:26:25.196168 [ 258 ] {a204116e-d72e-4a3a-b17c-e33cd50984ae} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 930 | 2024.12.20 22:26:25.196411 [ 258 ] {a204116e-d72e-4a3a-b17c-e33cd50984ae} <Trace> oximeter.measurements_u64 (b5f8915a-997f-4944-a48b-a878169c21e0): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 931 | 2024.12.20 22:26:25.196613 [ 258 ] {a204116e-d72e-4a3a-b17c-e33cd50984ae} <Debug> executeQuery: Read 24 rows, 1.63 KiB in 0.001557 sec., 15414.258188824662 rows/sec., 1.02 MiB/sec. | ||
| 932 | 2024.12.20 22:26:25.196663 [ 258 ] {a204116e-d72e-4a3a-b17c-e33cd50984ae} <Debug> TCPHandler: Processed in 0.001782629 sec. | ||
| 933 | 2024.12.20 22:26:26.861922 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 1403 | ||
| 934 | 2024.12.20 22:26:26.862791 [ 242 ] {} <Trace> system.asynchronous_metric_log (872a84c2-09da-4c20-9ea0-5cf32b1a4df4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 935 | 2024.12.20 22:26:26.862837 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 936 | 2024.12.20 22:26:26.863448 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 937 | 2024.12.20 22:26:26.863717 [ 242 ] {} <Trace> system.asynchronous_metric_log (872a84c2-09da-4c20-9ea0-5cf32b1a4df4): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 938 | 2024.12.20 22:26:26.863994 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1403 | ||
| 939 | 2024.12.20 22:26:26.934276 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 23 | ||
| 940 | 2024.12.20 22:26:26.953375 [ 244 ] {} <Trace> system.metric_log (fe7f8d4b-b36f-4a64-a142-f4747bcb5bba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 941 | 2024.12.20 22:26:26.953434 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 942 | 2024.12.20 22:26:26.959903 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 943 | 2024.12.20 22:26:26.960666 [ 244 ] {} <Trace> system.metric_log (fe7f8d4b-b36f-4a64-a142-f4747bcb5bba): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 944 | 2024.12.20 22:26:26.963447 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 23 | ||
| 945 | 2024.12.20 22:26:30.157985 [ 258 ] {} <Trace> TCP-Session: ffa14e40-21f2-486f-9e00-52c5fc0ffcfe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 946 | 2024.12.20 22:26:30.158212 [ 258 ] {262c1a8a-2cd6-4603-938e-7406d9be0b36} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59387) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 947 | 2024.12.20 22:26:30.158299 [ 258 ] {262c1a8a-2cd6-4603-938e-7406d9be0b36} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 948 | 2024.12.20 22:26:30.159175 [ 258 ] {262c1a8a-2cd6-4603-938e-7406d9be0b36} <Trace> oximeter.fields_string (be340cd8-3bde-4f05-8e45-9e8a1492ad3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 949 | 2024.12.20 22:26:30.159231 [ 258 ] {262c1a8a-2cd6-4603-938e-7406d9be0b36} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 950 | 2024.12.20 22:26:30.159688 [ 258 ] {262c1a8a-2cd6-4603-938e-7406d9be0b36} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 951 | 2024.12.20 22:26:30.159958 [ 258 ] {262c1a8a-2cd6-4603-938e-7406d9be0b36} <Trace> oximeter.fields_string (be340cd8-3bde-4f05-8e45-9e8a1492ad3b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 952 | 2024.12.20 22:26:30.160196 [ 258 ] {262c1a8a-2cd6-4603-938e-7406d9be0b36} <Debug> executeQuery: Read 30 rows, 2.40 KiB in 0.002047 sec., 14655.593551538836 rows/sec., 1.14 MiB/sec. | ||
| 953 | 2024.12.20 22:26:30.160260 [ 258 ] {262c1a8a-2cd6-4603-938e-7406d9be0b36} <Debug> TCPHandler: Processed in 0.002418566 sec. | ||
| 954 | 2024.12.20 22:26:30.160533 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 955 | 2024.12.20 22:26:30.160745 [ 260 ] {6b233598-8a04-4773-8193-af06a2c4ff33} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 956 | 2024.12.20 22:26:30.160825 [ 260 ] {6b233598-8a04-4773-8193-af06a2c4ff33} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 957 | 2024.12.20 22:26:30.161614 [ 260 ] {6b233598-8a04-4773-8193-af06a2c4ff33} <Trace> oximeter.fields_uuid (fb7f0ac5-74a7-4737-ae05-0271c6750327): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 958 | 2024.12.20 22:26:30.161657 [ 260 ] {6b233598-8a04-4773-8193-af06a2c4ff33} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 959 | 2024.12.20 22:26:30.162096 [ 260 ] {6b233598-8a04-4773-8193-af06a2c4ff33} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 960 | 2024.12.20 22:26:30.162351 [ 260 ] {6b233598-8a04-4773-8193-af06a2c4ff33} <Trace> oximeter.fields_uuid (fb7f0ac5-74a7-4737-ae05-0271c6750327): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 961 | 2024.12.20 22:26:30.162550 [ 260 ] {6b233598-8a04-4773-8193-af06a2c4ff33} <Debug> executeQuery: Read 36 rows, 2.88 KiB in 0.001863 sec., 19323.67149758454 rows/sec., 1.51 MiB/sec. | ||
| 962 | 2024.12.20 22:26:30.162610 [ 260 ] {6b233598-8a04-4773-8193-af06a2c4ff33} <Debug> TCPHandler: Processed in 0.002212721 sec. | ||
| 963 | 2024.12.20 22:26:30.162773 [ 258 ] {} <Trace> TCP-Session: ffa14e40-21f2-486f-9e00-52c5fc0ffcfe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 964 | 2024.12.20 22:26:30.162925 [ 258 ] {3abfc8d9-db5e-44d7-814b-2d8334d60403} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59387) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 965 | 2024.12.20 22:26:30.162990 [ 258 ] {3abfc8d9-db5e-44d7-814b-2d8334d60403} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 966 | 2024.12.20 22:26:30.163554 [ 258 ] {3abfc8d9-db5e-44d7-814b-2d8334d60403} <Trace> oximeter.measurements_cumulativeu64 (2e833ed7-efb3-49ee-873b-fe7dc1d5762e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 967 | 2024.12.20 22:26:30.163596 [ 258 ] {3abfc8d9-db5e-44d7-814b-2d8334d60403} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 968 | 2024.12.20 22:26:30.163999 [ 258 ] {3abfc8d9-db5e-44d7-814b-2d8334d60403} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 969 | 2024.12.20 22:26:30.164242 [ 258 ] {3abfc8d9-db5e-44d7-814b-2d8334d60403} <Trace> oximeter.measurements_cumulativeu64 (2e833ed7-efb3-49ee-873b-fe7dc1d5762e): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 970 | 2024.12.20 22:26:30.164456 [ 258 ] {3abfc8d9-db5e-44d7-814b-2d8334d60403} <Debug> executeQuery: Read 60 rows, 4.31 KiB in 0.001569 sec., 38240.917782026765 rows/sec., 2.68 MiB/sec. | ||
| 971 | 2024.12.20 22:26:30.164509 [ 258 ] {3abfc8d9-db5e-44d7-814b-2d8334d60403} <Debug> TCPHandler: Processed in 0.00180567 sec. | ||
| 972 | 2024.12.20 22:26:30.164666 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 973 | 2024.12.20 22:26:30.164815 [ 260 ] {8e9a0e5c-5704-476a-96e3-d152c9f658d8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 974 | 2024.12.20 22:26:30.164881 [ 260 ] {8e9a0e5c-5704-476a-96e3-d152c9f658d8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 975 | 2024.12.20 22:26:30.165424 [ 260 ] {8e9a0e5c-5704-476a-96e3-d152c9f658d8} <Trace> oximeter.measurements_u64 (b5f8915a-997f-4944-a48b-a878169c21e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 976 | 2024.12.20 22:26:30.165464 [ 260 ] {8e9a0e5c-5704-476a-96e3-d152c9f658d8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 977 | 2024.12.20 22:26:30.165863 [ 260 ] {8e9a0e5c-5704-476a-96e3-d152c9f658d8} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 978 | 2024.12.20 22:26:30.166097 [ 260 ] {8e9a0e5c-5704-476a-96e3-d152c9f658d8} <Trace> oximeter.measurements_u64 (b5f8915a-997f-4944-a48b-a878169c21e0): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 979 | 2024.12.20 22:26:30.166308 [ 260 ] {8e9a0e5c-5704-476a-96e3-d152c9f658d8} <Debug> executeQuery: Read 30 rows, 2.04 KiB in 0.001524 sec., 19685.03937007874 rows/sec., 1.30 MiB/sec. | ||
| 980 | 2024.12.20 22:26:30.166422 [ 260 ] {8e9a0e5c-5704-476a-96e3-d152c9f658d8} <Debug> TCPHandler: Processed in 0.00182887 sec. | ||
| 981 | 2024.12.20 22:26:34.310291 [ 85 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 982 | 2024.12.20 22:26:34.310355 [ 85 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 983 | 2024.12.20 22:26:34.353392 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 54 entries to flush up to offset 144 | ||
| 984 | 2024.12.20 22:26:34.357578 [ 243 ] {} <Trace> system.query_log (cb6910fd-3f74-40bb-afeb-929e53918d3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 985 | 2024.12.20 22:26:34.357631 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 986 | 2024.12.20 22:26:34.359121 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 987 | 2024.12.20 22:26:34.359423 [ 243 ] {} <Trace> system.query_log (cb6910fd-3f74-40bb-afeb-929e53918d3c): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 988 | 2024.12.20 22:26:34.360191 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 144 | ||
| 989 | 2024.12.20 22:26:34.364084 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 1891 | ||
| 990 | 2024.12.20 22:26:34.364841 [ 242 ] {} <Trace> system.asynchronous_metric_log (872a84c2-09da-4c20-9ea0-5cf32b1a4df4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 991 | 2024.12.20 22:26:34.364891 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 992 | 2024.12.20 22:26:34.365488 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 993 | 2024.12.20 22:26:34.365743 [ 242 ] {} <Trace> system.asynchronous_metric_log (872a84c2-09da-4c20-9ea0-5cf32b1a4df4): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 994 | 2024.12.20 22:26:34.365969 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 1891 | ||
| 995 | 2024.12.20 22:26:34.463503 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 31 | ||
| 996 | 2024.12.20 22:26:34.483657 [ 244 ] {} <Trace> system.metric_log (fe7f8d4b-b36f-4a64-a142-f4747bcb5bba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 997 | 2024.12.20 22:26:34.483723 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 998 | 2024.12.20 22:26:34.490666 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 999 | 2024.12.20 22:26:34.491437 [ 244 ] {} <Trace> system.metric_log (fe7f8d4b-b36f-4a64-a142-f4747bcb5bba): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1000 | 2024.12.20 22:26:34.494360 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 31 | ||
| 1001 | 2024.12.20 22:26:35.155352 [ 258 ] {} <Trace> TCP-Session: ffa14e40-21f2-486f-9e00-52c5fc0ffcfe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1002 | 2024.12.20 22:26:35.155670 [ 258 ] {746041f7-27a1-4a45-b389-90c9e7cd977b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59387) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1003 | 2024.12.20 22:26:35.156265 [ 258 ] {746041f7-27a1-4a45-b389-90c9e7cd977b} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1004 | 2024.12.20 22:26:35.156375 [ 258 ] {746041f7-27a1-4a45-b389-90c9e7cd977b} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1005 | 2024.12.20 22:26:35.156787 [ 258 ] {746041f7-27a1-4a45-b389-90c9e7cd977b} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1006 | 2024.12.20 22:26:35.157027 [ 258 ] {746041f7-27a1-4a45-b389-90c9e7cd977b} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1007 | 2024.12.20 22:26:35.157363 [ 258 ] {746041f7-27a1-4a45-b389-90c9e7cd977b} <Debug> oximeter.timeseries_schema (766dfe1e-87a5-4910-afd3-6e48fd3978ee) (SelectExecutor): Key condition: (column 0 notIn 18-element set) | ||
| 1008 | 2024.12.20 22:26:35.158503 [ 258 ] {746041f7-27a1-4a45-b389-90c9e7cd977b} <Trace> oximeter.timeseries_schema (766dfe1e-87a5-4910-afd3-6e48fd3978ee) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1009 | 2024.12.20 22:26:35.158565 [ 258 ] {746041f7-27a1-4a45-b389-90c9e7cd977b} <Debug> oximeter.timeseries_schema (766dfe1e-87a5-4910-afd3-6e48fd3978ee) (SelectExecutor): Selected 1/1 parts by partition key, 1 parts by primary key, 1/1 marks by primary key, 1 marks to read from 1 ranges | ||
| 1010 | 2024.12.20 22:26:35.158585 [ 258 ] {746041f7-27a1-4a45-b389-90c9e7cd977b} <Trace> oximeter.timeseries_schema (766dfe1e-87a5-4910-afd3-6e48fd3978ee) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1011 | 2024.12.20 22:26:35.158706 [ 258 ] {746041f7-27a1-4a45-b389-90c9e7cd977b} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1012 | 2024.12.20 22:26:35.158733 [ 258 ] {746041f7-27a1-4a45-b389-90c9e7cd977b} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1013 | 2024.12.20 22:26:35.160802 [ 258 ] {746041f7-27a1-4a45-b389-90c9e7cd977b} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.005262 sec., 3420.752565564424 rows/sec., 139.93 KiB/sec. | ||
| 1014 | 2024.12.20 22:26:35.161011 [ 258 ] {746041f7-27a1-4a45-b389-90c9e7cd977b} <Debug> TCPHandler: Processed in 0.005884912 sec. | ||
| 1015 | 2024.12.20 22:26:35.164367 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1016 | 2024.12.20 22:26:35.164515 [ 260 ] {1b4746e6-4cb1-4046-84cb-a5d57750622b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1017 | 2024.12.20 22:26:35.164576 [ 260 ] {1b4746e6-4cb1-4046-84cb-a5d57750622b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1018 | 2024.12.20 22:26:35.165352 [ 260 ] {1b4746e6-4cb1-4046-84cb-a5d57750622b} <Trace> oximeter.timeseries_schema (766dfe1e-87a5-4910-afd3-6e48fd3978ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1019 | 2024.12.20 22:26:35.165400 [ 260 ] {1b4746e6-4cb1-4046-84cb-a5d57750622b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1020 | 2024.12.20 22:26:35.165917 [ 260 ] {1b4746e6-4cb1-4046-84cb-a5d57750622b} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1021 | 2024.12.20 22:26:35.166140 [ 260 ] {1b4746e6-4cb1-4046-84cb-a5d57750622b} <Trace> oximeter.timeseries_schema (766dfe1e-87a5-4910-afd3-6e48fd3978ee): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1022 | 2024.12.20 22:26:35.166375 [ 260 ] {1b4746e6-4cb1-4046-84cb-a5d57750622b} <Debug> executeQuery: Read 1 rows, 153.00 B in 0.001897 sec., 527.1481286241434 rows/sec., 78.76 KiB/sec. | ||
| 1023 | 2024.12.20 22:26:35.166438 [ 260 ] {1b4746e6-4cb1-4046-84cb-a5d57750622b} <Debug> TCPHandler: Processed in 0.002148529 sec. | ||
| 1024 | 2024.12.20 22:26:35.166655 [ 258 ] {} <Trace> TCP-Session: ffa14e40-21f2-486f-9e00-52c5fc0ffcfe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1025 | 2024.12.20 22:26:35.166837 [ 258 ] {1230944a-3d6c-4a06-8cd0-75a72c3a05c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59387) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1026 | 2024.12.20 22:26:35.166912 [ 258 ] {1230944a-3d6c-4a06-8cd0-75a72c3a05c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1027 | 2024.12.20 22:26:35.167783 [ 258 ] {1230944a-3d6c-4a06-8cd0-75a72c3a05c1} <Trace> oximeter.fields_string (be340cd8-3bde-4f05-8e45-9e8a1492ad3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1028 | 2024.12.20 22:26:35.167836 [ 258 ] {1230944a-3d6c-4a06-8cd0-75a72c3a05c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1029 | 2024.12.20 22:26:35.168363 [ 258 ] {1230944a-3d6c-4a06-8cd0-75a72c3a05c1} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1030 | 2024.12.20 22:26:35.168623 [ 258 ] {1230944a-3d6c-4a06-8cd0-75a72c3a05c1} <Trace> oximeter.fields_string (be340cd8-3bde-4f05-8e45-9e8a1492ad3b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1031 | 2024.12.20 22:26:35.168822 [ 258 ] {1230944a-3d6c-4a06-8cd0-75a72c3a05c1} <Debug> executeQuery: Read 46 rows, 3.98 KiB in 0.002044 sec., 22504.892367906068 rows/sec., 1.90 MiB/sec. | ||
| 1032 | 2024.12.20 22:26:35.168882 [ 258 ] {1230944a-3d6c-4a06-8cd0-75a72c3a05c1} <Debug> TCPHandler: Processed in 0.002361165 sec. | ||
| 1033 | 2024.12.20 22:26:35.169054 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1034 | 2024.12.20 22:26:35.169200 [ 260 ] {ad7bd0e2-e138-4412-8477-0f7bd7be8dd5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1035 | 2024.12.20 22:26:35.169261 [ 260 ] {ad7bd0e2-e138-4412-8477-0f7bd7be8dd5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1036 | 2024.12.20 22:26:35.170033 [ 260 ] {ad7bd0e2-e138-4412-8477-0f7bd7be8dd5} <Trace> oximeter.fields_u16 (66d17a24-a3a1-42a5-bd94-b86efb1056dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1037 | 2024.12.20 22:26:35.170079 [ 260 ] {ad7bd0e2-e138-4412-8477-0f7bd7be8dd5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1038 | 2024.12.20 22:26:35.170482 [ 260 ] {ad7bd0e2-e138-4412-8477-0f7bd7be8dd5} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1039 | 2024.12.20 22:26:35.170725 [ 260 ] {ad7bd0e2-e138-4412-8477-0f7bd7be8dd5} <Trace> oximeter.fields_u16 (66d17a24-a3a1-42a5-bd94-b86efb1056dd): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1040 | 2024.12.20 22:26:35.170937 [ 260 ] {ad7bd0e2-e138-4412-8477-0f7bd7be8dd5} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.00177 sec., 4519.774011299435 rows/sec., 339.87 KiB/sec. | ||
| 1041 | 2024.12.20 22:26:35.170993 [ 260 ] {ad7bd0e2-e138-4412-8477-0f7bd7be8dd5} <Debug> TCPHandler: Processed in 0.002007886 sec. | ||
| 1042 | 2024.12.20 22:26:35.171154 [ 258 ] {} <Trace> TCP-Session: ffa14e40-21f2-486f-9e00-52c5fc0ffcfe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1043 | 2024.12.20 22:26:35.171281 [ 258 ] {3d3981a0-c4cb-4254-aa58-4b533f5c585d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59387) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1044 | 2024.12.20 22:26:35.171344 [ 258 ] {3d3981a0-c4cb-4254-aa58-4b533f5c585d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1045 | 2024.12.20 22:26:35.172092 [ 258 ] {3d3981a0-c4cb-4254-aa58-4b533f5c585d} <Trace> oximeter.fields_uuid (fb7f0ac5-74a7-4737-ae05-0271c6750327): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1046 | 2024.12.20 22:26:35.172138 [ 258 ] {3d3981a0-c4cb-4254-aa58-4b533f5c585d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1047 | 2024.12.20 22:26:35.172540 [ 258 ] {3d3981a0-c4cb-4254-aa58-4b533f5c585d} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1048 | 2024.12.20 22:26:35.172783 [ 258 ] {3d3981a0-c4cb-4254-aa58-4b533f5c585d} <Trace> oximeter.fields_uuid (fb7f0ac5-74a7-4737-ae05-0271c6750327): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1049 | 2024.12.20 22:26:35.172962 [ 258 ] {3d3981a0-c4cb-4254-aa58-4b533f5c585d} <Debug> executeQuery: Read 44 rows, 3.52 KiB in 0.001712 sec., 25700.934579439254 rows/sec., 2.01 MiB/sec. | ||
| 1050 | 2024.12.20 22:26:35.173015 [ 258 ] {3d3981a0-c4cb-4254-aa58-4b533f5c585d} <Debug> TCPHandler: Processed in 0.001919964 sec. | ||
| 1051 | 2024.12.20 22:26:35.173170 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1052 | 2024.12.20 22:26:35.173289 [ 260 ] {5fabe3f2-7738-4557-8051-9ccafdf25beb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1053 | 2024.12.20 22:26:35.173385 [ 260 ] {5fabe3f2-7738-4557-8051-9ccafdf25beb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1054 | 2024.12.20 22:26:35.174371 [ 260 ] {5fabe3f2-7738-4557-8051-9ccafdf25beb} <Trace> oximeter.measurements_cumulativeu64 (2e833ed7-efb3-49ee-873b-fe7dc1d5762e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1055 | 2024.12.20 22:26:35.174413 [ 260 ] {5fabe3f2-7738-4557-8051-9ccafdf25beb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1056 | 2024.12.20 22:26:35.174799 [ 260 ] {5fabe3f2-7738-4557-8051-9ccafdf25beb} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1057 | 2024.12.20 22:26:35.175044 [ 260 ] {5fabe3f2-7738-4557-8051-9ccafdf25beb} <Trace> oximeter.measurements_cumulativeu64 (2e833ed7-efb3-49ee-873b-fe7dc1d5762e): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1058 | 2024.12.20 22:26:35.175256 [ 260 ] {5fabe3f2-7738-4557-8051-9ccafdf25beb} <Debug> executeQuery: Read 60 rows, 4.31 KiB in 0.001992 sec., 30120.481927710847 rows/sec., 2.11 MiB/sec. | ||
| 1059 | 2024.12.20 22:26:35.175312 [ 260 ] {5fabe3f2-7738-4557-8051-9ccafdf25beb} <Debug> TCPHandler: Processed in 0.002199011 sec. | ||
| 1060 | 2024.12.20 22:26:35.175462 [ 258 ] {} <Trace> TCP-Session: ffa14e40-21f2-486f-9e00-52c5fc0ffcfe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1061 | 2024.12.20 22:26:35.175588 [ 258 ] {ff216dd3-89e2-4b4e-8ea9-e58f6d20383b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59387) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1062 | 2024.12.20 22:26:35.175672 [ 258 ] {ff216dd3-89e2-4b4e-8ea9-e58f6d20383b} <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 | ||
| 1063 | 2024.12.20 22:26:35.176843 [ 258 ] {ff216dd3-89e2-4b4e-8ea9-e58f6d20383b} <Trace> oximeter.measurements_histogramu64 (cfe0444f-6b19-4855-b696-cc295685d98f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1064 | 2024.12.20 22:26:35.176882 [ 258 ] {ff216dd3-89e2-4b4e-8ea9-e58f6d20383b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1065 | 2024.12.20 22:26:35.177605 [ 258 ] {ff216dd3-89e2-4b4e-8ea9-e58f6d20383b} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1066 | 2024.12.20 22:26:35.177867 [ 258 ] {ff216dd3-89e2-4b4e-8ea9-e58f6d20383b} <Trace> oximeter.measurements_histogramu64 (cfe0444f-6b19-4855-b696-cc295685d98f): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1067 | 2024.12.20 22:26:35.178141 [ 258 ] {ff216dd3-89e2-4b4e-8ea9-e58f6d20383b} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002563 sec., 3121.342177136168 rows/sec., 5.59 MiB/sec. | ||
| 1068 | 2024.12.20 22:26:35.178260 [ 258 ] {ff216dd3-89e2-4b4e-8ea9-e58f6d20383b} <Debug> TCPHandler: Processed in 0.002856699 sec. | ||
| 1069 | 2024.12.20 22:26:35.178420 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1070 | 2024.12.20 22:26:35.178544 [ 260 ] {8e4bfbd6-b0a7-48bd-90ed-08d56ff3b3ce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1071 | 2024.12.20 22:26:35.178596 [ 260 ] {8e4bfbd6-b0a7-48bd-90ed-08d56ff3b3ce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1072 | 2024.12.20 22:26:35.179089 [ 260 ] {8e4bfbd6-b0a7-48bd-90ed-08d56ff3b3ce} <Trace> oximeter.measurements_u64 (b5f8915a-997f-4944-a48b-a878169c21e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1073 | 2024.12.20 22:26:35.179128 [ 260 ] {8e4bfbd6-b0a7-48bd-90ed-08d56ff3b3ce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1074 | 2024.12.20 22:26:35.179502 [ 260 ] {8e4bfbd6-b0a7-48bd-90ed-08d56ff3b3ce} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1075 | 2024.12.20 22:26:35.179740 [ 260 ] {8e4bfbd6-b0a7-48bd-90ed-08d56ff3b3ce} <Trace> oximeter.measurements_u64 (b5f8915a-997f-4944-a48b-a878169c21e0): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1076 | 2024.12.20 22:26:35.179970 [ 260 ] {8e4bfbd6-b0a7-48bd-90ed-08d56ff3b3ce} <Debug> executeQuery: Read 30 rows, 2.04 KiB in 0.001446 sec., 20746.887966804978 rows/sec., 1.38 MiB/sec. | ||
| 1077 | 2024.12.20 22:26:35.180027 [ 260 ] {8e4bfbd6-b0a7-48bd-90ed-08d56ff3b3ce} <Debug> TCPHandler: Processed in 0.001663436 sec. | ||
| 1078 | 2024.12.20 22:26:40.162370 [ 258 ] {} <Trace> TCP-Session: ffa14e40-21f2-486f-9e00-52c5fc0ffcfe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1079 | 2024.12.20 22:26:40.162588 [ 258 ] {6aa0873b-6d22-4b2e-8006-138ec60da78d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59387) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1080 | 2024.12.20 22:26:40.162665 [ 258 ] {6aa0873b-6d22-4b2e-8006-138ec60da78d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1081 | 2024.12.20 22:26:40.163539 [ 258 ] {6aa0873b-6d22-4b2e-8006-138ec60da78d} <Trace> oximeter.fields_string (be340cd8-3bde-4f05-8e45-9e8a1492ad3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1082 | 2024.12.20 22:26:40.163598 [ 258 ] {6aa0873b-6d22-4b2e-8006-138ec60da78d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1083 | 2024.12.20 22:26:40.164072 [ 258 ] {6aa0873b-6d22-4b2e-8006-138ec60da78d} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1084 | 2024.12.20 22:26:40.164344 [ 258 ] {6aa0873b-6d22-4b2e-8006-138ec60da78d} <Trace> oximeter.fields_string (be340cd8-3bde-4f05-8e45-9e8a1492ad3b): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1085 | 2024.12.20 22:26:40.164605 [ 258 ] {6aa0873b-6d22-4b2e-8006-138ec60da78d} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002066 sec., 27105.5179090029 rows/sec., 2.08 MiB/sec. | ||
| 1086 | 2024.12.20 22:26:40.164806 [ 258 ] {6aa0873b-6d22-4b2e-8006-138ec60da78d} <Debug> TCPHandler: Processed in 0.002589302 sec. | ||
| 1087 | 2024.12.20 22:26:40.165088 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1088 | 2024.12.20 22:26:40.165278 [ 260 ] {e882a8aa-ae59-46a6-9c8c-296f74840bce} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1089 | 2024.12.20 22:26:40.165352 [ 260 ] {e882a8aa-ae59-46a6-9c8c-296f74840bce} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1090 | 2024.12.20 22:26:40.166178 [ 260 ] {e882a8aa-ae59-46a6-9c8c-296f74840bce} <Trace> oximeter.fields_uuid (fb7f0ac5-74a7-4737-ae05-0271c6750327): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1091 | 2024.12.20 22:26:40.166226 [ 260 ] {e882a8aa-ae59-46a6-9c8c-296f74840bce} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1092 | 2024.12.20 22:26:40.166698 [ 260 ] {e882a8aa-ae59-46a6-9c8c-296f74840bce} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1093 | 2024.12.20 22:26:40.166958 [ 260 ] {e882a8aa-ae59-46a6-9c8c-296f74840bce} <Trace> oximeter.fields_uuid (fb7f0ac5-74a7-4737-ae05-0271c6750327): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1094 | 2024.12.20 22:26:40.167165 [ 260 ] {e882a8aa-ae59-46a6-9c8c-296f74840bce} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001941 sec., 32972.69448737764 rows/sec., 2.57 MiB/sec. | ||
| 1095 | 2024.12.20 22:26:40.167227 [ 260 ] {e882a8aa-ae59-46a6-9c8c-296f74840bce} <Debug> TCPHandler: Processed in 0.002264682 sec. | ||
| 1096 | 2024.12.20 22:26:40.167406 [ 258 ] {} <Trace> TCP-Session: ffa14e40-21f2-486f-9e00-52c5fc0ffcfe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1097 | 2024.12.20 22:26:40.167540 [ 258 ] {58e724ba-c145-424c-bce3-7f1dd42c49c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59387) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1098 | 2024.12.20 22:26:40.167600 [ 258 ] {58e724ba-c145-424c-bce3-7f1dd42c49c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1099 | 2024.12.20 22:26:40.168189 [ 258 ] {58e724ba-c145-424c-bce3-7f1dd42c49c1} <Trace> oximeter.measurements_cumulativeu64 (2e833ed7-efb3-49ee-873b-fe7dc1d5762e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1100 | 2024.12.20 22:26:40.168233 [ 258 ] {58e724ba-c145-424c-bce3-7f1dd42c49c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1101 | 2024.12.20 22:26:40.168638 [ 258 ] {58e724ba-c145-424c-bce3-7f1dd42c49c1} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1102 | 2024.12.20 22:26:40.168884 [ 258 ] {58e724ba-c145-424c-bce3-7f1dd42c49c1} <Trace> oximeter.measurements_cumulativeu64 (2e833ed7-efb3-49ee-873b-fe7dc1d5762e): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1103 | 2024.12.20 22:26:40.169135 [ 258 ] {58e724ba-c145-424c-bce3-7f1dd42c49c1} <Debug> executeQuery: Read 140 rows, 9.99 KiB in 0.001625 sec., 86153.84615384616 rows/sec., 6.00 MiB/sec. | ||
| 1104 | 2024.12.20 22:26:40.169210 [ 258 ] {58e724ba-c145-424c-bce3-7f1dd42c49c1} <Debug> TCPHandler: Processed in 0.001877392 sec. | ||
| 1105 | 2024.12.20 22:26:40.169373 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1106 | 2024.12.20 22:26:40.169503 [ 260 ] {aa1feb6c-551e-44dc-9ce6-f385d84630bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1107 | 2024.12.20 22:26:40.169562 [ 260 ] {aa1feb6c-551e-44dc-9ce6-f385d84630bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1108 | 2024.12.20 22:26:40.170104 [ 260 ] {aa1feb6c-551e-44dc-9ce6-f385d84630bf} <Trace> oximeter.measurements_u64 (b5f8915a-997f-4944-a48b-a878169c21e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1109 | 2024.12.20 22:26:40.170157 [ 260 ] {aa1feb6c-551e-44dc-9ce6-f385d84630bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1110 | 2024.12.20 22:26:40.170577 [ 260 ] {aa1feb6c-551e-44dc-9ce6-f385d84630bf} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1111 | 2024.12.20 22:26:40.170828 [ 260 ] {aa1feb6c-551e-44dc-9ce6-f385d84630bf} <Trace> oximeter.measurements_u64 (b5f8915a-997f-4944-a48b-a878169c21e0): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1112 | 2024.12.20 22:26:40.171055 [ 260 ] {aa1feb6c-551e-44dc-9ce6-f385d84630bf} <Debug> executeQuery: Read 54 rows, 3.72 KiB in 0.001579 sec., 34198.86003799873 rows/sec., 2.30 MiB/sec. | ||
| 1113 | 2024.12.20 22:26:40.171213 [ 260 ] {aa1feb6c-551e-44dc-9ce6-f385d84630bf} <Debug> TCPHandler: Processed in 0.001903133 sec. | ||
| 1114 | 2024.12.20 22:26:41.866080 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 2318 | ||
| 1115 | 2024.12.20 22:26:41.866719 [ 242 ] {} <Trace> system.asynchronous_metric_log (872a84c2-09da-4c20-9ea0-5cf32b1a4df4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1116 | 2024.12.20 22:26:41.866771 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1117 | 2024.12.20 22:26:41.867359 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1118 | 2024.12.20 22:26:41.867619 [ 242 ] {} <Trace> system.asynchronous_metric_log (872a84c2-09da-4c20-9ea0-5cf32b1a4df4): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1119 | 2024.12.20 22:26:41.867861 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2318 | ||
| 1120 | 2024.12.20 22:26:41.994427 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 38 | ||
| 1121 | 2024.12.20 22:26:42.015702 [ 244 ] {} <Trace> system.metric_log (fe7f8d4b-b36f-4a64-a142-f4747bcb5bba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1122 | 2024.12.20 22:26:42.015770 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1123 | 2024.12.20 22:26:42.022786 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1124 | 2024.12.20 22:26:42.023619 [ 244 ] {} <Trace> system.metric_log (fe7f8d4b-b36f-4a64-a142-f4747bcb5bba): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1125 | 2024.12.20 22:26:42.027137 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 38 | ||
| 1126 | 2024.12.20 22:26:44.360525 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 24 entries to flush up to offset 168 | ||
| 1127 | 2024.12.20 22:26:44.363372 [ 243 ] {} <Trace> system.query_log (cb6910fd-3f74-40bb-afeb-929e53918d3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1128 | 2024.12.20 22:26:44.363431 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1129 | 2024.12.20 22:26:44.364929 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1130 | 2024.12.20 22:26:44.365240 [ 243 ] {} <Trace> system.query_log (cb6910fd-3f74-40bb-afeb-929e53918d3c): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1131 | 2024.12.20 22:26:44.366174 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 168 | ||
| 1132 | 2024.12.20 22:26:45.162770 [ 258 ] {} <Trace> TCP-Session: ffa14e40-21f2-486f-9e00-52c5fc0ffcfe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1133 | 2024.12.20 22:26:45.162970 [ 258 ] {a26c528b-2c6c-456f-860d-9ca5cf95d72e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59387) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1134 | 2024.12.20 22:26:45.163045 [ 258 ] {a26c528b-2c6c-456f-860d-9ca5cf95d72e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1135 | 2024.12.20 22:26:45.163830 [ 258 ] {a26c528b-2c6c-456f-860d-9ca5cf95d72e} <Trace> oximeter.fields_string (be340cd8-3bde-4f05-8e45-9e8a1492ad3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1136 | 2024.12.20 22:26:45.163885 [ 258 ] {a26c528b-2c6c-456f-860d-9ca5cf95d72e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1137 | 2024.12.20 22:26:45.164341 [ 258 ] {a26c528b-2c6c-456f-860d-9ca5cf95d72e} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1138 | 2024.12.20 22:26:45.164603 [ 258 ] {a26c528b-2c6c-456f-860d-9ca5cf95d72e} <Trace> oximeter.fields_string (be340cd8-3bde-4f05-8e45-9e8a1492ad3b): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1139 | 2024.12.20 22:26:45.164830 [ 258 ] {a26c528b-2c6c-456f-860d-9ca5cf95d72e} <Debug> executeQuery: Read 72 rows, 5.99 KiB in 0.001915 sec., 37597.91122715404 rows/sec., 3.05 MiB/sec. | ||
| 1140 | 2024.12.20 22:26:45.165020 [ 258 ] {a26c528b-2c6c-456f-860d-9ca5cf95d72e} <Debug> TCPHandler: Processed in 0.002385075 sec. | ||
| 1141 | 2024.12.20 22:26:45.165294 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1142 | 2024.12.20 22:26:45.165483 [ 260 ] {0cfbdab3-3df7-4803-92ee-da4e4f82a1a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1143 | 2024.12.20 22:26:45.165560 [ 260 ] {0cfbdab3-3df7-4803-92ee-da4e4f82a1a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1144 | 2024.12.20 22:26:45.166284 [ 260 ] {0cfbdab3-3df7-4803-92ee-da4e4f82a1a7} <Trace> oximeter.fields_u16 (66d17a24-a3a1-42a5-bd94-b86efb1056dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1145 | 2024.12.20 22:26:45.166340 [ 260 ] {0cfbdab3-3df7-4803-92ee-da4e4f82a1a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1146 | 2024.12.20 22:26:45.166783 [ 260 ] {0cfbdab3-3df7-4803-92ee-da4e4f82a1a7} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1147 | 2024.12.20 22:26:45.167051 [ 260 ] {0cfbdab3-3df7-4803-92ee-da4e4f82a1a7} <Trace> oximeter.fields_u16 (66d17a24-a3a1-42a5-bd94-b86efb1056dd): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1148 | 2024.12.20 22:26:45.167330 [ 260 ] {0cfbdab3-3df7-4803-92ee-da4e4f82a1a7} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001895 sec., 4221.6358839050135 rows/sec., 317.45 KiB/sec. | ||
| 1149 | 2024.12.20 22:26:45.167505 [ 260 ] {0cfbdab3-3df7-4803-92ee-da4e4f82a1a7} <Debug> TCPHandler: Processed in 0.002343705 sec. | ||
| 1150 | 2024.12.20 22:26:45.167673 [ 258 ] {} <Trace> TCP-Session: ffa14e40-21f2-486f-9e00-52c5fc0ffcfe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1151 | 2024.12.20 22:26:45.167811 [ 258 ] {e051b5a8-7103-482a-b4c9-4a428ff00139} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59387) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1152 | 2024.12.20 22:26:45.167874 [ 258 ] {e051b5a8-7103-482a-b4c9-4a428ff00139} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1153 | 2024.12.20 22:26:45.168709 [ 258 ] {e051b5a8-7103-482a-b4c9-4a428ff00139} <Trace> oximeter.fields_uuid (fb7f0ac5-74a7-4737-ae05-0271c6750327): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1154 | 2024.12.20 22:26:45.168766 [ 258 ] {e051b5a8-7103-482a-b4c9-4a428ff00139} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1155 | 2024.12.20 22:26:45.169331 [ 258 ] {e051b5a8-7103-482a-b4c9-4a428ff00139} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1156 | 2024.12.20 22:26:45.169608 [ 258 ] {e051b5a8-7103-482a-b4c9-4a428ff00139} <Trace> oximeter.fields_uuid (fb7f0ac5-74a7-4737-ae05-0271c6750327): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1157 | 2024.12.20 22:26:45.169799 [ 258 ] {e051b5a8-7103-482a-b4c9-4a428ff00139} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.002019 sec., 35661.218424962855 rows/sec., 2.78 MiB/sec. | ||
| 1158 | 2024.12.20 22:26:45.169852 [ 258 ] {e051b5a8-7103-482a-b4c9-4a428ff00139} <Debug> TCPHandler: Processed in 0.002238122 sec. | ||
| 1159 | 2024.12.20 22:26:45.170039 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1160 | 2024.12.20 22:26:45.170174 [ 260 ] {3f37c0c9-4593-4e7f-b385-10c69c59871f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1161 | 2024.12.20 22:26:45.170233 [ 260 ] {3f37c0c9-4593-4e7f-b385-10c69c59871f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1162 | 2024.12.20 22:26:45.170878 [ 260 ] {3f37c0c9-4593-4e7f-b385-10c69c59871f} <Trace> oximeter.measurements_cumulativeu64 (2e833ed7-efb3-49ee-873b-fe7dc1d5762e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1163 | 2024.12.20 22:26:45.170921 [ 260 ] {3f37c0c9-4593-4e7f-b385-10c69c59871f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1164 | 2024.12.20 22:26:45.171371 [ 260 ] {3f37c0c9-4593-4e7f-b385-10c69c59871f} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1165 | 2024.12.20 22:26:45.171631 [ 260 ] {3f37c0c9-4593-4e7f-b385-10c69c59871f} <Trace> oximeter.measurements_cumulativeu64 (2e833ed7-efb3-49ee-873b-fe7dc1d5762e): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1166 | 2024.12.20 22:26:45.171820 [ 260 ] {3f37c0c9-4593-4e7f-b385-10c69c59871f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001677 sec., 95408.46750149076 rows/sec., 6.65 MiB/sec. | ||
| 1167 | 2024.12.20 22:26:45.171878 [ 260 ] {3f37c0c9-4593-4e7f-b385-10c69c59871f} <Debug> TCPHandler: Processed in 0.001901843 sec. | ||
| 1168 | 2024.12.20 22:26:45.172059 [ 258 ] {} <Trace> TCP-Session: ffa14e40-21f2-486f-9e00-52c5fc0ffcfe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1169 | 2024.12.20 22:26:45.172202 [ 258 ] {9b203e77-ffb4-4a8b-89dd-3deee5228bf4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59387) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1170 | 2024.12.20 22:26:45.172308 [ 258 ] {9b203e77-ffb4-4a8b-89dd-3deee5228bf4} <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 | ||
| 1171 | 2024.12.20 22:26:45.173498 [ 258 ] {9b203e77-ffb4-4a8b-89dd-3deee5228bf4} <Trace> oximeter.measurements_histogramu64 (cfe0444f-6b19-4855-b696-cc295685d98f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1172 | 2024.12.20 22:26:45.173539 [ 258 ] {9b203e77-ffb4-4a8b-89dd-3deee5228bf4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1173 | 2024.12.20 22:26:45.174168 [ 258 ] {9b203e77-ffb4-4a8b-89dd-3deee5228bf4} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1174 | 2024.12.20 22:26:45.174452 [ 258 ] {9b203e77-ffb4-4a8b-89dd-3deee5228bf4} <Trace> oximeter.measurements_histogramu64 (cfe0444f-6b19-4855-b696-cc295685d98f): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1175 | 2024.12.20 22:26:45.174701 [ 258 ] {9b203e77-ffb4-4a8b-89dd-3deee5228bf4} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002532 sec., 3159.55766192733 rows/sec., 5.66 MiB/sec. | ||
| 1176 | 2024.12.20 22:26:45.174809 [ 258 ] {9b203e77-ffb4-4a8b-89dd-3deee5228bf4} <Debug> TCPHandler: Processed in 0.002818588 sec. | ||
| 1177 | 2024.12.20 22:26:45.174972 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1178 | 2024.12.20 22:26:45.175098 [ 260 ] {bf066809-c68f-4aeb-b089-6eb32998d9b2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1179 | 2024.12.20 22:26:45.175153 [ 260 ] {bf066809-c68f-4aeb-b089-6eb32998d9b2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1180 | 2024.12.20 22:26:45.175678 [ 260 ] {bf066809-c68f-4aeb-b089-6eb32998d9b2} <Trace> oximeter.measurements_u64 (b5f8915a-997f-4944-a48b-a878169c21e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1181 | 2024.12.20 22:26:45.175716 [ 260 ] {bf066809-c68f-4aeb-b089-6eb32998d9b2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.16 GiB. | ||
| 1182 | 2024.12.20 22:26:45.176105 [ 260 ] {bf066809-c68f-4aeb-b089-6eb32998d9b2} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1183 | 2024.12.20 22:26:45.176392 [ 260 ] {bf066809-c68f-4aeb-b089-6eb32998d9b2} <Trace> oximeter.measurements_u64 (b5f8915a-997f-4944-a48b-a878169c21e0): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1184 | 2024.12.20 22:26:45.176583 [ 260 ] {bf066809-c68f-4aeb-b089-6eb32998d9b2} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001515 sec., 39603.960396039605 rows/sec., 2.67 MiB/sec. | ||
| 1185 | 2024.12.20 22:26:45.176636 [ 260 ] {bf066809-c68f-4aeb-b089-6eb32998d9b2} <Debug> TCPHandler: Processed in 0.001721248 sec. | ||
| 1186 | 2024.12.20 22:26:49.310404 [ 67 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1187 | 2024.12.20 22:26:49.310505 [ 67 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1188 | 2024.12.20 22:26:49.367992 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 2806 | ||
| 1189 | 2024.12.20 22:26:49.369033 [ 242 ] {} <Trace> system.asynchronous_metric_log (872a84c2-09da-4c20-9ea0-5cf32b1a4df4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1190 | 2024.12.20 22:26:49.369083 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 1191 | 2024.12.20 22:26:49.369679 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1192 | 2024.12.20 22:26:49.369959 [ 242 ] {} <Trace> system.asynchronous_metric_log (872a84c2-09da-4c20-9ea0-5cf32b1a4df4): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1193 | 2024.12.20 22:26:49.370215 [ 67 ] {} <Debug> system.asynchronous_metric_log (872a84c2-09da-4c20-9ea0-5cf32b1a4df4) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1194 | 2024.12.20 22:26:49.370241 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 2806 | ||
| 1195 | 2024.12.20 22:26:49.370326 [ 67 ] {} <Trace> system.asynchronous_metric_log (872a84c2-09da-4c20-9ea0-5cf32b1a4df4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1196 | 2024.12.20 22:26:49.370380 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 1197 | 2024.12.20 22:26:49.370686 [ 203 ] {872a84c2-09da-4c20-9ea0-5cf32b1a4df4::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 | ||
| 1198 | 2024.12.20 22:26:49.370972 [ 203 ] {872a84c2-09da-4c20-9ea0-5cf32b1a4df4::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1199 | 2024.12.20 22:26:49.371057 [ 203 ] {872a84c2-09da-4c20-9ea0-5cf32b1a4df4::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 | ||
| 1200 | 2024.12.20 22:26:49.371171 [ 203 ] {872a84c2-09da-4c20-9ea0-5cf32b1a4df4::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 | ||
| 1201 | 2024.12.20 22:26:49.371435 [ 203 ] {872a84c2-09da-4c20-9ea0-5cf32b1a4df4::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 | ||
| 1202 | 2024.12.20 22:26:49.371655 [ 203 ] {872a84c2-09da-4c20-9ea0-5cf32b1a4df4::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 | ||
| 1203 | 2024.12.20 22:26:49.371831 [ 203 ] {872a84c2-09da-4c20-9ea0-5cf32b1a4df4::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 | ||
| 1204 | 2024.12.20 22:26:49.372028 [ 203 ] {872a84c2-09da-4c20-9ea0-5cf32b1a4df4::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 | ||
| 1205 | 2024.12.20 22:26:49.378476 [ 189 ] {872a84c2-09da-4c20-9ea0-5cf32b1a4df4::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2806 rows, containing 4 columns (4 merged, 0 gathered) in 0.007983011 sec., 351496.44664149906 rows/sec., 5.03 MiB/sec. | ||
| 1206 | 2024.12.20 22:26:49.379096 [ 189 ] {872a84c2-09da-4c20-9ea0-5cf32b1a4df4::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1207 | 2024.12.20 22:26:49.379448 [ 189 ] {872a84c2-09da-4c20-9ea0-5cf32b1a4df4::all_1_6_1} <Trace> system.asynchronous_metric_log (872a84c2-09da-4c20-9ea0-5cf32b1a4df4): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1208 | 2024.12.20 22:26:49.379534 [ 189 ] {872a84c2-09da-4c20-9ea0-5cf32b1a4df4::all_1_6_1} <Trace> system.asynchronous_metric_log (872a84c2-09da-4c20-9ea0-5cf32b1a4df4) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1209 | 2024.12.20 22:26:49.379662 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.34 MiB. | ||
| 1210 | 2024.12.20 22:26:49.527201 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 46 | ||
| 1211 | 2024.12.20 22:26:49.548188 [ 244 ] {} <Trace> system.metric_log (fe7f8d4b-b36f-4a64-a142-f4747bcb5bba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1212 | 2024.12.20 22:26:49.548257 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 1213 | 2024.12.20 22:26:49.556472 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1214 | 2024.12.20 22:26:49.557467 [ 244 ] {} <Trace> system.metric_log (fe7f8d4b-b36f-4a64-a142-f4747bcb5bba): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1215 | 2024.12.20 22:26:49.557880 [ 67 ] {} <Debug> system.metric_log (fe7f8d4b-b36f-4a64-a142-f4747bcb5bba) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1216 | 2024.12.20 22:26:49.558016 [ 67 ] {} <Trace> system.metric_log (fe7f8d4b-b36f-4a64-a142-f4747bcb5bba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1217 | 2024.12.20 22:26:49.558075 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 1218 | 2024.12.20 22:26:49.558507 [ 203 ] {fe7f8d4b-b36f-4a64-a142-f4747bcb5bba::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 | ||
| 1219 | 2024.12.20 22:26:49.575345 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 46 | ||
| 1220 | 2024.12.20 22:26:49.576816 [ 203 ] {fe7f8d4b-b36f-4a64-a142-f4747bcb5bba::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1221 | 2024.12.20 22:26:49.578404 [ 203 ] {fe7f8d4b-b36f-4a64-a142-f4747bcb5bba::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 | ||
| 1222 | 2024.12.20 22:26:49.584029 [ 203 ] {fe7f8d4b-b36f-4a64-a142-f4747bcb5bba::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 | ||
| 1223 | 2024.12.20 22:26:49.589599 [ 203 ] {fe7f8d4b-b36f-4a64-a142-f4747bcb5bba::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 | ||
| 1224 | 2024.12.20 22:26:49.594781 [ 203 ] {fe7f8d4b-b36f-4a64-a142-f4747bcb5bba::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 | ||
| 1225 | 2024.12.20 22:26:49.602151 [ 203 ] {fe7f8d4b-b36f-4a64-a142-f4747bcb5bba::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 | ||
| 1226 | 2024.12.20 22:26:49.606673 [ 203 ] {fe7f8d4b-b36f-4a64-a142-f4747bcb5bba::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 | ||
| 1227 | 2024.12.20 22:26:49.665248 [ 196 ] {fe7f8d4b-b36f-4a64-a142-f4747bcb5bba::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 46 rows, containing 679 columns (679 merged, 0 gathered) in 0.107037764 sec., 429.75486670293304 rows/sec., 2.22 MiB/sec. | ||
| 1228 | 2024.12.20 22:26:49.667885 [ 196 ] {fe7f8d4b-b36f-4a64-a142-f4747bcb5bba::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1229 | 2024.12.20 22:26:49.670799 [ 196 ] {fe7f8d4b-b36f-4a64-a142-f4747bcb5bba::all_1_6_1} <Trace> system.metric_log (fe7f8d4b-b36f-4a64-a142-f4747bcb5bba): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1230 | 2024.12.20 22:26:49.670893 [ 196 ] {fe7f8d4b-b36f-4a64-a142-f4747bcb5bba::all_1_6_1} <Trace> system.metric_log (fe7f8d4b-b36f-4a64-a142-f4747bcb5bba) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1231 | 2024.12.20 22:26:49.673186 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.11 MiB. | ||
| 1232 | 2024.12.20 22:26:50.000251 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 160.43 MiB, peak 169.97 MiB, free memory in arenas 0.00 B, will set to 163.56 MiB (RSS), difference: 3.13 MiB | ||
| 1233 | 2024.12.20 22:26:50.161750 [ 258 ] {} <Trace> TCP-Session: ffa14e40-21f2-486f-9e00-52c5fc0ffcfe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1234 | 2024.12.20 22:26:50.161953 [ 258 ] {ac3412e1-c5fa-458f-b89e-8fa2e5e0e1ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59387) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1235 | 2024.12.20 22:26:50.162026 [ 258 ] {ac3412e1-c5fa-458f-b89e-8fa2e5e0e1ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1236 | 2024.12.20 22:26:50.162822 [ 258 ] {ac3412e1-c5fa-458f-b89e-8fa2e5e0e1ff} <Trace> oximeter.fields_string (be340cd8-3bde-4f05-8e45-9e8a1492ad3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1237 | 2024.12.20 22:26:50.162873 [ 258 ] {ac3412e1-c5fa-458f-b89e-8fa2e5e0e1ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 1238 | 2024.12.20 22:26:50.163336 [ 258 ] {ac3412e1-c5fa-458f-b89e-8fa2e5e0e1ff} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1239 | 2024.12.20 22:26:50.163592 [ 258 ] {ac3412e1-c5fa-458f-b89e-8fa2e5e0e1ff} <Trace> oximeter.fields_string (be340cd8-3bde-4f05-8e45-9e8a1492ad3b): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1240 | 2024.12.20 22:26:50.163786 [ 67 ] {} <Debug> oximeter.fields_string (be340cd8-3bde-4f05-8e45-9e8a1492ad3b) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1241 | 2024.12.20 22:26:50.163847 [ 258 ] {ac3412e1-c5fa-458f-b89e-8fa2e5e0e1ff} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001949 sec., 28732.683427398668 rows/sec., 2.21 MiB/sec. | ||
| 1242 | 2024.12.20 22:26:50.163868 [ 67 ] {} <Trace> oximeter.fields_string (be340cd8-3bde-4f05-8e45-9e8a1492ad3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1243 | 2024.12.20 22:26:50.163941 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 1244 | 2024.12.20 22:26:50.163971 [ 258 ] {ac3412e1-c5fa-458f-b89e-8fa2e5e0e1ff} <Debug> TCPHandler: Processed in 0.002365655 sec. | ||
| 1245 | 2024.12.20 22:26:50.164282 [ 196 ] {be340cd8-3bde-4f05-8e45-9e8a1492ad3b::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 | ||
| 1246 | 2024.12.20 22:26:50.164341 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1247 | 2024.12.20 22:26:50.164543 [ 196 ] {be340cd8-3bde-4f05-8e45-9e8a1492ad3b::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1248 | 2024.12.20 22:26:50.164614 [ 196 ] {be340cd8-3bde-4f05-8e45-9e8a1492ad3b::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 | ||
| 1249 | 2024.12.20 22:26:50.164650 [ 260 ] {a45fefce-74f8-438e-8e63-1598cf2cc7df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1250 | 2024.12.20 22:26:50.164793 [ 260 ] {a45fefce-74f8-438e-8e63-1598cf2cc7df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1251 | 2024.12.20 22:26:50.164876 [ 196 ] {be340cd8-3bde-4f05-8e45-9e8a1492ad3b::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 | ||
| 1252 | 2024.12.20 22:26:50.165353 [ 196 ] {be340cd8-3bde-4f05-8e45-9e8a1492ad3b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 46 rows starting from the beginning of the part | ||
| 1253 | 2024.12.20 22:26:50.165628 [ 196 ] {be340cd8-3bde-4f05-8e45-9e8a1492ad3b::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 | ||
| 1254 | 2024.12.20 22:26:50.166127 [ 196 ] {be340cd8-3bde-4f05-8e45-9e8a1492ad3b::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 72 rows starting from the beginning of the part | ||
| 1255 | 2024.12.20 22:26:50.166435 [ 196 ] {be340cd8-3bde-4f05-8e45-9e8a1492ad3b::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 | ||
| 1256 | 2024.12.20 22:26:50.167772 [ 260 ] {a45fefce-74f8-438e-8e63-1598cf2cc7df} <Trace> oximeter.fields_uuid (fb7f0ac5-74a7-4737-ae05-0271c6750327): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1257 | 2024.12.20 22:26:50.167847 [ 260 ] {a45fefce-74f8-438e-8e63-1598cf2cc7df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 1258 | 2024.12.20 22:26:50.169157 [ 260 ] {a45fefce-74f8-438e-8e63-1598cf2cc7df} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1259 | 2024.12.20 22:26:50.169466 [ 198 ] {be340cd8-3bde-4f05-8e45-9e8a1492ad3b::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 290 rows, containing 5 columns (5 merged, 0 gathered) in 0.00541284 sec., 53576.311141655766 rows/sec., 4.46 MiB/sec. | ||
| 1260 | 2024.12.20 22:26:50.169670 [ 260 ] {a45fefce-74f8-438e-8e63-1598cf2cc7df} <Trace> oximeter.fields_uuid (fb7f0ac5-74a7-4737-ae05-0271c6750327): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1261 | 2024.12.20 22:26:50.169740 [ 198 ] {be340cd8-3bde-4f05-8e45-9e8a1492ad3b::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1262 | 2024.12.20 22:26:50.169949 [ 67 ] {} <Debug> oximeter.fields_uuid (fb7f0ac5-74a7-4737-ae05-0271c6750327) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1263 | 2024.12.20 22:26:50.170024 [ 67 ] {} <Trace> oximeter.fields_uuid (fb7f0ac5-74a7-4737-ae05-0271c6750327): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1264 | 2024.12.20 22:26:50.170108 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 1265 | 2024.12.20 22:26:50.170161 [ 260 ] {a45fefce-74f8-438e-8e63-1598cf2cc7df} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005589 sec., 11451.064591161208 rows/sec., 915.23 KiB/sec. | ||
| 1266 | 2024.12.20 22:26:50.170555 [ 260 ] {a45fefce-74f8-438e-8e63-1598cf2cc7df} <Debug> TCPHandler: Processed in 0.006439068 sec. | ||
| 1267 | 2024.12.20 22:26:50.170582 [ 196 ] {fb7f0ac5-74a7-4737-ae05-0271c6750327::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 | ||
| 1268 | 2024.12.20 22:26:50.170874 [ 258 ] {} <Trace> TCP-Session: ffa14e40-21f2-486f-9e00-52c5fc0ffcfe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1269 | 2024.12.20 22:26:50.171025 [ 196 ] {fb7f0ac5-74a7-4737-ae05-0271c6750327::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1270 | 2024.12.20 22:26:50.171099 [ 196 ] {fb7f0ac5-74a7-4737-ae05-0271c6750327::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 | ||
| 1271 | 2024.12.20 22:26:50.171195 [ 258 ] {6c3d0843-b659-42d8-9156-9d19db3ad100} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59387) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1272 | 2024.12.20 22:26:50.171241 [ 198 ] {be340cd8-3bde-4f05-8e45-9e8a1492ad3b::all_1_6_1} <Trace> oximeter.fields_string (be340cd8-3bde-4f05-8e45-9e8a1492ad3b): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1273 | 2024.12.20 22:26:50.171463 [ 196 ] {fb7f0ac5-74a7-4737-ae05-0271c6750327::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 | ||
| 1274 | 2024.12.20 22:26:50.171548 [ 258 ] {6c3d0843-b659-42d8-9156-9d19db3ad100} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1275 | 2024.12.20 22:26:50.171928 [ 198 ] {be340cd8-3bde-4f05-8e45-9e8a1492ad3b::all_1_6_1} <Trace> oximeter.fields_string (be340cd8-3bde-4f05-8e45-9e8a1492ad3b) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1276 | 2024.12.20 22:26:50.171975 [ 196 ] {fb7f0ac5-74a7-4737-ae05-0271c6750327::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 44 rows starting from the beginning of the part | ||
| 1277 | 2024.12.20 22:26:50.172496 [ 196 ] {fb7f0ac5-74a7-4737-ae05-0271c6750327::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 | ||
| 1278 | 2024.12.20 22:26:50.172520 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 1279 | 2024.12.20 22:26:50.172908 [ 196 ] {fb7f0ac5-74a7-4737-ae05-0271c6750327::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 72 rows starting from the beginning of the part | ||
| 1280 | 2024.12.20 22:26:50.173248 [ 196 ] {fb7f0ac5-74a7-4737-ae05-0271c6750327::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 | ||
| 1281 | 2024.12.20 22:26:50.174801 [ 258 ] {6c3d0843-b659-42d8-9156-9d19db3ad100} <Trace> oximeter.measurements_cumulativeu64 (2e833ed7-efb3-49ee-873b-fe7dc1d5762e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1282 | 2024.12.20 22:26:50.174851 [ 258 ] {6c3d0843-b659-42d8-9156-9d19db3ad100} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 1283 | 2024.12.20 22:26:50.175491 [ 198 ] {fb7f0ac5-74a7-4737-ae05-0271c6750327::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 316 rows, containing 5 columns (5 merged, 0 gathered) in 0.005262135 sec., 60051.67104226706 rows/sec., 4.92 MiB/sec. | ||
| 1284 | 2024.12.20 22:26:50.175512 [ 258 ] {6c3d0843-b659-42d8-9156-9d19db3ad100} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1285 | 2024.12.20 22:26:50.175757 [ 187 ] {fb7f0ac5-74a7-4737-ae05-0271c6750327::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1286 | 2024.12.20 22:26:50.175942 [ 258 ] {6c3d0843-b659-42d8-9156-9d19db3ad100} <Trace> oximeter.measurements_cumulativeu64 (2e833ed7-efb3-49ee-873b-fe7dc1d5762e): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1287 | 2024.12.20 22:26:50.176197 [ 67 ] {} <Debug> oximeter.measurements_cumulativeu64 (2e833ed7-efb3-49ee-873b-fe7dc1d5762e) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1288 | 2024.12.20 22:26:50.176323 [ 67 ] {} <Trace> oximeter.measurements_cumulativeu64 (2e833ed7-efb3-49ee-873b-fe7dc1d5762e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1289 | 2024.12.20 22:26:50.176398 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 1290 | 2024.12.20 22:26:50.176450 [ 187 ] {fb7f0ac5-74a7-4737-ae05-0271c6750327::all_1_6_1} <Trace> oximeter.fields_uuid (fb7f0ac5-74a7-4737-ae05-0271c6750327): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1291 | 2024.12.20 22:26:50.176493 [ 258 ] {6c3d0843-b659-42d8-9156-9d19db3ad100} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005356 sec., 29873.039581777448 rows/sec., 2.08 MiB/sec. | ||
| 1292 | 2024.12.20 22:26:50.176784 [ 187 ] {fb7f0ac5-74a7-4737-ae05-0271c6750327::all_1_6_1} <Trace> oximeter.fields_uuid (fb7f0ac5-74a7-4737-ae05-0271c6750327) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1293 | 2024.12.20 22:26:50.176859 [ 258 ] {6c3d0843-b659-42d8-9156-9d19db3ad100} <Debug> TCPHandler: Processed in 0.0061614 sec. | ||
| 1294 | 2024.12.20 22:26:50.176970 [ 198 ] {2e833ed7-efb3-49ee-873b-fe7dc1d5762e::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 | ||
| 1295 | 2024.12.20 22:26:50.177040 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 1296 | 2024.12.20 22:26:50.177162 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1297 | 2024.12.20 22:26:50.177295 [ 198 ] {2e833ed7-efb3-49ee-873b-fe7dc1d5762e::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1298 | 2024.12.20 22:26:50.177366 [ 198 ] {2e833ed7-efb3-49ee-873b-fe7dc1d5762e::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 | ||
| 1299 | 2024.12.20 22:26:50.177406 [ 260 ] {dfc5d375-225c-49bb-bd58-3ed25e97867f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1300 | 2024.12.20 22:26:50.177607 [ 260 ] {dfc5d375-225c-49bb-bd58-3ed25e97867f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1301 | 2024.12.20 22:26:50.177653 [ 198 ] {2e833ed7-efb3-49ee-873b-fe7dc1d5762e::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 | ||
| 1302 | 2024.12.20 22:26:50.177995 [ 198 ] {2e833ed7-efb3-49ee-873b-fe7dc1d5762e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 60 rows starting from the beginning of the part | ||
| 1303 | 2024.12.20 22:26:50.178321 [ 198 ] {2e833ed7-efb3-49ee-873b-fe7dc1d5762e::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 | ||
| 1304 | 2024.12.20 22:26:50.178667 [ 198 ] {2e833ed7-efb3-49ee-873b-fe7dc1d5762e::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 160 rows starting from the beginning of the part | ||
| 1305 | 2024.12.20 22:26:50.178999 [ 198 ] {2e833ed7-efb3-49ee-873b-fe7dc1d5762e::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 | ||
| 1306 | 2024.12.20 22:26:50.180193 [ 260 ] {dfc5d375-225c-49bb-bd58-3ed25e97867f} <Trace> oximeter.measurements_u64 (b5f8915a-997f-4944-a48b-a878169c21e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1307 | 2024.12.20 22:26:50.180274 [ 260 ] {dfc5d375-225c-49bb-bd58-3ed25e97867f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 1308 | 2024.12.20 22:26:50.181425 [ 260 ] {dfc5d375-225c-49bb-bd58-3ed25e97867f} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 1309 | 2024.12.20 22:26:50.181954 [ 194 ] {2e833ed7-efb3-49ee-873b-fe7dc1d5762e::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 628 rows, containing 5 columns (5 merged, 0 gathered) in 0.005417329 sec., 115924.28667337722 rows/sec., 8.09 MiB/sec. | ||
| 1310 | 2024.12.20 22:26:50.181989 [ 260 ] {dfc5d375-225c-49bb-bd58-3ed25e97867f} <Trace> oximeter.measurements_u64 (b5f8915a-997f-4944-a48b-a878169c21e0): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1311 | 2024.12.20 22:26:50.182198 [ 67 ] {} <Debug> oximeter.measurements_u64 (b5f8915a-997f-4944-a48b-a878169c21e0) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 1312 | 2024.12.20 22:26:50.182260 [ 67 ] {} <Trace> oximeter.measurements_u64 (b5f8915a-997f-4944-a48b-a878169c21e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1313 | 2024.12.20 22:26:50.182323 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 1314 | 2024.12.20 22:26:50.182353 [ 194 ] {2e833ed7-efb3-49ee-873b-fe7dc1d5762e::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1315 | 2024.12.20 22:26:50.182470 [ 260 ] {dfc5d375-225c-49bb-bd58-3ed25e97867f} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.005103 sec., 11757.789535567314 rows/sec., 811.41 KiB/sec. | ||
| 1316 | 2024.12.20 22:26:50.182717 [ 198 ] {b5f8915a-997f-4944-a48b-a878169c21e0::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 | ||
| 1317 | 2024.12.20 22:26:50.182789 [ 260 ] {dfc5d375-225c-49bb-bd58-3ed25e97867f} <Debug> TCPHandler: Processed in 0.005762799 sec. | ||
| 1318 | 2024.12.20 22:26:50.183037 [ 198 ] {b5f8915a-997f-4944-a48b-a878169c21e0::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1319 | 2024.12.20 22:26:50.183071 [ 198 ] {b5f8915a-997f-4944-a48b-a878169c21e0::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 | ||
| 1320 | 2024.12.20 22:26:50.183193 [ 198 ] {b5f8915a-997f-4944-a48b-a878169c21e0::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 | ||
| 1321 | 2024.12.20 22:26:50.183203 [ 194 ] {2e833ed7-efb3-49ee-873b-fe7dc1d5762e::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (2e833ed7-efb3-49ee-873b-fe7dc1d5762e): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1322 | 2024.12.20 22:26:50.183391 [ 198 ] {b5f8915a-997f-4944-a48b-a878169c21e0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 30 rows starting from the beginning of the part | ||
| 1323 | 2024.12.20 22:26:50.183449 [ 194 ] {2e833ed7-efb3-49ee-873b-fe7dc1d5762e::all_1_6_1} <Trace> oximeter.measurements_cumulativeu64 (2e833ed7-efb3-49ee-873b-fe7dc1d5762e) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1324 | 2024.12.20 22:26:50.183746 [ 198 ] {b5f8915a-997f-4944-a48b-a878169c21e0::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 | ||
| 1325 | 2024.12.20 22:26:50.183754 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.37 MiB. | ||
| 1326 | 2024.12.20 22:26:50.183851 [ 198 ] {b5f8915a-997f-4944-a48b-a878169c21e0::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 60 rows starting from the beginning of the part | ||
| 1327 | 2024.12.20 22:26:50.183928 [ 198 ] {b5f8915a-997f-4944-a48b-a878169c21e0::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 | ||
| 1328 | 2024.12.20 22:26:50.184836 [ 195 ] {b5f8915a-997f-4944-a48b-a878169c21e0::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 258 rows, containing 4 columns (4 merged, 0 gathered) in 0.002403436 sec., 107346.31585779692 rows/sec., 7.19 MiB/sec. | ||
| 1329 | 2024.12.20 22:26:50.184976 [ 194 ] {b5f8915a-997f-4944-a48b-a878169c21e0::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 1330 | 2024.12.20 22:26:50.185241 [ 194 ] {b5f8915a-997f-4944-a48b-a878169c21e0::all_1_6_1} <Trace> oximeter.measurements_u64 (b5f8915a-997f-4944-a48b-a878169c21e0): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1331 | 2024.12.20 22:26:50.185310 [ 194 ] {b5f8915a-997f-4944-a48b-a878169c21e0::all_1_6_1} <Trace> oximeter.measurements_u64 (b5f8915a-997f-4944-a48b-a878169c21e0) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 1332 | 2024.12.20 22:26:50.185374 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.29 MiB. | ||
| 1333 | 2024.12.20 22:26:54.366321 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 188 | ||
| 1334 | 2024.12.20 22:26:54.369189 [ 243 ] {} <Trace> system.query_log (cb6910fd-3f74-40bb-afeb-929e53918d3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1335 | 2024.12.20 22:26:54.369242 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 1336 | 2024.12.20 22:26:54.370754 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1337 | 2024.12.20 22:26:54.371081 [ 243 ] {} <Trace> system.query_log (cb6910fd-3f74-40bb-afeb-929e53918d3c): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1338 | 2024.12.20 22:26:54.371721 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 188 | ||
| 1339 | 2024.12.20 22:26:55.163105 [ 258 ] {} <Trace> TCP-Session: ffa14e40-21f2-486f-9e00-52c5fc0ffcfe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1340 | 2024.12.20 22:26:55.163326 [ 258 ] {c9c0d76f-5573-4bb5-a80e-d4a70b2868f2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59387) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1341 | 2024.12.20 22:26:55.163412 [ 258 ] {c9c0d76f-5573-4bb5-a80e-d4a70b2868f2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1342 | 2024.12.20 22:26:55.164305 [ 258 ] {c9c0d76f-5573-4bb5-a80e-d4a70b2868f2} <Trace> oximeter.fields_string (be340cd8-3bde-4f05-8e45-9e8a1492ad3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1343 | 2024.12.20 22:26:55.164359 [ 258 ] {c9c0d76f-5573-4bb5-a80e-d4a70b2868f2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 1344 | 2024.12.20 22:26:55.164823 [ 258 ] {c9c0d76f-5573-4bb5-a80e-d4a70b2868f2} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1345 | 2024.12.20 22:26:55.165086 [ 258 ] {c9c0d76f-5573-4bb5-a80e-d4a70b2868f2} <Trace> oximeter.fields_string (be340cd8-3bde-4f05-8e45-9e8a1492ad3b): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1346 | 2024.12.20 22:26:55.165340 [ 258 ] {c9c0d76f-5573-4bb5-a80e-d4a70b2868f2} <Debug> executeQuery: Read 72 rows, 5.99 KiB in 0.002077 sec., 34665.38276360135 rows/sec., 2.82 MiB/sec. | ||
| 1347 | 2024.12.20 22:26:55.165410 [ 258 ] {c9c0d76f-5573-4bb5-a80e-d4a70b2868f2} <Debug> TCPHandler: Processed in 0.002454678 sec. | ||
| 1348 | 2024.12.20 22:26:55.165667 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1349 | 2024.12.20 22:26:55.165859 [ 260 ] {7b3b2c4d-a567-4131-8493-709c848a2b18} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1350 | 2024.12.20 22:26:55.165932 [ 260 ] {7b3b2c4d-a567-4131-8493-709c848a2b18} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1351 | 2024.12.20 22:26:55.166653 [ 260 ] {7b3b2c4d-a567-4131-8493-709c848a2b18} <Trace> oximeter.fields_u16 (66d17a24-a3a1-42a5-bd94-b86efb1056dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1352 | 2024.12.20 22:26:55.166701 [ 260 ] {7b3b2c4d-a567-4131-8493-709c848a2b18} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 1353 | 2024.12.20 22:26:55.167139 [ 260 ] {7b3b2c4d-a567-4131-8493-709c848a2b18} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1354 | 2024.12.20 22:26:55.167404 [ 260 ] {7b3b2c4d-a567-4131-8493-709c848a2b18} <Trace> oximeter.fields_u16 (66d17a24-a3a1-42a5-bd94-b86efb1056dd): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1355 | 2024.12.20 22:26:55.167638 [ 260 ] {7b3b2c4d-a567-4131-8493-709c848a2b18} <Debug> executeQuery: Read 8 rows, 616.00 B in 0.001831 sec., 4369.197160021846 rows/sec., 328.54 KiB/sec. | ||
| 1356 | 2024.12.20 22:26:55.167708 [ 260 ] {7b3b2c4d-a567-4131-8493-709c848a2b18} <Debug> TCPHandler: Processed in 0.002165669 sec. | ||
| 1357 | 2024.12.20 22:26:55.167882 [ 258 ] {} <Trace> TCP-Session: ffa14e40-21f2-486f-9e00-52c5fc0ffcfe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1358 | 2024.12.20 22:26:55.168035 [ 258 ] {4cebc715-0439-4356-a6c1-3c56d0949645} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59387) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1359 | 2024.12.20 22:26:55.168095 [ 258 ] {4cebc715-0439-4356-a6c1-3c56d0949645} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1360 | 2024.12.20 22:26:55.168724 [ 258 ] {4cebc715-0439-4356-a6c1-3c56d0949645} <Trace> oximeter.fields_uuid (fb7f0ac5-74a7-4737-ae05-0271c6750327): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1361 | 2024.12.20 22:26:55.168765 [ 258 ] {4cebc715-0439-4356-a6c1-3c56d0949645} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 1362 | 2024.12.20 22:26:55.169175 [ 258 ] {4cebc715-0439-4356-a6c1-3c56d0949645} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1363 | 2024.12.20 22:26:55.169418 [ 258 ] {4cebc715-0439-4356-a6c1-3c56d0949645} <Trace> oximeter.fields_uuid (fb7f0ac5-74a7-4737-ae05-0271c6750327): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1364 | 2024.12.20 22:26:55.169704 [ 258 ] {4cebc715-0439-4356-a6c1-3c56d0949645} <Debug> executeQuery: Read 72 rows, 5.76 KiB in 0.001686 sec., 42704.62633451957 rows/sec., 3.33 MiB/sec. | ||
| 1365 | 2024.12.20 22:26:55.169836 [ 258 ] {4cebc715-0439-4356-a6c1-3c56d0949645} <Debug> TCPHandler: Processed in 0.002026806 sec. | ||
| 1366 | 2024.12.20 22:26:55.169990 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1367 | 2024.12.20 22:26:55.170123 [ 260 ] {e18bd96f-d239-45ec-9e2e-d0fc97fa724d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1368 | 2024.12.20 22:26:55.170191 [ 260 ] {e18bd96f-d239-45ec-9e2e-d0fc97fa724d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1369 | 2024.12.20 22:26:55.170869 [ 260 ] {e18bd96f-d239-45ec-9e2e-d0fc97fa724d} <Trace> oximeter.measurements_cumulativeu64 (2e833ed7-efb3-49ee-873b-fe7dc1d5762e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1370 | 2024.12.20 22:26:55.170918 [ 260 ] {e18bd96f-d239-45ec-9e2e-d0fc97fa724d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 1371 | 2024.12.20 22:26:55.171351 [ 260 ] {e18bd96f-d239-45ec-9e2e-d0fc97fa724d} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1372 | 2024.12.20 22:26:55.171602 [ 260 ] {e18bd96f-d239-45ec-9e2e-d0fc97fa724d} <Trace> oximeter.measurements_cumulativeu64 (2e833ed7-efb3-49ee-873b-fe7dc1d5762e): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1373 | 2024.12.20 22:26:55.171813 [ 260 ] {e18bd96f-d239-45ec-9e2e-d0fc97fa724d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001726 sec., 92699.88412514483 rows/sec., 6.46 MiB/sec. | ||
| 1374 | 2024.12.20 22:26:55.171870 [ 260 ] {e18bd96f-d239-45ec-9e2e-d0fc97fa724d} <Debug> TCPHandler: Processed in 0.001939293 sec. | ||
| 1375 | 2024.12.20 22:26:55.172020 [ 258 ] {} <Trace> TCP-Session: ffa14e40-21f2-486f-9e00-52c5fc0ffcfe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1376 | 2024.12.20 22:26:55.172156 [ 258 ] {fc458361-712b-473a-af89-43275d3c91ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59387) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1377 | 2024.12.20 22:26:55.172250 [ 258 ] {fc458361-712b-473a-af89-43275d3c91ba} <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 | ||
| 1378 | 2024.12.20 22:26:55.173471 [ 258 ] {fc458361-712b-473a-af89-43275d3c91ba} <Trace> oximeter.measurements_histogramu64 (cfe0444f-6b19-4855-b696-cc295685d98f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1379 | 2024.12.20 22:26:55.173511 [ 258 ] {fc458361-712b-473a-af89-43275d3c91ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 1380 | 2024.12.20 22:26:55.174139 [ 258 ] {fc458361-712b-473a-af89-43275d3c91ba} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1381 | 2024.12.20 22:26:55.174401 [ 258 ] {fc458361-712b-473a-af89-43275d3c91ba} <Trace> oximeter.measurements_histogramu64 (cfe0444f-6b19-4855-b696-cc295685d98f): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1382 | 2024.12.20 22:26:55.174732 [ 258 ] {fc458361-712b-473a-af89-43275d3c91ba} <Debug> executeQuery: Read 8 rows, 14.68 KiB in 0.002595 sec., 3082.8516377649325 rows/sec., 5.52 MiB/sec. | ||
| 1383 | 2024.12.20 22:26:55.174846 [ 258 ] {fc458361-712b-473a-af89-43275d3c91ba} <Debug> TCPHandler: Processed in 0.002886549 sec. | ||
| 1384 | 2024.12.20 22:26:55.174999 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1385 | 2024.12.20 22:26:55.175132 [ 260 ] {7a6f38f6-e9cf-4559-8e1f-6daf3c928aa1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1386 | 2024.12.20 22:26:55.175185 [ 260 ] {7a6f38f6-e9cf-4559-8e1f-6daf3c928aa1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1387 | 2024.12.20 22:26:55.175678 [ 260 ] {7a6f38f6-e9cf-4559-8e1f-6daf3c928aa1} <Trace> oximeter.measurements_u64 (b5f8915a-997f-4944-a48b-a878169c21e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1388 | 2024.12.20 22:26:55.175717 [ 260 ] {7a6f38f6-e9cf-4559-8e1f-6daf3c928aa1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 1389 | 2024.12.20 22:26:55.176093 [ 260 ] {7a6f38f6-e9cf-4559-8e1f-6daf3c928aa1} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1390 | 2024.12.20 22:26:55.176337 [ 260 ] {7a6f38f6-e9cf-4559-8e1f-6daf3c928aa1} <Trace> oximeter.measurements_u64 (b5f8915a-997f-4944-a48b-a878169c21e0): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1391 | 2024.12.20 22:26:55.176546 [ 260 ] {7a6f38f6-e9cf-4559-8e1f-6daf3c928aa1} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001441 sec., 41637.75156141568 rows/sec., 2.81 MiB/sec. | ||
| 1392 | 2024.12.20 22:26:55.176601 [ 260 ] {7a6f38f6-e9cf-4559-8e1f-6daf3c928aa1} <Debug> TCPHandler: Processed in 0.001671956 sec. | ||
| 1393 | 2024.12.20 22:26:56.870395 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 3233 | ||
| 1394 | 2024.12.20 22:26:56.871040 [ 242 ] {} <Trace> system.asynchronous_metric_log (872a84c2-09da-4c20-9ea0-5cf32b1a4df4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1395 | 2024.12.20 22:26:56.871091 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 1396 | 2024.12.20 22:26:56.871636 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1397 | 2024.12.20 22:26:56.871909 [ 242 ] {} <Trace> system.asynchronous_metric_log (872a84c2-09da-4c20-9ea0-5cf32b1a4df4): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1398 | 2024.12.20 22:26:56.872227 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3233 | ||
| 1399 | 2024.12.20 22:26:57.075453 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 53 | ||
| 1400 | 2024.12.20 22:26:57.095655 [ 244 ] {} <Trace> system.metric_log (fe7f8d4b-b36f-4a64-a142-f4747bcb5bba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1401 | 2024.12.20 22:26:57.095729 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 1402 | 2024.12.20 22:26:57.102816 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 1403 | 2024.12.20 22:26:57.103603 [ 244 ] {} <Trace> system.metric_log (fe7f8d4b-b36f-4a64-a142-f4747bcb5bba): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1404 | 2024.12.20 22:26:57.106291 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 53 | ||
| 1405 | 2024.12.20 22:27:00.162296 [ 258 ] {} <Trace> TCP-Session: ffa14e40-21f2-486f-9e00-52c5fc0ffcfe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1406 | 2024.12.20 22:27:00.162511 [ 258 ] {d16ec658-ec2e-464a-9366-019704633965} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59387) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1407 | 2024.12.20 22:27:00.162690 [ 258 ] {d16ec658-ec2e-464a-9366-019704633965} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1408 | 2024.12.20 22:27:00.163524 [ 258 ] {d16ec658-ec2e-464a-9366-019704633965} <Trace> oximeter.fields_string (be340cd8-3bde-4f05-8e45-9e8a1492ad3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1409 | 2024.12.20 22:27:00.163580 [ 258 ] {d16ec658-ec2e-464a-9366-019704633965} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 1410 | 2024.12.20 22:27:00.164044 [ 258 ] {d16ec658-ec2e-464a-9366-019704633965} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1411 | 2024.12.20 22:27:00.164305 [ 258 ] {d16ec658-ec2e-464a-9366-019704633965} <Trace> oximeter.fields_string (be340cd8-3bde-4f05-8e45-9e8a1492ad3b): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1412 | 2024.12.20 22:27:00.164553 [ 258 ] {d16ec658-ec2e-464a-9366-019704633965} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002099 sec., 26679.3711291091 rows/sec., 2.05 MiB/sec. | ||
| 1413 | 2024.12.20 22:27:00.164622 [ 258 ] {d16ec658-ec2e-464a-9366-019704633965} <Debug> TCPHandler: Processed in 0.002468438 sec. | ||
| 1414 | 2024.12.20 22:27:00.164885 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1415 | 2024.12.20 22:27:00.165169 [ 260 ] {2fdf9160-f068-476b-8b48-4addfc7b3380} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1416 | 2024.12.20 22:27:00.165263 [ 260 ] {2fdf9160-f068-476b-8b48-4addfc7b3380} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1417 | 2024.12.20 22:27:00.166175 [ 260 ] {2fdf9160-f068-476b-8b48-4addfc7b3380} <Trace> oximeter.fields_uuid (fb7f0ac5-74a7-4737-ae05-0271c6750327): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1418 | 2024.12.20 22:27:00.166227 [ 260 ] {2fdf9160-f068-476b-8b48-4addfc7b3380} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 1419 | 2024.12.20 22:27:00.166770 [ 260 ] {2fdf9160-f068-476b-8b48-4addfc7b3380} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1420 | 2024.12.20 22:27:00.167092 [ 260 ] {2fdf9160-f068-476b-8b48-4addfc7b3380} <Trace> oximeter.fields_uuid (fb7f0ac5-74a7-4737-ae05-0271c6750327): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1421 | 2024.12.20 22:27:00.167325 [ 260 ] {2fdf9160-f068-476b-8b48-4addfc7b3380} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002214 sec., 28906.95573622403 rows/sec., 2.26 MiB/sec. | ||
| 1422 | 2024.12.20 22:27:00.167430 [ 260 ] {2fdf9160-f068-476b-8b48-4addfc7b3380} <Debug> TCPHandler: Processed in 0.002679714 sec. | ||
| 1423 | 2024.12.20 22:27:00.167647 [ 258 ] {} <Trace> TCP-Session: ffa14e40-21f2-486f-9e00-52c5fc0ffcfe Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1424 | 2024.12.20 22:27:00.167799 [ 258 ] {c52f8840-cfbb-4583-a4f3-ef97350f4983} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:59387) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1425 | 2024.12.20 22:27:00.167866 [ 258 ] {c52f8840-cfbb-4583-a4f3-ef97350f4983} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1426 | 2024.12.20 22:27:00.168521 [ 258 ] {c52f8840-cfbb-4583-a4f3-ef97350f4983} <Trace> oximeter.measurements_cumulativeu64 (2e833ed7-efb3-49ee-873b-fe7dc1d5762e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1427 | 2024.12.20 22:27:00.168563 [ 258 ] {c52f8840-cfbb-4583-a4f3-ef97350f4983} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 1428 | 2024.12.20 22:27:00.169018 [ 258 ] {c52f8840-cfbb-4583-a4f3-ef97350f4983} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1429 | 2024.12.20 22:27:00.169266 [ 258 ] {c52f8840-cfbb-4583-a4f3-ef97350f4983} <Trace> oximeter.measurements_cumulativeu64 (2e833ed7-efb3-49ee-873b-fe7dc1d5762e): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1430 | 2024.12.20 22:27:00.169499 [ 258 ] {c52f8840-cfbb-4583-a4f3-ef97350f4983} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001737 sec., 92112.83822682787 rows/sec., 6.42 MiB/sec. | ||
| 1431 | 2024.12.20 22:27:00.169552 [ 258 ] {c52f8840-cfbb-4583-a4f3-ef97350f4983} <Debug> TCPHandler: Processed in 0.001979835 sec. | ||
| 1432 | 2024.12.20 22:27:00.169747 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1433 | 2024.12.20 22:27:00.169896 [ 260 ] {36587b72-5b3f-4c72-8dfc-0b08c22b48e0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1434 | 2024.12.20 22:27:00.169963 [ 260 ] {36587b72-5b3f-4c72-8dfc-0b08c22b48e0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1435 | 2024.12.20 22:27:00.170514 [ 260 ] {36587b72-5b3f-4c72-8dfc-0b08c22b48e0} <Trace> oximeter.measurements_u64 (b5f8915a-997f-4944-a48b-a878169c21e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1436 | 2024.12.20 22:27:00.170554 [ 260 ] {36587b72-5b3f-4c72-8dfc-0b08c22b48e0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 1437 | 2024.12.20 22:27:00.170979 [ 260 ] {36587b72-5b3f-4c72-8dfc-0b08c22b48e0} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1438 | 2024.12.20 22:27:00.171226 [ 260 ] {36587b72-5b3f-4c72-8dfc-0b08c22b48e0} <Trace> oximeter.measurements_u64 (b5f8915a-997f-4944-a48b-a878169c21e0): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1439 | 2024.12.20 22:27:00.171432 [ 260 ] {36587b72-5b3f-4c72-8dfc-0b08c22b48e0} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001567 sec., 38289.72559029994 rows/sec., 2.58 MiB/sec. | ||
| 1440 | 2024.12.20 22:27:00.171568 [ 260 ] {36587b72-5b3f-4c72-8dfc-0b08c22b48e0} <Debug> TCPHandler: Processed in 0.001910753 sec. | ||
| 1441 | 2024.12.20 22:27:04.310564 [ 51 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 1442 | 2024.12.20 22:27:04.310637 [ 51 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 1443 | 2024.12.20 22:27:04.371851 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 20 entries to flush up to offset 208 | ||
| 1444 | 2024.12.20 22:27:04.372402 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 3721 | ||
| 1445 | 2024.12.20 22:27:04.375455 [ 242 ] {} <Trace> system.asynchronous_metric_log (872a84c2-09da-4c20-9ea0-5cf32b1a4df4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1446 | 2024.12.20 22:27:04.375538 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 1447 | 2024.12.20 22:27:04.377157 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1448 | 2024.12.20 22:27:04.377975 [ 242 ] {} <Trace> system.asynchronous_metric_log (872a84c2-09da-4c20-9ea0-5cf32b1a4df4): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1449 | 2024.12.20 22:27:04.378675 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 3721 | ||
| 1450 | 2024.12.20 22:27:04.379426 [ 243 ] {} <Trace> system.query_log (cb6910fd-3f74-40bb-afeb-929e53918d3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1451 | 2024.12.20 22:27:04.379474 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 1452 | 2024.12.20 22:27:04.380950 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 1453 | 2024.12.20 22:27:04.381279 [ 243 ] {} <Trace> system.query_log (cb6910fd-3f74-40bb-afeb-929e53918d3c): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1454 | 2024.12.20 22:27:04.381779 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 208 | ||
| 1455 | 2024.12.20 22:27:04.606351 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 61 | ||
| 1456 | 2024.12.20 22:27:04.626172 [ 244 ] {} <Trace> system.metric_log (fe7f8d4b-b36f-4a64-a142-f4747bcb5bba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1457 | 2024.12.20 22:27:04.626233 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 1458 | 2024.12.20 22:27:04.633487 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 1459 | 2024.12.20 22:27:04.634297 [ 244 ] {} <Trace> system.metric_log (fe7f8d4b-b36f-4a64-a142-f4747bcb5bba): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1460 | 2024.12.20 22:27:04.636908 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 61 | ||
| 1461 | 2024.12.20 22:27:04.873548 [ 258 ] {} <Debug> TCPHandler: Done processing connection. | ||
| 1462 | 2024.12.20 22:27:04.873630 [ 258 ] {} <Debug> TCP-Session: ffa14e40-21f2-486f-9e00-52c5fc0ffcfe Logout, user_id: 94309d50-4f52-5250-31bd-74fecac179db | ||
| 1463 | 2024.12.20 22:27:05.000168 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 163.70 MiB, peak 169.97 MiB, free memory in arenas 0.00 B, will set to 166.07 MiB (RSS), difference: 2.37 MiB | ||
| 1464 | 2024.12.20 22:27:05.158376 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1465 | 2024.12.20 22:27:05.158630 [ 260 ] {0cd60db6-9d98-44af-9e0f-6ac9ffc02ebd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) 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) | ||
| 1466 | 2024.12.20 22:27:05.159043 [ 260 ] {0cd60db6-9d98-44af-9e0f-6ac9ffc02ebd} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1467 | 2024.12.20 22:27:05.159090 [ 260 ] {0cd60db6-9d98-44af-9e0f-6ac9ffc02ebd} <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 | ||
| 1468 | 2024.12.20 22:27:05.159406 [ 260 ] {0cd60db6-9d98-44af-9e0f-6ac9ffc02ebd} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1469 | 2024.12.20 22:27:05.159494 [ 260 ] {0cd60db6-9d98-44af-9e0f-6ac9ffc02ebd} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1470 | 2024.12.20 22:27:05.159675 [ 260 ] {0cd60db6-9d98-44af-9e0f-6ac9ffc02ebd} <Debug> oximeter.timeseries_schema (766dfe1e-87a5-4910-afd3-6e48fd3978ee) (SelectExecutor): Key condition: (column 0 notIn 19-element set) | ||
| 1471 | 2024.12.20 22:27:05.159905 [ 295 ] {0cd60db6-9d98-44af-9e0f-6ac9ffc02ebd} <Trace> oximeter.timeseries_schema (766dfe1e-87a5-4910-afd3-6e48fd3978ee) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1472 | 2024.12.20 22:27:05.159972 [ 294 ] {0cd60db6-9d98-44af-9e0f-6ac9ffc02ebd} <Trace> oximeter.timeseries_schema (766dfe1e-87a5-4910-afd3-6e48fd3978ee) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1473 | 2024.12.20 22:27:05.160099 [ 260 ] {0cd60db6-9d98-44af-9e0f-6ac9ffc02ebd} <Debug> oximeter.timeseries_schema (766dfe1e-87a5-4910-afd3-6e48fd3978ee) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
| 1474 | 2024.12.20 22:27:05.160134 [ 260 ] {0cd60db6-9d98-44af-9e0f-6ac9ffc02ebd} <Trace> oximeter.timeseries_schema (766dfe1e-87a5-4910-afd3-6e48fd3978ee) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1475 | 2024.12.20 22:27:05.160202 [ 260 ] {0cd60db6-9d98-44af-9e0f-6ac9ffc02ebd} <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'))" | ||
| 1476 | 2024.12.20 22:27:05.160232 [ 260 ] {0cd60db6-9d98-44af-9e0f-6ac9ffc02ebd} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1477 | 2024.12.20 22:27:05.161052 [ 260 ] {0cd60db6-9d98-44af-9e0f-6ac9ffc02ebd} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002531 sec., 7111.813512445674 rows/sec., 290.92 KiB/sec. | ||
| 1478 | 2024.12.20 22:27:05.161180 [ 260 ] {0cd60db6-9d98-44af-9e0f-6ac9ffc02ebd} <Debug> TCPHandler: Processed in 0.002933181 sec. | ||
| 1479 | 2024.12.20 22:27:05.161606 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1480 | 2024.12.20 22:27:05.161836 [ 262 ] {34f82f51-9921-452c-b147-92485d81a6a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1481 | 2024.12.20 22:27:05.162259 [ 262 ] {34f82f51-9921-452c-b147-92485d81a6a2} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1482 | 2024.12.20 22:27:05.162305 [ 262 ] {34f82f51-9921-452c-b147-92485d81a6a2} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1483 | 2024.12.20 22:27:05.162613 [ 262 ] {34f82f51-9921-452c-b147-92485d81a6a2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1484 | 2024.12.20 22:27:05.162693 [ 262 ] {34f82f51-9921-452c-b147-92485d81a6a2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1485 | 2024.12.20 22:27:05.162872 [ 262 ] {34f82f51-9921-452c-b147-92485d81a6a2} <Debug> oximeter.timeseries_schema (766dfe1e-87a5-4910-afd3-6e48fd3978ee) (SelectExecutor): Key condition: (column 0 notIn 20-element set) | ||
| 1486 | 2024.12.20 22:27:05.162943 [ 294 ] {34f82f51-9921-452c-b147-92485d81a6a2} <Trace> oximeter.timeseries_schema (766dfe1e-87a5-4910-afd3-6e48fd3978ee) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1487 | 2024.12.20 22:27:05.162973 [ 295 ] {34f82f51-9921-452c-b147-92485d81a6a2} <Trace> oximeter.timeseries_schema (766dfe1e-87a5-4910-afd3-6e48fd3978ee) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1488 | 2024.12.20 22:27:05.163063 [ 262 ] {34f82f51-9921-452c-b147-92485d81a6a2} <Debug> oximeter.timeseries_schema (766dfe1e-87a5-4910-afd3-6e48fd3978ee) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
| 1489 | 2024.12.20 22:27:05.163090 [ 262 ] {34f82f51-9921-452c-b147-92485d81a6a2} <Trace> oximeter.timeseries_schema (766dfe1e-87a5-4910-afd3-6e48fd3978ee) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1490 | 2024.12.20 22:27:05.163142 [ 262 ] {34f82f51-9921-452c-b147-92485d81a6a2} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1491 | 2024.12.20 22:27:05.163168 [ 262 ] {34f82f51-9921-452c-b147-92485d81a6a2} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1492 | 2024.12.20 22:27:05.163866 [ 262 ] {34f82f51-9921-452c-b147-92485d81a6a2} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.002136 sec., 8426.966292134832 rows/sec., 344.72 KiB/sec. | ||
| 1493 | 2024.12.20 22:27:05.163992 [ 262 ] {34f82f51-9921-452c-b147-92485d81a6a2} <Debug> TCPHandler: Processed in 0.002525079 sec. | ||
| 1494 | 2024.12.20 22:27:05.164335 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1495 | 2024.12.20 22:27:05.164525 [ 260 ] {004dd551-7aae-4858-a001-01e7591f32c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1496 | 2024.12.20 22:27:05.164845 [ 260 ] {004dd551-7aae-4858-a001-01e7591f32c1} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1497 | 2024.12.20 22:27:05.164889 [ 260 ] {004dd551-7aae-4858-a001-01e7591f32c1} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1498 | 2024.12.20 22:27:05.165173 [ 260 ] {004dd551-7aae-4858-a001-01e7591f32c1} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1499 | 2024.12.20 22:27:05.165241 [ 260 ] {004dd551-7aae-4858-a001-01e7591f32c1} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1500 | 2024.12.20 22:27:05.165400 [ 260 ] {004dd551-7aae-4858-a001-01e7591f32c1} <Debug> oximeter.timeseries_schema (766dfe1e-87a5-4910-afd3-6e48fd3978ee) (SelectExecutor): Key condition: (column 0 notIn 21-element set) | ||
| 1501 | 2024.12.20 22:27:05.165474 [ 295 ] {004dd551-7aae-4858-a001-01e7591f32c1} <Trace> oximeter.timeseries_schema (766dfe1e-87a5-4910-afd3-6e48fd3978ee) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1502 | 2024.12.20 22:27:05.165496 [ 294 ] {004dd551-7aae-4858-a001-01e7591f32c1} <Trace> oximeter.timeseries_schema (766dfe1e-87a5-4910-afd3-6e48fd3978ee) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1503 | 2024.12.20 22:27:05.165585 [ 260 ] {004dd551-7aae-4858-a001-01e7591f32c1} <Debug> oximeter.timeseries_schema (766dfe1e-87a5-4910-afd3-6e48fd3978ee) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
| 1504 | 2024.12.20 22:27:05.165612 [ 260 ] {004dd551-7aae-4858-a001-01e7591f32c1} <Trace> oximeter.timeseries_schema (766dfe1e-87a5-4910-afd3-6e48fd3978ee) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1505 | 2024.12.20 22:27:05.165661 [ 260 ] {004dd551-7aae-4858-a001-01e7591f32c1} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1506 | 2024.12.20 22:27:05.165687 [ 260 ] {004dd551-7aae-4858-a001-01e7591f32c1} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1507 | 2024.12.20 22:27:05.166279 [ 260 ] {004dd551-7aae-4858-a001-01e7591f32c1} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.00184 sec., 9782.608695652174 rows/sec., 400.18 KiB/sec. | ||
| 1508 | 2024.12.20 22:27:05.166398 [ 260 ] {004dd551-7aae-4858-a001-01e7591f32c1} <Debug> TCPHandler: Processed in 0.002123039 sec. | ||
| 1509 | 2024.12.20 22:27:05.167023 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1510 | 2024.12.20 22:27:05.167198 [ 262 ] {3be5d0eb-9f2a-4c6a-bd47-985b9ed2068c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes') FORMAT Native; (stage: Complete) | ||
| 1511 | 2024.12.20 22:27:05.167505 [ 262 ] {3be5d0eb-9f2a-4c6a-bd47-985b9ed2068c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1512 | 2024.12.20 22:27:05.167550 [ 262 ] {3be5d0eb-9f2a-4c6a-bd47-985b9ed2068c} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes')" moved to PREWHERE | ||
| 1513 | 2024.12.20 22:27:05.167827 [ 262 ] {3be5d0eb-9f2a-4c6a-bd47-985b9ed2068c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1514 | 2024.12.20 22:27:05.167894 [ 262 ] {3be5d0eb-9f2a-4c6a-bd47-985b9ed2068c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1515 | 2024.12.20 22:27:05.168042 [ 262 ] {3be5d0eb-9f2a-4c6a-bd47-985b9ed2068c} <Debug> oximeter.timeseries_schema (766dfe1e-87a5-4910-afd3-6e48fd3978ee) (SelectExecutor): Key condition: (column 0 notIn 22-element set) | ||
| 1516 | 2024.12.20 22:27:05.168110 [ 294 ] {3be5d0eb-9f2a-4c6a-bd47-985b9ed2068c} <Trace> oximeter.timeseries_schema (766dfe1e-87a5-4910-afd3-6e48fd3978ee) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1517 | 2024.12.20 22:27:05.168137 [ 295 ] {3be5d0eb-9f2a-4c6a-bd47-985b9ed2068c} <Trace> oximeter.timeseries_schema (766dfe1e-87a5-4910-afd3-6e48fd3978ee) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1518 | 2024.12.20 22:27:05.168231 [ 262 ] {3be5d0eb-9f2a-4c6a-bd47-985b9ed2068c} <Debug> oximeter.timeseries_schema (766dfe1e-87a5-4910-afd3-6e48fd3978ee) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
| 1519 | 2024.12.20 22:27:05.168257 [ 262 ] {3be5d0eb-9f2a-4c6a-bd47-985b9ed2068c} <Trace> oximeter.timeseries_schema (766dfe1e-87a5-4910-afd3-6e48fd3978ee) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1520 | 2024.12.20 22:27:05.168305 [ 262 ] {3be5d0eb-9f2a-4c6a-bd47-985b9ed2068c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_rib:active_routes'))" | ||
| 1521 | 2024.12.20 22:27:05.168330 [ 262 ] {3be5d0eb-9f2a-4c6a-bd47-985b9ed2068c} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1522 | 2024.12.20 22:27:05.168922 [ 262 ] {3be5d0eb-9f2a-4c6a-bd47-985b9ed2068c} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001803 sec., 9983.361064891847 rows/sec., 408.39 KiB/sec. | ||
| 1523 | 2024.12.20 22:27:05.169036 [ 262 ] {3be5d0eb-9f2a-4c6a-bd47-985b9ed2068c} <Debug> TCPHandler: Processed in 0.002072997 sec. | ||
| 1524 | 2024.12.20 22:27:05.169354 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1525 | 2024.12.20 22:27:05.169538 [ 260 ] {c4e9338c-d0df-4fd9-98a2-046cf6e44b59} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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) | ||
| 1526 | 2024.12.20 22:27:05.169862 [ 260 ] {c4e9338c-d0df-4fd9-98a2-046cf6e44b59} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1527 | 2024.12.20 22:27:05.169909 [ 260 ] {c4e9338c-d0df-4fd9-98a2-046cf6e44b59} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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 | ||
| 1528 | 2024.12.20 22:27:05.170198 [ 260 ] {c4e9338c-d0df-4fd9-98a2-046cf6e44b59} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1529 | 2024.12.20 22:27:05.170269 [ 260 ] {c4e9338c-d0df-4fd9-98a2-046cf6e44b59} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1530 | 2024.12.20 22:27:05.170425 [ 260 ] {c4e9338c-d0df-4fd9-98a2-046cf6e44b59} <Debug> oximeter.timeseries_schema (766dfe1e-87a5-4910-afd3-6e48fd3978ee) (SelectExecutor): Key condition: (column 0 notIn 23-element set) | ||
| 1531 | 2024.12.20 22:27:05.170514 [ 295 ] {c4e9338c-d0df-4fd9-98a2-046cf6e44b59} <Trace> oximeter.timeseries_schema (766dfe1e-87a5-4910-afd3-6e48fd3978ee) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1532 | 2024.12.20 22:27:05.170531 [ 294 ] {c4e9338c-d0df-4fd9-98a2-046cf6e44b59} <Trace> oximeter.timeseries_schema (766dfe1e-87a5-4910-afd3-6e48fd3978ee) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1533 | 2024.12.20 22:27:05.170624 [ 260 ] {c4e9338c-d0df-4fd9-98a2-046cf6e44b59} <Debug> oximeter.timeseries_schema (766dfe1e-87a5-4910-afd3-6e48fd3978ee) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
| 1534 | 2024.12.20 22:27:05.170653 [ 260 ] {c4e9338c-d0df-4fd9-98a2-046cf6e44b59} <Trace> oximeter.timeseries_schema (766dfe1e-87a5-4910-afd3-6e48fd3978ee) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1535 | 2024.12.20 22:27:05.170702 [ 260 ] {c4e9338c-d0df-4fd9-98a2-046cf6e44b59} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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'))" | ||
| 1536 | 2024.12.20 22:27:05.170729 [ 260 ] {c4e9338c-d0df-4fd9-98a2-046cf6e44b59} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1537 | 2024.12.20 22:27:05.171311 [ 260 ] {c4e9338c-d0df-4fd9-98a2-046cf6e44b59} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001858 sec., 9687.83638320775 rows/sec., 396.30 KiB/sec. | ||
| 1538 | 2024.12.20 22:27:05.171429 [ 260 ] {c4e9338c-d0df-4fd9-98a2-046cf6e44b59} <Debug> TCPHandler: Processed in 0.00214894 sec. | ||
| 1539 | 2024.12.20 22:27:05.171746 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1540 | 2024.12.20 22:27:05.171921 [ 262 ] {4ad84208-cf99-43a7-9b80-4cdde8cca162} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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) | ||
| 1541 | 2024.12.20 22:27:05.172232 [ 262 ] {4ad84208-cf99-43a7-9b80-4cdde8cca162} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1542 | 2024.12.20 22:27:05.172277 [ 262 ] {4ad84208-cf99-43a7-9b80-4cdde8cca162} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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 | ||
| 1543 | 2024.12.20 22:27:05.172562 [ 262 ] {4ad84208-cf99-43a7-9b80-4cdde8cca162} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1544 | 2024.12.20 22:27:05.172629 [ 262 ] {4ad84208-cf99-43a7-9b80-4cdde8cca162} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1545 | 2024.12.20 22:27:05.172778 [ 262 ] {4ad84208-cf99-43a7-9b80-4cdde8cca162} <Debug> oximeter.timeseries_schema (766dfe1e-87a5-4910-afd3-6e48fd3978ee) (SelectExecutor): Key condition: (column 0 notIn 24-element set) | ||
| 1546 | 2024.12.20 22:27:05.172860 [ 294 ] {4ad84208-cf99-43a7-9b80-4cdde8cca162} <Trace> oximeter.timeseries_schema (766dfe1e-87a5-4910-afd3-6e48fd3978ee) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1547 | 2024.12.20 22:27:05.172874 [ 295 ] {4ad84208-cf99-43a7-9b80-4cdde8cca162} <Trace> oximeter.timeseries_schema (766dfe1e-87a5-4910-afd3-6e48fd3978ee) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1548 | 2024.12.20 22:27:05.172965 [ 262 ] {4ad84208-cf99-43a7-9b80-4cdde8cca162} <Debug> oximeter.timeseries_schema (766dfe1e-87a5-4910-afd3-6e48fd3978ee) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
| 1549 | 2024.12.20 22:27:05.172991 [ 262 ] {4ad84208-cf99-43a7-9b80-4cdde8cca162} <Trace> oximeter.timeseries_schema (766dfe1e-87a5-4910-afd3-6e48fd3978ee) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1550 | 2024.12.20 22:27:05.173039 [ 262 ] {4ad84208-cf99-43a7-9b80-4cdde8cca162} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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'))" | ||
| 1551 | 2024.12.20 22:27:05.173064 [ 262 ] {4ad84208-cf99-43a7-9b80-4cdde8cca162} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1552 | 2024.12.20 22:27:05.173624 [ 262 ] {4ad84208-cf99-43a7-9b80-4cdde8cca162} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001783 sec., 10095.344924284913 rows/sec., 412.97 KiB/sec. | ||
| 1553 | 2024.12.20 22:27:05.173734 [ 262 ] {4ad84208-cf99-43a7-9b80-4cdde8cca162} <Debug> TCPHandler: Processed in 0.002045976 sec. | ||
| 1554 | 2024.12.20 22:27:05.174423 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1555 | 2024.12.20 22:27:05.174607 [ 260 ] {29146d9c-2ec9-4413-b425-6d431dc3e696} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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) | ||
| 1556 | 2024.12.20 22:27:05.174928 [ 260 ] {29146d9c-2ec9-4413-b425-6d431dc3e696} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1557 | 2024.12.20 22:27:05.174974 [ 260 ] {29146d9c-2ec9-4413-b425-6d431dc3e696} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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 | ||
| 1558 | 2024.12.20 22:27:05.175263 [ 260 ] {29146d9c-2ec9-4413-b425-6d431dc3e696} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1559 | 2024.12.20 22:27:05.175332 [ 260 ] {29146d9c-2ec9-4413-b425-6d431dc3e696} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1560 | 2024.12.20 22:27:05.175485 [ 260 ] {29146d9c-2ec9-4413-b425-6d431dc3e696} <Debug> oximeter.timeseries_schema (766dfe1e-87a5-4910-afd3-6e48fd3978ee) (SelectExecutor): Key condition: (column 0 notIn 25-element set) | ||
| 1561 | 2024.12.20 22:27:05.175578 [ 295 ] {29146d9c-2ec9-4413-b425-6d431dc3e696} <Trace> oximeter.timeseries_schema (766dfe1e-87a5-4910-afd3-6e48fd3978ee) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1562 | 2024.12.20 22:27:05.175590 [ 294 ] {29146d9c-2ec9-4413-b425-6d431dc3e696} <Trace> oximeter.timeseries_schema (766dfe1e-87a5-4910-afd3-6e48fd3978ee) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1563 | 2024.12.20 22:27:05.175688 [ 260 ] {29146d9c-2ec9-4413-b425-6d431dc3e696} <Debug> oximeter.timeseries_schema (766dfe1e-87a5-4910-afd3-6e48fd3978ee) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
| 1564 | 2024.12.20 22:27:05.175715 [ 260 ] {29146d9c-2ec9-4413-b425-6d431dc3e696} <Trace> oximeter.timeseries_schema (766dfe1e-87a5-4910-afd3-6e48fd3978ee) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1565 | 2024.12.20 22:27:05.175763 [ 260 ] {29146d9c-2ec9-4413-b425-6d431dc3e696} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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'))" | ||
| 1566 | 2024.12.20 22:27:05.175789 [ 260 ] {29146d9c-2ec9-4413-b425-6d431dc3e696} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1567 | 2024.12.20 22:27:05.176387 [ 260 ] {29146d9c-2ec9-4413-b425-6d431dc3e696} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001865 sec., 9651.4745308311 rows/sec., 394.81 KiB/sec. | ||
| 1568 | 2024.12.20 22:27:05.176505 [ 260 ] {29146d9c-2ec9-4413-b425-6d431dc3e696} <Debug> TCPHandler: Processed in 0.00215119 sec. | ||
| 1569 | 2024.12.20 22:27:05.176783 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1570 | 2024.12.20 22:27:05.176960 [ 262 ] {facf09ed-d9e3-41ac-8664-4c3bae51448c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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) | ||
| 1571 | 2024.12.20 22:27:05.177274 [ 262 ] {facf09ed-d9e3-41ac-8664-4c3bae51448c} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1572 | 2024.12.20 22:27:05.177317 [ 262 ] {facf09ed-d9e3-41ac-8664-4c3bae51448c} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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 | ||
| 1573 | 2024.12.20 22:27:05.177622 [ 262 ] {facf09ed-d9e3-41ac-8664-4c3bae51448c} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1574 | 2024.12.20 22:27:05.177691 [ 262 ] {facf09ed-d9e3-41ac-8664-4c3bae51448c} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1575 | 2024.12.20 22:27:05.177840 [ 262 ] {facf09ed-d9e3-41ac-8664-4c3bae51448c} <Debug> oximeter.timeseries_schema (766dfe1e-87a5-4910-afd3-6e48fd3978ee) (SelectExecutor): Key condition: (column 0 notIn 26-element set) | ||
| 1576 | 2024.12.20 22:27:05.177910 [ 294 ] {facf09ed-d9e3-41ac-8664-4c3bae51448c} <Trace> oximeter.timeseries_schema (766dfe1e-87a5-4910-afd3-6e48fd3978ee) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1577 | 2024.12.20 22:27:05.177935 [ 295 ] {facf09ed-d9e3-41ac-8664-4c3bae51448c} <Trace> oximeter.timeseries_schema (766dfe1e-87a5-4910-afd3-6e48fd3978ee) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1578 | 2024.12.20 22:27:05.178028 [ 262 ] {facf09ed-d9e3-41ac-8664-4c3bae51448c} <Debug> oximeter.timeseries_schema (766dfe1e-87a5-4910-afd3-6e48fd3978ee) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
| 1579 | 2024.12.20 22:27:05.178054 [ 262 ] {facf09ed-d9e3-41ac-8664-4c3bae51448c} <Trace> oximeter.timeseries_schema (766dfe1e-87a5-4910-afd3-6e48fd3978ee) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1580 | 2024.12.20 22:27:05.178100 [ 262 ] {facf09ed-d9e3-41ac-8664-4c3bae51448c} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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'))" | ||
| 1581 | 2024.12.20 22:27:05.178126 [ 262 ] {facf09ed-d9e3-41ac-8664-4c3bae51448c} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1582 | 2024.12.20 22:27:05.178699 [ 262 ] {facf09ed-d9e3-41ac-8664-4c3bae51448c} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001822 sec., 9879.253567508233 rows/sec., 404.13 KiB/sec. | ||
| 1583 | 2024.12.20 22:27:05.178811 [ 262 ] {facf09ed-d9e3-41ac-8664-4c3bae51448c} <Debug> TCPHandler: Processed in 0.002086228 sec. | ||
| 1584 | 2024.12.20 22:27:05.179076 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1585 | 2024.12.20 22:27:05.179256 [ 260 ] {bac320f7-e547-4e64-9066-d5fc3459efc4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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) | ||
| 1586 | 2024.12.20 22:27:05.179574 [ 260 ] {bac320f7-e547-4e64-9066-d5fc3459efc4} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1587 | 2024.12.20 22:27:05.179620 [ 260 ] {bac320f7-e547-4e64-9066-d5fc3459efc4} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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 | ||
| 1588 | 2024.12.20 22:27:05.179912 [ 260 ] {bac320f7-e547-4e64-9066-d5fc3459efc4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1589 | 2024.12.20 22:27:05.179979 [ 260 ] {bac320f7-e547-4e64-9066-d5fc3459efc4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1590 | 2024.12.20 22:27:05.180128 [ 260 ] {bac320f7-e547-4e64-9066-d5fc3459efc4} <Debug> oximeter.timeseries_schema (766dfe1e-87a5-4910-afd3-6e48fd3978ee) (SelectExecutor): Key condition: (column 0 notIn 27-element set) | ||
| 1591 | 2024.12.20 22:27:05.180237 [ 295 ] {bac320f7-e547-4e64-9066-d5fc3459efc4} <Trace> oximeter.timeseries_schema (766dfe1e-87a5-4910-afd3-6e48fd3978ee) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1592 | 2024.12.20 22:27:05.180238 [ 294 ] {bac320f7-e547-4e64-9066-d5fc3459efc4} <Trace> oximeter.timeseries_schema (766dfe1e-87a5-4910-afd3-6e48fd3978ee) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1593 | 2024.12.20 22:27:05.180347 [ 260 ] {bac320f7-e547-4e64-9066-d5fc3459efc4} <Debug> oximeter.timeseries_schema (766dfe1e-87a5-4910-afd3-6e48fd3978ee) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
| 1594 | 2024.12.20 22:27:05.180375 [ 260 ] {bac320f7-e547-4e64-9066-d5fc3459efc4} <Trace> oximeter.timeseries_schema (766dfe1e-87a5-4910-afd3-6e48fd3978ee) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1595 | 2024.12.20 22:27:05.180421 [ 260 ] {bac320f7-e547-4e64-9066-d5fc3459efc4} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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'))" | ||
| 1596 | 2024.12.20 22:27:05.180448 [ 260 ] {bac320f7-e547-4e64-9066-d5fc3459efc4} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1597 | 2024.12.20 22:27:05.181009 [ 260 ] {bac320f7-e547-4e64-9066-d5fc3459efc4} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001838 sec., 9793.253536452667 rows/sec., 400.61 KiB/sec. | ||
| 1598 | 2024.12.20 22:27:05.181125 [ 260 ] {bac320f7-e547-4e64-9066-d5fc3459efc4} <Debug> TCPHandler: Processed in 0.002108798 sec. | ||
| 1599 | 2024.12.20 22:27:05.181399 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1600 | 2024.12.20 22:27:05.181578 [ 262 ] {206296ea-b937-4ce7-bc41-fa4fbe02bbb9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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) | ||
| 1601 | 2024.12.20 22:27:05.181900 [ 262 ] {206296ea-b937-4ce7-bc41-fa4fbe02bbb9} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1602 | 2024.12.20 22:27:05.181947 [ 262 ] {206296ea-b937-4ce7-bc41-fa4fbe02bbb9} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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 | ||
| 1603 | 2024.12.20 22:27:05.182248 [ 262 ] {206296ea-b937-4ce7-bc41-fa4fbe02bbb9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1604 | 2024.12.20 22:27:05.182313 [ 262 ] {206296ea-b937-4ce7-bc41-fa4fbe02bbb9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1605 | 2024.12.20 22:27:05.182461 [ 262 ] {206296ea-b937-4ce7-bc41-fa4fbe02bbb9} <Debug> oximeter.timeseries_schema (766dfe1e-87a5-4910-afd3-6e48fd3978ee) (SelectExecutor): Key condition: (column 0 notIn 28-element set) | ||
| 1606 | 2024.12.20 22:27:05.182545 [ 294 ] {206296ea-b937-4ce7-bc41-fa4fbe02bbb9} <Trace> oximeter.timeseries_schema (766dfe1e-87a5-4910-afd3-6e48fd3978ee) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1607 | 2024.12.20 22:27:05.182562 [ 295 ] {206296ea-b937-4ce7-bc41-fa4fbe02bbb9} <Trace> oximeter.timeseries_schema (766dfe1e-87a5-4910-afd3-6e48fd3978ee) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1608 | 2024.12.20 22:27:05.182656 [ 262 ] {206296ea-b937-4ce7-bc41-fa4fbe02bbb9} <Debug> oximeter.timeseries_schema (766dfe1e-87a5-4910-afd3-6e48fd3978ee) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
| 1609 | 2024.12.20 22:27:05.182683 [ 262 ] {206296ea-b937-4ce7-bc41-fa4fbe02bbb9} <Trace> oximeter.timeseries_schema (766dfe1e-87a5-4910-afd3-6e48fd3978ee) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1610 | 2024.12.20 22:27:05.182730 [ 262 ] {206296ea-b937-4ce7-bc41-fa4fbe02bbb9} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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'))" | ||
| 1611 | 2024.12.20 22:27:05.182757 [ 262 ] {206296ea-b937-4ce7-bc41-fa4fbe02bbb9} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1612 | 2024.12.20 22:27:05.183269 [ 262 ] {206296ea-b937-4ce7-bc41-fa4fbe02bbb9} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001776 sec., 10135.135135135135 rows/sec., 414.60 KiB/sec. | ||
| 1613 | 2024.12.20 22:27:05.183354 [ 262 ] {206296ea-b937-4ce7-bc41-fa4fbe02bbb9} <Debug> TCPHandler: Processed in 0.002012506 sec. | ||
| 1614 | 2024.12.20 22:27:05.183610 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1615 | 2024.12.20 22:27:05.183792 [ 260 ] {05227b21-d10a-4e95-a28a-04d212b3ca48} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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) | ||
| 1616 | 2024.12.20 22:27:05.184121 [ 260 ] {05227b21-d10a-4e95-a28a-04d212b3ca48} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1617 | 2024.12.20 22:27:05.184168 [ 260 ] {05227b21-d10a-4e95-a28a-04d212b3ca48} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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 | ||
| 1618 | 2024.12.20 22:27:05.184479 [ 260 ] {05227b21-d10a-4e95-a28a-04d212b3ca48} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1619 | 2024.12.20 22:27:05.184549 [ 260 ] {05227b21-d10a-4e95-a28a-04d212b3ca48} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1620 | 2024.12.20 22:27:05.184697 [ 260 ] {05227b21-d10a-4e95-a28a-04d212b3ca48} <Debug> oximeter.timeseries_schema (766dfe1e-87a5-4910-afd3-6e48fd3978ee) (SelectExecutor): Key condition: (column 0 notIn 29-element set) | ||
| 1621 | 2024.12.20 22:27:05.184808 [ 294 ] {05227b21-d10a-4e95-a28a-04d212b3ca48} <Trace> oximeter.timeseries_schema (766dfe1e-87a5-4910-afd3-6e48fd3978ee) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1622 | 2024.12.20 22:27:05.184812 [ 295 ] {05227b21-d10a-4e95-a28a-04d212b3ca48} <Trace> oximeter.timeseries_schema (766dfe1e-87a5-4910-afd3-6e48fd3978ee) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1623 | 2024.12.20 22:27:05.184910 [ 260 ] {05227b21-d10a-4e95-a28a-04d212b3ca48} <Debug> oximeter.timeseries_schema (766dfe1e-87a5-4910-afd3-6e48fd3978ee) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
| 1624 | 2024.12.20 22:27:05.184933 [ 260 ] {05227b21-d10a-4e95-a28a-04d212b3ca48} <Trace> oximeter.timeseries_schema (766dfe1e-87a5-4910-afd3-6e48fd3978ee) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1625 | 2024.12.20 22:27:05.185001 [ 260 ] {05227b21-d10a-4e95-a28a-04d212b3ca48} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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'))" | ||
| 1626 | 2024.12.20 22:27:05.185034 [ 260 ] {05227b21-d10a-4e95-a28a-04d212b3ca48} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1627 | 2024.12.20 22:27:05.185590 [ 260 ] {05227b21-d10a-4e95-a28a-04d212b3ca48} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001885 sec., 9549.071618037135 rows/sec., 390.63 KiB/sec. | ||
| 1628 | 2024.12.20 22:27:05.185706 [ 260 ] {05227b21-d10a-4e95-a28a-04d212b3ca48} <Debug> TCPHandler: Processed in 0.00215397 sec. | ||
| 1629 | 2024.12.20 22:27:05.186008 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1630 | 2024.12.20 22:27:05.186192 [ 262 ] {95e3cbe6-f951-4a4f-998d-8df08a569c5e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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) | ||
| 1631 | 2024.12.20 22:27:05.186516 [ 262 ] {95e3cbe6-f951-4a4f-998d-8df08a569c5e} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1632 | 2024.12.20 22:27:05.186564 [ 262 ] {95e3cbe6-f951-4a4f-998d-8df08a569c5e} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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 | ||
| 1633 | 2024.12.20 22:27:05.186869 [ 262 ] {95e3cbe6-f951-4a4f-998d-8df08a569c5e} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1634 | 2024.12.20 22:27:05.186935 [ 262 ] {95e3cbe6-f951-4a4f-998d-8df08a569c5e} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1635 | 2024.12.20 22:27:05.187084 [ 262 ] {95e3cbe6-f951-4a4f-998d-8df08a569c5e} <Debug> oximeter.timeseries_schema (766dfe1e-87a5-4910-afd3-6e48fd3978ee) (SelectExecutor): Key condition: (column 0 notIn 30-element set) | ||
| 1636 | 2024.12.20 22:27:05.187163 [ 294 ] {95e3cbe6-f951-4a4f-998d-8df08a569c5e} <Trace> oximeter.timeseries_schema (766dfe1e-87a5-4910-afd3-6e48fd3978ee) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1637 | 2024.12.20 22:27:05.187178 [ 295 ] {95e3cbe6-f951-4a4f-998d-8df08a569c5e} <Trace> oximeter.timeseries_schema (766dfe1e-87a5-4910-afd3-6e48fd3978ee) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1638 | 2024.12.20 22:27:05.187269 [ 262 ] {95e3cbe6-f951-4a4f-998d-8df08a569c5e} <Debug> oximeter.timeseries_schema (766dfe1e-87a5-4910-afd3-6e48fd3978ee) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
| 1639 | 2024.12.20 22:27:05.187295 [ 262 ] {95e3cbe6-f951-4a4f-998d-8df08a569c5e} <Trace> oximeter.timeseries_schema (766dfe1e-87a5-4910-afd3-6e48fd3978ee) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1640 | 2024.12.20 22:27:05.187342 [ 262 ] {95e3cbe6-f951-4a4f-998d-8df08a569c5e} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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'))" | ||
| 1641 | 2024.12.20 22:27:05.187367 [ 262 ] {95e3cbe6-f951-4a4f-998d-8df08a569c5e} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1642 | 2024.12.20 22:27:05.187908 [ 262 ] {95e3cbe6-f951-4a4f-998d-8df08a569c5e} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001803 sec., 9983.361064891847 rows/sec., 408.39 KiB/sec. | ||
| 1643 | 2024.12.20 22:27:05.187997 [ 262 ] {95e3cbe6-f951-4a4f-998d-8df08a569c5e} <Debug> TCPHandler: Processed in 0.002045657 sec. | ||
| 1644 | 2024.12.20 22:27:05.188274 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1645 | 2024.12.20 22:27:05.188473 [ 260 ] {e4618f4b-7969-440c-bb63-b48813baec31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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) | ||
| 1646 | 2024.12.20 22:27:05.188816 [ 260 ] {e4618f4b-7969-440c-bb63-b48813baec31} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1647 | 2024.12.20 22:27:05.188866 [ 260 ] {e4618f4b-7969-440c-bb63-b48813baec31} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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 | ||
| 1648 | 2024.12.20 22:27:05.189171 [ 260 ] {e4618f4b-7969-440c-bb63-b48813baec31} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1649 | 2024.12.20 22:27:05.189238 [ 260 ] {e4618f4b-7969-440c-bb63-b48813baec31} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1650 | 2024.12.20 22:27:05.189388 [ 260 ] {e4618f4b-7969-440c-bb63-b48813baec31} <Debug> oximeter.timeseries_schema (766dfe1e-87a5-4910-afd3-6e48fd3978ee) (SelectExecutor): Key condition: (column 0 notIn 31-element set) | ||
| 1651 | 2024.12.20 22:27:05.189498 [ 294 ] {e4618f4b-7969-440c-bb63-b48813baec31} <Trace> oximeter.timeseries_schema (766dfe1e-87a5-4910-afd3-6e48fd3978ee) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1652 | 2024.12.20 22:27:05.189502 [ 295 ] {e4618f4b-7969-440c-bb63-b48813baec31} <Trace> oximeter.timeseries_schema (766dfe1e-87a5-4910-afd3-6e48fd3978ee) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1653 | 2024.12.20 22:27:05.189594 [ 260 ] {e4618f4b-7969-440c-bb63-b48813baec31} <Debug> oximeter.timeseries_schema (766dfe1e-87a5-4910-afd3-6e48fd3978ee) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
| 1654 | 2024.12.20 22:27:05.189618 [ 260 ] {e4618f4b-7969-440c-bb63-b48813baec31} <Trace> oximeter.timeseries_schema (766dfe1e-87a5-4910-afd3-6e48fd3978ee) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1655 | 2024.12.20 22:27:05.189667 [ 260 ] {e4618f4b-7969-440c-bb63-b48813baec31} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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'))" | ||
| 1656 | 2024.12.20 22:27:05.189693 [ 260 ] {e4618f4b-7969-440c-bb63-b48813baec31} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1657 | 2024.12.20 22:27:05.190275 [ 260 ] {e4618f4b-7969-440c-bb63-b48813baec31} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001899 sec., 9478.67298578199 rows/sec., 387.75 KiB/sec. | ||
| 1658 | 2024.12.20 22:27:05.190390 [ 260 ] {e4618f4b-7969-440c-bb63-b48813baec31} <Debug> TCPHandler: Processed in 0.00217358 sec. | ||
| 1659 | 2024.12.20 22:27:05.190657 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1660 | 2024.12.20 22:27:05.190852 [ 262 ] {e2558a0a-f11a-4ee7-9cfd-8737bd91c5e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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) | ||
| 1661 | 2024.12.20 22:27:05.191184 [ 262 ] {e2558a0a-f11a-4ee7-9cfd-8737bd91c5e9} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1662 | 2024.12.20 22:27:05.191231 [ 262 ] {e2558a0a-f11a-4ee7-9cfd-8737bd91c5e9} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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 | ||
| 1663 | 2024.12.20 22:27:05.191546 [ 262 ] {e2558a0a-f11a-4ee7-9cfd-8737bd91c5e9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1664 | 2024.12.20 22:27:05.191621 [ 262 ] {e2558a0a-f11a-4ee7-9cfd-8737bd91c5e9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1665 | 2024.12.20 22:27:05.191771 [ 262 ] {e2558a0a-f11a-4ee7-9cfd-8737bd91c5e9} <Debug> oximeter.timeseries_schema (766dfe1e-87a5-4910-afd3-6e48fd3978ee) (SelectExecutor): Key condition: (column 0 notIn 32-element set) | ||
| 1666 | 2024.12.20 22:27:05.191877 [ 295 ] {e2558a0a-f11a-4ee7-9cfd-8737bd91c5e9} <Trace> oximeter.timeseries_schema (766dfe1e-87a5-4910-afd3-6e48fd3978ee) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1667 | 2024.12.20 22:27:05.191892 [ 294 ] {e2558a0a-f11a-4ee7-9cfd-8737bd91c5e9} <Trace> oximeter.timeseries_schema (766dfe1e-87a5-4910-afd3-6e48fd3978ee) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1668 | 2024.12.20 22:27:05.191991 [ 262 ] {e2558a0a-f11a-4ee7-9cfd-8737bd91c5e9} <Debug> oximeter.timeseries_schema (766dfe1e-87a5-4910-afd3-6e48fd3978ee) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
| 1669 | 2024.12.20 22:27:05.192013 [ 262 ] {e2558a0a-f11a-4ee7-9cfd-8737bd91c5e9} <Trace> oximeter.timeseries_schema (766dfe1e-87a5-4910-afd3-6e48fd3978ee) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1670 | 2024.12.20 22:27:05.192060 [ 262 ] {e2558a0a-f11a-4ee7-9cfd-8737bd91c5e9} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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'))" | ||
| 1671 | 2024.12.20 22:27:05.192084 [ 262 ] {e2558a0a-f11a-4ee7-9cfd-8737bd91c5e9} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1672 | 2024.12.20 22:27:05.192667 [ 262 ] {e2558a0a-f11a-4ee7-9cfd-8737bd91c5e9} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001913 sec., 9409.304756926294 rows/sec., 384.91 KiB/sec. | ||
| 1673 | 2024.12.20 22:27:05.192753 [ 262 ] {e2558a0a-f11a-4ee7-9cfd-8737bd91c5e9} <Debug> TCPHandler: Processed in 0.002152619 sec. | ||
| 1674 | 2024.12.20 22:27:05.192997 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1675 | 2024.12.20 22:27:05.193184 [ 260 ] {e3aaa44a-be62-4b0c-b58c-fe027ca185d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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) | ||
| 1676 | 2024.12.20 22:27:05.193522 [ 260 ] {e3aaa44a-be62-4b0c-b58c-fe027ca185d4} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1677 | 2024.12.20 22:27:05.193571 [ 260 ] {e3aaa44a-be62-4b0c-b58c-fe027ca185d4} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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 | ||
| 1678 | 2024.12.20 22:27:05.193887 [ 260 ] {e3aaa44a-be62-4b0c-b58c-fe027ca185d4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1679 | 2024.12.20 22:27:05.193956 [ 260 ] {e3aaa44a-be62-4b0c-b58c-fe027ca185d4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1680 | 2024.12.20 22:27:05.194106 [ 260 ] {e3aaa44a-be62-4b0c-b58c-fe027ca185d4} <Debug> oximeter.timeseries_schema (766dfe1e-87a5-4910-afd3-6e48fd3978ee) (SelectExecutor): Key condition: (column 0 notIn 33-element set) | ||
| 1681 | 2024.12.20 22:27:05.194192 [ 294 ] {e3aaa44a-be62-4b0c-b58c-fe027ca185d4} <Trace> oximeter.timeseries_schema (766dfe1e-87a5-4910-afd3-6e48fd3978ee) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1682 | 2024.12.20 22:27:05.194213 [ 295 ] {e3aaa44a-be62-4b0c-b58c-fe027ca185d4} <Trace> oximeter.timeseries_schema (766dfe1e-87a5-4910-afd3-6e48fd3978ee) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1683 | 2024.12.20 22:27:05.194351 [ 260 ] {e3aaa44a-be62-4b0c-b58c-fe027ca185d4} <Debug> oximeter.timeseries_schema (766dfe1e-87a5-4910-afd3-6e48fd3978ee) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
| 1684 | 2024.12.20 22:27:05.194376 [ 260 ] {e3aaa44a-be62-4b0c-b58c-fe027ca185d4} <Trace> oximeter.timeseries_schema (766dfe1e-87a5-4910-afd3-6e48fd3978ee) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1685 | 2024.12.20 22:27:05.194425 [ 260 ] {e3aaa44a-be62-4b0c-b58c-fe027ca185d4} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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'))" | ||
| 1686 | 2024.12.20 22:27:05.194451 [ 260 ] {e3aaa44a-be62-4b0c-b58c-fe027ca185d4} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1687 | 2024.12.20 22:27:05.195019 [ 260 ] {e3aaa44a-be62-4b0c-b58c-fe027ca185d4} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001925 sec., 9350.64935064935 rows/sec., 382.51 KiB/sec. | ||
| 1688 | 2024.12.20 22:27:05.195132 [ 260 ] {e3aaa44a-be62-4b0c-b58c-fe027ca185d4} <Debug> TCPHandler: Processed in 0.002192211 sec. | ||
| 1689 | 2024.12.20 22:27:05.199073 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1690 | 2024.12.20 22:27:05.199259 [ 262 ] {b45dc5a4-c9fc-4715-9758-6361116f9752} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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) | ||
| 1691 | 2024.12.20 22:27:05.199609 [ 262 ] {b45dc5a4-c9fc-4715-9758-6361116f9752} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1692 | 2024.12.20 22:27:05.199658 [ 262 ] {b45dc5a4-c9fc-4715-9758-6361116f9752} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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 | ||
| 1693 | 2024.12.20 22:27:05.199981 [ 262 ] {b45dc5a4-c9fc-4715-9758-6361116f9752} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1694 | 2024.12.20 22:27:05.200049 [ 262 ] {b45dc5a4-c9fc-4715-9758-6361116f9752} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1695 | 2024.12.20 22:27:05.200198 [ 262 ] {b45dc5a4-c9fc-4715-9758-6361116f9752} <Debug> oximeter.timeseries_schema (766dfe1e-87a5-4910-afd3-6e48fd3978ee) (SelectExecutor): Key condition: (column 0 notIn 34-element set) | ||
| 1696 | 2024.12.20 22:27:05.200289 [ 294 ] {b45dc5a4-c9fc-4715-9758-6361116f9752} <Trace> oximeter.timeseries_schema (766dfe1e-87a5-4910-afd3-6e48fd3978ee) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1697 | 2024.12.20 22:27:05.200305 [ 295 ] {b45dc5a4-c9fc-4715-9758-6361116f9752} <Trace> oximeter.timeseries_schema (766dfe1e-87a5-4910-afd3-6e48fd3978ee) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1698 | 2024.12.20 22:27:05.200410 [ 262 ] {b45dc5a4-c9fc-4715-9758-6361116f9752} <Debug> oximeter.timeseries_schema (766dfe1e-87a5-4910-afd3-6e48fd3978ee) (SelectExecutor): Selected 2/2 parts by partition key, 1 parts by primary key, 1/2 marks by primary key, 1 marks to read from 1 ranges | ||
| 1699 | 2024.12.20 22:27:05.200436 [ 262 ] {b45dc5a4-c9fc-4715-9758-6361116f9752} <Trace> oximeter.timeseries_schema (766dfe1e-87a5-4910-afd3-6e48fd3978ee) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1700 | 2024.12.20 22:27:05.200486 [ 262 ] {b45dc5a4-c9fc-4715-9758-6361116f9752} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', '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'))" | ||
| 1701 | 2024.12.20 22:27:05.200511 [ 262 ] {b45dc5a4-c9fc-4715-9758-6361116f9752} <Trace> MergeTreeInOrderSelectProcessor: Reading 1 ranges in order from part all_1_1_0, approx. 18 rows starting from 0 | ||
| 1702 | 2024.12.20 22:27:05.201101 [ 262 ] {b45dc5a4-c9fc-4715-9758-6361116f9752} <Debug> executeQuery: Read 18 rows, 754.00 B in 0.001934 sec., 9307.135470527404 rows/sec., 380.73 KiB/sec. | ||
| 1703 | 2024.12.20 22:27:05.201220 [ 262 ] {b45dc5a4-c9fc-4715-9758-6361116f9752} <Debug> TCPHandler: Processed in 0.002201231 sec. | ||
| 1704 | 2024.12.20 22:27:05.207576 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1705 | 2024.12.20 22:27:05.207708 [ 260 ] {e1ad1513-b8ce-417f-a860-6ef9840a1287} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1706 | 2024.12.20 22:27:05.207763 [ 260 ] {e1ad1513-b8ce-417f-a860-6ef9840a1287} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1707 | 2024.12.20 22:27:05.208539 [ 260 ] {e1ad1513-b8ce-417f-a860-6ef9840a1287} <Trace> oximeter.timeseries_schema (766dfe1e-87a5-4910-afd3-6e48fd3978ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1708 | 2024.12.20 22:27:05.208583 [ 260 ] {e1ad1513-b8ce-417f-a860-6ef9840a1287} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 1709 | 2024.12.20 22:27:05.209114 [ 260 ] {e1ad1513-b8ce-417f-a860-6ef9840a1287} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 1710 | 2024.12.20 22:27:05.209351 [ 260 ] {e1ad1513-b8ce-417f-a860-6ef9840a1287} <Trace> oximeter.timeseries_schema (766dfe1e-87a5-4910-afd3-6e48fd3978ee): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1711 | 2024.12.20 22:27:05.209647 [ 260 ] {e1ad1513-b8ce-417f-a860-6ef9840a1287} <Debug> executeQuery: Read 16 rows, 2.86 KiB in 0.001962 sec., 8154.9439347604475 rows/sec., 1.42 MiB/sec. | ||
| 1712 | 2024.12.20 22:27:05.209980 [ 260 ] {e1ad1513-b8ce-417f-a860-6ef9840a1287} <Debug> TCPHandler: Processed in 0.002458338 sec. | ||
| 1713 | 2024.12.20 22:27:05.210154 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1714 | 2024.12.20 22:27:05.210284 [ 262 ] {87162613-29f9-41fa-9616-509c699e337f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 1715 | 2024.12.20 22:27:05.210334 [ 262 ] {87162613-29f9-41fa-9616-509c699e337f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 1716 | 2024.12.20 22:27:05.211613 [ 262 ] {87162613-29f9-41fa-9616-509c699e337f} <Trace> oximeter.fields_i16 (5ba0350d-977f-4416-8d1f-0415e035e880): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1717 | 2024.12.20 22:27:05.211655 [ 262 ] {87162613-29f9-41fa-9616-509c699e337f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 1718 | 2024.12.20 22:27:05.212109 [ 262 ] {87162613-29f9-41fa-9616-509c699e337f} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1719 | 2024.12.20 22:27:05.212367 [ 262 ] {87162613-29f9-41fa-9616-509c699e337f} <Trace> oximeter.fields_i16 (5ba0350d-977f-4416-8d1f-0415e035e880): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1720 | 2024.12.20 22:27:05.212777 [ 262 ] {87162613-29f9-41fa-9616-509c699e337f} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002499 sec., 5602.240896358544 rows/sec., 403.29 KiB/sec. | ||
| 1721 | 2024.12.20 22:27:05.212903 [ 262 ] {87162613-29f9-41fa-9616-509c699e337f} <Debug> TCPHandler: Processed in 0.002805327 sec. | ||
| 1722 | 2024.12.20 22:27:05.213051 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1723 | 2024.12.20 22:27:05.213173 [ 260 ] {f2748b01-f3b3-4bad-b0e1-25d0ca11c6ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1724 | 2024.12.20 22:27:05.213222 [ 260 ] {f2748b01-f3b3-4bad-b0e1-25d0ca11c6ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1725 | 2024.12.20 22:27:05.213965 [ 260 ] {f2748b01-f3b3-4bad-b0e1-25d0ca11c6ba} <Trace> oximeter.fields_string (be340cd8-3bde-4f05-8e45-9e8a1492ad3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1726 | 2024.12.20 22:27:05.214009 [ 260 ] {f2748b01-f3b3-4bad-b0e1-25d0ca11c6ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 1727 | 2024.12.20 22:27:05.214421 [ 260 ] {f2748b01-f3b3-4bad-b0e1-25d0ca11c6ba} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1728 | 2024.12.20 22:27:05.214676 [ 260 ] {f2748b01-f3b3-4bad-b0e1-25d0ca11c6ba} <Trace> oximeter.fields_string (be340cd8-3bde-4f05-8e45-9e8a1492ad3b): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1729 | 2024.12.20 22:27:05.214922 [ 260 ] {f2748b01-f3b3-4bad-b0e1-25d0ca11c6ba} <Debug> executeQuery: Read 256 rows, 23.05 KiB in 0.001771 sec., 144551.1010728402 rows/sec., 12.71 MiB/sec. | ||
| 1730 | 2024.12.20 22:27:05.215000 [ 260 ] {f2748b01-f3b3-4bad-b0e1-25d0ca11c6ba} <Debug> TCPHandler: Processed in 0.002006445 sec. | ||
| 1731 | 2024.12.20 22:27:05.215148 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1732 | 2024.12.20 22:27:05.215298 [ 262 ] {ac062f1f-f983-4b98-9c2b-b1f19330d0f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 1733 | 2024.12.20 22:27:05.215348 [ 262 ] {ac062f1f-f983-4b98-9c2b-b1f19330d0f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 1734 | 2024.12.20 22:27:05.215946 [ 262 ] {ac062f1f-f983-4b98-9c2b-b1f19330d0f1} <Trace> oximeter.fields_u16 (66d17a24-a3a1-42a5-bd94-b86efb1056dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1735 | 2024.12.20 22:27:05.215988 [ 262 ] {ac062f1f-f983-4b98-9c2b-b1f19330d0f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 1736 | 2024.12.20 22:27:05.216363 [ 262 ] {ac062f1f-f983-4b98-9c2b-b1f19330d0f1} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1737 | 2024.12.20 22:27:05.216611 [ 262 ] {ac062f1f-f983-4b98-9c2b-b1f19330d0f1} <Trace> oximeter.fields_u16 (66d17a24-a3a1-42a5-bd94-b86efb1056dd): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1738 | 2024.12.20 22:27:05.216976 [ 262 ] {ac062f1f-f983-4b98-9c2b-b1f19330d0f1} <Debug> executeQuery: Read 33 rows, 2.41 KiB in 0.001678 sec., 19666.26936829559 rows/sec., 1.40 MiB/sec. | ||
| 1739 | 2024.12.20 22:27:05.217166 [ 262 ] {ac062f1f-f983-4b98-9c2b-b1f19330d0f1} <Debug> TCPHandler: Processed in 0.002072387 sec. | ||
| 1740 | 2024.12.20 22:27:05.217308 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1741 | 2024.12.20 22:27:05.217483 [ 260 ] {632942c9-ca89-4687-97b8-b070c14b7af1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1742 | 2024.12.20 22:27:05.217541 [ 260 ] {632942c9-ca89-4687-97b8-b070c14b7af1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1743 | 2024.12.20 22:27:05.218125 [ 260 ] {632942c9-ca89-4687-97b8-b070c14b7af1} <Trace> oximeter.fields_u32 (50de29d4-f6c5-4f7c-8dac-40e276b5b3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1744 | 2024.12.20 22:27:05.218166 [ 260 ] {632942c9-ca89-4687-97b8-b070c14b7af1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 1745 | 2024.12.20 22:27:05.218538 [ 260 ] {632942c9-ca89-4687-97b8-b070c14b7af1} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1746 | 2024.12.20 22:27:05.218774 [ 260 ] {632942c9-ca89-4687-97b8-b070c14b7af1} <Trace> oximeter.fields_u32 (50de29d4-f6c5-4f7c-8dac-40e276b5b3f8): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1747 | 2024.12.20 22:27:05.219078 [ 260 ] {632942c9-ca89-4687-97b8-b070c14b7af1} <Debug> executeQuery: Read 15 rows, 1.05 KiB in 0.001598 sec., 9386.733416770963 rows/sec., 655.12 KiB/sec. | ||
| 1748 | 2024.12.20 22:27:05.219229 [ 260 ] {632942c9-ca89-4687-97b8-b070c14b7af1} <Debug> TCPHandler: Processed in 0.001975145 sec. | ||
| 1749 | 2024.12.20 22:27:05.219387 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1750 | 2024.12.20 22:27:05.219512 [ 262 ] {c7998493-988d-4277-b079-4000c03b0b11} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 1751 | 2024.12.20 22:27:05.219562 [ 262 ] {c7998493-988d-4277-b079-4000c03b0b11} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 1752 | 2024.12.20 22:27:05.220142 [ 262 ] {c7998493-988d-4277-b079-4000c03b0b11} <Trace> oximeter.fields_u8 (bc6d9fff-42ef-4dc9-9b7c-2f27297e3062): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1753 | 2024.12.20 22:27:05.220182 [ 262 ] {c7998493-988d-4277-b079-4000c03b0b11} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 1754 | 2024.12.20 22:27:05.220546 [ 262 ] {c7998493-988d-4277-b079-4000c03b0b11} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1755 | 2024.12.20 22:27:05.220784 [ 262 ] {c7998493-988d-4277-b079-4000c03b0b11} <Trace> oximeter.fields_u8 (bc6d9fff-42ef-4dc9-9b7c-2f27297e3062): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1756 | 2024.12.20 22:27:05.221151 [ 262 ] {c7998493-988d-4277-b079-4000c03b0b11} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001634 sec., 7955.936352509179 rows/sec., 496.05 KiB/sec. | ||
| 1757 | 2024.12.20 22:27:05.221231 [ 262 ] {c7998493-988d-4277-b079-4000c03b0b11} <Debug> TCPHandler: Processed in 0.001903823 sec. | ||
| 1758 | 2024.12.20 22:27:05.221379 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1759 | 2024.12.20 22:27:05.221494 [ 260 ] {6e629357-2c71-48a2-ade3-4808553e6438} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1760 | 2024.12.20 22:27:05.221543 [ 260 ] {6e629357-2c71-48a2-ade3-4808553e6438} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1761 | 2024.12.20 22:27:05.222256 [ 260 ] {6e629357-2c71-48a2-ade3-4808553e6438} <Trace> oximeter.fields_uuid (fb7f0ac5-74a7-4737-ae05-0271c6750327): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1762 | 2024.12.20 22:27:05.222297 [ 260 ] {6e629357-2c71-48a2-ade3-4808553e6438} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 1763 | 2024.12.20 22:27:05.222682 [ 260 ] {6e629357-2c71-48a2-ade3-4808553e6438} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1764 | 2024.12.20 22:27:05.222932 [ 260 ] {6e629357-2c71-48a2-ade3-4808553e6438} <Trace> oximeter.fields_uuid (fb7f0ac5-74a7-4737-ae05-0271c6750327): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1765 | 2024.12.20 22:27:05.223161 [ 260 ] {6e629357-2c71-48a2-ade3-4808553e6438} <Debug> executeQuery: Read 415 rows, 30.34 KiB in 0.001688 sec., 245853.08056872038 rows/sec., 17.55 MiB/sec. | ||
| 1766 | 2024.12.20 22:27:05.223214 [ 260 ] {6e629357-2c71-48a2-ade3-4808553e6438} <Debug> TCPHandler: Processed in 0.001888692 sec. | ||
| 1767 | 2024.12.20 22:27:05.223353 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1768 | 2024.12.20 22:27:05.223471 [ 262 ] {2c818cd5-89f8-4791-a00c-125c337de08b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 1769 | 2024.12.20 22:27:05.223521 [ 262 ] {2c818cd5-89f8-4791-a00c-125c337de08b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 1770 | 2024.12.20 22:27:05.224023 [ 262 ] {2c818cd5-89f8-4791-a00c-125c337de08b} <Trace> oximeter.measurements_bool (902c9248-495c-4a1f-8676-b52592dc679b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1771 | 2024.12.20 22:27:05.224062 [ 262 ] {2c818cd5-89f8-4791-a00c-125c337de08b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 1772 | 2024.12.20 22:27:05.224446 [ 262 ] {2c818cd5-89f8-4791-a00c-125c337de08b} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1773 | 2024.12.20 22:27:05.224683 [ 262 ] {2c818cd5-89f8-4791-a00c-125c337de08b} <Trace> oximeter.measurements_bool (902c9248-495c-4a1f-8676-b52592dc679b): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1774 | 2024.12.20 22:27:05.225082 [ 262 ] {2c818cd5-89f8-4791-a00c-125c337de08b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001619 sec., 3705.9913526868436 rows/sec., 193.62 KiB/sec. | ||
| 1775 | 2024.12.20 22:27:05.225140 [ 262 ] {2c818cd5-89f8-4791-a00c-125c337de08b} <Debug> TCPHandler: Processed in 0.001843711 sec. | ||
| 1776 | 2024.12.20 22:27:05.225279 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1777 | 2024.12.20 22:27:05.225394 [ 260 ] {1e621e86-cdbe-49d6-b8d8-8674f9b4b30a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1778 | 2024.12.20 22:27:05.225446 [ 260 ] {1e621e86-cdbe-49d6-b8d8-8674f9b4b30a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1779 | 2024.12.20 22:27:05.226116 [ 260 ] {1e621e86-cdbe-49d6-b8d8-8674f9b4b30a} <Trace> oximeter.measurements_cumulativeu64 (2e833ed7-efb3-49ee-873b-fe7dc1d5762e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1780 | 2024.12.20 22:27:05.226164 [ 260 ] {1e621e86-cdbe-49d6-b8d8-8674f9b4b30a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 1781 | 2024.12.20 22:27:05.226599 [ 260 ] {1e621e86-cdbe-49d6-b8d8-8674f9b4b30a} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1782 | 2024.12.20 22:27:05.226832 [ 260 ] {1e621e86-cdbe-49d6-b8d8-8674f9b4b30a} <Trace> oximeter.measurements_cumulativeu64 (2e833ed7-efb3-49ee-873b-fe7dc1d5762e): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1783 | 2024.12.20 22:27:05.227114 [ 260 ] {1e621e86-cdbe-49d6-b8d8-8674f9b4b30a} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001722 sec., 137630.66202090593 rows/sec., 9.22 MiB/sec. | ||
| 1784 | 2024.12.20 22:27:05.227220 [ 260 ] {1e621e86-cdbe-49d6-b8d8-8674f9b4b30a} <Debug> TCPHandler: Processed in 0.001993045 sec. | ||
| 1785 | 2024.12.20 22:27:05.227358 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1786 | 2024.12.20 22:27:05.227474 [ 262 ] {719c4d44-a3e1-4a77-b57f-5fa0ee0982c7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 1787 | 2024.12.20 22:27:05.227526 [ 262 ] {719c4d44-a3e1-4a77-b57f-5fa0ee0982c7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 1788 | 2024.12.20 22:27:05.227990 [ 262 ] {719c4d44-a3e1-4a77-b57f-5fa0ee0982c7} <Trace> oximeter.measurements_f64 (24a8fd20-3063-40e7-bd7e-0a899ffef70a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1789 | 2024.12.20 22:27:05.228027 [ 262 ] {719c4d44-a3e1-4a77-b57f-5fa0ee0982c7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 1790 | 2024.12.20 22:27:05.228395 [ 262 ] {719c4d44-a3e1-4a77-b57f-5fa0ee0982c7} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1791 | 2024.12.20 22:27:05.228626 [ 262 ] {719c4d44-a3e1-4a77-b57f-5fa0ee0982c7} <Trace> oximeter.measurements_f64 (24a8fd20-3063-40e7-bd7e-0a899ffef70a): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1792 | 2024.12.20 22:27:05.228979 [ 262 ] {719c4d44-a3e1-4a77-b57f-5fa0ee0982c7} <Debug> executeQuery: Read 2 rows, 134.00 B in 0.001509 sec., 1325.3810470510273 rows/sec., 86.72 KiB/sec. | ||
| 1793 | 2024.12.20 22:27:05.229054 [ 262 ] {719c4d44-a3e1-4a77-b57f-5fa0ee0982c7} <Debug> TCPHandler: Processed in 0.001751478 sec. | ||
| 1794 | 2024.12.20 22:27:05.229186 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1795 | 2024.12.20 22:27:05.229300 [ 260 ] {67c93ad4-79fd-454d-85c8-3e8e93f815b6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 1796 | 2024.12.20 22:27:05.229379 [ 260 ] {67c93ad4-79fd-454d-85c8-3e8e93f815b6} <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 | ||
| 1797 | 2024.12.20 22:27:05.230523 [ 260 ] {67c93ad4-79fd-454d-85c8-3e8e93f815b6} <Trace> oximeter.measurements_histogramu64 (cfe0444f-6b19-4855-b696-cc295685d98f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1798 | 2024.12.20 22:27:05.230563 [ 260 ] {67c93ad4-79fd-454d-85c8-3e8e93f815b6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 1799 | 2024.12.20 22:27:05.231201 [ 260 ] {67c93ad4-79fd-454d-85c8-3e8e93f815b6} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1800 | 2024.12.20 22:27:05.231460 [ 260 ] {67c93ad4-79fd-454d-85c8-3e8e93f815b6} <Trace> oximeter.measurements_histogramu64 (cfe0444f-6b19-4855-b696-cc295685d98f): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1801 | 2024.12.20 22:27:05.231789 [ 260 ] {67c93ad4-79fd-454d-85c8-3e8e93f815b6} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002504 sec., 10383.386581469647 rows/sec., 18.61 MiB/sec. | ||
| 1802 | 2024.12.20 22:27:05.231885 [ 260 ] {67c93ad4-79fd-454d-85c8-3e8e93f815b6} <Debug> TCPHandler: Processed in 0.002752626 sec. | ||
| 1803 | 2024.12.20 22:27:05.232024 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1804 | 2024.12.20 22:27:05.232141 [ 262 ] {acdcfc97-594e-4f68-9eec-fe3639d5fa5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 1805 | 2024.12.20 22:27:05.232191 [ 262 ] {acdcfc97-594e-4f68-9eec-fe3639d5fa5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 1806 | 2024.12.20 22:27:05.232653 [ 262 ] {acdcfc97-594e-4f68-9eec-fe3639d5fa5c} <Trace> oximeter.measurements_i64 (f665bdae-765c-4cf0-8238-54cebdd50a49): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1807 | 2024.12.20 22:27:05.232693 [ 262 ] {acdcfc97-594e-4f68-9eec-fe3639d5fa5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 1808 | 2024.12.20 22:27:05.233065 [ 262 ] {acdcfc97-594e-4f68-9eec-fe3639d5fa5c} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 1809 | 2024.12.20 22:27:05.233305 [ 262 ] {acdcfc97-594e-4f68-9eec-fe3639d5fa5c} <Trace> oximeter.measurements_i64 (f665bdae-765c-4cf0-8238-54cebdd50a49): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1810 | 2024.12.20 22:27:05.233673 [ 262 ] {acdcfc97-594e-4f68-9eec-fe3639d5fa5c} <Debug> executeQuery: Read 12 rows, 926.00 B in 0.001542 sec., 7782.101167315175 rows/sec., 586.44 KiB/sec. | ||
| 1811 | 2024.12.20 22:27:05.233747 [ 262 ] {acdcfc97-594e-4f68-9eec-fe3639d5fa5c} <Debug> TCPHandler: Processed in 0.00177957 sec. | ||
| 1812 | 2024.12.20 22:27:05.233903 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1813 | 2024.12.20 22:27:05.234027 [ 260 ] {70948a19-0024-403b-911b-ccd8bf69c864} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1814 | 2024.12.20 22:27:05.234079 [ 260 ] {70948a19-0024-403b-911b-ccd8bf69c864} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1815 | 2024.12.20 22:27:05.234568 [ 260 ] {70948a19-0024-403b-911b-ccd8bf69c864} <Trace> oximeter.measurements_u64 (b5f8915a-997f-4944-a48b-a878169c21e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1816 | 2024.12.20 22:27:05.234607 [ 260 ] {70948a19-0024-403b-911b-ccd8bf69c864} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 1817 | 2024.12.20 22:27:05.234985 [ 260 ] {70948a19-0024-403b-911b-ccd8bf69c864} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 1818 | 2024.12.20 22:27:05.235223 [ 260 ] {70948a19-0024-403b-911b-ccd8bf69c864} <Trace> oximeter.measurements_u64 (b5f8915a-997f-4944-a48b-a878169c21e0): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1819 | 2024.12.20 22:27:05.235505 [ 260 ] {70948a19-0024-403b-911b-ccd8bf69c864} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001481 sec., 55367.99459824443 rows/sec., 3.52 MiB/sec. | ||
| 1820 | 2024.12.20 22:27:05.235571 [ 260 ] {70948a19-0024-403b-911b-ccd8bf69c864} <Debug> TCPHandler: Processed in 0.001725388 sec. | ||
| 1821 | 2024.12.20 22:27:05.731448 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1822 | 2024.12.20 22:27:05.731772 [ 260 ] {2aa86510-4909-473f-82e5-3d63e7e0366d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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) | ||
| 1823 | 2024.12.20 22:27:05.732256 [ 260 ] {2aa86510-4909-473f-82e5-3d63e7e0366d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1824 | 2024.12.20 22:27:05.732320 [ 260 ] {2aa86510-4909-473f-82e5-3d63e7e0366d} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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 | ||
| 1825 | 2024.12.20 22:27:05.732754 [ 260 ] {2aa86510-4909-473f-82e5-3d63e7e0366d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1826 | 2024.12.20 22:27:05.732931 [ 260 ] {2aa86510-4909-473f-82e5-3d63e7e0366d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1827 | 2024.12.20 22:27:05.733106 [ 260 ] {2aa86510-4909-473f-82e5-3d63e7e0366d} <Debug> oximeter.timeseries_schema (766dfe1e-87a5-4910-afd3-6e48fd3978ee) (SelectExecutor): Key condition: (column 0 notIn 35-element set) | ||
| 1828 | 2024.12.20 22:27:05.733371 [ 294 ] {2aa86510-4909-473f-82e5-3d63e7e0366d} <Trace> oximeter.timeseries_schema (766dfe1e-87a5-4910-afd3-6e48fd3978ee) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1829 | 2024.12.20 22:27:05.733380 [ 295 ] {2aa86510-4909-473f-82e5-3d63e7e0366d} <Trace> oximeter.timeseries_schema (766dfe1e-87a5-4910-afd3-6e48fd3978ee) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1830 | 2024.12.20 22:27:05.733422 [ 296 ] {2aa86510-4909-473f-82e5-3d63e7e0366d} <Trace> oximeter.timeseries_schema (766dfe1e-87a5-4910-afd3-6e48fd3978ee) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1831 | 2024.12.20 22:27:05.733613 [ 260 ] {2aa86510-4909-473f-82e5-3d63e7e0366d} <Debug> oximeter.timeseries_schema (766dfe1e-87a5-4910-afd3-6e48fd3978ee) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
| 1832 | 2024.12.20 22:27:05.733646 [ 260 ] {2aa86510-4909-473f-82e5-3d63e7e0366d} <Trace> oximeter.timeseries_schema (766dfe1e-87a5-4910-afd3-6e48fd3978ee) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1833 | 2024.12.20 22:27:05.733946 [ 260 ] {2aa86510-4909-473f-82e5-3d63e7e0366d} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1834 | 2024.12.20 22:27:05.733974 [ 260 ] {2aa86510-4909-473f-82e5-3d63e7e0366d} <Debug> oximeter.timeseries_schema (766dfe1e-87a5-4910-afd3-6e48fd3978ee) (SelectExecutor): Reading approx. 34 rows with 2 streams | ||
| 1835 | 2024.12.20 22:27:05.734036 [ 260 ] {2aa86510-4909-473f-82e5-3d63e7e0366d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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'))" | ||
| 1836 | 2024.12.20 22:27:05.734083 [ 260 ] {2aa86510-4909-473f-82e5-3d63e7e0366d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', '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'))" | ||
| 1837 | 2024.12.20 22:27:05.735352 [ 260 ] {2aa86510-4909-473f-82e5-3d63e7e0366d} <Debug> executeQuery: Read 34 rows, 1.30 KiB in 0.003723 sec., 9132.4200913242 rows/sec., 349.65 KiB/sec. | ||
| 1838 | 2024.12.20 22:27:05.735516 [ 260 ] {2aa86510-4909-473f-82e5-3d63e7e0366d} <Debug> TCPHandler: Processed in 0.004208906 sec. | ||
| 1839 | 2024.12.20 22:27:05.735859 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1840 | 2024.12.20 22:27:05.736101 [ 262 ] {584356d1-b94e-4cfd-9fc9-84f8acc997a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link: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) | ||
| 1841 | 2024.12.20 22:27:05.736512 [ 262 ] {584356d1-b94e-4cfd-9fc9-84f8acc997a2} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1842 | 2024.12.20 22:27:05.736564 [ 262 ] {584356d1-b94e-4cfd-9fc9-84f8acc997a2} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link: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 | ||
| 1843 | 2024.12.20 22:27:05.736916 [ 262 ] {584356d1-b94e-4cfd-9fc9-84f8acc997a2} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1844 | 2024.12.20 22:27:05.736994 [ 262 ] {584356d1-b94e-4cfd-9fc9-84f8acc997a2} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1845 | 2024.12.20 22:27:05.737170 [ 262 ] {584356d1-b94e-4cfd-9fc9-84f8acc997a2} <Debug> oximeter.timeseries_schema (766dfe1e-87a5-4910-afd3-6e48fd3978ee) (SelectExecutor): Key condition: (column 0 notIn 36-element set) | ||
| 1846 | 2024.12.20 22:27:05.737256 [ 294 ] {584356d1-b94e-4cfd-9fc9-84f8acc997a2} <Trace> oximeter.timeseries_schema (766dfe1e-87a5-4910-afd3-6e48fd3978ee) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1847 | 2024.12.20 22:27:05.737300 [ 295 ] {584356d1-b94e-4cfd-9fc9-84f8acc997a2} <Trace> oximeter.timeseries_schema (766dfe1e-87a5-4910-afd3-6e48fd3978ee) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1848 | 2024.12.20 22:27:05.737315 [ 296 ] {584356d1-b94e-4cfd-9fc9-84f8acc997a2} <Trace> oximeter.timeseries_schema (766dfe1e-87a5-4910-afd3-6e48fd3978ee) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1849 | 2024.12.20 22:27:05.737435 [ 262 ] {584356d1-b94e-4cfd-9fc9-84f8acc997a2} <Debug> oximeter.timeseries_schema (766dfe1e-87a5-4910-afd3-6e48fd3978ee) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
| 1850 | 2024.12.20 22:27:05.737465 [ 262 ] {584356d1-b94e-4cfd-9fc9-84f8acc997a2} <Trace> oximeter.timeseries_schema (766dfe1e-87a5-4910-afd3-6e48fd3978ee) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1851 | 2024.12.20 22:27:05.737554 [ 262 ] {584356d1-b94e-4cfd-9fc9-84f8acc997a2} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1852 | 2024.12.20 22:27:05.737576 [ 262 ] {584356d1-b94e-4cfd-9fc9-84f8acc997a2} <Debug> oximeter.timeseries_schema (766dfe1e-87a5-4910-afd3-6e48fd3978ee) (SelectExecutor): Reading approx. 34 rows with 2 streams | ||
| 1853 | 2024.12.20 22:27:05.737619 [ 262 ] {584356d1-b94e-4cfd-9fc9-84f8acc997a2} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link: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'))" | ||
| 1854 | 2024.12.20 22:27:05.737667 [ 262 ] {584356d1-b94e-4cfd-9fc9-84f8acc997a2} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link: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'))" | ||
| 1855 | 2024.12.20 22:27:05.738855 [ 262 ] {584356d1-b94e-4cfd-9fc9-84f8acc997a2} <Debug> executeQuery: Read 34 rows, 1.30 KiB in 0.002869 sec., 11850.819100731962 rows/sec., 453.73 KiB/sec. | ||
| 1856 | 2024.12.20 22:27:05.739001 [ 262 ] {584356d1-b94e-4cfd-9fc9-84f8acc997a2} <Debug> TCPHandler: Processed in 0.00325934 sec. | ||
| 1857 | 2024.12.20 22:27:05.739255 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1858 | 2024.12.20 22:27:05.739486 [ 260 ] {1902eeb7-e364-4809-aa54-657c35374558} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link: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) | ||
| 1859 | 2024.12.20 22:27:05.739835 [ 260 ] {1902eeb7-e364-4809-aa54-657c35374558} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1860 | 2024.12.20 22:27:05.739884 [ 260 ] {1902eeb7-e364-4809-aa54-657c35374558} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link: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 | ||
| 1861 | 2024.12.20 22:27:05.740217 [ 260 ] {1902eeb7-e364-4809-aa54-657c35374558} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1862 | 2024.12.20 22:27:05.740284 [ 260 ] {1902eeb7-e364-4809-aa54-657c35374558} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1863 | 2024.12.20 22:27:05.740436 [ 260 ] {1902eeb7-e364-4809-aa54-657c35374558} <Debug> oximeter.timeseries_schema (766dfe1e-87a5-4910-afd3-6e48fd3978ee) (SelectExecutor): Key condition: (column 0 notIn 37-element set) | ||
| 1864 | 2024.12.20 22:27:05.740581 [ 295 ] {1902eeb7-e364-4809-aa54-657c35374558} <Trace> oximeter.timeseries_schema (766dfe1e-87a5-4910-afd3-6e48fd3978ee) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1865 | 2024.12.20 22:27:05.740580 [ 294 ] {1902eeb7-e364-4809-aa54-657c35374558} <Trace> oximeter.timeseries_schema (766dfe1e-87a5-4910-afd3-6e48fd3978ee) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1866 | 2024.12.20 22:27:05.740621 [ 296 ] {1902eeb7-e364-4809-aa54-657c35374558} <Trace> oximeter.timeseries_schema (766dfe1e-87a5-4910-afd3-6e48fd3978ee) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1867 | 2024.12.20 22:27:05.740759 [ 260 ] {1902eeb7-e364-4809-aa54-657c35374558} <Debug> oximeter.timeseries_schema (766dfe1e-87a5-4910-afd3-6e48fd3978ee) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
| 1868 | 2024.12.20 22:27:05.740790 [ 260 ] {1902eeb7-e364-4809-aa54-657c35374558} <Trace> oximeter.timeseries_schema (766dfe1e-87a5-4910-afd3-6e48fd3978ee) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1869 | 2024.12.20 22:27:05.740874 [ 260 ] {1902eeb7-e364-4809-aa54-657c35374558} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1870 | 2024.12.20 22:27:05.740894 [ 260 ] {1902eeb7-e364-4809-aa54-657c35374558} <Debug> oximeter.timeseries_schema (766dfe1e-87a5-4910-afd3-6e48fd3978ee) (SelectExecutor): Reading approx. 34 rows with 2 streams | ||
| 1871 | 2024.12.20 22:27:05.740934 [ 260 ] {1902eeb7-e364-4809-aa54-657c35374558} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link: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'))" | ||
| 1872 | 2024.12.20 22:27:05.740978 [ 260 ] {1902eeb7-e364-4809-aa54-657c35374558} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link: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'))" | ||
| 1873 | 2024.12.20 22:27:05.741983 [ 260 ] {1902eeb7-e364-4809-aa54-657c35374558} <Debug> executeQuery: Read 34 rows, 1.30 KiB in 0.002617 sec., 12991.975544516623 rows/sec., 497.42 KiB/sec. | ||
| 1874 | 2024.12.20 22:27:05.742134 [ 260 ] {1902eeb7-e364-4809-aa54-657c35374558} <Debug> TCPHandler: Processed in 0.002950581 sec. | ||
| 1875 | 2024.12.20 22:27:05.742400 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1876 | 2024.12.20 22:27:05.742629 [ 262 ] {cd74423b-44b4-4fae-98fb-36d96c39de1d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link: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) | ||
| 1877 | 2024.12.20 22:27:05.743041 [ 262 ] {cd74423b-44b4-4fae-98fb-36d96c39de1d} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1878 | 2024.12.20 22:27:05.743102 [ 262 ] {cd74423b-44b4-4fae-98fb-36d96c39de1d} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link: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 | ||
| 1879 | 2024.12.20 22:27:05.743512 [ 262 ] {cd74423b-44b4-4fae-98fb-36d96c39de1d} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1880 | 2024.12.20 22:27:05.743578 [ 262 ] {cd74423b-44b4-4fae-98fb-36d96c39de1d} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1881 | 2024.12.20 22:27:05.743729 [ 262 ] {cd74423b-44b4-4fae-98fb-36d96c39de1d} <Debug> oximeter.timeseries_schema (766dfe1e-87a5-4910-afd3-6e48fd3978ee) (SelectExecutor): Key condition: (column 0 notIn 38-element set) | ||
| 1882 | 2024.12.20 22:27:05.743828 [ 294 ] {cd74423b-44b4-4fae-98fb-36d96c39de1d} <Trace> oximeter.timeseries_schema (766dfe1e-87a5-4910-afd3-6e48fd3978ee) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1883 | 2024.12.20 22:27:05.743867 [ 295 ] {cd74423b-44b4-4fae-98fb-36d96c39de1d} <Trace> oximeter.timeseries_schema (766dfe1e-87a5-4910-afd3-6e48fd3978ee) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1884 | 2024.12.20 22:27:05.743891 [ 296 ] {cd74423b-44b4-4fae-98fb-36d96c39de1d} <Trace> oximeter.timeseries_schema (766dfe1e-87a5-4910-afd3-6e48fd3978ee) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1885 | 2024.12.20 22:27:05.744006 [ 262 ] {cd74423b-44b4-4fae-98fb-36d96c39de1d} <Debug> oximeter.timeseries_schema (766dfe1e-87a5-4910-afd3-6e48fd3978ee) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
| 1886 | 2024.12.20 22:27:05.744033 [ 262 ] {cd74423b-44b4-4fae-98fb-36d96c39de1d} <Trace> oximeter.timeseries_schema (766dfe1e-87a5-4910-afd3-6e48fd3978ee) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1887 | 2024.12.20 22:27:05.744115 [ 262 ] {cd74423b-44b4-4fae-98fb-36d96c39de1d} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1888 | 2024.12.20 22:27:05.744135 [ 262 ] {cd74423b-44b4-4fae-98fb-36d96c39de1d} <Debug> oximeter.timeseries_schema (766dfe1e-87a5-4910-afd3-6e48fd3978ee) (SelectExecutor): Reading approx. 34 rows with 2 streams | ||
| 1889 | 2024.12.20 22:27:05.744176 [ 262 ] {cd74423b-44b4-4fae-98fb-36d96c39de1d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link: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'))" | ||
| 1890 | 2024.12.20 22:27:05.744220 [ 262 ] {cd74423b-44b4-4fae-98fb-36d96c39de1d} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link: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'))" | ||
| 1891 | 2024.12.20 22:27:05.745210 [ 262 ] {cd74423b-44b4-4fae-98fb-36d96c39de1d} <Debug> executeQuery: Read 34 rows, 1.30 KiB in 0.002698 sec., 12601.927353595256 rows/sec., 482.49 KiB/sec. | ||
| 1892 | 2024.12.20 22:27:05.745363 [ 262 ] {cd74423b-44b4-4fae-98fb-36d96c39de1d} <Debug> TCPHandler: Processed in 0.003032764 sec. | ||
| 1893 | 2024.12.20 22:27:05.745706 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1894 | 2024.12.20 22:27:05.745895 [ 260 ] {cec39703-8553-42be-9b93-197b2a91575f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link: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) | ||
| 1895 | 2024.12.20 22:27:05.746236 [ 260 ] {cec39703-8553-42be-9b93-197b2a91575f} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1896 | 2024.12.20 22:27:05.746286 [ 260 ] {cec39703-8553-42be-9b93-197b2a91575f} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link: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 | ||
| 1897 | 2024.12.20 22:27:05.746620 [ 260 ] {cec39703-8553-42be-9b93-197b2a91575f} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1898 | 2024.12.20 22:27:05.746686 [ 260 ] {cec39703-8553-42be-9b93-197b2a91575f} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1899 | 2024.12.20 22:27:05.746834 [ 260 ] {cec39703-8553-42be-9b93-197b2a91575f} <Debug> oximeter.timeseries_schema (766dfe1e-87a5-4910-afd3-6e48fd3978ee) (SelectExecutor): Key condition: (column 0 notIn 39-element set) | ||
| 1900 | 2024.12.20 22:27:05.746921 [ 295 ] {cec39703-8553-42be-9b93-197b2a91575f} <Trace> oximeter.timeseries_schema (766dfe1e-87a5-4910-afd3-6e48fd3978ee) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1901 | 2024.12.20 22:27:05.746984 [ 294 ] {cec39703-8553-42be-9b93-197b2a91575f} <Trace> oximeter.timeseries_schema (766dfe1e-87a5-4910-afd3-6e48fd3978ee) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1902 | 2024.12.20 22:27:05.747005 [ 296 ] {cec39703-8553-42be-9b93-197b2a91575f} <Trace> oximeter.timeseries_schema (766dfe1e-87a5-4910-afd3-6e48fd3978ee) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1903 | 2024.12.20 22:27:05.747114 [ 260 ] {cec39703-8553-42be-9b93-197b2a91575f} <Debug> oximeter.timeseries_schema (766dfe1e-87a5-4910-afd3-6e48fd3978ee) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
| 1904 | 2024.12.20 22:27:05.747141 [ 260 ] {cec39703-8553-42be-9b93-197b2a91575f} <Trace> oximeter.timeseries_schema (766dfe1e-87a5-4910-afd3-6e48fd3978ee) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1905 | 2024.12.20 22:27:05.747223 [ 260 ] {cec39703-8553-42be-9b93-197b2a91575f} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1906 | 2024.12.20 22:27:05.747242 [ 260 ] {cec39703-8553-42be-9b93-197b2a91575f} <Debug> oximeter.timeseries_schema (766dfe1e-87a5-4910-afd3-6e48fd3978ee) (SelectExecutor): Reading approx. 34 rows with 2 streams | ||
| 1907 | 2024.12.20 22:27:05.747283 [ 260 ] {cec39703-8553-42be-9b93-197b2a91575f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link: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'))" | ||
| 1908 | 2024.12.20 22:27:05.747329 [ 260 ] {cec39703-8553-42be-9b93-197b2a91575f} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link: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'))" | ||
| 1909 | 2024.12.20 22:27:05.748293 [ 260 ] {cec39703-8553-42be-9b93-197b2a91575f} <Debug> executeQuery: Read 34 rows, 1.30 KiB in 0.002493 sec., 13638.18692338548 rows/sec., 522.17 KiB/sec. | ||
| 1910 | 2024.12.20 22:27:05.748427 [ 260 ] {cec39703-8553-42be-9b93-197b2a91575f} <Debug> TCPHandler: Processed in 0.002779557 sec. | ||
| 1911 | 2024.12.20 22:27:05.748707 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1912 | 2024.12.20 22:27:05.748935 [ 262 ] {6d860a30-8a13-4580-bf65-faa4d65d3eb4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', '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) | ||
| 1913 | 2024.12.20 22:27:05.749340 [ 262 ] {6d860a30-8a13-4580-bf65-faa4d65d3eb4} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 1914 | 2024.12.20 22:27:05.749403 [ 262 ] {6d860a30-8a13-4580-bf65-faa4d65d3eb4} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', '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 | ||
| 1915 | 2024.12.20 22:27:05.749752 [ 262 ] {6d860a30-8a13-4580-bf65-faa4d65d3eb4} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1916 | 2024.12.20 22:27:05.749818 [ 262 ] {6d860a30-8a13-4580-bf65-faa4d65d3eb4} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 1917 | 2024.12.20 22:27:05.749968 [ 262 ] {6d860a30-8a13-4580-bf65-faa4d65d3eb4} <Debug> oximeter.timeseries_schema (766dfe1e-87a5-4910-afd3-6e48fd3978ee) (SelectExecutor): Key condition: (column 0 notIn 40-element set) | ||
| 1918 | 2024.12.20 22:27:05.750098 [ 295 ] {6d860a30-8a13-4580-bf65-faa4d65d3eb4} <Trace> oximeter.timeseries_schema (766dfe1e-87a5-4910-afd3-6e48fd3978ee) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 1919 | 2024.12.20 22:27:05.750105 [ 294 ] {6d860a30-8a13-4580-bf65-faa4d65d3eb4} <Trace> oximeter.timeseries_schema (766dfe1e-87a5-4910-afd3-6e48fd3978ee) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 1920 | 2024.12.20 22:27:05.750123 [ 296 ] {6d860a30-8a13-4580-bf65-faa4d65d3eb4} <Trace> oximeter.timeseries_schema (766dfe1e-87a5-4910-afd3-6e48fd3978ee) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 1921 | 2024.12.20 22:27:05.750247 [ 262 ] {6d860a30-8a13-4580-bf65-faa4d65d3eb4} <Debug> oximeter.timeseries_schema (766dfe1e-87a5-4910-afd3-6e48fd3978ee) (SelectExecutor): Selected 3/3 parts by partition key, 2 parts by primary key, 2/3 marks by primary key, 2 marks to read from 2 ranges | ||
| 1922 | 2024.12.20 22:27:05.750275 [ 262 ] {6d860a30-8a13-4580-bf65-faa4d65d3eb4} <Trace> oximeter.timeseries_schema (766dfe1e-87a5-4910-afd3-6e48fd3978ee) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 1923 | 2024.12.20 22:27:05.750356 [ 262 ] {6d860a30-8a13-4580-bf65-faa4d65d3eb4} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 1924 | 2024.12.20 22:27:05.750377 [ 262 ] {6d860a30-8a13-4580-bf65-faa4d65d3eb4} <Debug> oximeter.timeseries_schema (766dfe1e-87a5-4910-afd3-6e48fd3978ee) (SelectExecutor): Reading approx. 34 rows with 2 streams | ||
| 1925 | 2024.12.20 22:27:05.750416 [ 262 ] {6d860a30-8a13-4580-bf65-faa4d65d3eb4} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', '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'))" | ||
| 1926 | 2024.12.20 22:27:05.750461 [ 262 ] {6d860a30-8a13-4580-bf65-faa4d65d3eb4} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', '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'))" | ||
| 1927 | 2024.12.20 22:27:05.751440 [ 262 ] {6d860a30-8a13-4580-bf65-faa4d65d3eb4} <Debug> executeQuery: Read 34 rows, 1.30 KiB in 0.002623 sec., 12962.256957682044 rows/sec., 496.29 KiB/sec. | ||
| 1928 | 2024.12.20 22:27:05.751573 [ 262 ] {6d860a30-8a13-4580-bf65-faa4d65d3eb4} <Debug> TCPHandler: Processed in 0.002932941 sec. | ||
| 1929 | 2024.12.20 22:27:05.863090 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1930 | 2024.12.20 22:27:05.863249 [ 260 ] {1151a1e2-9217-4100-879a-771a9ccf7642} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 1931 | 2024.12.20 22:27:05.863317 [ 260 ] {1151a1e2-9217-4100-879a-771a9ccf7642} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 1932 | 2024.12.20 22:27:05.864079 [ 260 ] {1151a1e2-9217-4100-879a-771a9ccf7642} <Trace> oximeter.timeseries_schema (766dfe1e-87a5-4910-afd3-6e48fd3978ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1933 | 2024.12.20 22:27:05.864123 [ 260 ] {1151a1e2-9217-4100-879a-771a9ccf7642} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 1934 | 2024.12.20 22:27:05.864619 [ 260 ] {1151a1e2-9217-4100-879a-771a9ccf7642} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 1935 | 2024.12.20 22:27:05.864841 [ 260 ] {1151a1e2-9217-4100-879a-771a9ccf7642} <Trace> oximeter.timeseries_schema (766dfe1e-87a5-4910-afd3-6e48fd3978ee): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1936 | 2024.12.20 22:27:05.865072 [ 260 ] {1151a1e2-9217-4100-879a-771a9ccf7642} <Debug> executeQuery: Read 6 rows, 1.34 KiB in 0.001865 sec., 3217.1581769437 rows/sec., 716.32 KiB/sec. | ||
| 1937 | 2024.12.20 22:27:05.865138 [ 260 ] {1151a1e2-9217-4100-879a-771a9ccf7642} <Debug> TCPHandler: Processed in 0.002118449 sec. | ||
| 1938 | 2024.12.20 22:27:05.865309 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1939 | 2024.12.20 22:27:05.865464 [ 262 ] {001c2fc0-dd68-4f95-abca-d3023b4cb22c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1940 | 2024.12.20 22:27:05.865525 [ 262 ] {001c2fc0-dd68-4f95-abca-d3023b4cb22c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1941 | 2024.12.20 22:27:05.866779 [ 262 ] {001c2fc0-dd68-4f95-abca-d3023b4cb22c} <Trace> oximeter.fields_string (be340cd8-3bde-4f05-8e45-9e8a1492ad3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1942 | 2024.12.20 22:27:05.866817 [ 262 ] {001c2fc0-dd68-4f95-abca-d3023b4cb22c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 1943 | 2024.12.20 22:27:05.867289 [ 262 ] {001c2fc0-dd68-4f95-abca-d3023b4cb22c} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 1944 | 2024.12.20 22:27:05.867675 [ 262 ] {001c2fc0-dd68-4f95-abca-d3023b4cb22c} <Trace> oximeter.fields_string (be340cd8-3bde-4f05-8e45-9e8a1492ad3b): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1945 | 2024.12.20 22:27:05.867918 [ 262 ] {001c2fc0-dd68-4f95-abca-d3023b4cb22c} <Debug> executeQuery: Read 1196 rows, 100.97 KiB in 0.002494 sec., 479550.92221331195 rows/sec., 39.54 MiB/sec. | ||
| 1946 | 2024.12.20 22:27:05.867991 [ 262 ] {001c2fc0-dd68-4f95-abca-d3023b4cb22c} <Debug> TCPHandler: Processed in 0.002752376 sec. | ||
| 1947 | 2024.12.20 22:27:05.868154 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1948 | 2024.12.20 22:27:05.868297 [ 260 ] {c5aba922-7a5c-4efd-a3aa-4b2608120abc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 1949 | 2024.12.20 22:27:05.868356 [ 260 ] {c5aba922-7a5c-4efd-a3aa-4b2608120abc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 1950 | 2024.12.20 22:27:05.869075 [ 260 ] {c5aba922-7a5c-4efd-a3aa-4b2608120abc} <Trace> oximeter.fields_u32 (50de29d4-f6c5-4f7c-8dac-40e276b5b3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1951 | 2024.12.20 22:27:05.869115 [ 260 ] {c5aba922-7a5c-4efd-a3aa-4b2608120abc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 1952 | 2024.12.20 22:27:05.869486 [ 260 ] {c5aba922-7a5c-4efd-a3aa-4b2608120abc} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 1953 | 2024.12.20 22:27:05.869722 [ 260 ] {c5aba922-7a5c-4efd-a3aa-4b2608120abc} <Trace> oximeter.fields_u32 (50de29d4-f6c5-4f7c-8dac-40e276b5b3f8): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1954 | 2024.12.20 22:27:05.869922 [ 260 ] {c5aba922-7a5c-4efd-a3aa-4b2608120abc} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001659 sec., 137432.18806509944 rows/sec., 9.31 MiB/sec. | ||
| 1955 | 2024.12.20 22:27:05.869980 [ 260 ] {c5aba922-7a5c-4efd-a3aa-4b2608120abc} <Debug> TCPHandler: Processed in 0.001892493 sec. | ||
| 1956 | 2024.12.20 22:27:05.870139 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1957 | 2024.12.20 22:27:05.870284 [ 262 ] {1f745e9c-f487-4e98-9c9a-8a42fd14e96c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 1958 | 2024.12.20 22:27:05.870344 [ 262 ] {1f745e9c-f487-4e98-9c9a-8a42fd14e96c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 1959 | 2024.12.20 22:27:05.871145 [ 262 ] {1f745e9c-f487-4e98-9c9a-8a42fd14e96c} <Trace> oximeter.fields_uuid (fb7f0ac5-74a7-4737-ae05-0271c6750327): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1960 | 2024.12.20 22:27:05.871185 [ 262 ] {1f745e9c-f487-4e98-9c9a-8a42fd14e96c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 1961 | 2024.12.20 22:27:05.871574 [ 262 ] {1f745e9c-f487-4e98-9c9a-8a42fd14e96c} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 1962 | 2024.12.20 22:27:05.871820 [ 262 ] {1f745e9c-f487-4e98-9c9a-8a42fd14e96c} <Trace> oximeter.fields_uuid (fb7f0ac5-74a7-4737-ae05-0271c6750327): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1963 | 2024.12.20 22:27:05.872005 [ 262 ] {1f745e9c-f487-4e98-9c9a-8a42fd14e96c} <Debug> executeQuery: Read 520 rows, 39.40 KiB in 0.001754 sec., 296465.22234891675 rows/sec., 21.94 MiB/sec. | ||
| 1964 | 2024.12.20 22:27:05.872059 [ 262 ] {1f745e9c-f487-4e98-9c9a-8a42fd14e96c} <Debug> TCPHandler: Processed in 0.001986875 sec. | ||
| 1965 | 2024.12.20 22:27:05.872196 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1966 | 2024.12.20 22:27:05.872312 [ 260 ] {b4bd4dec-36e8-46e3-8c26-7318d9c6b4aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 1967 | 2024.12.20 22:27:05.872365 [ 260 ] {b4bd4dec-36e8-46e3-8c26-7318d9c6b4aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 1968 | 2024.12.20 22:27:05.873924 [ 260 ] {b4bd4dec-36e8-46e3-8c26-7318d9c6b4aa} <Trace> oximeter.measurements_cumulativeu64 (2e833ed7-efb3-49ee-873b-fe7dc1d5762e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1969 | 2024.12.20 22:27:05.873961 [ 260 ] {b4bd4dec-36e8-46e3-8c26-7318d9c6b4aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 1970 | 2024.12.20 22:27:05.874545 [ 260 ] {b4bd4dec-36e8-46e3-8c26-7318d9c6b4aa} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 1971 | 2024.12.20 22:27:05.874787 [ 260 ] {b4bd4dec-36e8-46e3-8c26-7318d9c6b4aa} <Trace> oximeter.measurements_cumulativeu64 (2e833ed7-efb3-49ee-873b-fe7dc1d5762e): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1972 | 2024.12.20 22:27:05.875009 [ 260 ] {b4bd4dec-36e8-46e3-8c26-7318d9c6b4aa} <Debug> executeQuery: Read 3134 rows, 214.33 KiB in 0.002722 sec., 1151359.2946362968 rows/sec., 76.90 MiB/sec. | ||
| 1973 | 2024.12.20 22:27:05.875070 [ 260 ] {b4bd4dec-36e8-46e3-8c26-7318d9c6b4aa} <Debug> TCPHandler: Processed in 0.002928361 sec. | ||
| 1974 | 2024.12.20 22:27:05.875229 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1975 | 2024.12.20 22:27:05.875376 [ 262 ] {1980d393-f12a-4759-a05c-c16b0ce9b46e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 1976 | 2024.12.20 22:27:05.875438 [ 262 ] {1980d393-f12a-4759-a05c-c16b0ce9b46e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 1977 | 2024.12.20 22:27:05.875918 [ 262 ] {1980d393-f12a-4759-a05c-c16b0ce9b46e} <Trace> oximeter.measurements_u64 (b5f8915a-997f-4944-a48b-a878169c21e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1978 | 2024.12.20 22:27:05.875956 [ 262 ] {1980d393-f12a-4759-a05c-c16b0ce9b46e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.15 GiB. | ||
| 1979 | 2024.12.20 22:27:05.876322 [ 262 ] {1980d393-f12a-4759-a05c-c16b0ce9b46e} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 1980 | 2024.12.20 22:27:05.876565 [ 262 ] {1980d393-f12a-4759-a05c-c16b0ce9b46e} <Trace> oximeter.measurements_u64 (b5f8915a-997f-4944-a48b-a878169c21e0): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1981 | 2024.12.20 22:27:05.876789 [ 262 ] {1980d393-f12a-4759-a05c-c16b0ce9b46e} <Debug> executeQuery: Read 12 rows, 848.00 B in 0.00144 sec., 8333.333333333332 rows/sec., 575.09 KiB/sec. | ||
| 1982 | 2024.12.20 22:27:05.877002 [ 262 ] {1980d393-f12a-4759-a05c-c16b0ce9b46e} <Debug> TCPHandler: Processed in 0.001837591 sec. | ||
| 1983 | 2024.12.20 22:27:06.000224 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 170.57 MiB, peak 170.57 MiB, free memory in arenas 0.00 B, will set to 166.46 MiB (RSS), difference: -4.11 MiB | ||
| 1984 | 2024.12.20 22:27:10.161214 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 1985 | 2024.12.20 22:27:10.161421 [ 260 ] {3e935301-ff6e-4804-9f6b-4e24dab3cd7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 1986 | 2024.12.20 22:27:10.161499 [ 260 ] {3e935301-ff6e-4804-9f6b-4e24dab3cd7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 1987 | 2024.12.20 22:27:10.162317 [ 260 ] {3e935301-ff6e-4804-9f6b-4e24dab3cd7a} <Trace> oximeter.fields_string (be340cd8-3bde-4f05-8e45-9e8a1492ad3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1988 | 2024.12.20 22:27:10.162374 [ 260 ] {3e935301-ff6e-4804-9f6b-4e24dab3cd7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 1989 | 2024.12.20 22:27:10.162881 [ 260 ] {3e935301-ff6e-4804-9f6b-4e24dab3cd7a} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 1990 | 2024.12.20 22:27:10.163254 [ 260 ] {3e935301-ff6e-4804-9f6b-4e24dab3cd7a} <Trace> oximeter.fields_string (be340cd8-3bde-4f05-8e45-9e8a1492ad3b): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 1991 | 2024.12.20 22:27:10.163480 [ 45 ] {} <Debug> oximeter.fields_string (be340cd8-3bde-4f05-8e45-9e8a1492ad3b) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 1992 | 2024.12.20 22:27:10.163559 [ 45 ] {} <Trace> oximeter.fields_string (be340cd8-3bde-4f05-8e45-9e8a1492ad3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 1993 | 2024.12.20 22:27:10.163600 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 1994 | 2024.12.20 22:27:10.163606 [ 260 ] {3e935301-ff6e-4804-9f6b-4e24dab3cd7a} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.002223 sec., 25191.183085919925 rows/sec., 1.94 MiB/sec. | ||
| 1995 | 2024.12.20 22:27:10.164019 [ 194 ] {be340cd8-3bde-4f05-8e45-9e8a1492ad3b::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 | ||
| 1996 | 2024.12.20 22:27:10.164031 [ 260 ] {3e935301-ff6e-4804-9f6b-4e24dab3cd7a} <Debug> TCPHandler: Processed in 0.002940321 sec. | ||
| 1997 | 2024.12.20 22:27:10.164272 [ 194 ] {be340cd8-3bde-4f05-8e45-9e8a1492ad3b::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 1998 | 2024.12.20 22:27:10.164315 [ 194 ] {be340cd8-3bde-4f05-8e45-9e8a1492ad3b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 72 rows starting from the beginning of the part | ||
| 1999 | 2024.12.20 22:27:10.164384 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2000 | 2024.12.20 22:27:10.164484 [ 194 ] {be340cd8-3bde-4f05-8e45-9e8a1492ad3b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 72 rows starting from the beginning of the part | ||
| 2001 | 2024.12.20 22:27:10.164756 [ 194 ] {be340cd8-3bde-4f05-8e45-9e8a1492ad3b::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 | ||
| 2002 | 2024.12.20 22:27:10.164774 [ 262 ] {be2193d3-269a-444d-8bd5-051adfbc1233} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2003 | 2024.12.20 22:27:10.164987 [ 262 ] {be2193d3-269a-444d-8bd5-051adfbc1233} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2004 | 2024.12.20 22:27:10.165061 [ 194 ] {be340cd8-3bde-4f05-8e45-9e8a1492ad3b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 256 rows starting from the beginning of the part | ||
| 2005 | 2024.12.20 22:27:10.165393 [ 194 ] {be340cd8-3bde-4f05-8e45-9e8a1492ad3b::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 1196 rows starting from the beginning of the part | ||
| 2006 | 2024.12.20 22:27:10.165660 [ 194 ] {be340cd8-3bde-4f05-8e45-9e8a1492ad3b::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 | ||
| 2007 | 2024.12.20 22:27:10.167564 [ 262 ] {be2193d3-269a-444d-8bd5-051adfbc1233} <Trace> oximeter.fields_uuid (fb7f0ac5-74a7-4737-ae05-0271c6750327): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2008 | 2024.12.20 22:27:10.167634 [ 262 ] {be2193d3-269a-444d-8bd5-051adfbc1233} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 2009 | 2024.12.20 22:27:10.168536 [ 262 ] {be2193d3-269a-444d-8bd5-051adfbc1233} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2010 | 2024.12.20 22:27:10.168921 [ 194 ] {be340cd8-3bde-4f05-8e45-9e8a1492ad3b::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1708 rows, containing 5 columns (5 merged, 0 gathered) in 0.005226374 sec., 326804.01364311087 rows/sec., 28.30 MiB/sec. | ||
| 2011 | 2024.12.20 22:27:10.169069 [ 262 ] {be2193d3-269a-444d-8bd5-051adfbc1233} <Trace> oximeter.fields_uuid (fb7f0ac5-74a7-4737-ae05-0271c6750327): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2012 | 2024.12.20 22:27:10.169260 [ 45 ] {} <Debug> oximeter.fields_uuid (fb7f0ac5-74a7-4737-ae05-0271c6750327) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2013 | 2024.12.20 22:27:10.169327 [ 45 ] {} <Trace> oximeter.fields_uuid (fb7f0ac5-74a7-4737-ae05-0271c6750327): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2014 | 2024.12.20 22:27:10.169341 [ 195 ] {be340cd8-3bde-4f05-8e45-9e8a1492ad3b::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2015 | 2024.12.20 22:27:10.169376 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 2016 | 2024.12.20 22:27:10.169432 [ 262 ] {be2193d3-269a-444d-8bd5-051adfbc1233} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.00478 sec., 13389.121338912133 rows/sec., 1.05 MiB/sec. | ||
| 2017 | 2024.12.20 22:27:10.169773 [ 262 ] {be2193d3-269a-444d-8bd5-051adfbc1233} <Debug> TCPHandler: Processed in 0.005541362 sec. | ||
| 2018 | 2024.12.20 22:27:10.169902 [ 194 ] {fb7f0ac5-74a7-4737-ae05-0271c6750327::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 | ||
| 2019 | 2024.12.20 22:27:10.170033 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2020 | 2024.12.20 22:27:10.170304 [ 194 ] {fb7f0ac5-74a7-4737-ae05-0271c6750327::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2021 | 2024.12.20 22:27:10.170317 [ 195 ] {be340cd8-3bde-4f05-8e45-9e8a1492ad3b::all_1_11_2} <Trace> oximeter.fields_string (be340cd8-3bde-4f05-8e45-9e8a1492ad3b): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2022 | 2024.12.20 22:27:10.170363 [ 260 ] {7469b047-7ea6-4fd2-8113-c1e12146a825} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2023 | 2024.12.20 22:27:10.170422 [ 194 ] {fb7f0ac5-74a7-4737-ae05-0271c6750327::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 72 rows starting from the beginning of the part | ||
| 2024 | 2024.12.20 22:27:10.170554 [ 260 ] {7469b047-7ea6-4fd2-8113-c1e12146a825} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2025 | 2024.12.20 22:27:10.170671 [ 195 ] {be340cd8-3bde-4f05-8e45-9e8a1492ad3b::all_1_11_2} <Trace> oximeter.fields_string (be340cd8-3bde-4f05-8e45-9e8a1492ad3b) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2026 | 2024.12.20 22:27:10.170855 [ 194 ] {fb7f0ac5-74a7-4737-ae05-0271c6750327::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 72 rows starting from the beginning of the part | ||
| 2027 | 2024.12.20 22:27:10.171127 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.61 MiB. | ||
| 2028 | 2024.12.20 22:27:10.171465 [ 194 ] {fb7f0ac5-74a7-4737-ae05-0271c6750327::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 | ||
| 2029 | 2024.12.20 22:27:10.171915 [ 194 ] {fb7f0ac5-74a7-4737-ae05-0271c6750327::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 415 rows starting from the beginning of the part | ||
| 2030 | 2024.12.20 22:27:10.172214 [ 194 ] {fb7f0ac5-74a7-4737-ae05-0271c6750327::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 520 rows starting from the beginning of the part | ||
| 2031 | 2024.12.20 22:27:10.172381 [ 194 ] {fb7f0ac5-74a7-4737-ae05-0271c6750327::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 | ||
| 2032 | 2024.12.20 22:27:10.173554 [ 260 ] {7469b047-7ea6-4fd2-8113-c1e12146a825} <Trace> oximeter.measurements_cumulativeu64 (2e833ed7-efb3-49ee-873b-fe7dc1d5762e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2033 | 2024.12.20 22:27:10.173638 [ 260 ] {7469b047-7ea6-4fd2-8113-c1e12146a825} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 2034 | 2024.12.20 22:27:10.174812 [ 260 ] {7469b047-7ea6-4fd2-8113-c1e12146a825} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2035 | 2024.12.20 22:27:10.175401 [ 260 ] {7469b047-7ea6-4fd2-8113-c1e12146a825} <Trace> oximeter.measurements_cumulativeu64 (2e833ed7-efb3-49ee-873b-fe7dc1d5762e): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2036 | 2024.12.20 22:27:10.175475 [ 195 ] {fb7f0ac5-74a7-4737-ae05-0271c6750327::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1207 rows, containing 5 columns (5 merged, 0 gathered) in 0.005965065 sec., 202344.8193774921 rows/sec., 15.75 MiB/sec. | ||
| 2037 | 2024.12.20 22:27:10.175620 [ 45 ] {} <Debug> oximeter.measurements_cumulativeu64 (2e833ed7-efb3-49ee-873b-fe7dc1d5762e) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2038 | 2024.12.20 22:27:10.175716 [ 45 ] {} <Trace> oximeter.measurements_cumulativeu64 (2e833ed7-efb3-49ee-873b-fe7dc1d5762e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2039 | 2024.12.20 22:27:10.175766 [ 195 ] {fb7f0ac5-74a7-4737-ae05-0271c6750327::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2040 | 2024.12.20 22:27:10.175769 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 2041 | 2024.12.20 22:27:10.175776 [ 260 ] {7469b047-7ea6-4fd2-8113-c1e12146a825} <Debug> executeQuery: Read 128 rows, 9.13 KiB in 0.005487 sec., 23327.86586477128 rows/sec., 1.62 MiB/sec. | ||
| 2042 | 2024.12.20 22:27:10.176416 [ 260 ] {7469b047-7ea6-4fd2-8113-c1e12146a825} <Debug> TCPHandler: Processed in 0.006480659 sec. | ||
| 2043 | 2024.12.20 22:27:10.176889 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2044 | 2024.12.20 22:27:10.176874 [ 194 ] {2e833ed7-efb3-49ee-873b-fe7dc1d5762e::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 | ||
| 2045 | 2024.12.20 22:27:10.177138 [ 195 ] {fb7f0ac5-74a7-4737-ae05-0271c6750327::all_1_11_2} <Trace> oximeter.fields_uuid (fb7f0ac5-74a7-4737-ae05-0271c6750327): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2046 | 2024.12.20 22:27:10.177340 [ 262 ] {c330d40a-21b1-49dd-9209-cfd71c922302} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2047 | 2024.12.20 22:27:10.177450 [ 195 ] {fb7f0ac5-74a7-4737-ae05-0271c6750327::all_1_11_2} <Trace> oximeter.fields_uuid (fb7f0ac5-74a7-4737-ae05-0271c6750327) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2048 | 2024.12.20 22:27:10.177451 [ 194 ] {2e833ed7-efb3-49ee-873b-fe7dc1d5762e::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2049 | 2024.12.20 22:27:10.177517 [ 262 ] {c330d40a-21b1-49dd-9209-cfd71c922302} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2050 | 2024.12.20 22:27:10.177615 [ 194 ] {2e833ed7-efb3-49ee-873b-fe7dc1d5762e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 628 rows starting from the beginning of the part | ||
| 2051 | 2024.12.20 22:27:10.177696 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.46 MiB. | ||
| 2052 | 2024.12.20 22:27:10.178030 [ 194 ] {2e833ed7-efb3-49ee-873b-fe7dc1d5762e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 160 rows starting from the beginning of the part | ||
| 2053 | 2024.12.20 22:27:10.178411 [ 194 ] {2e833ed7-efb3-49ee-873b-fe7dc1d5762e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 160 rows starting from the beginning of the part | ||
| 2054 | 2024.12.20 22:27:10.178796 [ 194 ] {2e833ed7-efb3-49ee-873b-fe7dc1d5762e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 237 rows starting from the beginning of the part | ||
| 2055 | 2024.12.20 22:27:10.179141 [ 194 ] {2e833ed7-efb3-49ee-873b-fe7dc1d5762e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 3134 rows starting from the beginning of the part | ||
| 2056 | 2024.12.20 22:27:10.179283 [ 194 ] {2e833ed7-efb3-49ee-873b-fe7dc1d5762e::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 128 rows starting from the beginning of the part | ||
| 2057 | 2024.12.20 22:27:10.180264 [ 262 ] {c330d40a-21b1-49dd-9209-cfd71c922302} <Trace> oximeter.measurements_u64 (b5f8915a-997f-4944-a48b-a878169c21e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2058 | 2024.12.20 22:27:10.180336 [ 262 ] {c330d40a-21b1-49dd-9209-cfd71c922302} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 2059 | 2024.12.20 22:27:10.181329 [ 262 ] {c330d40a-21b1-49dd-9209-cfd71c922302} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2060 | 2024.12.20 22:27:10.181778 [ 262 ] {c330d40a-21b1-49dd-9209-cfd71c922302} <Trace> oximeter.measurements_u64 (b5f8915a-997f-4944-a48b-a878169c21e0): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2061 | 2024.12.20 22:27:10.181936 [ 45 ] {} <Debug> oximeter.measurements_u64 (b5f8915a-997f-4944-a48b-a878169c21e0) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2062 | 2024.12.20 22:27:10.181987 [ 45 ] {} <Trace> oximeter.measurements_u64 (b5f8915a-997f-4944-a48b-a878169c21e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2063 | 2024.12.20 22:27:10.182018 [ 45 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 2064 | 2024.12.20 22:27:10.182030 [ 262 ] {c330d40a-21b1-49dd-9209-cfd71c922302} <Debug> executeQuery: Read 48 rows, 3.31 KiB in 0.004872 sec., 9852.216748768473 rows/sec., 679.91 KiB/sec. | ||
| 2065 | 2024.12.20 22:27:10.182294 [ 262 ] {c330d40a-21b1-49dd-9209-cfd71c922302} <Debug> TCPHandler: Processed in 0.005696687 sec. | ||
| 2066 | 2024.12.20 22:27:10.182612 [ 192 ] {b5f8915a-997f-4944-a48b-a878169c21e0::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 | ||
| 2067 | 2024.12.20 22:27:10.182782 [ 194 ] {2e833ed7-efb3-49ee-873b-fe7dc1d5762e::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 4447 rows, containing 5 columns (5 merged, 0 gathered) in 0.006734856 sec., 660296.2260811515 rows/sec., 44.58 MiB/sec. | ||
| 2068 | 2024.12.20 22:27:10.182888 [ 192 ] {b5f8915a-997f-4944-a48b-a878169c21e0::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2069 | 2024.12.20 22:27:10.182941 [ 192 ] {b5f8915a-997f-4944-a48b-a878169c21e0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 258 rows starting from the beginning of the part | ||
| 2070 | 2024.12.20 22:27:10.183118 [ 192 ] {b5f8915a-997f-4944-a48b-a878169c21e0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 60 rows starting from the beginning of the part | ||
| 2071 | 2024.12.20 22:27:10.183213 [ 194 ] {2e833ed7-efb3-49ee-873b-fe7dc1d5762e::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2072 | 2024.12.20 22:27:10.183504 [ 192 ] {b5f8915a-997f-4944-a48b-a878169c21e0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 60 rows starting from the beginning of the part | ||
| 2073 | 2024.12.20 22:27:10.183678 [ 192 ] {b5f8915a-997f-4944-a48b-a878169c21e0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 82 rows starting from the beginning of the part | ||
| 2074 | 2024.12.20 22:27:10.184014 [ 192 ] {b5f8915a-997f-4944-a48b-a878169c21e0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 12 rows starting from the beginning of the part | ||
| 2075 | 2024.12.20 22:27:10.184269 [ 192 ] {b5f8915a-997f-4944-a48b-a878169c21e0::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 48 rows starting from the beginning of the part | ||
| 2076 | 2024.12.20 22:27:10.184322 [ 194 ] {2e833ed7-efb3-49ee-873b-fe7dc1d5762e::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (2e833ed7-efb3-49ee-873b-fe7dc1d5762e): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2077 | 2024.12.20 22:27:10.184687 [ 194 ] {2e833ed7-efb3-49ee-873b-fe7dc1d5762e::all_1_11_2} <Trace> oximeter.measurements_cumulativeu64 (2e833ed7-efb3-49ee-873b-fe7dc1d5762e) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2078 | 2024.12.20 22:27:10.184862 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.96 MiB. | ||
| 2079 | 2024.12.20 22:27:10.185782 [ 186 ] {b5f8915a-997f-4944-a48b-a878169c21e0::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 520 rows, containing 4 columns (4 merged, 0 gathered) in 0.003568568 sec., 145716.71325865167 rows/sec., 9.70 MiB/sec. | ||
| 2080 | 2024.12.20 22:27:10.185953 [ 186 ] {b5f8915a-997f-4944-a48b-a878169c21e0::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2081 | 2024.12.20 22:27:10.186266 [ 186 ] {b5f8915a-997f-4944-a48b-a878169c21e0::all_1_11_2} <Trace> oximeter.measurements_u64 (b5f8915a-997f-4944-a48b-a878169c21e0): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2082 | 2024.12.20 22:27:10.186349 [ 186 ] {b5f8915a-997f-4944-a48b-a878169c21e0::all_1_11_2} <Trace> oximeter.measurements_u64 (b5f8915a-997f-4944-a48b-a878169c21e0) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2083 | 2024.12.20 22:27:10.186438 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.36 MiB. | ||
| 2084 | 2024.12.20 22:27:11.878807 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 4148 | ||
| 2085 | 2024.12.20 22:27:11.879559 [ 242 ] {} <Trace> system.asynchronous_metric_log (872a84c2-09da-4c20-9ea0-5cf32b1a4df4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2086 | 2024.12.20 22:27:11.879613 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 2087 | 2024.12.20 22:27:11.880168 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2088 | 2024.12.20 22:27:11.880433 [ 242 ] {} <Trace> system.asynchronous_metric_log (872a84c2-09da-4c20-9ea0-5cf32b1a4df4): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2089 | 2024.12.20 22:27:11.880707 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4148 | ||
| 2090 | 2024.12.20 22:27:12.136989 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 68 | ||
| 2091 | 2024.12.20 22:27:12.158795 [ 244 ] {} <Trace> system.metric_log (fe7f8d4b-b36f-4a64-a142-f4747bcb5bba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2092 | 2024.12.20 22:27:12.158863 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 2093 | 2024.12.20 22:27:12.166226 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2094 | 2024.12.20 22:27:12.167002 [ 244 ] {} <Trace> system.metric_log (fe7f8d4b-b36f-4a64-a142-f4747bcb5bba): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2095 | 2024.12.20 22:27:12.169902 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 68 | ||
| 2096 | 2024.12.20 22:27:14.381953 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 90 entries to flush up to offset 298 | ||
| 2097 | 2024.12.20 22:27:14.386831 [ 243 ] {} <Trace> system.query_log (cb6910fd-3f74-40bb-afeb-929e53918d3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2098 | 2024.12.20 22:27:14.386879 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 2099 | 2024.12.20 22:27:14.388575 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2100 | 2024.12.20 22:27:14.388897 [ 243 ] {} <Trace> system.query_log (cb6910fd-3f74-40bb-afeb-929e53918d3c): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2101 | 2024.12.20 22:27:14.389044 [ 39 ] {} <Debug> system.query_log (cb6910fd-3f74-40bb-afeb-929e53918d3c) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2102 | 2024.12.20 22:27:14.389105 [ 39 ] {} <Trace> system.query_log (cb6910fd-3f74-40bb-afeb-929e53918d3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2103 | 2024.12.20 22:27:14.389145 [ 39 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 2104 | 2024.12.20 22:27:14.389765 [ 186 ] {cb6910fd-3f74-40bb-afeb-929e53918d3c::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 | ||
| 2105 | 2024.12.20 22:27:14.390575 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 298 | ||
| 2106 | 2024.12.20 22:27:14.391021 [ 186 ] {cb6910fd-3f74-40bb-afeb-929e53918d3c::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2107 | 2024.12.20 22:27:14.391202 [ 186 ] {cb6910fd-3f74-40bb-afeb-929e53918d3c::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 | ||
| 2108 | 2024.12.20 22:27:14.391746 [ 186 ] {cb6910fd-3f74-40bb-afeb-929e53918d3c::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 | ||
| 2109 | 2024.12.20 22:27:14.392247 [ 186 ] {cb6910fd-3f74-40bb-afeb-929e53918d3c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 24 rows starting from the beginning of the part | ||
| 2110 | 2024.12.20 22:27:14.392730 [ 186 ] {cb6910fd-3f74-40bb-afeb-929e53918d3c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 20 rows starting from the beginning of the part | ||
| 2111 | 2024.12.20 22:27:14.393214 [ 186 ] {cb6910fd-3f74-40bb-afeb-929e53918d3c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 20 rows starting from the beginning of the part | ||
| 2112 | 2024.12.20 22:27:14.393696 [ 186 ] {cb6910fd-3f74-40bb-afeb-929e53918d3c::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 90 rows starting from the beginning of the part | ||
| 2113 | 2024.12.20 22:27:14.401582 [ 192 ] {cb6910fd-3f74-40bb-afeb-929e53918d3c::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 298 rows, containing 72 columns (72 merged, 0 gathered) in 0.01230624 sec., 24215.35741217464 rows/sec., 25.40 MiB/sec. | ||
| 2114 | 2024.12.20 22:27:14.402660 [ 193 ] {cb6910fd-3f74-40bb-afeb-929e53918d3c::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2115 | 2024.12.20 22:27:14.403528 [ 193 ] {cb6910fd-3f74-40bb-afeb-929e53918d3c::all_1_6_1} <Trace> system.query_log (cb6910fd-3f74-40bb-afeb-929e53918d3c): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2116 | 2024.12.20 22:27:14.403625 [ 193 ] {cb6910fd-3f74-40bb-afeb-929e53918d3c::all_1_6_1} <Trace> system.query_log (cb6910fd-3f74-40bb-afeb-929e53918d3c) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2117 | 2024.12.20 22:27:14.403964 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.63 MiB. | ||
| 2118 | 2024.12.20 22:27:15.167786 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2119 | 2024.12.20 22:27:15.167997 [ 260 ] {bc1686c1-fe7a-40ac-958b-ff9a9f499477} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2120 | 2024.12.20 22:27:15.168077 [ 260 ] {bc1686c1-fe7a-40ac-958b-ff9a9f499477} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2121 | 2024.12.20 22:27:15.168917 [ 260 ] {bc1686c1-fe7a-40ac-958b-ff9a9f499477} <Trace> oximeter.fields_i16 (5ba0350d-977f-4416-8d1f-0415e035e880): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2122 | 2024.12.20 22:27:15.168966 [ 260 ] {bc1686c1-fe7a-40ac-958b-ff9a9f499477} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 2123 | 2024.12.20 22:27:15.169397 [ 260 ] {bc1686c1-fe7a-40ac-958b-ff9a9f499477} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2124 | 2024.12.20 22:27:15.169668 [ 260 ] {bc1686c1-fe7a-40ac-958b-ff9a9f499477} <Trace> oximeter.fields_i16 (5ba0350d-977f-4416-8d1f-0415e035e880): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2125 | 2024.12.20 22:27:15.169941 [ 260 ] {bc1686c1-fe7a-40ac-958b-ff9a9f499477} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001985 sec., 7052.896725440807 rows/sec., 507.71 KiB/sec. | ||
| 2126 | 2024.12.20 22:27:15.170066 [ 260 ] {bc1686c1-fe7a-40ac-958b-ff9a9f499477} <Debug> TCPHandler: Processed in 0.002413277 sec. | ||
| 2127 | 2024.12.20 22:27:15.170345 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2128 | 2024.12.20 22:27:15.170561 [ 262 ] {07b62d2e-e56f-4ead-816c-00d9da32ba99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2129 | 2024.12.20 22:27:15.170646 [ 262 ] {07b62d2e-e56f-4ead-816c-00d9da32ba99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2130 | 2024.12.20 22:27:15.171515 [ 262 ] {07b62d2e-e56f-4ead-816c-00d9da32ba99} <Trace> oximeter.fields_string (be340cd8-3bde-4f05-8e45-9e8a1492ad3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2131 | 2024.12.20 22:27:15.171570 [ 262 ] {07b62d2e-e56f-4ead-816c-00d9da32ba99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 2132 | 2024.12.20 22:27:15.172037 [ 262 ] {07b62d2e-e56f-4ead-816c-00d9da32ba99} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2133 | 2024.12.20 22:27:15.172317 [ 262 ] {07b62d2e-e56f-4ead-816c-00d9da32ba99} <Trace> oximeter.fields_string (be340cd8-3bde-4f05-8e45-9e8a1492ad3b): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2134 | 2024.12.20 22:27:15.172568 [ 262 ] {07b62d2e-e56f-4ead-816c-00d9da32ba99} <Debug> executeQuery: Read 255 rows, 22.96 KiB in 0.002066 sec., 123426.9119070668 rows/sec., 10.85 MiB/sec. | ||
| 2135 | 2024.12.20 22:27:15.172636 [ 262 ] {07b62d2e-e56f-4ead-816c-00d9da32ba99} <Debug> TCPHandler: Processed in 0.002432956 sec. | ||
| 2136 | 2024.12.20 22:27:15.172799 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2137 | 2024.12.20 22:27:15.172931 [ 260 ] {9c52ade8-e552-4238-a9da-be393fb7d9a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2138 | 2024.12.20 22:27:15.172984 [ 260 ] {9c52ade8-e552-4238-a9da-be393fb7d9a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2139 | 2024.12.20 22:27:15.173578 [ 260 ] {9c52ade8-e552-4238-a9da-be393fb7d9a6} <Trace> oximeter.fields_u16 (66d17a24-a3a1-42a5-bd94-b86efb1056dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2140 | 2024.12.20 22:27:15.173621 [ 260 ] {9c52ade8-e552-4238-a9da-be393fb7d9a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 2141 | 2024.12.20 22:27:15.173983 [ 260 ] {9c52ade8-e552-4238-a9da-be393fb7d9a6} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2142 | 2024.12.20 22:27:15.174223 [ 260 ] {9c52ade8-e552-4238-a9da-be393fb7d9a6} <Trace> oximeter.fields_u16 (66d17a24-a3a1-42a5-bd94-b86efb1056dd): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2143 | 2024.12.20 22:27:15.174447 [ 260 ] {9c52ade8-e552-4238-a9da-be393fb7d9a6} <Debug> executeQuery: Read 33 rows, 2.41 KiB in 0.001544 sec., 21373.056994818653 rows/sec., 1.53 MiB/sec. | ||
| 2144 | 2024.12.20 22:27:15.174506 [ 260 ] {9c52ade8-e552-4238-a9da-be393fb7d9a6} <Debug> TCPHandler: Processed in 0.001775389 sec. | ||
| 2145 | 2024.12.20 22:27:15.174643 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2146 | 2024.12.20 22:27:15.174771 [ 262 ] {d84a84cd-9c47-4dbd-97d1-1b151a6f7a00} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2147 | 2024.12.20 22:27:15.174824 [ 262 ] {d84a84cd-9c47-4dbd-97d1-1b151a6f7a00} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2148 | 2024.12.20 22:27:15.175515 [ 262 ] {d84a84cd-9c47-4dbd-97d1-1b151a6f7a00} <Trace> oximeter.fields_u32 (50de29d4-f6c5-4f7c-8dac-40e276b5b3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2149 | 2024.12.20 22:27:15.175566 [ 262 ] {d84a84cd-9c47-4dbd-97d1-1b151a6f7a00} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 2150 | 2024.12.20 22:27:15.175977 [ 262 ] {d84a84cd-9c47-4dbd-97d1-1b151a6f7a00} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2151 | 2024.12.20 22:27:15.176226 [ 262 ] {d84a84cd-9c47-4dbd-97d1-1b151a6f7a00} <Trace> oximeter.fields_u32 (50de29d4-f6c5-4f7c-8dac-40e276b5b3f8): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2152 | 2024.12.20 22:27:15.176443 [ 262 ] {d84a84cd-9c47-4dbd-97d1-1b151a6f7a00} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001704 sec., 8215.962441314554 rows/sec., 575.39 KiB/sec. | ||
| 2153 | 2024.12.20 22:27:15.176501 [ 262 ] {d84a84cd-9c47-4dbd-97d1-1b151a6f7a00} <Debug> TCPHandler: Processed in 0.001914683 sec. | ||
| 2154 | 2024.12.20 22:27:15.176627 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2155 | 2024.12.20 22:27:15.176746 [ 260 ] {cc20c248-7672-43c6-a095-d4025758d6c3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2156 | 2024.12.20 22:27:15.176795 [ 260 ] {cc20c248-7672-43c6-a095-d4025758d6c3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2157 | 2024.12.20 22:27:15.177488 [ 260 ] {cc20c248-7672-43c6-a095-d4025758d6c3} <Trace> oximeter.fields_u8 (bc6d9fff-42ef-4dc9-9b7c-2f27297e3062): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2158 | 2024.12.20 22:27:15.177538 [ 260 ] {cc20c248-7672-43c6-a095-d4025758d6c3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 2159 | 2024.12.20 22:27:15.177956 [ 260 ] {cc20c248-7672-43c6-a095-d4025758d6c3} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2160 | 2024.12.20 22:27:15.178202 [ 260 ] {cc20c248-7672-43c6-a095-d4025758d6c3} <Trace> oximeter.fields_u8 (bc6d9fff-42ef-4dc9-9b7c-2f27297e3062): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2161 | 2024.12.20 22:27:15.178407 [ 260 ] {cc20c248-7672-43c6-a095-d4025758d6c3} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001686 sec., 7710.557532621589 rows/sec., 480.75 KiB/sec. | ||
| 2162 | 2024.12.20 22:27:15.178463 [ 260 ] {cc20c248-7672-43c6-a095-d4025758d6c3} <Debug> TCPHandler: Processed in 0.001892152 sec. | ||
| 2163 | 2024.12.20 22:27:15.178622 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2164 | 2024.12.20 22:27:15.178743 [ 262 ] {9a3b2441-57f6-440a-b218-47f9fb83eda3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2165 | 2024.12.20 22:27:15.178794 [ 262 ] {9a3b2441-57f6-440a-b218-47f9fb83eda3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2166 | 2024.12.20 22:27:15.179650 [ 262 ] {9a3b2441-57f6-440a-b218-47f9fb83eda3} <Trace> oximeter.fields_uuid (fb7f0ac5-74a7-4737-ae05-0271c6750327): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2167 | 2024.12.20 22:27:15.179699 [ 262 ] {9a3b2441-57f6-440a-b218-47f9fb83eda3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 2168 | 2024.12.20 22:27:15.180135 [ 262 ] {9a3b2441-57f6-440a-b218-47f9fb83eda3} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2169 | 2024.12.20 22:27:15.180381 [ 262 ] {9a3b2441-57f6-440a-b218-47f9fb83eda3} <Trace> oximeter.fields_uuid (fb7f0ac5-74a7-4737-ae05-0271c6750327): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2170 | 2024.12.20 22:27:15.180643 [ 262 ] {9a3b2441-57f6-440a-b218-47f9fb83eda3} <Debug> executeQuery: Read 408 rows, 29.76 KiB in 0.00192 sec., 212500 rows/sec., 15.14 MiB/sec. | ||
| 2171 | 2024.12.20 22:27:15.180791 [ 262 ] {9a3b2441-57f6-440a-b218-47f9fb83eda3} <Debug> TCPHandler: Processed in 0.002223212 sec. | ||
| 2172 | 2024.12.20 22:27:15.181002 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2173 | 2024.12.20 22:27:15.181207 [ 260 ] {d6278243-10d1-4252-8b0a-9207d90321b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2174 | 2024.12.20 22:27:15.181292 [ 260 ] {d6278243-10d1-4252-8b0a-9207d90321b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2175 | 2024.12.20 22:27:15.181999 [ 260 ] {d6278243-10d1-4252-8b0a-9207d90321b7} <Trace> oximeter.measurements_bool (902c9248-495c-4a1f-8676-b52592dc679b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2176 | 2024.12.20 22:27:15.182038 [ 260 ] {d6278243-10d1-4252-8b0a-9207d90321b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 2177 | 2024.12.20 22:27:15.182402 [ 260 ] {d6278243-10d1-4252-8b0a-9207d90321b7} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2178 | 2024.12.20 22:27:15.182643 [ 260 ] {d6278243-10d1-4252-8b0a-9207d90321b7} <Trace> oximeter.measurements_bool (902c9248-495c-4a1f-8676-b52592dc679b): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2179 | 2024.12.20 22:27:15.182917 [ 260 ] {d6278243-10d1-4252-8b0a-9207d90321b7} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001745 sec., 3438.3954154727794 rows/sec., 179.64 KiB/sec. | ||
| 2180 | 2024.12.20 22:27:15.182983 [ 260 ] {d6278243-10d1-4252-8b0a-9207d90321b7} <Debug> TCPHandler: Processed in 0.002079807 sec. | ||
| 2181 | 2024.12.20 22:27:15.183141 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2182 | 2024.12.20 22:27:15.183282 [ 262 ] {a1927fb5-1f4f-4062-a58e-919ad6c2b534} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2183 | 2024.12.20 22:27:15.183346 [ 262 ] {a1927fb5-1f4f-4062-a58e-919ad6c2b534} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2184 | 2024.12.20 22:27:15.183997 [ 262 ] {a1927fb5-1f4f-4062-a58e-919ad6c2b534} <Trace> oximeter.measurements_cumulativeu64 (2e833ed7-efb3-49ee-873b-fe7dc1d5762e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2185 | 2024.12.20 22:27:15.184038 [ 262 ] {a1927fb5-1f4f-4062-a58e-919ad6c2b534} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 2186 | 2024.12.20 22:27:15.184438 [ 262 ] {a1927fb5-1f4f-4062-a58e-919ad6c2b534} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2187 | 2024.12.20 22:27:15.184680 [ 262 ] {a1927fb5-1f4f-4062-a58e-919ad6c2b534} <Trace> oximeter.measurements_cumulativeu64 (2e833ed7-efb3-49ee-873b-fe7dc1d5762e): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2188 | 2024.12.20 22:27:15.184979 [ 262 ] {a1927fb5-1f4f-4062-a58e-919ad6c2b534} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.00171 sec., 138596.49122807017 rows/sec., 9.29 MiB/sec. | ||
| 2189 | 2024.12.20 22:27:15.185138 [ 262 ] {a1927fb5-1f4f-4062-a58e-919ad6c2b534} <Debug> TCPHandler: Processed in 0.002057807 sec. | ||
| 2190 | 2024.12.20 22:27:15.185290 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2191 | 2024.12.20 22:27:15.185434 [ 260 ] {cfcdddc4-a4d8-4faa-931b-dab3385607a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2192 | 2024.12.20 22:27:15.185493 [ 260 ] {cfcdddc4-a4d8-4faa-931b-dab3385607a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2193 | 2024.12.20 22:27:15.186004 [ 260 ] {cfcdddc4-a4d8-4faa-931b-dab3385607a8} <Trace> oximeter.measurements_f64 (24a8fd20-3063-40e7-bd7e-0a899ffef70a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2194 | 2024.12.20 22:27:15.186043 [ 260 ] {cfcdddc4-a4d8-4faa-931b-dab3385607a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 2195 | 2024.12.20 22:27:15.186419 [ 260 ] {cfcdddc4-a4d8-4faa-931b-dab3385607a8} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2196 | 2024.12.20 22:27:15.186656 [ 260 ] {cfcdddc4-a4d8-4faa-931b-dab3385607a8} <Trace> oximeter.measurements_f64 (24a8fd20-3063-40e7-bd7e-0a899ffef70a): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2197 | 2024.12.20 22:27:15.186925 [ 260 ] {cfcdddc4-a4d8-4faa-931b-dab3385607a8} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001502 sec., 665.7789613848201 rows/sec., 44.86 KiB/sec. | ||
| 2198 | 2024.12.20 22:27:15.186988 [ 260 ] {cfcdddc4-a4d8-4faa-931b-dab3385607a8} <Debug> TCPHandler: Processed in 0.001765249 sec. | ||
| 2199 | 2024.12.20 22:27:15.187154 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2200 | 2024.12.20 22:27:15.187293 [ 262 ] {acba21f8-cc2c-4c7a-9f37-80fb154d8c6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2201 | 2024.12.20 22:27:15.187386 [ 262 ] {acba21f8-cc2c-4c7a-9f37-80fb154d8c6c} <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 | ||
| 2202 | 2024.12.20 22:27:15.188616 [ 262 ] {acba21f8-cc2c-4c7a-9f37-80fb154d8c6c} <Trace> oximeter.measurements_histogramu64 (cfe0444f-6b19-4855-b696-cc295685d98f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2203 | 2024.12.20 22:27:15.188657 [ 262 ] {acba21f8-cc2c-4c7a-9f37-80fb154d8c6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 2204 | 2024.12.20 22:27:15.189295 [ 262 ] {acba21f8-cc2c-4c7a-9f37-80fb154d8c6c} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2205 | 2024.12.20 22:27:15.189556 [ 262 ] {acba21f8-cc2c-4c7a-9f37-80fb154d8c6c} <Trace> oximeter.measurements_histogramu64 (cfe0444f-6b19-4855-b696-cc295685d98f): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2206 | 2024.12.20 22:27:15.189872 [ 262 ] {acba21f8-cc2c-4c7a-9f37-80fb154d8c6c} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002594 sec., 10023.130300693909 rows/sec., 17.96 MiB/sec. | ||
| 2207 | 2024.12.20 22:27:15.190173 [ 262 ] {acba21f8-cc2c-4c7a-9f37-80fb154d8c6c} <Debug> TCPHandler: Processed in 0.003085325 sec. | ||
| 2208 | 2024.12.20 22:27:15.190383 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2209 | 2024.12.20 22:27:15.190590 [ 260 ] {532bf3b2-56ac-4661-9e4d-4f5b19d7886f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2210 | 2024.12.20 22:27:15.190674 [ 260 ] {532bf3b2-56ac-4661-9e4d-4f5b19d7886f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2211 | 2024.12.20 22:27:15.191257 [ 260 ] {532bf3b2-56ac-4661-9e4d-4f5b19d7886f} <Trace> oximeter.measurements_u64 (b5f8915a-997f-4944-a48b-a878169c21e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2212 | 2024.12.20 22:27:15.191297 [ 260 ] {532bf3b2-56ac-4661-9e4d-4f5b19d7886f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 2213 | 2024.12.20 22:27:15.191678 [ 260 ] {532bf3b2-56ac-4661-9e4d-4f5b19d7886f} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2214 | 2024.12.20 22:27:15.191919 [ 260 ] {532bf3b2-56ac-4661-9e4d-4f5b19d7886f} <Trace> oximeter.measurements_u64 (b5f8915a-997f-4944-a48b-a878169c21e0): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2215 | 2024.12.20 22:27:15.192127 [ 260 ] {532bf3b2-56ac-4661-9e4d-4f5b19d7886f} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001588 sec., 51637.27959697733 rows/sec., 3.28 MiB/sec. | ||
| 2216 | 2024.12.20 22:27:15.192180 [ 260 ] {532bf3b2-56ac-4661-9e4d-4f5b19d7886f} <Debug> TCPHandler: Processed in 0.001897122 sec. | ||
| 2217 | 2024.12.20 22:27:19.310681 [ 33 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2218 | 2024.12.20 22:27:19.310754 [ 33 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2219 | 2024.12.20 22:27:19.380848 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 4636 | ||
| 2220 | 2024.12.20 22:27:19.381975 [ 242 ] {} <Trace> system.asynchronous_metric_log (872a84c2-09da-4c20-9ea0-5cf32b1a4df4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2221 | 2024.12.20 22:27:19.382042 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 2222 | 2024.12.20 22:27:19.382595 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2223 | 2024.12.20 22:27:19.382848 [ 242 ] {} <Trace> system.asynchronous_metric_log (872a84c2-09da-4c20-9ea0-5cf32b1a4df4): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2224 | 2024.12.20 22:27:19.383091 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 4636 | ||
| 2225 | 2024.12.20 22:27:19.669971 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 76 | ||
| 2226 | 2024.12.20 22:27:19.691796 [ 244 ] {} <Trace> system.metric_log (fe7f8d4b-b36f-4a64-a142-f4747bcb5bba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2227 | 2024.12.20 22:27:19.691847 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 2228 | 2024.12.20 22:27:19.699562 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2229 | 2024.12.20 22:27:19.700357 [ 244 ] {} <Trace> system.metric_log (fe7f8d4b-b36f-4a64-a142-f4747bcb5bba): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2230 | 2024.12.20 22:27:19.702999 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 76 | ||
| 2231 | 2024.12.20 22:27:20.163623 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2232 | 2024.12.20 22:27:20.163810 [ 260 ] {7b0720f7-de1f-4700-8568-da202e7c8cde} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2233 | 2024.12.20 22:27:20.163883 [ 260 ] {7b0720f7-de1f-4700-8568-da202e7c8cde} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2234 | 2024.12.20 22:27:20.164632 [ 260 ] {7b0720f7-de1f-4700-8568-da202e7c8cde} <Trace> oximeter.fields_string (be340cd8-3bde-4f05-8e45-9e8a1492ad3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2235 | 2024.12.20 22:27:20.164688 [ 260 ] {7b0720f7-de1f-4700-8568-da202e7c8cde} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 2236 | 2024.12.20 22:27:20.165140 [ 260 ] {7b0720f7-de1f-4700-8568-da202e7c8cde} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2237 | 2024.12.20 22:27:20.165400 [ 260 ] {7b0720f7-de1f-4700-8568-da202e7c8cde} <Trace> oximeter.fields_string (be340cd8-3bde-4f05-8e45-9e8a1492ad3b): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2238 | 2024.12.20 22:27:20.165676 [ 260 ] {7b0720f7-de1f-4700-8568-da202e7c8cde} <Debug> executeQuery: Read 86 rows, 7.23 KiB in 0.00191 sec., 45026.1780104712 rows/sec., 3.70 MiB/sec. | ||
| 2239 | 2024.12.20 22:27:20.165890 [ 260 ] {7b0720f7-de1f-4700-8568-da202e7c8cde} <Debug> TCPHandler: Processed in 0.002395976 sec. | ||
| 2240 | 2024.12.20 22:27:20.166145 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2241 | 2024.12.20 22:27:20.166337 [ 262 ] {7de696a3-3bc8-4368-95b4-aee18469e154} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2242 | 2024.12.20 22:27:20.166410 [ 262 ] {7de696a3-3bc8-4368-95b4-aee18469e154} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2243 | 2024.12.20 22:27:20.167153 [ 262 ] {7de696a3-3bc8-4368-95b4-aee18469e154} <Trace> oximeter.fields_u16 (66d17a24-a3a1-42a5-bd94-b86efb1056dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2244 | 2024.12.20 22:27:20.167200 [ 262 ] {7de696a3-3bc8-4368-95b4-aee18469e154} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 2245 | 2024.12.20 22:27:20.167647 [ 262 ] {7de696a3-3bc8-4368-95b4-aee18469e154} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2246 | 2024.12.20 22:27:20.167902 [ 262 ] {7de696a3-3bc8-4368-95b4-aee18469e154} <Trace> oximeter.fields_u16 (66d17a24-a3a1-42a5-bd94-b86efb1056dd): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2247 | 2024.12.20 22:27:20.168043 [ 33 ] {} <Debug> oximeter.fields_u16 (66d17a24-a3a1-42a5-bd94-b86efb1056dd) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2248 | 2024.12.20 22:27:20.168088 [ 33 ] {} <Trace> oximeter.fields_u16 (66d17a24-a3a1-42a5-bd94-b86efb1056dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2249 | 2024.12.20 22:27:20.168114 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 2250 | 2024.12.20 22:27:20.168126 [ 262 ] {7de696a3-3bc8-4368-95b4-aee18469e154} <Debug> executeQuery: Read 15 rows, 1.13 KiB in 0.001838 sec., 8161.044613710555 rows/sec., 613.67 KiB/sec. | ||
| 2251 | 2024.12.20 22:27:20.168300 [ 262 ] {7de696a3-3bc8-4368-95b4-aee18469e154} <Debug> TCPHandler: Processed in 0.002283743 sec. | ||
| 2252 | 2024.12.20 22:27:20.168382 [ 186 ] {66d17a24-a3a1-42a5-bd94-b86efb1056dd::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 | ||
| 2253 | 2024.12.20 22:27:20.168515 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2254 | 2024.12.20 22:27:20.168584 [ 186 ] {66d17a24-a3a1-42a5-bd94-b86efb1056dd::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2255 | 2024.12.20 22:27:20.168660 [ 186 ] {66d17a24-a3a1-42a5-bd94-b86efb1056dd::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 | ||
| 2256 | 2024.12.20 22:27:20.168766 [ 260 ] {a70e52cc-85e5-40f0-985d-0d78206c57db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2257 | 2024.12.20 22:27:20.168855 [ 186 ] {66d17a24-a3a1-42a5-bd94-b86efb1056dd::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 | ||
| 2258 | 2024.12.20 22:27:20.168953 [ 260 ] {a70e52cc-85e5-40f0-985d-0d78206c57db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2259 | 2024.12.20 22:27:20.169257 [ 186 ] {66d17a24-a3a1-42a5-bd94-b86efb1056dd::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 | ||
| 2260 | 2024.12.20 22:27:20.169611 [ 186 ] {66d17a24-a3a1-42a5-bd94-b86efb1056dd::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 33 rows starting from the beginning of the part | ||
| 2261 | 2024.12.20 22:27:20.169985 [ 186 ] {66d17a24-a3a1-42a5-bd94-b86efb1056dd::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 33 rows starting from the beginning of the part | ||
| 2262 | 2024.12.20 22:27:20.170395 [ 186 ] {66d17a24-a3a1-42a5-bd94-b86efb1056dd::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 15 rows starting from the beginning of the part | ||
| 2263 | 2024.12.20 22:27:20.171618 [ 260 ] {a70e52cc-85e5-40f0-985d-0d78206c57db} <Trace> oximeter.fields_uuid (fb7f0ac5-74a7-4737-ae05-0271c6750327): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2264 | 2024.12.20 22:27:20.171700 [ 260 ] {a70e52cc-85e5-40f0-985d-0d78206c57db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 2265 | 2024.12.20 22:27:20.172928 [ 260 ] {a70e52cc-85e5-40f0-985d-0d78206c57db} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2266 | 2024.12.20 22:27:20.173131 [ 192 ] {66d17a24-a3a1-42a5-bd94-b86efb1056dd::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 105 rows, containing 5 columns (5 merged, 0 gathered) in 0.004913255 sec., 21370.761338460958 rows/sec., 1.62 MiB/sec. | ||
| 2267 | 2024.12.20 22:27:20.173337 [ 260 ] {a70e52cc-85e5-40f0-985d-0d78206c57db} <Trace> oximeter.fields_uuid (fb7f0ac5-74a7-4737-ae05-0271c6750327): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2268 | 2024.12.20 22:27:20.173395 [ 192 ] {66d17a24-a3a1-42a5-bd94-b86efb1056dd::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2269 | 2024.12.20 22:27:20.173701 [ 260 ] {a70e52cc-85e5-40f0-985d-0d78206c57db} <Debug> executeQuery: Read 92 rows, 7.37 KiB in 0.004997 sec., 18411.046627976786 rows/sec., 1.44 MiB/sec. | ||
| 2270 | 2024.12.20 22:27:20.173871 [ 260 ] {a70e52cc-85e5-40f0-985d-0d78206c57db} <Debug> TCPHandler: Processed in 0.005441621 sec. | ||
| 2271 | 2024.12.20 22:27:20.174066 [ 192 ] {66d17a24-a3a1-42a5-bd94-b86efb1056dd::all_1_6_1} <Trace> oximeter.fields_u16 (66d17a24-a3a1-42a5-bd94-b86efb1056dd): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2272 | 2024.12.20 22:27:20.174100 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2273 | 2024.12.20 22:27:20.174197 [ 192 ] {66d17a24-a3a1-42a5-bd94-b86efb1056dd::all_1_6_1} <Trace> oximeter.fields_u16 (66d17a24-a3a1-42a5-bd94-b86efb1056dd) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2274 | 2024.12.20 22:27:20.174296 [ 262 ] {afe028d5-abc8-4144-9088-75ea6e0f745c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2275 | 2024.12.20 22:27:20.174370 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 2276 | 2024.12.20 22:27:20.174419 [ 262 ] {afe028d5-abc8-4144-9088-75ea6e0f745c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2277 | 2024.12.20 22:27:20.175022 [ 262 ] {afe028d5-abc8-4144-9088-75ea6e0f745c} <Trace> oximeter.measurements_cumulativeu64 (2e833ed7-efb3-49ee-873b-fe7dc1d5762e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2278 | 2024.12.20 22:27:20.175063 [ 262 ] {afe028d5-abc8-4144-9088-75ea6e0f745c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 2279 | 2024.12.20 22:27:20.175486 [ 262 ] {afe028d5-abc8-4144-9088-75ea6e0f745c} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2280 | 2024.12.20 22:27:20.175741 [ 262 ] {afe028d5-abc8-4144-9088-75ea6e0f745c} <Trace> oximeter.measurements_cumulativeu64 (2e833ed7-efb3-49ee-873b-fe7dc1d5762e): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2281 | 2024.12.20 22:27:20.175928 [ 262 ] {afe028d5-abc8-4144-9088-75ea6e0f745c} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001695 sec., 94395.2802359882 rows/sec., 6.57 MiB/sec. | ||
| 2282 | 2024.12.20 22:27:20.175985 [ 262 ] {afe028d5-abc8-4144-9088-75ea6e0f745c} <Debug> TCPHandler: Processed in 0.001970194 sec. | ||
| 2283 | 2024.12.20 22:27:20.176147 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2284 | 2024.12.20 22:27:20.176292 [ 260 ] {dd53048e-c9fc-425d-aba5-c855bf0aed41} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2285 | 2024.12.20 22:27:20.176385 [ 260 ] {dd53048e-c9fc-425d-aba5-c855bf0aed41} <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 | ||
| 2286 | 2024.12.20 22:27:20.177640 [ 260 ] {dd53048e-c9fc-425d-aba5-c855bf0aed41} <Trace> oximeter.measurements_histogramu64 (cfe0444f-6b19-4855-b696-cc295685d98f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2287 | 2024.12.20 22:27:20.177683 [ 260 ] {dd53048e-c9fc-425d-aba5-c855bf0aed41} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 2288 | 2024.12.20 22:27:20.178339 [ 260 ] {dd53048e-c9fc-425d-aba5-c855bf0aed41} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2289 | 2024.12.20 22:27:20.178614 [ 260 ] {dd53048e-c9fc-425d-aba5-c855bf0aed41} <Trace> oximeter.measurements_histogramu64 (cfe0444f-6b19-4855-b696-cc295685d98f): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2290 | 2024.12.20 22:27:20.178766 [ 33 ] {} <Debug> oximeter.measurements_histogramu64 (cfe0444f-6b19-4855-b696-cc295685d98f) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2291 | 2024.12.20 22:27:20.178840 [ 33 ] {} <Trace> oximeter.measurements_histogramu64 (cfe0444f-6b19-4855-b696-cc295685d98f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2292 | 2024.12.20 22:27:20.178867 [ 33 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 2293 | 2024.12.20 22:27:20.178902 [ 260 ] {dd53048e-c9fc-425d-aba5-c855bf0aed41} <Debug> executeQuery: Read 15 rows, 27.52 KiB in 0.002635 sec., 5692.599620493358 rows/sec., 10.20 MiB/sec. | ||
| 2294 | 2024.12.20 22:27:20.179312 [ 197 ] {cfe0444f-6b19-4855-b696-cc295685d98f::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 | ||
| 2295 | 2024.12.20 22:27:20.179562 [ 260 ] {dd53048e-c9fc-425d-aba5-c855bf0aed41} <Debug> TCPHandler: Processed in 0.003478666 sec. | ||
| 2296 | 2024.12.20 22:27:20.179805 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2297 | 2024.12.20 22:27:20.179882 [ 197 ] {cfe0444f-6b19-4855-b696-cc295685d98f::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2298 | 2024.12.20 22:27:20.179970 [ 197 ] {cfe0444f-6b19-4855-b696-cc295685d98f::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 | ||
| 2299 | 2024.12.20 22:27:20.179996 [ 262 ] {958f6df4-ade2-4624-aa9d-dea50bf92250} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.measurements_i64 FORMAT Native (stage: Complete) | ||
| 2300 | 2024.12.20 22:27:20.180072 [ 262 ] {958f6df4-ade2-4624-aa9d-dea50bf92250} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_i64 | ||
| 2301 | 2024.12.20 22:27:20.180443 [ 197 ] {cfe0444f-6b19-4855-b696-cc295685d98f::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 | ||
| 2302 | 2024.12.20 22:27:20.180982 [ 197 ] {cfe0444f-6b19-4855-b696-cc295685d98f::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 | ||
| 2303 | 2024.12.20 22:27:20.181364 [ 197 ] {cfe0444f-6b19-4855-b696-cc295685d98f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 26 rows starting from the beginning of the part | ||
| 2304 | 2024.12.20 22:27:20.182101 [ 197 ] {cfe0444f-6b19-4855-b696-cc295685d98f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 26 rows starting from the beginning of the part | ||
| 2305 | 2024.12.20 22:27:20.182101 [ 262 ] {958f6df4-ade2-4624-aa9d-dea50bf92250} <Trace> oximeter.measurements_i64 (f665bdae-765c-4cf0-8238-54cebdd50a49): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2306 | 2024.12.20 22:27:20.182156 [ 262 ] {958f6df4-ade2-4624-aa9d-dea50bf92250} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 2307 | 2024.12.20 22:27:20.182599 [ 197 ] {cfe0444f-6b19-4855-b696-cc295685d98f::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 15 rows starting from the beginning of the part | ||
| 2308 | 2024.12.20 22:27:20.183332 [ 262 ] {958f6df4-ade2-4624-aa9d-dea50bf92250} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2309 | 2024.12.20 22:27:20.183640 [ 262 ] {958f6df4-ade2-4624-aa9d-dea50bf92250} <Trace> oximeter.measurements_i64 (f665bdae-765c-4cf0-8238-54cebdd50a49): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2310 | 2024.12.20 22:27:20.184185 [ 262 ] {958f6df4-ade2-4624-aa9d-dea50bf92250} <Debug> executeQuery: Read 15 rows, 1.09 KiB in 0.004204 sec., 3568.030447193149 rows/sec., 258.78 KiB/sec. | ||
| 2311 | 2024.12.20 22:27:20.184494 [ 262 ] {958f6df4-ade2-4624-aa9d-dea50bf92250} <Debug> TCPHandler: Processed in 0.004800232 sec. | ||
| 2312 | 2024.12.20 22:27:20.184718 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2313 | 2024.12.20 22:27:20.184971 [ 260 ] {a10a9e14-3152-461f-9854-1b1e2e4c6b70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2314 | 2024.12.20 22:27:20.185115 [ 260 ] {a10a9e14-3152-461f-9854-1b1e2e4c6b70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2315 | 2024.12.20 22:27:20.186865 [ 260 ] {a10a9e14-3152-461f-9854-1b1e2e4c6b70} <Trace> oximeter.measurements_u64 (b5f8915a-997f-4944-a48b-a878169c21e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2316 | 2024.12.20 22:27:20.186932 [ 260 ] {a10a9e14-3152-461f-9854-1b1e2e4c6b70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 2317 | 2024.12.20 22:27:20.188048 [ 260 ] {a10a9e14-3152-461f-9854-1b1e2e4c6b70} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2318 | 2024.12.20 22:27:20.188628 [ 260 ] {a10a9e14-3152-461f-9854-1b1e2e4c6b70} <Trace> oximeter.measurements_u64 (b5f8915a-997f-4944-a48b-a878169c21e0): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2319 | 2024.12.20 22:27:20.189528 [ 260 ] {a10a9e14-3152-461f-9854-1b1e2e4c6b70} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004614 sec., 13003.901170351106 rows/sec., 897.40 KiB/sec. | ||
| 2320 | 2024.12.20 22:27:20.189579 [ 197 ] {cfe0444f-6b19-4855-b696-cc295685d98f::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 91 rows, containing 19 columns (19 merged, 0 gathered) in 0.010624783 sec., 8564.88080744802 rows/sec., 15.35 MiB/sec. | ||
| 2321 | 2024.12.20 22:27:20.189760 [ 260 ] {a10a9e14-3152-461f-9854-1b1e2e4c6b70} <Debug> TCPHandler: Processed in 0.005156542 sec. | ||
| 2322 | 2024.12.20 22:27:20.190034 [ 197 ] {cfe0444f-6b19-4855-b696-cc295685d98f::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2323 | 2024.12.20 22:27:20.190417 [ 197 ] {cfe0444f-6b19-4855-b696-cc295685d98f::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (cfe0444f-6b19-4855-b696-cc295685d98f): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2324 | 2024.12.20 22:27:20.190490 [ 197 ] {cfe0444f-6b19-4855-b696-cc295685d98f::all_1_6_1} <Trace> oximeter.measurements_histogramu64 (cfe0444f-6b19-4855-b696-cc295685d98f) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2325 | 2024.12.20 22:27:20.190594 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB. | ||
| 2326 | 2024.12.20 22:27:24.391012 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 334 | ||
| 2327 | 2024.12.20 22:27:24.394092 [ 243 ] {} <Trace> system.query_log (cb6910fd-3f74-40bb-afeb-929e53918d3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2328 | 2024.12.20 22:27:24.394142 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 2329 | 2024.12.20 22:27:24.395647 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2330 | 2024.12.20 22:27:24.395973 [ 243 ] {} <Trace> system.query_log (cb6910fd-3f74-40bb-afeb-929e53918d3c): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2331 | 2024.12.20 22:27:24.396532 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 334 | ||
| 2332 | 2024.12.20 22:27:25.154256 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2333 | 2024.12.20 22:27:25.154575 [ 260 ] {54fec802-1fd7-4666-93f7-19424bdc05e9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) SELECT * FROM oximeter.timeseries_schema WHERE timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates') FORMAT Native; (stage: Complete) | ||
| 2334 | 2024.12.20 22:27:25.155094 [ 260 ] {54fec802-1fd7-4666-93f7-19424bdc05e9} <Trace> InterpreterSelectQuery: The min valid primary key position for moving to the tail of PREWHERE is 0 | ||
| 2335 | 2024.12.20 22:27:25.155164 [ 260 ] {54fec802-1fd7-4666-93f7-19424bdc05e9} <Debug> InterpreterSelectQuery: MergeTreeWhereOptimizer: condition "timeseries_name NOT IN ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates')" moved to PREWHERE | ||
| 2336 | 2024.12.20 22:27:25.155554 [ 260 ] {54fec802-1fd7-4666-93f7-19424bdc05e9} <Trace> ContextAccess (default): Access granted: SELECT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2337 | 2024.12.20 22:27:25.155638 [ 260 ] {54fec802-1fd7-4666-93f7-19424bdc05e9} <Trace> InterpreterSelectQuery: FetchColumns -> Complete | ||
| 2338 | 2024.12.20 22:27:25.155816 [ 260 ] {54fec802-1fd7-4666-93f7-19424bdc05e9} <Debug> oximeter.timeseries_schema (766dfe1e-87a5-4910-afd3-6e48fd3978ee) (SelectExecutor): Key condition: (column 0 notIn 41-element set) | ||
| 2339 | 2024.12.20 22:27:25.156056 [ 295 ] {54fec802-1fd7-4666-93f7-19424bdc05e9} <Trace> oximeter.timeseries_schema (766dfe1e-87a5-4910-afd3-6e48fd3978ee) (SelectExecutor): Used generic exclusion search over index for part all_1_1_0 with 1 steps | ||
| 2340 | 2024.12.20 22:27:25.156137 [ 294 ] {54fec802-1fd7-4666-93f7-19424bdc05e9} <Trace> oximeter.timeseries_schema (766dfe1e-87a5-4910-afd3-6e48fd3978ee) (SelectExecutor): Used generic exclusion search over index for part all_3_3_0 with 1 steps | ||
| 2341 | 2024.12.20 22:27:25.156118 [ 296 ] {54fec802-1fd7-4666-93f7-19424bdc05e9} <Trace> oximeter.timeseries_schema (766dfe1e-87a5-4910-afd3-6e48fd3978ee) (SelectExecutor): Used generic exclusion search over index for part all_2_2_0 with 1 steps | ||
| 2342 | 2024.12.20 22:27:25.156118 [ 298 ] {54fec802-1fd7-4666-93f7-19424bdc05e9} <Trace> oximeter.timeseries_schema (766dfe1e-87a5-4910-afd3-6e48fd3978ee) (SelectExecutor): Used generic exclusion search over index for part all_4_4_0 with 1 steps | ||
| 2343 | 2024.12.20 22:27:25.156356 [ 260 ] {54fec802-1fd7-4666-93f7-19424bdc05e9} <Debug> oximeter.timeseries_schema (766dfe1e-87a5-4910-afd3-6e48fd3978ee) (SelectExecutor): Selected 4/4 parts by partition key, 3 parts by primary key, 3/4 marks by primary key, 3 marks to read from 3 ranges | ||
| 2344 | 2024.12.20 22:27:25.156394 [ 260 ] {54fec802-1fd7-4666-93f7-19424bdc05e9} <Trace> oximeter.timeseries_schema (766dfe1e-87a5-4910-afd3-6e48fd3978ee) (SelectExecutor): Spreading mark ranges among streams (default reading) | ||
| 2345 | 2024.12.20 22:27:25.156522 [ 260 ] {54fec802-1fd7-4666-93f7-19424bdc05e9} <Debug> MergeTreeReadPool: min_marks_for_concurrent_read=24 | ||
| 2346 | 2024.12.20 22:27:25.156548 [ 260 ] {54fec802-1fd7-4666-93f7-19424bdc05e9} <Debug> oximeter.timeseries_schema (766dfe1e-87a5-4910-afd3-6e48fd3978ee) (SelectExecutor): Reading approx. 40 rows with 3 streams | ||
| 2347 | 2024.12.20 22:27:25.156595 [ 260 ] {54fec802-1fd7-4666-93f7-19424bdc05e9} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2348 | 2024.12.20 22:27:25.156733 [ 260 ] {54fec802-1fd7-4666-93f7-19424bdc05e9} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2349 | 2024.12.20 22:27:25.156791 [ 260 ] {54fec802-1fd7-4666-93f7-19424bdc05e9} <Trace> MergeTreeBaseSelectProcessor: PREWHERE condition was split into 1 steps: "notIn(timeseries_name, ('collection_target:cpus_provisioned', 'collection_target:ram_provisioned', 'collection_target:virtual_disk_space_provisioned', 'database_transaction:retry_data', 'ddm_router:originated_tunnel_endpoints', 'ddm_router:originated_underlay_prefixes', 'ddm_session:advertisements_received', 'ddm_session:advertisements_sent', 'ddm_session:imported_tunnel_endpoints', 'ddm_session:imported_underlay_prefixes', 'ddm_session:peer_address_changes', 'ddm_session:peer_expirations', 'ddm_session:peer_sessions_established', 'ddm_session:solicitations_received', 'ddm_session:solicitations_sent', 'ddm_session:update_send_fail', 'ddm_session:updates_received', 'ddm_session:updates_sent', 'dendrite:sample_collection_duration', 'http_service:request_latency_histogram', 'mg_lower:routes_blocked_by_link_state', 'sled_data_link:bytes_received', 'sled_data_link:bytes_sent', 'sled_data_link:errors_received', 'sled_data_link:errors_sent', 'sled_data_link:packets_received', 'sled_data_link:packets_sent', 'static_routing_config:static_nexthops', 'static_routing_config:static_routes', 'switch_data_link:link_enabled', 'switch_data_link:link_up', 'switch_rib:active_routes', 'switch_table:capacity', 'switch_table:collisions', 'switch_table:delete_misses', 'switch_table:deletes', 'switch_table:exhaustion', 'switch_table:inserts', 'switch_table:occupancy', 'switch_table:update_misses', 'switch_table:updates'))" | ||
| 2350 | 2024.12.20 22:27:25.158516 [ 260 ] {54fec802-1fd7-4666-93f7-19424bdc05e9} <Debug> executeQuery: Read 40 rows, 1.52 KiB in 0.004092 sec., 9775.171065493645 rows/sec., 371.10 KiB/sec. | ||
| 2351 | 2024.12.20 22:27:25.158769 [ 260 ] {54fec802-1fd7-4666-93f7-19424bdc05e9} <Debug> TCPHandler: Processed in 0.004645079 sec. | ||
| 2352 | 2024.12.20 22:27:25.174408 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2353 | 2024.12.20 22:27:25.174544 [ 260 ] {290cf3c3-586f-440a-ba1d-0345a4faa9a1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.timeseries_schema FORMAT Native (stage: Complete) | ||
| 2354 | 2024.12.20 22:27:25.174601 [ 260 ] {290cf3c3-586f-440a-ba1d-0345a4faa9a1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, `fields.name`, `fields.type`, `fields.source`, datum_type, created) ON oximeter.timeseries_schema | ||
| 2355 | 2024.12.20 22:27:25.175331 [ 260 ] {290cf3c3-586f-440a-ba1d-0345a4faa9a1} <Trace> oximeter.timeseries_schema (766dfe1e-87a5-4910-afd3-6e48fd3978ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2356 | 2024.12.20 22:27:25.175378 [ 260 ] {290cf3c3-586f-440a-ba1d-0345a4faa9a1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 2357 | 2024.12.20 22:27:25.175889 [ 260 ] {290cf3c3-586f-440a-ba1d-0345a4faa9a1} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2358 | 2024.12.20 22:27:25.176141 [ 260 ] {290cf3c3-586f-440a-ba1d-0345a4faa9a1} <Trace> oximeter.timeseries_schema (766dfe1e-87a5-4910-afd3-6e48fd3978ee): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2359 | 2024.12.20 22:27:25.176387 [ 260 ] {290cf3c3-586f-440a-ba1d-0345a4faa9a1} <Debug> executeQuery: Read 1 rows, 232.00 B in 0.001878 sec., 532.4813631522896 rows/sec., 120.64 KiB/sec. | ||
| 2360 | 2024.12.20 22:27:25.176597 [ 260 ] {290cf3c3-586f-440a-ba1d-0345a4faa9a1} <Debug> TCPHandler: Processed in 0.002242872 sec. | ||
| 2361 | 2024.12.20 22:27:25.176872 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2362 | 2024.12.20 22:27:25.177073 [ 262 ] {2d430977-a0f2-4309-ba32-4dcb921aa684} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2363 | 2024.12.20 22:27:25.177153 [ 262 ] {2d430977-a0f2-4309-ba32-4dcb921aa684} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2364 | 2024.12.20 22:27:25.177899 [ 262 ] {2d430977-a0f2-4309-ba32-4dcb921aa684} <Trace> oximeter.fields_i16 (5ba0350d-977f-4416-8d1f-0415e035e880): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2365 | 2024.12.20 22:27:25.177948 [ 262 ] {2d430977-a0f2-4309-ba32-4dcb921aa684} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 2366 | 2024.12.20 22:27:25.178391 [ 262 ] {2d430977-a0f2-4309-ba32-4dcb921aa684} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2367 | 2024.12.20 22:27:25.178646 [ 262 ] {2d430977-a0f2-4309-ba32-4dcb921aa684} <Trace> oximeter.fields_i16 (5ba0350d-977f-4416-8d1f-0415e035e880): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2368 | 2024.12.20 22:27:25.178887 [ 262 ] {2d430977-a0f2-4309-ba32-4dcb921aa684} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001868 sec., 7494.646680942184 rows/sec., 539.51 KiB/sec. | ||
| 2369 | 2024.12.20 22:27:25.178961 [ 262 ] {2d430977-a0f2-4309-ba32-4dcb921aa684} <Debug> TCPHandler: Processed in 0.002220421 sec. | ||
| 2370 | 2024.12.20 22:27:25.179127 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2371 | 2024.12.20 22:27:25.179255 [ 260 ] {86c00029-4e7e-4c40-9585-bb969a2bfa05} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 2372 | 2024.12.20 22:27:25.179309 [ 260 ] {86c00029-4e7e-4c40-9585-bb969a2bfa05} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 2373 | 2024.12.20 22:27:25.179947 [ 260 ] {86c00029-4e7e-4c40-9585-bb969a2bfa05} <Trace> oximeter.fields_ipaddr (6efd1947-dbb6-4524-99d7-af0451dd6934): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2374 | 2024.12.20 22:27:25.179990 [ 260 ] {86c00029-4e7e-4c40-9585-bb969a2bfa05} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 2375 | 2024.12.20 22:27:25.180366 [ 260 ] {86c00029-4e7e-4c40-9585-bb969a2bfa05} <Trace> MergedBlockOutputStream: filled checksums all_1_1_0 (state Temporary) | ||
| 2376 | 2024.12.20 22:27:25.180614 [ 260 ] {86c00029-4e7e-4c40-9585-bb969a2bfa05} <Trace> oximeter.fields_ipaddr (6efd1947-dbb6-4524-99d7-af0451dd6934): Renaming temporary part tmp_insert_all_1_1_0 to all_1_1_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2377 | 2024.12.20 22:27:25.180841 [ 260 ] {86c00029-4e7e-4c40-9585-bb969a2bfa05} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.00161 sec., 3726.7080745341614 rows/sec., 303.89 KiB/sec. | ||
| 2378 | 2024.12.20 22:27:25.180901 [ 260 ] {86c00029-4e7e-4c40-9585-bb969a2bfa05} <Debug> TCPHandler: Processed in 0.00183705 sec. | ||
| 2379 | 2024.12.20 22:27:25.181062 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2380 | 2024.12.20 22:27:25.181190 [ 262 ] {70aa92ea-3016-47d4-a23c-2bde8d8733d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2381 | 2024.12.20 22:27:25.181243 [ 262 ] {70aa92ea-3016-47d4-a23c-2bde8d8733d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2382 | 2024.12.20 22:27:25.181924 [ 262 ] {70aa92ea-3016-47d4-a23c-2bde8d8733d2} <Trace> oximeter.fields_string (be340cd8-3bde-4f05-8e45-9e8a1492ad3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2383 | 2024.12.20 22:27:25.181966 [ 262 ] {70aa92ea-3016-47d4-a23c-2bde8d8733d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 2384 | 2024.12.20 22:27:25.182365 [ 262 ] {70aa92ea-3016-47d4-a23c-2bde8d8733d2} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2385 | 2024.12.20 22:27:25.182600 [ 262 ] {70aa92ea-3016-47d4-a23c-2bde8d8733d2} <Trace> oximeter.fields_string (be340cd8-3bde-4f05-8e45-9e8a1492ad3b): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2386 | 2024.12.20 22:27:25.182820 [ 262 ] {70aa92ea-3016-47d4-a23c-2bde8d8733d2} <Debug> executeQuery: Read 258 rows, 23.17 KiB in 0.00166 sec., 155421.68674698795 rows/sec., 13.63 MiB/sec. | ||
| 2387 | 2024.12.20 22:27:25.182879 [ 262 ] {70aa92ea-3016-47d4-a23c-2bde8d8733d2} <Debug> TCPHandler: Processed in 0.001873852 sec. | ||
| 2388 | 2024.12.20 22:27:25.183024 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2389 | 2024.12.20 22:27:25.183140 [ 260 ] {5a3e1400-e112-40c9-b069-a4e5fc8ec06c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2390 | 2024.12.20 22:27:25.183189 [ 260 ] {5a3e1400-e112-40c9-b069-a4e5fc8ec06c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2391 | 2024.12.20 22:27:25.183894 [ 260 ] {5a3e1400-e112-40c9-b069-a4e5fc8ec06c} <Trace> oximeter.fields_u16 (66d17a24-a3a1-42a5-bd94-b86efb1056dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2392 | 2024.12.20 22:27:25.183943 [ 260 ] {5a3e1400-e112-40c9-b069-a4e5fc8ec06c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 2393 | 2024.12.20 22:27:25.184348 [ 260 ] {5a3e1400-e112-40c9-b069-a4e5fc8ec06c} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2394 | 2024.12.20 22:27:25.184591 [ 260 ] {5a3e1400-e112-40c9-b069-a4e5fc8ec06c} <Trace> oximeter.fields_u16 (66d17a24-a3a1-42a5-bd94-b86efb1056dd): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2395 | 2024.12.20 22:27:25.184798 [ 260 ] {5a3e1400-e112-40c9-b069-a4e5fc8ec06c} <Debug> executeQuery: Read 39 rows, 2.83 KiB in 0.001682 sec., 23186.68252080856 rows/sec., 1.64 MiB/sec. | ||
| 2396 | 2024.12.20 22:27:25.184852 [ 260 ] {5a3e1400-e112-40c9-b069-a4e5fc8ec06c} <Debug> TCPHandler: Processed in 0.001883643 sec. | ||
| 2397 | 2024.12.20 22:27:25.184998 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2398 | 2024.12.20 22:27:25.185117 [ 262 ] {f59e0b65-c063-40cc-8927-40a8080ca427} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2399 | 2024.12.20 22:27:25.185166 [ 262 ] {f59e0b65-c063-40cc-8927-40a8080ca427} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2400 | 2024.12.20 22:27:25.185846 [ 262 ] {f59e0b65-c063-40cc-8927-40a8080ca427} <Trace> oximeter.fields_u32 (50de29d4-f6c5-4f7c-8dac-40e276b5b3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2401 | 2024.12.20 22:27:25.185894 [ 262 ] {f59e0b65-c063-40cc-8927-40a8080ca427} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 2402 | 2024.12.20 22:27:25.186300 [ 262 ] {f59e0b65-c063-40cc-8927-40a8080ca427} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2403 | 2024.12.20 22:27:25.186531 [ 262 ] {f59e0b65-c063-40cc-8927-40a8080ca427} <Trace> oximeter.fields_u32 (50de29d4-f6c5-4f7c-8dac-40e276b5b3f8): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2404 | 2024.12.20 22:27:25.186740 [ 262 ] {f59e0b65-c063-40cc-8927-40a8080ca427} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001649 sec., 8489.993935718618 rows/sec., 594.58 KiB/sec. | ||
| 2405 | 2024.12.20 22:27:25.186795 [ 262 ] {f59e0b65-c063-40cc-8927-40a8080ca427} <Debug> TCPHandler: Processed in 0.001854841 sec. | ||
| 2406 | 2024.12.20 22:27:25.186943 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2407 | 2024.12.20 22:27:25.187059 [ 260 ] {a54fe849-930c-41ce-a66f-0c96c4cd4946} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2408 | 2024.12.20 22:27:25.187109 [ 260 ] {a54fe849-930c-41ce-a66f-0c96c4cd4946} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2409 | 2024.12.20 22:27:25.187686 [ 260 ] {a54fe849-930c-41ce-a66f-0c96c4cd4946} <Trace> oximeter.fields_u8 (bc6d9fff-42ef-4dc9-9b7c-2f27297e3062): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2410 | 2024.12.20 22:27:25.187727 [ 260 ] {a54fe849-930c-41ce-a66f-0c96c4cd4946} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 2411 | 2024.12.20 22:27:25.188085 [ 260 ] {a54fe849-930c-41ce-a66f-0c96c4cd4946} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2412 | 2024.12.20 22:27:25.188342 [ 260 ] {a54fe849-930c-41ce-a66f-0c96c4cd4946} <Trace> oximeter.fields_u8 (bc6d9fff-42ef-4dc9-9b7c-2f27297e3062): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2413 | 2024.12.20 22:27:25.188551 [ 260 ] {a54fe849-930c-41ce-a66f-0c96c4cd4946} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001515 sec., 8580.85808580858 rows/sec., 535.01 KiB/sec. | ||
| 2414 | 2024.12.20 22:27:25.188604 [ 260 ] {a54fe849-930c-41ce-a66f-0c96c4cd4946} <Debug> TCPHandler: Processed in 0.001719547 sec. | ||
| 2415 | 2024.12.20 22:27:25.188765 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2416 | 2024.12.20 22:27:25.188904 [ 262 ] {f8dccdaa-ded0-4414-a1d4-ecb6b0ca7fdb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2417 | 2024.12.20 22:27:25.188961 [ 262 ] {f8dccdaa-ded0-4414-a1d4-ecb6b0ca7fdb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2418 | 2024.12.20 22:27:25.189704 [ 262 ] {f8dccdaa-ded0-4414-a1d4-ecb6b0ca7fdb} <Trace> oximeter.fields_uuid (fb7f0ac5-74a7-4737-ae05-0271c6750327): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2419 | 2024.12.20 22:27:25.189744 [ 262 ] {f8dccdaa-ded0-4414-a1d4-ecb6b0ca7fdb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 2420 | 2024.12.20 22:27:25.190149 [ 262 ] {f8dccdaa-ded0-4414-a1d4-ecb6b0ca7fdb} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2421 | 2024.12.20 22:27:25.190389 [ 262 ] {f8dccdaa-ded0-4414-a1d4-ecb6b0ca7fdb} <Trace> oximeter.fields_uuid (fb7f0ac5-74a7-4737-ae05-0271c6750327): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2422 | 2024.12.20 22:27:25.190603 [ 262 ] {f8dccdaa-ded0-4414-a1d4-ecb6b0ca7fdb} <Debug> executeQuery: Read 414 rows, 30.25 KiB in 0.001729 sec., 239444.76576055522 rows/sec., 17.09 MiB/sec. | ||
| 2423 | 2024.12.20 22:27:25.190662 [ 262 ] {f8dccdaa-ded0-4414-a1d4-ecb6b0ca7fdb} <Debug> TCPHandler: Processed in 0.001965454 sec. | ||
| 2424 | 2024.12.20 22:27:25.190816 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2425 | 2024.12.20 22:27:25.190955 [ 260 ] {ded5cb90-d783-418c-9dda-b74e025c5422} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2426 | 2024.12.20 22:27:25.191015 [ 260 ] {ded5cb90-d783-418c-9dda-b74e025c5422} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2427 | 2024.12.20 22:27:25.191530 [ 260 ] {ded5cb90-d783-418c-9dda-b74e025c5422} <Trace> oximeter.measurements_bool (902c9248-495c-4a1f-8676-b52592dc679b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2428 | 2024.12.20 22:27:25.191570 [ 260 ] {ded5cb90-d783-418c-9dda-b74e025c5422} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 2429 | 2024.12.20 22:27:25.191932 [ 260 ] {ded5cb90-d783-418c-9dda-b74e025c5422} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2430 | 2024.12.20 22:27:25.192164 [ 260 ] {ded5cb90-d783-418c-9dda-b74e025c5422} <Trace> oximeter.measurements_bool (902c9248-495c-4a1f-8676-b52592dc679b): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2431 | 2024.12.20 22:27:25.192436 [ 260 ] {ded5cb90-d783-418c-9dda-b74e025c5422} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001504 sec., 3989.36170212766 rows/sec., 208.43 KiB/sec. | ||
| 2432 | 2024.12.20 22:27:25.192557 [ 260 ] {ded5cb90-d783-418c-9dda-b74e025c5422} <Debug> TCPHandler: Processed in 0.00180709 sec. | ||
| 2433 | 2024.12.20 22:27:25.192712 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2434 | 2024.12.20 22:27:25.192852 [ 262 ] {14fb73db-3297-4b8f-90af-1f5c84d0839a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2435 | 2024.12.20 22:27:25.192913 [ 262 ] {14fb73db-3297-4b8f-90af-1f5c84d0839a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2436 | 2024.12.20 22:27:25.193523 [ 262 ] {14fb73db-3297-4b8f-90af-1f5c84d0839a} <Trace> oximeter.measurements_cumulativeu64 (2e833ed7-efb3-49ee-873b-fe7dc1d5762e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2437 | 2024.12.20 22:27:25.193560 [ 262 ] {14fb73db-3297-4b8f-90af-1f5c84d0839a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 2438 | 2024.12.20 22:27:25.193954 [ 262 ] {14fb73db-3297-4b8f-90af-1f5c84d0839a} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2439 | 2024.12.20 22:27:25.194190 [ 262 ] {14fb73db-3297-4b8f-90af-1f5c84d0839a} <Trace> oximeter.measurements_cumulativeu64 (2e833ed7-efb3-49ee-873b-fe7dc1d5762e): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2440 | 2024.12.20 22:27:25.194401 [ 262 ] {14fb73db-3297-4b8f-90af-1f5c84d0839a} <Debug> executeQuery: Read 240 rows, 16.48 KiB in 0.001581 sec., 151802.65654648957 rows/sec., 10.18 MiB/sec. | ||
| 2441 | 2024.12.20 22:27:25.194456 [ 262 ] {14fb73db-3297-4b8f-90af-1f5c84d0839a} <Debug> TCPHandler: Processed in 0.001811299 sec. | ||
| 2442 | 2024.12.20 22:27:25.194623 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2443 | 2024.12.20 22:27:25.194761 [ 260 ] {04c9ca97-9c75-4df7-a000-f6e773ac6218} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2444 | 2024.12.20 22:27:25.194822 [ 260 ] {04c9ca97-9c75-4df7-a000-f6e773ac6218} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2445 | 2024.12.20 22:27:25.195347 [ 260 ] {04c9ca97-9c75-4df7-a000-f6e773ac6218} <Trace> oximeter.measurements_f64 (24a8fd20-3063-40e7-bd7e-0a899ffef70a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2446 | 2024.12.20 22:27:25.195387 [ 260 ] {04c9ca97-9c75-4df7-a000-f6e773ac6218} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 2447 | 2024.12.20 22:27:25.195746 [ 260 ] {04c9ca97-9c75-4df7-a000-f6e773ac6218} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 2448 | 2024.12.20 22:27:25.195981 [ 260 ] {04c9ca97-9c75-4df7-a000-f6e773ac6218} <Trace> oximeter.measurements_f64 (24a8fd20-3063-40e7-bd7e-0a899ffef70a): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2449 | 2024.12.20 22:27:25.196194 [ 260 ] {04c9ca97-9c75-4df7-a000-f6e773ac6218} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001464 sec., 683.0601092896175 rows/sec., 46.03 KiB/sec. | ||
| 2450 | 2024.12.20 22:27:25.196245 [ 260 ] {04c9ca97-9c75-4df7-a000-f6e773ac6218} <Debug> TCPHandler: Processed in 0.001694297 sec. | ||
| 2451 | 2024.12.20 22:27:25.196414 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2452 | 2024.12.20 22:27:25.196553 [ 262 ] {40370a8d-054f-4df7-bff1-bc265df42b65} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2453 | 2024.12.20 22:27:25.196644 [ 262 ] {40370a8d-054f-4df7-bff1-bc265df42b65} <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 | ||
| 2454 | 2024.12.20 22:27:25.197845 [ 262 ] {40370a8d-054f-4df7-bff1-bc265df42b65} <Trace> oximeter.measurements_histogramu64 (cfe0444f-6b19-4855-b696-cc295685d98f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2455 | 2024.12.20 22:27:25.197886 [ 262 ] {40370a8d-054f-4df7-bff1-bc265df42b65} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 2456 | 2024.12.20 22:27:25.198529 [ 262 ] {40370a8d-054f-4df7-bff1-bc265df42b65} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2457 | 2024.12.20 22:27:25.198784 [ 262 ] {40370a8d-054f-4df7-bff1-bc265df42b65} <Trace> oximeter.measurements_histogramu64 (cfe0444f-6b19-4855-b696-cc295685d98f): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2458 | 2024.12.20 22:27:25.199001 [ 262 ] {40370a8d-054f-4df7-bff1-bc265df42b65} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002474 sec., 10509.296685529507 rows/sec., 18.83 MiB/sec. | ||
| 2459 | 2024.12.20 22:27:25.199288 [ 262 ] {40370a8d-054f-4df7-bff1-bc265df42b65} <Debug> TCPHandler: Processed in 0.002945011 sec. | ||
| 2460 | 2024.12.20 22:27:25.199450 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2461 | 2024.12.20 22:27:25.199570 [ 260 ] {922352a0-a8c3-4ce8-9d81-efd68f4c2106} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2462 | 2024.12.20 22:27:25.199621 [ 260 ] {922352a0-a8c3-4ce8-9d81-efd68f4c2106} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2463 | 2024.12.20 22:27:25.200138 [ 260 ] {922352a0-a8c3-4ce8-9d81-efd68f4c2106} <Trace> oximeter.measurements_u64 (b5f8915a-997f-4944-a48b-a878169c21e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2464 | 2024.12.20 22:27:25.200176 [ 260 ] {922352a0-a8c3-4ce8-9d81-efd68f4c2106} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 2465 | 2024.12.20 22:27:25.200558 [ 260 ] {922352a0-a8c3-4ce8-9d81-efd68f4c2106} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 2466 | 2024.12.20 22:27:25.200792 [ 260 ] {922352a0-a8c3-4ce8-9d81-efd68f4c2106} <Trace> oximeter.measurements_u64 (b5f8915a-997f-4944-a48b-a878169c21e0): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2467 | 2024.12.20 22:27:25.201003 [ 260 ] {922352a0-a8c3-4ce8-9d81-efd68f4c2106} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001458 sec., 56241.42661179698 rows/sec., 3.57 MiB/sec. | ||
| 2468 | 2024.12.20 22:27:25.201054 [ 260 ] {922352a0-a8c3-4ce8-9d81-efd68f4c2106} <Debug> TCPHandler: Processed in 0.001660926 sec. | ||
| 2469 | 2024.12.20 22:27:26.883229 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5063 | ||
| 2470 | 2024.12.20 22:27:26.884269 [ 242 ] {} <Trace> system.asynchronous_metric_log (872a84c2-09da-4c20-9ea0-5cf32b1a4df4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2471 | 2024.12.20 22:27:26.884333 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 2472 | 2024.12.20 22:27:26.884872 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2473 | 2024.12.20 22:27:26.885144 [ 242 ] {} <Trace> system.asynchronous_metric_log (872a84c2-09da-4c20-9ea0-5cf32b1a4df4): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2474 | 2024.12.20 22:27:26.885297 [ 58 ] {} <Debug> system.asynchronous_metric_log (872a84c2-09da-4c20-9ea0-5cf32b1a4df4) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2475 | 2024.12.20 22:27:26.885357 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5063 | ||
| 2476 | 2024.12.20 22:27:26.885361 [ 58 ] {} <Trace> system.asynchronous_metric_log (872a84c2-09da-4c20-9ea0-5cf32b1a4df4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2477 | 2024.12.20 22:27:26.885396 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 2478 | 2024.12.20 22:27:26.885508 [ 186 ] {872a84c2-09da-4c20-9ea0-5cf32b1a4df4::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 | ||
| 2479 | 2024.12.20 22:27:26.885616 [ 186 ] {872a84c2-09da-4c20-9ea0-5cf32b1a4df4::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2480 | 2024.12.20 22:27:26.885654 [ 186 ] {872a84c2-09da-4c20-9ea0-5cf32b1a4df4::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 | ||
| 2481 | 2024.12.20 22:27:26.885724 [ 186 ] {872a84c2-09da-4c20-9ea0-5cf32b1a4df4::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 | ||
| 2482 | 2024.12.20 22:27:26.885813 [ 186 ] {872a84c2-09da-4c20-9ea0-5cf32b1a4df4::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 | ||
| 2483 | 2024.12.20 22:27:26.886051 [ 186 ] {872a84c2-09da-4c20-9ea0-5cf32b1a4df4::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 | ||
| 2484 | 2024.12.20 22:27:26.886287 [ 186 ] {872a84c2-09da-4c20-9ea0-5cf32b1a4df4::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 | ||
| 2485 | 2024.12.20 22:27:26.886361 [ 186 ] {872a84c2-09da-4c20-9ea0-5cf32b1a4df4::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 | ||
| 2486 | 2024.12.20 22:27:26.888105 [ 188 ] {872a84c2-09da-4c20-9ea0-5cf32b1a4df4::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5063 rows, containing 4 columns (4 merged, 0 gathered) in 0.002640443 sec., 1917481.2711351844 rows/sec., 27.43 MiB/sec. | ||
| 2487 | 2024.12.20 22:27:26.888937 [ 188 ] {872a84c2-09da-4c20-9ea0-5cf32b1a4df4::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2488 | 2024.12.20 22:27:26.889308 [ 188 ] {872a84c2-09da-4c20-9ea0-5cf32b1a4df4::all_1_11_2} <Trace> system.asynchronous_metric_log (872a84c2-09da-4c20-9ea0-5cf32b1a4df4): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2489 | 2024.12.20 22:27:26.889410 [ 188 ] {872a84c2-09da-4c20-9ea0-5cf32b1a4df4::all_1_11_2} <Trace> system.asynchronous_metric_log (872a84c2-09da-4c20-9ea0-5cf32b1a4df4) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2490 | 2024.12.20 22:27:26.889532 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.41 MiB. | ||
| 2491 | 2024.12.20 22:27:27.203066 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 83 | ||
| 2492 | 2024.12.20 22:27:27.224859 [ 244 ] {} <Trace> system.metric_log (fe7f8d4b-b36f-4a64-a142-f4747bcb5bba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2493 | 2024.12.20 22:27:27.224928 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 2494 | 2024.12.20 22:27:27.232484 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2495 | 2024.12.20 22:27:27.233261 [ 244 ] {} <Trace> system.metric_log (fe7f8d4b-b36f-4a64-a142-f4747bcb5bba): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2496 | 2024.12.20 22:27:27.233688 [ 58 ] {} <Debug> system.metric_log (fe7f8d4b-b36f-4a64-a142-f4747bcb5bba) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2497 | 2024.12.20 22:27:27.233874 [ 58 ] {} <Trace> system.metric_log (fe7f8d4b-b36f-4a64-a142-f4747bcb5bba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2498 | 2024.12.20 22:27:27.233985 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 2499 | 2024.12.20 22:27:27.234526 [ 186 ] {fe7f8d4b-b36f-4a64-a142-f4747bcb5bba::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 | ||
| 2500 | 2024.12.20 22:27:27.248462 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 83 | ||
| 2501 | 2024.12.20 22:27:27.250342 [ 186 ] {fe7f8d4b-b36f-4a64-a142-f4747bcb5bba::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2502 | 2024.12.20 22:27:27.252078 [ 186 ] {fe7f8d4b-b36f-4a64-a142-f4747bcb5bba::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 | ||
| 2503 | 2024.12.20 22:27:27.258017 [ 186 ] {fe7f8d4b-b36f-4a64-a142-f4747bcb5bba::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 | ||
| 2504 | 2024.12.20 22:27:27.263933 [ 186 ] {fe7f8d4b-b36f-4a64-a142-f4747bcb5bba::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 | ||
| 2505 | 2024.12.20 22:27:27.269642 [ 186 ] {fe7f8d4b-b36f-4a64-a142-f4747bcb5bba::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 | ||
| 2506 | 2024.12.20 22:27:27.275348 [ 186 ] {fe7f8d4b-b36f-4a64-a142-f4747bcb5bba::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 | ||
| 2507 | 2024.12.20 22:27:27.279767 [ 186 ] {fe7f8d4b-b36f-4a64-a142-f4747bcb5bba::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 | ||
| 2508 | 2024.12.20 22:27:27.336361 [ 186 ] {fe7f8d4b-b36f-4a64-a142-f4747bcb5bba::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 83 rows, containing 679 columns (679 merged, 0 gathered) in 0.102196381 sec., 812.1618318362956 rows/sec., 4.20 MiB/sec. | ||
| 2509 | 2024.12.20 22:27:27.337769 [ 186 ] {fe7f8d4b-b36f-4a64-a142-f4747bcb5bba::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2510 | 2024.12.20 22:27:27.340078 [ 186 ] {fe7f8d4b-b36f-4a64-a142-f4747bcb5bba::all_1_11_2} <Trace> system.metric_log (fe7f8d4b-b36f-4a64-a142-f4747bcb5bba): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2511 | 2024.12.20 22:27:27.340183 [ 186 ] {fe7f8d4b-b36f-4a64-a142-f4747bcb5bba::all_1_11_2} <Trace> system.metric_log (fe7f8d4b-b36f-4a64-a142-f4747bcb5bba) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2512 | 2024.12.20 22:27:27.341472 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.45 MiB. | ||
| 2513 | 2024.12.20 22:27:28.000168 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 171.05 MiB, peak 180.93 MiB, free memory in arenas 0.00 B, will set to 172.70 MiB (RSS), difference: 1.65 MiB | ||
| 2514 | 2024.12.20 22:27:30.163141 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2515 | 2024.12.20 22:27:30.163323 [ 260 ] {713f85e0-5a5c-4b2f-863b-da0fbf28bd90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2516 | 2024.12.20 22:27:30.163394 [ 260 ] {713f85e0-5a5c-4b2f-863b-da0fbf28bd90} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2517 | 2024.12.20 22:27:30.164179 [ 260 ] {713f85e0-5a5c-4b2f-863b-da0fbf28bd90} <Trace> oximeter.fields_string (be340cd8-3bde-4f05-8e45-9e8a1492ad3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2518 | 2024.12.20 22:27:30.164221 [ 260 ] {713f85e0-5a5c-4b2f-863b-da0fbf28bd90} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 2519 | 2024.12.20 22:27:30.164694 [ 260 ] {713f85e0-5a5c-4b2f-863b-da0fbf28bd90} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2520 | 2024.12.20 22:27:30.164946 [ 260 ] {713f85e0-5a5c-4b2f-863b-da0fbf28bd90} <Trace> oximeter.fields_string (be340cd8-3bde-4f05-8e45-9e8a1492ad3b): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2521 | 2024.12.20 22:27:30.165157 [ 260 ] {713f85e0-5a5c-4b2f-863b-da0fbf28bd90} <Debug> executeQuery: Read 86 rows, 7.23 KiB in 0.001883 sec., 45671.80031864047 rows/sec., 3.75 MiB/sec. | ||
| 2522 | 2024.12.20 22:27:30.165287 [ 260 ] {713f85e0-5a5c-4b2f-863b-da0fbf28bd90} <Debug> TCPHandler: Processed in 0.002271282 sec. | ||
| 2523 | 2024.12.20 22:27:30.165551 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2524 | 2024.12.20 22:27:30.165742 [ 262 ] {6bcaa15f-416f-4b51-add3-6d4060e7306f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2525 | 2024.12.20 22:27:30.165818 [ 262 ] {6bcaa15f-416f-4b51-add3-6d4060e7306f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2526 | 2024.12.20 22:27:30.166556 [ 262 ] {6bcaa15f-416f-4b51-add3-6d4060e7306f} <Trace> oximeter.fields_u16 (66d17a24-a3a1-42a5-bd94-b86efb1056dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2527 | 2024.12.20 22:27:30.166607 [ 262 ] {6bcaa15f-416f-4b51-add3-6d4060e7306f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 2528 | 2024.12.20 22:27:30.167035 [ 262 ] {6bcaa15f-416f-4b51-add3-6d4060e7306f} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2529 | 2024.12.20 22:27:30.167300 [ 262 ] {6bcaa15f-416f-4b51-add3-6d4060e7306f} <Trace> oximeter.fields_u16 (66d17a24-a3a1-42a5-bd94-b86efb1056dd): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2530 | 2024.12.20 22:27:30.167544 [ 262 ] {6bcaa15f-416f-4b51-add3-6d4060e7306f} <Debug> executeQuery: Read 15 rows, 1.13 KiB in 0.00185 sec., 8108.108108108107 rows/sec., 609.69 KiB/sec. | ||
| 2531 | 2024.12.20 22:27:30.167614 [ 262 ] {6bcaa15f-416f-4b51-add3-6d4060e7306f} <Debug> TCPHandler: Processed in 0.002191541 sec. | ||
| 2532 | 2024.12.20 22:27:30.167775 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2533 | 2024.12.20 22:27:30.167895 [ 260 ] {875714ea-7d8c-4cf3-8126-4de187629875} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2534 | 2024.12.20 22:27:30.167945 [ 260 ] {875714ea-7d8c-4cf3-8126-4de187629875} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2535 | 2024.12.20 22:27:30.168576 [ 260 ] {875714ea-7d8c-4cf3-8126-4de187629875} <Trace> oximeter.fields_uuid (fb7f0ac5-74a7-4737-ae05-0271c6750327): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2536 | 2024.12.20 22:27:30.168614 [ 260 ] {875714ea-7d8c-4cf3-8126-4de187629875} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 2537 | 2024.12.20 22:27:30.168991 [ 260 ] {875714ea-7d8c-4cf3-8126-4de187629875} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2538 | 2024.12.20 22:27:30.169236 [ 260 ] {875714ea-7d8c-4cf3-8126-4de187629875} <Trace> oximeter.fields_uuid (fb7f0ac5-74a7-4737-ae05-0271c6750327): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2539 | 2024.12.20 22:27:30.169419 [ 260 ] {875714ea-7d8c-4cf3-8126-4de187629875} <Debug> executeQuery: Read 79 rows, 6.32 KiB in 0.001547 sec., 51066.58047834518 rows/sec., 3.99 MiB/sec. | ||
| 2540 | 2024.12.20 22:27:30.169478 [ 260 ] {875714ea-7d8c-4cf3-8126-4de187629875} <Debug> TCPHandler: Processed in 0.001759558 sec. | ||
| 2541 | 2024.12.20 22:27:30.169657 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2542 | 2024.12.20 22:27:30.169789 [ 262 ] {a01ca1d9-5434-484c-a191-29d35c9785a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2543 | 2024.12.20 22:27:30.169848 [ 262 ] {a01ca1d9-5434-484c-a191-29d35c9785a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2544 | 2024.12.20 22:27:30.170438 [ 262 ] {a01ca1d9-5434-484c-a191-29d35c9785a8} <Trace> oximeter.measurements_cumulativeu64 (2e833ed7-efb3-49ee-873b-fe7dc1d5762e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2545 | 2024.12.20 22:27:30.170481 [ 262 ] {a01ca1d9-5434-484c-a191-29d35c9785a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 2546 | 2024.12.20 22:27:30.170882 [ 262 ] {a01ca1d9-5434-484c-a191-29d35c9785a8} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2547 | 2024.12.20 22:27:30.171122 [ 262 ] {a01ca1d9-5434-484c-a191-29d35c9785a8} <Trace> oximeter.measurements_cumulativeu64 (2e833ed7-efb3-49ee-873b-fe7dc1d5762e): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2548 | 2024.12.20 22:27:30.171339 [ 262 ] {a01ca1d9-5434-484c-a191-29d35c9785a8} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001579 sec., 101329.9556681444 rows/sec., 7.06 MiB/sec. | ||
| 2549 | 2024.12.20 22:27:30.171400 [ 262 ] {a01ca1d9-5434-484c-a191-29d35c9785a8} <Debug> TCPHandler: Processed in 0.00180593 sec. | ||
| 2550 | 2024.12.20 22:27:30.171565 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2551 | 2024.12.20 22:27:30.171703 [ 260 ] {ad59ef38-42f7-42c8-a4b6-c7c7bd239a4f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2552 | 2024.12.20 22:27:30.171797 [ 260 ] {ad59ef38-42f7-42c8-a4b6-c7c7bd239a4f} <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 | ||
| 2553 | 2024.12.20 22:27:30.173034 [ 260 ] {ad59ef38-42f7-42c8-a4b6-c7c7bd239a4f} <Trace> oximeter.measurements_histogramu64 (cfe0444f-6b19-4855-b696-cc295685d98f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2554 | 2024.12.20 22:27:30.173072 [ 260 ] {ad59ef38-42f7-42c8-a4b6-c7c7bd239a4f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 2555 | 2024.12.20 22:27:30.173709 [ 260 ] {ad59ef38-42f7-42c8-a4b6-c7c7bd239a4f} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2556 | 2024.12.20 22:27:30.173971 [ 260 ] {ad59ef38-42f7-42c8-a4b6-c7c7bd239a4f} <Trace> oximeter.measurements_histogramu64 (cfe0444f-6b19-4855-b696-cc295685d98f): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2557 | 2024.12.20 22:27:30.174179 [ 260 ] {ad59ef38-42f7-42c8-a4b6-c7c7bd239a4f} <Debug> executeQuery: Read 15 rows, 27.52 KiB in 0.002507 sec., 5983.246908655764 rows/sec., 10.72 MiB/sec. | ||
| 2558 | 2024.12.20 22:27:30.174285 [ 260 ] {ad59ef38-42f7-42c8-a4b6-c7c7bd239a4f} <Debug> TCPHandler: Processed in 0.002788457 sec. | ||
| 2559 | 2024.12.20 22:27:30.174449 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2560 | 2024.12.20 22:27:30.174592 [ 262 ] {29e55f08-ae3c-48ff-815c-64b5689ae208} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2561 | 2024.12.20 22:27:30.174654 [ 262 ] {29e55f08-ae3c-48ff-815c-64b5689ae208} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2562 | 2024.12.20 22:27:30.175226 [ 262 ] {29e55f08-ae3c-48ff-815c-64b5689ae208} <Trace> oximeter.measurements_u64 (b5f8915a-997f-4944-a48b-a878169c21e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2563 | 2024.12.20 22:27:30.175273 [ 262 ] {29e55f08-ae3c-48ff-815c-64b5689ae208} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 2564 | 2024.12.20 22:27:30.175666 [ 262 ] {29e55f08-ae3c-48ff-815c-64b5689ae208} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 2565 | 2024.12.20 22:27:30.175902 [ 262 ] {29e55f08-ae3c-48ff-815c-64b5689ae208} <Trace> oximeter.measurements_u64 (b5f8915a-997f-4944-a48b-a878169c21e0): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2566 | 2024.12.20 22:27:30.176112 [ 262 ] {29e55f08-ae3c-48ff-815c-64b5689ae208} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001554 sec., 38610.03861003861 rows/sec., 2.60 MiB/sec. | ||
| 2567 | 2024.12.20 22:27:30.176165 [ 262 ] {29e55f08-ae3c-48ff-815c-64b5689ae208} <Debug> TCPHandler: Processed in 0.00178554 sec. | ||
| 2568 | 2024.12.20 22:27:34.310792 [ 154 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 2569 | 2024.12.20 22:27:34.310859 [ 154 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 2570 | 2024.12.20 22:27:34.385492 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 5551 | ||
| 2571 | 2024.12.20 22:27:34.386664 [ 242 ] {} <Trace> system.asynchronous_metric_log (872a84c2-09da-4c20-9ea0-5cf32b1a4df4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2572 | 2024.12.20 22:27:34.386750 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 2573 | 2024.12.20 22:27:34.387539 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2574 | 2024.12.20 22:27:34.387817 [ 242 ] {} <Trace> system.asynchronous_metric_log (872a84c2-09da-4c20-9ea0-5cf32b1a4df4): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2575 | 2024.12.20 22:27:34.388021 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5551 | ||
| 2576 | 2024.12.20 22:27:34.396770 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 40 entries to flush up to offset 374 | ||
| 2577 | 2024.12.20 22:27:34.400355 [ 243 ] {} <Trace> system.query_log (cb6910fd-3f74-40bb-afeb-929e53918d3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2578 | 2024.12.20 22:27:34.400417 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 2579 | 2024.12.20 22:27:34.401942 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 2580 | 2024.12.20 22:27:34.402263 [ 243 ] {} <Trace> system.query_log (cb6910fd-3f74-40bb-afeb-929e53918d3c): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2581 | 2024.12.20 22:27:34.402923 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 374 | ||
| 2582 | 2024.12.20 22:27:34.748549 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 91 | ||
| 2583 | 2024.12.20 22:27:34.768085 [ 244 ] {} <Trace> system.metric_log (fe7f8d4b-b36f-4a64-a142-f4747bcb5bba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2584 | 2024.12.20 22:27:34.768158 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 2585 | 2024.12.20 22:27:34.775541 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 2586 | 2024.12.20 22:27:34.776395 [ 244 ] {} <Trace> system.metric_log (fe7f8d4b-b36f-4a64-a142-f4747bcb5bba): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2587 | 2024.12.20 22:27:34.779452 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 91 | ||
| 2588 | 2024.12.20 22:27:35.167607 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2589 | 2024.12.20 22:27:35.167921 [ 260 ] {59a86435-24fd-415d-a844-811f710bb6e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2590 | 2024.12.20 22:27:35.168044 [ 260 ] {59a86435-24fd-415d-a844-811f710bb6e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2591 | 2024.12.20 22:27:35.169056 [ 260 ] {59a86435-24fd-415d-a844-811f710bb6e4} <Trace> oximeter.fields_i16 (5ba0350d-977f-4416-8d1f-0415e035e880): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2592 | 2024.12.20 22:27:35.169111 [ 260 ] {59a86435-24fd-415d-a844-811f710bb6e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 2593 | 2024.12.20 22:27:35.169566 [ 260 ] {59a86435-24fd-415d-a844-811f710bb6e4} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2594 | 2024.12.20 22:27:35.169823 [ 260 ] {59a86435-24fd-415d-a844-811f710bb6e4} <Trace> oximeter.fields_i16 (5ba0350d-977f-4416-8d1f-0415e035e880): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2595 | 2024.12.20 22:27:35.170068 [ 260 ] {59a86435-24fd-415d-a844-811f710bb6e4} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002235 sec., 6263.982102908278 rows/sec., 450.92 KiB/sec. | ||
| 2596 | 2024.12.20 22:27:35.170139 [ 260 ] {59a86435-24fd-415d-a844-811f710bb6e4} <Debug> TCPHandler: Processed in 0.002715795 sec. | ||
| 2597 | 2024.12.20 22:27:35.170405 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2598 | 2024.12.20 22:27:35.170617 [ 262 ] {83f10ee8-de8b-4994-b003-385f3fd7d83b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2599 | 2024.12.20 22:27:35.170692 [ 262 ] {83f10ee8-de8b-4994-b003-385f3fd7d83b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2600 | 2024.12.20 22:27:35.171551 [ 262 ] {83f10ee8-de8b-4994-b003-385f3fd7d83b} <Trace> oximeter.fields_string (be340cd8-3bde-4f05-8e45-9e8a1492ad3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2601 | 2024.12.20 22:27:35.171600 [ 262 ] {83f10ee8-de8b-4994-b003-385f3fd7d83b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 2602 | 2024.12.20 22:27:35.172064 [ 262 ] {83f10ee8-de8b-4994-b003-385f3fd7d83b} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2603 | 2024.12.20 22:27:35.172322 [ 262 ] {83f10ee8-de8b-4994-b003-385f3fd7d83b} <Trace> oximeter.fields_string (be340cd8-3bde-4f05-8e45-9e8a1492ad3b): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2604 | 2024.12.20 22:27:35.172504 [ 98 ] {} <Debug> oximeter.fields_string (be340cd8-3bde-4f05-8e45-9e8a1492ad3b) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2605 | 2024.12.20 22:27:35.172586 [ 262 ] {83f10ee8-de8b-4994-b003-385f3fd7d83b} <Debug> executeQuery: Read 255 rows, 22.96 KiB in 0.002022 sec., 126112.75964391691 rows/sec., 11.09 MiB/sec. | ||
| 2606 | 2024.12.20 22:27:35.172591 [ 98 ] {} <Trace> oximeter.fields_string (be340cd8-3bde-4f05-8e45-9e8a1492ad3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2607 | 2024.12.20 22:27:35.172700 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 2608 | 2024.12.20 22:27:35.172746 [ 262 ] {83f10ee8-de8b-4994-b003-385f3fd7d83b} <Debug> TCPHandler: Processed in 0.002467208 sec. | ||
| 2609 | 2024.12.20 22:27:35.172989 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2610 | 2024.12.20 22:27:35.173102 [ 200 ] {be340cd8-3bde-4f05-8e45-9e8a1492ad3b::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 | ||
| 2611 | 2024.12.20 22:27:35.173194 [ 260 ] {80abbd49-e7e8-4480-983e-886251fdb1c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2612 | 2024.12.20 22:27:35.173317 [ 260 ] {80abbd49-e7e8-4480-983e-886251fdb1c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2613 | 2024.12.20 22:27:35.173661 [ 200 ] {be340cd8-3bde-4f05-8e45-9e8a1492ad3b::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2614 | 2024.12.20 22:27:35.173754 [ 200 ] {be340cd8-3bde-4f05-8e45-9e8a1492ad3b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 1396 rows starting from the beginning of the part | ||
| 2615 | 2024.12.20 22:27:35.174107 [ 200 ] {be340cd8-3bde-4f05-8e45-9e8a1492ad3b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 255 rows starting from the beginning of the part | ||
| 2616 | 2024.12.20 22:27:35.174445 [ 200 ] {be340cd8-3bde-4f05-8e45-9e8a1492ad3b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 86 rows starting from the beginning of the part | ||
| 2617 | 2024.12.20 22:27:35.174948 [ 200 ] {be340cd8-3bde-4f05-8e45-9e8a1492ad3b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 258 rows starting from the beginning of the part | ||
| 2618 | 2024.12.20 22:27:35.175287 [ 200 ] {be340cd8-3bde-4f05-8e45-9e8a1492ad3b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 86 rows starting from the beginning of the part | ||
| 2619 | 2024.12.20 22:27:35.175668 [ 200 ] {be340cd8-3bde-4f05-8e45-9e8a1492ad3b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 255 rows starting from the beginning of the part | ||
| 2620 | 2024.12.20 22:27:35.176447 [ 260 ] {80abbd49-e7e8-4480-983e-886251fdb1c8} <Trace> oximeter.fields_u16 (66d17a24-a3a1-42a5-bd94-b86efb1056dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2621 | 2024.12.20 22:27:35.176513 [ 260 ] {80abbd49-e7e8-4480-983e-886251fdb1c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 2622 | 2024.12.20 22:27:35.177507 [ 260 ] {80abbd49-e7e8-4480-983e-886251fdb1c8} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2623 | 2024.12.20 22:27:35.178113 [ 260 ] {80abbd49-e7e8-4480-983e-886251fdb1c8} <Trace> oximeter.fields_u16 (66d17a24-a3a1-42a5-bd94-b86efb1056dd): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2624 | 2024.12.20 22:27:35.178532 [ 260 ] {80abbd49-e7e8-4480-983e-886251fdb1c8} <Debug> executeQuery: Read 33 rows, 2.41 KiB in 0.005383 sec., 6130.41055173695 rows/sec., 447.92 KiB/sec. | ||
| 2625 | 2024.12.20 22:27:35.178639 [ 260 ] {80abbd49-e7e8-4480-983e-886251fdb1c8} <Debug> TCPHandler: Processed in 0.00579289 sec. | ||
| 2626 | 2024.12.20 22:27:35.178819 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2627 | 2024.12.20 22:27:35.179155 [ 262 ] {2f95aef3-1581-4aad-9895-4db58c7e78d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2628 | 2024.12.20 22:27:35.179193 [ 189 ] {be340cd8-3bde-4f05-8e45-9e8a1492ad3b::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2336 rows, containing 5 columns (5 merged, 0 gathered) in 0.006272723 sec., 372406.0507693389 rows/sec., 33.05 MiB/sec. | ||
| 2629 | 2024.12.20 22:27:35.179220 [ 262 ] {2f95aef3-1581-4aad-9895-4db58c7e78d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2630 | 2024.12.20 22:27:35.179639 [ 190 ] {be340cd8-3bde-4f05-8e45-9e8a1492ad3b::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2631 | 2024.12.20 22:27:35.180281 [ 190 ] {be340cd8-3bde-4f05-8e45-9e8a1492ad3b::all_1_16_3} <Trace> oximeter.fields_string (be340cd8-3bde-4f05-8e45-9e8a1492ad3b): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2632 | 2024.12.20 22:27:35.180401 [ 262 ] {2f95aef3-1581-4aad-9895-4db58c7e78d7} <Trace> oximeter.fields_u32 (50de29d4-f6c5-4f7c-8dac-40e276b5b3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2633 | 2024.12.20 22:27:35.180467 [ 190 ] {be340cd8-3bde-4f05-8e45-9e8a1492ad3b::all_1_16_3} <Trace> oximeter.fields_string (be340cd8-3bde-4f05-8e45-9e8a1492ad3b) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2634 | 2024.12.20 22:27:35.180473 [ 262 ] {2f95aef3-1581-4aad-9895-4db58c7e78d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 2635 | 2024.12.20 22:27:35.180660 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.68 MiB. | ||
| 2636 | 2024.12.20 22:27:35.180988 [ 262 ] {2f95aef3-1581-4aad-9895-4db58c7e78d7} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2637 | 2024.12.20 22:27:35.181229 [ 262 ] {2f95aef3-1581-4aad-9895-4db58c7e78d7} <Trace> oximeter.fields_u32 (50de29d4-f6c5-4f7c-8dac-40e276b5b3f8): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2638 | 2024.12.20 22:27:35.181464 [ 262 ] {2f95aef3-1581-4aad-9895-4db58c7e78d7} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002425 sec., 5773.19587628866 rows/sec., 404.32 KiB/sec. | ||
| 2639 | 2024.12.20 22:27:35.181529 [ 262 ] {2f95aef3-1581-4aad-9895-4db58c7e78d7} <Debug> TCPHandler: Processed in 0.002794628 sec. | ||
| 2640 | 2024.12.20 22:27:35.181672 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2641 | 2024.12.20 22:27:35.181792 [ 260 ] {9a7ad2e1-5da5-4820-a401-afb2a64b2fa6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2642 | 2024.12.20 22:27:35.181842 [ 260 ] {9a7ad2e1-5da5-4820-a401-afb2a64b2fa6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2643 | 2024.12.20 22:27:35.182437 [ 260 ] {9a7ad2e1-5da5-4820-a401-afb2a64b2fa6} <Trace> oximeter.fields_u8 (bc6d9fff-42ef-4dc9-9b7c-2f27297e3062): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2644 | 2024.12.20 22:27:35.182479 [ 260 ] {9a7ad2e1-5da5-4820-a401-afb2a64b2fa6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 2645 | 2024.12.20 22:27:35.182848 [ 260 ] {9a7ad2e1-5da5-4820-a401-afb2a64b2fa6} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2646 | 2024.12.20 22:27:35.183092 [ 260 ] {9a7ad2e1-5da5-4820-a401-afb2a64b2fa6} <Trace> oximeter.fields_u8 (bc6d9fff-42ef-4dc9-9b7c-2f27297e3062): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2647 | 2024.12.20 22:27:35.183393 [ 260 ] {9a7ad2e1-5da5-4820-a401-afb2a64b2fa6} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001601 sec., 8119.925046845721 rows/sec., 506.28 KiB/sec. | ||
| 2648 | 2024.12.20 22:27:35.183499 [ 260 ] {9a7ad2e1-5da5-4820-a401-afb2a64b2fa6} <Debug> TCPHandler: Processed in 0.001884912 sec. | ||
| 2649 | 2024.12.20 22:27:35.183666 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2650 | 2024.12.20 22:27:35.183790 [ 262 ] {31d96e31-957e-4f33-bd39-90a29b2f1cc4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2651 | 2024.12.20 22:27:35.183842 [ 262 ] {31d96e31-957e-4f33-bd39-90a29b2f1cc4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2652 | 2024.12.20 22:27:35.184613 [ 262 ] {31d96e31-957e-4f33-bd39-90a29b2f1cc4} <Trace> oximeter.fields_uuid (fb7f0ac5-74a7-4737-ae05-0271c6750327): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2653 | 2024.12.20 22:27:35.184654 [ 262 ] {31d96e31-957e-4f33-bd39-90a29b2f1cc4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 2654 | 2024.12.20 22:27:35.185044 [ 262 ] {31d96e31-957e-4f33-bd39-90a29b2f1cc4} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2655 | 2024.12.20 22:27:35.185278 [ 262 ] {31d96e31-957e-4f33-bd39-90a29b2f1cc4} <Trace> oximeter.fields_uuid (fb7f0ac5-74a7-4737-ae05-0271c6750327): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2656 | 2024.12.20 22:27:35.185446 [ 98 ] {} <Debug> oximeter.fields_uuid (fb7f0ac5-74a7-4737-ae05-0271c6750327) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2657 | 2024.12.20 22:27:35.185506 [ 98 ] {} <Trace> oximeter.fields_uuid (fb7f0ac5-74a7-4737-ae05-0271c6750327): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2658 | 2024.12.20 22:27:35.185532 [ 262 ] {31d96e31-957e-4f33-bd39-90a29b2f1cc4} <Debug> executeQuery: Read 408 rows, 29.76 KiB in 0.001761 sec., 231686.54173764907 rows/sec., 16.51 MiB/sec. | ||
| 2659 | 2024.12.20 22:27:35.185542 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 2660 | 2024.12.20 22:27:35.185698 [ 262 ] {31d96e31-957e-4f33-bd39-90a29b2f1cc4} <Debug> TCPHandler: Processed in 0.002088577 sec. | ||
| 2661 | 2024.12.20 22:27:35.185818 [ 200 ] {fb7f0ac5-74a7-4737-ae05-0271c6750327::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 | ||
| 2662 | 2024.12.20 22:27:35.185902 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2663 | 2024.12.20 22:27:35.185996 [ 200 ] {fb7f0ac5-74a7-4737-ae05-0271c6750327::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2664 | 2024.12.20 22:27:35.186080 [ 200 ] {fb7f0ac5-74a7-4737-ae05-0271c6750327::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 871 rows starting from the beginning of the part | ||
| 2665 | 2024.12.20 22:27:35.186154 [ 260 ] {7683fc91-11f1-43d0-8dc9-ab4367134a5c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 2666 | 2024.12.20 22:27:35.186321 [ 200 ] {fb7f0ac5-74a7-4737-ae05-0271c6750327::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 408 rows starting from the beginning of the part | ||
| 2667 | 2024.12.20 22:27:35.186334 [ 260 ] {7683fc91-11f1-43d0-8dc9-ab4367134a5c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 2668 | 2024.12.20 22:27:35.186818 [ 200 ] {fb7f0ac5-74a7-4737-ae05-0271c6750327::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 92 rows starting from the beginning of the part | ||
| 2669 | 2024.12.20 22:27:35.187097 [ 200 ] {fb7f0ac5-74a7-4737-ae05-0271c6750327::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 414 rows starting from the beginning of the part | ||
| 2670 | 2024.12.20 22:27:35.187444 [ 200 ] {fb7f0ac5-74a7-4737-ae05-0271c6750327::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 79 rows starting from the beginning of the part | ||
| 2671 | 2024.12.20 22:27:35.187789 [ 200 ] {fb7f0ac5-74a7-4737-ae05-0271c6750327::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 408 rows starting from the beginning of the part | ||
| 2672 | 2024.12.20 22:27:35.188762 [ 260 ] {7683fc91-11f1-43d0-8dc9-ab4367134a5c} <Trace> oximeter.measurements_bool (902c9248-495c-4a1f-8676-b52592dc679b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2673 | 2024.12.20 22:27:35.188829 [ 260 ] {7683fc91-11f1-43d0-8dc9-ab4367134a5c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 2674 | 2024.12.20 22:27:35.189853 [ 260 ] {7683fc91-11f1-43d0-8dc9-ab4367134a5c} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2675 | 2024.12.20 22:27:35.190334 [ 260 ] {7683fc91-11f1-43d0-8dc9-ab4367134a5c} <Trace> oximeter.measurements_bool (902c9248-495c-4a1f-8676-b52592dc679b): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2676 | 2024.12.20 22:27:35.190725 [ 260 ] {7683fc91-11f1-43d0-8dc9-ab4367134a5c} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004644 sec., 1291.9896640826873 rows/sec., 67.50 KiB/sec. | ||
| 2677 | 2024.12.20 22:27:35.191047 [ 260 ] {7683fc91-11f1-43d0-8dc9-ab4367134a5c} <Debug> TCPHandler: Processed in 0.005223724 sec. | ||
| 2678 | 2024.12.20 22:27:35.191301 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2679 | 2024.12.20 22:27:35.191342 [ 190 ] {fb7f0ac5-74a7-4737-ae05-0271c6750327::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2272 rows, containing 5 columns (5 merged, 0 gathered) in 0.005645116 sec., 402471.80040233006 rows/sec., 30.61 MiB/sec. | ||
| 2680 | 2024.12.20 22:27:35.191473 [ 262 ] {2bff60dd-ab6d-46f8-9bd5-ac4bdafcc54d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2681 | 2024.12.20 22:27:35.191548 [ 262 ] {2bff60dd-ab6d-46f8-9bd5-ac4bdafcc54d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2682 | 2024.12.20 22:27:35.191643 [ 190 ] {fb7f0ac5-74a7-4737-ae05-0271c6750327::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2683 | 2024.12.20 22:27:35.192218 [ 190 ] {fb7f0ac5-74a7-4737-ae05-0271c6750327::all_1_16_3} <Trace> oximeter.fields_uuid (fb7f0ac5-74a7-4737-ae05-0271c6750327): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2684 | 2024.12.20 22:27:35.192422 [ 190 ] {fb7f0ac5-74a7-4737-ae05-0271c6750327::all_1_16_3} <Trace> oximeter.fields_uuid (fb7f0ac5-74a7-4737-ae05-0271c6750327) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2685 | 2024.12.20 22:27:35.192590 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.54 MiB. | ||
| 2686 | 2024.12.20 22:27:35.192763 [ 262 ] {2bff60dd-ab6d-46f8-9bd5-ac4bdafcc54d} <Trace> oximeter.measurements_cumulativeu64 (2e833ed7-efb3-49ee-873b-fe7dc1d5762e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2687 | 2024.12.20 22:27:35.192810 [ 262 ] {2bff60dd-ab6d-46f8-9bd5-ac4bdafcc54d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 2688 | 2024.12.20 22:27:35.193266 [ 262 ] {2bff60dd-ab6d-46f8-9bd5-ac4bdafcc54d} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2689 | 2024.12.20 22:27:35.193526 [ 262 ] {2bff60dd-ab6d-46f8-9bd5-ac4bdafcc54d} <Trace> oximeter.measurements_cumulativeu64 (2e833ed7-efb3-49ee-873b-fe7dc1d5762e): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2690 | 2024.12.20 22:27:35.193689 [ 98 ] {} <Debug> oximeter.measurements_cumulativeu64 (2e833ed7-efb3-49ee-873b-fe7dc1d5762e) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2691 | 2024.12.20 22:27:35.193763 [ 98 ] {} <Trace> oximeter.measurements_cumulativeu64 (2e833ed7-efb3-49ee-873b-fe7dc1d5762e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2692 | 2024.12.20 22:27:35.193791 [ 262 ] {2bff60dd-ab6d-46f8-9bd5-ac4bdafcc54d} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002338 sec., 101368.69118905049 rows/sec., 6.79 MiB/sec. | ||
| 2693 | 2024.12.20 22:27:35.193807 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 2694 | 2024.12.20 22:27:35.193965 [ 262 ] {2bff60dd-ab6d-46f8-9bd5-ac4bdafcc54d} <Debug> TCPHandler: Processed in 0.002798527 sec. | ||
| 2695 | 2024.12.20 22:27:35.194021 [ 189 ] {2e833ed7-efb3-49ee-873b-fe7dc1d5762e::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 | ||
| 2696 | 2024.12.20 22:27:35.194155 [ 189 ] {2e833ed7-efb3-49ee-873b-fe7dc1d5762e::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2697 | 2024.12.20 22:27:35.194165 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2698 | 2024.12.20 22:27:35.194195 [ 189 ] {2e833ed7-efb3-49ee-873b-fe7dc1d5762e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 4447 rows starting from the beginning of the part | ||
| 2699 | 2024.12.20 22:27:35.194416 [ 189 ] {2e833ed7-efb3-49ee-873b-fe7dc1d5762e::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 | ||
| 2700 | 2024.12.20 22:27:35.194507 [ 260 ] {4e9bac79-97ad-4aa7-86bb-bb34333dfb43} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 2701 | 2024.12.20 22:27:35.194800 [ 189 ] {2e833ed7-efb3-49ee-873b-fe7dc1d5762e::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 | ||
| 2702 | 2024.12.20 22:27:35.194814 [ 260 ] {4e9bac79-97ad-4aa7-86bb-bb34333dfb43} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 2703 | 2024.12.20 22:27:35.195188 [ 189 ] {2e833ed7-efb3-49ee-873b-fe7dc1d5762e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 240 rows starting from the beginning of the part | ||
| 2704 | 2024.12.20 22:27:35.195512 [ 189 ] {2e833ed7-efb3-49ee-873b-fe7dc1d5762e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 160 rows starting from the beginning of the part | ||
| 2705 | 2024.12.20 22:27:35.195856 [ 189 ] {2e833ed7-efb3-49ee-873b-fe7dc1d5762e::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 237 rows starting from the beginning of the part | ||
| 2706 | 2024.12.20 22:27:35.197041 [ 260 ] {4e9bac79-97ad-4aa7-86bb-bb34333dfb43} <Trace> oximeter.measurements_f64 (24a8fd20-3063-40e7-bd7e-0a899ffef70a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2707 | 2024.12.20 22:27:35.197104 [ 260 ] {4e9bac79-97ad-4aa7-86bb-bb34333dfb43} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 2708 | 2024.12.20 22:27:35.198013 [ 260 ] {4e9bac79-97ad-4aa7-86bb-bb34333dfb43} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 2709 | 2024.12.20 22:27:35.198509 [ 260 ] {4e9bac79-97ad-4aa7-86bb-bb34333dfb43} <Trace> oximeter.measurements_f64 (24a8fd20-3063-40e7-bd7e-0a899ffef70a): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2710 | 2024.12.20 22:27:35.198819 [ 260 ] {4e9bac79-97ad-4aa7-86bb-bb34333dfb43} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004424 sec., 226.03978300180833 rows/sec., 15.23 KiB/sec. | ||
| 2711 | 2024.12.20 22:27:35.198908 [ 260 ] {4e9bac79-97ad-4aa7-86bb-bb34333dfb43} <Debug> TCPHandler: Processed in 0.004833153 sec. | ||
| 2712 | 2024.12.20 22:27:35.199159 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2713 | 2024.12.20 22:27:35.199274 [ 262 ] {d896ca0d-73a4-40b7-b212-3af41b95ee5b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2714 | 2024.12.20 22:27:35.199352 [ 262 ] {d896ca0d-73a4-40b7-b212-3af41b95ee5b} <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 | ||
| 2715 | 2024.12.20 22:27:35.200094 [ 189 ] {2e833ed7-efb3-49ee-873b-fe7dc1d5762e::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 5481 rows, containing 5 columns (5 merged, 0 gathered) in 0.00615814 sec., 890041.4735618222 rows/sec., 60.14 MiB/sec. | ||
| 2716 | 2024.12.20 22:27:35.200730 [ 190 ] {2e833ed7-efb3-49ee-873b-fe7dc1d5762e::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2717 | 2024.12.20 22:27:35.200993 [ 262 ] {d896ca0d-73a4-40b7-b212-3af41b95ee5b} <Trace> oximeter.measurements_histogramu64 (cfe0444f-6b19-4855-b696-cc295685d98f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2718 | 2024.12.20 22:27:35.201055 [ 262 ] {d896ca0d-73a4-40b7-b212-3af41b95ee5b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 2719 | 2024.12.20 22:27:35.201428 [ 190 ] {2e833ed7-efb3-49ee-873b-fe7dc1d5762e::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (2e833ed7-efb3-49ee-873b-fe7dc1d5762e): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2720 | 2024.12.20 22:27:35.201600 [ 190 ] {2e833ed7-efb3-49ee-873b-fe7dc1d5762e::all_1_16_3} <Trace> oximeter.measurements_cumulativeu64 (2e833ed7-efb3-49ee-873b-fe7dc1d5762e) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2721 | 2024.12.20 22:27:35.201769 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.28 MiB. | ||
| 2722 | 2024.12.20 22:27:35.202171 [ 262 ] {d896ca0d-73a4-40b7-b212-3af41b95ee5b} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2723 | 2024.12.20 22:27:35.202436 [ 262 ] {d896ca0d-73a4-40b7-b212-3af41b95ee5b} <Trace> oximeter.measurements_histogramu64 (cfe0444f-6b19-4855-b696-cc295685d98f): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2724 | 2024.12.20 22:27:35.202681 [ 262 ] {d896ca0d-73a4-40b7-b212-3af41b95ee5b} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.00343 sec., 7580.174927113703 rows/sec., 13.58 MiB/sec. | ||
| 2725 | 2024.12.20 22:27:35.202787 [ 262 ] {d896ca0d-73a4-40b7-b212-3af41b95ee5b} <Debug> TCPHandler: Processed in 0.003683031 sec. | ||
| 2726 | 2024.12.20 22:27:35.202963 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2727 | 2024.12.20 22:27:35.203108 [ 260 ] {514381b0-a4b8-4843-9f4d-a31018cff6ca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2728 | 2024.12.20 22:27:35.203170 [ 260 ] {514381b0-a4b8-4843-9f4d-a31018cff6ca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2729 | 2024.12.20 22:27:35.203750 [ 260 ] {514381b0-a4b8-4843-9f4d-a31018cff6ca} <Trace> oximeter.measurements_u64 (b5f8915a-997f-4944-a48b-a878169c21e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2730 | 2024.12.20 22:27:35.203790 [ 260 ] {514381b0-a4b8-4843-9f4d-a31018cff6ca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 2731 | 2024.12.20 22:27:35.204174 [ 260 ] {514381b0-a4b8-4843-9f4d-a31018cff6ca} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 2732 | 2024.12.20 22:27:35.204412 [ 260 ] {514381b0-a4b8-4843-9f4d-a31018cff6ca} <Trace> oximeter.measurements_u64 (b5f8915a-997f-4944-a48b-a878169c21e0): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2733 | 2024.12.20 22:27:35.204579 [ 98 ] {} <Debug> oximeter.measurements_u64 (b5f8915a-997f-4944-a48b-a878169c21e0) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 2734 | 2024.12.20 22:27:35.204642 [ 98 ] {} <Trace> oximeter.measurements_u64 (b5f8915a-997f-4944-a48b-a878169c21e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2735 | 2024.12.20 22:27:35.204670 [ 98 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.14 GiB. | ||
| 2736 | 2024.12.20 22:27:35.204687 [ 260 ] {514381b0-a4b8-4843-9f4d-a31018cff6ca} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001606 sec., 51058.530510585304 rows/sec., 3.24 MiB/sec. | ||
| 2737 | 2024.12.20 22:27:35.204923 [ 260 ] {514381b0-a4b8-4843-9f4d-a31018cff6ca} <Debug> TCPHandler: Processed in 0.002026216 sec. | ||
| 2738 | 2024.12.20 22:27:35.204955 [ 196 ] {b5f8915a-997f-4944-a48b-a878169c21e0::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 | ||
| 2739 | 2024.12.20 22:27:35.205133 [ 196 ] {b5f8915a-997f-4944-a48b-a878169c21e0::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2740 | 2024.12.20 22:27:35.205173 [ 196 ] {b5f8915a-997f-4944-a48b-a878169c21e0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 520 rows starting from the beginning of the part | ||
| 2741 | 2024.12.20 22:27:35.205301 [ 196 ] {b5f8915a-997f-4944-a48b-a878169c21e0::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 | ||
| 2742 | 2024.12.20 22:27:35.205463 [ 196 ] {b5f8915a-997f-4944-a48b-a878169c21e0::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 | ||
| 2743 | 2024.12.20 22:27:35.205699 [ 196 ] {b5f8915a-997f-4944-a48b-a878169c21e0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 82 rows starting from the beginning of the part | ||
| 2744 | 2024.12.20 22:27:35.205794 [ 196 ] {b5f8915a-997f-4944-a48b-a878169c21e0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 60 rows starting from the beginning of the part | ||
| 2745 | 2024.12.20 22:27:35.206024 [ 196 ] {b5f8915a-997f-4944-a48b-a878169c21e0::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 82 rows starting from the beginning of the part | ||
| 2746 | 2024.12.20 22:27:35.207267 [ 189 ] {b5f8915a-997f-4944-a48b-a878169c21e0::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 886 rows, containing 4 columns (4 merged, 0 gathered) in 0.002500069 sec., 354390.2188299603 rows/sec., 23.33 MiB/sec. | ||
| 2747 | 2024.12.20 22:27:35.207436 [ 196 ] {b5f8915a-997f-4944-a48b-a878169c21e0::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 2748 | 2024.12.20 22:27:35.207726 [ 196 ] {b5f8915a-997f-4944-a48b-a878169c21e0::all_1_16_3} <Trace> oximeter.measurements_u64 (b5f8915a-997f-4944-a48b-a878169c21e0): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2749 | 2024.12.20 22:27:35.207809 [ 196 ] {b5f8915a-997f-4944-a48b-a878169c21e0::all_1_16_3} <Trace> oximeter.measurements_u64 (b5f8915a-997f-4944-a48b-a878169c21e0) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 2750 | 2024.12.20 22:27:35.207892 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. | ||
| 2751 | 2024.12.20 22:27:37.780941 [ 105 ] {} <Debug> oximeter.timeseries_schema (766dfe1e-87a5-4910-afd3-6e48fd3978ee) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2752 | 2024.12.20 22:27:37.781027 [ 105 ] {} <Trace> oximeter.timeseries_schema (766dfe1e-87a5-4910-afd3-6e48fd3978ee): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2753 | 2024.12.20 22:27:37.781055 [ 105 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 2754 | 2024.12.20 22:27:37.781408 [ 187 ] {766dfe1e-87a5-4910-afd3-6e48fd3978ee::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 | ||
| 2755 | 2024.12.20 22:27:37.781854 [ 187 ] {766dfe1e-87a5-4910-afd3-6e48fd3978ee::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2756 | 2024.12.20 22:27:37.781900 [ 187 ] {766dfe1e-87a5-4910-afd3-6e48fd3978ee::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 | ||
| 2757 | 2024.12.20 22:27:37.782024 [ 187 ] {766dfe1e-87a5-4910-afd3-6e48fd3978ee::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 | ||
| 2758 | 2024.12.20 22:27:37.782160 [ 187 ] {766dfe1e-87a5-4910-afd3-6e48fd3978ee::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 16 rows starting from the beginning of the part | ||
| 2759 | 2024.12.20 22:27:37.782327 [ 187 ] {766dfe1e-87a5-4910-afd3-6e48fd3978ee::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 6 rows starting from the beginning of the part | ||
| 2760 | 2024.12.20 22:27:37.782458 [ 187 ] {766dfe1e-87a5-4910-afd3-6e48fd3978ee::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 | ||
| 2761 | 2024.12.20 22:27:37.784703 [ 187 ] {766dfe1e-87a5-4910-afd3-6e48fd3978ee::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 42 rows, containing 6 columns (6 merged, 0 gathered) in 0.003550607 sec., 11828.963329368753 rows/sec., 1.95 MiB/sec. | ||
| 2762 | 2024.12.20 22:27:37.784905 [ 189 ] {766dfe1e-87a5-4910-afd3-6e48fd3978ee::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2763 | 2024.12.20 22:27:37.785373 [ 189 ] {766dfe1e-87a5-4910-afd3-6e48fd3978ee::all_1_5_1} <Trace> oximeter.timeseries_schema (766dfe1e-87a5-4910-afd3-6e48fd3978ee): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2764 | 2024.12.20 22:27:37.785464 [ 189 ] {766dfe1e-87a5-4910-afd3-6e48fd3978ee::all_1_5_1} <Trace> oximeter.timeseries_schema (766dfe1e-87a5-4910-afd3-6e48fd3978ee) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2765 | 2024.12.20 22:27:37.785567 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.38 MiB. | ||
| 2766 | 2024.12.20 22:27:38.372056 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2767 | 2024.12.20 22:27:38.372245 [ 260 ] {86da7c7f-147d-44b4-827b-03fab8df0f7a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 2768 | 2024.12.20 22:27:38.372321 [ 260 ] {86da7c7f-147d-44b4-827b-03fab8df0f7a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 2769 | 2024.12.20 22:27:38.373077 [ 260 ] {86da7c7f-147d-44b4-827b-03fab8df0f7a} <Trace> oximeter.fields_ipaddr (6efd1947-dbb6-4524-99d7-af0451dd6934): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2770 | 2024.12.20 22:27:38.373132 [ 260 ] {86da7c7f-147d-44b4-827b-03fab8df0f7a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 2771 | 2024.12.20 22:27:38.373559 [ 260 ] {86da7c7f-147d-44b4-827b-03fab8df0f7a} <Trace> MergedBlockOutputStream: filled checksums all_2_2_0 (state Temporary) | ||
| 2772 | 2024.12.20 22:27:38.373819 [ 260 ] {86da7c7f-147d-44b4-827b-03fab8df0f7a} <Trace> oximeter.fields_ipaddr (6efd1947-dbb6-4524-99d7-af0451dd6934): Renaming temporary part tmp_insert_all_2_2_0 to all_2_2_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2773 | 2024.12.20 22:27:38.374079 [ 260 ] {86da7c7f-147d-44b4-827b-03fab8df0f7a} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001883 sec., 2124.2697822623472 rows/sec., 173.22 KiB/sec. | ||
| 2774 | 2024.12.20 22:27:38.374208 [ 260 ] {86da7c7f-147d-44b4-827b-03fab8df0f7a} <Debug> TCPHandler: Processed in 0.002283953 sec. | ||
| 2775 | 2024.12.20 22:27:38.374485 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2776 | 2024.12.20 22:27:38.374668 [ 262 ] {901ad810-4ebf-43a0-bd26-e6020b09f9a6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2777 | 2024.12.20 22:27:38.374738 [ 262 ] {901ad810-4ebf-43a0-bd26-e6020b09f9a6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2778 | 2024.12.20 22:27:38.376110 [ 262 ] {901ad810-4ebf-43a0-bd26-e6020b09f9a6} <Trace> oximeter.fields_string (be340cd8-3bde-4f05-8e45-9e8a1492ad3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2779 | 2024.12.20 22:27:38.376154 [ 262 ] {901ad810-4ebf-43a0-bd26-e6020b09f9a6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 2780 | 2024.12.20 22:27:38.376672 [ 262 ] {901ad810-4ebf-43a0-bd26-e6020b09f9a6} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2781 | 2024.12.20 22:27:38.376928 [ 262 ] {901ad810-4ebf-43a0-bd26-e6020b09f9a6} <Trace> oximeter.fields_string (be340cd8-3bde-4f05-8e45-9e8a1492ad3b): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2782 | 2024.12.20 22:27:38.377213 [ 262 ] {901ad810-4ebf-43a0-bd26-e6020b09f9a6} <Debug> executeQuery: Read 1230 rows, 104.14 KiB in 0.002595 sec., 473988.43930635834 rows/sec., 39.19 MiB/sec. | ||
| 2783 | 2024.12.20 22:27:38.377458 [ 262 ] {901ad810-4ebf-43a0-bd26-e6020b09f9a6} <Debug> TCPHandler: Processed in 0.003095286 sec. | ||
| 2784 | 2024.12.20 22:27:38.377641 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2785 | 2024.12.20 22:27:38.377782 [ 260 ] {81126115-dd5f-4d30-b81a-ce8bf801bfa9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2786 | 2024.12.20 22:27:38.377835 [ 260 ] {81126115-dd5f-4d30-b81a-ce8bf801bfa9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2787 | 2024.12.20 22:27:38.378456 [ 260 ] {81126115-dd5f-4d30-b81a-ce8bf801bfa9} <Trace> oximeter.fields_u16 (66d17a24-a3a1-42a5-bd94-b86efb1056dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2788 | 2024.12.20 22:27:38.378498 [ 260 ] {81126115-dd5f-4d30-b81a-ce8bf801bfa9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 2789 | 2024.12.20 22:27:38.378868 [ 260 ] {81126115-dd5f-4d30-b81a-ce8bf801bfa9} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2790 | 2024.12.20 22:27:38.379105 [ 260 ] {81126115-dd5f-4d30-b81a-ce8bf801bfa9} <Trace> oximeter.fields_u16 (66d17a24-a3a1-42a5-bd94-b86efb1056dd): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2791 | 2024.12.20 22:27:38.379330 [ 260 ] {81126115-dd5f-4d30-b81a-ce8bf801bfa9} <Debug> executeQuery: Read 20 rows, 1.48 KiB in 0.001578 sec., 12674.271229404309 rows/sec., 939.43 KiB/sec. | ||
| 2792 | 2024.12.20 22:27:38.379387 [ 260 ] {81126115-dd5f-4d30-b81a-ce8bf801bfa9} <Debug> TCPHandler: Processed in 0.00181512 sec. | ||
| 2793 | 2024.12.20 22:27:38.379544 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2794 | 2024.12.20 22:27:38.379668 [ 262 ] {0ca34561-8990-456b-9b1e-14b2f81ab644} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2795 | 2024.12.20 22:27:38.379720 [ 262 ] {0ca34561-8990-456b-9b1e-14b2f81ab644} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2796 | 2024.12.20 22:27:38.380390 [ 262 ] {0ca34561-8990-456b-9b1e-14b2f81ab644} <Trace> oximeter.fields_u32 (50de29d4-f6c5-4f7c-8dac-40e276b5b3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2797 | 2024.12.20 22:27:38.380431 [ 262 ] {0ca34561-8990-456b-9b1e-14b2f81ab644} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 2798 | 2024.12.20 22:27:38.380834 [ 262 ] {0ca34561-8990-456b-9b1e-14b2f81ab644} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 2799 | 2024.12.20 22:27:38.381074 [ 262 ] {0ca34561-8990-456b-9b1e-14b2f81ab644} <Trace> oximeter.fields_u32 (50de29d4-f6c5-4f7c-8dac-40e276b5b3f8): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2800 | 2024.12.20 22:27:38.381235 [ 78 ] {} <Debug> oximeter.fields_u32 (50de29d4-f6c5-4f7c-8dac-40e276b5b3f8) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 2801 | 2024.12.20 22:27:38.381304 [ 262 ] {0ca34561-8990-456b-9b1e-14b2f81ab644} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001663 sec., 137101.6235718581 rows/sec., 9.28 MiB/sec. | ||
| 2802 | 2024.12.20 22:27:38.381332 [ 78 ] {} <Trace> oximeter.fields_u32 (50de29d4-f6c5-4f7c-8dac-40e276b5b3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2803 | 2024.12.20 22:27:38.381404 [ 78 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 2804 | 2024.12.20 22:27:38.381433 [ 262 ] {0ca34561-8990-456b-9b1e-14b2f81ab644} <Debug> TCPHandler: Processed in 0.001948314 sec. | ||
| 2805 | 2024.12.20 22:27:38.381698 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2806 | 2024.12.20 22:27:38.381963 [ 198 ] {50de29d4-f6c5-4f7c-8dac-40e276b5b3f8::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 | ||
| 2807 | 2024.12.20 22:27:38.382017 [ 260 ] {665b5932-4253-421e-9390-8af756de2987} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2808 | 2024.12.20 22:27:38.382117 [ 260 ] {665b5932-4253-421e-9390-8af756de2987} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2809 | 2024.12.20 22:27:38.382309 [ 198 ] {50de29d4-f6c5-4f7c-8dac-40e276b5b3f8::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2810 | 2024.12.20 22:27:38.382402 [ 198 ] {50de29d4-f6c5-4f7c-8dac-40e276b5b3f8::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 | ||
| 2811 | 2024.12.20 22:27:38.382694 [ 198 ] {50de29d4-f6c5-4f7c-8dac-40e276b5b3f8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 228 rows starting from the beginning of the part | ||
| 2812 | 2024.12.20 22:27:38.383142 [ 198 ] {50de29d4-f6c5-4f7c-8dac-40e276b5b3f8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 14 rows starting from the beginning of the part | ||
| 2813 | 2024.12.20 22:27:38.383599 [ 198 ] {50de29d4-f6c5-4f7c-8dac-40e276b5b3f8::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 | ||
| 2814 | 2024.12.20 22:27:38.383855 [ 198 ] {50de29d4-f6c5-4f7c-8dac-40e276b5b3f8::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 | ||
| 2815 | 2024.12.20 22:27:38.383979 [ 198 ] {50de29d4-f6c5-4f7c-8dac-40e276b5b3f8::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 228 rows starting from the beginning of the part | ||
| 2816 | 2024.12.20 22:27:38.385118 [ 260 ] {665b5932-4253-421e-9390-8af756de2987} <Trace> oximeter.fields_uuid (fb7f0ac5-74a7-4737-ae05-0271c6750327): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2817 | 2024.12.20 22:27:38.385179 [ 260 ] {665b5932-4253-421e-9390-8af756de2987} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 2818 | 2024.12.20 22:27:38.386344 [ 260 ] {665b5932-4253-421e-9390-8af756de2987} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2819 | 2024.12.20 22:27:38.386628 [ 189 ] {50de29d4-f6c5-4f7c-8dac-40e276b5b3f8::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 513 rows, containing 5 columns (5 merged, 0 gathered) in 0.005118762 sec., 100219.54527286091 rows/sec., 7.18 MiB/sec. | ||
| 2820 | 2024.12.20 22:27:38.386832 [ 260 ] {665b5932-4253-421e-9390-8af756de2987} <Trace> oximeter.fields_uuid (fb7f0ac5-74a7-4737-ae05-0271c6750327): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2821 | 2024.12.20 22:27:38.386842 [ 198 ] {50de29d4-f6c5-4f7c-8dac-40e276b5b3f8::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 2822 | 2024.12.20 22:27:38.387215 [ 260 ] {665b5932-4253-421e-9390-8af756de2987} <Debug> executeQuery: Read 540 rows, 41.01 KiB in 0.00527 sec., 102466.79316888045 rows/sec., 7.60 MiB/sec. | ||
| 2823 | 2024.12.20 22:27:38.387364 [ 260 ] {665b5932-4253-421e-9390-8af756de2987} <Debug> TCPHandler: Processed in 0.005824591 sec. | ||
| 2824 | 2024.12.20 22:27:38.387449 [ 203 ] {50de29d4-f6c5-4f7c-8dac-40e276b5b3f8::all_1_6_1} <Trace> oximeter.fields_u32 (50de29d4-f6c5-4f7c-8dac-40e276b5b3f8): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2825 | 2024.12.20 22:27:38.387558 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2826 | 2024.12.20 22:27:38.387607 [ 203 ] {50de29d4-f6c5-4f7c-8dac-40e276b5b3f8::all_1_6_1} <Trace> oximeter.fields_u32 (50de29d4-f6c5-4f7c-8dac-40e276b5b3f8) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 2827 | 2024.12.20 22:27:38.387745 [ 262 ] {0f707aed-9eed-4fc3-85db-dfbd01d4a972} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2828 | 2024.12.20 22:27:38.387770 [ 203 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 2829 | 2024.12.20 22:27:38.387825 [ 262 ] {0f707aed-9eed-4fc3-85db-dfbd01d4a972} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2830 | 2024.12.20 22:27:38.388679 [ 262 ] {0f707aed-9eed-4fc3-85db-dfbd01d4a972} <Trace> oximeter.measurements_cumulativeu64 (2e833ed7-efb3-49ee-873b-fe7dc1d5762e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2831 | 2024.12.20 22:27:38.388721 [ 262 ] {0f707aed-9eed-4fc3-85db-dfbd01d4a972} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 2832 | 2024.12.20 22:27:38.389199 [ 262 ] {0f707aed-9eed-4fc3-85db-dfbd01d4a972} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2833 | 2024.12.20 22:27:38.389446 [ 262 ] {0f707aed-9eed-4fc3-85db-dfbd01d4a972} <Trace> oximeter.measurements_cumulativeu64 (2e833ed7-efb3-49ee-873b-fe7dc1d5762e): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2834 | 2024.12.20 22:27:38.389717 [ 262 ] {0f707aed-9eed-4fc3-85db-dfbd01d4a972} <Debug> executeQuery: Read 964 rows, 66.24 KiB in 0.00205 sec., 470243.90243902436 rows/sec., 31.55 MiB/sec. | ||
| 2835 | 2024.12.20 22:27:38.389920 [ 262 ] {0f707aed-9eed-4fc3-85db-dfbd01d4a972} <Debug> TCPHandler: Processed in 0.002444147 sec. | ||
| 2836 | 2024.12.20 22:27:38.390089 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2837 | 2024.12.20 22:27:38.390232 [ 260 ] {23cefd9e-fb88-4bd1-930e-5a429bb9a4b5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 2838 | 2024.12.20 22:27:38.390325 [ 260 ] {23cefd9e-fb88-4bd1-930e-5a429bb9a4b5} <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 | ||
| 2839 | 2024.12.20 22:27:38.391593 [ 260 ] {23cefd9e-fb88-4bd1-930e-5a429bb9a4b5} <Trace> oximeter.measurements_histogramu64 (cfe0444f-6b19-4855-b696-cc295685d98f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2840 | 2024.12.20 22:27:38.391635 [ 260 ] {23cefd9e-fb88-4bd1-930e-5a429bb9a4b5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 2841 | 2024.12.20 22:27:38.392290 [ 260 ] {23cefd9e-fb88-4bd1-930e-5a429bb9a4b5} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 2842 | 2024.12.20 22:27:38.392558 [ 260 ] {23cefd9e-fb88-4bd1-930e-5a429bb9a4b5} <Trace> oximeter.measurements_histogramu64 (cfe0444f-6b19-4855-b696-cc295685d98f): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2843 | 2024.12.20 22:27:38.392810 [ 260 ] {23cefd9e-fb88-4bd1-930e-5a429bb9a4b5} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.00261 sec., 6130.268199233717 rows/sec., 10.99 MiB/sec. | ||
| 2844 | 2024.12.20 22:27:38.392925 [ 260 ] {23cefd9e-fb88-4bd1-930e-5a429bb9a4b5} <Debug> TCPHandler: Processed in 0.002905 sec. | ||
| 2845 | 2024.12.20 22:27:38.393083 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2846 | 2024.12.20 22:27:38.393199 [ 262 ] {b80b65ee-bc2c-4d39-907a-25f650ecacd1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2847 | 2024.12.20 22:27:38.393250 [ 262 ] {b80b65ee-bc2c-4d39-907a-25f650ecacd1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2848 | 2024.12.20 22:27:38.393737 [ 262 ] {b80b65ee-bc2c-4d39-907a-25f650ecacd1} <Trace> oximeter.measurements_u64 (b5f8915a-997f-4944-a48b-a878169c21e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2849 | 2024.12.20 22:27:38.393777 [ 262 ] {b80b65ee-bc2c-4d39-907a-25f650ecacd1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 2850 | 2024.12.20 22:27:38.394137 [ 262 ] {b80b65ee-bc2c-4d39-907a-25f650ecacd1} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 2851 | 2024.12.20 22:27:38.394369 [ 262 ] {b80b65ee-bc2c-4d39-907a-25f650ecacd1} <Trace> oximeter.measurements_u64 (b5f8915a-997f-4944-a48b-a878169c21e0): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2852 | 2024.12.20 22:27:38.394584 [ 262 ] {b80b65ee-bc2c-4d39-907a-25f650ecacd1} <Debug> executeQuery: Read 42 rows, 2.91 KiB in 0.00141 sec., 29787.23404255319 rows/sec., 2.01 MiB/sec. | ||
| 2853 | 2024.12.20 22:27:38.394637 [ 262 ] {b80b65ee-bc2c-4d39-907a-25f650ecacd1} <Debug> TCPHandler: Processed in 0.001608895 sec. | ||
| 2854 | 2024.12.20 22:27:40.157592 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2855 | 2024.12.20 22:27:40.157812 [ 260 ] {a0a9db98-a08c-47ea-a3e8-71bac1b8a272} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2856 | 2024.12.20 22:27:40.157908 [ 260 ] {a0a9db98-a08c-47ea-a3e8-71bac1b8a272} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2857 | 2024.12.20 22:27:40.158707 [ 260 ] {a0a9db98-a08c-47ea-a3e8-71bac1b8a272} <Trace> oximeter.fields_string (be340cd8-3bde-4f05-8e45-9e8a1492ad3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2858 | 2024.12.20 22:27:40.158758 [ 260 ] {a0a9db98-a08c-47ea-a3e8-71bac1b8a272} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 2859 | 2024.12.20 22:27:40.159192 [ 260 ] {a0a9db98-a08c-47ea-a3e8-71bac1b8a272} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 2860 | 2024.12.20 22:27:40.159457 [ 260 ] {a0a9db98-a08c-47ea-a3e8-71bac1b8a272} <Trace> oximeter.fields_string (be340cd8-3bde-4f05-8e45-9e8a1492ad3b): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2861 | 2024.12.20 22:27:40.159699 [ 260 ] {a0a9db98-a08c-47ea-a3e8-71bac1b8a272} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001952 sec., 28688.524590163935 rows/sec., 2.20 MiB/sec. | ||
| 2862 | 2024.12.20 22:27:40.159769 [ 260 ] {a0a9db98-a08c-47ea-a3e8-71bac1b8a272} <Debug> TCPHandler: Processed in 0.002316824 sec. | ||
| 2863 | 2024.12.20 22:27:40.160021 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2864 | 2024.12.20 22:27:40.160211 [ 262 ] {e95098d0-db57-44c1-a24f-1d36cdb1e5f6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2865 | 2024.12.20 22:27:40.160285 [ 262 ] {e95098d0-db57-44c1-a24f-1d36cdb1e5f6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2866 | 2024.12.20 22:27:40.161036 [ 262 ] {e95098d0-db57-44c1-a24f-1d36cdb1e5f6} <Trace> oximeter.fields_uuid (fb7f0ac5-74a7-4737-ae05-0271c6750327): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2867 | 2024.12.20 22:27:40.161088 [ 262 ] {e95098d0-db57-44c1-a24f-1d36cdb1e5f6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 2868 | 2024.12.20 22:27:40.161529 [ 262 ] {e95098d0-db57-44c1-a24f-1d36cdb1e5f6} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 2869 | 2024.12.20 22:27:40.161809 [ 262 ] {e95098d0-db57-44c1-a24f-1d36cdb1e5f6} <Trace> oximeter.fields_uuid (fb7f0ac5-74a7-4737-ae05-0271c6750327): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2870 | 2024.12.20 22:27:40.162063 [ 262 ] {e95098d0-db57-44c1-a24f-1d36cdb1e5f6} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001904 sec., 33613.44537815126 rows/sec., 2.62 MiB/sec. | ||
| 2871 | 2024.12.20 22:27:40.162130 [ 262 ] {e95098d0-db57-44c1-a24f-1d36cdb1e5f6} <Debug> TCPHandler: Processed in 0.002236991 sec. | ||
| 2872 | 2024.12.20 22:27:40.162287 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2873 | 2024.12.20 22:27:40.162436 [ 260 ] {8ee5d357-8f99-4215-a26f-f42aeff6de63} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 2874 | 2024.12.20 22:27:40.162501 [ 260 ] {8ee5d357-8f99-4215-a26f-f42aeff6de63} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 2875 | 2024.12.20 22:27:40.163087 [ 260 ] {8ee5d357-8f99-4215-a26f-f42aeff6de63} <Trace> oximeter.measurements_cumulativeu64 (2e833ed7-efb3-49ee-873b-fe7dc1d5762e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2876 | 2024.12.20 22:27:40.163131 [ 260 ] {8ee5d357-8f99-4215-a26f-f42aeff6de63} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 2877 | 2024.12.20 22:27:40.163527 [ 260 ] {8ee5d357-8f99-4215-a26f-f42aeff6de63} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 2878 | 2024.12.20 22:27:40.163763 [ 260 ] {8ee5d357-8f99-4215-a26f-f42aeff6de63} <Trace> oximeter.measurements_cumulativeu64 (2e833ed7-efb3-49ee-873b-fe7dc1d5762e): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2879 | 2024.12.20 22:27:40.163986 [ 260 ] {8ee5d357-8f99-4215-a26f-f42aeff6de63} <Debug> executeQuery: Read 44 rows, 3.14 KiB in 0.001588 sec., 27707.80856423174 rows/sec., 1.93 MiB/sec. | ||
| 2880 | 2024.12.20 22:27:40.164047 [ 260 ] {8ee5d357-8f99-4215-a26f-f42aeff6de63} <Debug> TCPHandler: Processed in 0.00182711 sec. | ||
| 2881 | 2024.12.20 22:27:40.164190 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2882 | 2024.12.20 22:27:40.164314 [ 262 ] {0f4dfbd5-47a4-4d9c-9488-06a89ebf34f5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 2883 | 2024.12.20 22:27:40.164369 [ 262 ] {0f4dfbd5-47a4-4d9c-9488-06a89ebf34f5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 2884 | 2024.12.20 22:27:40.164855 [ 262 ] {0f4dfbd5-47a4-4d9c-9488-06a89ebf34f5} <Trace> oximeter.measurements_u64 (b5f8915a-997f-4944-a48b-a878169c21e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2885 | 2024.12.20 22:27:40.164896 [ 262 ] {0f4dfbd5-47a4-4d9c-9488-06a89ebf34f5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 2886 | 2024.12.20 22:27:40.165275 [ 262 ] {0f4dfbd5-47a4-4d9c-9488-06a89ebf34f5} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 2887 | 2024.12.20 22:27:40.165520 [ 262 ] {0f4dfbd5-47a4-4d9c-9488-06a89ebf34f5} <Trace> oximeter.measurements_u64 (b5f8915a-997f-4944-a48b-a878169c21e0): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2888 | 2024.12.20 22:27:40.165746 [ 262 ] {0f4dfbd5-47a4-4d9c-9488-06a89ebf34f5} <Debug> executeQuery: Read 18 rows, 1.24 KiB in 0.001463 sec., 12303.485987696513 rows/sec., 844.40 KiB/sec. | ||
| 2889 | 2024.12.20 22:27:40.165802 [ 262 ] {0f4dfbd5-47a4-4d9c-9488-06a89ebf34f5} <Debug> TCPHandler: Processed in 0.001666646 sec. | ||
| 2890 | 2024.12.20 22:27:41.888187 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 5978 | ||
| 2891 | 2024.12.20 22:27:41.888883 [ 242 ] {} <Trace> system.asynchronous_metric_log (872a84c2-09da-4c20-9ea0-5cf32b1a4df4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2892 | 2024.12.20 22:27:41.888931 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 2893 | 2024.12.20 22:27:41.889470 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2894 | 2024.12.20 22:27:41.889737 [ 242 ] {} <Trace> system.asynchronous_metric_log (872a84c2-09da-4c20-9ea0-5cf32b1a4df4): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2895 | 2024.12.20 22:27:41.889993 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 5978 | ||
| 2896 | 2024.12.20 22:27:42.279519 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 98 | ||
| 2897 | 2024.12.20 22:27:42.299799 [ 244 ] {} <Trace> system.metric_log (fe7f8d4b-b36f-4a64-a142-f4747bcb5bba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2898 | 2024.12.20 22:27:42.299866 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 2899 | 2024.12.20 22:27:42.307599 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 2900 | 2024.12.20 22:27:42.308369 [ 244 ] {} <Trace> system.metric_log (fe7f8d4b-b36f-4a64-a142-f4747bcb5bba): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2901 | 2024.12.20 22:27:42.311067 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 98 | ||
| 2902 | 2024.12.20 22:27:44.403119 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 420 | ||
| 2903 | 2024.12.20 22:27:44.406464 [ 243 ] {} <Trace> system.query_log (cb6910fd-3f74-40bb-afeb-929e53918d3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2904 | 2024.12.20 22:27:44.406523 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 2905 | 2024.12.20 22:27:44.408035 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 2906 | 2024.12.20 22:27:44.408359 [ 243 ] {} <Trace> system.query_log (cb6910fd-3f74-40bb-afeb-929e53918d3c): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2907 | 2024.12.20 22:27:44.409100 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 420 | ||
| 2908 | 2024.12.20 22:27:45.168070 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2909 | 2024.12.20 22:27:45.168286 [ 260 ] {392a4d5d-7f4f-4686-87af-988b671165dd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 2910 | 2024.12.20 22:27:45.168370 [ 260 ] {392a4d5d-7f4f-4686-87af-988b671165dd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 2911 | 2024.12.20 22:27:45.169203 [ 260 ] {392a4d5d-7f4f-4686-87af-988b671165dd} <Trace> oximeter.fields_i16 (5ba0350d-977f-4416-8d1f-0415e035e880): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2912 | 2024.12.20 22:27:45.169261 [ 260 ] {392a4d5d-7f4f-4686-87af-988b671165dd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 2913 | 2024.12.20 22:27:45.169711 [ 260 ] {392a4d5d-7f4f-4686-87af-988b671165dd} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2914 | 2024.12.20 22:27:45.169977 [ 260 ] {392a4d5d-7f4f-4686-87af-988b671165dd} <Trace> oximeter.fields_i16 (5ba0350d-977f-4416-8d1f-0415e035e880): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2915 | 2024.12.20 22:27:45.170185 [ 148 ] {} <Debug> oximeter.fields_i16 (5ba0350d-977f-4416-8d1f-0415e035e880) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2916 | 2024.12.20 22:27:45.170252 [ 260 ] {392a4d5d-7f4f-4686-87af-988b671165dd} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002021 sec., 6927.263730826325 rows/sec., 498.67 KiB/sec. | ||
| 2917 | 2024.12.20 22:27:45.170271 [ 148 ] {} <Trace> oximeter.fields_i16 (5ba0350d-977f-4416-8d1f-0415e035e880): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2918 | 2024.12.20 22:27:45.170338 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 2919 | 2024.12.20 22:27:45.170393 [ 260 ] {392a4d5d-7f4f-4686-87af-988b671165dd} <Debug> TCPHandler: Processed in 0.002456548 sec. | ||
| 2920 | 2024.12.20 22:27:45.170723 [ 198 ] {5ba0350d-977f-4416-8d1f-0415e035e880::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 | ||
| 2921 | 2024.12.20 22:27:45.170790 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2922 | 2024.12.20 22:27:45.170933 [ 198 ] {5ba0350d-977f-4416-8d1f-0415e035e880::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2923 | 2024.12.20 22:27:45.171002 [ 198 ] {5ba0350d-977f-4416-8d1f-0415e035e880::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 | ||
| 2924 | 2024.12.20 22:27:45.171083 [ 262 ] {999af01e-7992-4997-98c6-a72d2323c06c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 2925 | 2024.12.20 22:27:45.171196 [ 198 ] {5ba0350d-977f-4416-8d1f-0415e035e880::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 | ||
| 2926 | 2024.12.20 22:27:45.171294 [ 262 ] {999af01e-7992-4997-98c6-a72d2323c06c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 2927 | 2024.12.20 22:27:45.171543 [ 198 ] {5ba0350d-977f-4416-8d1f-0415e035e880::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 | ||
| 2928 | 2024.12.20 22:27:45.171869 [ 198 ] {5ba0350d-977f-4416-8d1f-0415e035e880::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 | ||
| 2929 | 2024.12.20 22:27:45.172074 [ 198 ] {5ba0350d-977f-4416-8d1f-0415e035e880::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 | ||
| 2930 | 2024.12.20 22:27:45.174322 [ 262 ] {999af01e-7992-4997-98c6-a72d2323c06c} <Trace> oximeter.fields_string (be340cd8-3bde-4f05-8e45-9e8a1492ad3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2931 | 2024.12.20 22:27:45.174433 [ 262 ] {999af01e-7992-4997-98c6-a72d2323c06c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 2932 | 2024.12.20 22:27:45.174626 [ 203 ] {5ba0350d-977f-4416-8d1f-0415e035e880::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004174085 sec., 16770.14243840267 rows/sec., 1.24 MiB/sec. | ||
| 2933 | 2024.12.20 22:27:45.174809 [ 189 ] {5ba0350d-977f-4416-8d1f-0415e035e880::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 2934 | 2024.12.20 22:27:45.175173 [ 262 ] {999af01e-7992-4997-98c6-a72d2323c06c} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 2935 | 2024.12.20 22:27:45.175266 [ 189 ] {5ba0350d-977f-4416-8d1f-0415e035e880::all_1_5_1} <Trace> oximeter.fields_i16 (5ba0350d-977f-4416-8d1f-0415e035e880): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2936 | 2024.12.20 22:27:45.175370 [ 189 ] {5ba0350d-977f-4416-8d1f-0415e035e880::all_1_5_1} <Trace> oximeter.fields_i16 (5ba0350d-977f-4416-8d1f-0415e035e880) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 2937 | 2024.12.20 22:27:45.175491 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 2938 | 2024.12.20 22:27:45.175500 [ 262 ] {999af01e-7992-4997-98c6-a72d2323c06c} <Trace> oximeter.fields_string (be340cd8-3bde-4f05-8e45-9e8a1492ad3b): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2939 | 2024.12.20 22:27:45.175781 [ 262 ] {999af01e-7992-4997-98c6-a72d2323c06c} <Debug> executeQuery: Read 255 rows, 22.96 KiB in 0.004798 sec., 53147.144643601496 rows/sec., 4.67 MiB/sec. | ||
| 2940 | 2024.12.20 22:27:45.176004 [ 262 ] {999af01e-7992-4997-98c6-a72d2323c06c} <Debug> TCPHandler: Processed in 0.00544906 sec. | ||
| 2941 | 2024.12.20 22:27:45.176181 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2942 | 2024.12.20 22:27:45.176309 [ 260 ] {08545ff0-3f98-42d6-9772-2d9d54d7ba6e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 2943 | 2024.12.20 22:27:45.176369 [ 260 ] {08545ff0-3f98-42d6-9772-2d9d54d7ba6e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 2944 | 2024.12.20 22:27:45.176994 [ 260 ] {08545ff0-3f98-42d6-9772-2d9d54d7ba6e} <Trace> oximeter.fields_u16 (66d17a24-a3a1-42a5-bd94-b86efb1056dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2945 | 2024.12.20 22:27:45.177036 [ 260 ] {08545ff0-3f98-42d6-9772-2d9d54d7ba6e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 2946 | 2024.12.20 22:27:45.177453 [ 260 ] {08545ff0-3f98-42d6-9772-2d9d54d7ba6e} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 2947 | 2024.12.20 22:27:45.177705 [ 260 ] {08545ff0-3f98-42d6-9772-2d9d54d7ba6e} <Trace> oximeter.fields_u16 (66d17a24-a3a1-42a5-bd94-b86efb1056dd): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2948 | 2024.12.20 22:27:45.177894 [ 148 ] {} <Debug> oximeter.fields_u16 (66d17a24-a3a1-42a5-bd94-b86efb1056dd) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 2949 | 2024.12.20 22:27:45.177962 [ 260 ] {08545ff0-3f98-42d6-9772-2d9d54d7ba6e} <Debug> executeQuery: Read 33 rows, 2.41 KiB in 0.001677 sec., 19677.996422182467 rows/sec., 1.40 MiB/sec. | ||
| 2950 | 2024.12.20 22:27:45.177971 [ 148 ] {} <Trace> oximeter.fields_u16 (66d17a24-a3a1-42a5-bd94-b86efb1056dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2951 | 2024.12.20 22:27:45.178064 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 2952 | 2024.12.20 22:27:45.178086 [ 260 ] {08545ff0-3f98-42d6-9772-2d9d54d7ba6e} <Debug> TCPHandler: Processed in 0.001959594 sec. | ||
| 2953 | 2024.12.20 22:27:45.178333 [ 198 ] {66d17a24-a3a1-42a5-bd94-b86efb1056dd::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 | ||
| 2954 | 2024.12.20 22:27:45.178342 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2955 | 2024.12.20 22:27:45.178576 [ 198 ] {66d17a24-a3a1-42a5-bd94-b86efb1056dd::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2956 | 2024.12.20 22:27:45.178621 [ 262 ] {763d80ac-395a-45a7-91d6-e35c14069d02} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 2957 | 2024.12.20 22:27:45.178643 [ 198 ] {66d17a24-a3a1-42a5-bd94-b86efb1056dd::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 48 rows starting from the beginning of the part | ||
| 2958 | 2024.12.20 22:27:45.178733 [ 262 ] {763d80ac-395a-45a7-91d6-e35c14069d02} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 2959 | 2024.12.20 22:27:45.178923 [ 198 ] {66d17a24-a3a1-42a5-bd94-b86efb1056dd::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 39 rows starting from the beginning of the part | ||
| 2960 | 2024.12.20 22:27:45.179320 [ 198 ] {66d17a24-a3a1-42a5-bd94-b86efb1056dd::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 15 rows starting from the beginning of the part | ||
| 2961 | 2024.12.20 22:27:45.179615 [ 198 ] {66d17a24-a3a1-42a5-bd94-b86efb1056dd::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 33 rows starting from the beginning of the part | ||
| 2962 | 2024.12.20 22:27:45.180024 [ 198 ] {66d17a24-a3a1-42a5-bd94-b86efb1056dd::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 20 rows starting from the beginning of the part | ||
| 2963 | 2024.12.20 22:27:45.180356 [ 198 ] {66d17a24-a3a1-42a5-bd94-b86efb1056dd::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 33 rows starting from the beginning of the part | ||
| 2964 | 2024.12.20 22:27:45.181856 [ 262 ] {763d80ac-395a-45a7-91d6-e35c14069d02} <Trace> oximeter.fields_u32 (50de29d4-f6c5-4f7c-8dac-40e276b5b3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2965 | 2024.12.20 22:27:45.181925 [ 262 ] {763d80ac-395a-45a7-91d6-e35c14069d02} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 2966 | 2024.12.20 22:27:45.183005 [ 262 ] {763d80ac-395a-45a7-91d6-e35c14069d02} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 2967 | 2024.12.20 22:27:45.183123 [ 203 ] {66d17a24-a3a1-42a5-bd94-b86efb1056dd::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 188 rows, containing 5 columns (5 merged, 0 gathered) in 0.004939846 sec., 38057.866581265895 rows/sec., 2.87 MiB/sec. | ||
| 2968 | 2024.12.20 22:27:45.183355 [ 191 ] {66d17a24-a3a1-42a5-bd94-b86efb1056dd::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 2969 | 2024.12.20 22:27:45.183516 [ 262 ] {763d80ac-395a-45a7-91d6-e35c14069d02} <Trace> oximeter.fields_u32 (50de29d4-f6c5-4f7c-8dac-40e276b5b3f8): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2970 | 2024.12.20 22:27:45.183890 [ 262 ] {763d80ac-395a-45a7-91d6-e35c14069d02} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005346 sec., 2618.7803965581743 rows/sec., 183.40 KiB/sec. | ||
| 2971 | 2024.12.20 22:27:45.184037 [ 191 ] {66d17a24-a3a1-42a5-bd94-b86efb1056dd::all_1_11_2} <Trace> oximeter.fields_u16 (66d17a24-a3a1-42a5-bd94-b86efb1056dd): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2972 | 2024.12.20 22:27:45.184059 [ 262 ] {763d80ac-395a-45a7-91d6-e35c14069d02} <Debug> TCPHandler: Processed in 0.005842291 sec. | ||
| 2973 | 2024.12.20 22:27:45.184214 [ 191 ] {66d17a24-a3a1-42a5-bd94-b86efb1056dd::all_1_11_2} <Trace> oximeter.fields_u16 (66d17a24-a3a1-42a5-bd94-b86efb1056dd) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 2974 | 2024.12.20 22:27:45.184242 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2975 | 2024.12.20 22:27:45.184332 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 2976 | 2024.12.20 22:27:45.184391 [ 260 ] {240124f2-f9be-449a-a1eb-56a428a1fb13} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 2977 | 2024.12.20 22:27:45.184449 [ 260 ] {240124f2-f9be-449a-a1eb-56a428a1fb13} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 2978 | 2024.12.20 22:27:45.185045 [ 260 ] {240124f2-f9be-449a-a1eb-56a428a1fb13} <Trace> oximeter.fields_u8 (bc6d9fff-42ef-4dc9-9b7c-2f27297e3062): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2979 | 2024.12.20 22:27:45.185084 [ 260 ] {240124f2-f9be-449a-a1eb-56a428a1fb13} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 2980 | 2024.12.20 22:27:45.185447 [ 260 ] {240124f2-f9be-449a-a1eb-56a428a1fb13} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 2981 | 2024.12.20 22:27:45.185706 [ 260 ] {240124f2-f9be-449a-a1eb-56a428a1fb13} <Trace> oximeter.fields_u8 (bc6d9fff-42ef-4dc9-9b7c-2f27297e3062): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 2982 | 2024.12.20 22:27:45.185887 [ 148 ] {} <Debug> oximeter.fields_u8 (bc6d9fff-42ef-4dc9-9b7c-2f27297e3062) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 2983 | 2024.12.20 22:27:45.185945 [ 148 ] {} <Trace> oximeter.fields_u8 (bc6d9fff-42ef-4dc9-9b7c-2f27297e3062): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2984 | 2024.12.20 22:27:45.185992 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 2985 | 2024.12.20 22:27:45.186000 [ 260 ] {240124f2-f9be-449a-a1eb-56a428a1fb13} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001632 sec., 7965.686274509804 rows/sec., 496.66 KiB/sec. | ||
| 2986 | 2024.12.20 22:27:45.186230 [ 260 ] {240124f2-f9be-449a-a1eb-56a428a1fb13} <Debug> TCPHandler: Processed in 0.002046036 sec. | ||
| 2987 | 2024.12.20 22:27:45.186250 [ 198 ] {bc6d9fff-42ef-4dc9-9b7c-2f27297e3062::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 | ||
| 2988 | 2024.12.20 22:27:45.186405 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 2989 | 2024.12.20 22:27:45.186427 [ 198 ] {bc6d9fff-42ef-4dc9-9b7c-2f27297e3062::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 2990 | 2024.12.20 22:27:45.186476 [ 198 ] {bc6d9fff-42ef-4dc9-9b7c-2f27297e3062::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 | ||
| 2991 | 2024.12.20 22:27:45.186726 [ 262 ] {dbe441fc-3346-418b-b8f2-d05439d52cbb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 2992 | 2024.12.20 22:27:45.186732 [ 198 ] {bc6d9fff-42ef-4dc9-9b7c-2f27297e3062::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 | ||
| 2993 | 2024.12.20 22:27:45.186909 [ 262 ] {dbe441fc-3346-418b-b8f2-d05439d52cbb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 2994 | 2024.12.20 22:27:45.186982 [ 198 ] {bc6d9fff-42ef-4dc9-9b7c-2f27297e3062::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 | ||
| 2995 | 2024.12.20 22:27:45.187326 [ 198 ] {bc6d9fff-42ef-4dc9-9b7c-2f27297e3062::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 | ||
| 2996 | 2024.12.20 22:27:45.187613 [ 198 ] {bc6d9fff-42ef-4dc9-9b7c-2f27297e3062::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 | ||
| 2997 | 2024.12.20 22:27:45.189704 [ 262 ] {dbe441fc-3346-418b-b8f2-d05439d52cbb} <Trace> oximeter.fields_uuid (fb7f0ac5-74a7-4737-ae05-0271c6750327): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 2998 | 2024.12.20 22:27:45.189800 [ 262 ] {dbe441fc-3346-418b-b8f2-d05439d52cbb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 2999 | 2024.12.20 22:27:45.189957 [ 203 ] {bc6d9fff-42ef-4dc9-9b7c-2f27297e3062::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.003879607 sec., 16754.2743375811 rows/sec., 1.08 MiB/sec. | ||
| 3000 | 2024.12.20 22:27:45.190170 [ 195 ] {bc6d9fff-42ef-4dc9-9b7c-2f27297e3062::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 3001 | 2024.12.20 22:27:45.190471 [ 262 ] {dbe441fc-3346-418b-b8f2-d05439d52cbb} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3002 | 2024.12.20 22:27:45.190708 [ 195 ] {bc6d9fff-42ef-4dc9-9b7c-2f27297e3062::all_1_5_1} <Trace> oximeter.fields_u8 (bc6d9fff-42ef-4dc9-9b7c-2f27297e3062): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3003 | 2024.12.20 22:27:45.190893 [ 195 ] {bc6d9fff-42ef-4dc9-9b7c-2f27297e3062::all_1_5_1} <Trace> oximeter.fields_u8 (bc6d9fff-42ef-4dc9-9b7c-2f27297e3062) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 3004 | 2024.12.20 22:27:45.190915 [ 262 ] {dbe441fc-3346-418b-b8f2-d05439d52cbb} <Trace> oximeter.fields_uuid (fb7f0ac5-74a7-4737-ae05-0271c6750327): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3005 | 2024.12.20 22:27:45.191057 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 3006 | 2024.12.20 22:27:45.191270 [ 262 ] {dbe441fc-3346-418b-b8f2-d05439d52cbb} <Debug> executeQuery: Read 408 rows, 29.76 KiB in 0.004713 sec., 86569.06429026098 rows/sec., 6.17 MiB/sec. | ||
| 3007 | 2024.12.20 22:27:45.191358 [ 262 ] {dbe441fc-3346-418b-b8f2-d05439d52cbb} <Debug> TCPHandler: Processed in 0.005030649 sec. | ||
| 3008 | 2024.12.20 22:27:45.191529 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3009 | 2024.12.20 22:27:45.191675 [ 260 ] {d47cf78e-d4c9-49e8-b145-d0183e1ce9ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3010 | 2024.12.20 22:27:45.191737 [ 260 ] {d47cf78e-d4c9-49e8-b145-d0183e1ce9ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3011 | 2024.12.20 22:27:45.192268 [ 260 ] {d47cf78e-d4c9-49e8-b145-d0183e1ce9ba} <Trace> oximeter.measurements_bool (902c9248-495c-4a1f-8676-b52592dc679b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3012 | 2024.12.20 22:27:45.192309 [ 260 ] {d47cf78e-d4c9-49e8-b145-d0183e1ce9ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 3013 | 2024.12.20 22:27:45.192681 [ 260 ] {d47cf78e-d4c9-49e8-b145-d0183e1ce9ba} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 3014 | 2024.12.20 22:27:45.192919 [ 260 ] {d47cf78e-d4c9-49e8-b145-d0183e1ce9ba} <Trace> oximeter.measurements_bool (902c9248-495c-4a1f-8676-b52592dc679b): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3015 | 2024.12.20 22:27:45.193142 [ 260 ] {d47cf78e-d4c9-49e8-b145-d0183e1ce9ba} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.0015 sec., 4000 rows/sec., 208.98 KiB/sec. | ||
| 3016 | 2024.12.20 22:27:45.193198 [ 260 ] {d47cf78e-d4c9-49e8-b145-d0183e1ce9ba} <Debug> TCPHandler: Processed in 0.001737328 sec. | ||
| 3017 | 2024.12.20 22:27:45.193357 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3018 | 2024.12.20 22:27:45.193509 [ 262 ] {b11b1ca5-10bd-4723-bace-3497268af0c8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3019 | 2024.12.20 22:27:45.193576 [ 262 ] {b11b1ca5-10bd-4723-bace-3497268af0c8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3020 | 2024.12.20 22:27:45.194230 [ 262 ] {b11b1ca5-10bd-4723-bace-3497268af0c8} <Trace> oximeter.measurements_cumulativeu64 (2e833ed7-efb3-49ee-873b-fe7dc1d5762e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3021 | 2024.12.20 22:27:45.194270 [ 262 ] {b11b1ca5-10bd-4723-bace-3497268af0c8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 3022 | 2024.12.20 22:27:45.194683 [ 262 ] {b11b1ca5-10bd-4723-bace-3497268af0c8} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3023 | 2024.12.20 22:27:45.194917 [ 262 ] {b11b1ca5-10bd-4723-bace-3497268af0c8} <Trace> oximeter.measurements_cumulativeu64 (2e833ed7-efb3-49ee-873b-fe7dc1d5762e): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3024 | 2024.12.20 22:27:45.195124 [ 262 ] {b11b1ca5-10bd-4723-bace-3497268af0c8} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001651 sec., 143549.36402180497 rows/sec., 9.62 MiB/sec. | ||
| 3025 | 2024.12.20 22:27:45.195183 [ 262 ] {b11b1ca5-10bd-4723-bace-3497268af0c8} <Debug> TCPHandler: Processed in 0.001896272 sec. | ||
| 3026 | 2024.12.20 22:27:45.195342 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3027 | 2024.12.20 22:27:45.195482 [ 260 ] {cc1574cd-1ddd-4e60-bd6d-2395f0b32139} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3028 | 2024.12.20 22:27:45.195543 [ 260 ] {cc1574cd-1ddd-4e60-bd6d-2395f0b32139} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3029 | 2024.12.20 22:27:45.196078 [ 260 ] {cc1574cd-1ddd-4e60-bd6d-2395f0b32139} <Trace> oximeter.measurements_f64 (24a8fd20-3063-40e7-bd7e-0a899ffef70a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3030 | 2024.12.20 22:27:45.196119 [ 260 ] {cc1574cd-1ddd-4e60-bd6d-2395f0b32139} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 3031 | 2024.12.20 22:27:45.196507 [ 260 ] {cc1574cd-1ddd-4e60-bd6d-2395f0b32139} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 3032 | 2024.12.20 22:27:45.196749 [ 260 ] {cc1574cd-1ddd-4e60-bd6d-2395f0b32139} <Trace> oximeter.measurements_f64 (24a8fd20-3063-40e7-bd7e-0a899ffef70a): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3033 | 2024.12.20 22:27:45.197014 [ 260 ] {cc1574cd-1ddd-4e60-bd6d-2395f0b32139} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00156 sec., 641.025641025641 rows/sec., 43.19 KiB/sec. | ||
| 3034 | 2024.12.20 22:27:45.197160 [ 260 ] {cc1574cd-1ddd-4e60-bd6d-2395f0b32139} <Debug> TCPHandler: Processed in 0.001883422 sec. | ||
| 3035 | 2024.12.20 22:27:45.197314 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3036 | 2024.12.20 22:27:45.197455 [ 262 ] {74a86bc7-5e29-4bc6-9d37-bdf37ff0580e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3037 | 2024.12.20 22:27:45.197553 [ 262 ] {74a86bc7-5e29-4bc6-9d37-bdf37ff0580e} <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 | ||
| 3038 | 2024.12.20 22:27:45.198797 [ 262 ] {74a86bc7-5e29-4bc6-9d37-bdf37ff0580e} <Trace> oximeter.measurements_histogramu64 (cfe0444f-6b19-4855-b696-cc295685d98f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3039 | 2024.12.20 22:27:45.198838 [ 262 ] {74a86bc7-5e29-4bc6-9d37-bdf37ff0580e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 3040 | 2024.12.20 22:27:45.199476 [ 262 ] {74a86bc7-5e29-4bc6-9d37-bdf37ff0580e} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3041 | 2024.12.20 22:27:45.199730 [ 262 ] {74a86bc7-5e29-4bc6-9d37-bdf37ff0580e} <Trace> oximeter.measurements_histogramu64 (cfe0444f-6b19-4855-b696-cc295685d98f): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3042 | 2024.12.20 22:27:45.199906 [ 148 ] {} <Debug> oximeter.measurements_histogramu64 (cfe0444f-6b19-4855-b696-cc295685d98f) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3043 | 2024.12.20 22:27:45.199978 [ 148 ] {} <Trace> oximeter.measurements_histogramu64 (cfe0444f-6b19-4855-b696-cc295685d98f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3044 | 2024.12.20 22:27:45.200017 [ 148 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 3045 | 2024.12.20 22:27:45.200021 [ 262 ] {74a86bc7-5e29-4bc6-9d37-bdf37ff0580e} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002591 sec., 10034.735623311462 rows/sec., 17.98 MiB/sec. | ||
| 3046 | 2024.12.20 22:27:45.200651 [ 194 ] {cfe0444f-6b19-4855-b696-cc295685d98f::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 | ||
| 3047 | 2024.12.20 22:27:45.200654 [ 262 ] {74a86bc7-5e29-4bc6-9d37-bdf37ff0580e} <Debug> TCPHandler: Processed in 0.003406944 sec. | ||
| 3048 | 2024.12.20 22:27:45.200939 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3049 | 2024.12.20 22:27:45.201251 [ 260 ] {bd1f14fa-6135-4a51-97f0-7cf4a13e1407} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3050 | 2024.12.20 22:27:45.201340 [ 194 ] {cfe0444f-6b19-4855-b696-cc295685d98f::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3051 | 2024.12.20 22:27:45.201369 [ 260 ] {bd1f14fa-6135-4a51-97f0-7cf4a13e1407} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3052 | 2024.12.20 22:27:45.201524 [ 194 ] {cfe0444f-6b19-4855-b696-cc295685d98f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 91 rows starting from the beginning of the part | ||
| 3053 | 2024.12.20 22:27:45.202359 [ 194 ] {cfe0444f-6b19-4855-b696-cc295685d98f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 26 rows starting from the beginning of the part | ||
| 3054 | 2024.12.20 22:27:45.203073 [ 194 ] {cfe0444f-6b19-4855-b696-cc295685d98f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 15 rows starting from the beginning of the part | ||
| 3055 | 2024.12.20 22:27:45.203878 [ 194 ] {cfe0444f-6b19-4855-b696-cc295685d98f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 26 rows starting from the beginning of the part | ||
| 3056 | 2024.12.20 22:27:45.203951 [ 260 ] {bd1f14fa-6135-4a51-97f0-7cf4a13e1407} <Trace> oximeter.measurements_u64 (b5f8915a-997f-4944-a48b-a878169c21e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3057 | 2024.12.20 22:27:45.204040 [ 260 ] {bd1f14fa-6135-4a51-97f0-7cf4a13e1407} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 3058 | 2024.12.20 22:27:45.204491 [ 194 ] {cfe0444f-6b19-4855-b696-cc295685d98f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 16 rows starting from the beginning of the part | ||
| 3059 | 2024.12.20 22:27:45.205138 [ 194 ] {cfe0444f-6b19-4855-b696-cc295685d98f::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 26 rows starting from the beginning of the part | ||
| 3060 | 2024.12.20 22:27:45.205516 [ 260 ] {bd1f14fa-6135-4a51-97f0-7cf4a13e1407} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 3061 | 2024.12.20 22:27:45.206263 [ 260 ] {bd1f14fa-6135-4a51-97f0-7cf4a13e1407} <Trace> oximeter.measurements_u64 (b5f8915a-997f-4944-a48b-a878169c21e0): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3062 | 2024.12.20 22:27:45.206813 [ 260 ] {bd1f14fa-6135-4a51-97f0-7cf4a13e1407} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.005649 sec., 14515.843512126039 rows/sec., 944.06 KiB/sec. | ||
| 3063 | 2024.12.20 22:27:45.207126 [ 260 ] {bd1f14fa-6135-4a51-97f0-7cf4a13e1407} <Debug> TCPHandler: Processed in 0.006313244 sec. | ||
| 3064 | 2024.12.20 22:27:45.209582 [ 195 ] {cfe0444f-6b19-4855-b696-cc295685d98f::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 200 rows, containing 19 columns (19 merged, 0 gathered) in 0.00944758 sec., 21169.44233338061 rows/sec., 37.93 MiB/sec. | ||
| 3065 | 2024.12.20 22:27:45.209995 [ 195 ] {cfe0444f-6b19-4855-b696-cc295685d98f::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3066 | 2024.12.20 22:27:45.210414 [ 195 ] {cfe0444f-6b19-4855-b696-cc295685d98f::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (cfe0444f-6b19-4855-b696-cc295685d98f): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3067 | 2024.12.20 22:27:45.210501 [ 195 ] {cfe0444f-6b19-4855-b696-cc295685d98f::all_1_11_2} <Trace> oximeter.measurements_histogramu64 (cfe0444f-6b19-4855-b696-cc295685d98f) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3068 | 2024.12.20 22:27:45.210649 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.26 MiB. | ||
| 3069 | 2024.12.20 22:27:49.310916 [ 143 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3070 | 2024.12.20 22:27:49.311017 [ 143 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3071 | 2024.12.20 22:27:49.390107 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 6466 | ||
| 3072 | 2024.12.20 22:27:49.390898 [ 242 ] {} <Trace> system.asynchronous_metric_log (872a84c2-09da-4c20-9ea0-5cf32b1a4df4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3073 | 2024.12.20 22:27:49.390952 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 3074 | 2024.12.20 22:27:49.391530 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3075 | 2024.12.20 22:27:49.391813 [ 242 ] {} <Trace> system.asynchronous_metric_log (872a84c2-09da-4c20-9ea0-5cf32b1a4df4): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3076 | 2024.12.20 22:27:49.392116 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6466 | ||
| 3077 | 2024.12.20 22:27:49.811135 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 106 | ||
| 3078 | 2024.12.20 22:27:49.832997 [ 244 ] {} <Trace> system.metric_log (fe7f8d4b-b36f-4a64-a142-f4747bcb5bba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3079 | 2024.12.20 22:27:49.833060 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 3080 | 2024.12.20 22:27:49.840413 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3081 | 2024.12.20 22:27:49.841227 [ 244 ] {} <Trace> system.metric_log (fe7f8d4b-b36f-4a64-a142-f4747bcb5bba): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3082 | 2024.12.20 22:27:49.844169 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 106 | ||
| 3083 | 2024.12.20 22:27:50.163712 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3084 | 2024.12.20 22:27:50.163907 [ 260 ] {fc8f50b3-4e2d-4db9-9be3-fceb6e1f207a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3085 | 2024.12.20 22:27:50.163985 [ 260 ] {fc8f50b3-4e2d-4db9-9be3-fceb6e1f207a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3086 | 2024.12.20 22:27:50.164787 [ 260 ] {fc8f50b3-4e2d-4db9-9be3-fceb6e1f207a} <Trace> oximeter.fields_string (be340cd8-3bde-4f05-8e45-9e8a1492ad3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3087 | 2024.12.20 22:27:50.164841 [ 260 ] {fc8f50b3-4e2d-4db9-9be3-fceb6e1f207a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 3088 | 2024.12.20 22:27:50.165287 [ 260 ] {fc8f50b3-4e2d-4db9-9be3-fceb6e1f207a} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3089 | 2024.12.20 22:27:50.165542 [ 260 ] {fc8f50b3-4e2d-4db9-9be3-fceb6e1f207a} <Trace> oximeter.fields_string (be340cd8-3bde-4f05-8e45-9e8a1492ad3b): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3090 | 2024.12.20 22:27:50.165798 [ 260 ] {fc8f50b3-4e2d-4db9-9be3-fceb6e1f207a} <Debug> executeQuery: Read 88 rows, 7.43 KiB in 0.001946 sec., 45220.96608427544 rows/sec., 3.73 MiB/sec. | ||
| 3091 | 2024.12.20 22:27:50.165865 [ 260 ] {fc8f50b3-4e2d-4db9-9be3-fceb6e1f207a} <Debug> TCPHandler: Processed in 0.002291993 sec. | ||
| 3092 | 2024.12.20 22:27:50.166138 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3093 | 2024.12.20 22:27:50.166335 [ 262 ] {34cc2a1f-3188-486c-9825-21685ba4ed23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3094 | 2024.12.20 22:27:50.166414 [ 262 ] {34cc2a1f-3188-486c-9825-21685ba4ed23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3095 | 2024.12.20 22:27:50.167169 [ 262 ] {34cc2a1f-3188-486c-9825-21685ba4ed23} <Trace> oximeter.fields_u16 (66d17a24-a3a1-42a5-bd94-b86efb1056dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3096 | 2024.12.20 22:27:50.167227 [ 262 ] {34cc2a1f-3188-486c-9825-21685ba4ed23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 3097 | 2024.12.20 22:27:50.167670 [ 262 ] {34cc2a1f-3188-486c-9825-21685ba4ed23} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3098 | 2024.12.20 22:27:50.167925 [ 262 ] {34cc2a1f-3188-486c-9825-21685ba4ed23} <Trace> oximeter.fields_u16 (66d17a24-a3a1-42a5-bd94-b86efb1056dd): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3099 | 2024.12.20 22:27:50.168213 [ 262 ] {34cc2a1f-3188-486c-9825-21685ba4ed23} <Debug> executeQuery: Read 16 rows, 1.20 KiB in 0.001928 sec., 8298.755186721992 rows/sec., 624.03 KiB/sec. | ||
| 3100 | 2024.12.20 22:27:50.168419 [ 262 ] {34cc2a1f-3188-486c-9825-21685ba4ed23} <Debug> TCPHandler: Processed in 0.002417087 sec. | ||
| 3101 | 2024.12.20 22:27:50.168581 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3102 | 2024.12.20 22:27:50.168708 [ 260 ] {b7549a34-9346-4f84-b704-0cf5b8052174} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3103 | 2024.12.20 22:27:50.168762 [ 260 ] {b7549a34-9346-4f84-b704-0cf5b8052174} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3104 | 2024.12.20 22:27:50.169407 [ 260 ] {b7549a34-9346-4f84-b704-0cf5b8052174} <Trace> oximeter.fields_uuid (fb7f0ac5-74a7-4737-ae05-0271c6750327): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3105 | 2024.12.20 22:27:50.169451 [ 260 ] {b7549a34-9346-4f84-b704-0cf5b8052174} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 3106 | 2024.12.20 22:27:50.169835 [ 260 ] {b7549a34-9346-4f84-b704-0cf5b8052174} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3107 | 2024.12.20 22:27:50.170087 [ 260 ] {b7549a34-9346-4f84-b704-0cf5b8052174} <Trace> oximeter.fields_uuid (fb7f0ac5-74a7-4737-ae05-0271c6750327): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3108 | 2024.12.20 22:27:50.170317 [ 260 ] {b7549a34-9346-4f84-b704-0cf5b8052174} <Debug> executeQuery: Read 80 rows, 6.40 KiB in 0.00164 sec., 48780.48780487805 rows/sec., 3.81 MiB/sec. | ||
| 3109 | 2024.12.20 22:27:50.170375 [ 260 ] {b7549a34-9346-4f84-b704-0cf5b8052174} <Debug> TCPHandler: Processed in 0.001854812 sec. | ||
| 3110 | 2024.12.20 22:27:50.170549 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3111 | 2024.12.20 22:27:50.170697 [ 262 ] {b577abd7-82ee-4cf9-934c-106a45f31c6d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3112 | 2024.12.20 22:27:50.170763 [ 262 ] {b577abd7-82ee-4cf9-934c-106a45f31c6d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3113 | 2024.12.20 22:27:50.171440 [ 262 ] {b577abd7-82ee-4cf9-934c-106a45f31c6d} <Trace> oximeter.measurements_cumulativeu64 (2e833ed7-efb3-49ee-873b-fe7dc1d5762e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3114 | 2024.12.20 22:27:50.171483 [ 262 ] {b577abd7-82ee-4cf9-934c-106a45f31c6d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 3115 | 2024.12.20 22:27:50.171888 [ 262 ] {b577abd7-82ee-4cf9-934c-106a45f31c6d} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3116 | 2024.12.20 22:27:50.172137 [ 262 ] {b577abd7-82ee-4cf9-934c-106a45f31c6d} <Trace> oximeter.measurements_cumulativeu64 (2e833ed7-efb3-49ee-873b-fe7dc1d5762e): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3117 | 2024.12.20 22:27:50.172383 [ 262 ] {b577abd7-82ee-4cf9-934c-106a45f31c6d} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001722 sec., 92915.21486643438 rows/sec., 6.47 MiB/sec. | ||
| 3118 | 2024.12.20 22:27:50.172440 [ 262 ] {b577abd7-82ee-4cf9-934c-106a45f31c6d} <Debug> TCPHandler: Processed in 0.001962634 sec. | ||
| 3119 | 2024.12.20 22:27:50.172630 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3120 | 2024.12.20 22:27:50.172771 [ 260 ] {b94fcfc8-1b75-4fc7-a663-7a0d283b4970} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3121 | 2024.12.20 22:27:50.172865 [ 260 ] {b94fcfc8-1b75-4fc7-a663-7a0d283b4970} <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 | ||
| 3122 | 2024.12.20 22:27:50.174089 [ 260 ] {b94fcfc8-1b75-4fc7-a663-7a0d283b4970} <Trace> oximeter.measurements_histogramu64 (cfe0444f-6b19-4855-b696-cc295685d98f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3123 | 2024.12.20 22:27:50.174132 [ 260 ] {b94fcfc8-1b75-4fc7-a663-7a0d283b4970} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 3124 | 2024.12.20 22:27:50.174766 [ 260 ] {b94fcfc8-1b75-4fc7-a663-7a0d283b4970} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3125 | 2024.12.20 22:27:50.175025 [ 260 ] {b94fcfc8-1b75-4fc7-a663-7a0d283b4970} <Trace> oximeter.measurements_histogramu64 (cfe0444f-6b19-4855-b696-cc295685d98f): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3126 | 2024.12.20 22:27:50.175280 [ 260 ] {b94fcfc8-1b75-4fc7-a663-7a0d283b4970} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002541 sec., 6296.733569460843 rows/sec., 11.28 MiB/sec. | ||
| 3127 | 2024.12.20 22:27:50.175389 [ 260 ] {b94fcfc8-1b75-4fc7-a663-7a0d283b4970} <Debug> TCPHandler: Processed in 0.002827058 sec. | ||
| 3128 | 2024.12.20 22:27:50.175546 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3129 | 2024.12.20 22:27:50.175687 [ 262 ] {566753ff-6376-43ce-b430-b057e2fc8995} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3130 | 2024.12.20 22:27:50.175748 [ 262 ] {566753ff-6376-43ce-b430-b057e2fc8995} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3131 | 2024.12.20 22:27:50.176326 [ 262 ] {566753ff-6376-43ce-b430-b057e2fc8995} <Trace> oximeter.measurements_u64 (b5f8915a-997f-4944-a48b-a878169c21e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3132 | 2024.12.20 22:27:50.176367 [ 262 ] {566753ff-6376-43ce-b430-b057e2fc8995} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 3133 | 2024.12.20 22:27:50.176738 [ 262 ] {566753ff-6376-43ce-b430-b057e2fc8995} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 3134 | 2024.12.20 22:27:50.176967 [ 262 ] {566753ff-6376-43ce-b430-b057e2fc8995} <Trace> oximeter.measurements_u64 (b5f8915a-997f-4944-a48b-a878169c21e0): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3135 | 2024.12.20 22:27:50.177185 [ 262 ] {566753ff-6376-43ce-b430-b057e2fc8995} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001531 sec., 39190.07184846506 rows/sec., 2.64 MiB/sec. | ||
| 3136 | 2024.12.20 22:27:50.177239 [ 262 ] {566753ff-6376-43ce-b430-b057e2fc8995} <Debug> TCPHandler: Processed in 0.001760879 sec. | ||
| 3137 | 2024.12.20 22:27:54.409320 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 454 | ||
| 3138 | 2024.12.20 22:27:54.412494 [ 243 ] {} <Trace> system.query_log (cb6910fd-3f74-40bb-afeb-929e53918d3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3139 | 2024.12.20 22:27:54.412550 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 3140 | 2024.12.20 22:27:54.414041 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3141 | 2024.12.20 22:27:54.414348 [ 243 ] {} <Trace> system.query_log (cb6910fd-3f74-40bb-afeb-929e53918d3c): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3142 | 2024.12.20 22:27:54.415102 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 454 | ||
| 3143 | 2024.12.20 22:27:55.168245 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3144 | 2024.12.20 22:27:55.168435 [ 260 ] {2bd1542f-1726-4811-b582-379095c1fe2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3145 | 2024.12.20 22:27:55.168508 [ 260 ] {2bd1542f-1726-4811-b582-379095c1fe2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3146 | 2024.12.20 22:27:55.169276 [ 260 ] {2bd1542f-1726-4811-b582-379095c1fe2b} <Trace> oximeter.fields_i16 (5ba0350d-977f-4416-8d1f-0415e035e880): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3147 | 2024.12.20 22:27:55.169327 [ 260 ] {2bd1542f-1726-4811-b582-379095c1fe2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 3148 | 2024.12.20 22:27:55.169758 [ 260 ] {2bd1542f-1726-4811-b582-379095c1fe2b} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 3149 | 2024.12.20 22:27:55.170013 [ 260 ] {2bd1542f-1726-4811-b582-379095c1fe2b} <Trace> oximeter.fields_i16 (5ba0350d-977f-4416-8d1f-0415e035e880): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3150 | 2024.12.20 22:27:55.170253 [ 260 ] {2bd1542f-1726-4811-b582-379095c1fe2b} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001871 sec., 7482.629609834313 rows/sec., 538.65 KiB/sec. | ||
| 3151 | 2024.12.20 22:27:55.170318 [ 260 ] {2bd1542f-1726-4811-b582-379095c1fe2b} <Debug> TCPHandler: Processed in 0.002197921 sec. | ||
| 3152 | 2024.12.20 22:27:55.170584 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3153 | 2024.12.20 22:27:55.170799 [ 262 ] {3bdd12ae-5cb5-48ef-ab6d-befd6eb782bf} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 3154 | 2024.12.20 22:27:55.170883 [ 262 ] {3bdd12ae-5cb5-48ef-ab6d-befd6eb782bf} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3155 | 2024.12.20 22:27:55.171675 [ 262 ] {3bdd12ae-5cb5-48ef-ab6d-befd6eb782bf} <Trace> oximeter.fields_ipaddr (6efd1947-dbb6-4524-99d7-af0451dd6934): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3156 | 2024.12.20 22:27:55.171729 [ 262 ] {3bdd12ae-5cb5-48ef-ab6d-befd6eb782bf} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 3157 | 2024.12.20 22:27:55.172145 [ 262 ] {3bdd12ae-5cb5-48ef-ab6d-befd6eb782bf} <Trace> MergedBlockOutputStream: filled checksums all_3_3_0 (state Temporary) | ||
| 3158 | 2024.12.20 22:27:55.172395 [ 262 ] {3bdd12ae-5cb5-48ef-ab6d-befd6eb782bf} <Trace> oximeter.fields_ipaddr (6efd1947-dbb6-4524-99d7-af0451dd6934): Renaming temporary part tmp_insert_all_3_3_0 to all_3_3_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3159 | 2024.12.20 22:27:55.172708 [ 262 ] {3bdd12ae-5cb5-48ef-ab6d-befd6eb782bf} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001943 sec., 2058.672156459084 rows/sec., 167.87 KiB/sec. | ||
| 3160 | 2024.12.20 22:27:55.172832 [ 262 ] {3bdd12ae-5cb5-48ef-ab6d-befd6eb782bf} <Debug> TCPHandler: Processed in 0.002393107 sec. | ||
| 3161 | 2024.12.20 22:27:55.172994 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3162 | 2024.12.20 22:27:55.173121 [ 260 ] {e940620a-2240-4950-a1dc-0b7faa228f20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3163 | 2024.12.20 22:27:55.173173 [ 260 ] {e940620a-2240-4950-a1dc-0b7faa228f20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3164 | 2024.12.20 22:27:55.173865 [ 260 ] {e940620a-2240-4950-a1dc-0b7faa228f20} <Trace> oximeter.fields_string (be340cd8-3bde-4f05-8e45-9e8a1492ad3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3165 | 2024.12.20 22:27:55.173906 [ 260 ] {e940620a-2240-4950-a1dc-0b7faa228f20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 3166 | 2024.12.20 22:27:55.174298 [ 260 ] {e940620a-2240-4950-a1dc-0b7faa228f20} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3167 | 2024.12.20 22:27:55.174562 [ 260 ] {e940620a-2240-4950-a1dc-0b7faa228f20} <Trace> oximeter.fields_string (be340cd8-3bde-4f05-8e45-9e8a1492ad3b): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3168 | 2024.12.20 22:27:55.174760 [ 136 ] {} <Debug> oximeter.fields_string (be340cd8-3bde-4f05-8e45-9e8a1492ad3b) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3169 | 2024.12.20 22:27:55.174817 [ 260 ] {e940620a-2240-4950-a1dc-0b7faa228f20} <Debug> executeQuery: Read 257 rows, 23.10 KiB in 0.001725 sec., 148985.5072463768 rows/sec., 13.08 MiB/sec. | ||
| 3170 | 2024.12.20 22:27:55.174884 [ 136 ] {} <Trace> oximeter.fields_string (be340cd8-3bde-4f05-8e45-9e8a1492ad3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3171 | 2024.12.20 22:27:55.174952 [ 260 ] {e940620a-2240-4950-a1dc-0b7faa228f20} <Debug> TCPHandler: Processed in 0.002013216 sec. | ||
| 3172 | 2024.12.20 22:27:55.174978 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 3173 | 2024.12.20 22:27:55.175203 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3174 | 2024.12.20 22:27:55.175290 [ 192 ] {be340cd8-3bde-4f05-8e45-9e8a1492ad3b::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 | ||
| 3175 | 2024.12.20 22:27:55.175442 [ 262 ] {ba2b6d74-e1cc-4625-b317-6ab899fe0a06} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3176 | 2024.12.20 22:27:55.175547 [ 262 ] {ba2b6d74-e1cc-4625-b317-6ab899fe0a06} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3177 | 2024.12.20 22:27:55.175656 [ 192 ] {be340cd8-3bde-4f05-8e45-9e8a1492ad3b::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3178 | 2024.12.20 22:27:55.175782 [ 192 ] {be340cd8-3bde-4f05-8e45-9e8a1492ad3b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 1429 rows starting from the beginning of the part | ||
| 3179 | 2024.12.20 22:27:55.176118 [ 192 ] {be340cd8-3bde-4f05-8e45-9e8a1492ad3b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 1230 rows starting from the beginning of the part | ||
| 3180 | 2024.12.20 22:27:55.176569 [ 192 ] {be340cd8-3bde-4f05-8e45-9e8a1492ad3b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 56 rows starting from the beginning of the part | ||
| 3181 | 2024.12.20 22:27:55.176959 [ 192 ] {be340cd8-3bde-4f05-8e45-9e8a1492ad3b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 255 rows starting from the beginning of the part | ||
| 3182 | 2024.12.20 22:27:55.177409 [ 192 ] {be340cd8-3bde-4f05-8e45-9e8a1492ad3b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 88 rows starting from the beginning of the part | ||
| 3183 | 2024.12.20 22:27:55.177734 [ 192 ] {be340cd8-3bde-4f05-8e45-9e8a1492ad3b::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 257 rows starting from the beginning of the part | ||
| 3184 | 2024.12.20 22:27:55.178676 [ 262 ] {ba2b6d74-e1cc-4625-b317-6ab899fe0a06} <Trace> oximeter.fields_u16 (66d17a24-a3a1-42a5-bd94-b86efb1056dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3185 | 2024.12.20 22:27:55.178751 [ 262 ] {ba2b6d74-e1cc-4625-b317-6ab899fe0a06} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 3186 | 2024.12.20 22:27:55.179751 [ 262 ] {ba2b6d74-e1cc-4625-b317-6ab899fe0a06} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3187 | 2024.12.20 22:27:55.180378 [ 262 ] {ba2b6d74-e1cc-4625-b317-6ab899fe0a06} <Trace> oximeter.fields_u16 (66d17a24-a3a1-42a5-bd94-b86efb1056dd): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3188 | 2024.12.20 22:27:55.180680 [ 262 ] {ba2b6d74-e1cc-4625-b317-6ab899fe0a06} <Debug> executeQuery: Read 37 rows, 2.69 KiB in 0.005314 sec., 6962.7399322544225 rows/sec., 506.29 KiB/sec. | ||
| 3189 | 2024.12.20 22:27:55.180764 [ 262 ] {ba2b6d74-e1cc-4625-b317-6ab899fe0a06} <Debug> TCPHandler: Processed in 0.005698177 sec. | ||
| 3190 | 2024.12.20 22:27:55.181075 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3191 | 2024.12.20 22:27:55.181368 [ 195 ] {be340cd8-3bde-4f05-8e45-9e8a1492ad3b::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3315 rows, containing 5 columns (5 merged, 0 gathered) in 0.006234172 sec., 531746.6377251061 rows/sec., 46.62 MiB/sec. | ||
| 3192 | 2024.12.20 22:27:55.181425 [ 260 ] {e802868b-3c1b-49cf-900c-f73d30fd0b42} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3193 | 2024.12.20 22:27:55.181487 [ 260 ] {e802868b-3c1b-49cf-900c-f73d30fd0b42} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3194 | 2024.12.20 22:27:55.181691 [ 193 ] {be340cd8-3bde-4f05-8e45-9e8a1492ad3b::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3195 | 2024.12.20 22:27:55.182337 [ 193 ] {be340cd8-3bde-4f05-8e45-9e8a1492ad3b::all_1_21_4} <Trace> oximeter.fields_string (be340cd8-3bde-4f05-8e45-9e8a1492ad3b): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3196 | 2024.12.20 22:27:55.182544 [ 193 ] {be340cd8-3bde-4f05-8e45-9e8a1492ad3b::all_1_21_4} <Trace> oximeter.fields_string (be340cd8-3bde-4f05-8e45-9e8a1492ad3b) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3197 | 2024.12.20 22:27:55.182717 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. | ||
| 3198 | 2024.12.20 22:27:55.182804 [ 260 ] {e802868b-3c1b-49cf-900c-f73d30fd0b42} <Trace> oximeter.fields_u32 (50de29d4-f6c5-4f7c-8dac-40e276b5b3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3199 | 2024.12.20 22:27:55.182849 [ 260 ] {e802868b-3c1b-49cf-900c-f73d30fd0b42} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 3200 | 2024.12.20 22:27:55.183215 [ 260 ] {e802868b-3c1b-49cf-900c-f73d30fd0b42} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3201 | 2024.12.20 22:27:55.183457 [ 260 ] {e802868b-3c1b-49cf-900c-f73d30fd0b42} <Trace> oximeter.fields_u32 (50de29d4-f6c5-4f7c-8dac-40e276b5b3f8): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3202 | 2024.12.20 22:27:55.183682 [ 260 ] {e802868b-3c1b-49cf-900c-f73d30fd0b42} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002323 sec., 6026.689625484288 rows/sec., 422.07 KiB/sec. | ||
| 3203 | 2024.12.20 22:27:55.183740 [ 260 ] {e802868b-3c1b-49cf-900c-f73d30fd0b42} <Debug> TCPHandler: Processed in 0.002824458 sec. | ||
| 3204 | 2024.12.20 22:27:55.183887 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3205 | 2024.12.20 22:27:55.184031 [ 262 ] {7e8b1863-4bc0-4a8e-ae30-3c3205f58d2e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3206 | 2024.12.20 22:27:55.184092 [ 262 ] {7e8b1863-4bc0-4a8e-ae30-3c3205f58d2e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3207 | 2024.12.20 22:27:55.184725 [ 262 ] {7e8b1863-4bc0-4a8e-ae30-3c3205f58d2e} <Trace> oximeter.fields_u8 (bc6d9fff-42ef-4dc9-9b7c-2f27297e3062): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3208 | 2024.12.20 22:27:55.184766 [ 262 ] {7e8b1863-4bc0-4a8e-ae30-3c3205f58d2e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 3209 | 2024.12.20 22:27:55.185125 [ 262 ] {7e8b1863-4bc0-4a8e-ae30-3c3205f58d2e} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 3210 | 2024.12.20 22:27:55.185366 [ 262 ] {7e8b1863-4bc0-4a8e-ae30-3c3205f58d2e} <Trace> oximeter.fields_u8 (bc6d9fff-42ef-4dc9-9b7c-2f27297e3062): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3211 | 2024.12.20 22:27:55.185600 [ 262 ] {7e8b1863-4bc0-4a8e-ae30-3c3205f58d2e} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001603 sec., 8109.794135995009 rows/sec., 505.64 KiB/sec. | ||
| 3212 | 2024.12.20 22:27:55.185658 [ 262 ] {7e8b1863-4bc0-4a8e-ae30-3c3205f58d2e} <Debug> TCPHandler: Processed in 0.00184013 sec. | ||
| 3213 | 2024.12.20 22:27:55.185805 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3214 | 2024.12.20 22:27:55.185944 [ 260 ] {e942f8d4-c912-4ca0-bd45-5f78cc13e6a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3215 | 2024.12.20 22:27:55.186001 [ 260 ] {e942f8d4-c912-4ca0-bd45-5f78cc13e6a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3216 | 2024.12.20 22:27:55.186797 [ 260 ] {e942f8d4-c912-4ca0-bd45-5f78cc13e6a8} <Trace> oximeter.fields_uuid (fb7f0ac5-74a7-4737-ae05-0271c6750327): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3217 | 2024.12.20 22:27:55.186837 [ 260 ] {e942f8d4-c912-4ca0-bd45-5f78cc13e6a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 3218 | 2024.12.20 22:27:55.187222 [ 260 ] {e942f8d4-c912-4ca0-bd45-5f78cc13e6a8} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3219 | 2024.12.20 22:27:55.187462 [ 260 ] {e942f8d4-c912-4ca0-bd45-5f78cc13e6a8} <Trace> oximeter.fields_uuid (fb7f0ac5-74a7-4737-ae05-0271c6750327): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3220 | 2024.12.20 22:27:55.187665 [ 136 ] {} <Debug> oximeter.fields_uuid (fb7f0ac5-74a7-4737-ae05-0271c6750327) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3221 | 2024.12.20 22:27:55.187730 [ 260 ] {e942f8d4-c912-4ca0-bd45-5f78cc13e6a8} <Debug> executeQuery: Read 412 rows, 30.09 KiB in 0.001813 sec., 227247.6558190844 rows/sec., 16.21 MiB/sec. | ||
| 3222 | 2024.12.20 22:27:55.187752 [ 136 ] {} <Trace> oximeter.fields_uuid (fb7f0ac5-74a7-4737-ae05-0271c6750327): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3223 | 2024.12.20 22:27:55.187840 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 3224 | 2024.12.20 22:27:55.187868 [ 260 ] {e942f8d4-c912-4ca0-bd45-5f78cc13e6a8} <Debug> TCPHandler: Processed in 0.002123508 sec. | ||
| 3225 | 2024.12.20 22:27:55.188135 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3226 | 2024.12.20 22:27:55.188193 [ 192 ] {fb7f0ac5-74a7-4737-ae05-0271c6750327::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 | ||
| 3227 | 2024.12.20 22:27:55.188364 [ 262 ] {90251b1e-a8d5-447c-a773-0d74fe41c169} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3228 | 2024.12.20 22:27:55.188511 [ 262 ] {90251b1e-a8d5-447c-a773-0d74fe41c169} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3229 | 2024.12.20 22:27:55.188533 [ 192 ] {fb7f0ac5-74a7-4737-ae05-0271c6750327::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3230 | 2024.12.20 22:27:55.188641 [ 192 ] {fb7f0ac5-74a7-4737-ae05-0271c6750327::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 903 rows starting from the beginning of the part | ||
| 3231 | 2024.12.20 22:27:55.188989 [ 192 ] {fb7f0ac5-74a7-4737-ae05-0271c6750327::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 540 rows starting from the beginning of the part | ||
| 3232 | 2024.12.20 22:27:55.189376 [ 192 ] {fb7f0ac5-74a7-4737-ae05-0271c6750327::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 64 rows starting from the beginning of the part | ||
| 3233 | 2024.12.20 22:27:55.189797 [ 192 ] {fb7f0ac5-74a7-4737-ae05-0271c6750327::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 408 rows starting from the beginning of the part | ||
| 3234 | 2024.12.20 22:27:55.190044 [ 192 ] {fb7f0ac5-74a7-4737-ae05-0271c6750327::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 80 rows starting from the beginning of the part | ||
| 3235 | 2024.12.20 22:27:55.190390 [ 192 ] {fb7f0ac5-74a7-4737-ae05-0271c6750327::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 412 rows starting from the beginning of the part | ||
| 3236 | 2024.12.20 22:27:55.191190 [ 262 ] {90251b1e-a8d5-447c-a773-0d74fe41c169} <Trace> oximeter.measurements_bool (902c9248-495c-4a1f-8676-b52592dc679b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3237 | 2024.12.20 22:27:55.191249 [ 262 ] {90251b1e-a8d5-447c-a773-0d74fe41c169} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 3238 | 2024.12.20 22:27:55.192187 [ 262 ] {90251b1e-a8d5-447c-a773-0d74fe41c169} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 3239 | 2024.12.20 22:27:55.192753 [ 262 ] {90251b1e-a8d5-447c-a773-0d74fe41c169} <Trace> oximeter.measurements_bool (902c9248-495c-4a1f-8676-b52592dc679b): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3240 | 2024.12.20 22:27:55.192984 [ 136 ] {} <Debug> oximeter.measurements_bool (902c9248-495c-4a1f-8676-b52592dc679b) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 3241 | 2024.12.20 22:27:55.193068 [ 136 ] {} <Trace> oximeter.measurements_bool (902c9248-495c-4a1f-8676-b52592dc679b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3242 | 2024.12.20 22:27:55.193126 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 3243 | 2024.12.20 22:27:55.193164 [ 262 ] {90251b1e-a8d5-447c-a773-0d74fe41c169} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004871 sec., 1231.7799219872716 rows/sec., 64.36 KiB/sec. | ||
| 3244 | 2024.12.20 22:27:55.193479 [ 262 ] {90251b1e-a8d5-447c-a773-0d74fe41c169} <Debug> TCPHandler: Processed in 0.005499712 sec. | ||
| 3245 | 2024.12.20 22:27:55.194194 [ 197 ] {902c9248-495c-4a1f-8676-b52592dc679b::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 | ||
| 3246 | 2024.12.20 22:27:55.194283 [ 195 ] {fb7f0ac5-74a7-4737-ae05-0271c6750327::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2407 rows, containing 5 columns (5 merged, 0 gathered) in 0.006297204 sec., 382233.1307672421 rows/sec., 29.31 MiB/sec. | ||
| 3247 | 2024.12.20 22:27:55.194370 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3248 | 2024.12.20 22:27:55.194465 [ 197 ] {902c9248-495c-4a1f-8676-b52592dc679b::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3249 | 2024.12.20 22:27:55.194549 [ 197 ] {902c9248-495c-4a1f-8676-b52592dc679b::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 | ||
| 3250 | 2024.12.20 22:27:55.194642 [ 195 ] {fb7f0ac5-74a7-4737-ae05-0271c6750327::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3251 | 2024.12.20 22:27:55.194687 [ 260 ] {3c622f75-8d11-4bbf-95dd-4d298288f3af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3252 | 2024.12.20 22:27:55.194998 [ 197 ] {902c9248-495c-4a1f-8676-b52592dc679b::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 | ||
| 3253 | 2024.12.20 22:27:55.194984 [ 260 ] {3c622f75-8d11-4bbf-95dd-4d298288f3af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3254 | 2024.12.20 22:27:55.195472 [ 197 ] {902c9248-495c-4a1f-8676-b52592dc679b::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 | ||
| 3255 | 2024.12.20 22:27:55.195910 [ 197 ] {902c9248-495c-4a1f-8676-b52592dc679b::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 | ||
| 3256 | 2024.12.20 22:27:55.196102 [ 195 ] {fb7f0ac5-74a7-4737-ae05-0271c6750327::all_1_21_4} <Trace> oximeter.fields_uuid (fb7f0ac5-74a7-4737-ae05-0271c6750327): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3257 | 2024.12.20 22:27:55.196380 [ 197 ] {902c9248-495c-4a1f-8676-b52592dc679b::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 | ||
| 3258 | 2024.12.20 22:27:55.196496 [ 195 ] {fb7f0ac5-74a7-4737-ae05-0271c6750327::all_1_21_4} <Trace> oximeter.fields_uuid (fb7f0ac5-74a7-4737-ae05-0271c6750327) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3259 | 2024.12.20 22:27:55.196831 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. | ||
| 3260 | 2024.12.20 22:27:55.196844 [ 197 ] {902c9248-495c-4a1f-8676-b52592dc679b::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 | ||
| 3261 | 2024.12.20 22:27:55.198737 [ 260 ] {3c622f75-8d11-4bbf-95dd-4d298288f3af} <Trace> oximeter.measurements_cumulativeu64 (2e833ed7-efb3-49ee-873b-fe7dc1d5762e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3262 | 2024.12.20 22:27:55.198810 [ 260 ] {3c622f75-8d11-4bbf-95dd-4d298288f3af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 3263 | 2024.12.20 22:27:55.199875 [ 192 ] {902c9248-495c-4a1f-8676-b52592dc679b::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 4 columns (4 merged, 0 gathered) in 0.006636224 sec., 5424.771677387623 rows/sec., 283.42 KiB/sec. | ||
| 3264 | 2024.12.20 22:27:55.199942 [ 260 ] {3c622f75-8d11-4bbf-95dd-4d298288f3af} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3265 | 2024.12.20 22:27:55.200094 [ 192 ] {902c9248-495c-4a1f-8676-b52592dc679b::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 3266 | 2024.12.20 22:27:55.200444 [ 260 ] {3c622f75-8d11-4bbf-95dd-4d298288f3af} <Trace> oximeter.measurements_cumulativeu64 (2e833ed7-efb3-49ee-873b-fe7dc1d5762e): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3267 | 2024.12.20 22:27:55.200704 [ 136 ] {} <Debug> oximeter.measurements_cumulativeu64 (2e833ed7-efb3-49ee-873b-fe7dc1d5762e) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3268 | 2024.12.20 22:27:55.200763 [ 192 ] {902c9248-495c-4a1f-8676-b52592dc679b::all_1_6_1} <Trace> oximeter.measurements_bool (902c9248-495c-4a1f-8676-b52592dc679b): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3269 | 2024.12.20 22:27:55.200811 [ 136 ] {} <Trace> oximeter.measurements_cumulativeu64 (2e833ed7-efb3-49ee-873b-fe7dc1d5762e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3270 | 2024.12.20 22:27:55.200889 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 3271 | 2024.12.20 22:27:55.201023 [ 260 ] {3c622f75-8d11-4bbf-95dd-4d298288f3af} <Debug> executeQuery: Read 239 rows, 16.41 KiB in 0.006398 sec., 37355.42356986558 rows/sec., 2.50 MiB/sec. | ||
| 3272 | 2024.12.20 22:27:55.201070 [ 192 ] {902c9248-495c-4a1f-8676-b52592dc679b::all_1_6_1} <Trace> oximeter.measurements_bool (902c9248-495c-4a1f-8676-b52592dc679b) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 3273 | 2024.12.20 22:27:55.201413 [ 195 ] {2e833ed7-efb3-49ee-873b-fe7dc1d5762e::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 | ||
| 3274 | 2024.12.20 22:27:55.201498 [ 260 ] {3c622f75-8d11-4bbf-95dd-4d298288f3af} <Debug> TCPHandler: Processed in 0.007824446 sec. | ||
| 3275 | 2024.12.20 22:27:55.201839 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3276 | 2024.12.20 22:27:55.202135 [ 195 ] {2e833ed7-efb3-49ee-873b-fe7dc1d5762e::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3277 | 2024.12.20 22:27:55.202254 [ 195 ] {2e833ed7-efb3-49ee-873b-fe7dc1d5762e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 5481 rows starting from the beginning of the part | ||
| 3278 | 2024.12.20 22:27:55.202271 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.22 MiB. | ||
| 3279 | 2024.12.20 22:27:55.202290 [ 262 ] {8e385500-b217-44c3-b808-bb4587816e90} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3280 | 2024.12.20 22:27:55.202468 [ 262 ] {8e385500-b217-44c3-b808-bb4587816e90} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3281 | 2024.12.20 22:27:55.202554 [ 195 ] {2e833ed7-efb3-49ee-873b-fe7dc1d5762e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 964 rows starting from the beginning of the part | ||
| 3282 | 2024.12.20 22:27:55.202994 [ 195 ] {2e833ed7-efb3-49ee-873b-fe7dc1d5762e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 44 rows starting from the beginning of the part | ||
| 3283 | 2024.12.20 22:27:55.203431 [ 195 ] {2e833ed7-efb3-49ee-873b-fe7dc1d5762e::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 | ||
| 3284 | 2024.12.20 22:27:55.203738 [ 195 ] {2e833ed7-efb3-49ee-873b-fe7dc1d5762e::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 | ||
| 3285 | 2024.12.20 22:27:55.204064 [ 195 ] {2e833ed7-efb3-49ee-873b-fe7dc1d5762e::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 239 rows starting from the beginning of the part | ||
| 3286 | 2024.12.20 22:27:55.204885 [ 262 ] {8e385500-b217-44c3-b808-bb4587816e90} <Trace> oximeter.measurements_f64 (24a8fd20-3063-40e7-bd7e-0a899ffef70a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3287 | 2024.12.20 22:27:55.204952 [ 262 ] {8e385500-b217-44c3-b808-bb4587816e90} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 3288 | 2024.12.20 22:27:55.205566 [ 262 ] {8e385500-b217-44c3-b808-bb4587816e90} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 3289 | 2024.12.20 22:27:55.206030 [ 262 ] {8e385500-b217-44c3-b808-bb4587816e90} <Trace> oximeter.measurements_f64 (24a8fd20-3063-40e7-bd7e-0a899ffef70a): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3290 | 2024.12.20 22:27:55.206446 [ 136 ] {} <Debug> oximeter.measurements_f64 (24a8fd20-3063-40e7-bd7e-0a899ffef70a) (MergerMutator): Selected 6 parts from all_1_1_0 to all_6_6_0 | ||
| 3291 | 2024.12.20 22:27:55.206590 [ 262 ] {8e385500-b217-44c3-b808-bb4587816e90} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.004416 sec., 226.44927536231884 rows/sec., 15.26 KiB/sec. | ||
| 3292 | 2024.12.20 22:27:55.206610 [ 136 ] {} <Trace> oximeter.measurements_f64 (24a8fd20-3063-40e7-bd7e-0a899ffef70a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3293 | 2024.12.20 22:27:55.206736 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 3294 | 2024.12.20 22:27:55.206870 [ 262 ] {8e385500-b217-44c3-b808-bb4587816e90} <Debug> TCPHandler: Processed in 0.005231674 sec. | ||
| 3295 | 2024.12.20 22:27:55.207206 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3296 | 2024.12.20 22:27:55.207252 [ 197 ] {24a8fd20-3063-40e7-bd7e-0a899ffef70a::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 | ||
| 3297 | 2024.12.20 22:27:55.207478 [ 260 ] {86f49a26-f36f-4b3f-b7f6-a305aef00154} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3298 | 2024.12.20 22:27:55.207516 [ 197 ] {24a8fd20-3063-40e7-bd7e-0a899ffef70a::all_1_6_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3299 | 2024.12.20 22:27:55.207587 [ 197 ] {24a8fd20-3063-40e7-bd7e-0a899ffef70a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 2 rows starting from the beginning of the part | ||
| 3300 | 2024.12.20 22:27:55.207701 [ 260 ] {86f49a26-f36f-4b3f-b7f6-a305aef00154} <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 | ||
| 3301 | 2024.12.20 22:27:55.208020 [ 197 ] {24a8fd20-3063-40e7-bd7e-0a899ffef70a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 1 rows starting from the beginning of the part | ||
| 3302 | 2024.12.20 22:27:55.208628 [ 197 ] {24a8fd20-3063-40e7-bd7e-0a899ffef70a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 1 rows starting from the beginning of the part | ||
| 3303 | 2024.12.20 22:27:55.209208 [ 197 ] {24a8fd20-3063-40e7-bd7e-0a899ffef70a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 1 rows starting from the beginning of the part | ||
| 3304 | 2024.12.20 22:27:55.209740 [ 197 ] {24a8fd20-3063-40e7-bd7e-0a899ffef70a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 1 rows starting from the beginning of the part | ||
| 3305 | 2024.12.20 22:27:55.210239 [ 197 ] {24a8fd20-3063-40e7-bd7e-0a899ffef70a::all_1_6_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 1 rows starting from the beginning of the part | ||
| 3306 | 2024.12.20 22:27:55.210251 [ 195 ] {2e833ed7-efb3-49ee-873b-fe7dc1d5762e::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7125 rows, containing 5 columns (5 merged, 0 gathered) in 0.009223985 sec., 772442.7132090956 rows/sec., 52.17 MiB/sec. | ||
| 3307 | 2024.12.20 22:27:55.211427 [ 186 ] {2e833ed7-efb3-49ee-873b-fe7dc1d5762e::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3308 | 2024.12.20 22:27:55.213247 [ 195 ] {2e833ed7-efb3-49ee-873b-fe7dc1d5762e::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (2e833ed7-efb3-49ee-873b-fe7dc1d5762e): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3309 | 2024.12.20 22:27:55.213674 [ 195 ] {2e833ed7-efb3-49ee-873b-fe7dc1d5762e::all_1_21_4} <Trace> oximeter.measurements_cumulativeu64 (2e833ed7-efb3-49ee-873b-fe7dc1d5762e) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3310 | 2024.12.20 22:27:55.214018 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.42 MiB. | ||
| 3311 | 2024.12.20 22:27:55.214946 [ 197 ] {24a8fd20-3063-40e7-bd7e-0a899ffef70a::all_1_6_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7 rows, containing 4 columns (4 merged, 0 gathered) in 0.008035501 sec., 871.1342329495073 rows/sec., 58.21 KiB/sec. | ||
| 3312 | 2024.12.20 22:27:55.215154 [ 197 ] {24a8fd20-3063-40e7-bd7e-0a899ffef70a::all_1_6_1} <Trace> MergedBlockOutputStream: filled checksums all_1_6_1 (state Temporary) | ||
| 3313 | 2024.12.20 22:27:55.215713 [ 260 ] {86f49a26-f36f-4b3f-b7f6-a305aef00154} <Trace> oximeter.measurements_histogramu64 (cfe0444f-6b19-4855-b696-cc295685d98f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3314 | 2024.12.20 22:27:55.215738 [ 197 ] {24a8fd20-3063-40e7-bd7e-0a899ffef70a::all_1_6_1} <Trace> oximeter.measurements_f64 (24a8fd20-3063-40e7-bd7e-0a899ffef70a): Renaming temporary part tmp_merge_all_1_6_1 to all_1_6_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3315 | 2024.12.20 22:27:55.215783 [ 260 ] {86f49a26-f36f-4b3f-b7f6-a305aef00154} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 3316 | 2024.12.20 22:27:55.215893 [ 197 ] {24a8fd20-3063-40e7-bd7e-0a899ffef70a::all_1_6_1} <Trace> oximeter.measurements_f64 (24a8fd20-3063-40e7-bd7e-0a899ffef70a) (MergerMutator): Merged 6 parts: [all_1_1_0, all_6_6_0] -> all_1_6_1 | ||
| 3317 | 2024.12.20 22:27:55.216055 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 3318 | 2024.12.20 22:27:55.216673 [ 260 ] {86f49a26-f36f-4b3f-b7f6-a305aef00154} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3319 | 2024.12.20 22:27:55.216955 [ 260 ] {86f49a26-f36f-4b3f-b7f6-a305aef00154} <Trace> oximeter.measurements_histogramu64 (cfe0444f-6b19-4855-b696-cc295685d98f): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3320 | 2024.12.20 22:27:55.217226 [ 260 ] {86f49a26-f36f-4b3f-b7f6-a305aef00154} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.009852 sec., 2639.058059277304 rows/sec., 4.73 MiB/sec. | ||
| 3321 | 2024.12.20 22:27:55.217365 [ 260 ] {86f49a26-f36f-4b3f-b7f6-a305aef00154} <Debug> TCPHandler: Processed in 0.010358865 sec. | ||
| 3322 | 2024.12.20 22:27:55.217529 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3323 | 2024.12.20 22:27:55.217668 [ 262 ] {c75b47da-63f7-49b6-aa6e-0f8156a1af62} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3324 | 2024.12.20 22:27:55.217727 [ 262 ] {c75b47da-63f7-49b6-aa6e-0f8156a1af62} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3325 | 2024.12.20 22:27:55.218308 [ 262 ] {c75b47da-63f7-49b6-aa6e-0f8156a1af62} <Trace> oximeter.measurements_u64 (b5f8915a-997f-4944-a48b-a878169c21e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3326 | 2024.12.20 22:27:55.218355 [ 262 ] {c75b47da-63f7-49b6-aa6e-0f8156a1af62} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 3327 | 2024.12.20 22:27:55.218737 [ 262 ] {c75b47da-63f7-49b6-aa6e-0f8156a1af62} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 3328 | 2024.12.20 22:27:55.218975 [ 262 ] {c75b47da-63f7-49b6-aa6e-0f8156a1af62} <Trace> oximeter.measurements_u64 (b5f8915a-997f-4944-a48b-a878169c21e0): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3329 | 2024.12.20 22:27:55.219136 [ 136 ] {} <Debug> oximeter.measurements_u64 (b5f8915a-997f-4944-a48b-a878169c21e0) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 3330 | 2024.12.20 22:27:55.219203 [ 136 ] {} <Trace> oximeter.measurements_u64 (b5f8915a-997f-4944-a48b-a878169c21e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3331 | 2024.12.20 22:27:55.219232 [ 136 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 3332 | 2024.12.20 22:27:55.219252 [ 262 ] {c75b47da-63f7-49b6-aa6e-0f8156a1af62} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001611 sec., 50900.06207324643 rows/sec., 3.23 MiB/sec. | ||
| 3333 | 2024.12.20 22:27:55.219474 [ 262 ] {c75b47da-63f7-49b6-aa6e-0f8156a1af62} <Debug> TCPHandler: Processed in 0.002004516 sec. | ||
| 3334 | 2024.12.20 22:27:55.219516 [ 195 ] {b5f8915a-997f-4944-a48b-a878169c21e0::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 | ||
| 3335 | 2024.12.20 22:27:55.219659 [ 195 ] {b5f8915a-997f-4944-a48b-a878169c21e0::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3336 | 2024.12.20 22:27:55.219694 [ 195 ] {b5f8915a-997f-4944-a48b-a878169c21e0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 886 rows starting from the beginning of the part | ||
| 3337 | 2024.12.20 22:27:55.219812 [ 195 ] {b5f8915a-997f-4944-a48b-a878169c21e0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 42 rows starting from the beginning of the part | ||
| 3338 | 2024.12.20 22:27:55.219957 [ 195 ] {b5f8915a-997f-4944-a48b-a878169c21e0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 18 rows starting from the beginning of the part | ||
| 3339 | 2024.12.20 22:27:55.220169 [ 195 ] {b5f8915a-997f-4944-a48b-a878169c21e0::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 | ||
| 3340 | 2024.12.20 22:27:55.220343 [ 195 ] {b5f8915a-997f-4944-a48b-a878169c21e0::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 | ||
| 3341 | 2024.12.20 22:27:55.220457 [ 195 ] {b5f8915a-997f-4944-a48b-a878169c21e0::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 82 rows starting from the beginning of the part | ||
| 3342 | 2024.12.20 22:27:55.221685 [ 199 ] {b5f8915a-997f-4944-a48b-a878169c21e0::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1170 rows, containing 4 columns (4 merged, 0 gathered) in 0.002359096 sec., 495952.6869614462 rows/sec., 32.57 MiB/sec. | ||
| 3343 | 2024.12.20 22:27:55.221888 [ 199 ] {b5f8915a-997f-4944-a48b-a878169c21e0::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 3344 | 2024.12.20 22:27:55.222205 [ 199 ] {b5f8915a-997f-4944-a48b-a878169c21e0::all_1_21_4} <Trace> oximeter.measurements_u64 (b5f8915a-997f-4944-a48b-a878169c21e0): 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.20 22:27:55.222295 [ 199 ] {b5f8915a-997f-4944-a48b-a878169c21e0::all_1_21_4} <Trace> oximeter.measurements_u64 (b5f8915a-997f-4944-a48b-a878169c21e0) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 3346 | 2024.12.20 22:27:55.222374 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.40 MiB. | ||
| 3347 | 2024.12.20 22:27:56.892254 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 6893 | ||
| 3348 | 2024.12.20 22:27:56.892950 [ 242 ] {} <Trace> system.asynchronous_metric_log (872a84c2-09da-4c20-9ea0-5cf32b1a4df4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3349 | 2024.12.20 22:27:56.893003 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 3350 | 2024.12.20 22:27:56.893558 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3351 | 2024.12.20 22:27:56.893818 [ 242 ] {} <Trace> system.asynchronous_metric_log (872a84c2-09da-4c20-9ea0-5cf32b1a4df4): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3352 | 2024.12.20 22:27:56.894072 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 6893 | ||
| 3353 | 2024.12.20 22:27:57.344230 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 114 | ||
| 3354 | 2024.12.20 22:27:57.366692 [ 244 ] {} <Trace> system.metric_log (fe7f8d4b-b36f-4a64-a142-f4747bcb5bba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3355 | 2024.12.20 22:27:57.366832 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.13 GiB. | ||
| 3356 | 2024.12.20 22:27:57.375781 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3357 | 2024.12.20 22:27:57.376586 [ 244 ] {} <Trace> system.metric_log (fe7f8d4b-b36f-4a64-a142-f4747bcb5bba): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3358 | 2024.12.20 22:27:57.379602 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 114 | ||
| 3359 | 2024.12.20 22:28:00.162941 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3360 | 2024.12.20 22:28:00.163137 [ 260 ] {a3902e54-148c-4066-9b90-1896cfa18423} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3361 | 2024.12.20 22:28:00.163215 [ 260 ] {a3902e54-148c-4066-9b90-1896cfa18423} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3362 | 2024.12.20 22:28:00.164070 [ 260 ] {a3902e54-148c-4066-9b90-1896cfa18423} <Trace> oximeter.fields_string (be340cd8-3bde-4f05-8e45-9e8a1492ad3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3363 | 2024.12.20 22:28:00.164123 [ 260 ] {a3902e54-148c-4066-9b90-1896cfa18423} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 3364 | 2024.12.20 22:28:00.164651 [ 260 ] {a3902e54-148c-4066-9b90-1896cfa18423} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3365 | 2024.12.20 22:28:00.165090 [ 260 ] {a3902e54-148c-4066-9b90-1896cfa18423} <Trace> oximeter.fields_string (be340cd8-3bde-4f05-8e45-9e8a1492ad3b): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3366 | 2024.12.20 22:28:00.165367 [ 260 ] {a3902e54-148c-4066-9b90-1896cfa18423} <Debug> executeQuery: Read 88 rows, 7.43 KiB in 0.00228 sec., 38596.491228070176 rows/sec., 3.18 MiB/sec. | ||
| 3367 | 2024.12.20 22:28:00.165460 [ 260 ] {a3902e54-148c-4066-9b90-1896cfa18423} <Debug> TCPHandler: Processed in 0.002666184 sec. | ||
| 3368 | 2024.12.20 22:28:00.165772 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3369 | 2024.12.20 22:28:00.166016 [ 262 ] {b92cec21-82b0-4bb3-b011-26f546627a70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3370 | 2024.12.20 22:28:00.166124 [ 262 ] {b92cec21-82b0-4bb3-b011-26f546627a70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3371 | 2024.12.20 22:28:00.167129 [ 262 ] {b92cec21-82b0-4bb3-b011-26f546627a70} <Trace> oximeter.fields_u16 (66d17a24-a3a1-42a5-bd94-b86efb1056dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3372 | 2024.12.20 22:28:00.167195 [ 262 ] {b92cec21-82b0-4bb3-b011-26f546627a70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 3373 | 2024.12.20 22:28:00.167700 [ 262 ] {b92cec21-82b0-4bb3-b011-26f546627a70} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3374 | 2024.12.20 22:28:00.167974 [ 262 ] {b92cec21-82b0-4bb3-b011-26f546627a70} <Trace> oximeter.fields_u16 (66d17a24-a3a1-42a5-bd94-b86efb1056dd): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3375 | 2024.12.20 22:28:00.168246 [ 262 ] {b92cec21-82b0-4bb3-b011-26f546627a70} <Debug> executeQuery: Read 16 rows, 1.20 KiB in 0.002298 sec., 6962.576153176675 rows/sec., 523.55 KiB/sec. | ||
| 3376 | 2024.12.20 22:28:00.168437 [ 262 ] {b92cec21-82b0-4bb3-b011-26f546627a70} <Debug> TCPHandler: Processed in 0.002834969 sec. | ||
| 3377 | 2024.12.20 22:28:00.168682 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3378 | 2024.12.20 22:28:00.168851 [ 260 ] {256e4e7f-cd18-40aa-acfd-a0aa36e672d3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3379 | 2024.12.20 22:28:00.168926 [ 260 ] {256e4e7f-cd18-40aa-acfd-a0aa36e672d3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3380 | 2024.12.20 22:28:00.169807 [ 260 ] {256e4e7f-cd18-40aa-acfd-a0aa36e672d3} <Trace> oximeter.fields_uuid (fb7f0ac5-74a7-4737-ae05-0271c6750327): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3381 | 2024.12.20 22:28:00.169859 [ 260 ] {256e4e7f-cd18-40aa-acfd-a0aa36e672d3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 3382 | 2024.12.20 22:28:00.170415 [ 260 ] {256e4e7f-cd18-40aa-acfd-a0aa36e672d3} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3383 | 2024.12.20 22:28:00.170780 [ 260 ] {256e4e7f-cd18-40aa-acfd-a0aa36e672d3} <Trace> oximeter.fields_uuid (fb7f0ac5-74a7-4737-ae05-0271c6750327): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3384 | 2024.12.20 22:28:00.171039 [ 260 ] {256e4e7f-cd18-40aa-acfd-a0aa36e672d3} <Debug> executeQuery: Read 80 rows, 6.40 KiB in 0.00223 sec., 35874.439461883405 rows/sec., 2.80 MiB/sec. | ||
| 3385 | 2024.12.20 22:28:00.171175 [ 260 ] {256e4e7f-cd18-40aa-acfd-a0aa36e672d3} <Debug> TCPHandler: Processed in 0.002581181 sec. | ||
| 3386 | 2024.12.20 22:28:00.171386 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3387 | 2024.12.20 22:28:00.171534 [ 262 ] {cb603263-0ff4-4aa9-a02c-8eac1a02483a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3388 | 2024.12.20 22:28:00.171597 [ 262 ] {cb603263-0ff4-4aa9-a02c-8eac1a02483a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3389 | 2024.12.20 22:28:00.172218 [ 262 ] {cb603263-0ff4-4aa9-a02c-8eac1a02483a} <Trace> oximeter.measurements_cumulativeu64 (2e833ed7-efb3-49ee-873b-fe7dc1d5762e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3390 | 2024.12.20 22:28:00.172262 [ 262 ] {cb603263-0ff4-4aa9-a02c-8eac1a02483a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 3391 | 2024.12.20 22:28:00.172724 [ 262 ] {cb603263-0ff4-4aa9-a02c-8eac1a02483a} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3392 | 2024.12.20 22:28:00.172980 [ 262 ] {cb603263-0ff4-4aa9-a02c-8eac1a02483a} <Trace> oximeter.measurements_cumulativeu64 (2e833ed7-efb3-49ee-873b-fe7dc1d5762e): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3393 | 2024.12.20 22:28:00.173211 [ 262 ] {cb603263-0ff4-4aa9-a02c-8eac1a02483a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001711 sec., 93512.56575102279 rows/sec., 6.51 MiB/sec. | ||
| 3394 | 2024.12.20 22:28:00.173285 [ 262 ] {cb603263-0ff4-4aa9-a02c-8eac1a02483a} <Debug> TCPHandler: Processed in 0.001970115 sec. | ||
| 3395 | 2024.12.20 22:28:00.173441 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3396 | 2024.12.20 22:28:00.173569 [ 260 ] {8e3d11d1-280d-442a-9ed0-bd6c348f52ad} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3397 | 2024.12.20 22:28:00.173655 [ 260 ] {8e3d11d1-280d-442a-9ed0-bd6c348f52ad} <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 | ||
| 3398 | 2024.12.20 22:28:00.175111 [ 260 ] {8e3d11d1-280d-442a-9ed0-bd6c348f52ad} <Trace> oximeter.measurements_histogramu64 (cfe0444f-6b19-4855-b696-cc295685d98f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3399 | 2024.12.20 22:28:00.175152 [ 260 ] {8e3d11d1-280d-442a-9ed0-bd6c348f52ad} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 3400 | 2024.12.20 22:28:00.175824 [ 260 ] {8e3d11d1-280d-442a-9ed0-bd6c348f52ad} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 3401 | 2024.12.20 22:28:00.176089 [ 260 ] {8e3d11d1-280d-442a-9ed0-bd6c348f52ad} <Trace> oximeter.measurements_histogramu64 (cfe0444f-6b19-4855-b696-cc295685d98f): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3402 | 2024.12.20 22:28:00.176299 [ 260 ] {8e3d11d1-280d-442a-9ed0-bd6c348f52ad} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002757 sec., 5803.409503083061 rows/sec., 10.40 MiB/sec. | ||
| 3403 | 2024.12.20 22:28:00.176417 [ 260 ] {8e3d11d1-280d-442a-9ed0-bd6c348f52ad} <Debug> TCPHandler: Processed in 0.003035944 sec. | ||
| 3404 | 2024.12.20 22:28:00.176581 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3405 | 2024.12.20 22:28:00.176711 [ 262 ] {63f5e5d1-9f4d-46a5-a10e-71fdd97abe64} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3406 | 2024.12.20 22:28:00.176768 [ 262 ] {63f5e5d1-9f4d-46a5-a10e-71fdd97abe64} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3407 | 2024.12.20 22:28:00.177299 [ 262 ] {63f5e5d1-9f4d-46a5-a10e-71fdd97abe64} <Trace> oximeter.measurements_u64 (b5f8915a-997f-4944-a48b-a878169c21e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3408 | 2024.12.20 22:28:00.177342 [ 262 ] {63f5e5d1-9f4d-46a5-a10e-71fdd97abe64} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 3409 | 2024.12.20 22:28:00.177750 [ 262 ] {63f5e5d1-9f4d-46a5-a10e-71fdd97abe64} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 3410 | 2024.12.20 22:28:00.178001 [ 262 ] {63f5e5d1-9f4d-46a5-a10e-71fdd97abe64} <Trace> oximeter.measurements_u64 (b5f8915a-997f-4944-a48b-a878169c21e0): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3411 | 2024.12.20 22:28:00.178221 [ 262 ] {63f5e5d1-9f4d-46a5-a10e-71fdd97abe64} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00154 sec., 38961.03896103896 rows/sec., 2.63 MiB/sec. | ||
| 3412 | 2024.12.20 22:28:00.178277 [ 262 ] {63f5e5d1-9f4d-46a5-a10e-71fdd97abe64} <Debug> TCPHandler: Processed in 0.001756338 sec. | ||
| 3413 | 2024.12.20 22:28:04.311268 [ 122 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3414 | 2024.12.20 22:28:04.311343 [ 122 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3415 | 2024.12.20 22:28:04.394188 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 7381 | ||
| 3416 | 2024.12.20 22:28:04.394872 [ 242 ] {} <Trace> system.asynchronous_metric_log (872a84c2-09da-4c20-9ea0-5cf32b1a4df4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3417 | 2024.12.20 22:28:04.394919 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 3418 | 2024.12.20 22:28:04.395562 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3419 | 2024.12.20 22:28:04.395833 [ 242 ] {} <Trace> system.asynchronous_metric_log (872a84c2-09da-4c20-9ea0-5cf32b1a4df4): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3420 | 2024.12.20 22:28:04.395990 [ 122 ] {} <Debug> system.asynchronous_metric_log (872a84c2-09da-4c20-9ea0-5cf32b1a4df4) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3421 | 2024.12.20 22:28:04.396047 [ 122 ] {} <Trace> system.asynchronous_metric_log (872a84c2-09da-4c20-9ea0-5cf32b1a4df4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3422 | 2024.12.20 22:28:04.396051 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7381 | ||
| 3423 | 2024.12.20 22:28:04.396073 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 3424 | 2024.12.20 22:28:04.396394 [ 197 ] {872a84c2-09da-4c20-9ea0-5cf32b1a4df4::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 | ||
| 3425 | 2024.12.20 22:28:04.396586 [ 197 ] {872a84c2-09da-4c20-9ea0-5cf32b1a4df4::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3426 | 2024.12.20 22:28:04.396635 [ 197 ] {872a84c2-09da-4c20-9ea0-5cf32b1a4df4::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 | ||
| 3427 | 2024.12.20 22:28:04.396737 [ 197 ] {872a84c2-09da-4c20-9ea0-5cf32b1a4df4::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 | ||
| 3428 | 2024.12.20 22:28:04.396926 [ 197 ] {872a84c2-09da-4c20-9ea0-5cf32b1a4df4::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 | ||
| 3429 | 2024.12.20 22:28:04.397120 [ 197 ] {872a84c2-09da-4c20-9ea0-5cf32b1a4df4::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 | ||
| 3430 | 2024.12.20 22:28:04.397260 [ 197 ] {872a84c2-09da-4c20-9ea0-5cf32b1a4df4::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 | ||
| 3431 | 2024.12.20 22:28:04.397389 [ 197 ] {872a84c2-09da-4c20-9ea0-5cf32b1a4df4::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 | ||
| 3432 | 2024.12.20 22:28:04.399114 [ 199 ] {872a84c2-09da-4c20-9ea0-5cf32b1a4df4::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 7381 rows, containing 4 columns (4 merged, 0 gathered) in 0.002943061 sec., 2507933.066966672 rows/sec., 35.88 MiB/sec. | ||
| 3433 | 2024.12.20 22:28:04.400028 [ 200 ] {872a84c2-09da-4c20-9ea0-5cf32b1a4df4::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3434 | 2024.12.20 22:28:04.400429 [ 200 ] {872a84c2-09da-4c20-9ea0-5cf32b1a4df4::all_1_16_3} <Trace> system.asynchronous_metric_log (872a84c2-09da-4c20-9ea0-5cf32b1a4df4): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3435 | 2024.12.20 22:28:04.400534 [ 200 ] {872a84c2-09da-4c20-9ea0-5cf32b1a4df4::all_1_16_3} <Trace> system.asynchronous_metric_log (872a84c2-09da-4c20-9ea0-5cf32b1a4df4) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3436 | 2024.12.20 22:28:04.400667 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB. | ||
| 3437 | 2024.12.20 22:28:04.415294 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 490 | ||
| 3438 | 2024.12.20 22:28:04.418603 [ 243 ] {} <Trace> system.query_log (cb6910fd-3f74-40bb-afeb-929e53918d3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3439 | 2024.12.20 22:28:04.418665 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 3440 | 2024.12.20 22:28:04.420231 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3441 | 2024.12.20 22:28:04.420555 [ 243 ] {} <Trace> system.query_log (cb6910fd-3f74-40bb-afeb-929e53918d3c): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3442 | 2024.12.20 22:28:04.420762 [ 122 ] {} <Debug> system.query_log (cb6910fd-3f74-40bb-afeb-929e53918d3c) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3443 | 2024.12.20 22:28:04.420861 [ 122 ] {} <Trace> system.query_log (cb6910fd-3f74-40bb-afeb-929e53918d3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3444 | 2024.12.20 22:28:04.420932 [ 122 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 3445 | 2024.12.20 22:28:04.421181 [ 199 ] {cb6910fd-3f74-40bb-afeb-929e53918d3c::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 | ||
| 3446 | 2024.12.20 22:28:04.421811 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 490 | ||
| 3447 | 2024.12.20 22:28:04.422117 [ 199 ] {cb6910fd-3f74-40bb-afeb-929e53918d3c::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3448 | 2024.12.20 22:28:04.422251 [ 199 ] {cb6910fd-3f74-40bb-afeb-929e53918d3c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 298 rows starting from the beginning of the part | ||
| 3449 | 2024.12.20 22:28:04.422796 [ 199 ] {cb6910fd-3f74-40bb-afeb-929e53918d3c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 36 rows starting from the beginning of the part | ||
| 3450 | 2024.12.20 22:28:04.423305 [ 199 ] {cb6910fd-3f74-40bb-afeb-929e53918d3c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 40 rows starting from the beginning of the part | ||
| 3451 | 2024.12.20 22:28:04.423828 [ 199 ] {cb6910fd-3f74-40bb-afeb-929e53918d3c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 46 rows starting from the beginning of the part | ||
| 3452 | 2024.12.20 22:28:04.424313 [ 199 ] {cb6910fd-3f74-40bb-afeb-929e53918d3c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 34 rows starting from the beginning of the part | ||
| 3453 | 2024.12.20 22:28:04.424854 [ 199 ] {cb6910fd-3f74-40bb-afeb-929e53918d3c::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 36 rows starting from the beginning of the part | ||
| 3454 | 2024.12.20 22:28:04.432595 [ 200 ] {cb6910fd-3f74-40bb-afeb-929e53918d3c::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 490 rows, containing 72 columns (72 merged, 0 gathered) in 0.011546518 sec., 42437.03599647963 rows/sec., 39.08 MiB/sec. | ||
| 3455 | 2024.12.20 22:28:04.433743 [ 190 ] {cb6910fd-3f74-40bb-afeb-929e53918d3c::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3456 | 2024.12.20 22:28:04.434554 [ 190 ] {cb6910fd-3f74-40bb-afeb-929e53918d3c::all_1_11_2} <Trace> system.query_log (cb6910fd-3f74-40bb-afeb-929e53918d3c): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3457 | 2024.12.20 22:28:04.434647 [ 190 ] {cb6910fd-3f74-40bb-afeb-929e53918d3c::all_1_11_2} <Trace> system.query_log (cb6910fd-3f74-40bb-afeb-929e53918d3c) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3458 | 2024.12.20 22:28:04.434984 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.82 MiB. | ||
| 3459 | 2024.12.20 22:28:04.879669 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 121 | ||
| 3460 | 2024.12.20 22:28:04.902754 [ 244 ] {} <Trace> system.metric_log (fe7f8d4b-b36f-4a64-a142-f4747bcb5bba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3461 | 2024.12.20 22:28:04.902826 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 3462 | 2024.12.20 22:28:04.910497 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3463 | 2024.12.20 22:28:04.911265 [ 244 ] {} <Trace> system.metric_log (fe7f8d4b-b36f-4a64-a142-f4747bcb5bba): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3464 | 2024.12.20 22:28:04.911640 [ 121 ] {} <Debug> system.metric_log (fe7f8d4b-b36f-4a64-a142-f4747bcb5bba) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3465 | 2024.12.20 22:28:04.911776 [ 121 ] {} <Trace> system.metric_log (fe7f8d4b-b36f-4a64-a142-f4747bcb5bba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3466 | 2024.12.20 22:28:04.911846 [ 121 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 3467 | 2024.12.20 22:28:04.912350 [ 199 ] {fe7f8d4b-b36f-4a64-a142-f4747bcb5bba::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 | ||
| 3468 | 2024.12.20 22:28:04.926528 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 121 | ||
| 3469 | 2024.12.20 22:28:04.928614 [ 199 ] {fe7f8d4b-b36f-4a64-a142-f4747bcb5bba::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3470 | 2024.12.20 22:28:04.930300 [ 199 ] {fe7f8d4b-b36f-4a64-a142-f4747bcb5bba::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 | ||
| 3471 | 2024.12.20 22:28:04.936273 [ 199 ] {fe7f8d4b-b36f-4a64-a142-f4747bcb5bba::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 | ||
| 3472 | 2024.12.20 22:28:04.941900 [ 199 ] {fe7f8d4b-b36f-4a64-a142-f4747bcb5bba::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 | ||
| 3473 | 2024.12.20 22:28:04.947363 [ 199 ] {fe7f8d4b-b36f-4a64-a142-f4747bcb5bba::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 | ||
| 3474 | 2024.12.20 22:28:04.953205 [ 199 ] {fe7f8d4b-b36f-4a64-a142-f4747bcb5bba::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 | ||
| 3475 | 2024.12.20 22:28:04.957816 [ 199 ] {fe7f8d4b-b36f-4a64-a142-f4747bcb5bba::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 | ||
| 3476 | 2024.12.20 22:28:05.000196 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 186.58 MiB, peak 186.58 MiB, free memory in arenas 0.00 B, will set to 178.69 MiB (RSS), difference: -7.88 MiB | ||
| 3477 | 2024.12.20 22:28:05.002402 [ 248 ] {} <Trace> AsynchronousMetrics: Update heavy metrics. Update period 1 sec. Update heavy metrics period 120 sec. Heavy metrics calculation elapsed: 0.001676576 sec. | ||
| 3478 | 2024.12.20 22:28:05.015927 [ 190 ] {fe7f8d4b-b36f-4a64-a142-f4747bcb5bba::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 121 rows, containing 679 columns (679 merged, 0 gathered) in 0.103923598 sec., 1164.3168859492334 rows/sec., 6.02 MiB/sec. | ||
| 3479 | 2024.12.20 22:28:05.017433 [ 187 ] {fe7f8d4b-b36f-4a64-a142-f4747bcb5bba::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3480 | 2024.12.20 22:28:05.019734 [ 187 ] {fe7f8d4b-b36f-4a64-a142-f4747bcb5bba::all_1_16_3} <Trace> system.metric_log (fe7f8d4b-b36f-4a64-a142-f4747bcb5bba): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3481 | 2024.12.20 22:28:05.019830 [ 187 ] {fe7f8d4b-b36f-4a64-a142-f4747bcb5bba::all_1_16_3} <Trace> system.metric_log (fe7f8d4b-b36f-4a64-a142-f4747bcb5bba) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3482 | 2024.12.20 22:28:05.021099 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 10.52 MiB. | ||
| 3483 | 2024.12.20 22:28:05.168583 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3484 | 2024.12.20 22:28:05.168748 [ 260 ] {e731748f-2459-465d-811a-254b83cb7f9b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3485 | 2024.12.20 22:28:05.168816 [ 260 ] {e731748f-2459-465d-811a-254b83cb7f9b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3486 | 2024.12.20 22:28:05.169700 [ 260 ] {e731748f-2459-465d-811a-254b83cb7f9b} <Trace> oximeter.fields_i16 (5ba0350d-977f-4416-8d1f-0415e035e880): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3487 | 2024.12.20 22:28:05.169750 [ 260 ] {e731748f-2459-465d-811a-254b83cb7f9b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 3488 | 2024.12.20 22:28:05.170173 [ 260 ] {e731748f-2459-465d-811a-254b83cb7f9b} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3489 | 2024.12.20 22:28:05.170428 [ 260 ] {e731748f-2459-465d-811a-254b83cb7f9b} <Trace> oximeter.fields_i16 (5ba0350d-977f-4416-8d1f-0415e035e880): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3490 | 2024.12.20 22:28:05.170668 [ 260 ] {e731748f-2459-465d-811a-254b83cb7f9b} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001948 sec., 7186.858316221766 rows/sec., 517.36 KiB/sec. | ||
| 3491 | 2024.12.20 22:28:05.170728 [ 260 ] {e731748f-2459-465d-811a-254b83cb7f9b} <Debug> TCPHandler: Processed in 0.002253212 sec. | ||
| 3492 | 2024.12.20 22:28:05.170973 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3493 | 2024.12.20 22:28:05.171153 [ 262 ] {39189e19-7eb3-4d13-b74b-2edc0889daca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3494 | 2024.12.20 22:28:05.171224 [ 262 ] {39189e19-7eb3-4d13-b74b-2edc0889daca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3495 | 2024.12.20 22:28:05.172102 [ 262 ] {39189e19-7eb3-4d13-b74b-2edc0889daca} <Trace> oximeter.fields_string (be340cd8-3bde-4f05-8e45-9e8a1492ad3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3496 | 2024.12.20 22:28:05.172147 [ 262 ] {39189e19-7eb3-4d13-b74b-2edc0889daca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 3497 | 2024.12.20 22:28:05.172617 [ 262 ] {39189e19-7eb3-4d13-b74b-2edc0889daca} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3498 | 2024.12.20 22:28:05.172879 [ 262 ] {39189e19-7eb3-4d13-b74b-2edc0889daca} <Trace> oximeter.fields_string (be340cd8-3bde-4f05-8e45-9e8a1492ad3b): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3499 | 2024.12.20 22:28:05.173087 [ 262 ] {39189e19-7eb3-4d13-b74b-2edc0889daca} <Debug> executeQuery: Read 255 rows, 22.96 KiB in 0.001983 sec., 128593.04084720122 rows/sec., 11.30 MiB/sec. | ||
| 3500 | 2024.12.20 22:28:05.173154 [ 262 ] {39189e19-7eb3-4d13-b74b-2edc0889daca} <Debug> TCPHandler: Processed in 0.002304354 sec. | ||
| 3501 | 2024.12.20 22:28:05.173302 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3502 | 2024.12.20 22:28:05.173426 [ 260 ] {22dfdbd2-5e8b-4bc1-bab0-2f1a628a82a3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3503 | 2024.12.20 22:28:05.173480 [ 260 ] {22dfdbd2-5e8b-4bc1-bab0-2f1a628a82a3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3504 | 2024.12.20 22:28:05.174087 [ 260 ] {22dfdbd2-5e8b-4bc1-bab0-2f1a628a82a3} <Trace> oximeter.fields_u16 (66d17a24-a3a1-42a5-bd94-b86efb1056dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3505 | 2024.12.20 22:28:05.174129 [ 260 ] {22dfdbd2-5e8b-4bc1-bab0-2f1a628a82a3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 3506 | 2024.12.20 22:28:05.174498 [ 260 ] {22dfdbd2-5e8b-4bc1-bab0-2f1a628a82a3} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3507 | 2024.12.20 22:28:05.174738 [ 260 ] {22dfdbd2-5e8b-4bc1-bab0-2f1a628a82a3} <Trace> oximeter.fields_u16 (66d17a24-a3a1-42a5-bd94-b86efb1056dd): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3508 | 2024.12.20 22:28:05.175002 [ 260 ] {22dfdbd2-5e8b-4bc1-bab0-2f1a628a82a3} <Debug> executeQuery: Read 33 rows, 2.41 KiB in 0.001594 sec., 20702.634880803012 rows/sec., 1.48 MiB/sec. | ||
| 3509 | 2024.12.20 22:28:05.175218 [ 260 ] {22dfdbd2-5e8b-4bc1-bab0-2f1a628a82a3} <Debug> TCPHandler: Processed in 0.001970425 sec. | ||
| 3510 | 2024.12.20 22:28:05.175381 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3511 | 2024.12.20 22:28:05.175510 [ 262 ] {9b034798-1df3-414e-bb7f-33c85234f4db} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3512 | 2024.12.20 22:28:05.175562 [ 262 ] {9b034798-1df3-414e-bb7f-33c85234f4db} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3513 | 2024.12.20 22:28:05.176171 [ 262 ] {9b034798-1df3-414e-bb7f-33c85234f4db} <Trace> oximeter.fields_u32 (50de29d4-f6c5-4f7c-8dac-40e276b5b3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3514 | 2024.12.20 22:28:05.176211 [ 262 ] {9b034798-1df3-414e-bb7f-33c85234f4db} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 3515 | 2024.12.20 22:28:05.176583 [ 262 ] {9b034798-1df3-414e-bb7f-33c85234f4db} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 3516 | 2024.12.20 22:28:05.176831 [ 262 ] {9b034798-1df3-414e-bb7f-33c85234f4db} <Trace> oximeter.fields_u32 (50de29d4-f6c5-4f7c-8dac-40e276b5b3f8): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3517 | 2024.12.20 22:28:05.177022 [ 262 ] {9b034798-1df3-414e-bb7f-33c85234f4db} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001542 sec., 9079.11802853437 rows/sec., 635.84 KiB/sec. | ||
| 3518 | 2024.12.20 22:28:05.177082 [ 262 ] {9b034798-1df3-414e-bb7f-33c85234f4db} <Debug> TCPHandler: Processed in 0.001763068 sec. | ||
| 3519 | 2024.12.20 22:28:05.177248 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3520 | 2024.12.20 22:28:05.177387 [ 260 ] {cbb32bf0-774a-4b5c-9b9a-abd2c0f43bde} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3521 | 2024.12.20 22:28:05.177447 [ 260 ] {cbb32bf0-774a-4b5c-9b9a-abd2c0f43bde} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3522 | 2024.12.20 22:28:05.178068 [ 260 ] {cbb32bf0-774a-4b5c-9b9a-abd2c0f43bde} <Trace> oximeter.fields_u8 (bc6d9fff-42ef-4dc9-9b7c-2f27297e3062): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3523 | 2024.12.20 22:28:05.178108 [ 260 ] {cbb32bf0-774a-4b5c-9b9a-abd2c0f43bde} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 3524 | 2024.12.20 22:28:05.178467 [ 260 ] {cbb32bf0-774a-4b5c-9b9a-abd2c0f43bde} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3525 | 2024.12.20 22:28:05.178709 [ 260 ] {cbb32bf0-774a-4b5c-9b9a-abd2c0f43bde} <Trace> oximeter.fields_u8 (bc6d9fff-42ef-4dc9-9b7c-2f27297e3062): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3526 | 2024.12.20 22:28:05.178919 [ 260 ] {cbb32bf0-774a-4b5c-9b9a-abd2c0f43bde} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001564 sec., 8312.020460358055 rows/sec., 518.25 KiB/sec. | ||
| 3527 | 2024.12.20 22:28:05.178974 [ 260 ] {cbb32bf0-774a-4b5c-9b9a-abd2c0f43bde} <Debug> TCPHandler: Processed in 0.001790779 sec. | ||
| 3528 | 2024.12.20 22:28:05.179115 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3529 | 2024.12.20 22:28:05.179237 [ 262 ] {899cf068-0017-42af-9e12-56fc1899297f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3530 | 2024.12.20 22:28:05.179287 [ 262 ] {899cf068-0017-42af-9e12-56fc1899297f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3531 | 2024.12.20 22:28:05.180049 [ 262 ] {899cf068-0017-42af-9e12-56fc1899297f} <Trace> oximeter.fields_uuid (fb7f0ac5-74a7-4737-ae05-0271c6750327): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3532 | 2024.12.20 22:28:05.180088 [ 262 ] {899cf068-0017-42af-9e12-56fc1899297f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 3533 | 2024.12.20 22:28:05.180490 [ 262 ] {899cf068-0017-42af-9e12-56fc1899297f} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3534 | 2024.12.20 22:28:05.180732 [ 262 ] {899cf068-0017-42af-9e12-56fc1899297f} <Trace> oximeter.fields_uuid (fb7f0ac5-74a7-4737-ae05-0271c6750327): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3535 | 2024.12.20 22:28:05.180917 [ 262 ] {899cf068-0017-42af-9e12-56fc1899297f} <Debug> executeQuery: Read 408 rows, 29.76 KiB in 0.001707 sec., 239015.8172231986 rows/sec., 17.03 MiB/sec. | ||
| 3536 | 2024.12.20 22:28:05.180972 [ 262 ] {899cf068-0017-42af-9e12-56fc1899297f} <Debug> TCPHandler: Processed in 0.001915032 sec. | ||
| 3537 | 2024.12.20 22:28:05.181139 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3538 | 2024.12.20 22:28:05.181278 [ 260 ] {98db41e7-330d-4354-bb16-56299fa3ac44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3539 | 2024.12.20 22:28:05.181338 [ 260 ] {98db41e7-330d-4354-bb16-56299fa3ac44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3540 | 2024.12.20 22:28:05.181875 [ 260 ] {98db41e7-330d-4354-bb16-56299fa3ac44} <Trace> oximeter.measurements_bool (902c9248-495c-4a1f-8676-b52592dc679b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3541 | 2024.12.20 22:28:05.181916 [ 260 ] {98db41e7-330d-4354-bb16-56299fa3ac44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 3542 | 2024.12.20 22:28:05.182289 [ 260 ] {98db41e7-330d-4354-bb16-56299fa3ac44} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3543 | 2024.12.20 22:28:05.182540 [ 260 ] {98db41e7-330d-4354-bb16-56299fa3ac44} <Trace> oximeter.measurements_bool (902c9248-495c-4a1f-8676-b52592dc679b): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3544 | 2024.12.20 22:28:05.182789 [ 260 ] {98db41e7-330d-4354-bb16-56299fa3ac44} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001541 sec., 3893.5756002595717 rows/sec., 203.42 KiB/sec. | ||
| 3545 | 2024.12.20 22:28:05.182937 [ 260 ] {98db41e7-330d-4354-bb16-56299fa3ac44} <Debug> TCPHandler: Processed in 0.001861852 sec. | ||
| 3546 | 2024.12.20 22:28:05.183092 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3547 | 2024.12.20 22:28:05.183232 [ 262 ] {8b95af83-3c92-472c-a476-24beba238983} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3548 | 2024.12.20 22:28:05.183295 [ 262 ] {8b95af83-3c92-472c-a476-24beba238983} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3549 | 2024.12.20 22:28:05.183954 [ 262 ] {8b95af83-3c92-472c-a476-24beba238983} <Trace> oximeter.measurements_cumulativeu64 (2e833ed7-efb3-49ee-873b-fe7dc1d5762e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3550 | 2024.12.20 22:28:05.183992 [ 262 ] {8b95af83-3c92-472c-a476-24beba238983} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 3551 | 2024.12.20 22:28:05.184388 [ 262 ] {8b95af83-3c92-472c-a476-24beba238983} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3552 | 2024.12.20 22:28:05.184631 [ 262 ] {8b95af83-3c92-472c-a476-24beba238983} <Trace> oximeter.measurements_cumulativeu64 (2e833ed7-efb3-49ee-873b-fe7dc1d5762e): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3553 | 2024.12.20 22:28:05.184810 [ 262 ] {8b95af83-3c92-472c-a476-24beba238983} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001612 sec., 147022.33250620347 rows/sec., 9.85 MiB/sec. | ||
| 3554 | 2024.12.20 22:28:05.184866 [ 262 ] {8b95af83-3c92-472c-a476-24beba238983} <Debug> TCPHandler: Processed in 0.001840851 sec. | ||
| 3555 | 2024.12.20 22:28:05.185026 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3556 | 2024.12.20 22:28:05.185164 [ 260 ] {57ce595d-0115-460f-a093-0d9bac14cc30} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3557 | 2024.12.20 22:28:05.185223 [ 260 ] {57ce595d-0115-460f-a093-0d9bac14cc30} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3558 | 2024.12.20 22:28:05.185769 [ 260 ] {57ce595d-0115-460f-a093-0d9bac14cc30} <Trace> oximeter.measurements_f64 (24a8fd20-3063-40e7-bd7e-0a899ffef70a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3559 | 2024.12.20 22:28:05.185807 [ 260 ] {57ce595d-0115-460f-a093-0d9bac14cc30} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 3560 | 2024.12.20 22:28:05.186163 [ 260 ] {57ce595d-0115-460f-a093-0d9bac14cc30} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 3561 | 2024.12.20 22:28:05.186408 [ 260 ] {57ce595d-0115-460f-a093-0d9bac14cc30} <Trace> oximeter.measurements_f64 (24a8fd20-3063-40e7-bd7e-0a899ffef70a): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3562 | 2024.12.20 22:28:05.186656 [ 260 ] {57ce595d-0115-460f-a093-0d9bac14cc30} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00152 sec., 657.8947368421052 rows/sec., 44.33 KiB/sec. | ||
| 3563 | 2024.12.20 22:28:05.186795 [ 260 ] {57ce595d-0115-460f-a093-0d9bac14cc30} <Debug> TCPHandler: Processed in 0.00183215 sec. | ||
| 3564 | 2024.12.20 22:28:05.186952 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3565 | 2024.12.20 22:28:05.187090 [ 262 ] {e8744cf3-523d-4f06-a658-d714aa97d2c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3566 | 2024.12.20 22:28:05.187184 [ 262 ] {e8744cf3-523d-4f06-a658-d714aa97d2c5} <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 | ||
| 3567 | 2024.12.20 22:28:05.188823 [ 262 ] {e8744cf3-523d-4f06-a658-d714aa97d2c5} <Trace> oximeter.measurements_histogramu64 (cfe0444f-6b19-4855-b696-cc295685d98f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3568 | 2024.12.20 22:28:05.188861 [ 262 ] {e8744cf3-523d-4f06-a658-d714aa97d2c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 3569 | 2024.12.20 22:28:05.189516 [ 262 ] {e8744cf3-523d-4f06-a658-d714aa97d2c5} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 3570 | 2024.12.20 22:28:05.189771 [ 262 ] {e8744cf3-523d-4f06-a658-d714aa97d2c5} <Trace> oximeter.measurements_histogramu64 (cfe0444f-6b19-4855-b696-cc295685d98f): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3571 | 2024.12.20 22:28:05.189978 [ 262 ] {e8744cf3-523d-4f06-a658-d714aa97d2c5} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002918 sec., 8910.212474297465 rows/sec., 15.97 MiB/sec. | ||
| 3572 | 2024.12.20 22:28:05.190085 [ 262 ] {e8744cf3-523d-4f06-a658-d714aa97d2c5} <Debug> TCPHandler: Processed in 0.003199378 sec. | ||
| 3573 | 2024.12.20 22:28:05.190222 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3574 | 2024.12.20 22:28:05.190347 [ 260 ] {4229fcac-90b5-47a4-9d89-0653beb60a99} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3575 | 2024.12.20 22:28:05.190401 [ 260 ] {4229fcac-90b5-47a4-9d89-0653beb60a99} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3576 | 2024.12.20 22:28:05.190892 [ 260 ] {4229fcac-90b5-47a4-9d89-0653beb60a99} <Trace> oximeter.measurements_u64 (b5f8915a-997f-4944-a48b-a878169c21e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3577 | 2024.12.20 22:28:05.190932 [ 260 ] {4229fcac-90b5-47a4-9d89-0653beb60a99} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 3578 | 2024.12.20 22:28:05.191328 [ 260 ] {4229fcac-90b5-47a4-9d89-0653beb60a99} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 3579 | 2024.12.20 22:28:05.191584 [ 260 ] {4229fcac-90b5-47a4-9d89-0653beb60a99} <Trace> oximeter.measurements_u64 (b5f8915a-997f-4944-a48b-a878169c21e0): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3580 | 2024.12.20 22:28:05.191799 [ 260 ] {4229fcac-90b5-47a4-9d89-0653beb60a99} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001477 sec., 55517.94177386595 rows/sec., 3.53 MiB/sec. | ||
| 3581 | 2024.12.20 22:28:05.191853 [ 260 ] {4229fcac-90b5-47a4-9d89-0653beb60a99} <Debug> TCPHandler: Processed in 0.001687737 sec. | ||
| 3582 | 2024.12.20 22:28:06.000168 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 170.06 MiB, peak 186.58 MiB, free memory in arenas 0.00 B, will set to 179.09 MiB (RSS), difference: 9.03 MiB | ||
| 3583 | 2024.12.20 22:28:08.371208 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3584 | 2024.12.20 22:28:08.371532 [ 260 ] {e438e078-aa75-47b2-ad91-b091f8b8bbc5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 3585 | 2024.12.20 22:28:08.371652 [ 260 ] {e438e078-aa75-47b2-ad91-b091f8b8bbc5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 3586 | 2024.12.20 22:28:08.372560 [ 260 ] {e438e078-aa75-47b2-ad91-b091f8b8bbc5} <Trace> oximeter.fields_ipaddr (6efd1947-dbb6-4524-99d7-af0451dd6934): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3587 | 2024.12.20 22:28:08.372607 [ 260 ] {e438e078-aa75-47b2-ad91-b091f8b8bbc5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 3588 | 2024.12.20 22:28:08.373023 [ 260 ] {e438e078-aa75-47b2-ad91-b091f8b8bbc5} <Trace> MergedBlockOutputStream: filled checksums all_4_4_0 (state Temporary) | ||
| 3589 | 2024.12.20 22:28:08.373282 [ 260 ] {e438e078-aa75-47b2-ad91-b091f8b8bbc5} <Trace> oximeter.fields_ipaddr (6efd1947-dbb6-4524-99d7-af0451dd6934): Renaming temporary part tmp_insert_all_4_4_0 to all_4_4_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3590 | 2024.12.20 22:28:08.373574 [ 260 ] {e438e078-aa75-47b2-ad91-b091f8b8bbc5} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.002112 sec., 1893.9393939393938 rows/sec., 154.44 KiB/sec. | ||
| 3591 | 2024.12.20 22:28:08.373892 [ 260 ] {e438e078-aa75-47b2-ad91-b091f8b8bbc5} <Debug> TCPHandler: Processed in 0.002858728 sec. | ||
| 3592 | 2024.12.20 22:28:08.374157 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3593 | 2024.12.20 22:28:08.374341 [ 262 ] {af595e10-c223-4363-bfc6-038bcbfd5ba2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3594 | 2024.12.20 22:28:08.374411 [ 262 ] {af595e10-c223-4363-bfc6-038bcbfd5ba2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3595 | 2024.12.20 22:28:08.375693 [ 262 ] {af595e10-c223-4363-bfc6-038bcbfd5ba2} <Trace> oximeter.fields_string (be340cd8-3bde-4f05-8e45-9e8a1492ad3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3596 | 2024.12.20 22:28:08.375737 [ 262 ] {af595e10-c223-4363-bfc6-038bcbfd5ba2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 3597 | 2024.12.20 22:28:08.376234 [ 262 ] {af595e10-c223-4363-bfc6-038bcbfd5ba2} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3598 | 2024.12.20 22:28:08.376483 [ 262 ] {af595e10-c223-4363-bfc6-038bcbfd5ba2} <Trace> oximeter.fields_string (be340cd8-3bde-4f05-8e45-9e8a1492ad3b): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3599 | 2024.12.20 22:28:08.376710 [ 262 ] {af595e10-c223-4363-bfc6-038bcbfd5ba2} <Debug> executeQuery: Read 1230 rows, 104.14 KiB in 0.00242 sec., 508264.4628099174 rows/sec., 42.02 MiB/sec. | ||
| 3600 | 2024.12.20 22:28:08.376767 [ 262 ] {af595e10-c223-4363-bfc6-038bcbfd5ba2} <Debug> TCPHandler: Processed in 0.002738346 sec. | ||
| 3601 | 2024.12.20 22:28:08.376923 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3602 | 2024.12.20 22:28:08.377070 [ 260 ] {bea51c36-c2da-4bb5-bc89-cf80cfe93f31} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3603 | 2024.12.20 22:28:08.377132 [ 260 ] {bea51c36-c2da-4bb5-bc89-cf80cfe93f31} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3604 | 2024.12.20 22:28:08.377824 [ 260 ] {bea51c36-c2da-4bb5-bc89-cf80cfe93f31} <Trace> oximeter.fields_u16 (66d17a24-a3a1-42a5-bd94-b86efb1056dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3605 | 2024.12.20 22:28:08.377872 [ 260 ] {bea51c36-c2da-4bb5-bc89-cf80cfe93f31} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 3606 | 2024.12.20 22:28:08.378246 [ 260 ] {bea51c36-c2da-4bb5-bc89-cf80cfe93f31} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3607 | 2024.12.20 22:28:08.378492 [ 260 ] {bea51c36-c2da-4bb5-bc89-cf80cfe93f31} <Trace> oximeter.fields_u16 (66d17a24-a3a1-42a5-bd94-b86efb1056dd): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3608 | 2024.12.20 22:28:08.378619 [ 115 ] {} <Debug> oximeter.fields_u16 (66d17a24-a3a1-42a5-bd94-b86efb1056dd) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3609 | 2024.12.20 22:28:08.378663 [ 115 ] {} <Trace> oximeter.fields_u16 (66d17a24-a3a1-42a5-bd94-b86efb1056dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3610 | 2024.12.20 22:28:08.378673 [ 260 ] {bea51c36-c2da-4bb5-bc89-cf80cfe93f31} <Debug> executeQuery: Read 20 rows, 1.48 KiB in 0.001637 sec., 12217.470983506415 rows/sec., 905.57 KiB/sec. | ||
| 3611 | 2024.12.20 22:28:08.378687 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 3612 | 2024.12.20 22:28:08.378784 [ 260 ] {bea51c36-c2da-4bb5-bc89-cf80cfe93f31} <Debug> TCPHandler: Processed in 0.001924113 sec. | ||
| 3613 | 2024.12.20 22:28:08.378879 [ 189 ] {66d17a24-a3a1-42a5-bd94-b86efb1056dd::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 | ||
| 3614 | 2024.12.20 22:28:08.378950 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3615 | 2024.12.20 22:28:08.379015 [ 189 ] {66d17a24-a3a1-42a5-bd94-b86efb1056dd::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3616 | 2024.12.20 22:28:08.379064 [ 189 ] {66d17a24-a3a1-42a5-bd94-b86efb1056dd::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 59 rows starting from the beginning of the part | ||
| 3617 | 2024.12.20 22:28:08.379090 [ 262 ] {383246fa-151d-4093-b14f-e43f6889b78c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3618 | 2024.12.20 22:28:08.379156 [ 262 ] {383246fa-151d-4093-b14f-e43f6889b78c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3619 | 2024.12.20 22:28:08.379197 [ 189 ] {66d17a24-a3a1-42a5-bd94-b86efb1056dd::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 16 rows starting from the beginning of the part | ||
| 3620 | 2024.12.20 22:28:08.379763 [ 189 ] {66d17a24-a3a1-42a5-bd94-b86efb1056dd::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 37 rows starting from the beginning of the part | ||
| 3621 | 2024.12.20 22:28:08.380067 [ 189 ] {66d17a24-a3a1-42a5-bd94-b86efb1056dd::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 16 rows starting from the beginning of the part | ||
| 3622 | 2024.12.20 22:28:08.380492 [ 189 ] {66d17a24-a3a1-42a5-bd94-b86efb1056dd::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 33 rows starting from the beginning of the part | ||
| 3623 | 2024.12.20 22:28:08.380810 [ 189 ] {66d17a24-a3a1-42a5-bd94-b86efb1056dd::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 20 rows starting from the beginning of the part | ||
| 3624 | 2024.12.20 22:28:08.382073 [ 262 ] {383246fa-151d-4093-b14f-e43f6889b78c} <Trace> oximeter.fields_u32 (50de29d4-f6c5-4f7c-8dac-40e276b5b3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3625 | 2024.12.20 22:28:08.382120 [ 262 ] {383246fa-151d-4093-b14f-e43f6889b78c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 3626 | 2024.12.20 22:28:08.382806 [ 187 ] {66d17a24-a3a1-42a5-bd94-b86efb1056dd::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 181 rows, containing 5 columns (5 merged, 0 gathered) in 0.004033011 sec., 44879.61971836922 rows/sec., 3.39 MiB/sec. | ||
| 3627 | 2024.12.20 22:28:08.382836 [ 262 ] {383246fa-151d-4093-b14f-e43f6889b78c} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 3628 | 2024.12.20 22:28:08.383018 [ 187 ] {66d17a24-a3a1-42a5-bd94-b86efb1056dd::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3629 | 2024.12.20 22:28:08.383279 [ 262 ] {383246fa-151d-4093-b14f-e43f6889b78c} <Trace> oximeter.fields_u32 (50de29d4-f6c5-4f7c-8dac-40e276b5b3f8): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3630 | 2024.12.20 22:28:08.383586 [ 187 ] {66d17a24-a3a1-42a5-bd94-b86efb1056dd::all_1_16_3} <Trace> oximeter.fields_u16 (66d17a24-a3a1-42a5-bd94-b86efb1056dd): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3631 | 2024.12.20 22:28:08.383664 [ 262 ] {383246fa-151d-4093-b14f-e43f6889b78c} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.004592 sec., 49651.56794425088 rows/sec., 3.36 MiB/sec. | ||
| 3632 | 2024.12.20 22:28:08.383779 [ 187 ] {66d17a24-a3a1-42a5-bd94-b86efb1056dd::all_1_16_3} <Trace> oximeter.fields_u16 (66d17a24-a3a1-42a5-bd94-b86efb1056dd) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3633 | 2024.12.20 22:28:08.383823 [ 262 ] {383246fa-151d-4093-b14f-e43f6889b78c} <Debug> TCPHandler: Processed in 0.004928445 sec. | ||
| 3634 | 2024.12.20 22:28:08.383993 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 3635 | 2024.12.20 22:28:08.384034 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3636 | 2024.12.20 22:28:08.384180 [ 260 ] {7a0cd7ef-fa28-4aa5-a17a-28d627d091a8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3637 | 2024.12.20 22:28:08.384240 [ 260 ] {7a0cd7ef-fa28-4aa5-a17a-28d627d091a8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3638 | 2024.12.20 22:28:08.385126 [ 260 ] {7a0cd7ef-fa28-4aa5-a17a-28d627d091a8} <Trace> oximeter.fields_uuid (fb7f0ac5-74a7-4737-ae05-0271c6750327): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3639 | 2024.12.20 22:28:08.385165 [ 260 ] {7a0cd7ef-fa28-4aa5-a17a-28d627d091a8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 3640 | 2024.12.20 22:28:08.385568 [ 260 ] {7a0cd7ef-fa28-4aa5-a17a-28d627d091a8} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3641 | 2024.12.20 22:28:08.385807 [ 260 ] {7a0cd7ef-fa28-4aa5-a17a-28d627d091a8} <Trace> oximeter.fields_uuid (fb7f0ac5-74a7-4737-ae05-0271c6750327): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3642 | 2024.12.20 22:28:08.385998 [ 260 ] {7a0cd7ef-fa28-4aa5-a17a-28d627d091a8} <Debug> executeQuery: Read 540 rows, 41.01 KiB in 0.001851 sec., 291734.19773095625 rows/sec., 21.64 MiB/sec. | ||
| 3643 | 2024.12.20 22:28:08.386055 [ 260 ] {7a0cd7ef-fa28-4aa5-a17a-28d627d091a8} <Debug> TCPHandler: Processed in 0.002122028 sec. | ||
| 3644 | 2024.12.20 22:28:08.386202 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3645 | 2024.12.20 22:28:08.386321 [ 262 ] {1fd9aafc-cd37-48b0-853a-0b7af33570c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3646 | 2024.12.20 22:28:08.386374 [ 262 ] {1fd9aafc-cd37-48b0-853a-0b7af33570c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3647 | 2024.12.20 22:28:08.387180 [ 262 ] {1fd9aafc-cd37-48b0-853a-0b7af33570c5} <Trace> oximeter.measurements_cumulativeu64 (2e833ed7-efb3-49ee-873b-fe7dc1d5762e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3648 | 2024.12.20 22:28:08.387220 [ 262 ] {1fd9aafc-cd37-48b0-853a-0b7af33570c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 3649 | 2024.12.20 22:28:08.387681 [ 262 ] {1fd9aafc-cd37-48b0-853a-0b7af33570c5} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3650 | 2024.12.20 22:28:08.387920 [ 262 ] {1fd9aafc-cd37-48b0-853a-0b7af33570c5} <Trace> oximeter.measurements_cumulativeu64 (2e833ed7-efb3-49ee-873b-fe7dc1d5762e): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3651 | 2024.12.20 22:28:08.388129 [ 262 ] {1fd9aafc-cd37-48b0-853a-0b7af33570c5} <Debug> executeQuery: Read 964 rows, 66.24 KiB in 0.001833 sec., 525913.8025095472 rows/sec., 35.29 MiB/sec. | ||
| 3652 | 2024.12.20 22:28:08.388183 [ 262 ] {1fd9aafc-cd37-48b0-853a-0b7af33570c5} <Debug> TCPHandler: Processed in 0.002038346 sec. | ||
| 3653 | 2024.12.20 22:28:08.388329 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3654 | 2024.12.20 22:28:08.388451 [ 260 ] {bb85cd12-0441-40f2-baec-26b6054d318f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3655 | 2024.12.20 22:28:08.388532 [ 260 ] {bb85cd12-0441-40f2-baec-26b6054d318f} <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 | ||
| 3656 | 2024.12.20 22:28:08.389670 [ 260 ] {bb85cd12-0441-40f2-baec-26b6054d318f} <Trace> oximeter.measurements_histogramu64 (cfe0444f-6b19-4855-b696-cc295685d98f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3657 | 2024.12.20 22:28:08.389709 [ 260 ] {bb85cd12-0441-40f2-baec-26b6054d318f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 3658 | 2024.12.20 22:28:08.390330 [ 260 ] {bb85cd12-0441-40f2-baec-26b6054d318f} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 3659 | 2024.12.20 22:28:08.390590 [ 260 ] {bb85cd12-0441-40f2-baec-26b6054d318f} <Trace> oximeter.measurements_histogramu64 (cfe0444f-6b19-4855-b696-cc295685d98f): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3660 | 2024.12.20 22:28:08.390717 [ 115 ] {} <Debug> oximeter.measurements_histogramu64 (cfe0444f-6b19-4855-b696-cc295685d98f) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 3661 | 2024.12.20 22:28:08.390755 [ 115 ] {} <Trace> oximeter.measurements_histogramu64 (cfe0444f-6b19-4855-b696-cc295685d98f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3662 | 2024.12.20 22:28:08.390780 [ 115 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 3663 | 2024.12.20 22:28:08.390805 [ 260 ] {bb85cd12-0441-40f2-baec-26b6054d318f} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002382 sec., 6717.044500419815 rows/sec., 12.04 MiB/sec. | ||
| 3664 | 2024.12.20 22:28:08.391249 [ 190 ] {cfe0444f-6b19-4855-b696-cc295685d98f::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 | ||
| 3665 | 2024.12.20 22:28:08.391286 [ 260 ] {bb85cd12-0441-40f2-baec-26b6054d318f} <Debug> TCPHandler: Processed in 0.003010294 sec. | ||
| 3666 | 2024.12.20 22:28:08.391549 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3667 | 2024.12.20 22:28:08.391808 [ 262 ] {f8978186-aed8-400e-b5d9-cc6389abe15d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3668 | 2024.12.20 22:28:08.391955 [ 262 ] {f8978186-aed8-400e-b5d9-cc6389abe15d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3669 | 2024.12.20 22:28:08.392412 [ 190 ] {cfe0444f-6b19-4855-b696-cc295685d98f::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3670 | 2024.12.20 22:28:08.392667 [ 190 ] {cfe0444f-6b19-4855-b696-cc295685d98f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 200 rows starting from the beginning of the part | ||
| 3671 | 2024.12.20 22:28:08.393336 [ 190 ] {cfe0444f-6b19-4855-b696-cc295685d98f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 16 rows starting from the beginning of the part | ||
| 3672 | 2024.12.20 22:28:08.394014 [ 190 ] {cfe0444f-6b19-4855-b696-cc295685d98f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 26 rows starting from the beginning of the part | ||
| 3673 | 2024.12.20 22:28:08.394187 [ 262 ] {f8978186-aed8-400e-b5d9-cc6389abe15d} <Trace> oximeter.measurements_u64 (b5f8915a-997f-4944-a48b-a878169c21e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3674 | 2024.12.20 22:28:08.394320 [ 262 ] {f8978186-aed8-400e-b5d9-cc6389abe15d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 3675 | 2024.12.20 22:28:08.394557 [ 190 ] {cfe0444f-6b19-4855-b696-cc295685d98f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 16 rows starting from the beginning of the part | ||
| 3676 | 2024.12.20 22:28:08.395151 [ 190 ] {cfe0444f-6b19-4855-b696-cc295685d98f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 26 rows starting from the beginning of the part | ||
| 3677 | 2024.12.20 22:28:08.395810 [ 190 ] {cfe0444f-6b19-4855-b696-cc295685d98f::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 16 rows starting from the beginning of the part | ||
| 3678 | 2024.12.20 22:28:08.395876 [ 262 ] {f8978186-aed8-400e-b5d9-cc6389abe15d} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 3679 | 2024.12.20 22:28:08.396620 [ 262 ] {f8978186-aed8-400e-b5d9-cc6389abe15d} <Trace> oximeter.measurements_u64 (b5f8915a-997f-4944-a48b-a878169c21e0): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3680 | 2024.12.20 22:28:08.397012 [ 262 ] {f8978186-aed8-400e-b5d9-cc6389abe15d} <Debug> executeQuery: Read 42 rows, 2.91 KiB in 0.005303 sec., 7920.04525740147 rows/sec., 547.85 KiB/sec. | ||
| 3681 | 2024.12.20 22:28:08.397147 [ 262 ] {f8978186-aed8-400e-b5d9-cc6389abe15d} <Debug> TCPHandler: Processed in 0.005709427 sec. | ||
| 3682 | 2024.12.20 22:28:08.399958 [ 189 ] {cfe0444f-6b19-4855-b696-cc295685d98f::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 300 rows, containing 19 columns (19 merged, 0 gathered) in 0.009089351 sec., 33005.65683952573 rows/sec., 59.14 MiB/sec. | ||
| 3683 | 2024.12.20 22:28:08.400505 [ 189 ] {cfe0444f-6b19-4855-b696-cc295685d98f::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 3684 | 2024.12.20 22:28:08.400972 [ 189 ] {cfe0444f-6b19-4855-b696-cc295685d98f::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (cfe0444f-6b19-4855-b696-cc295685d98f): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3685 | 2024.12.20 22:28:08.401054 [ 189 ] {cfe0444f-6b19-4855-b696-cc295685d98f::all_1_16_3} <Trace> oximeter.measurements_histogramu64 (cfe0444f-6b19-4855-b696-cc295685d98f) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 3686 | 2024.12.20 22:28:08.401198 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.84 MiB. | ||
| 3687 | 2024.12.20 22:28:10.157574 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3688 | 2024.12.20 22:28:10.157777 [ 260 ] {937ed155-7d73-48cf-84a3-5801126bbf20} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3689 | 2024.12.20 22:28:10.157861 [ 260 ] {937ed155-7d73-48cf-84a3-5801126bbf20} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3690 | 2024.12.20 22:28:10.158694 [ 260 ] {937ed155-7d73-48cf-84a3-5801126bbf20} <Trace> oximeter.fields_string (be340cd8-3bde-4f05-8e45-9e8a1492ad3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3691 | 2024.12.20 22:28:10.158743 [ 260 ] {937ed155-7d73-48cf-84a3-5801126bbf20} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 3692 | 2024.12.20 22:28:10.159176 [ 260 ] {937ed155-7d73-48cf-84a3-5801126bbf20} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3693 | 2024.12.20 22:28:10.159431 [ 260 ] {937ed155-7d73-48cf-84a3-5801126bbf20} <Trace> oximeter.fields_string (be340cd8-3bde-4f05-8e45-9e8a1492ad3b): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3694 | 2024.12.20 22:28:10.159699 [ 260 ] {937ed155-7d73-48cf-84a3-5801126bbf20} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001977 sec., 28325.74607991907 rows/sec., 2.18 MiB/sec. | ||
| 3695 | 2024.12.20 22:28:10.159766 [ 260 ] {937ed155-7d73-48cf-84a3-5801126bbf20} <Debug> TCPHandler: Processed in 0.002326484 sec. | ||
| 3696 | 2024.12.20 22:28:10.160031 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3697 | 2024.12.20 22:28:10.160223 [ 262 ] {90919eb1-9656-42fb-ac9a-ddd3aabe7492} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3698 | 2024.12.20 22:28:10.160299 [ 262 ] {90919eb1-9656-42fb-ac9a-ddd3aabe7492} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3699 | 2024.12.20 22:28:10.161075 [ 262 ] {90919eb1-9656-42fb-ac9a-ddd3aabe7492} <Trace> oximeter.fields_uuid (fb7f0ac5-74a7-4737-ae05-0271c6750327): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3700 | 2024.12.20 22:28:10.161130 [ 262 ] {90919eb1-9656-42fb-ac9a-ddd3aabe7492} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 3701 | 2024.12.20 22:28:10.161561 [ 262 ] {90919eb1-9656-42fb-ac9a-ddd3aabe7492} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3702 | 2024.12.20 22:28:10.161807 [ 262 ] {90919eb1-9656-42fb-ac9a-ddd3aabe7492} <Trace> oximeter.fields_uuid (fb7f0ac5-74a7-4737-ae05-0271c6750327): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3703 | 2024.12.20 22:28:10.162059 [ 262 ] {90919eb1-9656-42fb-ac9a-ddd3aabe7492} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001886 sec., 33934.25238600212 rows/sec., 2.65 MiB/sec. | ||
| 3704 | 2024.12.20 22:28:10.162129 [ 262 ] {90919eb1-9656-42fb-ac9a-ddd3aabe7492} <Debug> TCPHandler: Processed in 0.002234031 sec. | ||
| 3705 | 2024.12.20 22:28:10.162288 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3706 | 2024.12.20 22:28:10.162416 [ 260 ] {fabd99ad-31b8-4167-8939-5966df453ed7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3707 | 2024.12.20 22:28:10.162474 [ 260 ] {fabd99ad-31b8-4167-8939-5966df453ed7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3708 | 2024.12.20 22:28:10.163020 [ 260 ] {fabd99ad-31b8-4167-8939-5966df453ed7} <Trace> oximeter.measurements_cumulativeu64 (2e833ed7-efb3-49ee-873b-fe7dc1d5762e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3709 | 2024.12.20 22:28:10.163063 [ 260 ] {fabd99ad-31b8-4167-8939-5966df453ed7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 3710 | 2024.12.20 22:28:10.163464 [ 260 ] {fabd99ad-31b8-4167-8939-5966df453ed7} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3711 | 2024.12.20 22:28:10.163704 [ 260 ] {fabd99ad-31b8-4167-8939-5966df453ed7} <Trace> oximeter.measurements_cumulativeu64 (2e833ed7-efb3-49ee-873b-fe7dc1d5762e): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3712 | 2024.12.20 22:28:10.163938 [ 260 ] {fabd99ad-31b8-4167-8939-5966df453ed7} <Debug> executeQuery: Read 44 rows, 3.14 KiB in 0.001552 sec., 28350.515463917527 rows/sec., 1.98 MiB/sec. | ||
| 3713 | 2024.12.20 22:28:10.164002 [ 260 ] {fabd99ad-31b8-4167-8939-5966df453ed7} <Debug> TCPHandler: Processed in 0.001773979 sec. | ||
| 3714 | 2024.12.20 22:28:10.164150 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3715 | 2024.12.20 22:28:10.164277 [ 262 ] {21fe111e-1aed-4df8-a692-4c779c76c87c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3716 | 2024.12.20 22:28:10.164334 [ 262 ] {21fe111e-1aed-4df8-a692-4c779c76c87c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3717 | 2024.12.20 22:28:10.164837 [ 262 ] {21fe111e-1aed-4df8-a692-4c779c76c87c} <Trace> oximeter.measurements_u64 (b5f8915a-997f-4944-a48b-a878169c21e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3718 | 2024.12.20 22:28:10.164879 [ 262 ] {21fe111e-1aed-4df8-a692-4c779c76c87c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 3719 | 2024.12.20 22:28:10.165250 [ 262 ] {21fe111e-1aed-4df8-a692-4c779c76c87c} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 3720 | 2024.12.20 22:28:10.165501 [ 262 ] {21fe111e-1aed-4df8-a692-4c779c76c87c} <Trace> oximeter.measurements_u64 (b5f8915a-997f-4944-a48b-a878169c21e0): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3721 | 2024.12.20 22:28:10.165730 [ 262 ] {21fe111e-1aed-4df8-a692-4c779c76c87c} <Debug> executeQuery: Read 18 rows, 1.24 KiB in 0.001483 sec., 12137.559002022927 rows/sec., 833.01 KiB/sec. | ||
| 3722 | 2024.12.20 22:28:10.165787 [ 262 ] {21fe111e-1aed-4df8-a692-4c779c76c87c} <Debug> TCPHandler: Processed in 0.001696917 sec. | ||
| 3723 | 2024.12.20 22:28:11.896204 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 7808 | ||
| 3724 | 2024.12.20 22:28:11.897192 [ 242 ] {} <Trace> system.asynchronous_metric_log (872a84c2-09da-4c20-9ea0-5cf32b1a4df4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3725 | 2024.12.20 22:28:11.897236 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 3726 | 2024.12.20 22:28:11.897778 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3727 | 2024.12.20 22:28:11.898041 [ 242 ] {} <Trace> system.asynchronous_metric_log (872a84c2-09da-4c20-9ea0-5cf32b1a4df4): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3728 | 2024.12.20 22:28:11.898369 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 7808 | ||
| 3729 | 2024.12.20 22:28:12.426604 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 129 | ||
| 3730 | 2024.12.20 22:28:12.446612 [ 244 ] {} <Trace> system.metric_log (fe7f8d4b-b36f-4a64-a142-f4747bcb5bba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3731 | 2024.12.20 22:28:12.446671 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 3732 | 2024.12.20 22:28:12.454391 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3733 | 2024.12.20 22:28:12.455134 [ 244 ] {} <Trace> system.metric_log (fe7f8d4b-b36f-4a64-a142-f4747bcb5bba): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3734 | 2024.12.20 22:28:12.458637 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 129 | ||
| 3735 | 2024.12.20 22:28:13.000210 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 180.22 MiB, peak 186.58 MiB, free memory in arenas 0.00 B, will set to 181.63 MiB (RSS), difference: 1.41 MiB | ||
| 3736 | 2024.12.20 22:28:14.422009 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 536 | ||
| 3737 | 2024.12.20 22:28:14.425501 [ 243 ] {} <Trace> system.query_log (cb6910fd-3f74-40bb-afeb-929e53918d3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3738 | 2024.12.20 22:28:14.425559 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 3739 | 2024.12.20 22:28:14.427070 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 3740 | 2024.12.20 22:28:14.427388 [ 243 ] {} <Trace> system.query_log (cb6910fd-3f74-40bb-afeb-929e53918d3c): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3741 | 2024.12.20 22:28:14.428246 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 536 | ||
| 3742 | 2024.12.20 22:28:15.167330 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3743 | 2024.12.20 22:28:15.167544 [ 260 ] {53eee8ac-ff40-47ad-80e4-60b370623208} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3744 | 2024.12.20 22:28:15.167625 [ 260 ] {53eee8ac-ff40-47ad-80e4-60b370623208} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3745 | 2024.12.20 22:28:15.168465 [ 260 ] {53eee8ac-ff40-47ad-80e4-60b370623208} <Trace> oximeter.fields_i16 (5ba0350d-977f-4416-8d1f-0415e035e880): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3746 | 2024.12.20 22:28:15.168512 [ 260 ] {53eee8ac-ff40-47ad-80e4-60b370623208} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 3747 | 2024.12.20 22:28:15.168941 [ 260 ] {53eee8ac-ff40-47ad-80e4-60b370623208} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3748 | 2024.12.20 22:28:15.169202 [ 260 ] {53eee8ac-ff40-47ad-80e4-60b370623208} <Trace> oximeter.fields_i16 (5ba0350d-977f-4416-8d1f-0415e035e880): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3749 | 2024.12.20 22:28:15.169478 [ 260 ] {53eee8ac-ff40-47ad-80e4-60b370623208} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001989 sec., 7038.712921065862 rows/sec., 506.69 KiB/sec. | ||
| 3750 | 2024.12.20 22:28:15.169637 [ 260 ] {53eee8ac-ff40-47ad-80e4-60b370623208} <Debug> TCPHandler: Processed in 0.002443337 sec. | ||
| 3751 | 2024.12.20 22:28:15.169899 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3752 | 2024.12.20 22:28:15.170091 [ 262 ] {cf37be8a-e0a0-4573-b8ef-bf33b6c559e3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3753 | 2024.12.20 22:28:15.170164 [ 262 ] {cf37be8a-e0a0-4573-b8ef-bf33b6c559e3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3754 | 2024.12.20 22:28:15.171078 [ 262 ] {cf37be8a-e0a0-4573-b8ef-bf33b6c559e3} <Trace> oximeter.fields_string (be340cd8-3bde-4f05-8e45-9e8a1492ad3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3755 | 2024.12.20 22:28:15.171129 [ 262 ] {cf37be8a-e0a0-4573-b8ef-bf33b6c559e3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 3756 | 2024.12.20 22:28:15.171583 [ 262 ] {cf37be8a-e0a0-4573-b8ef-bf33b6c559e3} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3757 | 2024.12.20 22:28:15.171841 [ 262 ] {cf37be8a-e0a0-4573-b8ef-bf33b6c559e3} <Trace> oximeter.fields_string (be340cd8-3bde-4f05-8e45-9e8a1492ad3b): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3758 | 2024.12.20 22:28:15.172018 [ 106 ] {} <Debug> oximeter.fields_string (be340cd8-3bde-4f05-8e45-9e8a1492ad3b) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3759 | 2024.12.20 22:28:15.172104 [ 106 ] {} <Trace> oximeter.fields_string (be340cd8-3bde-4f05-8e45-9e8a1492ad3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3760 | 2024.12.20 22:28:15.172108 [ 262 ] {cf37be8a-e0a0-4573-b8ef-bf33b6c559e3} <Debug> executeQuery: Read 255 rows, 22.96 KiB in 0.002058 sec., 123906.7055393586 rows/sec., 10.89 MiB/sec. | ||
| 3761 | 2024.12.20 22:28:15.172141 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 3762 | 2024.12.20 22:28:15.172303 [ 262 ] {cf37be8a-e0a0-4573-b8ef-bf33b6c559e3} <Debug> TCPHandler: Processed in 0.00252341 sec. | ||
| 3763 | 2024.12.20 22:28:15.172622 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3764 | 2024.12.20 22:28:15.172668 [ 191 ] {be340cd8-3bde-4f05-8e45-9e8a1492ad3b::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 | ||
| 3765 | 2024.12.20 22:28:15.173019 [ 260 ] {c1d28999-cfe2-4090-adbe-f12bd77fa931} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3766 | 2024.12.20 22:28:15.173086 [ 191 ] {be340cd8-3bde-4f05-8e45-9e8a1492ad3b::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3767 | 2024.12.20 22:28:15.173114 [ 260 ] {c1d28999-cfe2-4090-adbe-f12bd77fa931} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3768 | 2024.12.20 22:28:15.173132 [ 191 ] {be340cd8-3bde-4f05-8e45-9e8a1492ad3b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1435 rows starting from the beginning of the part | ||
| 3769 | 2024.12.20 22:28:15.173306 [ 191 ] {be340cd8-3bde-4f05-8e45-9e8a1492ad3b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 88 rows starting from the beginning of the part | ||
| 3770 | 2024.12.20 22:28:15.173750 [ 191 ] {be340cd8-3bde-4f05-8e45-9e8a1492ad3b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 255 rows starting from the beginning of the part | ||
| 3771 | 2024.12.20 22:28:15.174154 [ 191 ] {be340cd8-3bde-4f05-8e45-9e8a1492ad3b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 1230 rows starting from the beginning of the part | ||
| 3772 | 2024.12.20 22:28:15.174589 [ 191 ] {be340cd8-3bde-4f05-8e45-9e8a1492ad3b::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 | ||
| 3773 | 2024.12.20 22:28:15.174862 [ 191 ] {be340cd8-3bde-4f05-8e45-9e8a1492ad3b::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 255 rows starting from the beginning of the part | ||
| 3774 | 2024.12.20 22:28:15.175610 [ 260 ] {c1d28999-cfe2-4090-adbe-f12bd77fa931} <Trace> oximeter.fields_u16 (66d17a24-a3a1-42a5-bd94-b86efb1056dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3775 | 2024.12.20 22:28:15.175658 [ 260 ] {c1d28999-cfe2-4090-adbe-f12bd77fa931} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 3776 | 2024.12.20 22:28:15.176478 [ 260 ] {c1d28999-cfe2-4090-adbe-f12bd77fa931} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3777 | 2024.12.20 22:28:15.176906 [ 260 ] {c1d28999-cfe2-4090-adbe-f12bd77fa931} <Trace> oximeter.fields_u16 (66d17a24-a3a1-42a5-bd94-b86efb1056dd): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3778 | 2024.12.20 22:28:15.177138 [ 260 ] {c1d28999-cfe2-4090-adbe-f12bd77fa931} <Debug> executeQuery: Read 33 rows, 2.41 KiB in 0.004256 sec., 7753.7593984962405 rows/sec., 566.53 KiB/sec. | ||
| 3779 | 2024.12.20 22:28:15.177202 [ 260 ] {c1d28999-cfe2-4090-adbe-f12bd77fa931} <Debug> TCPHandler: Processed in 0.004745081 sec. | ||
| 3780 | 2024.12.20 22:28:15.177411 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3781 | 2024.12.20 22:28:15.177755 [ 262 ] {56be710a-abd9-41ce-9f41-8053a9fb78c9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 3782 | 2024.12.20 22:28:15.177799 [ 190 ] {be340cd8-3bde-4f05-8e45-9e8a1492ad3b::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3319 rows, containing 5 columns (5 merged, 0 gathered) in 0.005520832 sec., 601177.5036806046 rows/sec., 52.71 MiB/sec. | ||
| 3783 | 2024.12.20 22:28:15.177838 [ 262 ] {56be710a-abd9-41ce-9f41-8053a9fb78c9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 3784 | 2024.12.20 22:28:15.178122 [ 203 ] {be340cd8-3bde-4f05-8e45-9e8a1492ad3b::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3785 | 2024.12.20 22:28:15.178686 [ 203 ] {be340cd8-3bde-4f05-8e45-9e8a1492ad3b::all_1_26_5} <Trace> oximeter.fields_string (be340cd8-3bde-4f05-8e45-9e8a1492ad3b): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3786 | 2024.12.20 22:28:15.178868 [ 203 ] {be340cd8-3bde-4f05-8e45-9e8a1492ad3b::all_1_26_5} <Trace> oximeter.fields_string (be340cd8-3bde-4f05-8e45-9e8a1492ad3b) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3787 | 2024.12.20 22:28:15.179038 [ 203 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. | ||
| 3788 | 2024.12.20 22:28:15.179114 [ 262 ] {56be710a-abd9-41ce-9f41-8053a9fb78c9} <Trace> oximeter.fields_u32 (50de29d4-f6c5-4f7c-8dac-40e276b5b3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3789 | 2024.12.20 22:28:15.179161 [ 262 ] {56be710a-abd9-41ce-9f41-8053a9fb78c9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 3790 | 2024.12.20 22:28:15.179532 [ 262 ] {56be710a-abd9-41ce-9f41-8053a9fb78c9} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 3791 | 2024.12.20 22:28:15.179775 [ 262 ] {56be710a-abd9-41ce-9f41-8053a9fb78c9} <Trace> oximeter.fields_u32 (50de29d4-f6c5-4f7c-8dac-40e276b5b3f8): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3792 | 2024.12.20 22:28:15.179936 [ 106 ] {} <Debug> oximeter.fields_u32 (50de29d4-f6c5-4f7c-8dac-40e276b5b3f8) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 3793 | 2024.12.20 22:28:15.179999 [ 106 ] {} <Trace> oximeter.fields_u32 (50de29d4-f6c5-4f7c-8dac-40e276b5b3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3794 | 2024.12.20 22:28:15.180036 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 3795 | 2024.12.20 22:28:15.180042 [ 262 ] {56be710a-abd9-41ce-9f41-8053a9fb78c9} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.002406 sec., 5818.786367414796 rows/sec., 407.51 KiB/sec. | ||
| 3796 | 2024.12.20 22:28:15.180274 [ 262 ] {56be710a-abd9-41ce-9f41-8053a9fb78c9} <Debug> TCPHandler: Processed in 0.002933391 sec. | ||
| 3797 | 2024.12.20 22:28:15.180299 [ 191 ] {50de29d4-f6c5-4f7c-8dac-40e276b5b3f8::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 | ||
| 3798 | 2024.12.20 22:28:15.180464 [ 191 ] {50de29d4-f6c5-4f7c-8dac-40e276b5b3f8::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3799 | 2024.12.20 22:28:15.180471 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3800 | 2024.12.20 22:28:15.180502 [ 191 ] {50de29d4-f6c5-4f7c-8dac-40e276b5b3f8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 243 rows starting from the beginning of the part | ||
| 3801 | 2024.12.20 22:28:15.180689 [ 191 ] {50de29d4-f6c5-4f7c-8dac-40e276b5b3f8::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 | ||
| 3802 | 2024.12.20 22:28:15.180774 [ 260 ] {4235ab04-6949-4eba-b5b6-a017a102894d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 3803 | 2024.12.20 22:28:15.180955 [ 260 ] {4235ab04-6949-4eba-b5b6-a017a102894d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 3804 | 2024.12.20 22:28:15.181027 [ 191 ] {50de29d4-f6c5-4f7c-8dac-40e276b5b3f8::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 | ||
| 3805 | 2024.12.20 22:28:15.181465 [ 191 ] {50de29d4-f6c5-4f7c-8dac-40e276b5b3f8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 14 rows starting from the beginning of the part | ||
| 3806 | 2024.12.20 22:28:15.181829 [ 191 ] {50de29d4-f6c5-4f7c-8dac-40e276b5b3f8::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 228 rows starting from the beginning of the part | ||
| 3807 | 2024.12.20 22:28:15.182235 [ 191 ] {50de29d4-f6c5-4f7c-8dac-40e276b5b3f8::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 | ||
| 3808 | 2024.12.20 22:28:15.183252 [ 260 ] {4235ab04-6949-4eba-b5b6-a017a102894d} <Trace> oximeter.fields_u8 (bc6d9fff-42ef-4dc9-9b7c-2f27297e3062): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3809 | 2024.12.20 22:28:15.183301 [ 260 ] {4235ab04-6949-4eba-b5b6-a017a102894d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 3810 | 2024.12.20 22:28:15.183833 [ 260 ] {4235ab04-6949-4eba-b5b6-a017a102894d} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3811 | 2024.12.20 22:28:15.183943 [ 203 ] {50de29d4-f6c5-4f7c-8dac-40e276b5b3f8::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 527 rows, containing 5 columns (5 merged, 0 gathered) in 0.003832726 sec., 137500.04565940794 rows/sec., 9.85 MiB/sec. | ||
| 3812 | 2024.12.20 22:28:15.184086 [ 203 ] {50de29d4-f6c5-4f7c-8dac-40e276b5b3f8::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 3813 | 2024.12.20 22:28:15.184224 [ 260 ] {4235ab04-6949-4eba-b5b6-a017a102894d} <Trace> oximeter.fields_u8 (bc6d9fff-42ef-4dc9-9b7c-2f27297e3062): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3814 | 2024.12.20 22:28:15.184605 [ 203 ] {50de29d4-f6c5-4f7c-8dac-40e276b5b3f8::all_1_11_2} <Trace> oximeter.fields_u32 (50de29d4-f6c5-4f7c-8dac-40e276b5b3f8): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3815 | 2024.12.20 22:28:15.184695 [ 260 ] {4235ab04-6949-4eba-b5b6-a017a102894d} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.004027 sec., 3228.20958529923 rows/sec., 201.28 KiB/sec. | ||
| 3816 | 2024.12.20 22:28:15.184980 [ 260 ] {4235ab04-6949-4eba-b5b6-a017a102894d} <Debug> TCPHandler: Processed in 0.004569746 sec. | ||
| 3817 | 2024.12.20 22:28:15.184980 [ 203 ] {50de29d4-f6c5-4f7c-8dac-40e276b5b3f8::all_1_11_2} <Trace> oximeter.fields_u32 (50de29d4-f6c5-4f7c-8dac-40e276b5b3f8) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 3818 | 2024.12.20 22:28:15.185088 [ 203 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 3819 | 2024.12.20 22:28:15.185168 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3820 | 2024.12.20 22:28:15.185311 [ 262 ] {f2e8a9d4-4751-4e05-a924-998390fbd9b7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3821 | 2024.12.20 22:28:15.185371 [ 262 ] {f2e8a9d4-4751-4e05-a924-998390fbd9b7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3822 | 2024.12.20 22:28:15.186224 [ 262 ] {f2e8a9d4-4751-4e05-a924-998390fbd9b7} <Trace> oximeter.fields_uuid (fb7f0ac5-74a7-4737-ae05-0271c6750327): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3823 | 2024.12.20 22:28:15.186265 [ 262 ] {f2e8a9d4-4751-4e05-a924-998390fbd9b7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 3824 | 2024.12.20 22:28:15.186657 [ 262 ] {f2e8a9d4-4751-4e05-a924-998390fbd9b7} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3825 | 2024.12.20 22:28:15.186913 [ 262 ] {f2e8a9d4-4751-4e05-a924-998390fbd9b7} <Trace> oximeter.fields_uuid (fb7f0ac5-74a7-4737-ae05-0271c6750327): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3826 | 2024.12.20 22:28:15.187073 [ 106 ] {} <Debug> oximeter.fields_uuid (fb7f0ac5-74a7-4737-ae05-0271c6750327) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3827 | 2024.12.20 22:28:15.187137 [ 106 ] {} <Trace> oximeter.fields_uuid (fb7f0ac5-74a7-4737-ae05-0271c6750327): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3828 | 2024.12.20 22:28:15.187177 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 3829 | 2024.12.20 22:28:15.187177 [ 262 ] {f2e8a9d4-4751-4e05-a924-998390fbd9b7} <Debug> executeQuery: Read 408 rows, 29.76 KiB in 0.00189 sec., 215873.0158730159 rows/sec., 15.38 MiB/sec. | ||
| 3830 | 2024.12.20 22:28:15.187403 [ 262 ] {f2e8a9d4-4751-4e05-a924-998390fbd9b7} <Debug> TCPHandler: Processed in 0.002315284 sec. | ||
| 3831 | 2024.12.20 22:28:15.187463 [ 191 ] {fb7f0ac5-74a7-4737-ae05-0271c6750327::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 | ||
| 3832 | 2024.12.20 22:28:15.187572 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3833 | 2024.12.20 22:28:15.187622 [ 191 ] {fb7f0ac5-74a7-4737-ae05-0271c6750327::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3834 | 2024.12.20 22:28:15.187660 [ 191 ] {fb7f0ac5-74a7-4737-ae05-0271c6750327::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 912 rows starting from the beginning of the part | ||
| 3835 | 2024.12.20 22:28:15.187774 [ 260 ] {54b1dc24-cf81-4842-b0a4-9b202408fd3a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 3836 | 2024.12.20 22:28:15.187912 [ 191 ] {fb7f0ac5-74a7-4737-ae05-0271c6750327::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 80 rows starting from the beginning of the part | ||
| 3837 | 2024.12.20 22:28:15.187988 [ 260 ] {54b1dc24-cf81-4842-b0a4-9b202408fd3a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 3838 | 2024.12.20 22:28:15.188327 [ 191 ] {fb7f0ac5-74a7-4737-ae05-0271c6750327::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 408 rows starting from the beginning of the part | ||
| 3839 | 2024.12.20 22:28:15.188595 [ 191 ] {fb7f0ac5-74a7-4737-ae05-0271c6750327::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 540 rows starting from the beginning of the part | ||
| 3840 | 2024.12.20 22:28:15.189028 [ 191 ] {fb7f0ac5-74a7-4737-ae05-0271c6750327::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 | ||
| 3841 | 2024.12.20 22:28:15.189474 [ 191 ] {fb7f0ac5-74a7-4737-ae05-0271c6750327::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 408 rows starting from the beginning of the part | ||
| 3842 | 2024.12.20 22:28:15.190168 [ 260 ] {54b1dc24-cf81-4842-b0a4-9b202408fd3a} <Trace> oximeter.measurements_bool (902c9248-495c-4a1f-8676-b52592dc679b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3843 | 2024.12.20 22:28:15.190216 [ 260 ] {54b1dc24-cf81-4842-b0a4-9b202408fd3a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 3844 | 2024.12.20 22:28:15.190743 [ 260 ] {54b1dc24-cf81-4842-b0a4-9b202408fd3a} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3845 | 2024.12.20 22:28:15.191015 [ 260 ] {54b1dc24-cf81-4842-b0a4-9b202408fd3a} <Trace> oximeter.measurements_bool (902c9248-495c-4a1f-8676-b52592dc679b): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3846 | 2024.12.20 22:28:15.191363 [ 260 ] {54b1dc24-cf81-4842-b0a4-9b202408fd3a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.003664 sec., 1637.5545851528384 rows/sec., 85.56 KiB/sec. | ||
| 3847 | 2024.12.20 22:28:15.191494 [ 260 ] {54b1dc24-cf81-4842-b0a4-9b202408fd3a} <Debug> TCPHandler: Processed in 0.003999431 sec. | ||
| 3848 | 2024.12.20 22:28:15.191501 [ 191 ] {fb7f0ac5-74a7-4737-ae05-0271c6750327::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2412 rows, containing 5 columns (5 merged, 0 gathered) in 0.004244347 sec., 568285.2980682305 rows/sec., 43.58 MiB/sec. | ||
| 3849 | 2024.12.20 22:28:15.191662 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3850 | 2024.12.20 22:28:15.191672 [ 191 ] {fb7f0ac5-74a7-4737-ae05-0271c6750327::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3851 | 2024.12.20 22:28:15.191845 [ 262 ] {91e9cca7-ec4e-40fb-ae84-ffc075cb8667} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3852 | 2024.12.20 22:28:15.191945 [ 262 ] {91e9cca7-ec4e-40fb-ae84-ffc075cb8667} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3853 | 2024.12.20 22:28:15.192122 [ 191 ] {fb7f0ac5-74a7-4737-ae05-0271c6750327::all_1_26_5} <Trace> oximeter.fields_uuid (fb7f0ac5-74a7-4737-ae05-0271c6750327): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3854 | 2024.12.20 22:28:15.192375 [ 191 ] {fb7f0ac5-74a7-4737-ae05-0271c6750327::all_1_26_5} <Trace> oximeter.fields_uuid (fb7f0ac5-74a7-4737-ae05-0271c6750327) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3855 | 2024.12.20 22:28:15.192526 [ 191 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. | ||
| 3856 | 2024.12.20 22:28:15.192925 [ 262 ] {91e9cca7-ec4e-40fb-ae84-ffc075cb8667} <Trace> oximeter.measurements_cumulativeu64 (2e833ed7-efb3-49ee-873b-fe7dc1d5762e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3857 | 2024.12.20 22:28:15.192969 [ 262 ] {91e9cca7-ec4e-40fb-ae84-ffc075cb8667} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 3858 | 2024.12.20 22:28:15.193374 [ 262 ] {91e9cca7-ec4e-40fb-ae84-ffc075cb8667} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3859 | 2024.12.20 22:28:15.193616 [ 262 ] {91e9cca7-ec4e-40fb-ae84-ffc075cb8667} <Trace> oximeter.measurements_cumulativeu64 (2e833ed7-efb3-49ee-873b-fe7dc1d5762e): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3860 | 2024.12.20 22:28:15.193780 [ 106 ] {} <Debug> oximeter.measurements_cumulativeu64 (2e833ed7-efb3-49ee-873b-fe7dc1d5762e) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3861 | 2024.12.20 22:28:15.193839 [ 106 ] {} <Trace> oximeter.measurements_cumulativeu64 (2e833ed7-efb3-49ee-873b-fe7dc1d5762e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3862 | 2024.12.20 22:28:15.193873 [ 262 ] {91e9cca7-ec4e-40fb-ae84-ffc075cb8667} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.002073 sec., 114327.06222865412 rows/sec., 7.66 MiB/sec. | ||
| 3863 | 2024.12.20 22:28:15.193883 [ 106 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 3864 | 2024.12.20 22:28:15.194078 [ 262 ] {91e9cca7-ec4e-40fb-ae84-ffc075cb8667} <Debug> TCPHandler: Processed in 0.002488089 sec. | ||
| 3865 | 2024.12.20 22:28:15.194794 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3866 | 2024.12.20 22:28:15.195002 [ 203 ] {2e833ed7-efb3-49ee-873b-fe7dc1d5762e::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 | ||
| 3867 | 2024.12.20 22:28:15.195485 [ 260 ] {478fac6a-ffad-4ad4-80d8-3c8bac951841} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 3868 | 2024.12.20 22:28:15.195672 [ 260 ] {478fac6a-ffad-4ad4-80d8-3c8bac951841} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 3869 | 2024.12.20 22:28:15.195702 [ 203 ] {2e833ed7-efb3-49ee-873b-fe7dc1d5762e::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3870 | 2024.12.20 22:28:15.195754 [ 203 ] {2e833ed7-efb3-49ee-873b-fe7dc1d5762e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 7125 rows starting from the beginning of the part | ||
| 3871 | 2024.12.20 22:28:15.196073 [ 203 ] {2e833ed7-efb3-49ee-873b-fe7dc1d5762e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 160 rows starting from the beginning of the part | ||
| 3872 | 2024.12.20 22:28:15.196433 [ 203 ] {2e833ed7-efb3-49ee-873b-fe7dc1d5762e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 237 rows starting from the beginning of the part | ||
| 3873 | 2024.12.20 22:28:15.196691 [ 203 ] {2e833ed7-efb3-49ee-873b-fe7dc1d5762e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 964 rows starting from the beginning of the part | ||
| 3874 | 2024.12.20 22:28:15.197084 [ 203 ] {2e833ed7-efb3-49ee-873b-fe7dc1d5762e::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 44 rows starting from the beginning of the part | ||
| 3875 | 2024.12.20 22:28:15.197436 [ 203 ] {2e833ed7-efb3-49ee-873b-fe7dc1d5762e::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 | ||
| 3876 | 2024.12.20 22:28:15.197939 [ 260 ] {478fac6a-ffad-4ad4-80d8-3c8bac951841} <Trace> oximeter.measurements_f64 (24a8fd20-3063-40e7-bd7e-0a899ffef70a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3877 | 2024.12.20 22:28:15.197984 [ 260 ] {478fac6a-ffad-4ad4-80d8-3c8bac951841} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 3878 | 2024.12.20 22:28:15.198426 [ 260 ] {478fac6a-ffad-4ad4-80d8-3c8bac951841} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 3879 | 2024.12.20 22:28:15.198733 [ 260 ] {478fac6a-ffad-4ad4-80d8-3c8bac951841} <Trace> oximeter.measurements_f64 (24a8fd20-3063-40e7-bd7e-0a899ffef70a): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3880 | 2024.12.20 22:28:15.199064 [ 260 ] {478fac6a-ffad-4ad4-80d8-3c8bac951841} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00374 sec., 267.379679144385 rows/sec., 18.02 KiB/sec. | ||
| 3881 | 2024.12.20 22:28:15.199154 [ 260 ] {478fac6a-ffad-4ad4-80d8-3c8bac951841} <Debug> TCPHandler: Processed in 0.004890935 sec. | ||
| 3882 | 2024.12.20 22:28:15.199336 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3883 | 2024.12.20 22:28:15.199501 [ 262 ] {aeea16a7-aff9-465b-aec3-c6de72e7c092} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3884 | 2024.12.20 22:28:15.199596 [ 262 ] {aeea16a7-aff9-465b-aec3-c6de72e7c092} <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 | ||
| 3885 | 2024.12.20 22:28:15.201590 [ 262 ] {aeea16a7-aff9-465b-aec3-c6de72e7c092} <Trace> oximeter.measurements_histogramu64 (cfe0444f-6b19-4855-b696-cc295685d98f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3886 | 2024.12.20 22:28:15.201687 [ 262 ] {aeea16a7-aff9-465b-aec3-c6de72e7c092} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 3887 | 2024.12.20 22:28:15.201763 [ 194 ] {2e833ed7-efb3-49ee-873b-fe7dc1d5762e::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 8767 rows, containing 5 columns (5 merged, 0 gathered) in 0.007749694 sec., 1131270.473389014 rows/sec., 76.37 MiB/sec. | ||
| 3888 | 2024.12.20 22:28:15.202066 [ 194 ] {2e833ed7-efb3-49ee-873b-fe7dc1d5762e::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3889 | 2024.12.20 22:28:15.202812 [ 194 ] {2e833ed7-efb3-49ee-873b-fe7dc1d5762e::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (2e833ed7-efb3-49ee-873b-fe7dc1d5762e): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3890 | 2024.12.20 22:28:15.203022 [ 194 ] {2e833ed7-efb3-49ee-873b-fe7dc1d5762e::all_1_26_5} <Trace> oximeter.measurements_cumulativeu64 (2e833ed7-efb3-49ee-873b-fe7dc1d5762e) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3891 | 2024.12.20 22:28:15.203187 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 4.50 MiB. | ||
| 3892 | 2024.12.20 22:28:15.203278 [ 262 ] {aeea16a7-aff9-465b-aec3-c6de72e7c092} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 3893 | 2024.12.20 22:28:15.203566 [ 262 ] {aeea16a7-aff9-465b-aec3-c6de72e7c092} <Trace> oximeter.measurements_histogramu64 (cfe0444f-6b19-4855-b696-cc295685d98f): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3894 | 2024.12.20 22:28:15.203828 [ 262 ] {aeea16a7-aff9-465b-aec3-c6de72e7c092} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.004376 sec., 5941.4990859232175 rows/sec., 10.65 MiB/sec. | ||
| 3895 | 2024.12.20 22:28:15.203957 [ 262 ] {aeea16a7-aff9-465b-aec3-c6de72e7c092} <Debug> TCPHandler: Processed in 0.00471259 sec. | ||
| 3896 | 2024.12.20 22:28:15.204117 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3897 | 2024.12.20 22:28:15.204254 [ 260 ] {49dff5ae-2934-4832-910f-2f2112713308} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3898 | 2024.12.20 22:28:15.204314 [ 260 ] {49dff5ae-2934-4832-910f-2f2112713308} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3899 | 2024.12.20 22:28:15.204875 [ 260 ] {49dff5ae-2934-4832-910f-2f2112713308} <Trace> oximeter.measurements_u64 (b5f8915a-997f-4944-a48b-a878169c21e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3900 | 2024.12.20 22:28:15.204923 [ 260 ] {49dff5ae-2934-4832-910f-2f2112713308} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 3901 | 2024.12.20 22:28:15.205333 [ 260 ] {49dff5ae-2934-4832-910f-2f2112713308} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 3902 | 2024.12.20 22:28:15.205574 [ 260 ] {49dff5ae-2934-4832-910f-2f2112713308} <Trace> oximeter.measurements_u64 (b5f8915a-997f-4944-a48b-a878169c21e0): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3903 | 2024.12.20 22:28:15.205741 [ 104 ] {} <Debug> oximeter.measurements_u64 (b5f8915a-997f-4944-a48b-a878169c21e0) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 3904 | 2024.12.20 22:28:15.205807 [ 260 ] {49dff5ae-2934-4832-910f-2f2112713308} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001582 sec., 51833.1226295828 rows/sec., 3.29 MiB/sec. | ||
| 3905 | 2024.12.20 22:28:15.205823 [ 104 ] {} <Trace> oximeter.measurements_u64 (b5f8915a-997f-4944-a48b-a878169c21e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3906 | 2024.12.20 22:28:15.205886 [ 104 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 3907 | 2024.12.20 22:28:15.205937 [ 260 ] {49dff5ae-2934-4832-910f-2f2112713308} <Debug> TCPHandler: Processed in 0.001884102 sec. | ||
| 3908 | 2024.12.20 22:28:15.206065 [ 203 ] {b5f8915a-997f-4944-a48b-a878169c21e0::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 | ||
| 3909 | 2024.12.20 22:28:15.206161 [ 203 ] {b5f8915a-997f-4944-a48b-a878169c21e0::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 3910 | 2024.12.20 22:28:15.206193 [ 203 ] {b5f8915a-997f-4944-a48b-a878169c21e0::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 1170 rows starting from the beginning of the part | ||
| 3911 | 2024.12.20 22:28:15.206301 [ 203 ] {b5f8915a-997f-4944-a48b-a878169c21e0::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 60 rows starting from the beginning of the part | ||
| 3912 | 2024.12.20 22:28:15.206512 [ 203 ] {b5f8915a-997f-4944-a48b-a878169c21e0::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 82 rows starting from the beginning of the part | ||
| 3913 | 2024.12.20 22:28:15.206663 [ 203 ] {b5f8915a-997f-4944-a48b-a878169c21e0::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 42 rows starting from the beginning of the part | ||
| 3914 | 2024.12.20 22:28:15.206825 [ 203 ] {b5f8915a-997f-4944-a48b-a878169c21e0::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 18 rows starting from the beginning of the part | ||
| 3915 | 2024.12.20 22:28:15.206974 [ 203 ] {b5f8915a-997f-4944-a48b-a878169c21e0::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 | ||
| 3916 | 2024.12.20 22:28:15.208230 [ 188 ] {b5f8915a-997f-4944-a48b-a878169c21e0::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1454 rows, containing 4 columns (4 merged, 0 gathered) in 0.002238091 sec., 649660.8046768429 rows/sec., 42.60 MiB/sec. | ||
| 3917 | 2024.12.20 22:28:15.208492 [ 188 ] {b5f8915a-997f-4944-a48b-a878169c21e0::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 3918 | 2024.12.20 22:28:15.208880 [ 188 ] {b5f8915a-997f-4944-a48b-a878169c21e0::all_1_26_5} <Trace> oximeter.measurements_u64 (b5f8915a-997f-4944-a48b-a878169c21e0): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3919 | 2024.12.20 22:28:15.208984 [ 188 ] {b5f8915a-997f-4944-a48b-a878169c21e0::all_1_26_5} <Trace> oximeter.measurements_u64 (b5f8915a-997f-4944-a48b-a878169c21e0) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 3920 | 2024.12.20 22:28:15.209095 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.49 MiB. | ||
| 3921 | 2024.12.20 22:28:19.311613 [ 99 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 3922 | 2024.12.20 22:28:19.311730 [ 99 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 3923 | 2024.12.20 22:28:19.398496 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 8296 | ||
| 3924 | 2024.12.20 22:28:19.399188 [ 242 ] {} <Trace> system.asynchronous_metric_log (872a84c2-09da-4c20-9ea0-5cf32b1a4df4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3925 | 2024.12.20 22:28:19.399238 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 3926 | 2024.12.20 22:28:19.399792 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3927 | 2024.12.20 22:28:19.400061 [ 242 ] {} <Trace> system.asynchronous_metric_log (872a84c2-09da-4c20-9ea0-5cf32b1a4df4): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3928 | 2024.12.20 22:28:19.400328 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8296 | ||
| 3929 | 2024.12.20 22:28:19.958700 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 136 | ||
| 3930 | 2024.12.20 22:28:19.979166 [ 244 ] {} <Trace> system.metric_log (fe7f8d4b-b36f-4a64-a142-f4747bcb5bba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3931 | 2024.12.20 22:28:19.979231 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 3932 | 2024.12.20 22:28:19.986827 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3933 | 2024.12.20 22:28:19.987578 [ 244 ] {} <Trace> system.metric_log (fe7f8d4b-b36f-4a64-a142-f4747bcb5bba): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3934 | 2024.12.20 22:28:19.991002 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 136 | ||
| 3935 | 2024.12.20 22:28:20.162902 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3936 | 2024.12.20 22:28:20.163117 [ 260 ] {f9e4200b-f3a8-428e-ab46-19df386f4720} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 3937 | 2024.12.20 22:28:20.163201 [ 260 ] {f9e4200b-f3a8-428e-ab46-19df386f4720} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 3938 | 2024.12.20 22:28:20.164035 [ 260 ] {f9e4200b-f3a8-428e-ab46-19df386f4720} <Trace> oximeter.fields_string (be340cd8-3bde-4f05-8e45-9e8a1492ad3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3939 | 2024.12.20 22:28:20.164083 [ 260 ] {f9e4200b-f3a8-428e-ab46-19df386f4720} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 3940 | 2024.12.20 22:28:20.164530 [ 260 ] {f9e4200b-f3a8-428e-ab46-19df386f4720} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 3941 | 2024.12.20 22:28:20.164783 [ 260 ] {f9e4200b-f3a8-428e-ab46-19df386f4720} <Trace> oximeter.fields_string (be340cd8-3bde-4f05-8e45-9e8a1492ad3b): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3942 | 2024.12.20 22:28:20.165045 [ 260 ] {f9e4200b-f3a8-428e-ab46-19df386f4720} <Debug> executeQuery: Read 88 rows, 7.43 KiB in 0.001979 sec., 44466.90247599798 rows/sec., 3.67 MiB/sec. | ||
| 3943 | 2024.12.20 22:28:20.165250 [ 260 ] {f9e4200b-f3a8-428e-ab46-19df386f4720} <Debug> TCPHandler: Processed in 0.002484798 sec. | ||
| 3944 | 2024.12.20 22:28:20.165542 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3945 | 2024.12.20 22:28:20.165744 [ 262 ] {b2648c08-acc5-4473-8563-66ceb23072a4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 3946 | 2024.12.20 22:28:20.165827 [ 262 ] {b2648c08-acc5-4473-8563-66ceb23072a4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 3947 | 2024.12.20 22:28:20.166609 [ 262 ] {b2648c08-acc5-4473-8563-66ceb23072a4} <Trace> oximeter.fields_u16 (66d17a24-a3a1-42a5-bd94-b86efb1056dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3948 | 2024.12.20 22:28:20.166655 [ 262 ] {b2648c08-acc5-4473-8563-66ceb23072a4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 3949 | 2024.12.20 22:28:20.167089 [ 262 ] {b2648c08-acc5-4473-8563-66ceb23072a4} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3950 | 2024.12.20 22:28:20.167337 [ 262 ] {b2648c08-acc5-4473-8563-66ceb23072a4} <Trace> oximeter.fields_u16 (66d17a24-a3a1-42a5-bd94-b86efb1056dd): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3951 | 2024.12.20 22:28:20.167598 [ 262 ] {b2648c08-acc5-4473-8563-66ceb23072a4} <Debug> executeQuery: Read 16 rows, 1.20 KiB in 0.0019 sec., 8421.052631578947 rows/sec., 633.22 KiB/sec. | ||
| 3952 | 2024.12.20 22:28:20.167788 [ 262 ] {b2648c08-acc5-4473-8563-66ceb23072a4} <Debug> TCPHandler: Processed in 0.002387825 sec. | ||
| 3953 | 2024.12.20 22:28:20.167963 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3954 | 2024.12.20 22:28:20.168089 [ 260 ] {dacba6ad-b528-4780-b93f-3ae8bbae75cb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 3955 | 2024.12.20 22:28:20.168142 [ 260 ] {dacba6ad-b528-4780-b93f-3ae8bbae75cb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 3956 | 2024.12.20 22:28:20.168791 [ 260 ] {dacba6ad-b528-4780-b93f-3ae8bbae75cb} <Trace> oximeter.fields_uuid (fb7f0ac5-74a7-4737-ae05-0271c6750327): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3957 | 2024.12.20 22:28:20.168832 [ 260 ] {dacba6ad-b528-4780-b93f-3ae8bbae75cb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 3958 | 2024.12.20 22:28:20.169211 [ 260 ] {dacba6ad-b528-4780-b93f-3ae8bbae75cb} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 3959 | 2024.12.20 22:28:20.169449 [ 260 ] {dacba6ad-b528-4780-b93f-3ae8bbae75cb} <Trace> oximeter.fields_uuid (fb7f0ac5-74a7-4737-ae05-0271c6750327): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3960 | 2024.12.20 22:28:20.169666 [ 260 ] {dacba6ad-b528-4780-b93f-3ae8bbae75cb} <Debug> executeQuery: Read 80 rows, 6.40 KiB in 0.001605 sec., 49844.23676012461 rows/sec., 3.89 MiB/sec. | ||
| 3961 | 2024.12.20 22:28:20.169727 [ 260 ] {dacba6ad-b528-4780-b93f-3ae8bbae75cb} <Debug> TCPHandler: Processed in 0.00182426 sec. | ||
| 3962 | 2024.12.20 22:28:20.169940 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3963 | 2024.12.20 22:28:20.170072 [ 262 ] {bf873431-73cd-4dec-b957-568246a05133} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 3964 | 2024.12.20 22:28:20.170131 [ 262 ] {bf873431-73cd-4dec-b957-568246a05133} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 3965 | 2024.12.20 22:28:20.170721 [ 262 ] {bf873431-73cd-4dec-b957-568246a05133} <Trace> oximeter.measurements_cumulativeu64 (2e833ed7-efb3-49ee-873b-fe7dc1d5762e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3966 | 2024.12.20 22:28:20.170761 [ 262 ] {bf873431-73cd-4dec-b957-568246a05133} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 3967 | 2024.12.20 22:28:20.171171 [ 262 ] {bf873431-73cd-4dec-b957-568246a05133} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 3968 | 2024.12.20 22:28:20.171427 [ 262 ] {bf873431-73cd-4dec-b957-568246a05133} <Trace> oximeter.measurements_cumulativeu64 (2e833ed7-efb3-49ee-873b-fe7dc1d5762e): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3969 | 2024.12.20 22:28:20.171621 [ 262 ] {bf873431-73cd-4dec-b957-568246a05133} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00158 sec., 101265.82278481012 rows/sec., 7.05 MiB/sec. | ||
| 3970 | 2024.12.20 22:28:20.171689 [ 262 ] {bf873431-73cd-4dec-b957-568246a05133} <Debug> TCPHandler: Processed in 0.00181891 sec. | ||
| 3971 | 2024.12.20 22:28:20.171859 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3972 | 2024.12.20 22:28:20.172002 [ 260 ] {e46c6769-427c-4498-928b-09f45d92edb2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 3973 | 2024.12.20 22:28:20.172096 [ 260 ] {e46c6769-427c-4498-928b-09f45d92edb2} <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 | ||
| 3974 | 2024.12.20 22:28:20.173313 [ 260 ] {e46c6769-427c-4498-928b-09f45d92edb2} <Trace> oximeter.measurements_histogramu64 (cfe0444f-6b19-4855-b696-cc295685d98f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3975 | 2024.12.20 22:28:20.173353 [ 260 ] {e46c6769-427c-4498-928b-09f45d92edb2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 3976 | 2024.12.20 22:28:20.174010 [ 260 ] {e46c6769-427c-4498-928b-09f45d92edb2} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 3977 | 2024.12.20 22:28:20.174281 [ 260 ] {e46c6769-427c-4498-928b-09f45d92edb2} <Trace> oximeter.measurements_histogramu64 (cfe0444f-6b19-4855-b696-cc295685d98f): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3978 | 2024.12.20 22:28:20.174530 [ 260 ] {e46c6769-427c-4498-928b-09f45d92edb2} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002561 sec., 6247.559547051933 rows/sec., 11.20 MiB/sec. | ||
| 3979 | 2024.12.20 22:28:20.174651 [ 260 ] {e46c6769-427c-4498-928b-09f45d92edb2} <Debug> TCPHandler: Processed in 0.002860819 sec. | ||
| 3980 | 2024.12.20 22:28:20.174804 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3981 | 2024.12.20 22:28:20.174928 [ 262 ] {b5c7ae64-a2ce-4f49-aa85-6bc7af59d2ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 3982 | 2024.12.20 22:28:20.174982 [ 262 ] {b5c7ae64-a2ce-4f49-aa85-6bc7af59d2ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 3983 | 2024.12.20 22:28:20.175498 [ 262 ] {b5c7ae64-a2ce-4f49-aa85-6bc7af59d2ec} <Trace> oximeter.measurements_u64 (b5f8915a-997f-4944-a48b-a878169c21e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3984 | 2024.12.20 22:28:20.175537 [ 262 ] {b5c7ae64-a2ce-4f49-aa85-6bc7af59d2ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 3985 | 2024.12.20 22:28:20.175926 [ 262 ] {b5c7ae64-a2ce-4f49-aa85-6bc7af59d2ec} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 3986 | 2024.12.20 22:28:20.176166 [ 262 ] {b5c7ae64-a2ce-4f49-aa85-6bc7af59d2ec} <Trace> oximeter.measurements_u64 (b5f8915a-997f-4944-a48b-a878169c21e0): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3987 | 2024.12.20 22:28:20.176396 [ 262 ] {b5c7ae64-a2ce-4f49-aa85-6bc7af59d2ec} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001488 sec., 40322.58064516129 rows/sec., 2.72 MiB/sec. | ||
| 3988 | 2024.12.20 22:28:20.176608 [ 262 ] {b5c7ae64-a2ce-4f49-aa85-6bc7af59d2ec} <Debug> TCPHandler: Processed in 0.001854772 sec. | ||
| 3989 | 2024.12.20 22:28:24.428471 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 570 | ||
| 3990 | 2024.12.20 22:28:24.431596 [ 243 ] {} <Trace> system.query_log (cb6910fd-3f74-40bb-afeb-929e53918d3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3991 | 2024.12.20 22:28:24.431654 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 3992 | 2024.12.20 22:28:24.433170 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 3993 | 2024.12.20 22:28:24.433489 [ 243 ] {} <Trace> system.query_log (cb6910fd-3f74-40bb-afeb-929e53918d3c): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 3994 | 2024.12.20 22:28:24.434120 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 570 | ||
| 3995 | 2024.12.20 22:28:25.168310 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 3996 | 2024.12.20 22:28:25.168498 [ 260 ] {d55407ad-afa7-4519-9695-1f7ffe25dacb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 3997 | 2024.12.20 22:28:25.168570 [ 260 ] {d55407ad-afa7-4519-9695-1f7ffe25dacb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 3998 | 2024.12.20 22:28:25.169335 [ 260 ] {d55407ad-afa7-4519-9695-1f7ffe25dacb} <Trace> oximeter.fields_i16 (5ba0350d-977f-4416-8d1f-0415e035e880): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 3999 | 2024.12.20 22:28:25.169387 [ 260 ] {d55407ad-afa7-4519-9695-1f7ffe25dacb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 4000 | 2024.12.20 22:28:25.169810 [ 260 ] {d55407ad-afa7-4519-9695-1f7ffe25dacb} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 4001 | 2024.12.20 22:28:25.170065 [ 260 ] {d55407ad-afa7-4519-9695-1f7ffe25dacb} <Trace> oximeter.fields_i16 (5ba0350d-977f-4416-8d1f-0415e035e880): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4002 | 2024.12.20 22:28:25.170218 [ 91 ] {} <Debug> oximeter.fields_i16 (5ba0350d-977f-4416-8d1f-0415e035e880) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 4003 | 2024.12.20 22:28:25.170259 [ 91 ] {} <Trace> oximeter.fields_i16 (5ba0350d-977f-4416-8d1f-0415e035e880): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4004 | 2024.12.20 22:28:25.170271 [ 260 ] {d55407ad-afa7-4519-9695-1f7ffe25dacb} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00182 sec., 7692.307692307692 rows/sec., 553.74 KiB/sec. | ||
| 4005 | 2024.12.20 22:28:25.170283 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 4006 | 2024.12.20 22:28:25.170379 [ 260 ] {d55407ad-afa7-4519-9695-1f7ffe25dacb} <Debug> TCPHandler: Processed in 0.002192271 sec. | ||
| 4007 | 2024.12.20 22:28:25.170513 [ 192 ] {5ba0350d-977f-4416-8d1f-0415e035e880::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 | ||
| 4008 | 2024.12.20 22:28:25.170669 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4009 | 2024.12.20 22:28:25.170703 [ 192 ] {5ba0350d-977f-4416-8d1f-0415e035e880::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4010 | 2024.12.20 22:28:25.170761 [ 192 ] {5ba0350d-977f-4416-8d1f-0415e035e880::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 | ||
| 4011 | 2024.12.20 22:28:25.171004 [ 192 ] {5ba0350d-977f-4416-8d1f-0415e035e880::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 | ||
| 4012 | 2024.12.20 22:28:25.171017 [ 262 ] {e71ad7a5-8a2a-4abd-b286-2fcf68dacc28} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 4013 | 2024.12.20 22:28:25.171249 [ 262 ] {e71ad7a5-8a2a-4abd-b286-2fcf68dacc28} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 4014 | 2024.12.20 22:28:25.171427 [ 192 ] {5ba0350d-977f-4416-8d1f-0415e035e880::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 | ||
| 4015 | 2024.12.20 22:28:25.171797 [ 192 ] {5ba0350d-977f-4416-8d1f-0415e035e880::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 | ||
| 4016 | 2024.12.20 22:28:25.172150 [ 192 ] {5ba0350d-977f-4416-8d1f-0415e035e880::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 | ||
| 4017 | 2024.12.20 22:28:25.174051 [ 262 ] {e71ad7a5-8a2a-4abd-b286-2fcf68dacc28} <Trace> oximeter.fields_ipaddr (6efd1947-dbb6-4524-99d7-af0451dd6934): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4018 | 2024.12.20 22:28:25.174139 [ 262 ] {e71ad7a5-8a2a-4abd-b286-2fcf68dacc28} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 4019 | 2024.12.20 22:28:25.174936 [ 188 ] {5ba0350d-977f-4416-8d1f-0415e035e880::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004532365 sec., 15444.475455970558 rows/sec., 1.14 MiB/sec. | ||
| 4020 | 2024.12.20 22:28:25.175236 [ 188 ] {5ba0350d-977f-4416-8d1f-0415e035e880::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 4021 | 2024.12.20 22:28:25.175326 [ 262 ] {e71ad7a5-8a2a-4abd-b286-2fcf68dacc28} <Trace> MergedBlockOutputStream: filled checksums all_5_5_0 (state Temporary) | ||
| 4022 | 2024.12.20 22:28:25.175735 [ 188 ] {5ba0350d-977f-4416-8d1f-0415e035e880::all_1_9_2} <Trace> oximeter.fields_i16 (5ba0350d-977f-4416-8d1f-0415e035e880): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4023 | 2024.12.20 22:28:25.175790 [ 262 ] {e71ad7a5-8a2a-4abd-b286-2fcf68dacc28} <Trace> oximeter.fields_ipaddr (6efd1947-dbb6-4524-99d7-af0451dd6934): Renaming temporary part tmp_insert_all_5_5_0 to all_5_5_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4024 | 2024.12.20 22:28:25.175907 [ 188 ] {5ba0350d-977f-4416-8d1f-0415e035e880::all_1_9_2} <Trace> oximeter.fields_i16 (5ba0350d-977f-4416-8d1f-0415e035e880) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 4025 | 2024.12.20 22:28:25.176150 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 4026 | 2024.12.20 22:28:25.176259 [ 262 ] {e71ad7a5-8a2a-4abd-b286-2fcf68dacc28} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.005396 sec., 1111.934766493699 rows/sec., 90.67 KiB/sec. | ||
| 4027 | 2024.12.20 22:28:25.176348 [ 262 ] {e71ad7a5-8a2a-4abd-b286-2fcf68dacc28} <Debug> TCPHandler: Processed in 0.005823731 sec. | ||
| 4028 | 2024.12.20 22:28:25.176528 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4029 | 2024.12.20 22:28:25.176671 [ 260 ] {e094ac5f-ec42-453e-8898-887378bef3d5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4030 | 2024.12.20 22:28:25.176730 [ 260 ] {e094ac5f-ec42-453e-8898-887378bef3d5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4031 | 2024.12.20 22:28:25.177572 [ 260 ] {e094ac5f-ec42-453e-8898-887378bef3d5} <Trace> oximeter.fields_string (be340cd8-3bde-4f05-8e45-9e8a1492ad3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4032 | 2024.12.20 22:28:25.177611 [ 260 ] {e094ac5f-ec42-453e-8898-887378bef3d5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 4033 | 2024.12.20 22:28:25.177999 [ 260 ] {e094ac5f-ec42-453e-8898-887378bef3d5} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4034 | 2024.12.20 22:28:25.178241 [ 260 ] {e094ac5f-ec42-453e-8898-887378bef3d5} <Trace> oximeter.fields_string (be340cd8-3bde-4f05-8e45-9e8a1492ad3b): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4035 | 2024.12.20 22:28:25.178420 [ 260 ] {e094ac5f-ec42-453e-8898-887378bef3d5} <Debug> executeQuery: Read 258 rows, 23.17 KiB in 0.00178 sec., 144943.82022471912 rows/sec., 12.71 MiB/sec. | ||
| 4036 | 2024.12.20 22:28:25.178474 [ 260 ] {e094ac5f-ec42-453e-8898-887378bef3d5} <Debug> TCPHandler: Processed in 0.002013475 sec. | ||
| 4037 | 2024.12.20 22:28:25.178653 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4038 | 2024.12.20 22:28:25.178779 [ 262 ] {ea5edc38-92c5-49d3-85c2-31c7c94d3abe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4039 | 2024.12.20 22:28:25.178833 [ 262 ] {ea5edc38-92c5-49d3-85c2-31c7c94d3abe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4040 | 2024.12.20 22:28:25.179455 [ 262 ] {ea5edc38-92c5-49d3-85c2-31c7c94d3abe} <Trace> oximeter.fields_u16 (66d17a24-a3a1-42a5-bd94-b86efb1056dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4041 | 2024.12.20 22:28:25.179497 [ 262 ] {ea5edc38-92c5-49d3-85c2-31c7c94d3abe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 4042 | 2024.12.20 22:28:25.179873 [ 262 ] {ea5edc38-92c5-49d3-85c2-31c7c94d3abe} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4043 | 2024.12.20 22:28:25.180113 [ 262 ] {ea5edc38-92c5-49d3-85c2-31c7c94d3abe} <Trace> oximeter.fields_u16 (66d17a24-a3a1-42a5-bd94-b86efb1056dd): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4044 | 2024.12.20 22:28:25.180369 [ 262 ] {ea5edc38-92c5-49d3-85c2-31c7c94d3abe} <Debug> executeQuery: Read 39 rows, 2.83 KiB in 0.001617 sec., 24118.73840445269 rows/sec., 1.71 MiB/sec. | ||
| 4045 | 2024.12.20 22:28:25.180604 [ 262 ] {ea5edc38-92c5-49d3-85c2-31c7c94d3abe} <Debug> TCPHandler: Processed in 0.002003805 sec. | ||
| 4046 | 2024.12.20 22:28:25.180782 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4047 | 2024.12.20 22:28:25.180919 [ 260 ] {af5f7ae8-1a5f-4e3c-bcde-e1ee6a0536d1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4048 | 2024.12.20 22:28:25.180983 [ 260 ] {af5f7ae8-1a5f-4e3c-bcde-e1ee6a0536d1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4049 | 2024.12.20 22:28:25.181644 [ 260 ] {af5f7ae8-1a5f-4e3c-bcde-e1ee6a0536d1} <Trace> oximeter.fields_u32 (50de29d4-f6c5-4f7c-8dac-40e276b5b3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4050 | 2024.12.20 22:28:25.181684 [ 260 ] {af5f7ae8-1a5f-4e3c-bcde-e1ee6a0536d1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 4051 | 2024.12.20 22:28:25.182040 [ 260 ] {af5f7ae8-1a5f-4e3c-bcde-e1ee6a0536d1} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4052 | 2024.12.20 22:28:25.182277 [ 260 ] {af5f7ae8-1a5f-4e3c-bcde-e1ee6a0536d1} <Trace> oximeter.fields_u32 (50de29d4-f6c5-4f7c-8dac-40e276b5b3f8): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4053 | 2024.12.20 22:28:25.182555 [ 260 ] {af5f7ae8-1a5f-4e3c-bcde-e1ee6a0536d1} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001642 sec., 8526.187576126675 rows/sec., 597.12 KiB/sec. | ||
| 4054 | 2024.12.20 22:28:25.182713 [ 260 ] {af5f7ae8-1a5f-4e3c-bcde-e1ee6a0536d1} <Debug> TCPHandler: Processed in 0.001993335 sec. | ||
| 4055 | 2024.12.20 22:28:25.182876 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4056 | 2024.12.20 22:28:25.183027 [ 262 ] {6a08e059-cd13-4e2d-b076-038e22f573b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4057 | 2024.12.20 22:28:25.183087 [ 262 ] {6a08e059-cd13-4e2d-b076-038e22f573b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4058 | 2024.12.20 22:28:25.183762 [ 262 ] {6a08e059-cd13-4e2d-b076-038e22f573b8} <Trace> oximeter.fields_u8 (bc6d9fff-42ef-4dc9-9b7c-2f27297e3062): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4059 | 2024.12.20 22:28:25.183804 [ 262 ] {6a08e059-cd13-4e2d-b076-038e22f573b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 4060 | 2024.12.20 22:28:25.184179 [ 262 ] {6a08e059-cd13-4e2d-b076-038e22f573b8} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 4061 | 2024.12.20 22:28:25.184433 [ 262 ] {6a08e059-cd13-4e2d-b076-038e22f573b8} <Trace> oximeter.fields_u8 (bc6d9fff-42ef-4dc9-9b7c-2f27297e3062): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4062 | 2024.12.20 22:28:25.184586 [ 91 ] {} <Debug> oximeter.fields_u8 (bc6d9fff-42ef-4dc9-9b7c-2f27297e3062) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 4063 | 2024.12.20 22:28:25.184654 [ 91 ] {} <Trace> oximeter.fields_u8 (bc6d9fff-42ef-4dc9-9b7c-2f27297e3062): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4064 | 2024.12.20 22:28:25.184679 [ 262 ] {6a08e059-cd13-4e2d-b076-038e22f573b8} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00168 sec., 7738.095238095238 rows/sec., 482.47 KiB/sec. | ||
| 4065 | 2024.12.20 22:28:25.184694 [ 91 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 4066 | 2024.12.20 22:28:25.184838 [ 262 ] {6a08e059-cd13-4e2d-b076-038e22f573b8} <Debug> TCPHandler: Processed in 0.002024456 sec. | ||
| 4067 | 2024.12.20 22:28:25.185150 [ 193 ] {bc6d9fff-42ef-4dc9-9b7c-2f27297e3062::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 | ||
| 4068 | 2024.12.20 22:28:25.185160 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4069 | 2024.12.20 22:28:25.185489 [ 193 ] {bc6d9fff-42ef-4dc9-9b7c-2f27297e3062::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4070 | 2024.12.20 22:28:25.185495 [ 260 ] {eee0253a-d8b8-43d9-81b6-ba8bcde14f2f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4071 | 2024.12.20 22:28:25.185543 [ 193 ] {bc6d9fff-42ef-4dc9-9b7c-2f27297e3062::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 | ||
| 4072 | 2024.12.20 22:28:25.185583 [ 260 ] {eee0253a-d8b8-43d9-81b6-ba8bcde14f2f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4073 | 2024.12.20 22:28:25.185831 [ 193 ] {bc6d9fff-42ef-4dc9-9b7c-2f27297e3062::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 | ||
| 4074 | 2024.12.20 22:28:25.186192 [ 193 ] {bc6d9fff-42ef-4dc9-9b7c-2f27297e3062::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 | ||
| 4075 | 2024.12.20 22:28:25.186472 [ 193 ] {bc6d9fff-42ef-4dc9-9b7c-2f27297e3062::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 | ||
| 4076 | 2024.12.20 22:28:25.186840 [ 193 ] {bc6d9fff-42ef-4dc9-9b7c-2f27297e3062::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 | ||
| 4077 | 2024.12.20 22:28:25.188841 [ 260 ] {eee0253a-d8b8-43d9-81b6-ba8bcde14f2f} <Trace> oximeter.fields_uuid (fb7f0ac5-74a7-4737-ae05-0271c6750327): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4078 | 2024.12.20 22:28:25.188918 [ 260 ] {eee0253a-d8b8-43d9-81b6-ba8bcde14f2f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 4079 | 2024.12.20 22:28:25.189470 [ 188 ] {bc6d9fff-42ef-4dc9-9b7c-2f27297e3062::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004657279 sec., 13956.647218257698 rows/sec., 924.71 KiB/sec. | ||
| 4080 | 2024.12.20 22:28:25.189679 [ 188 ] {bc6d9fff-42ef-4dc9-9b7c-2f27297e3062::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 4081 | 2024.12.20 22:28:25.189843 [ 260 ] {eee0253a-d8b8-43d9-81b6-ba8bcde14f2f} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4082 | 2024.12.20 22:28:25.190192 [ 188 ] {bc6d9fff-42ef-4dc9-9b7c-2f27297e3062::all_1_9_2} <Trace> oximeter.fields_u8 (bc6d9fff-42ef-4dc9-9b7c-2f27297e3062): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4083 | 2024.12.20 22:28:25.190364 [ 260 ] {eee0253a-d8b8-43d9-81b6-ba8bcde14f2f} <Trace> oximeter.fields_uuid (fb7f0ac5-74a7-4737-ae05-0271c6750327): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4084 | 2024.12.20 22:28:25.190367 [ 188 ] {bc6d9fff-42ef-4dc9-9b7c-2f27297e3062::all_1_9_2} <Trace> oximeter.fields_u8 (bc6d9fff-42ef-4dc9-9b7c-2f27297e3062) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 4085 | 2024.12.20 22:28:25.190548 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 4086 | 2024.12.20 22:28:25.190742 [ 260 ] {eee0253a-d8b8-43d9-81b6-ba8bcde14f2f} <Debug> executeQuery: Read 414 rows, 30.25 KiB in 0.005337 sec., 77571.6694772344 rows/sec., 5.54 MiB/sec. | ||
| 4087 | 2024.12.20 22:28:25.190883 [ 260 ] {eee0253a-d8b8-43d9-81b6-ba8bcde14f2f} <Debug> TCPHandler: Processed in 0.005899773 sec. | ||
| 4088 | 2024.12.20 22:28:25.191053 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4089 | 2024.12.20 22:28:25.191201 [ 262 ] {de7d4c61-9dc2-404d-ba8d-b317e4d13bbd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4090 | 2024.12.20 22:28:25.191265 [ 262 ] {de7d4c61-9dc2-404d-ba8d-b317e4d13bbd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4091 | 2024.12.20 22:28:25.191801 [ 262 ] {de7d4c61-9dc2-404d-ba8d-b317e4d13bbd} <Trace> oximeter.measurements_bool (902c9248-495c-4a1f-8676-b52592dc679b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4092 | 2024.12.20 22:28:25.191842 [ 262 ] {de7d4c61-9dc2-404d-ba8d-b317e4d13bbd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 4093 | 2024.12.20 22:28:25.192225 [ 262 ] {de7d4c61-9dc2-404d-ba8d-b317e4d13bbd} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 4094 | 2024.12.20 22:28:25.192482 [ 262 ] {de7d4c61-9dc2-404d-ba8d-b317e4d13bbd} <Trace> oximeter.measurements_bool (902c9248-495c-4a1f-8676-b52592dc679b): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4095 | 2024.12.20 22:28:25.192695 [ 262 ] {de7d4c61-9dc2-404d-ba8d-b317e4d13bbd} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001527 sec., 3929.2730844793714 rows/sec., 205.29 KiB/sec. | ||
| 4096 | 2024.12.20 22:28:25.192752 [ 262 ] {de7d4c61-9dc2-404d-ba8d-b317e4d13bbd} <Debug> TCPHandler: Processed in 0.001766539 sec. | ||
| 4097 | 2024.12.20 22:28:25.192912 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4098 | 2024.12.20 22:28:25.193051 [ 260 ] {8c350953-38b7-4867-819a-2a8beb37f000} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4099 | 2024.12.20 22:28:25.193113 [ 260 ] {8c350953-38b7-4867-819a-2a8beb37f000} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4100 | 2024.12.20 22:28:25.193766 [ 260 ] {8c350953-38b7-4867-819a-2a8beb37f000} <Trace> oximeter.measurements_cumulativeu64 (2e833ed7-efb3-49ee-873b-fe7dc1d5762e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4101 | 2024.12.20 22:28:25.193805 [ 260 ] {8c350953-38b7-4867-819a-2a8beb37f000} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 4102 | 2024.12.20 22:28:25.194191 [ 260 ] {8c350953-38b7-4867-819a-2a8beb37f000} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4103 | 2024.12.20 22:28:25.194432 [ 260 ] {8c350953-38b7-4867-819a-2a8beb37f000} <Trace> oximeter.measurements_cumulativeu64 (2e833ed7-efb3-49ee-873b-fe7dc1d5762e): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4104 | 2024.12.20 22:28:25.194650 [ 260 ] {8c350953-38b7-4867-819a-2a8beb37f000} <Debug> executeQuery: Read 240 rows, 16.48 KiB in 0.00163 sec., 147239.26380368098 rows/sec., 9.87 MiB/sec. | ||
| 4105 | 2024.12.20 22:28:25.194874 [ 260 ] {8c350953-38b7-4867-819a-2a8beb37f000} <Debug> TCPHandler: Processed in 0.002023526 sec. | ||
| 4106 | 2024.12.20 22:28:25.195073 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4107 | 2024.12.20 22:28:25.195213 [ 262 ] {752bae5b-94e3-4424-bf7e-b2695fe644a2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4108 | 2024.12.20 22:28:25.195274 [ 262 ] {752bae5b-94e3-4424-bf7e-b2695fe644a2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4109 | 2024.12.20 22:28:25.195784 [ 262 ] {752bae5b-94e3-4424-bf7e-b2695fe644a2} <Trace> oximeter.measurements_f64 (24a8fd20-3063-40e7-bd7e-0a899ffef70a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4110 | 2024.12.20 22:28:25.195824 [ 262 ] {752bae5b-94e3-4424-bf7e-b2695fe644a2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 4111 | 2024.12.20 22:28:25.196186 [ 262 ] {752bae5b-94e3-4424-bf7e-b2695fe644a2} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 4112 | 2024.12.20 22:28:25.196423 [ 262 ] {752bae5b-94e3-4424-bf7e-b2695fe644a2} <Trace> oximeter.measurements_f64 (24a8fd20-3063-40e7-bd7e-0a899ffef70a): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4113 | 2024.12.20 22:28:25.196712 [ 262 ] {752bae5b-94e3-4424-bf7e-b2695fe644a2} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00151 sec., 662.251655629139 rows/sec., 44.62 KiB/sec. | ||
| 4114 | 2024.12.20 22:28:25.196832 [ 262 ] {752bae5b-94e3-4424-bf7e-b2695fe644a2} <Debug> TCPHandler: Processed in 0.001854161 sec. | ||
| 4115 | 2024.12.20 22:28:25.196989 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4116 | 2024.12.20 22:28:25.197126 [ 260 ] {898e75f1-34e7-483c-86fc-5fe8509debfe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4117 | 2024.12.20 22:28:25.197216 [ 260 ] {898e75f1-34e7-483c-86fc-5fe8509debfe} <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 | ||
| 4118 | 2024.12.20 22:28:25.198398 [ 260 ] {898e75f1-34e7-483c-86fc-5fe8509debfe} <Trace> oximeter.measurements_histogramu64 (cfe0444f-6b19-4855-b696-cc295685d98f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4119 | 2024.12.20 22:28:25.198437 [ 260 ] {898e75f1-34e7-483c-86fc-5fe8509debfe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 4120 | 2024.12.20 22:28:25.199065 [ 260 ] {898e75f1-34e7-483c-86fc-5fe8509debfe} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4121 | 2024.12.20 22:28:25.199314 [ 260 ] {898e75f1-34e7-483c-86fc-5fe8509debfe} <Trace> oximeter.measurements_histogramu64 (cfe0444f-6b19-4855-b696-cc295685d98f): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4122 | 2024.12.20 22:28:25.199521 [ 260 ] {898e75f1-34e7-483c-86fc-5fe8509debfe} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002425 sec., 10721.649484536083 rows/sec., 19.21 MiB/sec. | ||
| 4123 | 2024.12.20 22:28:25.199615 [ 260 ] {898e75f1-34e7-483c-86fc-5fe8509debfe} <Debug> TCPHandler: Processed in 0.002692865 sec. | ||
| 4124 | 2024.12.20 22:28:25.199761 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4125 | 2024.12.20 22:28:25.199900 [ 262 ] {624f9788-525b-40fa-9875-2d3f922e74a5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4126 | 2024.12.20 22:28:25.199960 [ 262 ] {624f9788-525b-40fa-9875-2d3f922e74a5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4127 | 2024.12.20 22:28:25.200550 [ 262 ] {624f9788-525b-40fa-9875-2d3f922e74a5} <Trace> oximeter.measurements_u64 (b5f8915a-997f-4944-a48b-a878169c21e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4128 | 2024.12.20 22:28:25.200590 [ 262 ] {624f9788-525b-40fa-9875-2d3f922e74a5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 4129 | 2024.12.20 22:28:25.200965 [ 262 ] {624f9788-525b-40fa-9875-2d3f922e74a5} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 4130 | 2024.12.20 22:28:25.201197 [ 262 ] {624f9788-525b-40fa-9875-2d3f922e74a5} <Trace> oximeter.measurements_u64 (b5f8915a-997f-4944-a48b-a878169c21e0): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4131 | 2024.12.20 22:28:25.201399 [ 262 ] {624f9788-525b-40fa-9875-2d3f922e74a5} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001529 sec., 53629.82341399608 rows/sec., 3.41 MiB/sec. | ||
| 4132 | 2024.12.20 22:28:25.201450 [ 262 ] {624f9788-525b-40fa-9875-2d3f922e74a5} <Debug> TCPHandler: Processed in 0.001754638 sec. | ||
| 4133 | 2024.12.20 22:28:26.900481 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 8723 | ||
| 4134 | 2024.12.20 22:28:26.901642 [ 242 ] {} <Trace> system.asynchronous_metric_log (872a84c2-09da-4c20-9ea0-5cf32b1a4df4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4135 | 2024.12.20 22:28:26.901694 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.12 GiB. | ||
| 4136 | 2024.12.20 22:28:26.902236 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4137 | 2024.12.20 22:28:26.902496 [ 242 ] {} <Trace> system.asynchronous_metric_log (872a84c2-09da-4c20-9ea0-5cf32b1a4df4): 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.20 22:28:26.902778 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 8723 | ||
| 4139 | 2024.12.20 22:28:27.491076 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 144 | ||
| 4140 | 2024.12.20 22:28:27.512384 [ 244 ] {} <Trace> system.metric_log (fe7f8d4b-b36f-4a64-a142-f4747bcb5bba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4141 | 2024.12.20 22:28:27.512444 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 4142 | 2024.12.20 22:28:27.520219 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 4143 | 2024.12.20 22:28:27.520989 [ 244 ] {} <Trace> system.metric_log (fe7f8d4b-b36f-4a64-a142-f4747bcb5bba): 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.20 22:28:27.523675 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 144 | ||
| 4145 | 2024.12.20 22:28:30.163745 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4146 | 2024.12.20 22:28:30.163952 [ 260 ] {1a5482cc-a210-42af-8792-ee4b689b5767} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4147 | 2024.12.20 22:28:30.164034 [ 260 ] {1a5482cc-a210-42af-8792-ee4b689b5767} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4148 | 2024.12.20 22:28:30.165192 [ 260 ] {1a5482cc-a210-42af-8792-ee4b689b5767} <Trace> oximeter.fields_string (be340cd8-3bde-4f05-8e45-9e8a1492ad3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4149 | 2024.12.20 22:28:30.165243 [ 260 ] {1a5482cc-a210-42af-8792-ee4b689b5767} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 4150 | 2024.12.20 22:28:30.165689 [ 260 ] {1a5482cc-a210-42af-8792-ee4b689b5767} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4151 | 2024.12.20 22:28:30.165947 [ 260 ] {1a5482cc-a210-42af-8792-ee4b689b5767} <Trace> oximeter.fields_string (be340cd8-3bde-4f05-8e45-9e8a1492ad3b): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4152 | 2024.12.20 22:28:30.166192 [ 260 ] {1a5482cc-a210-42af-8792-ee4b689b5767} <Debug> executeQuery: Read 88 rows, 7.43 KiB in 0.002295 sec., 38344.22657952069 rows/sec., 3.16 MiB/sec. | ||
| 4153 | 2024.12.20 22:28:30.166266 [ 260 ] {1a5482cc-a210-42af-8792-ee4b689b5767} <Debug> TCPHandler: Processed in 0.002655313 sec. | ||
| 4154 | 2024.12.20 22:28:30.166525 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4155 | 2024.12.20 22:28:30.166736 [ 262 ] {d5ffb6b5-58d0-4bb0-8874-27e67efb4bda} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4156 | 2024.12.20 22:28:30.166810 [ 262 ] {d5ffb6b5-58d0-4bb0-8874-27e67efb4bda} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4157 | 2024.12.20 22:28:30.167538 [ 262 ] {d5ffb6b5-58d0-4bb0-8874-27e67efb4bda} <Trace> oximeter.fields_u16 (66d17a24-a3a1-42a5-bd94-b86efb1056dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4158 | 2024.12.20 22:28:30.167582 [ 262 ] {d5ffb6b5-58d0-4bb0-8874-27e67efb4bda} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 4159 | 2024.12.20 22:28:30.168011 [ 262 ] {d5ffb6b5-58d0-4bb0-8874-27e67efb4bda} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4160 | 2024.12.20 22:28:30.168266 [ 262 ] {d5ffb6b5-58d0-4bb0-8874-27e67efb4bda} <Trace> oximeter.fields_u16 (66d17a24-a3a1-42a5-bd94-b86efb1056dd): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4161 | 2024.12.20 22:28:30.168489 [ 262 ] {d5ffb6b5-58d0-4bb0-8874-27e67efb4bda} <Debug> executeQuery: Read 16 rows, 1.20 KiB in 0.001807 sec., 8854.454897620366 rows/sec., 665.81 KiB/sec. | ||
| 4162 | 2024.12.20 22:28:30.168596 [ 262 ] {d5ffb6b5-58d0-4bb0-8874-27e67efb4bda} <Debug> TCPHandler: Processed in 0.002207901 sec. | ||
| 4163 | 2024.12.20 22:28:30.168780 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4164 | 2024.12.20 22:28:30.168933 [ 260 ] {652cded8-e65c-483c-8edb-aa32e05505e5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4165 | 2024.12.20 22:28:30.168999 [ 260 ] {652cded8-e65c-483c-8edb-aa32e05505e5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4166 | 2024.12.20 22:28:30.169739 [ 260 ] {652cded8-e65c-483c-8edb-aa32e05505e5} <Trace> oximeter.fields_uuid (fb7f0ac5-74a7-4737-ae05-0271c6750327): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4167 | 2024.12.20 22:28:30.169782 [ 260 ] {652cded8-e65c-483c-8edb-aa32e05505e5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 4168 | 2024.12.20 22:28:30.170165 [ 260 ] {652cded8-e65c-483c-8edb-aa32e05505e5} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4169 | 2024.12.20 22:28:30.170402 [ 260 ] {652cded8-e65c-483c-8edb-aa32e05505e5} <Trace> oximeter.fields_uuid (fb7f0ac5-74a7-4737-ae05-0271c6750327): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4170 | 2024.12.20 22:28:30.170645 [ 260 ] {652cded8-e65c-483c-8edb-aa32e05505e5} <Debug> executeQuery: Read 80 rows, 6.40 KiB in 0.001746 sec., 45819.01489117984 rows/sec., 3.58 MiB/sec. | ||
| 4171 | 2024.12.20 22:28:30.170873 [ 260 ] {652cded8-e65c-483c-8edb-aa32e05505e5} <Debug> TCPHandler: Processed in 0.002158729 sec. | ||
| 4172 | 2024.12.20 22:28:30.171062 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4173 | 2024.12.20 22:28:30.171186 [ 262 ] {384eb722-91db-4151-beca-560fb015dd8a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4174 | 2024.12.20 22:28:30.171245 [ 262 ] {384eb722-91db-4151-beca-560fb015dd8a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4175 | 2024.12.20 22:28:30.171823 [ 262 ] {384eb722-91db-4151-beca-560fb015dd8a} <Trace> oximeter.measurements_cumulativeu64 (2e833ed7-efb3-49ee-873b-fe7dc1d5762e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4176 | 2024.12.20 22:28:30.171863 [ 262 ] {384eb722-91db-4151-beca-560fb015dd8a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 4177 | 2024.12.20 22:28:30.172270 [ 262 ] {384eb722-91db-4151-beca-560fb015dd8a} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4178 | 2024.12.20 22:28:30.172512 [ 262 ] {384eb722-91db-4151-beca-560fb015dd8a} <Trace> oximeter.measurements_cumulativeu64 (2e833ed7-efb3-49ee-873b-fe7dc1d5762e): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4179 | 2024.12.20 22:28:30.172715 [ 262 ] {384eb722-91db-4151-beca-560fb015dd8a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001557 sec., 102761.72125883108 rows/sec., 7.16 MiB/sec. | ||
| 4180 | 2024.12.20 22:28:30.172773 [ 262 ] {384eb722-91db-4151-beca-560fb015dd8a} <Debug> TCPHandler: Processed in 0.001779309 sec. | ||
| 4181 | 2024.12.20 22:28:30.172934 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4182 | 2024.12.20 22:28:30.173091 [ 260 ] {5dd58fbe-37e3-47bd-bd31-c7d6d4bd9aed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4183 | 2024.12.20 22:28:30.173188 [ 260 ] {5dd58fbe-37e3-47bd-bd31-c7d6d4bd9aed} <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 | ||
| 4184 | 2024.12.20 22:28:30.174451 [ 260 ] {5dd58fbe-37e3-47bd-bd31-c7d6d4bd9aed} <Trace> oximeter.measurements_histogramu64 (cfe0444f-6b19-4855-b696-cc295685d98f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4185 | 2024.12.20 22:28:30.174494 [ 260 ] {5dd58fbe-37e3-47bd-bd31-c7d6d4bd9aed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 4186 | 2024.12.20 22:28:30.175126 [ 260 ] {5dd58fbe-37e3-47bd-bd31-c7d6d4bd9aed} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4187 | 2024.12.20 22:28:30.175383 [ 260 ] {5dd58fbe-37e3-47bd-bd31-c7d6d4bd9aed} <Trace> oximeter.measurements_histogramu64 (cfe0444f-6b19-4855-b696-cc295685d98f): 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.20 22:28:30.175641 [ 260 ] {5dd58fbe-37e3-47bd-bd31-c7d6d4bd9aed} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002596 sec., 6163.328197226503 rows/sec., 11.04 MiB/sec. | ||
| 4189 | 2024.12.20 22:28:30.175766 [ 260 ] {5dd58fbe-37e3-47bd-bd31-c7d6d4bd9aed} <Debug> TCPHandler: Processed in 0.002898129 sec. | ||
| 4190 | 2024.12.20 22:28:30.175930 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4191 | 2024.12.20 22:28:30.176071 [ 262 ] {acb950dd-14d1-4968-8d31-d62df9ab71df} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4192 | 2024.12.20 22:28:30.176133 [ 262 ] {acb950dd-14d1-4968-8d31-d62df9ab71df} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4193 | 2024.12.20 22:28:30.176713 [ 262 ] {acb950dd-14d1-4968-8d31-d62df9ab71df} <Trace> oximeter.measurements_u64 (b5f8915a-997f-4944-a48b-a878169c21e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4194 | 2024.12.20 22:28:30.176754 [ 262 ] {acb950dd-14d1-4968-8d31-d62df9ab71df} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 4195 | 2024.12.20 22:28:30.177128 [ 262 ] {acb950dd-14d1-4968-8d31-d62df9ab71df} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 4196 | 2024.12.20 22:28:30.177364 [ 262 ] {acb950dd-14d1-4968-8d31-d62df9ab71df} <Trace> oximeter.measurements_u64 (b5f8915a-997f-4944-a48b-a878169c21e0): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4197 | 2024.12.20 22:28:30.177582 [ 262 ] {acb950dd-14d1-4968-8d31-d62df9ab71df} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001544 sec., 38860.103626943004 rows/sec., 2.62 MiB/sec. | ||
| 4198 | 2024.12.20 22:28:30.177636 [ 262 ] {acb950dd-14d1-4968-8d31-d62df9ab71df} <Debug> TCPHandler: Processed in 0.001776839 sec. | ||
| 4199 | 2024.12.20 22:28:34.312002 [ 80 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4200 | 2024.12.20 22:28:34.312111 [ 80 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4201 | 2024.12.20 22:28:34.402915 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 9211 | ||
| 4202 | 2024.12.20 22:28:34.403609 [ 242 ] {} <Trace> system.asynchronous_metric_log (872a84c2-09da-4c20-9ea0-5cf32b1a4df4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4203 | 2024.12.20 22:28:34.403660 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 4204 | 2024.12.20 22:28:34.404295 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4205 | 2024.12.20 22:28:34.404561 [ 242 ] {} <Trace> system.asynchronous_metric_log (872a84c2-09da-4c20-9ea0-5cf32b1a4df4): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4206 | 2024.12.20 22:28:34.404830 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9211 | ||
| 4207 | 2024.12.20 22:28:34.434349 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 606 | ||
| 4208 | 2024.12.20 22:28:34.439683 [ 243 ] {} <Trace> system.query_log (cb6910fd-3f74-40bb-afeb-929e53918d3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4209 | 2024.12.20 22:28:34.439734 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 4210 | 2024.12.20 22:28:34.441240 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4211 | 2024.12.20 22:28:34.441730 [ 243 ] {} <Trace> system.query_log (cb6910fd-3f74-40bb-afeb-929e53918d3c): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4212 | 2024.12.20 22:28:34.442961 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 606 | ||
| 4213 | 2024.12.20 22:28:35.023733 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 151 | ||
| 4214 | 2024.12.20 22:28:35.045014 [ 244 ] {} <Trace> system.metric_log (fe7f8d4b-b36f-4a64-a142-f4747bcb5bba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4215 | 2024.12.20 22:28:35.045071 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 4216 | 2024.12.20 22:28:35.052684 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 4217 | 2024.12.20 22:28:35.053445 [ 244 ] {} <Trace> system.metric_log (fe7f8d4b-b36f-4a64-a142-f4747bcb5bba): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4218 | 2024.12.20 22:28:35.056765 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 151 | ||
| 4219 | 2024.12.20 22:28:35.168207 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4220 | 2024.12.20 22:28:35.168388 [ 260 ] {530a22a6-21bc-4011-8c4a-dda1d2e8fd0b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4221 | 2024.12.20 22:28:35.168460 [ 260 ] {530a22a6-21bc-4011-8c4a-dda1d2e8fd0b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4222 | 2024.12.20 22:28:35.169225 [ 260 ] {530a22a6-21bc-4011-8c4a-dda1d2e8fd0b} <Trace> oximeter.fields_i16 (5ba0350d-977f-4416-8d1f-0415e035e880): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4223 | 2024.12.20 22:28:35.169268 [ 260 ] {530a22a6-21bc-4011-8c4a-dda1d2e8fd0b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 4224 | 2024.12.20 22:28:35.169736 [ 260 ] {530a22a6-21bc-4011-8c4a-dda1d2e8fd0b} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 4225 | 2024.12.20 22:28:35.169999 [ 260 ] {530a22a6-21bc-4011-8c4a-dda1d2e8fd0b} <Trace> oximeter.fields_i16 (5ba0350d-977f-4416-8d1f-0415e035e880): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4226 | 2024.12.20 22:28:35.170197 [ 260 ] {530a22a6-21bc-4011-8c4a-dda1d2e8fd0b} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001859 sec., 7530.930607853685 rows/sec., 542.13 KiB/sec. | ||
| 4227 | 2024.12.20 22:28:35.170264 [ 260 ] {530a22a6-21bc-4011-8c4a-dda1d2e8fd0b} <Debug> TCPHandler: Processed in 0.00217756 sec. | ||
| 4228 | 2024.12.20 22:28:35.170525 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4229 | 2024.12.20 22:28:35.170737 [ 262 ] {883b5f11-5784-4307-9273-ff42ed74a590} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4230 | 2024.12.20 22:28:35.170825 [ 262 ] {883b5f11-5784-4307-9273-ff42ed74a590} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4231 | 2024.12.20 22:28:35.171736 [ 262 ] {883b5f11-5784-4307-9273-ff42ed74a590} <Trace> oximeter.fields_string (be340cd8-3bde-4f05-8e45-9e8a1492ad3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4232 | 2024.12.20 22:28:35.171788 [ 262 ] {883b5f11-5784-4307-9273-ff42ed74a590} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 4233 | 2024.12.20 22:28:35.172249 [ 262 ] {883b5f11-5784-4307-9273-ff42ed74a590} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4234 | 2024.12.20 22:28:35.172527 [ 262 ] {883b5f11-5784-4307-9273-ff42ed74a590} <Trace> oximeter.fields_string (be340cd8-3bde-4f05-8e45-9e8a1492ad3b): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4235 | 2024.12.20 22:28:35.172806 [ 262 ] {883b5f11-5784-4307-9273-ff42ed74a590} <Debug> executeQuery: Read 255 rows, 22.96 KiB in 0.002121 sec., 120226.30834512023 rows/sec., 10.57 MiB/sec. | ||
| 4236 | 2024.12.20 22:28:35.173013 [ 262 ] {883b5f11-5784-4307-9273-ff42ed74a590} <Debug> TCPHandler: Processed in 0.002619082 sec. | ||
| 4237 | 2024.12.20 22:28:35.173248 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4238 | 2024.12.20 22:28:35.173392 [ 260 ] {d2ad0ccf-5d72-4016-973d-8b1b8d4070f0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4239 | 2024.12.20 22:28:35.173453 [ 260 ] {d2ad0ccf-5d72-4016-973d-8b1b8d4070f0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4240 | 2024.12.20 22:28:35.174137 [ 260 ] {d2ad0ccf-5d72-4016-973d-8b1b8d4070f0} <Trace> oximeter.fields_u16 (66d17a24-a3a1-42a5-bd94-b86efb1056dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4241 | 2024.12.20 22:28:35.174177 [ 260 ] {d2ad0ccf-5d72-4016-973d-8b1b8d4070f0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 4242 | 2024.12.20 22:28:35.174543 [ 260 ] {d2ad0ccf-5d72-4016-973d-8b1b8d4070f0} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4243 | 2024.12.20 22:28:35.174784 [ 260 ] {d2ad0ccf-5d72-4016-973d-8b1b8d4070f0} <Trace> oximeter.fields_u16 (66d17a24-a3a1-42a5-bd94-b86efb1056dd): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4244 | 2024.12.20 22:28:35.174903 [ 23 ] {} <Debug> oximeter.fields_u16 (66d17a24-a3a1-42a5-bd94-b86efb1056dd) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4245 | 2024.12.20 22:28:35.174949 [ 23 ] {} <Trace> oximeter.fields_u16 (66d17a24-a3a1-42a5-bd94-b86efb1056dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4246 | 2024.12.20 22:28:35.174971 [ 23 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 4247 | 2024.12.20 22:28:35.174976 [ 260 ] {d2ad0ccf-5d72-4016-973d-8b1b8d4070f0} <Debug> executeQuery: Read 33 rows, 2.41 KiB in 0.001617 sec., 20408.163265306124 rows/sec., 1.46 MiB/sec. | ||
| 4248 | 2024.12.20 22:28:35.175128 [ 260 ] {d2ad0ccf-5d72-4016-973d-8b1b8d4070f0} <Debug> TCPHandler: Processed in 0.001976935 sec. | ||
| 4249 | 2024.12.20 22:28:35.175224 [ 193 ] {66d17a24-a3a1-42a5-bd94-b86efb1056dd::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 | ||
| 4250 | 2024.12.20 22:28:35.175320 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4251 | 2024.12.20 22:28:35.175372 [ 193 ] {66d17a24-a3a1-42a5-bd94-b86efb1056dd::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4252 | 2024.12.20 22:28:35.175415 [ 193 ] {66d17a24-a3a1-42a5-bd94-b86efb1056dd::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 67 rows starting from the beginning of the part | ||
| 4253 | 2024.12.20 22:28:35.175496 [ 262 ] {df1f0609-e976-4e0f-b19f-d68e2aa03edc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4254 | 2024.12.20 22:28:35.175539 [ 193 ] {66d17a24-a3a1-42a5-bd94-b86efb1056dd::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 33 rows starting from the beginning of the part | ||
| 4255 | 2024.12.20 22:28:35.175656 [ 262 ] {df1f0609-e976-4e0f-b19f-d68e2aa03edc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4256 | 2024.12.20 22:28:35.176001 [ 193 ] {66d17a24-a3a1-42a5-bd94-b86efb1056dd::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 16 rows starting from the beginning of the part | ||
| 4257 | 2024.12.20 22:28:35.176267 [ 193 ] {66d17a24-a3a1-42a5-bd94-b86efb1056dd::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 39 rows starting from the beginning of the part | ||
| 4258 | 2024.12.20 22:28:35.176526 [ 193 ] {66d17a24-a3a1-42a5-bd94-b86efb1056dd::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 16 rows starting from the beginning of the part | ||
| 4259 | 2024.12.20 22:28:35.176856 [ 193 ] {66d17a24-a3a1-42a5-bd94-b86efb1056dd::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 33 rows starting from the beginning of the part | ||
| 4260 | 2024.12.20 22:28:35.177837 [ 262 ] {df1f0609-e976-4e0f-b19f-d68e2aa03edc} <Trace> oximeter.fields_u32 (50de29d4-f6c5-4f7c-8dac-40e276b5b3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4261 | 2024.12.20 22:28:35.177884 [ 262 ] {df1f0609-e976-4e0f-b19f-d68e2aa03edc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 4262 | 2024.12.20 22:28:35.178525 [ 262 ] {df1f0609-e976-4e0f-b19f-d68e2aa03edc} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 4263 | 2024.12.20 22:28:35.178623 [ 188 ] {66d17a24-a3a1-42a5-bd94-b86efb1056dd::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 204 rows, containing 5 columns (5 merged, 0 gathered) in 0.003555298 sec., 57379.156402641915 rows/sec., 4.32 MiB/sec. | ||
| 4264 | 2024.12.20 22:28:35.178852 [ 188 ] {66d17a24-a3a1-42a5-bd94-b86efb1056dd::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4265 | 2024.12.20 22:28:35.179019 [ 262 ] {df1f0609-e976-4e0f-b19f-d68e2aa03edc} <Trace> oximeter.fields_u32 (50de29d4-f6c5-4f7c-8dac-40e276b5b3f8): 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.20 22:28:35.179434 [ 262 ] {df1f0609-e976-4e0f-b19f-d68e2aa03edc} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.003976 sec., 3521.12676056338 rows/sec., 246.60 KiB/sec. | ||
| 4267 | 2024.12.20 22:28:35.179574 [ 188 ] {66d17a24-a3a1-42a5-bd94-b86efb1056dd::all_1_21_4} <Trace> oximeter.fields_u16 (66d17a24-a3a1-42a5-bd94-b86efb1056dd): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4268 | 2024.12.20 22:28:35.179600 [ 262 ] {df1f0609-e976-4e0f-b19f-d68e2aa03edc} <Debug> TCPHandler: Processed in 0.0043452 sec. | ||
| 4269 | 2024.12.20 22:28:35.179746 [ 188 ] {66d17a24-a3a1-42a5-bd94-b86efb1056dd::all_1_21_4} <Trace> oximeter.fields_u16 (66d17a24-a3a1-42a5-bd94-b86efb1056dd) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4270 | 2024.12.20 22:28:35.179839 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4271 | 2024.12.20 22:28:35.179886 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 4272 | 2024.12.20 22:28:35.179993 [ 260 ] {b979e9a6-cdee-4648-a3db-701cbfe911e4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4273 | 2024.12.20 22:28:35.180048 [ 260 ] {b979e9a6-cdee-4648-a3db-701cbfe911e4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4274 | 2024.12.20 22:28:35.180639 [ 260 ] {b979e9a6-cdee-4648-a3db-701cbfe911e4} <Trace> oximeter.fields_u8 (bc6d9fff-42ef-4dc9-9b7c-2f27297e3062): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4275 | 2024.12.20 22:28:35.180679 [ 260 ] {b979e9a6-cdee-4648-a3db-701cbfe911e4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 4276 | 2024.12.20 22:28:35.181044 [ 260 ] {b979e9a6-cdee-4648-a3db-701cbfe911e4} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 4277 | 2024.12.20 22:28:35.181281 [ 260 ] {b979e9a6-cdee-4648-a3db-701cbfe911e4} <Trace> oximeter.fields_u8 (bc6d9fff-42ef-4dc9-9b7c-2f27297e3062): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4278 | 2024.12.20 22:28:35.181478 [ 260 ] {b979e9a6-cdee-4648-a3db-701cbfe911e4} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001509 sec., 8614.976805831677 rows/sec., 537.14 KiB/sec. | ||
| 4279 | 2024.12.20 22:28:35.181564 [ 260 ] {b979e9a6-cdee-4648-a3db-701cbfe911e4} <Debug> TCPHandler: Processed in 0.00181665 sec. | ||
| 4280 | 2024.12.20 22:28:35.181730 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4281 | 2024.12.20 22:28:35.181865 [ 262 ] {88957095-9d1f-48de-9add-478ab84213f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4282 | 2024.12.20 22:28:35.181919 [ 262 ] {88957095-9d1f-48de-9add-478ab84213f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4283 | 2024.12.20 22:28:35.182783 [ 262 ] {88957095-9d1f-48de-9add-478ab84213f7} <Trace> oximeter.fields_uuid (fb7f0ac5-74a7-4737-ae05-0271c6750327): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4284 | 2024.12.20 22:28:35.182831 [ 262 ] {88957095-9d1f-48de-9add-478ab84213f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 4285 | 2024.12.20 22:28:35.183238 [ 262 ] {88957095-9d1f-48de-9add-478ab84213f7} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4286 | 2024.12.20 22:28:35.183475 [ 262 ] {88957095-9d1f-48de-9add-478ab84213f7} <Trace> oximeter.fields_uuid (fb7f0ac5-74a7-4737-ae05-0271c6750327): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4287 | 2024.12.20 22:28:35.183702 [ 262 ] {88957095-9d1f-48de-9add-478ab84213f7} <Debug> executeQuery: Read 408 rows, 29.76 KiB in 0.001864 sec., 218884.12017167383 rows/sec., 15.59 MiB/sec. | ||
| 4288 | 2024.12.20 22:28:35.183757 [ 262 ] {88957095-9d1f-48de-9add-478ab84213f7} <Debug> TCPHandler: Processed in 0.002083828 sec. | ||
| 4289 | 2024.12.20 22:28:35.183903 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4290 | 2024.12.20 22:28:35.184040 [ 260 ] {f513e492-349b-4d76-a8ad-ee4fe775a102} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4291 | 2024.12.20 22:28:35.184102 [ 260 ] {f513e492-349b-4d76-a8ad-ee4fe775a102} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4292 | 2024.12.20 22:28:35.184671 [ 260 ] {f513e492-349b-4d76-a8ad-ee4fe775a102} <Trace> oximeter.measurements_bool (902c9248-495c-4a1f-8676-b52592dc679b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4293 | 2024.12.20 22:28:35.184715 [ 260 ] {f513e492-349b-4d76-a8ad-ee4fe775a102} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 4294 | 2024.12.20 22:28:35.185117 [ 260 ] {f513e492-349b-4d76-a8ad-ee4fe775a102} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 4295 | 2024.12.20 22:28:35.185360 [ 260 ] {f513e492-349b-4d76-a8ad-ee4fe775a102} <Trace> oximeter.measurements_bool (902c9248-495c-4a1f-8676-b52592dc679b): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4296 | 2024.12.20 22:28:35.185543 [ 260 ] {f513e492-349b-4d76-a8ad-ee4fe775a102} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001535 sec., 3908.7947882736157 rows/sec., 204.22 KiB/sec. | ||
| 4297 | 2024.12.20 22:28:35.185595 [ 260 ] {f513e492-349b-4d76-a8ad-ee4fe775a102} <Debug> TCPHandler: Processed in 0.001746989 sec. | ||
| 4298 | 2024.12.20 22:28:35.185744 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4299 | 2024.12.20 22:28:35.185864 [ 262 ] {049ac632-aaad-4ba3-bc3b-4f8f5790ebb5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4300 | 2024.12.20 22:28:35.185923 [ 262 ] {049ac632-aaad-4ba3-bc3b-4f8f5790ebb5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4301 | 2024.12.20 22:28:35.186605 [ 262 ] {049ac632-aaad-4ba3-bc3b-4f8f5790ebb5} <Trace> oximeter.measurements_cumulativeu64 (2e833ed7-efb3-49ee-873b-fe7dc1d5762e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4302 | 2024.12.20 22:28:35.186651 [ 262 ] {049ac632-aaad-4ba3-bc3b-4f8f5790ebb5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 4303 | 2024.12.20 22:28:35.187093 [ 262 ] {049ac632-aaad-4ba3-bc3b-4f8f5790ebb5} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4304 | 2024.12.20 22:28:35.187335 [ 262 ] {049ac632-aaad-4ba3-bc3b-4f8f5790ebb5} <Trace> oximeter.measurements_cumulativeu64 (2e833ed7-efb3-49ee-873b-fe7dc1d5762e): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4305 | 2024.12.20 22:28:35.187555 [ 262 ] {049ac632-aaad-4ba3-bc3b-4f8f5790ebb5} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001715 sec., 138192.4198250729 rows/sec., 9.26 MiB/sec. | ||
| 4306 | 2024.12.20 22:28:35.187612 [ 262 ] {049ac632-aaad-4ba3-bc3b-4f8f5790ebb5} <Debug> TCPHandler: Processed in 0.001926793 sec. | ||
| 4307 | 2024.12.20 22:28:35.187749 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4308 | 2024.12.20 22:28:35.187865 [ 260 ] {17fe946c-5bba-45b1-9e52-2a068fdcae37} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4309 | 2024.12.20 22:28:35.187918 [ 260 ] {17fe946c-5bba-45b1-9e52-2a068fdcae37} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4310 | 2024.12.20 22:28:35.188450 [ 260 ] {17fe946c-5bba-45b1-9e52-2a068fdcae37} <Trace> oximeter.measurements_f64 (24a8fd20-3063-40e7-bd7e-0a899ffef70a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4311 | 2024.12.20 22:28:35.188496 [ 260 ] {17fe946c-5bba-45b1-9e52-2a068fdcae37} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 4312 | 2024.12.20 22:28:35.188911 [ 260 ] {17fe946c-5bba-45b1-9e52-2a068fdcae37} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 4313 | 2024.12.20 22:28:35.189145 [ 260 ] {17fe946c-5bba-45b1-9e52-2a068fdcae37} <Trace> oximeter.measurements_f64 (24a8fd20-3063-40e7-bd7e-0a899ffef70a): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4314 | 2024.12.20 22:28:35.189330 [ 260 ] {17fe946c-5bba-45b1-9e52-2a068fdcae37} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00149 sec., 671.1409395973154 rows/sec., 45.22 KiB/sec. | ||
| 4315 | 2024.12.20 22:28:35.189381 [ 260 ] {17fe946c-5bba-45b1-9e52-2a068fdcae37} <Debug> TCPHandler: Processed in 0.001685306 sec. | ||
| 4316 | 2024.12.20 22:28:35.189527 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4317 | 2024.12.20 22:28:35.189644 [ 262 ] {2f5ce369-5ef6-4416-b68a-56089cc5b197} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4318 | 2024.12.20 22:28:35.189725 [ 262 ] {2f5ce369-5ef6-4416-b68a-56089cc5b197} <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 | ||
| 4319 | 2024.12.20 22:28:35.190863 [ 262 ] {2f5ce369-5ef6-4416-b68a-56089cc5b197} <Trace> oximeter.measurements_histogramu64 (cfe0444f-6b19-4855-b696-cc295685d98f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4320 | 2024.12.20 22:28:35.190903 [ 262 ] {2f5ce369-5ef6-4416-b68a-56089cc5b197} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 4321 | 2024.12.20 22:28:35.191575 [ 262 ] {2f5ce369-5ef6-4416-b68a-56089cc5b197} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4322 | 2024.12.20 22:28:35.191833 [ 262 ] {2f5ce369-5ef6-4416-b68a-56089cc5b197} <Trace> oximeter.measurements_histogramu64 (cfe0444f-6b19-4855-b696-cc295685d98f): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4323 | 2024.12.20 22:28:35.192006 [ 79 ] {} <Debug> oximeter.measurements_histogramu64 (cfe0444f-6b19-4855-b696-cc295685d98f) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4324 | 2024.12.20 22:28:35.192076 [ 79 ] {} <Trace> oximeter.measurements_histogramu64 (cfe0444f-6b19-4855-b696-cc295685d98f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4325 | 2024.12.20 22:28:35.192105 [ 79 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 4326 | 2024.12.20 22:28:35.192135 [ 262 ] {2f5ce369-5ef6-4416-b68a-56089cc5b197} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002507 sec., 10370.961308336657 rows/sec., 18.58 MiB/sec. | ||
| 4327 | 2024.12.20 22:28:35.192471 [ 195 ] {cfe0444f-6b19-4855-b696-cc295685d98f::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 | ||
| 4328 | 2024.12.20 22:28:35.192788 [ 262 ] {2f5ce369-5ef6-4416-b68a-56089cc5b197} <Debug> TCPHandler: Processed in 0.003305991 sec. | ||
| 4329 | 2024.12.20 22:28:35.193059 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4330 | 2024.12.20 22:28:35.193489 [ 260 ] {799117da-911b-4acf-9b26-33106aafcb68} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4331 | 2024.12.20 22:28:35.193570 [ 260 ] {799117da-911b-4acf-9b26-33106aafcb68} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4332 | 2024.12.20 22:28:35.193614 [ 195 ] {cfe0444f-6b19-4855-b696-cc295685d98f::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4333 | 2024.12.20 22:28:35.193766 [ 195 ] {cfe0444f-6b19-4855-b696-cc295685d98f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 300 rows starting from the beginning of the part | ||
| 4334 | 2024.12.20 22:28:35.194384 [ 195 ] {cfe0444f-6b19-4855-b696-cc295685d98f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 26 rows starting from the beginning of the part | ||
| 4335 | 2024.12.20 22:28:35.194995 [ 195 ] {cfe0444f-6b19-4855-b696-cc295685d98f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 16 rows starting from the beginning of the part | ||
| 4336 | 2024.12.20 22:28:35.195062 [ 260 ] {799117da-911b-4acf-9b26-33106aafcb68} <Trace> oximeter.measurements_u64 (b5f8915a-997f-4944-a48b-a878169c21e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4337 | 2024.12.20 22:28:35.195158 [ 260 ] {799117da-911b-4acf-9b26-33106aafcb68} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 4338 | 2024.12.20 22:28:35.195462 [ 195 ] {cfe0444f-6b19-4855-b696-cc295685d98f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 26 rows starting from the beginning of the part | ||
| 4339 | 2024.12.20 22:28:35.196039 [ 195 ] {cfe0444f-6b19-4855-b696-cc295685d98f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 16 rows starting from the beginning of the part | ||
| 4340 | 2024.12.20 22:28:35.196263 [ 260 ] {799117da-911b-4acf-9b26-33106aafcb68} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 4341 | 2024.12.20 22:28:35.196497 [ 195 ] {cfe0444f-6b19-4855-b696-cc295685d98f::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 26 rows starting from the beginning of the part | ||
| 4342 | 2024.12.20 22:28:35.196941 [ 260 ] {799117da-911b-4acf-9b26-33106aafcb68} <Trace> oximeter.measurements_u64 (b5f8915a-997f-4944-a48b-a878169c21e0): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4343 | 2024.12.20 22:28:35.197312 [ 260 ] {799117da-911b-4acf-9b26-33106aafcb68} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.003941 sec., 20806.901801573204 rows/sec., 1.32 MiB/sec. | ||
| 4344 | 2024.12.20 22:28:35.197381 [ 260 ] {799117da-911b-4acf-9b26-33106aafcb68} <Debug> TCPHandler: Processed in 0.004449533 sec. | ||
| 4345 | 2024.12.20 22:28:35.200756 [ 195 ] {cfe0444f-6b19-4855-b696-cc295685d98f::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 410 rows, containing 19 columns (19 merged, 0 gathered) in 0.008576237 sec., 47806.51467537569 rows/sec., 85.67 MiB/sec. | ||
| 4346 | 2024.12.20 22:28:35.201323 [ 193 ] {cfe0444f-6b19-4855-b696-cc295685d98f::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4347 | 2024.12.20 22:28:35.201738 [ 193 ] {cfe0444f-6b19-4855-b696-cc295685d98f::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (cfe0444f-6b19-4855-b696-cc295685d98f): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4348 | 2024.12.20 22:28:35.201815 [ 193 ] {cfe0444f-6b19-4855-b696-cc295685d98f::all_1_21_4} <Trace> oximeter.measurements_histogramu64 (cfe0444f-6b19-4855-b696-cc295685d98f) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4349 | 2024.12.20 22:28:35.201957 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.20 MiB. | ||
| 4350 | 2024.12.20 22:28:36.181151 [ 77 ] {} <Debug> oximeter.fields_ipaddr (6efd1947-dbb6-4524-99d7-af0451dd6934) (MergerMutator): Selected 5 parts from all_1_1_0 to all_5_5_0 | ||
| 4351 | 2024.12.20 22:28:36.181214 [ 77 ] {} <Trace> oximeter.fields_ipaddr (6efd1947-dbb6-4524-99d7-af0451dd6934): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4352 | 2024.12.20 22:28:36.181236 [ 77 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 4353 | 2024.12.20 22:28:36.181430 [ 197 ] {6efd1947-dbb6-4524-99d7-af0451dd6934::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 | ||
| 4354 | 2024.12.20 22:28:36.181596 [ 197 ] {6efd1947-dbb6-4524-99d7-af0451dd6934::all_1_5_1} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4355 | 2024.12.20 22:28:36.181639 [ 197 ] {6efd1947-dbb6-4524-99d7-af0451dd6934::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_1_0, total 6 rows starting from the beginning of the part | ||
| 4356 | 2024.12.20 22:28:36.181745 [ 197 ] {6efd1947-dbb6-4524-99d7-af0451dd6934::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_2_2_0, total 4 rows starting from the beginning of the part | ||
| 4357 | 2024.12.20 22:28:36.181847 [ 197 ] {6efd1947-dbb6-4524-99d7-af0451dd6934::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_3_3_0, total 4 rows starting from the beginning of the part | ||
| 4358 | 2024.12.20 22:28:36.182085 [ 197 ] {6efd1947-dbb6-4524-99d7-af0451dd6934::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_4_4_0, total 4 rows starting from the beginning of the part | ||
| 4359 | 2024.12.20 22:28:36.182177 [ 197 ] {6efd1947-dbb6-4524-99d7-af0451dd6934::all_1_5_1} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_5_5_0, total 6 rows starting from the beginning of the part | ||
| 4360 | 2024.12.20 22:28:36.183091 [ 193 ] {6efd1947-dbb6-4524-99d7-af0451dd6934::all_1_5_1} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 24 rows, containing 5 columns (5 merged, 0 gathered) in 0.00179104 sec., 13400.035733428622 rows/sec., 1.12 MiB/sec. | ||
| 4361 | 2024.12.20 22:28:36.183283 [ 196 ] {6efd1947-dbb6-4524-99d7-af0451dd6934::all_1_5_1} <Trace> MergedBlockOutputStream: filled checksums all_1_5_1 (state Temporary) | ||
| 4362 | 2024.12.20 22:28:36.183660 [ 196 ] {6efd1947-dbb6-4524-99d7-af0451dd6934::all_1_5_1} <Trace> oximeter.fields_ipaddr (6efd1947-dbb6-4524-99d7-af0451dd6934): Renaming temporary part tmp_merge_all_1_5_1 to all_1_5_1 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4363 | 2024.12.20 22:28:36.183752 [ 196 ] {6efd1947-dbb6-4524-99d7-af0451dd6934::all_1_5_1} <Trace> oximeter.fields_ipaddr (6efd1947-dbb6-4524-99d7-af0451dd6934) (MergerMutator): Merged 5 parts: [all_1_1_0, all_5_5_0] -> all_1_5_1 | ||
| 4364 | 2024.12.20 22:28:36.183861 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 4365 | 2024.12.20 22:28:38.370868 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4366 | 2024.12.20 22:28:38.371073 [ 260 ] {fff2a276-5a22-48fa-a8b9-af33f8db374d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 4367 | 2024.12.20 22:28:38.371148 [ 260 ] {fff2a276-5a22-48fa-a8b9-af33f8db374d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 4368 | 2024.12.20 22:28:38.371893 [ 260 ] {fff2a276-5a22-48fa-a8b9-af33f8db374d} <Trace> oximeter.fields_ipaddr (6efd1947-dbb6-4524-99d7-af0451dd6934): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4369 | 2024.12.20 22:28:38.371943 [ 260 ] {fff2a276-5a22-48fa-a8b9-af33f8db374d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 4370 | 2024.12.20 22:28:38.372373 [ 260 ] {fff2a276-5a22-48fa-a8b9-af33f8db374d} <Trace> MergedBlockOutputStream: filled checksums all_6_6_0 (state Temporary) | ||
| 4371 | 2024.12.20 22:28:38.372631 [ 260 ] {fff2a276-5a22-48fa-a8b9-af33f8db374d} <Trace> oximeter.fields_ipaddr (6efd1947-dbb6-4524-99d7-af0451dd6934): Renaming temporary part tmp_insert_all_6_6_0 to all_6_6_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4372 | 2024.12.20 22:28:38.372876 [ 260 ] {fff2a276-5a22-48fa-a8b9-af33f8db374d} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001853 sec., 2158.6616297895303 rows/sec., 176.02 KiB/sec. | ||
| 4373 | 2024.12.20 22:28:38.372944 [ 260 ] {fff2a276-5a22-48fa-a8b9-af33f8db374d} <Debug> TCPHandler: Processed in 0.002203151 sec. | ||
| 4374 | 2024.12.20 22:28:38.373225 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4375 | 2024.12.20 22:28:38.373444 [ 262 ] {804b464f-84cf-4681-bd78-00b26a47ab24} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4376 | 2024.12.20 22:28:38.373532 [ 262 ] {804b464f-84cf-4681-bd78-00b26a47ab24} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4377 | 2024.12.20 22:28:38.375001 [ 262 ] {804b464f-84cf-4681-bd78-00b26a47ab24} <Trace> oximeter.fields_string (be340cd8-3bde-4f05-8e45-9e8a1492ad3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4378 | 2024.12.20 22:28:38.375058 [ 262 ] {804b464f-84cf-4681-bd78-00b26a47ab24} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 4379 | 2024.12.20 22:28:38.375580 [ 262 ] {804b464f-84cf-4681-bd78-00b26a47ab24} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4380 | 2024.12.20 22:28:38.375844 [ 262 ] {804b464f-84cf-4681-bd78-00b26a47ab24} <Trace> oximeter.fields_string (be340cd8-3bde-4f05-8e45-9e8a1492ad3b): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4381 | 2024.12.20 22:28:38.376012 [ 73 ] {} <Debug> oximeter.fields_string (be340cd8-3bde-4f05-8e45-9e8a1492ad3b) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4382 | 2024.12.20 22:28:38.376059 [ 73 ] {} <Trace> oximeter.fields_string (be340cd8-3bde-4f05-8e45-9e8a1492ad3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4383 | 2024.12.20 22:28:38.376075 [ 262 ] {804b464f-84cf-4681-bd78-00b26a47ab24} <Debug> executeQuery: Read 1230 rows, 104.14 KiB in 0.002689 sec., 457419.1149126069 rows/sec., 37.82 MiB/sec. | ||
| 4384 | 2024.12.20 22:28:38.376082 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 4385 | 2024.12.20 22:28:38.376224 [ 262 ] {804b464f-84cf-4681-bd78-00b26a47ab24} <Debug> TCPHandler: Processed in 0.003138926 sec. | ||
| 4386 | 2024.12.20 22:28:38.376460 [ 199 ] {be340cd8-3bde-4f05-8e45-9e8a1492ad3b::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 | ||
| 4387 | 2024.12.20 22:28:38.376552 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4388 | 2024.12.20 22:28:38.376681 [ 199 ] {be340cd8-3bde-4f05-8e45-9e8a1492ad3b::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4389 | 2024.12.20 22:28:38.376761 [ 199 ] {be340cd8-3bde-4f05-8e45-9e8a1492ad3b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1437 rows starting from the beginning of the part | ||
| 4390 | 2024.12.20 22:28:38.376830 [ 260 ] {6f98f7cd-7971-4755-af50-78a9a51f5639} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4391 | 2024.12.20 22:28:38.377129 [ 199 ] {be340cd8-3bde-4f05-8e45-9e8a1492ad3b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 88 rows starting from the beginning of the part | ||
| 4392 | 2024.12.20 22:28:38.377144 [ 260 ] {6f98f7cd-7971-4755-af50-78a9a51f5639} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4393 | 2024.12.20 22:28:38.377443 [ 199 ] {be340cd8-3bde-4f05-8e45-9e8a1492ad3b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 258 rows starting from the beginning of the part | ||
| 4394 | 2024.12.20 22:28:38.377818 [ 199 ] {be340cd8-3bde-4f05-8e45-9e8a1492ad3b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 88 rows starting from the beginning of the part | ||
| 4395 | 2024.12.20 22:28:38.378154 [ 199 ] {be340cd8-3bde-4f05-8e45-9e8a1492ad3b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 255 rows starting from the beginning of the part | ||
| 4396 | 2024.12.20 22:28:38.378542 [ 199 ] {be340cd8-3bde-4f05-8e45-9e8a1492ad3b::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 1230 rows starting from the beginning of the part | ||
| 4397 | 2024.12.20 22:28:38.379661 [ 260 ] {6f98f7cd-7971-4755-af50-78a9a51f5639} <Trace> oximeter.fields_u16 (66d17a24-a3a1-42a5-bd94-b86efb1056dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4398 | 2024.12.20 22:28:38.379708 [ 260 ] {6f98f7cd-7971-4755-af50-78a9a51f5639} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 4399 | 2024.12.20 22:28:38.380298 [ 260 ] {6f98f7cd-7971-4755-af50-78a9a51f5639} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4400 | 2024.12.20 22:28:38.380580 [ 260 ] {6f98f7cd-7971-4755-af50-78a9a51f5639} <Trace> oximeter.fields_u16 (66d17a24-a3a1-42a5-bd94-b86efb1056dd): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4401 | 2024.12.20 22:28:38.380824 [ 260 ] {6f98f7cd-7971-4755-af50-78a9a51f5639} <Debug> executeQuery: Read 20 rows, 1.48 KiB in 0.004073 sec., 4910.385465259023 rows/sec., 363.96 KiB/sec. | ||
| 4402 | 2024.12.20 22:28:38.380927 [ 260 ] {6f98f7cd-7971-4755-af50-78a9a51f5639} <Debug> TCPHandler: Processed in 0.004549575 sec. | ||
| 4403 | 2024.12.20 22:28:38.381180 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4404 | 2024.12.20 22:28:38.381212 [ 196 ] {be340cd8-3bde-4f05-8e45-9e8a1492ad3b::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3356 rows, containing 5 columns (5 merged, 0 gathered) in 0.005000558 sec., 671125.1024385678 rows/sec., 58.89 MiB/sec. | ||
| 4405 | 2024.12.20 22:28:38.381358 [ 262 ] {68055b2e-5cf5-4298-99ff-7538ab818a2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4406 | 2024.12.20 22:28:38.381419 [ 262 ] {68055b2e-5cf5-4298-99ff-7538ab818a2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4407 | 2024.12.20 22:28:38.381589 [ 196 ] {be340cd8-3bde-4f05-8e45-9e8a1492ad3b::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4408 | 2024.12.20 22:28:38.382223 [ 196 ] {be340cd8-3bde-4f05-8e45-9e8a1492ad3b::all_1_31_6} <Trace> oximeter.fields_string (be340cd8-3bde-4f05-8e45-9e8a1492ad3b): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4409 | 2024.12.20 22:28:38.382475 [ 196 ] {be340cd8-3bde-4f05-8e45-9e8a1492ad3b::all_1_31_6} <Trace> oximeter.fields_string (be340cd8-3bde-4f05-8e45-9e8a1492ad3b) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4410 | 2024.12.20 22:28:38.382682 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.83 MiB. | ||
| 4411 | 2024.12.20 22:28:38.382841 [ 262 ] {68055b2e-5cf5-4298-99ff-7538ab818a2b} <Trace> oximeter.fields_u32 (50de29d4-f6c5-4f7c-8dac-40e276b5b3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4412 | 2024.12.20 22:28:38.382888 [ 262 ] {68055b2e-5cf5-4298-99ff-7538ab818a2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 4413 | 2024.12.20 22:28:38.383279 [ 262 ] {68055b2e-5cf5-4298-99ff-7538ab818a2b} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 4414 | 2024.12.20 22:28:38.383530 [ 262 ] {68055b2e-5cf5-4298-99ff-7538ab818a2b} <Trace> oximeter.fields_u32 (50de29d4-f6c5-4f7c-8dac-40e276b5b3f8): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4415 | 2024.12.20 22:28:38.383717 [ 262 ] {68055b2e-5cf5-4298-99ff-7538ab818a2b} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.0024 sec., 95000.00000000001 rows/sec., 6.43 MiB/sec. | ||
| 4416 | 2024.12.20 22:28:38.383784 [ 262 ] {68055b2e-5cf5-4298-99ff-7538ab818a2b} <Debug> TCPHandler: Processed in 0.002747566 sec. | ||
| 4417 | 2024.12.20 22:28:38.383953 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4418 | 2024.12.20 22:28:38.384095 [ 260 ] {f3813460-4d89-4775-a77b-a013753b910a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4419 | 2024.12.20 22:28:38.384157 [ 260 ] {f3813460-4d89-4775-a77b-a013753b910a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4420 | 2024.12.20 22:28:38.385116 [ 260 ] {f3813460-4d89-4775-a77b-a013753b910a} <Trace> oximeter.fields_uuid (fb7f0ac5-74a7-4737-ae05-0271c6750327): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4421 | 2024.12.20 22:28:38.385157 [ 260 ] {f3813460-4d89-4775-a77b-a013753b910a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 4422 | 2024.12.20 22:28:38.385568 [ 260 ] {f3813460-4d89-4775-a77b-a013753b910a} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4423 | 2024.12.20 22:28:38.385808 [ 260 ] {f3813460-4d89-4775-a77b-a013753b910a} <Trace> oximeter.fields_uuid (fb7f0ac5-74a7-4737-ae05-0271c6750327): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4424 | 2024.12.20 22:28:38.385968 [ 73 ] {} <Debug> oximeter.fields_uuid (fb7f0ac5-74a7-4737-ae05-0271c6750327) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4425 | 2024.12.20 22:28:38.386027 [ 73 ] {} <Trace> oximeter.fields_uuid (fb7f0ac5-74a7-4737-ae05-0271c6750327): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4426 | 2024.12.20 22:28:38.386050 [ 260 ] {f3813460-4d89-4775-a77b-a013753b910a} <Debug> executeQuery: Read 540 rows, 41.01 KiB in 0.001979 sec., 272865.0833754422 rows/sec., 20.24 MiB/sec. | ||
| 4427 | 2024.12.20 22:28:38.386065 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 4428 | 2024.12.20 22:28:38.386221 [ 260 ] {f3813460-4d89-4775-a77b-a013753b910a} <Debug> TCPHandler: Processed in 0.002331294 sec. | ||
| 4429 | 2024.12.20 22:28:38.386557 [ 199 ] {fb7f0ac5-74a7-4737-ae05-0271c6750327::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 | ||
| 4430 | 2024.12.20 22:28:38.386570 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4431 | 2024.12.20 22:28:38.387023 [ 262 ] {e65ee19f-48c6-4bcf-ba26-e778cd81656c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4432 | 2024.12.20 22:28:38.387036 [ 199 ] {fb7f0ac5-74a7-4737-ae05-0271c6750327::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4433 | 2024.12.20 22:28:38.387095 [ 199 ] {fb7f0ac5-74a7-4737-ae05-0271c6750327::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 916 rows starting from the beginning of the part | ||
| 4434 | 2024.12.20 22:28:38.387133 [ 262 ] {e65ee19f-48c6-4bcf-ba26-e778cd81656c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4435 | 2024.12.20 22:28:38.387345 [ 199 ] {fb7f0ac5-74a7-4737-ae05-0271c6750327::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 80 rows starting from the beginning of the part | ||
| 4436 | 2024.12.20 22:28:38.387737 [ 199 ] {fb7f0ac5-74a7-4737-ae05-0271c6750327::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 414 rows starting from the beginning of the part | ||
| 4437 | 2024.12.20 22:28:38.388100 [ 199 ] {fb7f0ac5-74a7-4737-ae05-0271c6750327::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 80 rows starting from the beginning of the part | ||
| 4438 | 2024.12.20 22:28:38.388450 [ 199 ] {fb7f0ac5-74a7-4737-ae05-0271c6750327::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 408 rows starting from the beginning of the part | ||
| 4439 | 2024.12.20 22:28:38.388822 [ 199 ] {fb7f0ac5-74a7-4737-ae05-0271c6750327::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 540 rows starting from the beginning of the part | ||
| 4440 | 2024.12.20 22:28:38.390339 [ 262 ] {e65ee19f-48c6-4bcf-ba26-e778cd81656c} <Trace> oximeter.measurements_cumulativeu64 (2e833ed7-efb3-49ee-873b-fe7dc1d5762e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4441 | 2024.12.20 22:28:38.390414 [ 262 ] {e65ee19f-48c6-4bcf-ba26-e778cd81656c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 4442 | 2024.12.20 22:28:38.391261 [ 262 ] {e65ee19f-48c6-4bcf-ba26-e778cd81656c} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4443 | 2024.12.20 22:28:38.391553 [ 187 ] {fb7f0ac5-74a7-4737-ae05-0271c6750327::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2438 rows, containing 5 columns (5 merged, 0 gathered) in 0.005361248 sec., 454744.8653746292 rows/sec., 34.90 MiB/sec. | ||
| 4444 | 2024.12.20 22:28:38.391732 [ 262 ] {e65ee19f-48c6-4bcf-ba26-e778cd81656c} <Trace> oximeter.measurements_cumulativeu64 (2e833ed7-efb3-49ee-873b-fe7dc1d5762e): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4445 | 2024.12.20 22:28:38.391825 [ 187 ] {fb7f0ac5-74a7-4737-ae05-0271c6750327::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4446 | 2024.12.20 22:28:38.391968 [ 73 ] {} <Debug> oximeter.measurements_cumulativeu64 (2e833ed7-efb3-49ee-873b-fe7dc1d5762e) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4447 | 2024.12.20 22:28:38.392071 [ 73 ] {} <Trace> oximeter.measurements_cumulativeu64 (2e833ed7-efb3-49ee-873b-fe7dc1d5762e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4448 | 2024.12.20 22:28:38.392153 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 4449 | 2024.12.20 22:28:38.392274 [ 262 ] {e65ee19f-48c6-4bcf-ba26-e778cd81656c} <Debug> executeQuery: Read 964 rows, 66.24 KiB in 0.00541 sec., 178188.53974121995 rows/sec., 11.96 MiB/sec. | ||
| 4450 | 2024.12.20 22:28:38.392546 [ 189 ] {2e833ed7-efb3-49ee-873b-fe7dc1d5762e::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 | ||
| 4451 | 2024.12.20 22:28:38.392570 [ 262 ] {e65ee19f-48c6-4bcf-ba26-e778cd81656c} <Debug> TCPHandler: Processed in 0.006204931 sec. | ||
| 4452 | 2024.12.20 22:28:38.392863 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4453 | 2024.12.20 22:28:38.392974 [ 187 ] {fb7f0ac5-74a7-4737-ae05-0271c6750327::all_1_31_6} <Trace> oximeter.fields_uuid (fb7f0ac5-74a7-4737-ae05-0271c6750327): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4454 | 2024.12.20 22:28:38.392991 [ 189 ] {2e833ed7-efb3-49ee-873b-fe7dc1d5762e::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4455 | 2024.12.20 22:28:38.393128 [ 189 ] {2e833ed7-efb3-49ee-873b-fe7dc1d5762e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_26_5, total 8767 rows starting from the beginning of the part | ||
| 4456 | 2024.12.20 22:28:38.393213 [ 260 ] {3c339886-6f35-4f22-9112-40119bec7ed4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4457 | 2024.12.20 22:28:38.393233 [ 187 ] {fb7f0ac5-74a7-4737-ae05-0271c6750327::all_1_31_6} <Trace> oximeter.fields_uuid (fb7f0ac5-74a7-4737-ae05-0271c6750327) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4458 | 2024.12.20 22:28:38.393537 [ 189 ] {2e833ed7-efb3-49ee-873b-fe7dc1d5762e::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 | ||
| 4459 | 2024.12.20 22:28:38.393589 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. | ||
| 4460 | 2024.12.20 22:28:38.393615 [ 260 ] {3c339886-6f35-4f22-9112-40119bec7ed4} <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 | ||
| 4461 | 2024.12.20 22:28:38.393893 [ 189 ] {2e833ed7-efb3-49ee-873b-fe7dc1d5762e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 240 rows starting from the beginning of the part | ||
| 4462 | 2024.12.20 22:28:38.394380 [ 189 ] {2e833ed7-efb3-49ee-873b-fe7dc1d5762e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 160 rows starting from the beginning of the part | ||
| 4463 | 2024.12.20 22:28:38.394787 [ 189 ] {2e833ed7-efb3-49ee-873b-fe7dc1d5762e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 237 rows starting from the beginning of the part | ||
| 4464 | 2024.12.20 22:28:38.395237 [ 189 ] {2e833ed7-efb3-49ee-873b-fe7dc1d5762e::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 964 rows starting from the beginning of the part | ||
| 4465 | 2024.12.20 22:28:38.398927 [ 260 ] {3c339886-6f35-4f22-9112-40119bec7ed4} <Trace> oximeter.measurements_histogramu64 (cfe0444f-6b19-4855-b696-cc295685d98f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4466 | 2024.12.20 22:28:38.398993 [ 260 ] {3c339886-6f35-4f22-9112-40119bec7ed4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 4467 | 2024.12.20 22:28:38.400019 [ 260 ] {3c339886-6f35-4f22-9112-40119bec7ed4} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4468 | 2024.12.20 22:28:38.400384 [ 260 ] {3c339886-6f35-4f22-9112-40119bec7ed4} <Trace> oximeter.measurements_histogramu64 (cfe0444f-6b19-4855-b696-cc295685d98f): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4469 | 2024.12.20 22:28:38.400638 [ 260 ] {3c339886-6f35-4f22-9112-40119bec7ed4} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.007516 sec., 2128.79191059074 rows/sec., 3.81 MiB/sec. | ||
| 4470 | 2024.12.20 22:28:38.400828 [ 260 ] {3c339886-6f35-4f22-9112-40119bec7ed4} <Debug> TCPHandler: Processed in 0.008146634 sec. | ||
| 4471 | 2024.12.20 22:28:38.401029 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4472 | 2024.12.20 22:28:38.401222 [ 262 ] {d01b4986-98de-4d95-8a78-b8519daa8128} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4473 | 2024.12.20 22:28:38.401350 [ 262 ] {d01b4986-98de-4d95-8a78-b8519daa8128} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4474 | 2024.12.20 22:28:38.401400 [ 187 ] {2e833ed7-efb3-49ee-873b-fe7dc1d5762e::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 10528 rows, containing 5 columns (5 merged, 0 gathered) in 0.009134462 sec., 1152558.3006421179 rows/sec., 77.82 MiB/sec. | ||
| 4475 | 2024.12.20 22:28:38.401768 [ 187 ] {2e833ed7-efb3-49ee-873b-fe7dc1d5762e::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4476 | 2024.12.20 22:28:38.402315 [ 262 ] {d01b4986-98de-4d95-8a78-b8519daa8128} <Trace> oximeter.measurements_u64 (b5f8915a-997f-4944-a48b-a878169c21e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4477 | 2024.12.20 22:28:38.402393 [ 262 ] {d01b4986-98de-4d95-8a78-b8519daa8128} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 4478 | 2024.12.20 22:28:38.402415 [ 187 ] {2e833ed7-efb3-49ee-873b-fe7dc1d5762e::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (2e833ed7-efb3-49ee-873b-fe7dc1d5762e): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4479 | 2024.12.20 22:28:38.402619 [ 187 ] {2e833ed7-efb3-49ee-873b-fe7dc1d5762e::all_1_31_6} <Trace> oximeter.measurements_cumulativeu64 (2e833ed7-efb3-49ee-873b-fe7dc1d5762e) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4480 | 2024.12.20 22:28:38.402793 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.27 MiB. | ||
| 4481 | 2024.12.20 22:28:38.403040 [ 262 ] {d01b4986-98de-4d95-8a78-b8519daa8128} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 4482 | 2024.12.20 22:28:38.403289 [ 262 ] {d01b4986-98de-4d95-8a78-b8519daa8128} <Trace> oximeter.measurements_u64 (b5f8915a-997f-4944-a48b-a878169c21e0): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4483 | 2024.12.20 22:28:38.403415 [ 73 ] {} <Debug> oximeter.measurements_u64 (b5f8915a-997f-4944-a48b-a878169c21e0) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 4484 | 2024.12.20 22:28:38.403456 [ 73 ] {} <Trace> oximeter.measurements_u64 (b5f8915a-997f-4944-a48b-a878169c21e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4485 | 2024.12.20 22:28:38.403479 [ 73 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 4486 | 2024.12.20 22:28:38.403489 [ 262 ] {d01b4986-98de-4d95-8a78-b8519daa8128} <Debug> executeQuery: Read 42 rows, 2.91 KiB in 0.002318 sec., 18119.068162208798 rows/sec., 1.22 MiB/sec. | ||
| 4487 | 2024.12.20 22:28:38.403747 [ 262 ] {d01b4986-98de-4d95-8a78-b8519daa8128} <Debug> TCPHandler: Processed in 0.002786117 sec. | ||
| 4488 | 2024.12.20 22:28:38.403814 [ 191 ] {b5f8915a-997f-4944-a48b-a878169c21e0::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 | ||
| 4489 | 2024.12.20 22:28:38.404101 [ 191 ] {b5f8915a-997f-4944-a48b-a878169c21e0::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4490 | 2024.12.20 22:28:38.404135 [ 191 ] {b5f8915a-997f-4944-a48b-a878169c21e0::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 1454 rows starting from the beginning of the part | ||
| 4491 | 2024.12.20 22:28:38.404197 [ 191 ] {b5f8915a-997f-4944-a48b-a878169c21e0::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 | ||
| 4492 | 2024.12.20 22:28:38.404437 [ 191 ] {b5f8915a-997f-4944-a48b-a878169c21e0::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 82 rows starting from the beginning of the part | ||
| 4493 | 2024.12.20 22:28:38.404510 [ 191 ] {b5f8915a-997f-4944-a48b-a878169c21e0::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 60 rows starting from the beginning of the part | ||
| 4494 | 2024.12.20 22:28:38.404742 [ 191 ] {b5f8915a-997f-4944-a48b-a878169c21e0::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 82 rows starting from the beginning of the part | ||
| 4495 | 2024.12.20 22:28:38.404850 [ 191 ] {b5f8915a-997f-4944-a48b-a878169c21e0::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 42 rows starting from the beginning of the part | ||
| 4496 | 2024.12.20 22:28:38.406186 [ 187 ] {b5f8915a-997f-4944-a48b-a878169c21e0::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1780 rows, containing 4 columns (4 merged, 0 gathered) in 0.002639453 sec., 674382.1541811883 rows/sec., 44.21 MiB/sec. | ||
| 4497 | 2024.12.20 22:28:38.406390 [ 189 ] {b5f8915a-997f-4944-a48b-a878169c21e0::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 4498 | 2024.12.20 22:28:38.406690 [ 189 ] {b5f8915a-997f-4944-a48b-a878169c21e0::all_1_31_6} <Trace> oximeter.measurements_u64 (b5f8915a-997f-4944-a48b-a878169c21e0): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4499 | 2024.12.20 22:28:38.406772 [ 189 ] {b5f8915a-997f-4944-a48b-a878169c21e0::all_1_31_6} <Trace> oximeter.measurements_u64 (b5f8915a-997f-4944-a48b-a878169c21e0) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 4500 | 2024.12.20 22:28:38.406858 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 4501 | 2024.12.20 22:28:40.157808 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4502 | 2024.12.20 22:28:40.158025 [ 260 ] {4b3edeea-c981-4c3c-8397-a475a7b42154} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4503 | 2024.12.20 22:28:40.158105 [ 260 ] {4b3edeea-c981-4c3c-8397-a475a7b42154} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4504 | 2024.12.20 22:28:40.158902 [ 260 ] {4b3edeea-c981-4c3c-8397-a475a7b42154} <Trace> oximeter.fields_string (be340cd8-3bde-4f05-8e45-9e8a1492ad3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4505 | 2024.12.20 22:28:40.158949 [ 260 ] {4b3edeea-c981-4c3c-8397-a475a7b42154} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 4506 | 2024.12.20 22:28:40.159388 [ 260 ] {4b3edeea-c981-4c3c-8397-a475a7b42154} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4507 | 2024.12.20 22:28:40.159649 [ 260 ] {4b3edeea-c981-4c3c-8397-a475a7b42154} <Trace> oximeter.fields_string (be340cd8-3bde-4f05-8e45-9e8a1492ad3b): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4508 | 2024.12.20 22:28:40.159861 [ 260 ] {4b3edeea-c981-4c3c-8397-a475a7b42154} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001895 sec., 29551.451187335093 rows/sec., 2.27 MiB/sec. | ||
| 4509 | 2024.12.20 22:28:40.159928 [ 260 ] {4b3edeea-c981-4c3c-8397-a475a7b42154} <Debug> TCPHandler: Processed in 0.002253702 sec. | ||
| 4510 | 2024.12.20 22:28:40.160190 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4511 | 2024.12.20 22:28:40.160378 [ 262 ] {cb08aa60-6382-4939-ad8a-71c198af9d7f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4512 | 2024.12.20 22:28:40.160448 [ 262 ] {cb08aa60-6382-4939-ad8a-71c198af9d7f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4513 | 2024.12.20 22:28:40.161466 [ 262 ] {cb08aa60-6382-4939-ad8a-71c198af9d7f} <Trace> oximeter.fields_uuid (fb7f0ac5-74a7-4737-ae05-0271c6750327): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4514 | 2024.12.20 22:28:40.161517 [ 262 ] {cb08aa60-6382-4939-ad8a-71c198af9d7f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 4515 | 2024.12.20 22:28:40.161936 [ 262 ] {cb08aa60-6382-4939-ad8a-71c198af9d7f} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4516 | 2024.12.20 22:28:40.162182 [ 262 ] {cb08aa60-6382-4939-ad8a-71c198af9d7f} <Trace> oximeter.fields_uuid (fb7f0ac5-74a7-4737-ae05-0271c6750327): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4517 | 2024.12.20 22:28:40.162401 [ 262 ] {cb08aa60-6382-4939-ad8a-71c198af9d7f} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.002074 sec., 30858.244937319192 rows/sec., 2.41 MiB/sec. | ||
| 4518 | 2024.12.20 22:28:40.162458 [ 262 ] {cb08aa60-6382-4939-ad8a-71c198af9d7f} <Debug> TCPHandler: Processed in 0.002399096 sec. | ||
| 4519 | 2024.12.20 22:28:40.162617 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4520 | 2024.12.20 22:28:40.162767 [ 260 ] {6b53e38a-45ba-46ce-b733-b2305bfad5aa} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4521 | 2024.12.20 22:28:40.162834 [ 260 ] {6b53e38a-45ba-46ce-b733-b2305bfad5aa} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4522 | 2024.12.20 22:28:40.163443 [ 260 ] {6b53e38a-45ba-46ce-b733-b2305bfad5aa} <Trace> oximeter.measurements_cumulativeu64 (2e833ed7-efb3-49ee-873b-fe7dc1d5762e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4523 | 2024.12.20 22:28:40.163482 [ 260 ] {6b53e38a-45ba-46ce-b733-b2305bfad5aa} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 4524 | 2024.12.20 22:28:40.163874 [ 260 ] {6b53e38a-45ba-46ce-b733-b2305bfad5aa} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4525 | 2024.12.20 22:28:40.164115 [ 260 ] {6b53e38a-45ba-46ce-b733-b2305bfad5aa} <Trace> oximeter.measurements_cumulativeu64 (2e833ed7-efb3-49ee-873b-fe7dc1d5762e): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4526 | 2024.12.20 22:28:40.164304 [ 260 ] {6b53e38a-45ba-46ce-b733-b2305bfad5aa} <Debug> executeQuery: Read 44 rows, 3.14 KiB in 0.001575 sec., 27936.507936507936 rows/sec., 1.95 MiB/sec. | ||
| 4527 | 2024.12.20 22:28:40.164362 [ 260 ] {6b53e38a-45ba-46ce-b733-b2305bfad5aa} <Debug> TCPHandler: Processed in 0.00181158 sec. | ||
| 4528 | 2024.12.20 22:28:40.164532 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4529 | 2024.12.20 22:28:40.164670 [ 262 ] {6670f4af-6c5e-4ae5-9893-e04a8be8bff7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4530 | 2024.12.20 22:28:40.164730 [ 262 ] {6670f4af-6c5e-4ae5-9893-e04a8be8bff7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4531 | 2024.12.20 22:28:40.165269 [ 262 ] {6670f4af-6c5e-4ae5-9893-e04a8be8bff7} <Trace> oximeter.measurements_u64 (b5f8915a-997f-4944-a48b-a878169c21e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4532 | 2024.12.20 22:28:40.165308 [ 262 ] {6670f4af-6c5e-4ae5-9893-e04a8be8bff7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 4533 | 2024.12.20 22:28:40.165681 [ 262 ] {6670f4af-6c5e-4ae5-9893-e04a8be8bff7} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 4534 | 2024.12.20 22:28:40.165922 [ 262 ] {6670f4af-6c5e-4ae5-9893-e04a8be8bff7} <Trace> oximeter.measurements_u64 (b5f8915a-997f-4944-a48b-a878169c21e0): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4535 | 2024.12.20 22:28:40.166121 [ 262 ] {6670f4af-6c5e-4ae5-9893-e04a8be8bff7} <Debug> executeQuery: Read 18 rows, 1.24 KiB in 0.00148 sec., 12162.162162162162 rows/sec., 834.70 KiB/sec. | ||
| 4536 | 2024.12.20 22:28:40.166171 [ 262 ] {6670f4af-6c5e-4ae5-9893-e04a8be8bff7} <Debug> TCPHandler: Processed in 0.001704867 sec. | ||
| 4537 | 2024.12.20 22:28:41.904959 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 9638 | ||
| 4538 | 2024.12.20 22:28:41.905723 [ 242 ] {} <Trace> system.asynchronous_metric_log (872a84c2-09da-4c20-9ea0-5cf32b1a4df4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4539 | 2024.12.20 22:28:41.905784 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 4540 | 2024.12.20 22:28:41.906403 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4541 | 2024.12.20 22:28:41.906674 [ 242 ] {} <Trace> system.asynchronous_metric_log (872a84c2-09da-4c20-9ea0-5cf32b1a4df4): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4542 | 2024.12.20 22:28:41.906951 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 9638 | ||
| 4543 | 2024.12.20 22:28:41.906938 [ 68 ] {} <Debug> system.asynchronous_metric_log (872a84c2-09da-4c20-9ea0-5cf32b1a4df4) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4544 | 2024.12.20 22:28:41.907050 [ 68 ] {} <Trace> system.asynchronous_metric_log (872a84c2-09da-4c20-9ea0-5cf32b1a4df4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4545 | 2024.12.20 22:28:41.907084 [ 68 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 4546 | 2024.12.20 22:28:41.907221 [ 198 ] {872a84c2-09da-4c20-9ea0-5cf32b1a4df4::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 | ||
| 4547 | 2024.12.20 22:28:41.907346 [ 198 ] {872a84c2-09da-4c20-9ea0-5cf32b1a4df4::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4548 | 2024.12.20 22:28:41.907383 [ 198 ] {872a84c2-09da-4c20-9ea0-5cf32b1a4df4::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 7381 rows starting from the beginning of the part | ||
| 4549 | 2024.12.20 22:28:41.907455 [ 198 ] {872a84c2-09da-4c20-9ea0-5cf32b1a4df4::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 427 rows starting from the beginning of the part | ||
| 4550 | 2024.12.20 22:28:41.907551 [ 198 ] {872a84c2-09da-4c20-9ea0-5cf32b1a4df4::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 488 rows starting from the beginning of the part | ||
| 4551 | 2024.12.20 22:28:41.907681 [ 198 ] {872a84c2-09da-4c20-9ea0-5cf32b1a4df4::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 427 rows starting from the beginning of the part | ||
| 4552 | 2024.12.20 22:28:41.907784 [ 198 ] {872a84c2-09da-4c20-9ea0-5cf32b1a4df4::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 488 rows starting from the beginning of the part | ||
| 4553 | 2024.12.20 22:28:41.907869 [ 198 ] {872a84c2-09da-4c20-9ea0-5cf32b1a4df4::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 427 rows starting from the beginning of the part | ||
| 4554 | 2024.12.20 22:28:41.910084 [ 187 ] {872a84c2-09da-4c20-9ea0-5cf32b1a4df4::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 9638 rows, containing 4 columns (4 merged, 0 gathered) in 0.00291375 sec., 3307764.9077649075 rows/sec., 47.32 MiB/sec. | ||
| 4555 | 2024.12.20 22:28:41.910418 [ 187 ] {872a84c2-09da-4c20-9ea0-5cf32b1a4df4::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4556 | 2024.12.20 22:28:41.910771 [ 187 ] {872a84c2-09da-4c20-9ea0-5cf32b1a4df4::all_1_21_4} <Trace> system.asynchronous_metric_log (872a84c2-09da-4c20-9ea0-5cf32b1a4df4): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4557 | 2024.12.20 22:28:41.910870 [ 187 ] {872a84c2-09da-4c20-9ea0-5cf32b1a4df4::all_1_21_4} <Trace> system.asynchronous_metric_log (872a84c2-09da-4c20-9ea0-5cf32b1a4df4) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4558 | 2024.12.20 22:28:41.910991 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.44 MiB. | ||
| 4559 | 2024.12.20 22:28:42.556821 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 159 | ||
| 4560 | 2024.12.20 22:28:42.578928 [ 244 ] {} <Trace> system.metric_log (fe7f8d4b-b36f-4a64-a142-f4747bcb5bba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4561 | 2024.12.20 22:28:42.578984 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 4562 | 2024.12.20 22:28:42.586805 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 4563 | 2024.12.20 22:28:42.587564 [ 244 ] {} <Trace> system.metric_log (fe7f8d4b-b36f-4a64-a142-f4747bcb5bba): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4564 | 2024.12.20 22:28:42.587969 [ 69 ] {} <Debug> system.metric_log (fe7f8d4b-b36f-4a64-a142-f4747bcb5bba) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 4565 | 2024.12.20 22:28:42.588123 [ 69 ] {} <Trace> system.metric_log (fe7f8d4b-b36f-4a64-a142-f4747bcb5bba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4566 | 2024.12.20 22:28:42.588200 [ 69 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 4567 | 2024.12.20 22:28:42.588653 [ 194 ] {fe7f8d4b-b36f-4a64-a142-f4747bcb5bba::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 | ||
| 4568 | 2024.12.20 22:28:42.602476 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 159 | ||
| 4569 | 2024.12.20 22:28:42.604279 [ 194 ] {fe7f8d4b-b36f-4a64-a142-f4747bcb5bba::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4570 | 2024.12.20 22:28:42.605635 [ 194 ] {fe7f8d4b-b36f-4a64-a142-f4747bcb5bba::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 121 rows starting from the beginning of the part | ||
| 4571 | 2024.12.20 22:28:42.610794 [ 194 ] {fe7f8d4b-b36f-4a64-a142-f4747bcb5bba::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 8 rows starting from the beginning of the part | ||
| 4572 | 2024.12.20 22:28:42.616589 [ 194 ] {fe7f8d4b-b36f-4a64-a142-f4747bcb5bba::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 7 rows starting from the beginning of the part | ||
| 4573 | 2024.12.20 22:28:42.622059 [ 194 ] {fe7f8d4b-b36f-4a64-a142-f4747bcb5bba::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 8 rows starting from the beginning of the part | ||
| 4574 | 2024.12.20 22:28:42.627822 [ 194 ] {fe7f8d4b-b36f-4a64-a142-f4747bcb5bba::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 7 rows starting from the beginning of the part | ||
| 4575 | 2024.12.20 22:28:42.632297 [ 194 ] {fe7f8d4b-b36f-4a64-a142-f4747bcb5bba::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 8 rows starting from the beginning of the part | ||
| 4576 | 2024.12.20 22:28:42.690216 [ 203 ] {fe7f8d4b-b36f-4a64-a142-f4747bcb5bba::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 159 rows, containing 679 columns (679 merged, 0 gathered) in 0.101844721 sec., 1561.2002118401404 rows/sec., 8.07 MiB/sec. | ||
| 4577 | 2024.12.20 22:28:42.693362 [ 192 ] {fe7f8d4b-b36f-4a64-a142-f4747bcb5bba::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 4578 | 2024.12.20 22:28:42.696367 [ 192 ] {fe7f8d4b-b36f-4a64-a142-f4747bcb5bba::all_1_21_4} <Trace> system.metric_log (fe7f8d4b-b36f-4a64-a142-f4747bcb5bba): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4579 | 2024.12.20 22:28:42.696467 [ 192 ] {fe7f8d4b-b36f-4a64-a142-f4747bcb5bba::all_1_21_4} <Trace> system.metric_log (fe7f8d4b-b36f-4a64-a142-f4747bcb5bba) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 4580 | 2024.12.20 22:28:42.698822 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.09 MiB. | ||
| 4581 | 2024.12.20 22:28:43.000234 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 186.26 MiB, peak 196.80 MiB, free memory in arenas 0.00 B, will set to 188.01 MiB (RSS), difference: 1.75 MiB | ||
| 4582 | 2024.12.20 22:28:44.443157 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 652 | ||
| 4583 | 2024.12.20 22:28:44.446528 [ 243 ] {} <Trace> system.query_log (cb6910fd-3f74-40bb-afeb-929e53918d3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4584 | 2024.12.20 22:28:44.446594 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 4585 | 2024.12.20 22:28:44.448121 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4586 | 2024.12.20 22:28:44.448452 [ 243 ] {} <Trace> system.query_log (cb6910fd-3f74-40bb-afeb-929e53918d3c): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4587 | 2024.12.20 22:28:44.449482 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 652 | ||
| 4588 | 2024.12.20 22:28:45.168783 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4589 | 2024.12.20 22:28:45.168971 [ 260 ] {80e2f2b7-6bbf-49a8-a323-c148633275e6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4590 | 2024.12.20 22:28:45.169046 [ 260 ] {80e2f2b7-6bbf-49a8-a323-c148633275e6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4591 | 2024.12.20 22:28:45.169786 [ 260 ] {80e2f2b7-6bbf-49a8-a323-c148633275e6} <Trace> oximeter.fields_i16 (5ba0350d-977f-4416-8d1f-0415e035e880): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4592 | 2024.12.20 22:28:45.169843 [ 260 ] {80e2f2b7-6bbf-49a8-a323-c148633275e6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 4593 | 2024.12.20 22:28:45.170300 [ 260 ] {80e2f2b7-6bbf-49a8-a323-c148633275e6} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 4594 | 2024.12.20 22:28:45.170573 [ 260 ] {80e2f2b7-6bbf-49a8-a323-c148633275e6} <Trace> oximeter.fields_i16 (5ba0350d-977f-4416-8d1f-0415e035e880): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4595 | 2024.12.20 22:28:45.170813 [ 260 ] {80e2f2b7-6bbf-49a8-a323-c148633275e6} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001883 sec., 7434.944237918216 rows/sec., 535.22 KiB/sec. | ||
| 4596 | 2024.12.20 22:28:45.171013 [ 260 ] {80e2f2b7-6bbf-49a8-a323-c148633275e6} <Debug> TCPHandler: Processed in 0.002356585 sec. | ||
| 4597 | 2024.12.20 22:28:45.171268 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4598 | 2024.12.20 22:28:45.171455 [ 262 ] {85137d5d-8b33-41b0-9653-85d975e109f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4599 | 2024.12.20 22:28:45.171527 [ 262 ] {85137d5d-8b33-41b0-9653-85d975e109f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4600 | 2024.12.20 22:28:45.172365 [ 262 ] {85137d5d-8b33-41b0-9653-85d975e109f1} <Trace> oximeter.fields_string (be340cd8-3bde-4f05-8e45-9e8a1492ad3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4601 | 2024.12.20 22:28:45.172419 [ 262 ] {85137d5d-8b33-41b0-9653-85d975e109f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 4602 | 2024.12.20 22:28:45.172863 [ 262 ] {85137d5d-8b33-41b0-9653-85d975e109f1} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4603 | 2024.12.20 22:28:45.173123 [ 262 ] {85137d5d-8b33-41b0-9653-85d975e109f1} <Trace> oximeter.fields_string (be340cd8-3bde-4f05-8e45-9e8a1492ad3b): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4604 | 2024.12.20 22:28:45.173386 [ 262 ] {85137d5d-8b33-41b0-9653-85d975e109f1} <Debug> executeQuery: Read 255 rows, 22.96 KiB in 0.001974 sec., 129179.33130699088 rows/sec., 11.36 MiB/sec. | ||
| 4605 | 2024.12.20 22:28:45.173579 [ 262 ] {85137d5d-8b33-41b0-9653-85d975e109f1} <Debug> TCPHandler: Processed in 0.002437937 sec. | ||
| 4606 | 2024.12.20 22:28:45.173788 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4607 | 2024.12.20 22:28:45.173918 [ 260 ] {f43f62ee-dc03-44ac-90d6-37ac1c99ba3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4608 | 2024.12.20 22:28:45.173971 [ 260 ] {f43f62ee-dc03-44ac-90d6-37ac1c99ba3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4609 | 2024.12.20 22:28:45.174634 [ 260 ] {f43f62ee-dc03-44ac-90d6-37ac1c99ba3e} <Trace> oximeter.fields_u16 (66d17a24-a3a1-42a5-bd94-b86efb1056dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4610 | 2024.12.20 22:28:45.174675 [ 260 ] {f43f62ee-dc03-44ac-90d6-37ac1c99ba3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 4611 | 2024.12.20 22:28:45.175045 [ 260 ] {f43f62ee-dc03-44ac-90d6-37ac1c99ba3e} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4612 | 2024.12.20 22:28:45.175284 [ 260 ] {f43f62ee-dc03-44ac-90d6-37ac1c99ba3e} <Trace> oximeter.fields_u16 (66d17a24-a3a1-42a5-bd94-b86efb1056dd): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4613 | 2024.12.20 22:28:45.175469 [ 260 ] {f43f62ee-dc03-44ac-90d6-37ac1c99ba3e} <Debug> executeQuery: Read 33 rows, 2.41 KiB in 0.001581 sec., 20872.865275142314 rows/sec., 1.49 MiB/sec. | ||
| 4614 | 2024.12.20 22:28:45.175526 [ 260 ] {f43f62ee-dc03-44ac-90d6-37ac1c99ba3e} <Debug> TCPHandler: Processed in 0.001841091 sec. | ||
| 4615 | 2024.12.20 22:28:45.175695 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4616 | 2024.12.20 22:28:45.175823 [ 262 ] {bd4e4ea2-343e-4329-80ed-6b0c8caa0423} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4617 | 2024.12.20 22:28:45.175876 [ 262 ] {bd4e4ea2-343e-4329-80ed-6b0c8caa0423} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4618 | 2024.12.20 22:28:45.176467 [ 262 ] {bd4e4ea2-343e-4329-80ed-6b0c8caa0423} <Trace> oximeter.fields_u32 (50de29d4-f6c5-4f7c-8dac-40e276b5b3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4619 | 2024.12.20 22:28:45.176510 [ 262 ] {bd4e4ea2-343e-4329-80ed-6b0c8caa0423} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 4620 | 2024.12.20 22:28:45.176871 [ 262 ] {bd4e4ea2-343e-4329-80ed-6b0c8caa0423} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 4621 | 2024.12.20 22:28:45.177116 [ 262 ] {bd4e4ea2-343e-4329-80ed-6b0c8caa0423} <Trace> oximeter.fields_u32 (50de29d4-f6c5-4f7c-8dac-40e276b5b3f8): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4622 | 2024.12.20 22:28:45.177392 [ 262 ] {bd4e4ea2-343e-4329-80ed-6b0c8caa0423} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001592 sec., 8793.96984924623 rows/sec., 615.87 KiB/sec. | ||
| 4623 | 2024.12.20 22:28:45.177586 [ 262 ] {bd4e4ea2-343e-4329-80ed-6b0c8caa0423} <Debug> TCPHandler: Processed in 0.001946414 sec. | ||
| 4624 | 2024.12.20 22:28:45.177772 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4625 | 2024.12.20 22:28:45.177921 [ 260 ] {8574d127-7e58-4e95-9b7d-f4c2538d58ba} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4626 | 2024.12.20 22:28:45.177981 [ 260 ] {8574d127-7e58-4e95-9b7d-f4c2538d58ba} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4627 | 2024.12.20 22:28:45.178651 [ 260 ] {8574d127-7e58-4e95-9b7d-f4c2538d58ba} <Trace> oximeter.fields_u8 (bc6d9fff-42ef-4dc9-9b7c-2f27297e3062): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4628 | 2024.12.20 22:28:45.178692 [ 260 ] {8574d127-7e58-4e95-9b7d-f4c2538d58ba} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 4629 | 2024.12.20 22:28:45.179062 [ 260 ] {8574d127-7e58-4e95-9b7d-f4c2538d58ba} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 4630 | 2024.12.20 22:28:45.179322 [ 260 ] {8574d127-7e58-4e95-9b7d-f4c2538d58ba} <Trace> oximeter.fields_u8 (bc6d9fff-42ef-4dc9-9b7c-2f27297e3062): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4631 | 2024.12.20 22:28:45.179508 [ 260 ] {8574d127-7e58-4e95-9b7d-f4c2538d58ba} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001618 sec., 8034.61063040791 rows/sec., 500.96 KiB/sec. | ||
| 4632 | 2024.12.20 22:28:45.179565 [ 260 ] {8574d127-7e58-4e95-9b7d-f4c2538d58ba} <Debug> TCPHandler: Processed in 0.001871051 sec. | ||
| 4633 | 2024.12.20 22:28:45.179714 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4634 | 2024.12.20 22:28:45.179833 [ 262 ] {d5bba70d-0f7b-4641-9b54-63115b0d671b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4635 | 2024.12.20 22:28:45.179881 [ 262 ] {d5bba70d-0f7b-4641-9b54-63115b0d671b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4636 | 2024.12.20 22:28:45.180647 [ 262 ] {d5bba70d-0f7b-4641-9b54-63115b0d671b} <Trace> oximeter.fields_uuid (fb7f0ac5-74a7-4737-ae05-0271c6750327): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4637 | 2024.12.20 22:28:45.180688 [ 262 ] {d5bba70d-0f7b-4641-9b54-63115b0d671b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 4638 | 2024.12.20 22:28:45.181071 [ 262 ] {d5bba70d-0f7b-4641-9b54-63115b0d671b} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4639 | 2024.12.20 22:28:45.181327 [ 262 ] {d5bba70d-0f7b-4641-9b54-63115b0d671b} <Trace> oximeter.fields_uuid (fb7f0ac5-74a7-4737-ae05-0271c6750327): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4640 | 2024.12.20 22:28:45.181547 [ 262 ] {d5bba70d-0f7b-4641-9b54-63115b0d671b} <Debug> executeQuery: Read 408 rows, 29.76 KiB in 0.001739 sec., 234617.59631972396 rows/sec., 16.71 MiB/sec. | ||
| 4641 | 2024.12.20 22:28:45.181605 [ 262 ] {d5bba70d-0f7b-4641-9b54-63115b0d671b} <Debug> TCPHandler: Processed in 0.001949414 sec. | ||
| 4642 | 2024.12.20 22:28:45.181766 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4643 | 2024.12.20 22:28:45.181907 [ 260 ] {9f145459-669c-49ad-993a-6b96ca784d01} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4644 | 2024.12.20 22:28:45.181968 [ 260 ] {9f145459-669c-49ad-993a-6b96ca784d01} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4645 | 2024.12.20 22:28:45.182506 [ 260 ] {9f145459-669c-49ad-993a-6b96ca784d01} <Trace> oximeter.measurements_bool (902c9248-495c-4a1f-8676-b52592dc679b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4646 | 2024.12.20 22:28:45.182544 [ 260 ] {9f145459-669c-49ad-993a-6b96ca784d01} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 4647 | 2024.12.20 22:28:45.182910 [ 260 ] {9f145459-669c-49ad-993a-6b96ca784d01} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 4648 | 2024.12.20 22:28:45.183146 [ 260 ] {9f145459-669c-49ad-993a-6b96ca784d01} <Trace> oximeter.measurements_bool (902c9248-495c-4a1f-8676-b52592dc679b): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4649 | 2024.12.20 22:28:45.183265 [ 67 ] {} <Debug> oximeter.measurements_bool (902c9248-495c-4a1f-8676-b52592dc679b) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 4650 | 2024.12.20 22:28:45.183313 [ 67 ] {} <Trace> oximeter.measurements_bool (902c9248-495c-4a1f-8676-b52592dc679b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4651 | 2024.12.20 22:28:45.183333 [ 260 ] {9f145459-669c-49ad-993a-6b96ca784d01} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001456 sec., 4120.879120879121 rows/sec., 215.30 KiB/sec. | ||
| 4652 | 2024.12.20 22:28:45.183341 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 4653 | 2024.12.20 22:28:45.183438 [ 260 ] {9f145459-669c-49ad-993a-6b96ca784d01} <Debug> TCPHandler: Processed in 0.001739178 sec. | ||
| 4654 | 2024.12.20 22:28:45.183651 [ 198 ] {902c9248-495c-4a1f-8676-b52592dc679b::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 | ||
| 4655 | 2024.12.20 22:28:45.183663 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4656 | 2024.12.20 22:28:45.183963 [ 262 ] {3e10b34c-5cf6-4a79-875f-89e326ab32e7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4657 | 2024.12.20 22:28:45.183976 [ 198 ] {902c9248-495c-4a1f-8676-b52592dc679b::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4658 | 2024.12.20 22:28:45.184067 [ 198 ] {902c9248-495c-4a1f-8676-b52592dc679b::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 | ||
| 4659 | 2024.12.20 22:28:45.184080 [ 262 ] {3e10b34c-5cf6-4a79-875f-89e326ab32e7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4660 | 2024.12.20 22:28:45.184387 [ 198 ] {902c9248-495c-4a1f-8676-b52592dc679b::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 | ||
| 4661 | 2024.12.20 22:28:45.184745 [ 198 ] {902c9248-495c-4a1f-8676-b52592dc679b::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 | ||
| 4662 | 2024.12.20 22:28:45.185076 [ 198 ] {902c9248-495c-4a1f-8676-b52592dc679b::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 | ||
| 4663 | 2024.12.20 22:28:45.185442 [ 198 ] {902c9248-495c-4a1f-8676-b52592dc679b::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 | ||
| 4664 | 2024.12.20 22:28:45.185711 [ 198 ] {902c9248-495c-4a1f-8676-b52592dc679b::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 | ||
| 4665 | 2024.12.20 22:28:45.186963 [ 262 ] {3e10b34c-5cf6-4a79-875f-89e326ab32e7} <Trace> oximeter.measurements_cumulativeu64 (2e833ed7-efb3-49ee-873b-fe7dc1d5762e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4666 | 2024.12.20 22:28:45.187038 [ 262 ] {3e10b34c-5cf6-4a79-875f-89e326ab32e7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 4667 | 2024.12.20 22:28:45.188293 [ 262 ] {3e10b34c-5cf6-4a79-875f-89e326ab32e7} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4668 | 2024.12.20 22:28:45.188516 [ 203 ] {902c9248-495c-4a1f-8676-b52592dc679b::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 66 rows, containing 4 columns (4 merged, 0 gathered) in 0.00505773 sec., 13049.332408017035 rows/sec., 681.78 KiB/sec. | ||
| 4669 | 2024.12.20 22:28:45.188746 [ 262 ] {3e10b34c-5cf6-4a79-875f-89e326ab32e7} <Trace> oximeter.measurements_cumulativeu64 (2e833ed7-efb3-49ee-873b-fe7dc1d5762e): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4670 | 2024.12.20 22:28:45.188823 [ 188 ] {902c9248-495c-4a1f-8676-b52592dc679b::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 4671 | 2024.12.20 22:28:45.189177 [ 262 ] {3e10b34c-5cf6-4a79-875f-89e326ab32e7} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.005306 sec., 44666.41537881643 rows/sec., 2.99 MiB/sec. | ||
| 4672 | 2024.12.20 22:28:45.189328 [ 262 ] {3e10b34c-5cf6-4a79-875f-89e326ab32e7} <Debug> TCPHandler: Processed in 0.00579856 sec. | ||
| 4673 | 2024.12.20 22:28:45.189509 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4674 | 2024.12.20 22:28:45.189622 [ 188 ] {902c9248-495c-4a1f-8676-b52592dc679b::all_1_11_2} <Trace> oximeter.measurements_bool (902c9248-495c-4a1f-8676-b52592dc679b): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4675 | 2024.12.20 22:28:45.189705 [ 260 ] {38ec8362-b5e2-4369-8826-3e0d11d1e558} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4676 | 2024.12.20 22:28:45.189808 [ 188 ] {902c9248-495c-4a1f-8676-b52592dc679b::all_1_11_2} <Trace> oximeter.measurements_bool (902c9248-495c-4a1f-8676-b52592dc679b) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 4677 | 2024.12.20 22:28:45.189815 [ 260 ] {38ec8362-b5e2-4369-8826-3e0d11d1e558} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4678 | 2024.12.20 22:28:45.190014 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.26 MiB. | ||
| 4679 | 2024.12.20 22:28:45.190462 [ 260 ] {38ec8362-b5e2-4369-8826-3e0d11d1e558} <Trace> oximeter.measurements_f64 (24a8fd20-3063-40e7-bd7e-0a899ffef70a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4680 | 2024.12.20 22:28:45.190507 [ 260 ] {38ec8362-b5e2-4369-8826-3e0d11d1e558} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 4681 | 2024.12.20 22:28:45.190874 [ 260 ] {38ec8362-b5e2-4369-8826-3e0d11d1e558} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 4682 | 2024.12.20 22:28:45.191111 [ 260 ] {38ec8362-b5e2-4369-8826-3e0d11d1e558} <Trace> oximeter.measurements_f64 (24a8fd20-3063-40e7-bd7e-0a899ffef70a): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4683 | 2024.12.20 22:28:45.191235 [ 67 ] {} <Debug> oximeter.measurements_f64 (24a8fd20-3063-40e7-bd7e-0a899ffef70a) (MergerMutator): Selected 6 parts from all_1_6_1 to all_11_11_0 | ||
| 4684 | 2024.12.20 22:28:45.191273 [ 67 ] {} <Trace> oximeter.measurements_f64 (24a8fd20-3063-40e7-bd7e-0a899ffef70a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4685 | 2024.12.20 22:28:45.191295 [ 260 ] {38ec8362-b5e2-4369-8826-3e0d11d1e558} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001642 sec., 609.0133982947625 rows/sec., 41.04 KiB/sec. | ||
| 4686 | 2024.12.20 22:28:45.191301 [ 67 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 4687 | 2024.12.20 22:28:45.191422 [ 260 ] {38ec8362-b5e2-4369-8826-3e0d11d1e558} <Debug> TCPHandler: Processed in 0.001983655 sec. | ||
| 4688 | 2024.12.20 22:28:45.191675 [ 200 ] {24a8fd20-3063-40e7-bd7e-0a899ffef70a::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 | ||
| 4689 | 2024.12.20 22:28:45.191787 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4690 | 2024.12.20 22:28:45.191970 [ 200 ] {24a8fd20-3063-40e7-bd7e-0a899ffef70a::all_1_11_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4691 | 2024.12.20 22:28:45.192034 [ 262 ] {6494c3f7-571f-4dfc-aac4-3ab39252d86d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4692 | 2024.12.20 22:28:45.192044 [ 200 ] {24a8fd20-3063-40e7-bd7e-0a899ffef70a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_6_1, total 7 rows starting from the beginning of the part | ||
| 4693 | 2024.12.20 22:28:45.192368 [ 200 ] {24a8fd20-3063-40e7-bd7e-0a899ffef70a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 1 rows starting from the beginning of the part | ||
| 4694 | 2024.12.20 22:28:45.192365 [ 262 ] {6494c3f7-571f-4dfc-aac4-3ab39252d86d} <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 | ||
| 4695 | 2024.12.20 22:28:45.192716 [ 200 ] {24a8fd20-3063-40e7-bd7e-0a899ffef70a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 1 rows starting from the beginning of the part | ||
| 4696 | 2024.12.20 22:28:45.193192 [ 200 ] {24a8fd20-3063-40e7-bd7e-0a899ffef70a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 1 rows starting from the beginning of the part | ||
| 4697 | 2024.12.20 22:28:45.193667 [ 200 ] {24a8fd20-3063-40e7-bd7e-0a899ffef70a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_10_10_0, total 1 rows starting from the beginning of the part | ||
| 4698 | 2024.12.20 22:28:45.193976 [ 200 ] {24a8fd20-3063-40e7-bd7e-0a899ffef70a::all_1_11_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_11_11_0, total 1 rows starting from the beginning of the part | ||
| 4699 | 2024.12.20 22:28:45.197757 [ 200 ] {24a8fd20-3063-40e7-bd7e-0a899ffef70a::all_1_11_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 12 rows, containing 4 columns (4 merged, 0 gathered) in 0.006335015 sec., 1894.2338731636783 rows/sec., 127.02 KiB/sec. | ||
| 4700 | 2024.12.20 22:28:45.197973 [ 200 ] {24a8fd20-3063-40e7-bd7e-0a899ffef70a::all_1_11_2} <Trace> MergedBlockOutputStream: filled checksums all_1_11_2 (state Temporary) | ||
| 4701 | 2024.12.20 22:28:45.198497 [ 262 ] {6494c3f7-571f-4dfc-aac4-3ab39252d86d} <Trace> oximeter.measurements_histogramu64 (cfe0444f-6b19-4855-b696-cc295685d98f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4702 | 2024.12.20 22:28:45.198569 [ 262 ] {6494c3f7-571f-4dfc-aac4-3ab39252d86d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 4703 | 2024.12.20 22:28:45.198666 [ 200 ] {24a8fd20-3063-40e7-bd7e-0a899ffef70a::all_1_11_2} <Trace> oximeter.measurements_f64 (24a8fd20-3063-40e7-bd7e-0a899ffef70a): Renaming temporary part tmp_merge_all_1_11_2 to all_1_11_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4704 | 2024.12.20 22:28:45.198915 [ 200 ] {24a8fd20-3063-40e7-bd7e-0a899ffef70a::all_1_11_2} <Trace> oximeter.measurements_f64 (24a8fd20-3063-40e7-bd7e-0a899ffef70a) (MergerMutator): Merged 6 parts: [all_1_6_1, all_11_11_0] -> all_1_11_2 | ||
| 4705 | 2024.12.20 22:28:45.199090 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 4706 | 2024.12.20 22:28:45.199652 [ 262 ] {6494c3f7-571f-4dfc-aac4-3ab39252d86d} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4707 | 2024.12.20 22:28:45.199924 [ 262 ] {6494c3f7-571f-4dfc-aac4-3ab39252d86d} <Trace> oximeter.measurements_histogramu64 (cfe0444f-6b19-4855-b696-cc295685d98f): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4708 | 2024.12.20 22:28:45.200211 [ 262 ] {6494c3f7-571f-4dfc-aac4-3ab39252d86d} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.008235 sec., 3157.25561627201 rows/sec., 5.66 MiB/sec. | ||
| 4709 | 2024.12.20 22:28:45.200618 [ 262 ] {6494c3f7-571f-4dfc-aac4-3ab39252d86d} <Debug> TCPHandler: Processed in 0.00907041 sec. | ||
| 4710 | 2024.12.20 22:28:45.200778 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4711 | 2024.12.20 22:28:45.200918 [ 260 ] {395e0231-e599-4c25-91bb-ce3cdb1b9102} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4712 | 2024.12.20 22:28:45.200978 [ 260 ] {395e0231-e599-4c25-91bb-ce3cdb1b9102} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4713 | 2024.12.20 22:28:45.201538 [ 260 ] {395e0231-e599-4c25-91bb-ce3cdb1b9102} <Trace> oximeter.measurements_u64 (b5f8915a-997f-4944-a48b-a878169c21e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4714 | 2024.12.20 22:28:45.201580 [ 260 ] {395e0231-e599-4c25-91bb-ce3cdb1b9102} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.11 GiB. | ||
| 4715 | 2024.12.20 22:28:45.201958 [ 260 ] {395e0231-e599-4c25-91bb-ce3cdb1b9102} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 4716 | 2024.12.20 22:28:45.202207 [ 260 ] {395e0231-e599-4c25-91bb-ce3cdb1b9102} <Trace> oximeter.measurements_u64 (b5f8915a-997f-4944-a48b-a878169c21e0): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4717 | 2024.12.20 22:28:45.202429 [ 260 ] {395e0231-e599-4c25-91bb-ce3cdb1b9102} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001543 sec., 53143.22747893713 rows/sec., 3.38 MiB/sec. | ||
| 4718 | 2024.12.20 22:28:45.202485 [ 260 ] {395e0231-e599-4c25-91bb-ce3cdb1b9102} <Debug> TCPHandler: Processed in 0.001772788 sec. | ||
| 4719 | 2024.12.20 22:28:49.312179 [ 60 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 4720 | 2024.12.20 22:28:49.312285 [ 60 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 4721 | 2024.12.20 22:28:49.407071 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 10126 | ||
| 4722 | 2024.12.20 22:28:49.408059 [ 242 ] {} <Trace> system.asynchronous_metric_log (872a84c2-09da-4c20-9ea0-5cf32b1a4df4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4723 | 2024.12.20 22:28:49.408112 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 4724 | 2024.12.20 22:28:49.408800 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4725 | 2024.12.20 22:28:49.409116 [ 242 ] {} <Trace> system.asynchronous_metric_log (872a84c2-09da-4c20-9ea0-5cf32b1a4df4): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4726 | 2024.12.20 22:28:49.409413 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10126 | ||
| 4727 | 2024.12.20 22:28:50.102563 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 166 | ||
| 4728 | 2024.12.20 22:28:50.122116 [ 244 ] {} <Trace> system.metric_log (fe7f8d4b-b36f-4a64-a142-f4747bcb5bba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4729 | 2024.12.20 22:28:50.122183 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 4730 | 2024.12.20 22:28:50.129429 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 4731 | 2024.12.20 22:28:50.130182 [ 244 ] {} <Trace> system.metric_log (fe7f8d4b-b36f-4a64-a142-f4747bcb5bba): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4732 | 2024.12.20 22:28:50.132859 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 166 | ||
| 4733 | 2024.12.20 22:28:50.163056 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4734 | 2024.12.20 22:28:50.163281 [ 260 ] {a5ca4c5e-3d13-4dd1-9900-8a2fc7a26cfe} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4735 | 2024.12.20 22:28:50.163365 [ 260 ] {a5ca4c5e-3d13-4dd1-9900-8a2fc7a26cfe} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4736 | 2024.12.20 22:28:50.164186 [ 260 ] {a5ca4c5e-3d13-4dd1-9900-8a2fc7a26cfe} <Trace> oximeter.fields_string (be340cd8-3bde-4f05-8e45-9e8a1492ad3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4737 | 2024.12.20 22:28:50.164234 [ 260 ] {a5ca4c5e-3d13-4dd1-9900-8a2fc7a26cfe} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 4738 | 2024.12.20 22:28:50.164749 [ 260 ] {a5ca4c5e-3d13-4dd1-9900-8a2fc7a26cfe} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4739 | 2024.12.20 22:28:50.165014 [ 260 ] {a5ca4c5e-3d13-4dd1-9900-8a2fc7a26cfe} <Trace> oximeter.fields_string (be340cd8-3bde-4f05-8e45-9e8a1492ad3b): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4740 | 2024.12.20 22:28:50.165243 [ 260 ] {a5ca4c5e-3d13-4dd1-9900-8a2fc7a26cfe} <Debug> executeQuery: Read 88 rows, 7.43 KiB in 0.002021 sec., 43542.80059376547 rows/sec., 3.59 MiB/sec. | ||
| 4741 | 2024.12.20 22:28:50.165372 [ 260 ] {a5ca4c5e-3d13-4dd1-9900-8a2fc7a26cfe} <Debug> TCPHandler: Processed in 0.002450927 sec. | ||
| 4742 | 2024.12.20 22:28:50.165623 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4743 | 2024.12.20 22:28:50.165834 [ 262 ] {8c86bfe1-53eb-4f68-8b7b-6c816b321574} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4744 | 2024.12.20 22:28:50.165916 [ 262 ] {8c86bfe1-53eb-4f68-8b7b-6c816b321574} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4745 | 2024.12.20 22:28:50.166728 [ 262 ] {8c86bfe1-53eb-4f68-8b7b-6c816b321574} <Trace> oximeter.fields_u16 (66d17a24-a3a1-42a5-bd94-b86efb1056dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4746 | 2024.12.20 22:28:50.166780 [ 262 ] {8c86bfe1-53eb-4f68-8b7b-6c816b321574} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 4747 | 2024.12.20 22:28:50.167213 [ 262 ] {8c86bfe1-53eb-4f68-8b7b-6c816b321574} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4748 | 2024.12.20 22:28:50.167484 [ 262 ] {8c86bfe1-53eb-4f68-8b7b-6c816b321574} <Trace> oximeter.fields_u16 (66d17a24-a3a1-42a5-bd94-b86efb1056dd): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4749 | 2024.12.20 22:28:50.167776 [ 262 ] {8c86bfe1-53eb-4f68-8b7b-6c816b321574} <Debug> executeQuery: Read 16 rows, 1.20 KiB in 0.001989 sec., 8044.243338360986 rows/sec., 604.89 KiB/sec. | ||
| 4750 | 2024.12.20 22:28:50.167898 [ 262 ] {8c86bfe1-53eb-4f68-8b7b-6c816b321574} <Debug> TCPHandler: Processed in 0.002407967 sec. | ||
| 4751 | 2024.12.20 22:28:50.168184 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4752 | 2024.12.20 22:28:50.168356 [ 260 ] {d69ddccf-3ed6-4036-901c-59b877368092} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4753 | 2024.12.20 22:28:50.168420 [ 260 ] {d69ddccf-3ed6-4036-901c-59b877368092} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4754 | 2024.12.20 22:28:50.169082 [ 260 ] {d69ddccf-3ed6-4036-901c-59b877368092} <Trace> oximeter.fields_uuid (fb7f0ac5-74a7-4737-ae05-0271c6750327): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4755 | 2024.12.20 22:28:50.169122 [ 260 ] {d69ddccf-3ed6-4036-901c-59b877368092} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 4756 | 2024.12.20 22:28:50.169503 [ 260 ] {d69ddccf-3ed6-4036-901c-59b877368092} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4757 | 2024.12.20 22:28:50.169751 [ 260 ] {d69ddccf-3ed6-4036-901c-59b877368092} <Trace> oximeter.fields_uuid (fb7f0ac5-74a7-4737-ae05-0271c6750327): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4758 | 2024.12.20 22:28:50.169939 [ 260 ] {d69ddccf-3ed6-4036-901c-59b877368092} <Debug> executeQuery: Read 80 rows, 6.40 KiB in 0.001619 sec., 49413.21803582458 rows/sec., 3.86 MiB/sec. | ||
| 4759 | 2024.12.20 22:28:50.169995 [ 260 ] {d69ddccf-3ed6-4036-901c-59b877368092} <Debug> TCPHandler: Processed in 0.001976465 sec. | ||
| 4760 | 2024.12.20 22:28:50.170151 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4761 | 2024.12.20 22:28:50.170298 [ 262 ] {730bc1c8-9ce2-45da-8d8f-0ff2079ac0ac} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4762 | 2024.12.20 22:28:50.170363 [ 262 ] {730bc1c8-9ce2-45da-8d8f-0ff2079ac0ac} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4763 | 2024.12.20 22:28:50.170982 [ 262 ] {730bc1c8-9ce2-45da-8d8f-0ff2079ac0ac} <Trace> oximeter.measurements_cumulativeu64 (2e833ed7-efb3-49ee-873b-fe7dc1d5762e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4764 | 2024.12.20 22:28:50.171022 [ 262 ] {730bc1c8-9ce2-45da-8d8f-0ff2079ac0ac} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 4765 | 2024.12.20 22:28:50.171423 [ 262 ] {730bc1c8-9ce2-45da-8d8f-0ff2079ac0ac} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4766 | 2024.12.20 22:28:50.171673 [ 262 ] {730bc1c8-9ce2-45da-8d8f-0ff2079ac0ac} <Trace> oximeter.measurements_cumulativeu64 (2e833ed7-efb3-49ee-873b-fe7dc1d5762e): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4767 | 2024.12.20 22:28:50.171937 [ 262 ] {730bc1c8-9ce2-45da-8d8f-0ff2079ac0ac} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001661 sec., 96327.5135460566 rows/sec., 6.71 MiB/sec. | ||
| 4768 | 2024.12.20 22:28:50.172084 [ 262 ] {730bc1c8-9ce2-45da-8d8f-0ff2079ac0ac} <Debug> TCPHandler: Processed in 0.002001536 sec. | ||
| 4769 | 2024.12.20 22:28:50.172341 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4770 | 2024.12.20 22:28:50.172521 [ 260 ] {28b70724-340a-45d4-976c-549360416240} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4771 | 2024.12.20 22:28:50.172616 [ 260 ] {28b70724-340a-45d4-976c-549360416240} <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 | ||
| 4772 | 2024.12.20 22:28:50.173955 [ 260 ] {28b70724-340a-45d4-976c-549360416240} <Trace> oximeter.measurements_histogramu64 (cfe0444f-6b19-4855-b696-cc295685d98f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4773 | 2024.12.20 22:28:50.173996 [ 260 ] {28b70724-340a-45d4-976c-549360416240} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 4774 | 2024.12.20 22:28:50.174662 [ 260 ] {28b70724-340a-45d4-976c-549360416240} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 4775 | 2024.12.20 22:28:50.174929 [ 260 ] {28b70724-340a-45d4-976c-549360416240} <Trace> oximeter.measurements_histogramu64 (cfe0444f-6b19-4855-b696-cc295685d98f): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4776 | 2024.12.20 22:28:50.175172 [ 260 ] {28b70724-340a-45d4-976c-549360416240} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002679 sec., 5972.37775289287 rows/sec., 10.70 MiB/sec. | ||
| 4777 | 2024.12.20 22:28:50.175661 [ 260 ] {28b70724-340a-45d4-976c-549360416240} <Debug> TCPHandler: Processed in 0.003447365 sec. | ||
| 4778 | 2024.12.20 22:28:50.175832 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4779 | 2024.12.20 22:28:50.175973 [ 262 ] {e3d21e89-5dd9-4c24-83cc-9abb941517af} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4780 | 2024.12.20 22:28:50.176034 [ 262 ] {e3d21e89-5dd9-4c24-83cc-9abb941517af} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4781 | 2024.12.20 22:28:50.176580 [ 262 ] {e3d21e89-5dd9-4c24-83cc-9abb941517af} <Trace> oximeter.measurements_u64 (b5f8915a-997f-4944-a48b-a878169c21e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4782 | 2024.12.20 22:28:50.176618 [ 262 ] {e3d21e89-5dd9-4c24-83cc-9abb941517af} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 4783 | 2024.12.20 22:28:50.176986 [ 262 ] {e3d21e89-5dd9-4c24-83cc-9abb941517af} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 4784 | 2024.12.20 22:28:50.177231 [ 262 ] {e3d21e89-5dd9-4c24-83cc-9abb941517af} <Trace> oximeter.measurements_u64 (b5f8915a-997f-4944-a48b-a878169c21e0): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4785 | 2024.12.20 22:28:50.177438 [ 262 ] {e3d21e89-5dd9-4c24-83cc-9abb941517af} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001497 sec., 40080.160320641284 rows/sec., 2.70 MiB/sec. | ||
| 4786 | 2024.12.20 22:28:50.177490 [ 262 ] {e3d21e89-5dd9-4c24-83cc-9abb941517af} <Debug> TCPHandler: Processed in 0.001724208 sec. | ||
| 4787 | 2024.12.20 22:28:54.449700 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 686 | ||
| 4788 | 2024.12.20 22:28:54.452829 [ 243 ] {} <Trace> system.query_log (cb6910fd-3f74-40bb-afeb-929e53918d3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4789 | 2024.12.20 22:28:54.452876 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 4790 | 2024.12.20 22:28:54.454368 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 4791 | 2024.12.20 22:28:54.454678 [ 243 ] {} <Trace> system.query_log (cb6910fd-3f74-40bb-afeb-929e53918d3c): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4792 | 2024.12.20 22:28:54.454909 [ 54 ] {} <Debug> system.query_log (cb6910fd-3f74-40bb-afeb-929e53918d3c) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 4793 | 2024.12.20 22:28:54.455039 [ 54 ] {} <Trace> system.query_log (cb6910fd-3f74-40bb-afeb-929e53918d3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4794 | 2024.12.20 22:28:54.455102 [ 54 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 4795 | 2024.12.20 22:28:54.455476 [ 203 ] {cb6910fd-3f74-40bb-afeb-929e53918d3c::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 | ||
| 4796 | 2024.12.20 22:28:54.455751 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 686 | ||
| 4797 | 2024.12.20 22:28:54.456171 [ 203 ] {cb6910fd-3f74-40bb-afeb-929e53918d3c::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4798 | 2024.12.20 22:28:54.456292 [ 203 ] {cb6910fd-3f74-40bb-afeb-929e53918d3c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 490 rows starting from the beginning of the part | ||
| 4799 | 2024.12.20 22:28:54.456866 [ 203 ] {cb6910fd-3f74-40bb-afeb-929e53918d3c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 46 rows starting from the beginning of the part | ||
| 4800 | 2024.12.20 22:28:54.457413 [ 203 ] {cb6910fd-3f74-40bb-afeb-929e53918d3c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 34 rows starting from the beginning of the part | ||
| 4801 | 2024.12.20 22:28:54.457946 [ 203 ] {cb6910fd-3f74-40bb-afeb-929e53918d3c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 36 rows starting from the beginning of the part | ||
| 4802 | 2024.12.20 22:28:54.458445 [ 203 ] {cb6910fd-3f74-40bb-afeb-929e53918d3c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 46 rows starting from the beginning of the part | ||
| 4803 | 2024.12.20 22:28:54.459113 [ 203 ] {cb6910fd-3f74-40bb-afeb-929e53918d3c::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 34 rows starting from the beginning of the part | ||
| 4804 | 2024.12.20 22:28:54.466946 [ 203 ] {cb6910fd-3f74-40bb-afeb-929e53918d3c::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 686 rows, containing 72 columns (72 merged, 0 gathered) in 0.011691663 sec., 58674.28782372533 rows/sec., 50.45 MiB/sec. | ||
| 4805 | 2024.12.20 22:28:54.468247 [ 200 ] {cb6910fd-3f74-40bb-afeb-929e53918d3c::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 4806 | 2024.12.20 22:28:54.469133 [ 200 ] {cb6910fd-3f74-40bb-afeb-929e53918d3c::all_1_16_3} <Trace> system.query_log (cb6910fd-3f74-40bb-afeb-929e53918d3c): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4807 | 2024.12.20 22:28:54.469238 [ 200 ] {cb6910fd-3f74-40bb-afeb-929e53918d3c::all_1_16_3} <Trace> system.query_log (cb6910fd-3f74-40bb-afeb-929e53918d3c) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 4808 | 2024.12.20 22:28:54.469600 [ 200 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.19 MiB. | ||
| 4809 | 2024.12.20 22:28:55.168086 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4810 | 2024.12.20 22:28:55.168395 [ 260 ] {a76a0fed-3b6f-4c0f-a562-9514e198a177} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 4811 | 2024.12.20 22:28:55.168512 [ 260 ] {a76a0fed-3b6f-4c0f-a562-9514e198a177} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 4812 | 2024.12.20 22:28:55.169426 [ 260 ] {a76a0fed-3b6f-4c0f-a562-9514e198a177} <Trace> oximeter.fields_i16 (5ba0350d-977f-4416-8d1f-0415e035e880): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4813 | 2024.12.20 22:28:55.169494 [ 260 ] {a76a0fed-3b6f-4c0f-a562-9514e198a177} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 4814 | 2024.12.20 22:28:55.169946 [ 260 ] {a76a0fed-3b6f-4c0f-a562-9514e198a177} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4815 | 2024.12.20 22:28:55.170215 [ 260 ] {a76a0fed-3b6f-4c0f-a562-9514e198a177} <Trace> oximeter.fields_i16 (5ba0350d-977f-4416-8d1f-0415e035e880): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4816 | 2024.12.20 22:28:55.170481 [ 260 ] {a76a0fed-3b6f-4c0f-a562-9514e198a177} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.002164 sec., 6469.500924214417 rows/sec., 465.72 KiB/sec. | ||
| 4817 | 2024.12.20 22:28:55.170691 [ 260 ] {a76a0fed-3b6f-4c0f-a562-9514e198a177} <Debug> TCPHandler: Processed in 0.002795257 sec. | ||
| 4818 | 2024.12.20 22:28:55.170962 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4819 | 2024.12.20 22:28:55.171146 [ 262 ] {5f5a27bc-3bb0-4ee8-b440-de3594c9df15} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 4820 | 2024.12.20 22:28:55.171216 [ 262 ] {5f5a27bc-3bb0-4ee8-b440-de3594c9df15} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 4821 | 2024.12.20 22:28:55.171914 [ 262 ] {5f5a27bc-3bb0-4ee8-b440-de3594c9df15} <Trace> oximeter.fields_ipaddr (6efd1947-dbb6-4524-99d7-af0451dd6934): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4822 | 2024.12.20 22:28:55.171957 [ 262 ] {5f5a27bc-3bb0-4ee8-b440-de3594c9df15} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 4823 | 2024.12.20 22:28:55.172367 [ 262 ] {5f5a27bc-3bb0-4ee8-b440-de3594c9df15} <Trace> MergedBlockOutputStream: filled checksums all_7_7_0 (state Temporary) | ||
| 4824 | 2024.12.20 22:28:55.172640 [ 262 ] {5f5a27bc-3bb0-4ee8-b440-de3594c9df15} <Trace> oximeter.fields_ipaddr (6efd1947-dbb6-4524-99d7-af0451dd6934): Renaming temporary part tmp_insert_all_7_7_0 to all_7_7_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4825 | 2024.12.20 22:28:55.172841 [ 262 ] {5f5a27bc-3bb0-4ee8-b440-de3594c9df15} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001745 sec., 2292.2636103151863 rows/sec., 186.92 KiB/sec. | ||
| 4826 | 2024.12.20 22:28:55.172901 [ 262 ] {5f5a27bc-3bb0-4ee8-b440-de3594c9df15} <Debug> TCPHandler: Processed in 0.002065557 sec. | ||
| 4827 | 2024.12.20 22:28:55.173068 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4828 | 2024.12.20 22:28:55.173215 [ 260 ] {5d2f4247-f6b5-4e76-9c13-20ef1785244c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4829 | 2024.12.20 22:28:55.173278 [ 260 ] {5d2f4247-f6b5-4e76-9c13-20ef1785244c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4830 | 2024.12.20 22:28:55.174088 [ 260 ] {5d2f4247-f6b5-4e76-9c13-20ef1785244c} <Trace> oximeter.fields_string (be340cd8-3bde-4f05-8e45-9e8a1492ad3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4831 | 2024.12.20 22:28:55.174132 [ 260 ] {5d2f4247-f6b5-4e76-9c13-20ef1785244c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 4832 | 2024.12.20 22:28:55.174518 [ 260 ] {5d2f4247-f6b5-4e76-9c13-20ef1785244c} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4833 | 2024.12.20 22:28:55.174760 [ 260 ] {5d2f4247-f6b5-4e76-9c13-20ef1785244c} <Trace> oximeter.fields_string (be340cd8-3bde-4f05-8e45-9e8a1492ad3b): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4834 | 2024.12.20 22:28:55.175017 [ 260 ] {5d2f4247-f6b5-4e76-9c13-20ef1785244c} <Debug> executeQuery: Read 257 rows, 23.10 KiB in 0.001827 sec., 140667.76135741652 rows/sec., 12.35 MiB/sec. | ||
| 4835 | 2024.12.20 22:28:55.175177 [ 260 ] {5d2f4247-f6b5-4e76-9c13-20ef1785244c} <Debug> TCPHandler: Processed in 0.00217465 sec. | ||
| 4836 | 2024.12.20 22:28:55.175420 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4837 | 2024.12.20 22:28:55.175545 [ 262 ] {28c0d439-ec46-450d-814f-7715468a05ed} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4838 | 2024.12.20 22:28:55.175596 [ 262 ] {28c0d439-ec46-450d-814f-7715468a05ed} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4839 | 2024.12.20 22:28:55.176185 [ 262 ] {28c0d439-ec46-450d-814f-7715468a05ed} <Trace> oximeter.fields_u16 (66d17a24-a3a1-42a5-bd94-b86efb1056dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4840 | 2024.12.20 22:28:55.176228 [ 262 ] {28c0d439-ec46-450d-814f-7715468a05ed} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 4841 | 2024.12.20 22:28:55.176594 [ 262 ] {28c0d439-ec46-450d-814f-7715468a05ed} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 4842 | 2024.12.20 22:28:55.176836 [ 262 ] {28c0d439-ec46-450d-814f-7715468a05ed} <Trace> oximeter.fields_u16 (66d17a24-a3a1-42a5-bd94-b86efb1056dd): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4843 | 2024.12.20 22:28:55.177023 [ 262 ] {28c0d439-ec46-450d-814f-7715468a05ed} <Debug> executeQuery: Read 37 rows, 2.69 KiB in 0.001507 sec., 24552.0902455209 rows/sec., 1.74 MiB/sec. | ||
| 4844 | 2024.12.20 22:28:55.177076 [ 262 ] {28c0d439-ec46-450d-814f-7715468a05ed} <Debug> TCPHandler: Processed in 0.001774319 sec. | ||
| 4845 | 2024.12.20 22:28:55.177229 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4846 | 2024.12.20 22:28:55.177347 [ 260 ] {5381fc07-bb46-4781-8581-1a2c4582dae2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 4847 | 2024.12.20 22:28:55.177396 [ 260 ] {5381fc07-bb46-4781-8581-1a2c4582dae2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 4848 | 2024.12.20 22:28:55.177963 [ 260 ] {5381fc07-bb46-4781-8581-1a2c4582dae2} <Trace> oximeter.fields_u32 (50de29d4-f6c5-4f7c-8dac-40e276b5b3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4849 | 2024.12.20 22:28:55.178005 [ 260 ] {5381fc07-bb46-4781-8581-1a2c4582dae2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 4850 | 2024.12.20 22:28:55.178354 [ 260 ] {5381fc07-bb46-4781-8581-1a2c4582dae2} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 4851 | 2024.12.20 22:28:55.178606 [ 260 ] {5381fc07-bb46-4781-8581-1a2c4582dae2} <Trace> oximeter.fields_u32 (50de29d4-f6c5-4f7c-8dac-40e276b5b3f8): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4852 | 2024.12.20 22:28:55.178761 [ 53 ] {} <Debug> oximeter.fields_u32 (50de29d4-f6c5-4f7c-8dac-40e276b5b3f8) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 4853 | 2024.12.20 22:28:55.178821 [ 53 ] {} <Trace> oximeter.fields_u32 (50de29d4-f6c5-4f7c-8dac-40e276b5b3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4854 | 2024.12.20 22:28:55.178837 [ 260 ] {5381fc07-bb46-4781-8581-1a2c4582dae2} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001508 sec., 9283.819628647214 rows/sec., 650.18 KiB/sec. | ||
| 4855 | 2024.12.20 22:28:55.178854 [ 53 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 4856 | 2024.12.20 22:28:55.179006 [ 260 ] {5381fc07-bb46-4781-8581-1a2c4582dae2} <Debug> TCPHandler: Processed in 0.00183215 sec. | ||
| 4857 | 2024.12.20 22:28:55.179254 [ 195 ] {50de29d4-f6c5-4f7c-8dac-40e276b5b3f8::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 | ||
| 4858 | 2024.12.20 22:28:55.179319 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4859 | 2024.12.20 22:28:55.179702 [ 262 ] {c7cb09a7-ec77-4d67-9528-a4ec0f4ad244} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 4860 | 2024.12.20 22:28:55.179715 [ 195 ] {50de29d4-f6c5-4f7c-8dac-40e276b5b3f8::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4861 | 2024.12.20 22:28:55.179818 [ 195 ] {50de29d4-f6c5-4f7c-8dac-40e276b5b3f8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 243 rows starting from the beginning of the part | ||
| 4862 | 2024.12.20 22:28:55.179836 [ 262 ] {c7cb09a7-ec77-4d67-9528-a4ec0f4ad244} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 4863 | 2024.12.20 22:28:55.180090 [ 195 ] {50de29d4-f6c5-4f7c-8dac-40e276b5b3f8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 14 rows starting from the beginning of the part | ||
| 4864 | 2024.12.20 22:28:55.180456 [ 195 ] {50de29d4-f6c5-4f7c-8dac-40e276b5b3f8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 14 rows starting from the beginning of the part | ||
| 4865 | 2024.12.20 22:28:55.180798 [ 195 ] {50de29d4-f6c5-4f7c-8dac-40e276b5b3f8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 228 rows starting from the beginning of the part | ||
| 4866 | 2024.12.20 22:28:55.181135 [ 195 ] {50de29d4-f6c5-4f7c-8dac-40e276b5b3f8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 14 rows starting from the beginning of the part | ||
| 4867 | 2024.12.20 22:28:55.181605 [ 195 ] {50de29d4-f6c5-4f7c-8dac-40e276b5b3f8::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 14 rows starting from the beginning of the part | ||
| 4868 | 2024.12.20 22:28:55.182814 [ 262 ] {c7cb09a7-ec77-4d67-9528-a4ec0f4ad244} <Trace> oximeter.fields_u8 (bc6d9fff-42ef-4dc9-9b7c-2f27297e3062): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4869 | 2024.12.20 22:28:55.182880 [ 262 ] {c7cb09a7-ec77-4d67-9528-a4ec0f4ad244} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 4870 | 2024.12.20 22:28:55.183769 [ 262 ] {c7cb09a7-ec77-4d67-9528-a4ec0f4ad244} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4871 | 2024.12.20 22:28:55.184317 [ 262 ] {c7cb09a7-ec77-4d67-9528-a4ec0f4ad244} <Trace> oximeter.fields_u8 (bc6d9fff-42ef-4dc9-9b7c-2f27297e3062): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4872 | 2024.12.20 22:28:55.184343 [ 195 ] {50de29d4-f6c5-4f7c-8dac-40e276b5b3f8::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 527 rows, containing 5 columns (5 merged, 0 gathered) in 0.005370098 sec., 98136.01167055052 rows/sec., 7.03 MiB/sec. | ||
| 4873 | 2024.12.20 22:28:55.184571 [ 195 ] {50de29d4-f6c5-4f7c-8dac-40e276b5b3f8::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 4874 | 2024.12.20 22:28:55.184669 [ 262 ] {c7cb09a7-ec77-4d67-9528-a4ec0f4ad244} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005113 sec., 2542.538627029141 rows/sec., 158.53 KiB/sec. | ||
| 4875 | 2024.12.20 22:28:55.184824 [ 262 ] {c7cb09a7-ec77-4d67-9528-a4ec0f4ad244} <Debug> TCPHandler: Processed in 0.005696507 sec. | ||
| 4876 | 2024.12.20 22:28:55.184996 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4877 | 2024.12.20 22:28:55.185032 [ 195 ] {50de29d4-f6c5-4f7c-8dac-40e276b5b3f8::all_1_16_3} <Trace> oximeter.fields_u32 (50de29d4-f6c5-4f7c-8dac-40e276b5b3f8): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4878 | 2024.12.20 22:28:55.185126 [ 195 ] {50de29d4-f6c5-4f7c-8dac-40e276b5b3f8::all_1_16_3} <Trace> oximeter.fields_u32 (50de29d4-f6c5-4f7c-8dac-40e276b5b3f8) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 4879 | 2024.12.20 22:28:55.185158 [ 260 ] {27a975d4-635f-41e0-b99b-fea367b50f6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4880 | 2024.12.20 22:28:55.185220 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.32 MiB. | ||
| 4881 | 2024.12.20 22:28:55.185240 [ 260 ] {27a975d4-635f-41e0-b99b-fea367b50f6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4882 | 2024.12.20 22:28:55.186021 [ 260 ] {27a975d4-635f-41e0-b99b-fea367b50f6c} <Trace> oximeter.fields_uuid (fb7f0ac5-74a7-4737-ae05-0271c6750327): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4883 | 2024.12.20 22:28:55.186061 [ 260 ] {27a975d4-635f-41e0-b99b-fea367b50f6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 4884 | 2024.12.20 22:28:55.186436 [ 260 ] {27a975d4-635f-41e0-b99b-fea367b50f6c} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4885 | 2024.12.20 22:28:55.186677 [ 260 ] {27a975d4-635f-41e0-b99b-fea367b50f6c} <Trace> oximeter.fields_uuid (fb7f0ac5-74a7-4737-ae05-0271c6750327): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4886 | 2024.12.20 22:28:55.186884 [ 260 ] {27a975d4-635f-41e0-b99b-fea367b50f6c} <Debug> executeQuery: Read 412 rows, 30.09 KiB in 0.001764 sec., 233560.09070294784 rows/sec., 16.66 MiB/sec. | ||
| 4887 | 2024.12.20 22:28:55.186937 [ 260 ] {27a975d4-635f-41e0-b99b-fea367b50f6c} <Debug> TCPHandler: Processed in 0.002019185 sec. | ||
| 4888 | 2024.12.20 22:28:55.187082 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4889 | 2024.12.20 22:28:55.187224 [ 262 ] {f7440fa0-8994-4093-9018-c9a810e3d90b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 4890 | 2024.12.20 22:28:55.187282 [ 262 ] {f7440fa0-8994-4093-9018-c9a810e3d90b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 4891 | 2024.12.20 22:28:55.187846 [ 262 ] {f7440fa0-8994-4093-9018-c9a810e3d90b} <Trace> oximeter.measurements_bool (902c9248-495c-4a1f-8676-b52592dc679b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4892 | 2024.12.20 22:28:55.187883 [ 262 ] {f7440fa0-8994-4093-9018-c9a810e3d90b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 4893 | 2024.12.20 22:28:55.188245 [ 262 ] {f7440fa0-8994-4093-9018-c9a810e3d90b} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4894 | 2024.12.20 22:28:55.188489 [ 262 ] {f7440fa0-8994-4093-9018-c9a810e3d90b} <Trace> oximeter.measurements_bool (902c9248-495c-4a1f-8676-b52592dc679b): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4895 | 2024.12.20 22:28:55.188717 [ 262 ] {f7440fa0-8994-4093-9018-c9a810e3d90b} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001519 sec., 3949.9670836076366 rows/sec., 206.37 KiB/sec. | ||
| 4896 | 2024.12.20 22:28:55.188900 [ 262 ] {f7440fa0-8994-4093-9018-c9a810e3d90b} <Debug> TCPHandler: Processed in 0.001882702 sec. | ||
| 4897 | 2024.12.20 22:28:55.189080 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4898 | 2024.12.20 22:28:55.189219 [ 260 ] {092f7d53-3c05-4f77-a380-7e0202f79f52} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 4899 | 2024.12.20 22:28:55.189281 [ 260 ] {092f7d53-3c05-4f77-a380-7e0202f79f52} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 4900 | 2024.12.20 22:28:55.189932 [ 260 ] {092f7d53-3c05-4f77-a380-7e0202f79f52} <Trace> oximeter.measurements_cumulativeu64 (2e833ed7-efb3-49ee-873b-fe7dc1d5762e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4901 | 2024.12.20 22:28:55.189972 [ 260 ] {092f7d53-3c05-4f77-a380-7e0202f79f52} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 4902 | 2024.12.20 22:28:55.190367 [ 260 ] {092f7d53-3c05-4f77-a380-7e0202f79f52} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4903 | 2024.12.20 22:28:55.190608 [ 260 ] {092f7d53-3c05-4f77-a380-7e0202f79f52} <Trace> oximeter.measurements_cumulativeu64 (2e833ed7-efb3-49ee-873b-fe7dc1d5762e): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4904 | 2024.12.20 22:28:55.190812 [ 260 ] {092f7d53-3c05-4f77-a380-7e0202f79f52} <Debug> executeQuery: Read 239 rows, 16.41 KiB in 0.001624 sec., 147167.48768472907 rows/sec., 9.87 MiB/sec. | ||
| 4905 | 2024.12.20 22:28:55.190866 [ 260 ] {092f7d53-3c05-4f77-a380-7e0202f79f52} <Debug> TCPHandler: Processed in 0.001855071 sec. | ||
| 4906 | 2024.12.20 22:28:55.191011 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4907 | 2024.12.20 22:28:55.191126 [ 262 ] {0df3f746-a884-4171-bfef-7ec21c3a8a17} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 4908 | 2024.12.20 22:28:55.191177 [ 262 ] {0df3f746-a884-4171-bfef-7ec21c3a8a17} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 4909 | 2024.12.20 22:28:55.191634 [ 262 ] {0df3f746-a884-4171-bfef-7ec21c3a8a17} <Trace> oximeter.measurements_f64 (24a8fd20-3063-40e7-bd7e-0a899ffef70a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4910 | 2024.12.20 22:28:55.191670 [ 262 ] {0df3f746-a884-4171-bfef-7ec21c3a8a17} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 4911 | 2024.12.20 22:28:55.192026 [ 262 ] {0df3f746-a884-4171-bfef-7ec21c3a8a17} <Trace> MergedBlockOutputStream: filled checksums all_12_12_0 (state Temporary) | ||
| 4912 | 2024.12.20 22:28:55.192262 [ 262 ] {0df3f746-a884-4171-bfef-7ec21c3a8a17} <Trace> oximeter.measurements_f64 (24a8fd20-3063-40e7-bd7e-0a899ffef70a): Renaming temporary part tmp_insert_all_12_12_0 to all_12_12_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4913 | 2024.12.20 22:28:55.192464 [ 262 ] {0df3f746-a884-4171-bfef-7ec21c3a8a17} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.00136 sec., 735.2941176470588 rows/sec., 49.55 KiB/sec. | ||
| 4914 | 2024.12.20 22:28:55.192518 [ 262 ] {0df3f746-a884-4171-bfef-7ec21c3a8a17} <Debug> TCPHandler: Processed in 0.001562924 sec. | ||
| 4915 | 2024.12.20 22:28:55.192662 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4916 | 2024.12.20 22:28:55.192802 [ 260 ] {0c985125-0999-46a6-bd4a-c3a3d6b0ca19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 4917 | 2024.12.20 22:28:55.192894 [ 260 ] {0c985125-0999-46a6-bd4a-c3a3d6b0ca19} <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 | ||
| 4918 | 2024.12.20 22:28:55.194143 [ 260 ] {0c985125-0999-46a6-bd4a-c3a3d6b0ca19} <Trace> oximeter.measurements_histogramu64 (cfe0444f-6b19-4855-b696-cc295685d98f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4919 | 2024.12.20 22:28:55.194185 [ 260 ] {0c985125-0999-46a6-bd4a-c3a3d6b0ca19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 4920 | 2024.12.20 22:28:55.194815 [ 260 ] {0c985125-0999-46a6-bd4a-c3a3d6b0ca19} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 4921 | 2024.12.20 22:28:55.195080 [ 260 ] {0c985125-0999-46a6-bd4a-c3a3d6b0ca19} <Trace> oximeter.measurements_histogramu64 (cfe0444f-6b19-4855-b696-cc295685d98f): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4922 | 2024.12.20 22:28:55.195395 [ 260 ] {0c985125-0999-46a6-bd4a-c3a3d6b0ca19} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002612 sec., 9954.058192955588 rows/sec., 17.84 MiB/sec. | ||
| 4923 | 2024.12.20 22:28:55.195903 [ 260 ] {0c985125-0999-46a6-bd4a-c3a3d6b0ca19} <Debug> TCPHandler: Processed in 0.003293571 sec. | ||
| 4924 | 2024.12.20 22:28:55.196064 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4925 | 2024.12.20 22:28:55.196201 [ 262 ] {e0cc0b65-ccd1-4986-a11a-ed7252449617} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 4926 | 2024.12.20 22:28:55.196259 [ 262 ] {e0cc0b65-ccd1-4986-a11a-ed7252449617} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 4927 | 2024.12.20 22:28:55.196811 [ 262 ] {e0cc0b65-ccd1-4986-a11a-ed7252449617} <Trace> oximeter.measurements_u64 (b5f8915a-997f-4944-a48b-a878169c21e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4928 | 2024.12.20 22:28:55.196850 [ 262 ] {e0cc0b65-ccd1-4986-a11a-ed7252449617} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 4929 | 2024.12.20 22:28:55.197216 [ 262 ] {e0cc0b65-ccd1-4986-a11a-ed7252449617} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 4930 | 2024.12.20 22:28:55.197452 [ 262 ] {e0cc0b65-ccd1-4986-a11a-ed7252449617} <Trace> oximeter.measurements_u64 (b5f8915a-997f-4944-a48b-a878169c21e0): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4931 | 2024.12.20 22:28:55.197675 [ 262 ] {e0cc0b65-ccd1-4986-a11a-ed7252449617} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001504 sec., 54521.27659574468 rows/sec., 3.46 MiB/sec. | ||
| 4932 | 2024.12.20 22:28:55.197728 [ 262 ] {e0cc0b65-ccd1-4986-a11a-ed7252449617} <Debug> TCPHandler: Processed in 0.001729368 sec. | ||
| 4933 | 2024.12.20 22:28:56.909559 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 10553 | ||
| 4934 | 2024.12.20 22:28:56.910234 [ 242 ] {} <Trace> system.asynchronous_metric_log (872a84c2-09da-4c20-9ea0-5cf32b1a4df4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4935 | 2024.12.20 22:28:56.910286 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 4936 | 2024.12.20 22:28:56.910833 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4937 | 2024.12.20 22:28:56.911092 [ 242 ] {} <Trace> system.asynchronous_metric_log (872a84c2-09da-4c20-9ea0-5cf32b1a4df4): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4938 | 2024.12.20 22:28:56.911370 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 10553 | ||
| 4939 | 2024.12.20 22:28:57.632931 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 174 | ||
| 4940 | 2024.12.20 22:28:57.653994 [ 244 ] {} <Trace> system.metric_log (fe7f8d4b-b36f-4a64-a142-f4747bcb5bba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4941 | 2024.12.20 22:28:57.654051 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 4942 | 2024.12.20 22:28:57.661944 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 4943 | 2024.12.20 22:28:57.662711 [ 244 ] {} <Trace> system.metric_log (fe7f8d4b-b36f-4a64-a142-f4747bcb5bba): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4944 | 2024.12.20 22:28:57.666295 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 174 | ||
| 4945 | 2024.12.20 22:29:00.163306 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4946 | 2024.12.20 22:29:00.163489 [ 260 ] {1df23e8a-cf74-4bfe-aa51-9b788af73add} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 4947 | 2024.12.20 22:29:00.163558 [ 260 ] {1df23e8a-cf74-4bfe-aa51-9b788af73add} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 4948 | 2024.12.20 22:29:00.164331 [ 260 ] {1df23e8a-cf74-4bfe-aa51-9b788af73add} <Trace> oximeter.fields_string (be340cd8-3bde-4f05-8e45-9e8a1492ad3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4949 | 2024.12.20 22:29:00.164381 [ 260 ] {1df23e8a-cf74-4bfe-aa51-9b788af73add} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 4950 | 2024.12.20 22:29:00.164814 [ 260 ] {1df23e8a-cf74-4bfe-aa51-9b788af73add} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 4951 | 2024.12.20 22:29:00.165062 [ 260 ] {1df23e8a-cf74-4bfe-aa51-9b788af73add} <Trace> oximeter.fields_string (be340cd8-3bde-4f05-8e45-9e8a1492ad3b): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4952 | 2024.12.20 22:29:00.165211 [ 47 ] {} <Debug> oximeter.fields_string (be340cd8-3bde-4f05-8e45-9e8a1492ad3b) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 4953 | 2024.12.20 22:29:00.165258 [ 47 ] {} <Trace> oximeter.fields_string (be340cd8-3bde-4f05-8e45-9e8a1492ad3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4954 | 2024.12.20 22:29:00.165264 [ 260 ] {1df23e8a-cf74-4bfe-aa51-9b788af73add} <Debug> executeQuery: Read 88 rows, 7.43 KiB in 0.001824 sec., 48245.61403508772 rows/sec., 3.98 MiB/sec. | ||
| 4955 | 2024.12.20 22:29:00.165280 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 4956 | 2024.12.20 22:29:00.165364 [ 260 ] {1df23e8a-cf74-4bfe-aa51-9b788af73add} <Debug> TCPHandler: Processed in 0.002186491 sec. | ||
| 4957 | 2024.12.20 22:29:00.165528 [ 193 ] {be340cd8-3bde-4f05-8e45-9e8a1492ad3b::all_1_36_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full | ||
| 4958 | 2024.12.20 22:29:00.165623 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4959 | 2024.12.20 22:29:00.165694 [ 193 ] {be340cd8-3bde-4f05-8e45-9e8a1492ad3b::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4960 | 2024.12.20 22:29:00.165737 [ 193 ] {be340cd8-3bde-4f05-8e45-9e8a1492ad3b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1437 rows starting from the beginning of the part | ||
| 4961 | 2024.12.20 22:29:00.165816 [ 262 ] {ef2686b6-9c62-4468-bebd-bc00cf547744} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 4962 | 2024.12.20 22:29:00.165855 [ 193 ] {be340cd8-3bde-4f05-8e45-9e8a1492ad3b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 56 rows starting from the beginning of the part | ||
| 4963 | 2024.12.20 22:29:00.165944 [ 262 ] {ef2686b6-9c62-4468-bebd-bc00cf547744} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 4964 | 2024.12.20 22:29:00.166064 [ 193 ] {be340cd8-3bde-4f05-8e45-9e8a1492ad3b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 255 rows starting from the beginning of the part | ||
| 4965 | 2024.12.20 22:29:00.166489 [ 193 ] {be340cd8-3bde-4f05-8e45-9e8a1492ad3b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 88 rows starting from the beginning of the part | ||
| 4966 | 2024.12.20 22:29:00.166662 [ 193 ] {be340cd8-3bde-4f05-8e45-9e8a1492ad3b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 257 rows starting from the beginning of the part | ||
| 4967 | 2024.12.20 22:29:00.166963 [ 193 ] {be340cd8-3bde-4f05-8e45-9e8a1492ad3b::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 88 rows starting from the beginning of the part | ||
| 4968 | 2024.12.20 22:29:00.168135 [ 262 ] {ef2686b6-9c62-4468-bebd-bc00cf547744} <Trace> oximeter.fields_u16 (66d17a24-a3a1-42a5-bd94-b86efb1056dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4969 | 2024.12.20 22:29:00.168188 [ 262 ] {ef2686b6-9c62-4468-bebd-bc00cf547744} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 4970 | 2024.12.20 22:29:00.168777 [ 262 ] {ef2686b6-9c62-4468-bebd-bc00cf547744} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 4971 | 2024.12.20 22:29:00.169156 [ 262 ] {ef2686b6-9c62-4468-bebd-bc00cf547744} <Trace> oximeter.fields_u16 (66d17a24-a3a1-42a5-bd94-b86efb1056dd): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4972 | 2024.12.20 22:29:00.169158 [ 193 ] {be340cd8-3bde-4f05-8e45-9e8a1492ad3b::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2181 rows, containing 5 columns (5 merged, 0 gathered) in 0.003778504 sec., 577212.5687838362 rows/sec., 50.95 MiB/sec. | ||
| 4973 | 2024.12.20 22:29:00.169379 [ 47 ] {} <Debug> oximeter.fields_u16 (66d17a24-a3a1-42a5-bd94-b86efb1056dd) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 4974 | 2024.12.20 22:29:00.169463 [ 47 ] {} <Trace> oximeter.fields_u16 (66d17a24-a3a1-42a5-bd94-b86efb1056dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4975 | 2024.12.20 22:29:00.169505 [ 262 ] {ef2686b6-9c62-4468-bebd-bc00cf547744} <Debug> executeQuery: Read 16 rows, 1.20 KiB in 0.003741 sec., 4276.931301790965 rows/sec., 321.61 KiB/sec. | ||
| 4976 | 2024.12.20 22:29:00.169513 [ 193 ] {be340cd8-3bde-4f05-8e45-9e8a1492ad3b::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 4977 | 2024.12.20 22:29:00.169531 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 4978 | 2024.12.20 22:29:00.169976 [ 262 ] {ef2686b6-9c62-4468-bebd-bc00cf547744} <Debug> TCPHandler: Processed in 0.004473714 sec. | ||
| 4979 | 2024.12.20 22:29:00.170235 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 4980 | 2024.12.20 22:29:00.170222 [ 190 ] {66d17a24-a3a1-42a5-bd94-b86efb1056dd::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 | ||
| 4981 | 2024.12.20 22:29:00.170474 [ 193 ] {be340cd8-3bde-4f05-8e45-9e8a1492ad3b::all_1_36_7} <Trace> oximeter.fields_string (be340cd8-3bde-4f05-8e45-9e8a1492ad3b): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4982 | 2024.12.20 22:29:00.170525 [ 260 ] {13f63ca4-1276-4461-922a-8c019e58eb44} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 4983 | 2024.12.20 22:29:00.170685 [ 260 ] {13f63ca4-1276-4461-922a-8c019e58eb44} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 4984 | 2024.12.20 22:29:00.170786 [ 193 ] {be340cd8-3bde-4f05-8e45-9e8a1492ad3b::all_1_36_7} <Trace> oximeter.fields_string (be340cd8-3bde-4f05-8e45-9e8a1492ad3b) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 4985 | 2024.12.20 22:29:00.170882 [ 190 ] {66d17a24-a3a1-42a5-bd94-b86efb1056dd::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 4986 | 2024.12.20 22:29:00.171072 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.66 MiB. | ||
| 4987 | 2024.12.20 22:29:00.171101 [ 190 ] {66d17a24-a3a1-42a5-bd94-b86efb1056dd::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 67 rows starting from the beginning of the part | ||
| 4988 | 2024.12.20 22:29:00.171453 [ 190 ] {66d17a24-a3a1-42a5-bd94-b86efb1056dd::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 20 rows starting from the beginning of the part | ||
| 4989 | 2024.12.20 22:29:00.171926 [ 190 ] {66d17a24-a3a1-42a5-bd94-b86efb1056dd::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 33 rows starting from the beginning of the part | ||
| 4990 | 2024.12.20 22:29:00.172225 [ 190 ] {66d17a24-a3a1-42a5-bd94-b86efb1056dd::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 16 rows starting from the beginning of the part | ||
| 4991 | 2024.12.20 22:29:00.172533 [ 190 ] {66d17a24-a3a1-42a5-bd94-b86efb1056dd::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 37 rows starting from the beginning of the part | ||
| 4992 | 2024.12.20 22:29:00.172674 [ 190 ] {66d17a24-a3a1-42a5-bd94-b86efb1056dd::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 16 rows starting from the beginning of the part | ||
| 4993 | 2024.12.20 22:29:00.173740 [ 260 ] {13f63ca4-1276-4461-922a-8c019e58eb44} <Trace> oximeter.fields_uuid (fb7f0ac5-74a7-4737-ae05-0271c6750327): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 4994 | 2024.12.20 22:29:00.173801 [ 260 ] {13f63ca4-1276-4461-922a-8c019e58eb44} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 4995 | 2024.12.20 22:29:00.174882 [ 260 ] {13f63ca4-1276-4461-922a-8c019e58eb44} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 4996 | 2024.12.20 22:29:00.175570 [ 260 ] {13f63ca4-1276-4461-922a-8c019e58eb44} <Trace> oximeter.fields_uuid (fb7f0ac5-74a7-4737-ae05-0271c6750327): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 4997 | 2024.12.20 22:29:00.175670 [ 190 ] {66d17a24-a3a1-42a5-bd94-b86efb1056dd::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 189 rows, containing 5 columns (5 merged, 0 gathered) in 0.00581595 sec., 32496.84058494313 rows/sec., 2.45 MiB/sec. | ||
| 4998 | 2024.12.20 22:29:00.175837 [ 47 ] {} <Debug> oximeter.fields_uuid (fb7f0ac5-74a7-4737-ae05-0271c6750327) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 4999 | 2024.12.20 22:29:00.175913 [ 47 ] {} <Trace> oximeter.fields_uuid (fb7f0ac5-74a7-4737-ae05-0271c6750327): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5000 | 2024.12.20 22:29:00.175966 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 5001 | 2024.12.20 22:29:00.176010 [ 193 ] {66d17a24-a3a1-42a5-bd94-b86efb1056dd::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5002 | 2024.12.20 22:29:00.176052 [ 260 ] {13f63ca4-1276-4461-922a-8c019e58eb44} <Debug> executeQuery: Read 80 rows, 6.40 KiB in 0.005618 sec., 14239.94304022784 rows/sec., 1.11 MiB/sec. | ||
| 5003 | 2024.12.20 22:29:00.176387 [ 191 ] {fb7f0ac5-74a7-4737-ae05-0271c6750327::all_1_36_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full | ||
| 5004 | 2024.12.20 22:29:00.176399 [ 260 ] {13f63ca4-1276-4461-922a-8c019e58eb44} <Debug> TCPHandler: Processed in 0.006284573 sec. | ||
| 5005 | 2024.12.20 22:29:00.176670 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5006 | 2024.12.20 22:29:00.176760 [ 191 ] {fb7f0ac5-74a7-4737-ae05-0271c6750327::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5007 | 2024.12.20 22:29:00.176860 [ 191 ] {fb7f0ac5-74a7-4737-ae05-0271c6750327::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 916 rows starting from the beginning of the part | ||
| 5008 | 2024.12.20 22:29:00.176978 [ 262 ] {4daabdb8-8e09-4feb-8ac7-4a4d7699645a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5009 | 2024.12.20 22:29:00.177007 [ 193 ] {66d17a24-a3a1-42a5-bd94-b86efb1056dd::all_1_26_5} <Trace> oximeter.fields_u16 (66d17a24-a3a1-42a5-bd94-b86efb1056dd): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5010 | 2024.12.20 22:29:00.177247 [ 191 ] {fb7f0ac5-74a7-4737-ae05-0271c6750327::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 64 rows starting from the beginning of the part | ||
| 5011 | 2024.12.20 22:29:00.177253 [ 262 ] {4daabdb8-8e09-4feb-8ac7-4a4d7699645a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5012 | 2024.12.20 22:29:00.177454 [ 193 ] {66d17a24-a3a1-42a5-bd94-b86efb1056dd::all_1_26_5} <Trace> oximeter.fields_u16 (66d17a24-a3a1-42a5-bd94-b86efb1056dd) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5013 | 2024.12.20 22:29:00.177677 [ 191 ] {fb7f0ac5-74a7-4737-ae05-0271c6750327::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 408 rows starting from the beginning of the part | ||
| 5014 | 2024.12.20 22:29:00.177902 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.28 MiB. | ||
| 5015 | 2024.12.20 22:29:00.178185 [ 191 ] {fb7f0ac5-74a7-4737-ae05-0271c6750327::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 80 rows starting from the beginning of the part | ||
| 5016 | 2024.12.20 22:29:00.178567 [ 191 ] {fb7f0ac5-74a7-4737-ae05-0271c6750327::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 412 rows starting from the beginning of the part | ||
| 5017 | 2024.12.20 22:29:00.178948 [ 191 ] {fb7f0ac5-74a7-4737-ae05-0271c6750327::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 80 rows starting from the beginning of the part | ||
| 5018 | 2024.12.20 22:29:00.180307 [ 262 ] {4daabdb8-8e09-4feb-8ac7-4a4d7699645a} <Trace> oximeter.measurements_cumulativeu64 (2e833ed7-efb3-49ee-873b-fe7dc1d5762e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5019 | 2024.12.20 22:29:00.180377 [ 262 ] {4daabdb8-8e09-4feb-8ac7-4a4d7699645a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 5020 | 2024.12.20 22:29:00.181432 [ 262 ] {4daabdb8-8e09-4feb-8ac7-4a4d7699645a} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5021 | 2024.12.20 22:29:00.181947 [ 262 ] {4daabdb8-8e09-4feb-8ac7-4a4d7699645a} <Trace> oximeter.measurements_cumulativeu64 (2e833ed7-efb3-49ee-873b-fe7dc1d5762e): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5022 | 2024.12.20 22:29:00.181957 [ 191 ] {fb7f0ac5-74a7-4737-ae05-0271c6750327::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 1960 rows, containing 5 columns (5 merged, 0 gathered) in 0.005903333 sec., 332015.82902404456 rows/sec., 25.42 MiB/sec. | ||
| 5023 | 2024.12.20 22:29:00.182196 [ 47 ] {} <Debug> oximeter.measurements_cumulativeu64 (2e833ed7-efb3-49ee-873b-fe7dc1d5762e) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5024 | 2024.12.20 22:29:00.182260 [ 193 ] {fb7f0ac5-74a7-4737-ae05-0271c6750327::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5025 | 2024.12.20 22:29:00.182281 [ 47 ] {} <Trace> oximeter.measurements_cumulativeu64 (2e833ed7-efb3-49ee-873b-fe7dc1d5762e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5026 | 2024.12.20 22:29:00.182399 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 5027 | 2024.12.20 22:29:00.182397 [ 262 ] {4daabdb8-8e09-4feb-8ac7-4a4d7699645a} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.005509 sec., 29043.383554184064 rows/sec., 2.02 MiB/sec. | ||
| 5028 | 2024.12.20 22:29:00.182958 [ 262 ] {4daabdb8-8e09-4feb-8ac7-4a4d7699645a} <Debug> TCPHandler: Processed in 0.006415927 sec. | ||
| 5029 | 2024.12.20 22:29:00.183003 [ 191 ] {2e833ed7-efb3-49ee-873b-fe7dc1d5762e::all_1_36_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full | ||
| 5030 | 2024.12.20 22:29:00.183232 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5031 | 2024.12.20 22:29:00.183398 [ 193 ] {fb7f0ac5-74a7-4737-ae05-0271c6750327::all_1_36_7} <Trace> oximeter.fields_uuid (fb7f0ac5-74a7-4737-ae05-0271c6750327): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5032 | 2024.12.20 22:29:00.183634 [ 191 ] {2e833ed7-efb3-49ee-873b-fe7dc1d5762e::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5033 | 2024.12.20 22:29:00.183648 [ 260 ] {47f0e013-e43e-45e3-ac31-e5fd32f06c19} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5034 | 2024.12.20 22:29:00.183777 [ 191 ] {2e833ed7-efb3-49ee-873b-fe7dc1d5762e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_31_6, total 10528 rows starting from the beginning of the part | ||
| 5035 | 2024.12.20 22:29:00.183869 [ 193 ] {fb7f0ac5-74a7-4737-ae05-0271c6750327::all_1_36_7} <Trace> oximeter.fields_uuid (fb7f0ac5-74a7-4737-ae05-0271c6750327) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5036 | 2024.12.20 22:29:00.184256 [ 260 ] {47f0e013-e43e-45e3-ac31-e5fd32f06c19} <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 | ||
| 5037 | 2024.12.20 22:29:00.184361 [ 193 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.51 MiB. | ||
| 5038 | 2024.12.20 22:29:00.184383 [ 191 ] {2e833ed7-efb3-49ee-873b-fe7dc1d5762e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 44 rows starting from the beginning of the part | ||
| 5039 | 2024.12.20 22:29:00.184786 [ 191 ] {2e833ed7-efb3-49ee-873b-fe7dc1d5762e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 237 rows starting from the beginning of the part | ||
| 5040 | 2024.12.20 22:29:00.185201 [ 191 ] {2e833ed7-efb3-49ee-873b-fe7dc1d5762e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 160 rows starting from the beginning of the part | ||
| 5041 | 2024.12.20 22:29:00.185729 [ 191 ] {2e833ed7-efb3-49ee-873b-fe7dc1d5762e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 239 rows starting from the beginning of the part | ||
| 5042 | 2024.12.20 22:29:00.186173 [ 191 ] {2e833ed7-efb3-49ee-873b-fe7dc1d5762e::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 160 rows starting from the beginning of the part | ||
| 5043 | 2024.12.20 22:29:00.188583 [ 260 ] {47f0e013-e43e-45e3-ac31-e5fd32f06c19} <Trace> oximeter.measurements_histogramu64 (cfe0444f-6b19-4855-b696-cc295685d98f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5044 | 2024.12.20 22:29:00.188635 [ 260 ] {47f0e013-e43e-45e3-ac31-e5fd32f06c19} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 5045 | 2024.12.20 22:29:00.189521 [ 260 ] {47f0e013-e43e-45e3-ac31-e5fd32f06c19} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5046 | 2024.12.20 22:29:00.190158 [ 260 ] {47f0e013-e43e-45e3-ac31-e5fd32f06c19} <Trace> oximeter.measurements_histogramu64 (cfe0444f-6b19-4855-b696-cc295685d98f): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5047 | 2024.12.20 22:29:00.190300 [ 47 ] {} <Debug> oximeter.measurements_histogramu64 (cfe0444f-6b19-4855-b696-cc295685d98f) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5048 | 2024.12.20 22:29:00.190344 [ 47 ] {} <Trace> oximeter.measurements_histogramu64 (cfe0444f-6b19-4855-b696-cc295685d98f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5049 | 2024.12.20 22:29:00.190366 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 5050 | 2024.12.20 22:29:00.190377 [ 260 ] {47f0e013-e43e-45e3-ac31-e5fd32f06c19} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.006867 sec., 2329.9839813601284 rows/sec., 4.18 MiB/sec. | ||
| 5051 | 2024.12.20 22:29:00.190558 [ 199 ] {cfe0444f-6b19-4855-b696-cc295685d98f::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 | ||
| 5052 | 2024.12.20 22:29:00.190609 [ 260 ] {47f0e013-e43e-45e3-ac31-e5fd32f06c19} <Debug> TCPHandler: Processed in 0.007520727 sec. | ||
| 5053 | 2024.12.20 22:29:00.190845 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5054 | 2024.12.20 22:29:00.190984 [ 199 ] {cfe0444f-6b19-4855-b696-cc295685d98f::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5055 | 2024.12.20 22:29:00.191110 [ 262 ] {eaeeb140-7e3b-4b12-86fe-981cbb0ea3c4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5056 | 2024.12.20 22:29:00.191182 [ 199 ] {cfe0444f-6b19-4855-b696-cc295685d98f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 410 rows starting from the beginning of the part | ||
| 5057 | 2024.12.20 22:29:00.191246 [ 262 ] {eaeeb140-7e3b-4b12-86fe-981cbb0ea3c4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5058 | 2024.12.20 22:29:00.192503 [ 191 ] {2e833ed7-efb3-49ee-873b-fe7dc1d5762e::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11368 rows, containing 5 columns (5 merged, 0 gathered) in 0.009974095 sec., 1139752.5289261832 rows/sec., 77.01 MiB/sec. | ||
| 5059 | 2024.12.20 22:29:00.192803 [ 199 ] {cfe0444f-6b19-4855-b696-cc295685d98f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 16 rows starting from the beginning of the part | ||
| 5060 | 2024.12.20 22:29:00.193777 [ 196 ] {2e833ed7-efb3-49ee-873b-fe7dc1d5762e::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5061 | 2024.12.20 22:29:00.193839 [ 199 ] {cfe0444f-6b19-4855-b696-cc295685d98f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 26 rows starting from the beginning of the part | ||
| 5062 | 2024.12.20 22:29:00.194838 [ 262 ] {eaeeb140-7e3b-4b12-86fe-981cbb0ea3c4} <Trace> oximeter.measurements_u64 (b5f8915a-997f-4944-a48b-a878169c21e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5063 | 2024.12.20 22:29:00.194846 [ 199 ] {cfe0444f-6b19-4855-b696-cc295685d98f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 16 rows starting from the beginning of the part | ||
| 5064 | 2024.12.20 22:29:00.194948 [ 262 ] {eaeeb140-7e3b-4b12-86fe-981cbb0ea3c4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 5065 | 2024.12.20 22:29:00.195634 [ 196 ] {2e833ed7-efb3-49ee-873b-fe7dc1d5762e::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (2e833ed7-efb3-49ee-873b-fe7dc1d5762e): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5066 | 2024.12.20 22:29:00.196020 [ 199 ] {cfe0444f-6b19-4855-b696-cc295685d98f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 26 rows starting from the beginning of the part | ||
| 5067 | 2024.12.20 22:29:00.196222 [ 196 ] {2e833ed7-efb3-49ee-873b-fe7dc1d5762e::all_1_36_7} <Trace> oximeter.measurements_cumulativeu64 (2e833ed7-efb3-49ee-873b-fe7dc1d5762e) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5068 | 2024.12.20 22:29:00.197008 [ 262 ] {eaeeb140-7e3b-4b12-86fe-981cbb0ea3c4} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 5069 | 2024.12.20 22:29:00.197070 [ 199 ] {cfe0444f-6b19-4855-b696-cc295685d98f::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 16 rows starting from the beginning of the part | ||
| 5070 | 2024.12.20 22:29:00.197227 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.20 MiB. | ||
| 5071 | 2024.12.20 22:29:00.197968 [ 262 ] {eaeeb140-7e3b-4b12-86fe-981cbb0ea3c4} <Trace> oximeter.measurements_u64 (b5f8915a-997f-4944-a48b-a878169c21e0): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5072 | 2024.12.20 22:29:00.198342 [ 47 ] {} <Debug> oximeter.measurements_u64 (b5f8915a-997f-4944-a48b-a878169c21e0) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 5073 | 2024.12.20 22:29:00.198445 [ 47 ] {} <Trace> oximeter.measurements_u64 (b5f8915a-997f-4944-a48b-a878169c21e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5074 | 2024.12.20 22:29:00.198508 [ 47 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 5075 | 2024.12.20 22:29:00.198682 [ 262 ] {eaeeb140-7e3b-4b12-86fe-981cbb0ea3c4} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.007644 sec., 7849.293563579278 rows/sec., 541.68 KiB/sec. | ||
| 5076 | 2024.12.20 22:29:00.198805 [ 189 ] {b5f8915a-997f-4944-a48b-a878169c21e0::all_1_36_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full | ||
| 5077 | 2024.12.20 22:29:00.199015 [ 262 ] {eaeeb140-7e3b-4b12-86fe-981cbb0ea3c4} <Debug> TCPHandler: Processed in 0.008298149 sec. | ||
| 5078 | 2024.12.20 22:29:00.199259 [ 189 ] {b5f8915a-997f-4944-a48b-a878169c21e0::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5079 | 2024.12.20 22:29:00.199346 [ 189 ] {b5f8915a-997f-4944-a48b-a878169c21e0::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 1780 rows starting from the beginning of the part | ||
| 5080 | 2024.12.20 22:29:00.199638 [ 189 ] {b5f8915a-997f-4944-a48b-a878169c21e0::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 18 rows starting from the beginning of the part | ||
| 5081 | 2024.12.20 22:29:00.199983 [ 189 ] {b5f8915a-997f-4944-a48b-a878169c21e0::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 82 rows starting from the beginning of the part | ||
| 5082 | 2024.12.20 22:29:00.200334 [ 189 ] {b5f8915a-997f-4944-a48b-a878169c21e0::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 60 rows starting from the beginning of the part | ||
| 5083 | 2024.12.20 22:29:00.200539 [ 189 ] {b5f8915a-997f-4944-a48b-a878169c21e0::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 82 rows starting from the beginning of the part | ||
| 5084 | 2024.12.20 22:29:00.200676 [ 189 ] {b5f8915a-997f-4944-a48b-a878169c21e0::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 60 rows starting from the beginning of the part | ||
| 5085 | 2024.12.20 22:29:00.203946 [ 189 ] {b5f8915a-997f-4944-a48b-a878169c21e0::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2082 rows, containing 4 columns (4 merged, 0 gathered) in 0.005290855 sec., 393509.17762819055 rows/sec., 25.78 MiB/sec. | ||
| 5086 | 2024.12.20 22:29:00.204283 [ 189 ] {b5f8915a-997f-4944-a48b-a878169c21e0::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 5087 | 2024.12.20 22:29:00.204894 [ 189 ] {b5f8915a-997f-4944-a48b-a878169c21e0::all_1_36_7} <Trace> oximeter.measurements_u64 (b5f8915a-997f-4944-a48b-a878169c21e0): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5088 | 2024.12.20 22:29:00.205001 [ 189 ] {b5f8915a-997f-4944-a48b-a878169c21e0::all_1_36_7} <Trace> oximeter.measurements_u64 (b5f8915a-997f-4944-a48b-a878169c21e0) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 5089 | 2024.12.20 22:29:00.205075 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.52 MiB. | ||
| 5090 | 2024.12.20 22:29:00.208685 [ 192 ] {cfe0444f-6b19-4855-b696-cc295685d98f::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 510 rows, containing 19 columns (19 merged, 0 gathered) in 0.018265434 sec., 27921.592227154306 rows/sec., 50.03 MiB/sec. | ||
| 5091 | 2024.12.20 22:29:00.209507 [ 194 ] {cfe0444f-6b19-4855-b696-cc295685d98f::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5092 | 2024.12.20 22:29:00.209986 [ 194 ] {cfe0444f-6b19-4855-b696-cc295685d98f::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (cfe0444f-6b19-4855-b696-cc295685d98f): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5093 | 2024.12.20 22:29:00.210080 [ 194 ] {cfe0444f-6b19-4855-b696-cc295685d98f::all_1_26_5} <Trace> oximeter.measurements_histogramu64 (cfe0444f-6b19-4855-b696-cc295685d98f) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5094 | 2024.12.20 22:29:00.210255 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.41 MiB. | ||
| 5095 | 2024.12.20 22:29:01.000176 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 189.83 MiB, peak 197.19 MiB, free memory in arenas 0.00 B, will set to 191.88 MiB (RSS), difference: 2.05 MiB | ||
| 5096 | 2024.12.20 22:29:04.312336 [ 41 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5097 | 2024.12.20 22:29:04.312400 [ 41 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5098 | 2024.12.20 22:29:04.411497 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11041 | ||
| 5099 | 2024.12.20 22:29:04.412238 [ 242 ] {} <Trace> system.asynchronous_metric_log (872a84c2-09da-4c20-9ea0-5cf32b1a4df4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5100 | 2024.12.20 22:29:04.412283 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 5101 | 2024.12.20 22:29:04.412824 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 5102 | 2024.12.20 22:29:04.413081 [ 242 ] {} <Trace> system.asynchronous_metric_log (872a84c2-09da-4c20-9ea0-5cf32b1a4df4): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5103 | 2024.12.20 22:29:04.413377 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11041 | ||
| 5104 | 2024.12.20 22:29:04.455936 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 722 | ||
| 5105 | 2024.12.20 22:29:04.459219 [ 243 ] {} <Trace> system.query_log (cb6910fd-3f74-40bb-afeb-929e53918d3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5106 | 2024.12.20 22:29:04.459275 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 5107 | 2024.12.20 22:29:04.460786 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5108 | 2024.12.20 22:29:04.461110 [ 243 ] {} <Trace> system.query_log (cb6910fd-3f74-40bb-afeb-929e53918d3c): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5109 | 2024.12.20 22:29:04.462271 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 722 | ||
| 5110 | 2024.12.20 22:29:05.166356 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 181 | ||
| 5111 | 2024.12.20 22:29:05.168082 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5112 | 2024.12.20 22:29:05.168651 [ 260 ] {c3149de8-15c3-4f4b-a4e8-e7c5b9d190f3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5113 | 2024.12.20 22:29:05.168830 [ 260 ] {c3149de8-15c3-4f4b-a4e8-e7c5b9d190f3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5114 | 2024.12.20 22:29:05.172962 [ 260 ] {c3149de8-15c3-4f4b-a4e8-e7c5b9d190f3} <Trace> oximeter.fields_i16 (5ba0350d-977f-4416-8d1f-0415e035e880): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5115 | 2024.12.20 22:29:05.173157 [ 260 ] {c3149de8-15c3-4f4b-a4e8-e7c5b9d190f3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 5116 | 2024.12.20 22:29:05.175631 [ 260 ] {c3149de8-15c3-4f4b-a4e8-e7c5b9d190f3} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 5117 | 2024.12.20 22:29:05.176370 [ 260 ] {c3149de8-15c3-4f4b-a4e8-e7c5b9d190f3} <Trace> oximeter.fields_i16 (5ba0350d-977f-4416-8d1f-0415e035e880): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5118 | 2024.12.20 22:29:05.176769 [ 41 ] {} <Debug> oximeter.fields_i16 (5ba0350d-977f-4416-8d1f-0415e035e880) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 5119 | 2024.12.20 22:29:05.176885 [ 41 ] {} <Trace> oximeter.fields_i16 (5ba0350d-977f-4416-8d1f-0415e035e880): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5120 | 2024.12.20 22:29:05.176971 [ 41 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 5121 | 2024.12.20 22:29:05.177123 [ 260 ] {c3149de8-15c3-4f4b-a4e8-e7c5b9d190f3} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.008631 sec., 1622.0600162206001 rows/sec., 116.77 KiB/sec. | ||
| 5122 | 2024.12.20 22:29:05.177558 [ 187 ] {5ba0350d-977f-4416-8d1f-0415e035e880::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 | ||
| 5123 | 2024.12.20 22:29:05.177691 [ 260 ] {c3149de8-15c3-4f4b-a4e8-e7c5b9d190f3} <Debug> TCPHandler: Processed in 0.009838111 sec. | ||
| 5124 | 2024.12.20 22:29:05.178074 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5125 | 2024.12.20 22:29:05.178095 [ 187 ] {5ba0350d-977f-4416-8d1f-0415e035e880::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5126 | 2024.12.20 22:29:05.178196 [ 187 ] {5ba0350d-977f-4416-8d1f-0415e035e880::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 | ||
| 5127 | 2024.12.20 22:29:05.178507 [ 262 ] {7b582788-c812-4c61-80e9-43fd9f817aa1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5128 | 2024.12.20 22:29:05.178542 [ 187 ] {5ba0350d-977f-4416-8d1f-0415e035e880::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 | ||
| 5129 | 2024.12.20 22:29:05.178771 [ 262 ] {7b582788-c812-4c61-80e9-43fd9f817aa1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5130 | 2024.12.20 22:29:05.178913 [ 187 ] {5ba0350d-977f-4416-8d1f-0415e035e880::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 | ||
| 5131 | 2024.12.20 22:29:05.179341 [ 187 ] {5ba0350d-977f-4416-8d1f-0415e035e880::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 | ||
| 5132 | 2024.12.20 22:29:05.179773 [ 187 ] {5ba0350d-977f-4416-8d1f-0415e035e880::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 | ||
| 5133 | 2024.12.20 22:29:05.183291 [ 262 ] {7b582788-c812-4c61-80e9-43fd9f817aa1} <Trace> oximeter.fields_string (be340cd8-3bde-4f05-8e45-9e8a1492ad3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5134 | 2024.12.20 22:29:05.183408 [ 262 ] {7b582788-c812-4c61-80e9-43fd9f817aa1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 5135 | 2024.12.20 22:29:05.184919 [ 187 ] {5ba0350d-977f-4416-8d1f-0415e035e880::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.007801065 sec., 8973.133796475224 rows/sec., 681.00 KiB/sec. | ||
| 5136 | 2024.12.20 22:29:05.185235 [ 187 ] {5ba0350d-977f-4416-8d1f-0415e035e880::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 5137 | 2024.12.20 22:29:05.185270 [ 262 ] {7b582788-c812-4c61-80e9-43fd9f817aa1} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5138 | 2024.12.20 22:29:05.186179 [ 187 ] {5ba0350d-977f-4416-8d1f-0415e035e880::all_1_13_3} <Trace> oximeter.fields_i16 (5ba0350d-977f-4416-8d1f-0415e035e880): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5139 | 2024.12.20 22:29:05.186251 [ 262 ] {7b582788-c812-4c61-80e9-43fd9f817aa1} <Trace> oximeter.fields_string (be340cd8-3bde-4f05-8e45-9e8a1492ad3b): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5140 | 2024.12.20 22:29:05.186471 [ 187 ] {5ba0350d-977f-4416-8d1f-0415e035e880::all_1_13_3} <Trace> oximeter.fields_i16 (5ba0350d-977f-4416-8d1f-0415e035e880) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 5141 | 2024.12.20 22:29:05.186726 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 5142 | 2024.12.20 22:29:05.186981 [ 262 ] {7b582788-c812-4c61-80e9-43fd9f817aa1} <Debug> executeQuery: Read 255 rows, 22.96 KiB in 0.00866 sec., 29445.727482678987 rows/sec., 2.59 MiB/sec. | ||
| 5143 | 2024.12.20 22:29:05.187189 [ 262 ] {7b582788-c812-4c61-80e9-43fd9f817aa1} <Debug> TCPHandler: Processed in 0.009330418 sec. | ||
| 5144 | 2024.12.20 22:29:05.187542 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5145 | 2024.12.20 22:29:05.188047 [ 260 ] {f6cad2e0-21dd-47b1-b7db-c650e29854dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5146 | 2024.12.20 22:29:05.188237 [ 260 ] {f6cad2e0-21dd-47b1-b7db-c650e29854dc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5147 | 2024.12.20 22:29:05.191955 [ 260 ] {f6cad2e0-21dd-47b1-b7db-c650e29854dc} <Trace> oximeter.fields_u16 (66d17a24-a3a1-42a5-bd94-b86efb1056dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5148 | 2024.12.20 22:29:05.192014 [ 260 ] {f6cad2e0-21dd-47b1-b7db-c650e29854dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 5149 | 2024.12.20 22:29:05.193559 [ 260 ] {f6cad2e0-21dd-47b1-b7db-c650e29854dc} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5150 | 2024.12.20 22:29:05.194017 [ 260 ] {f6cad2e0-21dd-47b1-b7db-c650e29854dc} <Trace> oximeter.fields_u16 (66d17a24-a3a1-42a5-bd94-b86efb1056dd): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5151 | 2024.12.20 22:29:05.194883 [ 260 ] {f6cad2e0-21dd-47b1-b7db-c650e29854dc} <Debug> executeQuery: Read 33 rows, 2.41 KiB in 0.006964 sec., 4738.655944859276 rows/sec., 346.23 KiB/sec. | ||
| 5152 | 2024.12.20 22:29:05.195226 [ 260 ] {f6cad2e0-21dd-47b1-b7db-c650e29854dc} <Debug> TCPHandler: Processed in 0.007891718 sec. | ||
| 5153 | 2024.12.20 22:29:05.195532 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5154 | 2024.12.20 22:29:05.196077 [ 262 ] {b638ff81-ab16-4bf1-a0b1-5644afabb848} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5155 | 2024.12.20 22:29:05.196225 [ 262 ] {b638ff81-ab16-4bf1-a0b1-5644afabb848} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5156 | 2024.12.20 22:29:05.199298 [ 262 ] {b638ff81-ab16-4bf1-a0b1-5644afabb848} <Trace> oximeter.fields_u32 (50de29d4-f6c5-4f7c-8dac-40e276b5b3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5157 | 2024.12.20 22:29:05.199372 [ 262 ] {b638ff81-ab16-4bf1-a0b1-5644afabb848} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 5158 | 2024.12.20 22:29:05.200716 [ 262 ] {b638ff81-ab16-4bf1-a0b1-5644afabb848} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 5159 | 2024.12.20 22:29:05.201452 [ 262 ] {b638ff81-ab16-4bf1-a0b1-5644afabb848} <Trace> oximeter.fields_u32 (50de29d4-f6c5-4f7c-8dac-40e276b5b3f8): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5160 | 2024.12.20 22:29:05.202241 [ 262 ] {b638ff81-ab16-4bf1-a0b1-5644afabb848} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.006353 sec., 2203.683299228711 rows/sec., 154.33 KiB/sec. | ||
| 5161 | 2024.12.20 22:29:05.202520 [ 262 ] {b638ff81-ab16-4bf1-a0b1-5644afabb848} <Debug> TCPHandler: Processed in 0.007114416 sec. | ||
| 5162 | 2024.12.20 22:29:05.202839 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5163 | 2024.12.20 22:29:05.203308 [ 260 ] {0b5005ed-bed0-4409-ad74-9bc7b4afba10} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5164 | 2024.12.20 22:29:05.203488 [ 260 ] {0b5005ed-bed0-4409-ad74-9bc7b4afba10} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5165 | 2024.12.20 22:29:05.206642 [ 260 ] {0b5005ed-bed0-4409-ad74-9bc7b4afba10} <Trace> oximeter.fields_u8 (bc6d9fff-42ef-4dc9-9b7c-2f27297e3062): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5166 | 2024.12.20 22:29:05.206713 [ 260 ] {0b5005ed-bed0-4409-ad74-9bc7b4afba10} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 5167 | 2024.12.20 22:29:05.207787 [ 260 ] {0b5005ed-bed0-4409-ad74-9bc7b4afba10} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 5168 | 2024.12.20 22:29:05.208329 [ 260 ] {0b5005ed-bed0-4409-ad74-9bc7b4afba10} <Trace> oximeter.fields_u8 (bc6d9fff-42ef-4dc9-9b7c-2f27297e3062): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5169 | 2024.12.20 22:29:05.208621 [ 40 ] {} <Debug> oximeter.fields_u8 (bc6d9fff-42ef-4dc9-9b7c-2f27297e3062) (MergerMutator): Selected 5 parts from all_1_9_2 to all_13_13_0 | ||
| 5170 | 2024.12.20 22:29:05.208746 [ 40 ] {} <Trace> oximeter.fields_u8 (bc6d9fff-42ef-4dc9-9b7c-2f27297e3062): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5171 | 2024.12.20 22:29:05.208825 [ 40 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 5172 | 2024.12.20 22:29:05.209054 [ 260 ] {0b5005ed-bed0-4409-ad74-9bc7b4afba10} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005938 sec., 2189.2893230043787 rows/sec., 136.50 KiB/sec. | ||
| 5173 | 2024.12.20 22:29:05.209399 [ 192 ] {bc6d9fff-42ef-4dc9-9b7c-2f27297e3062::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 | ||
| 5174 | 2024.12.20 22:29:05.209475 [ 260 ] {0b5005ed-bed0-4409-ad74-9bc7b4afba10} <Debug> TCPHandler: Processed in 0.006811868 sec. | ||
| 5175 | 2024.12.20 22:29:05.209938 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5176 | 2024.12.20 22:29:05.210228 [ 192 ] {bc6d9fff-42ef-4dc9-9b7c-2f27297e3062::all_1_13_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5177 | 2024.12.20 22:29:05.210359 [ 192 ] {bc6d9fff-42ef-4dc9-9b7c-2f27297e3062::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 | ||
| 5178 | 2024.12.20 22:29:05.210474 [ 262 ] {6d2640b2-a108-47f4-a8fe-efffd96a84d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5179 | 2024.12.20 22:29:05.210753 [ 262 ] {6d2640b2-a108-47f4-a8fe-efffd96a84d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5180 | 2024.12.20 22:29:05.210771 [ 192 ] {bc6d9fff-42ef-4dc9-9b7c-2f27297e3062::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 | ||
| 5181 | 2024.12.20 22:29:05.211266 [ 192 ] {bc6d9fff-42ef-4dc9-9b7c-2f27297e3062::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 | ||
| 5182 | 2024.12.20 22:29:05.211664 [ 192 ] {bc6d9fff-42ef-4dc9-9b7c-2f27297e3062::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 | ||
| 5183 | 2024.12.20 22:29:05.212222 [ 192 ] {bc6d9fff-42ef-4dc9-9b7c-2f27297e3062::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 | ||
| 5184 | 2024.12.20 22:29:05.216917 [ 262 ] {6d2640b2-a108-47f4-a8fe-efffd96a84d4} <Trace> oximeter.fields_uuid (fb7f0ac5-74a7-4737-ae05-0271c6750327): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5185 | 2024.12.20 22:29:05.217066 [ 262 ] {6d2640b2-a108-47f4-a8fe-efffd96a84d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 5186 | 2024.12.20 22:29:05.217874 [ 192 ] {bc6d9fff-42ef-4dc9-9b7c-2f27297e3062::all_1_13_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.008910496 sec., 7294.76787824157 rows/sec., 483.32 KiB/sec. | ||
| 5187 | 2024.12.20 22:29:05.218183 [ 192 ] {bc6d9fff-42ef-4dc9-9b7c-2f27297e3062::all_1_13_3} <Trace> MergedBlockOutputStream: filled checksums all_1_13_3 (state Temporary) | ||
| 5188 | 2024.12.20 22:29:05.219120 [ 192 ] {bc6d9fff-42ef-4dc9-9b7c-2f27297e3062::all_1_13_3} <Trace> oximeter.fields_u8 (bc6d9fff-42ef-4dc9-9b7c-2f27297e3062): Renaming temporary part tmp_merge_all_1_13_3 to all_1_13_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5189 | 2024.12.20 22:29:05.219369 [ 192 ] {bc6d9fff-42ef-4dc9-9b7c-2f27297e3062::all_1_13_3} <Trace> oximeter.fields_u8 (bc6d9fff-42ef-4dc9-9b7c-2f27297e3062) (MergerMutator): Merged 5 parts: [all_1_9_2, all_13_13_0] -> all_1_13_3 | ||
| 5190 | 2024.12.20 22:29:05.219386 [ 262 ] {6d2640b2-a108-47f4-a8fe-efffd96a84d4} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5191 | 2024.12.20 22:29:05.219599 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 5192 | 2024.12.20 22:29:05.220146 [ 262 ] {6d2640b2-a108-47f4-a8fe-efffd96a84d4} <Trace> oximeter.fields_uuid (fb7f0ac5-74a7-4737-ae05-0271c6750327): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5193 | 2024.12.20 22:29:05.220830 [ 262 ] {6d2640b2-a108-47f4-a8fe-efffd96a84d4} <Debug> executeQuery: Read 408 rows, 29.76 KiB in 0.010511 sec., 38816.47797545429 rows/sec., 2.77 MiB/sec. | ||
| 5194 | 2024.12.20 22:29:05.221197 [ 262 ] {6d2640b2-a108-47f4-a8fe-efffd96a84d4} <Debug> TCPHandler: Processed in 0.011537468 sec. | ||
| 5195 | 2024.12.20 22:29:05.221475 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5196 | 2024.12.20 22:29:05.221769 [ 260 ] {c81ee2ef-76f4-4d34-af87-75f48862290a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5197 | 2024.12.20 22:29:05.221913 [ 260 ] {c81ee2ef-76f4-4d34-af87-75f48862290a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5198 | 2024.12.20 22:29:05.224069 [ 260 ] {c81ee2ef-76f4-4d34-af87-75f48862290a} <Trace> oximeter.measurements_bool (902c9248-495c-4a1f-8676-b52592dc679b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5199 | 2024.12.20 22:29:05.224153 [ 260 ] {c81ee2ef-76f4-4d34-af87-75f48862290a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 5200 | 2024.12.20 22:29:05.225466 [ 260 ] {c81ee2ef-76f4-4d34-af87-75f48862290a} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 5201 | 2024.12.20 22:29:05.225906 [ 260 ] {c81ee2ef-76f4-4d34-af87-75f48862290a} <Trace> oximeter.measurements_bool (902c9248-495c-4a1f-8676-b52592dc679b): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5202 | 2024.12.20 22:29:05.226302 [ 260 ] {c81ee2ef-76f4-4d34-af87-75f48862290a} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.004613 sec., 1300.6720138738349 rows/sec., 67.96 KiB/sec. | ||
| 5203 | 2024.12.20 22:29:05.226518 [ 260 ] {c81ee2ef-76f4-4d34-af87-75f48862290a} <Debug> TCPHandler: Processed in 0.005189223 sec. | ||
| 5204 | 2024.12.20 22:29:05.226717 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5205 | 2024.12.20 22:29:05.226911 [ 262 ] {345ee194-7ab4-4056-8041-f134ddf77cfb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5206 | 2024.12.20 22:29:05.227002 [ 262 ] {345ee194-7ab4-4056-8041-f134ddf77cfb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5207 | 2024.12.20 22:29:05.229359 [ 262 ] {345ee194-7ab4-4056-8041-f134ddf77cfb} <Trace> oximeter.measurements_cumulativeu64 (2e833ed7-efb3-49ee-873b-fe7dc1d5762e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5208 | 2024.12.20 22:29:05.229461 [ 262 ] {345ee194-7ab4-4056-8041-f134ddf77cfb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 5209 | 2024.12.20 22:29:05.231760 [ 262 ] {345ee194-7ab4-4056-8041-f134ddf77cfb} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5210 | 2024.12.20 22:29:05.232733 [ 262 ] {345ee194-7ab4-4056-8041-f134ddf77cfb} <Trace> oximeter.measurements_cumulativeu64 (2e833ed7-efb3-49ee-873b-fe7dc1d5762e): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5211 | 2024.12.20 22:29:05.233460 [ 262 ] {345ee194-7ab4-4056-8041-f134ddf77cfb} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.006564 sec., 36106.032906764165 rows/sec., 2.42 MiB/sec. | ||
| 5212 | 2024.12.20 22:29:05.233899 [ 262 ] {345ee194-7ab4-4056-8041-f134ddf77cfb} <Debug> TCPHandler: Processed in 0.00725791 sec. | ||
| 5213 | 2024.12.20 22:29:05.234178 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5214 | 2024.12.20 22:29:05.234623 [ 260 ] {12f592dd-f66b-4505-937c-3b5a4b6c70c5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5215 | 2024.12.20 22:29:05.234829 [ 260 ] {12f592dd-f66b-4505-937c-3b5a4b6c70c5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5216 | 2024.12.20 22:29:05.238004 [ 260 ] {12f592dd-f66b-4505-937c-3b5a4b6c70c5} <Trace> oximeter.measurements_f64 (24a8fd20-3063-40e7-bd7e-0a899ffef70a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5217 | 2024.12.20 22:29:05.238441 [ 260 ] {12f592dd-f66b-4505-937c-3b5a4b6c70c5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 5218 | 2024.12.20 22:29:05.239867 [ 260 ] {12f592dd-f66b-4505-937c-3b5a4b6c70c5} <Trace> MergedBlockOutputStream: filled checksums all_13_13_0 (state Temporary) | ||
| 5219 | 2024.12.20 22:29:05.241016 [ 260 ] {12f592dd-f66b-4505-937c-3b5a4b6c70c5} <Trace> oximeter.measurements_f64 (24a8fd20-3063-40e7-bd7e-0a899ffef70a): Renaming temporary part tmp_insert_all_13_13_0 to all_13_13_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5220 | 2024.12.20 22:29:05.241974 [ 260 ] {12f592dd-f66b-4505-937c-3b5a4b6c70c5} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.007478 sec., 133.7255950788981 rows/sec., 9.01 KiB/sec. | ||
| 5221 | 2024.12.20 22:29:05.242296 [ 260 ] {12f592dd-f66b-4505-937c-3b5a4b6c70c5} <Debug> TCPHandler: Processed in 0.008265239 sec. | ||
| 5222 | 2024.12.20 22:29:05.242565 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5223 | 2024.12.20 22:29:05.242835 [ 262 ] {b8ebd206-33a7-4e0b-81bf-0b964b734483} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5224 | 2024.12.20 22:29:05.243317 [ 262 ] {b8ebd206-33a7-4e0b-81bf-0b964b734483} <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 | ||
| 5225 | 2024.12.20 22:29:05.251202 [ 262 ] {b8ebd206-33a7-4e0b-81bf-0b964b734483} <Trace> oximeter.measurements_histogramu64 (cfe0444f-6b19-4855-b696-cc295685d98f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5226 | 2024.12.20 22:29:05.251288 [ 262 ] {b8ebd206-33a7-4e0b-81bf-0b964b734483} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 5227 | 2024.12.20 22:29:05.254694 [ 262 ] {b8ebd206-33a7-4e0b-81bf-0b964b734483} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5228 | 2024.12.20 22:29:05.255034 [ 262 ] {b8ebd206-33a7-4e0b-81bf-0b964b734483} <Trace> oximeter.measurements_histogramu64 (cfe0444f-6b19-4855-b696-cc295685d98f): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5229 | 2024.12.20 22:29:05.255409 [ 262 ] {b8ebd206-33a7-4e0b-81bf-0b964b734483} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.012592 sec., 2064.803049555273 rows/sec., 3.70 MiB/sec. | ||
| 5230 | 2024.12.20 22:29:05.255949 [ 262 ] {b8ebd206-33a7-4e0b-81bf-0b964b734483} <Debug> TCPHandler: Processed in 0.013536694 sec. | ||
| 5231 | 2024.12.20 22:29:05.256166 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5232 | 2024.12.20 22:29:05.256362 [ 260 ] {4187fd16-6847-43be-b4d8-5620d0c7a340} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5233 | 2024.12.20 22:29:05.256461 [ 260 ] {4187fd16-6847-43be-b4d8-5620d0c7a340} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5234 | 2024.12.20 22:29:05.259532 [ 260 ] {4187fd16-6847-43be-b4d8-5620d0c7a340} <Trace> oximeter.measurements_u64 (b5f8915a-997f-4944-a48b-a878169c21e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5235 | 2024.12.20 22:29:05.259643 [ 260 ] {4187fd16-6847-43be-b4d8-5620d0c7a340} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 5236 | 2024.12.20 22:29:05.261187 [ 260 ] {4187fd16-6847-43be-b4d8-5620d0c7a340} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 5237 | 2024.12.20 22:29:05.262024 [ 260 ] {4187fd16-6847-43be-b4d8-5620d0c7a340} <Trace> oximeter.measurements_u64 (b5f8915a-997f-4944-a48b-a878169c21e0): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5238 | 2024.12.20 22:29:05.262869 [ 260 ] {4187fd16-6847-43be-b4d8-5620d0c7a340} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.006524 sec., 12568.976088289392 rows/sec., 817.44 KiB/sec. | ||
| 5239 | 2024.12.20 22:29:05.263170 [ 260 ] {4187fd16-6847-43be-b4d8-5620d0c7a340} <Debug> TCPHandler: Processed in 0.007095276 sec. | ||
| 5240 | 2024.12.20 22:29:05.265678 [ 244 ] {} <Trace> system.metric_log (fe7f8d4b-b36f-4a64-a142-f4747bcb5bba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5241 | 2024.12.20 22:29:05.265727 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 5242 | 2024.12.20 22:29:05.273452 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 5243 | 2024.12.20 22:29:05.274246 [ 244 ] {} <Trace> system.metric_log (fe7f8d4b-b36f-4a64-a142-f4747bcb5bba): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5244 | 2024.12.20 22:29:05.277815 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 181 | ||
| 5245 | 2024.12.20 22:29:06.000168 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 193.28 MiB, peak 197.28 MiB, free memory in arenas 0.00 B, will set to 192.23 MiB (RSS), difference: -1.05 MiB | ||
| 5246 | 2024.12.20 22:29:08.371045 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5247 | 2024.12.20 22:29:08.371327 [ 260 ] {8c38b167-80d8-4e70-b36e-d7e58a26ae50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 5248 | 2024.12.20 22:29:08.371399 [ 260 ] {8c38b167-80d8-4e70-b36e-d7e58a26ae50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5249 | 2024.12.20 22:29:08.372134 [ 260 ] {8c38b167-80d8-4e70-b36e-d7e58a26ae50} <Trace> oximeter.fields_ipaddr (6efd1947-dbb6-4524-99d7-af0451dd6934): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5250 | 2024.12.20 22:29:08.372183 [ 260 ] {8c38b167-80d8-4e70-b36e-d7e58a26ae50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 5251 | 2024.12.20 22:29:08.372608 [ 260 ] {8c38b167-80d8-4e70-b36e-d7e58a26ae50} <Trace> MergedBlockOutputStream: filled checksums all_8_8_0 (state Temporary) | ||
| 5252 | 2024.12.20 22:29:08.372871 [ 260 ] {8c38b167-80d8-4e70-b36e-d7e58a26ae50} <Trace> oximeter.fields_ipaddr (6efd1947-dbb6-4524-99d7-af0451dd6934): Renaming temporary part tmp_insert_all_8_8_0 to all_8_8_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5253 | 2024.12.20 22:29:08.373116 [ 260 ] {8c38b167-80d8-4e70-b36e-d7e58a26ae50} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001841 sec., 2172.7322107550244 rows/sec., 177.17 KiB/sec. | ||
| 5254 | 2024.12.20 22:29:08.373181 [ 260 ] {8c38b167-80d8-4e70-b36e-d7e58a26ae50} <Debug> TCPHandler: Processed in 0.002320364 sec. | ||
| 5255 | 2024.12.20 22:29:08.373444 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5256 | 2024.12.20 22:29:08.373655 [ 262 ] {29733846-e3a4-4c47-b7b0-3780f02d93ec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5257 | 2024.12.20 22:29:08.373737 [ 262 ] {29733846-e3a4-4c47-b7b0-3780f02d93ec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5258 | 2024.12.20 22:29:08.375161 [ 262 ] {29733846-e3a4-4c47-b7b0-3780f02d93ec} <Trace> oximeter.fields_string (be340cd8-3bde-4f05-8e45-9e8a1492ad3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5259 | 2024.12.20 22:29:08.375205 [ 262 ] {29733846-e3a4-4c47-b7b0-3780f02d93ec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 5260 | 2024.12.20 22:29:08.375711 [ 262 ] {29733846-e3a4-4c47-b7b0-3780f02d93ec} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5261 | 2024.12.20 22:29:08.375970 [ 262 ] {29733846-e3a4-4c47-b7b0-3780f02d93ec} <Trace> oximeter.fields_string (be340cd8-3bde-4f05-8e45-9e8a1492ad3b): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5262 | 2024.12.20 22:29:08.376182 [ 262 ] {29733846-e3a4-4c47-b7b0-3780f02d93ec} <Debug> executeQuery: Read 1230 rows, 104.14 KiB in 0.002585 sec., 475822.0502901354 rows/sec., 39.34 MiB/sec. | ||
| 5263 | 2024.12.20 22:29:08.376250 [ 262 ] {29733846-e3a4-4c47-b7b0-3780f02d93ec} <Debug> TCPHandler: Processed in 0.002939581 sec. | ||
| 5264 | 2024.12.20 22:29:08.376494 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5265 | 2024.12.20 22:29:08.376728 [ 260 ] {4d28fc56-47fc-48f6-b7e2-772b5b986fc6} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5266 | 2024.12.20 22:29:08.376823 [ 260 ] {4d28fc56-47fc-48f6-b7e2-772b5b986fc6} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5267 | 2024.12.20 22:29:08.377628 [ 260 ] {4d28fc56-47fc-48f6-b7e2-772b5b986fc6} <Trace> oximeter.fields_u16 (66d17a24-a3a1-42a5-bd94-b86efb1056dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5268 | 2024.12.20 22:29:08.377668 [ 260 ] {4d28fc56-47fc-48f6-b7e2-772b5b986fc6} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 5269 | 2024.12.20 22:29:08.378043 [ 260 ] {4d28fc56-47fc-48f6-b7e2-772b5b986fc6} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5270 | 2024.12.20 22:29:08.378300 [ 260 ] {4d28fc56-47fc-48f6-b7e2-772b5b986fc6} <Trace> oximeter.fields_u16 (66d17a24-a3a1-42a5-bd94-b86efb1056dd): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5271 | 2024.12.20 22:29:08.378517 [ 260 ] {4d28fc56-47fc-48f6-b7e2-772b5b986fc6} <Debug> executeQuery: Read 20 rows, 1.48 KiB in 0.001849 sec., 10816.65765278529 rows/sec., 801.74 KiB/sec. | ||
| 5272 | 2024.12.20 22:29:08.378573 [ 260 ] {4d28fc56-47fc-48f6-b7e2-772b5b986fc6} <Debug> TCPHandler: Processed in 0.00219197 sec. | ||
| 5273 | 2024.12.20 22:29:08.378752 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5274 | 2024.12.20 22:29:08.378880 [ 262 ] {55ce704f-82c9-4579-b1f0-e24d91536dec} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5275 | 2024.12.20 22:29:08.378932 [ 262 ] {55ce704f-82c9-4579-b1f0-e24d91536dec} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5276 | 2024.12.20 22:29:08.379607 [ 262 ] {55ce704f-82c9-4579-b1f0-e24d91536dec} <Trace> oximeter.fields_u32 (50de29d4-f6c5-4f7c-8dac-40e276b5b3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5277 | 2024.12.20 22:29:08.379646 [ 262 ] {55ce704f-82c9-4579-b1f0-e24d91536dec} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 5278 | 2024.12.20 22:29:08.380023 [ 262 ] {55ce704f-82c9-4579-b1f0-e24d91536dec} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5279 | 2024.12.20 22:29:08.380255 [ 262 ] {55ce704f-82c9-4579-b1f0-e24d91536dec} <Trace> oximeter.fields_u32 (50de29d4-f6c5-4f7c-8dac-40e276b5b3f8): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5280 | 2024.12.20 22:29:08.380449 [ 262 ] {55ce704f-82c9-4579-b1f0-e24d91536dec} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001598 sec., 142678.34793491865 rows/sec., 9.66 MiB/sec. | ||
| 5281 | 2024.12.20 22:29:08.380595 [ 262 ] {55ce704f-82c9-4579-b1f0-e24d91536dec} <Debug> TCPHandler: Processed in 0.001898442 sec. | ||
| 5282 | 2024.12.20 22:29:08.380752 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5283 | 2024.12.20 22:29:08.380895 [ 260 ] {97e24b28-2eed-40ea-b569-0d0ae3b9fbe4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5284 | 2024.12.20 22:29:08.380954 [ 260 ] {97e24b28-2eed-40ea-b569-0d0ae3b9fbe4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5285 | 2024.12.20 22:29:08.381795 [ 260 ] {97e24b28-2eed-40ea-b569-0d0ae3b9fbe4} <Trace> oximeter.fields_uuid (fb7f0ac5-74a7-4737-ae05-0271c6750327): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5286 | 2024.12.20 22:29:08.381836 [ 260 ] {97e24b28-2eed-40ea-b569-0d0ae3b9fbe4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 5287 | 2024.12.20 22:29:08.382230 [ 260 ] {97e24b28-2eed-40ea-b569-0d0ae3b9fbe4} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5288 | 2024.12.20 22:29:08.382472 [ 260 ] {97e24b28-2eed-40ea-b569-0d0ae3b9fbe4} <Trace> oximeter.fields_uuid (fb7f0ac5-74a7-4737-ae05-0271c6750327): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5289 | 2024.12.20 22:29:08.382695 [ 260 ] {97e24b28-2eed-40ea-b569-0d0ae3b9fbe4} <Debug> executeQuery: Read 540 rows, 41.01 KiB in 0.001832 sec., 294759.8253275109 rows/sec., 21.86 MiB/sec. | ||
| 5290 | 2024.12.20 22:29:08.382752 [ 260 ] {97e24b28-2eed-40ea-b569-0d0ae3b9fbe4} <Debug> TCPHandler: Processed in 0.002067377 sec. | ||
| 5291 | 2024.12.20 22:29:08.382898 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5292 | 2024.12.20 22:29:08.383039 [ 262 ] {6902b859-dfa2-401c-a93d-b6b71e7d5438} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5293 | 2024.12.20 22:29:08.383102 [ 262 ] {6902b859-dfa2-401c-a93d-b6b71e7d5438} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5294 | 2024.12.20 22:29:08.383916 [ 262 ] {6902b859-dfa2-401c-a93d-b6b71e7d5438} <Trace> oximeter.measurements_cumulativeu64 (2e833ed7-efb3-49ee-873b-fe7dc1d5762e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5295 | 2024.12.20 22:29:08.383955 [ 262 ] {6902b859-dfa2-401c-a93d-b6b71e7d5438} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 5296 | 2024.12.20 22:29:08.384407 [ 262 ] {6902b859-dfa2-401c-a93d-b6b71e7d5438} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5297 | 2024.12.20 22:29:08.384646 [ 262 ] {6902b859-dfa2-401c-a93d-b6b71e7d5438} <Trace> oximeter.measurements_cumulativeu64 (2e833ed7-efb3-49ee-873b-fe7dc1d5762e): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5298 | 2024.12.20 22:29:08.384893 [ 262 ] {6902b859-dfa2-401c-a93d-b6b71e7d5438} <Debug> executeQuery: Read 964 rows, 66.24 KiB in 0.001886 sec., 511134.6765641569 rows/sec., 34.30 MiB/sec. | ||
| 5299 | 2024.12.20 22:29:08.384950 [ 262 ] {6902b859-dfa2-401c-a93d-b6b71e7d5438} <Debug> TCPHandler: Processed in 0.002116259 sec. | ||
| 5300 | 2024.12.20 22:29:08.385084 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5301 | 2024.12.20 22:29:08.385204 [ 260 ] {09731371-ea00-4200-a8f3-9b4c3dff3286} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5302 | 2024.12.20 22:29:08.385297 [ 260 ] {09731371-ea00-4200-a8f3-9b4c3dff3286} <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 | ||
| 5303 | 2024.12.20 22:29:08.386594 [ 260 ] {09731371-ea00-4200-a8f3-9b4c3dff3286} <Trace> oximeter.measurements_histogramu64 (cfe0444f-6b19-4855-b696-cc295685d98f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5304 | 2024.12.20 22:29:08.386636 [ 260 ] {09731371-ea00-4200-a8f3-9b4c3dff3286} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 5305 | 2024.12.20 22:29:08.387289 [ 260 ] {09731371-ea00-4200-a8f3-9b4c3dff3286} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5306 | 2024.12.20 22:29:08.387750 [ 260 ] {09731371-ea00-4200-a8f3-9b4c3dff3286} <Trace> oximeter.measurements_histogramu64 (cfe0444f-6b19-4855-b696-cc295685d98f): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5307 | 2024.12.20 22:29:08.388067 [ 260 ] {09731371-ea00-4200-a8f3-9b4c3dff3286} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002888 sec., 5540.16620498615 rows/sec., 9.93 MiB/sec. | ||
| 5308 | 2024.12.20 22:29:08.388195 [ 260 ] {09731371-ea00-4200-a8f3-9b4c3dff3286} <Debug> TCPHandler: Processed in 0.003164577 sec. | ||
| 5309 | 2024.12.20 22:29:08.388350 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5310 | 2024.12.20 22:29:08.388467 [ 262 ] {651a3455-6412-41d1-8623-13e0dbc7e208} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5311 | 2024.12.20 22:29:08.388517 [ 262 ] {651a3455-6412-41d1-8623-13e0dbc7e208} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5312 | 2024.12.20 22:29:08.388996 [ 262 ] {651a3455-6412-41d1-8623-13e0dbc7e208} <Trace> oximeter.measurements_u64 (b5f8915a-997f-4944-a48b-a878169c21e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5313 | 2024.12.20 22:29:08.389035 [ 262 ] {651a3455-6412-41d1-8623-13e0dbc7e208} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 5314 | 2024.12.20 22:29:08.389405 [ 262 ] {651a3455-6412-41d1-8623-13e0dbc7e208} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 5315 | 2024.12.20 22:29:08.389630 [ 262 ] {651a3455-6412-41d1-8623-13e0dbc7e208} <Trace> oximeter.measurements_u64 (b5f8915a-997f-4944-a48b-a878169c21e0): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5316 | 2024.12.20 22:29:08.389844 [ 262 ] {651a3455-6412-41d1-8623-13e0dbc7e208} <Debug> executeQuery: Read 42 rows, 2.91 KiB in 0.001403 sec., 29935.85174625802 rows/sec., 2.02 MiB/sec. | ||
| 5317 | 2024.12.20 22:29:08.389895 [ 262 ] {651a3455-6412-41d1-8623-13e0dbc7e208} <Debug> TCPHandler: Processed in 0.001601184 sec. | ||
| 5318 | 2024.12.20 22:29:10.157969 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5319 | 2024.12.20 22:29:10.158161 [ 260 ] {ece7d426-011a-46e3-8030-8066db723457} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5320 | 2024.12.20 22:29:10.158237 [ 260 ] {ece7d426-011a-46e3-8030-8066db723457} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5321 | 2024.12.20 22:29:10.159034 [ 260 ] {ece7d426-011a-46e3-8030-8066db723457} <Trace> oximeter.fields_string (be340cd8-3bde-4f05-8e45-9e8a1492ad3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5322 | 2024.12.20 22:29:10.159082 [ 260 ] {ece7d426-011a-46e3-8030-8066db723457} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 5323 | 2024.12.20 22:29:10.159523 [ 260 ] {ece7d426-011a-46e3-8030-8066db723457} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5324 | 2024.12.20 22:29:10.159790 [ 260 ] {ece7d426-011a-46e3-8030-8066db723457} <Trace> oximeter.fields_string (be340cd8-3bde-4f05-8e45-9e8a1492ad3b): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5325 | 2024.12.20 22:29:10.159993 [ 260 ] {ece7d426-011a-46e3-8030-8066db723457} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001884 sec., 29723.991507430997 rows/sec., 2.28 MiB/sec. | ||
| 5326 | 2024.12.20 22:29:10.160057 [ 260 ] {ece7d426-011a-46e3-8030-8066db723457} <Debug> TCPHandler: Processed in 0.002212981 sec. | ||
| 5327 | 2024.12.20 22:29:10.160310 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5328 | 2024.12.20 22:29:10.160514 [ 262 ] {21e1610c-95dd-4991-8a9a-883f9302e331} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5329 | 2024.12.20 22:29:10.160591 [ 262 ] {21e1610c-95dd-4991-8a9a-883f9302e331} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5330 | 2024.12.20 22:29:10.161396 [ 262 ] {21e1610c-95dd-4991-8a9a-883f9302e331} <Trace> oximeter.fields_uuid (fb7f0ac5-74a7-4737-ae05-0271c6750327): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5331 | 2024.12.20 22:29:10.161457 [ 262 ] {21e1610c-95dd-4991-8a9a-883f9302e331} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 5332 | 2024.12.20 22:29:10.161918 [ 262 ] {21e1610c-95dd-4991-8a9a-883f9302e331} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5333 | 2024.12.20 22:29:10.162172 [ 262 ] {21e1610c-95dd-4991-8a9a-883f9302e331} <Trace> oximeter.fields_uuid (fb7f0ac5-74a7-4737-ae05-0271c6750327): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5334 | 2024.12.20 22:29:10.162417 [ 262 ] {21e1610c-95dd-4991-8a9a-883f9302e331} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.001956 sec., 32719.836400818 rows/sec., 2.55 MiB/sec. | ||
| 5335 | 2024.12.20 22:29:10.162490 [ 262 ] {21e1610c-95dd-4991-8a9a-883f9302e331} <Debug> TCPHandler: Processed in 0.002315574 sec. | ||
| 5336 | 2024.12.20 22:29:10.162673 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5337 | 2024.12.20 22:29:10.162820 [ 260 ] {fbbdbaa7-dda1-49ee-aa6a-6659375e2855} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5338 | 2024.12.20 22:29:10.162887 [ 260 ] {fbbdbaa7-dda1-49ee-aa6a-6659375e2855} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5339 | 2024.12.20 22:29:10.163480 [ 260 ] {fbbdbaa7-dda1-49ee-aa6a-6659375e2855} <Trace> oximeter.measurements_cumulativeu64 (2e833ed7-efb3-49ee-873b-fe7dc1d5762e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5340 | 2024.12.20 22:29:10.163520 [ 260 ] {fbbdbaa7-dda1-49ee-aa6a-6659375e2855} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 5341 | 2024.12.20 22:29:10.163912 [ 260 ] {fbbdbaa7-dda1-49ee-aa6a-6659375e2855} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5342 | 2024.12.20 22:29:10.164155 [ 260 ] {fbbdbaa7-dda1-49ee-aa6a-6659375e2855} <Trace> oximeter.measurements_cumulativeu64 (2e833ed7-efb3-49ee-873b-fe7dc1d5762e): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5343 | 2024.12.20 22:29:10.164364 [ 260 ] {fbbdbaa7-dda1-49ee-aa6a-6659375e2855} <Debug> executeQuery: Read 44 rows, 3.14 KiB in 0.001574 sec., 27954.25667090216 rows/sec., 1.95 MiB/sec. | ||
| 5344 | 2024.12.20 22:29:10.164478 [ 260 ] {fbbdbaa7-dda1-49ee-aa6a-6659375e2855} <Debug> TCPHandler: Processed in 0.001873901 sec. | ||
| 5345 | 2024.12.20 22:29:10.164722 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5346 | 2024.12.20 22:29:10.164949 [ 262 ] {c353bcd0-fc54-4245-bb6c-eb1edcf2bdca} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5347 | 2024.12.20 22:29:10.165016 [ 262 ] {c353bcd0-fc54-4245-bb6c-eb1edcf2bdca} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5348 | 2024.12.20 22:29:10.165554 [ 262 ] {c353bcd0-fc54-4245-bb6c-eb1edcf2bdca} <Trace> oximeter.measurements_u64 (b5f8915a-997f-4944-a48b-a878169c21e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5349 | 2024.12.20 22:29:10.165597 [ 262 ] {c353bcd0-fc54-4245-bb6c-eb1edcf2bdca} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 5350 | 2024.12.20 22:29:10.165979 [ 262 ] {c353bcd0-fc54-4245-bb6c-eb1edcf2bdca} <Trace> MergedBlockOutputStream: filled checksums all_39_39_0 (state Temporary) | ||
| 5351 | 2024.12.20 22:29:10.166212 [ 262 ] {c353bcd0-fc54-4245-bb6c-eb1edcf2bdca} <Trace> oximeter.measurements_u64 (b5f8915a-997f-4944-a48b-a878169c21e0): Renaming temporary part tmp_insert_all_39_39_0 to all_39_39_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5352 | 2024.12.20 22:29:10.166423 [ 262 ] {c353bcd0-fc54-4245-bb6c-eb1edcf2bdca} <Debug> executeQuery: Read 18 rows, 1.24 KiB in 0.001521 sec., 11834.31952662722 rows/sec., 812.20 KiB/sec. | ||
| 5353 | 2024.12.20 22:29:10.166478 [ 262 ] {c353bcd0-fc54-4245-bb6c-eb1edcf2bdca} <Debug> TCPHandler: Processed in 0.001910112 sec. | ||
| 5354 | 2024.12.20 22:29:11.913527 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 11468 | ||
| 5355 | 2024.12.20 22:29:11.914275 [ 242 ] {} <Trace> system.asynchronous_metric_log (872a84c2-09da-4c20-9ea0-5cf32b1a4df4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5356 | 2024.12.20 22:29:11.914331 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 5357 | 2024.12.20 22:29:11.914896 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 5358 | 2024.12.20 22:29:11.915168 [ 242 ] {} <Trace> system.asynchronous_metric_log (872a84c2-09da-4c20-9ea0-5cf32b1a4df4): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5359 | 2024.12.20 22:29:11.915501 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11468 | ||
| 5360 | 2024.12.20 22:29:12.777880 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 189 | ||
| 5361 | 2024.12.20 22:29:12.803822 [ 244 ] {} <Trace> system.metric_log (fe7f8d4b-b36f-4a64-a142-f4747bcb5bba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5362 | 2024.12.20 22:29:12.803895 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 5363 | 2024.12.20 22:29:12.811837 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_25_25_0 (state Temporary) | ||
| 5364 | 2024.12.20 22:29:12.812673 [ 244 ] {} <Trace> system.metric_log (fe7f8d4b-b36f-4a64-a142-f4747bcb5bba): Renaming temporary part tmp_insert_all_25_25_0 to all_25_25_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5365 | 2024.12.20 22:29:12.816045 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 189 | ||
| 5366 | 2024.12.20 22:29:14.462511 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 768 | ||
| 5367 | 2024.12.20 22:29:14.466048 [ 243 ] {} <Trace> system.query_log (cb6910fd-3f74-40bb-afeb-929e53918d3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5368 | 2024.12.20 22:29:14.466099 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 5369 | 2024.12.20 22:29:14.467627 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 5370 | 2024.12.20 22:29:14.467937 [ 243 ] {} <Trace> system.query_log (cb6910fd-3f74-40bb-afeb-929e53918d3c): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5371 | 2024.12.20 22:29:14.469411 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 768 | ||
| 5372 | 2024.12.20 22:29:15.168621 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5373 | 2024.12.20 22:29:15.168836 [ 260 ] {0863c740-563d-4a82-b8c4-7bd60baab7c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5374 | 2024.12.20 22:29:15.168921 [ 260 ] {0863c740-563d-4a82-b8c4-7bd60baab7c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5375 | 2024.12.20 22:29:15.169781 [ 260 ] {0863c740-563d-4a82-b8c4-7bd60baab7c1} <Trace> oximeter.fields_i16 (5ba0350d-977f-4416-8d1f-0415e035e880): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5376 | 2024.12.20 22:29:15.169837 [ 260 ] {0863c740-563d-4a82-b8c4-7bd60baab7c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 5377 | 2024.12.20 22:29:15.170273 [ 260 ] {0863c740-563d-4a82-b8c4-7bd60baab7c1} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 5378 | 2024.12.20 22:29:15.170526 [ 260 ] {0863c740-563d-4a82-b8c4-7bd60baab7c1} <Trace> oximeter.fields_i16 (5ba0350d-977f-4416-8d1f-0415e035e880): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5379 | 2024.12.20 22:29:15.170778 [ 260 ] {0863c740-563d-4a82-b8c4-7bd60baab7c1} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001999 sec., 7003.501750875438 rows/sec., 504.16 KiB/sec. | ||
| 5380 | 2024.12.20 22:29:15.170881 [ 260 ] {0863c740-563d-4a82-b8c4-7bd60baab7c1} <Debug> TCPHandler: Processed in 0.002395296 sec. | ||
| 5381 | 2024.12.20 22:29:15.171135 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5382 | 2024.12.20 22:29:15.171335 [ 262 ] {4fd92959-23a1-4728-9d86-22437b21cbef} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5383 | 2024.12.20 22:29:15.171412 [ 262 ] {4fd92959-23a1-4728-9d86-22437b21cbef} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5384 | 2024.12.20 22:29:15.172301 [ 262 ] {4fd92959-23a1-4728-9d86-22437b21cbef} <Trace> oximeter.fields_string (be340cd8-3bde-4f05-8e45-9e8a1492ad3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5385 | 2024.12.20 22:29:15.172356 [ 262 ] {4fd92959-23a1-4728-9d86-22437b21cbef} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 5386 | 2024.12.20 22:29:15.172824 [ 262 ] {4fd92959-23a1-4728-9d86-22437b21cbef} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5387 | 2024.12.20 22:29:15.173085 [ 262 ] {4fd92959-23a1-4728-9d86-22437b21cbef} <Trace> oximeter.fields_string (be340cd8-3bde-4f05-8e45-9e8a1492ad3b): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5388 | 2024.12.20 22:29:15.173340 [ 262 ] {4fd92959-23a1-4728-9d86-22437b21cbef} <Debug> executeQuery: Read 255 rows, 22.96 KiB in 0.002057 sec., 123966.94214876034 rows/sec., 10.90 MiB/sec. | ||
| 5389 | 2024.12.20 22:29:15.173412 [ 262 ] {4fd92959-23a1-4728-9d86-22437b21cbef} <Debug> TCPHandler: Processed in 0.002401757 sec. | ||
| 5390 | 2024.12.20 22:29:15.173586 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5391 | 2024.12.20 22:29:15.173715 [ 260 ] {705b2ac7-fddb-4d1f-b3aa-418ac64b5056} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5392 | 2024.12.20 22:29:15.173768 [ 260 ] {705b2ac7-fddb-4d1f-b3aa-418ac64b5056} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5393 | 2024.12.20 22:29:15.174399 [ 260 ] {705b2ac7-fddb-4d1f-b3aa-418ac64b5056} <Trace> oximeter.fields_u16 (66d17a24-a3a1-42a5-bd94-b86efb1056dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5394 | 2024.12.20 22:29:15.174442 [ 260 ] {705b2ac7-fddb-4d1f-b3aa-418ac64b5056} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 5395 | 2024.12.20 22:29:15.174816 [ 260 ] {705b2ac7-fddb-4d1f-b3aa-418ac64b5056} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 5396 | 2024.12.20 22:29:15.175063 [ 260 ] {705b2ac7-fddb-4d1f-b3aa-418ac64b5056} <Trace> oximeter.fields_u16 (66d17a24-a3a1-42a5-bd94-b86efb1056dd): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5397 | 2024.12.20 22:29:15.175277 [ 260 ] {705b2ac7-fddb-4d1f-b3aa-418ac64b5056} <Debug> executeQuery: Read 33 rows, 2.41 KiB in 0.001591 sec., 20741.671904462604 rows/sec., 1.48 MiB/sec. | ||
| 5398 | 2024.12.20 22:29:15.175333 [ 260 ] {705b2ac7-fddb-4d1f-b3aa-418ac64b5056} <Debug> TCPHandler: Processed in 0.00180808 sec. | ||
| 5399 | 2024.12.20 22:29:15.175514 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5400 | 2024.12.20 22:29:15.175667 [ 262 ] {5571a15d-5fad-48a6-b0b9-da2ed352aaa3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5401 | 2024.12.20 22:29:15.175731 [ 262 ] {5571a15d-5fad-48a6-b0b9-da2ed352aaa3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5402 | 2024.12.20 22:29:15.176471 [ 262 ] {5571a15d-5fad-48a6-b0b9-da2ed352aaa3} <Trace> oximeter.fields_u32 (50de29d4-f6c5-4f7c-8dac-40e276b5b3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5403 | 2024.12.20 22:29:15.176516 [ 262 ] {5571a15d-5fad-48a6-b0b9-da2ed352aaa3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 5404 | 2024.12.20 22:29:15.176896 [ 262 ] {5571a15d-5fad-48a6-b0b9-da2ed352aaa3} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5405 | 2024.12.20 22:29:15.177163 [ 262 ] {5571a15d-5fad-48a6-b0b9-da2ed352aaa3} <Trace> oximeter.fields_u32 (50de29d4-f6c5-4f7c-8dac-40e276b5b3f8): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5406 | 2024.12.20 22:29:15.177396 [ 262 ] {5571a15d-5fad-48a6-b0b9-da2ed352aaa3} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001766 sec., 7927.5198187995475 rows/sec., 555.19 KiB/sec. | ||
| 5407 | 2024.12.20 22:29:15.177464 [ 262 ] {5571a15d-5fad-48a6-b0b9-da2ed352aaa3} <Debug> TCPHandler: Processed in 0.002025046 sec. | ||
| 5408 | 2024.12.20 22:29:15.177625 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5409 | 2024.12.20 22:29:15.177747 [ 260 ] {4a9d2e23-c2c5-413f-9fc8-cd9bb60288f8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5410 | 2024.12.20 22:29:15.177798 [ 260 ] {4a9d2e23-c2c5-413f-9fc8-cd9bb60288f8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5411 | 2024.12.20 22:29:15.178382 [ 260 ] {4a9d2e23-c2c5-413f-9fc8-cd9bb60288f8} <Trace> oximeter.fields_u8 (bc6d9fff-42ef-4dc9-9b7c-2f27297e3062): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5412 | 2024.12.20 22:29:15.178424 [ 260 ] {4a9d2e23-c2c5-413f-9fc8-cd9bb60288f8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 5413 | 2024.12.20 22:29:15.178811 [ 260 ] {4a9d2e23-c2c5-413f-9fc8-cd9bb60288f8} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 5414 | 2024.12.20 22:29:15.179053 [ 260 ] {4a9d2e23-c2c5-413f-9fc8-cd9bb60288f8} <Trace> oximeter.fields_u8 (bc6d9fff-42ef-4dc9-9b7c-2f27297e3062): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5415 | 2024.12.20 22:29:15.179267 [ 260 ] {4a9d2e23-c2c5-413f-9fc8-cd9bb60288f8} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001546 sec., 8408.796895213454 rows/sec., 524.29 KiB/sec. | ||
| 5416 | 2024.12.20 22:29:15.179320 [ 260 ] {4a9d2e23-c2c5-413f-9fc8-cd9bb60288f8} <Debug> TCPHandler: Processed in 0.001754219 sec. | ||
| 5417 | 2024.12.20 22:29:15.179479 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5418 | 2024.12.20 22:29:15.179605 [ 262 ] {a19f9651-fc1d-402c-a834-f48b003eed3e} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5419 | 2024.12.20 22:29:15.179658 [ 262 ] {a19f9651-fc1d-402c-a834-f48b003eed3e} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5420 | 2024.12.20 22:29:15.180403 [ 262 ] {a19f9651-fc1d-402c-a834-f48b003eed3e} <Trace> oximeter.fields_uuid (fb7f0ac5-74a7-4737-ae05-0271c6750327): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5421 | 2024.12.20 22:29:15.180445 [ 262 ] {a19f9651-fc1d-402c-a834-f48b003eed3e} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 5422 | 2024.12.20 22:29:15.180848 [ 262 ] {a19f9651-fc1d-402c-a834-f48b003eed3e} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5423 | 2024.12.20 22:29:15.181123 [ 262 ] {a19f9651-fc1d-402c-a834-f48b003eed3e} <Trace> oximeter.fields_uuid (fb7f0ac5-74a7-4737-ae05-0271c6750327): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5424 | 2024.12.20 22:29:15.181478 [ 262 ] {a19f9651-fc1d-402c-a834-f48b003eed3e} <Debug> executeQuery: Read 408 rows, 29.76 KiB in 0.001891 sec., 215758.8577472237 rows/sec., 15.37 MiB/sec. | ||
| 5425 | 2024.12.20 22:29:15.181549 [ 262 ] {a19f9651-fc1d-402c-a834-f48b003eed3e} <Debug> TCPHandler: Processed in 0.002126468 sec. | ||
| 5426 | 2024.12.20 22:29:15.181714 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5427 | 2024.12.20 22:29:15.181837 [ 260 ] {0fa9e7e6-f92c-4bd8-8ce1-7b9c1bdd6700} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5428 | 2024.12.20 22:29:15.181889 [ 260 ] {0fa9e7e6-f92c-4bd8-8ce1-7b9c1bdd6700} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5429 | 2024.12.20 22:29:15.182384 [ 260 ] {0fa9e7e6-f92c-4bd8-8ce1-7b9c1bdd6700} <Trace> oximeter.measurements_bool (902c9248-495c-4a1f-8676-b52592dc679b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5430 | 2024.12.20 22:29:15.182425 [ 260 ] {0fa9e7e6-f92c-4bd8-8ce1-7b9c1bdd6700} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 5431 | 2024.12.20 22:29:15.182794 [ 260 ] {0fa9e7e6-f92c-4bd8-8ce1-7b9c1bdd6700} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 5432 | 2024.12.20 22:29:15.183037 [ 260 ] {0fa9e7e6-f92c-4bd8-8ce1-7b9c1bdd6700} <Trace> oximeter.measurements_bool (902c9248-495c-4a1f-8676-b52592dc679b): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5433 | 2024.12.20 22:29:15.183248 [ 260 ] {0fa9e7e6-f92c-4bd8-8ce1-7b9c1bdd6700} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001434 sec., 4184.100418410042 rows/sec., 218.60 KiB/sec. | ||
| 5434 | 2024.12.20 22:29:15.183303 [ 260 ] {0fa9e7e6-f92c-4bd8-8ce1-7b9c1bdd6700} <Debug> TCPHandler: Processed in 0.001644726 sec. | ||
| 5435 | 2024.12.20 22:29:15.183458 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5436 | 2024.12.20 22:29:15.183581 [ 262 ] {b6f6443f-06eb-4cd0-9925-b934fdf1d1bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5437 | 2024.12.20 22:29:15.183636 [ 262 ] {b6f6443f-06eb-4cd0-9925-b934fdf1d1bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5438 | 2024.12.20 22:29:15.184222 [ 262 ] {b6f6443f-06eb-4cd0-9925-b934fdf1d1bb} <Trace> oximeter.measurements_cumulativeu64 (2e833ed7-efb3-49ee-873b-fe7dc1d5762e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5439 | 2024.12.20 22:29:15.184263 [ 262 ] {b6f6443f-06eb-4cd0-9925-b934fdf1d1bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 5440 | 2024.12.20 22:29:15.184664 [ 262 ] {b6f6443f-06eb-4cd0-9925-b934fdf1d1bb} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5441 | 2024.12.20 22:29:15.184908 [ 262 ] {b6f6443f-06eb-4cd0-9925-b934fdf1d1bb} <Trace> oximeter.measurements_cumulativeu64 (2e833ed7-efb3-49ee-873b-fe7dc1d5762e): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5442 | 2024.12.20 22:29:15.185126 [ 262 ] {b6f6443f-06eb-4cd0-9925-b934fdf1d1bb} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001572 sec., 150763.35877862596 rows/sec., 10.11 MiB/sec. | ||
| 5443 | 2024.12.20 22:29:15.185182 [ 262 ] {b6f6443f-06eb-4cd0-9925-b934fdf1d1bb} <Debug> TCPHandler: Processed in 0.00177976 sec. | ||
| 5444 | 2024.12.20 22:29:15.185331 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5445 | 2024.12.20 22:29:15.185454 [ 260 ] {1587d0f6-f6a6-492f-8d55-b3b1748d5f70} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5446 | 2024.12.20 22:29:15.185514 [ 260 ] {1587d0f6-f6a6-492f-8d55-b3b1748d5f70} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5447 | 2024.12.20 22:29:15.186109 [ 260 ] {1587d0f6-f6a6-492f-8d55-b3b1748d5f70} <Trace> oximeter.measurements_f64 (24a8fd20-3063-40e7-bd7e-0a899ffef70a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5448 | 2024.12.20 22:29:15.186160 [ 260 ] {1587d0f6-f6a6-492f-8d55-b3b1748d5f70} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 5449 | 2024.12.20 22:29:15.186589 [ 260 ] {1587d0f6-f6a6-492f-8d55-b3b1748d5f70} <Trace> MergedBlockOutputStream: filled checksums all_14_14_0 (state Temporary) | ||
| 5450 | 2024.12.20 22:29:15.186831 [ 260 ] {1587d0f6-f6a6-492f-8d55-b3b1748d5f70} <Trace> oximeter.measurements_f64 (24a8fd20-3063-40e7-bd7e-0a899ffef70a): Renaming temporary part tmp_insert_all_14_14_0 to all_14_14_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5451 | 2024.12.20 22:29:15.187050 [ 260 ] {1587d0f6-f6a6-492f-8d55-b3b1748d5f70} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001627 sec., 614.6281499692686 rows/sec., 41.42 KiB/sec. | ||
| 5452 | 2024.12.20 22:29:15.187106 [ 260 ] {1587d0f6-f6a6-492f-8d55-b3b1748d5f70} <Debug> TCPHandler: Processed in 0.00182934 sec. | ||
| 5453 | 2024.12.20 22:29:15.187264 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5454 | 2024.12.20 22:29:15.187385 [ 262 ] {71fb914c-4782-48d7-8262-b43ff952e738} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5455 | 2024.12.20 22:29:15.187467 [ 262 ] {71fb914c-4782-48d7-8262-b43ff952e738} <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 | ||
| 5456 | 2024.12.20 22:29:15.188629 [ 262 ] {71fb914c-4782-48d7-8262-b43ff952e738} <Trace> oximeter.measurements_histogramu64 (cfe0444f-6b19-4855-b696-cc295685d98f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5457 | 2024.12.20 22:29:15.188669 [ 262 ] {71fb914c-4782-48d7-8262-b43ff952e738} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 5458 | 2024.12.20 22:29:15.189325 [ 262 ] {71fb914c-4782-48d7-8262-b43ff952e738} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 5459 | 2024.12.20 22:29:15.189592 [ 262 ] {71fb914c-4782-48d7-8262-b43ff952e738} <Trace> oximeter.measurements_histogramu64 (cfe0444f-6b19-4855-b696-cc295685d98f): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5460 | 2024.12.20 22:29:15.189845 [ 262 ] {71fb914c-4782-48d7-8262-b43ff952e738} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002486 sec., 10458.567980691874 rows/sec., 18.74 MiB/sec. | ||
| 5461 | 2024.12.20 22:29:15.189977 [ 262 ] {71fb914c-4782-48d7-8262-b43ff952e738} <Debug> TCPHandler: Processed in 0.002773277 sec. | ||
| 5462 | 2024.12.20 22:29:15.190144 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5463 | 2024.12.20 22:29:15.190270 [ 260 ] {4416f1c5-83e6-449c-88ca-2b961a77982c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5464 | 2024.12.20 22:29:15.190324 [ 260 ] {4416f1c5-83e6-449c-88ca-2b961a77982c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5465 | 2024.12.20 22:29:15.190831 [ 260 ] {4416f1c5-83e6-449c-88ca-2b961a77982c} <Trace> oximeter.measurements_u64 (b5f8915a-997f-4944-a48b-a878169c21e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5466 | 2024.12.20 22:29:15.190872 [ 260 ] {4416f1c5-83e6-449c-88ca-2b961a77982c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.10 GiB. | ||
| 5467 | 2024.12.20 22:29:15.191265 [ 260 ] {4416f1c5-83e6-449c-88ca-2b961a77982c} <Trace> MergedBlockOutputStream: filled checksums all_40_40_0 (state Temporary) | ||
| 5468 | 2024.12.20 22:29:15.191520 [ 260 ] {4416f1c5-83e6-449c-88ca-2b961a77982c} <Trace> oximeter.measurements_u64 (b5f8915a-997f-4944-a48b-a878169c21e0): Renaming temporary part tmp_insert_all_40_40_0 to all_40_40_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5469 | 2024.12.20 22:29:15.191747 [ 260 ] {4416f1c5-83e6-449c-88ca-2b961a77982c} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001503 sec., 54557.551563539586 rows/sec., 3.47 MiB/sec. | ||
| 5470 | 2024.12.20 22:29:15.191800 [ 260 ] {4416f1c5-83e6-449c-88ca-2b961a77982c} <Debug> TCPHandler: Processed in 0.001712497 sec. | ||
| 5471 | 2024.12.20 22:29:19.312448 [ 42 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5472 | 2024.12.20 22:29:19.312538 [ 42 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5473 | 2024.12.20 22:29:19.415625 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 11956 | ||
| 5474 | 2024.12.20 22:29:19.416392 [ 242 ] {} <Trace> system.asynchronous_metric_log (872a84c2-09da-4c20-9ea0-5cf32b1a4df4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5475 | 2024.12.20 22:29:19.416441 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 5476 | 2024.12.20 22:29:19.417090 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5477 | 2024.12.20 22:29:19.417352 [ 242 ] {} <Trace> system.asynchronous_metric_log (872a84c2-09da-4c20-9ea0-5cf32b1a4df4): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5478 | 2024.12.20 22:29:19.417515 [ 42 ] {} <Debug> system.asynchronous_metric_log (872a84c2-09da-4c20-9ea0-5cf32b1a4df4) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5479 | 2024.12.20 22:29:19.417541 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 11956 | ||
| 5480 | 2024.12.20 22:29:19.417568 [ 42 ] {} <Trace> system.asynchronous_metric_log (872a84c2-09da-4c20-9ea0-5cf32b1a4df4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5481 | 2024.12.20 22:29:19.417597 [ 42 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 5482 | 2024.12.20 22:29:19.417752 [ 188 ] {872a84c2-09da-4c20-9ea0-5cf32b1a4df4::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 | ||
| 5483 | 2024.12.20 22:29:19.417931 [ 188 ] {872a84c2-09da-4c20-9ea0-5cf32b1a4df4::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5484 | 2024.12.20 22:29:19.417976 [ 188 ] {872a84c2-09da-4c20-9ea0-5cf32b1a4df4::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_21_4, total 9638 rows starting from the beginning of the part | ||
| 5485 | 2024.12.20 22:29:19.418086 [ 188 ] {872a84c2-09da-4c20-9ea0-5cf32b1a4df4::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 488 rows starting from the beginning of the part | ||
| 5486 | 2024.12.20 22:29:19.418318 [ 188 ] {872a84c2-09da-4c20-9ea0-5cf32b1a4df4::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 427 rows starting from the beginning of the part | ||
| 5487 | 2024.12.20 22:29:19.418526 [ 188 ] {872a84c2-09da-4c20-9ea0-5cf32b1a4df4::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 488 rows starting from the beginning of the part | ||
| 5488 | 2024.12.20 22:29:19.418676 [ 188 ] {872a84c2-09da-4c20-9ea0-5cf32b1a4df4::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 427 rows starting from the beginning of the part | ||
| 5489 | 2024.12.20 22:29:19.418805 [ 188 ] {872a84c2-09da-4c20-9ea0-5cf32b1a4df4::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 488 rows starting from the beginning of the part | ||
| 5490 | 2024.12.20 22:29:19.421497 [ 197 ] {872a84c2-09da-4c20-9ea0-5cf32b1a4df4::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 11956 rows, containing 4 columns (4 merged, 0 gathered) in 0.003815836 sec., 3133258.347580976 rows/sec., 44.82 MiB/sec. | ||
| 5491 | 2024.12.20 22:29:19.421885 [ 198 ] {872a84c2-09da-4c20-9ea0-5cf32b1a4df4::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5492 | 2024.12.20 22:29:19.422190 [ 198 ] {872a84c2-09da-4c20-9ea0-5cf32b1a4df4::all_1_26_5} <Trace> system.asynchronous_metric_log (872a84c2-09da-4c20-9ea0-5cf32b1a4df4): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5493 | 2024.12.20 22:29:19.422269 [ 198 ] {872a84c2-09da-4c20-9ea0-5cf32b1a4df4::all_1_26_5} <Trace> system.asynchronous_metric_log (872a84c2-09da-4c20-9ea0-5cf32b1a4df4) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5494 | 2024.12.20 22:29:19.422376 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.39 MiB. | ||
| 5495 | 2024.12.20 22:29:20.162405 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5496 | 2024.12.20 22:29:20.162616 [ 260 ] {47424a2d-1028-4924-9ad3-58b9155507b9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5497 | 2024.12.20 22:29:20.162692 [ 260 ] {47424a2d-1028-4924-9ad3-58b9155507b9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5498 | 2024.12.20 22:29:20.163478 [ 260 ] {47424a2d-1028-4924-9ad3-58b9155507b9} <Trace> oximeter.fields_string (be340cd8-3bde-4f05-8e45-9e8a1492ad3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5499 | 2024.12.20 22:29:20.163525 [ 260 ] {47424a2d-1028-4924-9ad3-58b9155507b9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 5500 | 2024.12.20 22:29:20.163961 [ 260 ] {47424a2d-1028-4924-9ad3-58b9155507b9} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5501 | 2024.12.20 22:29:20.164210 [ 260 ] {47424a2d-1028-4924-9ad3-58b9155507b9} <Trace> oximeter.fields_string (be340cd8-3bde-4f05-8e45-9e8a1492ad3b): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5502 | 2024.12.20 22:29:20.164415 [ 58 ] {} <Debug> oximeter.fields_string (be340cd8-3bde-4f05-8e45-9e8a1492ad3b) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5503 | 2024.12.20 22:29:20.164468 [ 260 ] {47424a2d-1028-4924-9ad3-58b9155507b9} <Debug> executeQuery: Read 88 rows, 7.43 KiB in 0.001899 sec., 46340.17904160084 rows/sec., 3.82 MiB/sec. | ||
| 5504 | 2024.12.20 22:29:20.164495 [ 58 ] {} <Trace> oximeter.fields_string (be340cd8-3bde-4f05-8e45-9e8a1492ad3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5505 | 2024.12.20 22:29:20.164563 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 5506 | 2024.12.20 22:29:20.164592 [ 260 ] {47424a2d-1028-4924-9ad3-58b9155507b9} <Debug> TCPHandler: Processed in 0.002319724 sec. | ||
| 5507 | 2024.12.20 22:29:20.164829 [ 200 ] {be340cd8-3bde-4f05-8e45-9e8a1492ad3b::all_1_41_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full | ||
| 5508 | 2024.12.20 22:29:20.164925 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5509 | 2024.12.20 22:29:20.165040 [ 200 ] {be340cd8-3bde-4f05-8e45-9e8a1492ad3b::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5510 | 2024.12.20 22:29:20.165125 [ 200 ] {be340cd8-3bde-4f05-8e45-9e8a1492ad3b::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 1437 rows starting from the beginning of the part | ||
| 5511 | 2024.12.20 22:29:20.165243 [ 262 ] {b2d663a5-b92c-4eb4-9442-ac99791a57d7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5512 | 2024.12.20 22:29:20.165353 [ 200 ] {be340cd8-3bde-4f05-8e45-9e8a1492ad3b::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 255 rows starting from the beginning of the part | ||
| 5513 | 2024.12.20 22:29:20.165418 [ 262 ] {b2d663a5-b92c-4eb4-9442-ac99791a57d7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5514 | 2024.12.20 22:29:20.165775 [ 200 ] {be340cd8-3bde-4f05-8e45-9e8a1492ad3b::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 1230 rows starting from the beginning of the part | ||
| 5515 | 2024.12.20 22:29:20.166140 [ 200 ] {be340cd8-3bde-4f05-8e45-9e8a1492ad3b::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 56 rows starting from the beginning of the part | ||
| 5516 | 2024.12.20 22:29:20.166414 [ 200 ] {be340cd8-3bde-4f05-8e45-9e8a1492ad3b::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 255 rows starting from the beginning of the part | ||
| 5517 | 2024.12.20 22:29:20.166873 [ 200 ] {be340cd8-3bde-4f05-8e45-9e8a1492ad3b::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 88 rows starting from the beginning of the part | ||
| 5518 | 2024.12.20 22:29:20.168366 [ 262 ] {b2d663a5-b92c-4eb4-9442-ac99791a57d7} <Trace> oximeter.fields_u16 (66d17a24-a3a1-42a5-bd94-b86efb1056dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5519 | 2024.12.20 22:29:20.168462 [ 262 ] {b2d663a5-b92c-4eb4-9442-ac99791a57d7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 5520 | 2024.12.20 22:29:20.169595 [ 262 ] {b2d663a5-b92c-4eb4-9442-ac99791a57d7} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 5521 | 2024.12.20 22:29:20.169903 [ 262 ] {b2d663a5-b92c-4eb4-9442-ac99791a57d7} <Trace> oximeter.fields_u16 (66d17a24-a3a1-42a5-bd94-b86efb1056dd): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5522 | 2024.12.20 22:29:20.170329 [ 262 ] {b2d663a5-b92c-4eb4-9442-ac99791a57d7} <Debug> executeQuery: Read 16 rows, 1.20 KiB in 0.005189 sec., 3083.4457506263248 rows/sec., 231.86 KiB/sec. | ||
| 5523 | 2024.12.20 22:29:20.170672 [ 262 ] {b2d663a5-b92c-4eb4-9442-ac99791a57d7} <Debug> TCPHandler: Processed in 0.005932324 sec. | ||
| 5524 | 2024.12.20 22:29:20.170971 [ 197 ] {be340cd8-3bde-4f05-8e45-9e8a1492ad3b::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3321 rows, containing 5 columns (5 merged, 0 gathered) in 0.006295943 sec., 527482.5391525939 rows/sec., 46.25 MiB/sec. | ||
| 5525 | 2024.12.20 22:29:20.171029 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5526 | 2024.12.20 22:29:20.171242 [ 197 ] {be340cd8-3bde-4f05-8e45-9e8a1492ad3b::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5527 | 2024.12.20 22:29:20.171351 [ 260 ] {73fd4208-929a-4952-981b-9a5c63740ecb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5528 | 2024.12.20 22:29:20.171489 [ 260 ] {73fd4208-929a-4952-981b-9a5c63740ecb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5529 | 2024.12.20 22:29:20.171836 [ 197 ] {be340cd8-3bde-4f05-8e45-9e8a1492ad3b::all_1_41_8} <Trace> oximeter.fields_string (be340cd8-3bde-4f05-8e45-9e8a1492ad3b): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5530 | 2024.12.20 22:29:20.172080 [ 197 ] {be340cd8-3bde-4f05-8e45-9e8a1492ad3b::all_1_41_8} <Trace> oximeter.fields_string (be340cd8-3bde-4f05-8e45-9e8a1492ad3b) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5531 | 2024.12.20 22:29:20.172262 [ 197 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. | ||
| 5532 | 2024.12.20 22:29:20.172634 [ 260 ] {73fd4208-929a-4952-981b-9a5c63740ecb} <Trace> oximeter.fields_uuid (fb7f0ac5-74a7-4737-ae05-0271c6750327): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5533 | 2024.12.20 22:29:20.172680 [ 260 ] {73fd4208-929a-4952-981b-9a5c63740ecb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 5534 | 2024.12.20 22:29:20.173061 [ 260 ] {73fd4208-929a-4952-981b-9a5c63740ecb} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5535 | 2024.12.20 22:29:20.173310 [ 260 ] {73fd4208-929a-4952-981b-9a5c63740ecb} <Trace> oximeter.fields_uuid (fb7f0ac5-74a7-4737-ae05-0271c6750327): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5536 | 2024.12.20 22:29:20.173487 [ 58 ] {} <Debug> oximeter.fields_uuid (fb7f0ac5-74a7-4737-ae05-0271c6750327) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5537 | 2024.12.20 22:29:20.173555 [ 260 ] {73fd4208-929a-4952-981b-9a5c63740ecb} <Debug> executeQuery: Read 80 rows, 6.40 KiB in 0.002304 sec., 34722.22222222222 rows/sec., 2.71 MiB/sec. | ||
| 5538 | 2024.12.20 22:29:20.173563 [ 58 ] {} <Trace> oximeter.fields_uuid (fb7f0ac5-74a7-4737-ae05-0271c6750327): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5539 | 2024.12.20 22:29:20.173646 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 5540 | 2024.12.20 22:29:20.173703 [ 260 ] {73fd4208-929a-4952-981b-9a5c63740ecb} <Debug> TCPHandler: Processed in 0.00289631 sec. | ||
| 5541 | 2024.12.20 22:29:20.173931 [ 198 ] {fb7f0ac5-74a7-4737-ae05-0271c6750327::all_1_41_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full | ||
| 5542 | 2024.12.20 22:29:20.173944 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5543 | 2024.12.20 22:29:20.174234 [ 262 ] {bf25aba4-e1d7-4ecd-9c13-58f84e7ad0a7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5544 | 2024.12.20 22:29:20.174247 [ 198 ] {fb7f0ac5-74a7-4737-ae05-0271c6750327::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5545 | 2024.12.20 22:29:20.174342 [ 198 ] {fb7f0ac5-74a7-4737-ae05-0271c6750327::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 916 rows starting from the beginning of the part | ||
| 5546 | 2024.12.20 22:29:20.174348 [ 262 ] {bf25aba4-e1d7-4ecd-9c13-58f84e7ad0a7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5547 | 2024.12.20 22:29:20.174678 [ 198 ] {fb7f0ac5-74a7-4737-ae05-0271c6750327::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 408 rows starting from the beginning of the part | ||
| 5548 | 2024.12.20 22:29:20.175016 [ 198 ] {fb7f0ac5-74a7-4737-ae05-0271c6750327::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 540 rows starting from the beginning of the part | ||
| 5549 | 2024.12.20 22:29:20.175355 [ 198 ] {fb7f0ac5-74a7-4737-ae05-0271c6750327::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 64 rows starting from the beginning of the part | ||
| 5550 | 2024.12.20 22:29:20.175680 [ 198 ] {fb7f0ac5-74a7-4737-ae05-0271c6750327::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 408 rows starting from the beginning of the part | ||
| 5551 | 2024.12.20 22:29:20.175995 [ 198 ] {fb7f0ac5-74a7-4737-ae05-0271c6750327::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 80 rows starting from the beginning of the part | ||
| 5552 | 2024.12.20 22:29:20.177130 [ 262 ] {bf25aba4-e1d7-4ecd-9c13-58f84e7ad0a7} <Trace> oximeter.measurements_cumulativeu64 (2e833ed7-efb3-49ee-873b-fe7dc1d5762e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5553 | 2024.12.20 22:29:20.177208 [ 262 ] {bf25aba4-e1d7-4ecd-9c13-58f84e7ad0a7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 5554 | 2024.12.20 22:29:20.178271 [ 262 ] {bf25aba4-e1d7-4ecd-9c13-58f84e7ad0a7} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5555 | 2024.12.20 22:29:20.178600 [ 262 ] {bf25aba4-e1d7-4ecd-9c13-58f84e7ad0a7} <Trace> oximeter.measurements_cumulativeu64 (2e833ed7-efb3-49ee-873b-fe7dc1d5762e): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5556 | 2024.12.20 22:29:20.178800 [ 58 ] {} <Debug> oximeter.measurements_cumulativeu64 (2e833ed7-efb3-49ee-873b-fe7dc1d5762e) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5557 | 2024.12.20 22:29:20.178934 [ 58 ] {} <Trace> oximeter.measurements_cumulativeu64 (2e833ed7-efb3-49ee-873b-fe7dc1d5762e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5558 | 2024.12.20 22:29:20.179057 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 5559 | 2024.12.20 22:29:20.179305 [ 262 ] {bf25aba4-e1d7-4ecd-9c13-58f84e7ad0a7} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00513 sec., 31189.083820662767 rows/sec., 2.17 MiB/sec. | ||
| 5560 | 2024.12.20 22:29:20.179594 [ 197 ] {2e833ed7-efb3-49ee-873b-fe7dc1d5762e::all_1_41_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full | ||
| 5561 | 2024.12.20 22:29:20.179596 [ 195 ] {fb7f0ac5-74a7-4737-ae05-0271c6750327::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2416 rows, containing 5 columns (5 merged, 0 gathered) in 0.005836351 sec., 413957.2825554871 rows/sec., 31.75 MiB/sec. | ||
| 5562 | 2024.12.20 22:29:20.179634 [ 262 ] {bf25aba4-e1d7-4ecd-9c13-58f84e7ad0a7} <Debug> TCPHandler: Processed in 0.005815631 sec. | ||
| 5563 | 2024.12.20 22:29:20.179904 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5564 | 2024.12.20 22:29:20.179917 [ 197 ] {2e833ed7-efb3-49ee-873b-fe7dc1d5762e::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5565 | 2024.12.20 22:29:20.179987 [ 197 ] {2e833ed7-efb3-49ee-873b-fe7dc1d5762e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_36_7, total 11368 rows starting from the beginning of the part | ||
| 5566 | 2024.12.20 22:29:20.179997 [ 195 ] {fb7f0ac5-74a7-4737-ae05-0271c6750327::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5567 | 2024.12.20 22:29:20.180216 [ 260 ] {f3c26e5c-eafd-4f3b-8814-2c76330ff1c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5568 | 2024.12.20 22:29:20.180433 [ 197 ] {2e833ed7-efb3-49ee-873b-fe7dc1d5762e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 237 rows starting from the beginning of the part | ||
| 5569 | 2024.12.20 22:29:20.180715 [ 260 ] {f3c26e5c-eafd-4f3b-8814-2c76330ff1c2} <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 | ||
| 5570 | 2024.12.20 22:29:20.181000 [ 197 ] {2e833ed7-efb3-49ee-873b-fe7dc1d5762e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 964 rows starting from the beginning of the part | ||
| 5571 | 2024.12.20 22:29:20.181646 [ 197 ] {2e833ed7-efb3-49ee-873b-fe7dc1d5762e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 44 rows starting from the beginning of the part | ||
| 5572 | 2024.12.20 22:29:20.181693 [ 198 ] {fb7f0ac5-74a7-4737-ae05-0271c6750327::all_1_41_8} <Trace> oximeter.fields_uuid (fb7f0ac5-74a7-4737-ae05-0271c6750327): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5573 | 2024.12.20 22:29:20.182064 [ 197 ] {2e833ed7-efb3-49ee-873b-fe7dc1d5762e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 237 rows starting from the beginning of the part | ||
| 5574 | 2024.12.20 22:29:20.182612 [ 198 ] {fb7f0ac5-74a7-4737-ae05-0271c6750327::all_1_41_8} <Trace> oximeter.fields_uuid (fb7f0ac5-74a7-4737-ae05-0271c6750327) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5575 | 2024.12.20 22:29:20.182670 [ 197 ] {2e833ed7-efb3-49ee-873b-fe7dc1d5762e::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 160 rows starting from the beginning of the part | ||
| 5576 | 2024.12.20 22:29:20.183309 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.57 MiB. | ||
| 5577 | 2024.12.20 22:29:20.186039 [ 260 ] {f3c26e5c-eafd-4f3b-8814-2c76330ff1c2} <Trace> oximeter.measurements_histogramu64 (cfe0444f-6b19-4855-b696-cc295685d98f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5578 | 2024.12.20 22:29:20.186110 [ 260 ] {f3c26e5c-eafd-4f3b-8814-2c76330ff1c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 5579 | 2024.12.20 22:29:20.187578 [ 260 ] {f3c26e5c-eafd-4f3b-8814-2c76330ff1c2} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 5580 | 2024.12.20 22:29:20.188194 [ 260 ] {f3c26e5c-eafd-4f3b-8814-2c76330ff1c2} <Trace> oximeter.measurements_histogramu64 (cfe0444f-6b19-4855-b696-cc295685d98f): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5581 | 2024.12.20 22:29:20.188550 [ 260 ] {f3c26e5c-eafd-4f3b-8814-2c76330ff1c2} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.008485 sec., 1885.6806128461992 rows/sec., 3.38 MiB/sec. | ||
| 5582 | 2024.12.20 22:29:20.188706 [ 260 ] {f3c26e5c-eafd-4f3b-8814-2c76330ff1c2} <Debug> TCPHandler: Processed in 0.008947017 sec. | ||
| 5583 | 2024.12.20 22:29:20.188867 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5584 | 2024.12.20 22:29:20.189013 [ 262 ] {7b77ac28-7ced-47cd-b0c3-5ecb5adf691c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5585 | 2024.12.20 22:29:20.189092 [ 262 ] {7b77ac28-7ced-47cd-b0c3-5ecb5adf691c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5586 | 2024.12.20 22:29:20.189823 [ 262 ] {7b77ac28-7ced-47cd-b0c3-5ecb5adf691c} <Trace> oximeter.measurements_u64 (b5f8915a-997f-4944-a48b-a878169c21e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5587 | 2024.12.20 22:29:20.189890 [ 262 ] {7b77ac28-7ced-47cd-b0c3-5ecb5adf691c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 5588 | 2024.12.20 22:29:20.190015 [ 198 ] {2e833ed7-efb3-49ee-873b-fe7dc1d5762e::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 13010 rows, containing 5 columns (5 merged, 0 gathered) in 0.010755267 sec., 1209639.890855336 rows/sec., 81.70 MiB/sec. | ||
| 5589 | 2024.12.20 22:29:20.190377 [ 262 ] {7b77ac28-7ced-47cd-b0c3-5ecb5adf691c} <Trace> MergedBlockOutputStream: filled checksums all_41_41_0 (state Temporary) | ||
| 5590 | 2024.12.20 22:29:20.190479 [ 198 ] {2e833ed7-efb3-49ee-873b-fe7dc1d5762e::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5591 | 2024.12.20 22:29:20.190872 [ 262 ] {7b77ac28-7ced-47cd-b0c3-5ecb5adf691c} <Trace> oximeter.measurements_u64 (b5f8915a-997f-4944-a48b-a878169c21e0): Renaming temporary part tmp_insert_all_41_41_0 to all_41_41_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5592 | 2024.12.20 22:29:20.191027 [ 198 ] {2e833ed7-efb3-49ee-873b-fe7dc1d5762e::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (2e833ed7-efb3-49ee-873b-fe7dc1d5762e): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5593 | 2024.12.20 22:29:20.191144 [ 58 ] {} <Debug> oximeter.measurements_u64 (b5f8915a-997f-4944-a48b-a878169c21e0) (MergerMutator): Selected 6 parts from all_1_36_7 to all_41_41_0 | ||
| 5594 | 2024.12.20 22:29:20.191237 [ 58 ] {} <Trace> oximeter.measurements_u64 (b5f8915a-997f-4944-a48b-a878169c21e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5595 | 2024.12.20 22:29:20.191318 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 5596 | 2024.12.20 22:29:20.191374 [ 198 ] {2e833ed7-efb3-49ee-873b-fe7dc1d5762e::all_1_41_8} <Trace> oximeter.measurements_cumulativeu64 (2e833ed7-efb3-49ee-873b-fe7dc1d5762e) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5597 | 2024.12.20 22:29:20.191499 [ 262 ] {7b77ac28-7ced-47cd-b0c3-5ecb5adf691c} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.002462 sec., 24370.430544272946 rows/sec., 1.64 MiB/sec. | ||
| 5598 | 2024.12.20 22:29:20.191694 [ 198 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.37 MiB. | ||
| 5599 | 2024.12.20 22:29:20.191768 [ 262 ] {7b77ac28-7ced-47cd-b0c3-5ecb5adf691c} <Debug> TCPHandler: Processed in 0.002964032 sec. | ||
| 5600 | 2024.12.20 22:29:20.191801 [ 190 ] {b5f8915a-997f-4944-a48b-a878169c21e0::all_1_41_8} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_36_7 to all_41_41_0 into Compact with storage Full | ||
| 5601 | 2024.12.20 22:29:20.191947 [ 190 ] {b5f8915a-997f-4944-a48b-a878169c21e0::all_1_41_8} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5602 | 2024.12.20 22:29:20.191977 [ 190 ] {b5f8915a-997f-4944-a48b-a878169c21e0::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_36_7, total 2082 rows starting from the beginning of the part | ||
| 5603 | 2024.12.20 22:29:20.192054 [ 190 ] {b5f8915a-997f-4944-a48b-a878169c21e0::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_37_37_0, total 82 rows starting from the beginning of the part | ||
| 5604 | 2024.12.20 22:29:20.192148 [ 190 ] {b5f8915a-997f-4944-a48b-a878169c21e0::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_38_38_0, total 42 rows starting from the beginning of the part | ||
| 5605 | 2024.12.20 22:29:20.192248 [ 190 ] {b5f8915a-997f-4944-a48b-a878169c21e0::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_39_39_0, total 18 rows starting from the beginning of the part | ||
| 5606 | 2024.12.20 22:29:20.192321 [ 190 ] {b5f8915a-997f-4944-a48b-a878169c21e0::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_40_40_0, total 82 rows starting from the beginning of the part | ||
| 5607 | 2024.12.20 22:29:20.192418 [ 190 ] {b5f8915a-997f-4944-a48b-a878169c21e0::all_1_41_8} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_41_41_0, total 60 rows starting from the beginning of the part | ||
| 5608 | 2024.12.20 22:29:20.193717 [ 196 ] {b5f8915a-997f-4944-a48b-a878169c21e0::all_1_41_8} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2366 rows, containing 4 columns (4 merged, 0 gathered) in 0.002298453 sec., 1029388.027512418 rows/sec., 67.39 MiB/sec. | ||
| 5609 | 2024.12.20 22:29:20.194033 [ 196 ] {b5f8915a-997f-4944-a48b-a878169c21e0::all_1_41_8} <Trace> MergedBlockOutputStream: filled checksums all_1_41_8 (state Temporary) | ||
| 5610 | 2024.12.20 22:29:20.194403 [ 196 ] {b5f8915a-997f-4944-a48b-a878169c21e0::all_1_41_8} <Trace> oximeter.measurements_u64 (b5f8915a-997f-4944-a48b-a878169c21e0): Renaming temporary part tmp_merge_all_1_41_8 to all_1_41_8 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5611 | 2024.12.20 22:29:20.194513 [ 196 ] {b5f8915a-997f-4944-a48b-a878169c21e0::all_1_41_8} <Trace> oximeter.measurements_u64 (b5f8915a-997f-4944-a48b-a878169c21e0) (MergerMutator): Merged 6 parts: [all_1_36_7, all_41_41_0] -> all_1_41_8 | ||
| 5612 | 2024.12.20 22:29:20.194624 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.68 MiB. | ||
| 5613 | 2024.12.20 22:29:20.316095 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 196 | ||
| 5614 | 2024.12.20 22:29:20.339318 [ 244 ] {} <Trace> system.metric_log (fe7f8d4b-b36f-4a64-a142-f4747bcb5bba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5615 | 2024.12.20 22:29:20.339368 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 5616 | 2024.12.20 22:29:20.346865 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_26_26_0 (state Temporary) | ||
| 5617 | 2024.12.20 22:29:20.347625 [ 244 ] {} <Trace> system.metric_log (fe7f8d4b-b36f-4a64-a142-f4747bcb5bba): Renaming temporary part tmp_insert_all_26_26_0 to all_26_26_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5618 | 2024.12.20 22:29:20.348090 [ 58 ] {} <Debug> system.metric_log (fe7f8d4b-b36f-4a64-a142-f4747bcb5bba) (MergerMutator): Selected 6 parts from all_1_21_4 to all_26_26_0 | ||
| 5619 | 2024.12.20 22:29:20.348256 [ 58 ] {} <Trace> system.metric_log (fe7f8d4b-b36f-4a64-a142-f4747bcb5bba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5620 | 2024.12.20 22:29:20.348369 [ 58 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 5621 | 2024.12.20 22:29:20.348873 [ 190 ] {fe7f8d4b-b36f-4a64-a142-f4747bcb5bba::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 | ||
| 5622 | 2024.12.20 22:29:20.363384 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 196 | ||
| 5623 | 2024.12.20 22:29:20.365364 [ 190 ] {fe7f8d4b-b36f-4a64-a142-f4747bcb5bba::all_1_26_5} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5624 | 2024.12.20 22:29:20.367102 [ 190 ] {fe7f8d4b-b36f-4a64-a142-f4747bcb5bba::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_21_4, total 159 rows starting from the beginning of the part | ||
| 5625 | 2024.12.20 22:29:20.373152 [ 190 ] {fe7f8d4b-b36f-4a64-a142-f4747bcb5bba::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_22_22_0, total 7 rows starting from the beginning of the part | ||
| 5626 | 2024.12.20 22:29:20.378854 [ 190 ] {fe7f8d4b-b36f-4a64-a142-f4747bcb5bba::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_23_23_0, total 8 rows starting from the beginning of the part | ||
| 5627 | 2024.12.20 22:29:20.384368 [ 190 ] {fe7f8d4b-b36f-4a64-a142-f4747bcb5bba::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_24_24_0, total 7 rows starting from the beginning of the part | ||
| 5628 | 2024.12.20 22:29:20.390513 [ 190 ] {fe7f8d4b-b36f-4a64-a142-f4747bcb5bba::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_25_25_0, total 8 rows starting from the beginning of the part | ||
| 5629 | 2024.12.20 22:29:20.394954 [ 190 ] {fe7f8d4b-b36f-4a64-a142-f4747bcb5bba::all_1_26_5} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_26_26_0, total 7 rows starting from the beginning of the part | ||
| 5630 | 2024.12.20 22:29:20.459079 [ 196 ] {fe7f8d4b-b36f-4a64-a142-f4747bcb5bba::all_1_26_5} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 196 rows, containing 679 columns (679 merged, 0 gathered) in 0.11050549 sec., 1773.6675345270176 rows/sec., 9.17 MiB/sec. | ||
| 5631 | 2024.12.20 22:29:20.461913 [ 199 ] {fe7f8d4b-b36f-4a64-a142-f4747bcb5bba::all_1_26_5} <Trace> MergedBlockOutputStream: filled checksums all_1_26_5 (state Temporary) | ||
| 5632 | 2024.12.20 22:29:20.465039 [ 199 ] {fe7f8d4b-b36f-4a64-a142-f4747bcb5bba::all_1_26_5} <Trace> system.metric_log (fe7f8d4b-b36f-4a64-a142-f4747bcb5bba): Renaming temporary part tmp_merge_all_1_26_5 to all_1_26_5 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5633 | 2024.12.20 22:29:20.465179 [ 199 ] {fe7f8d4b-b36f-4a64-a142-f4747bcb5bba::all_1_26_5} <Trace> system.metric_log (fe7f8d4b-b36f-4a64-a142-f4747bcb5bba) (MergerMutator): Merged 6 parts: [all_1_21_4, all_26_26_0] -> all_1_26_5 | ||
| 5634 | 2024.12.20 22:29:20.467784 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. | ||
| 5635 | 2024.12.20 22:29:21.000167 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 195.17 MiB, peak 205.72 MiB, free memory in arenas 0.00 B, will set to 196.73 MiB (RSS), difference: 1.56 MiB | ||
| 5636 | 2024.12.20 22:29:24.469654 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 802 | ||
| 5637 | 2024.12.20 22:29:24.472972 [ 243 ] {} <Trace> system.query_log (cb6910fd-3f74-40bb-afeb-929e53918d3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5638 | 2024.12.20 22:29:24.473029 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 5639 | 2024.12.20 22:29:24.474559 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_19_19_0 (state Temporary) | ||
| 5640 | 2024.12.20 22:29:24.474890 [ 243 ] {} <Trace> system.query_log (cb6910fd-3f74-40bb-afeb-929e53918d3c): Renaming temporary part tmp_insert_all_19_19_0 to all_19_19_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5641 | 2024.12.20 22:29:24.475992 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 802 | ||
| 5642 | 2024.12.20 22:29:25.168182 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5643 | 2024.12.20 22:29:25.168390 [ 260 ] {1e802ae9-1922-49f1-a7f9-2ca74a45837f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5644 | 2024.12.20 22:29:25.168470 [ 260 ] {1e802ae9-1922-49f1-a7f9-2ca74a45837f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5645 | 2024.12.20 22:29:25.169274 [ 260 ] {1e802ae9-1922-49f1-a7f9-2ca74a45837f} <Trace> oximeter.fields_i16 (5ba0350d-977f-4416-8d1f-0415e035e880): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5646 | 2024.12.20 22:29:25.169320 [ 260 ] {1e802ae9-1922-49f1-a7f9-2ca74a45837f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 5647 | 2024.12.20 22:29:25.169753 [ 260 ] {1e802ae9-1922-49f1-a7f9-2ca74a45837f} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 5648 | 2024.12.20 22:29:25.170017 [ 260 ] {1e802ae9-1922-49f1-a7f9-2ca74a45837f} <Trace> oximeter.fields_i16 (5ba0350d-977f-4416-8d1f-0415e035e880): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5649 | 2024.12.20 22:29:25.170225 [ 260 ] {1e802ae9-1922-49f1-a7f9-2ca74a45837f} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.00189 sec., 7407.407407407408 rows/sec., 533.23 KiB/sec. | ||
| 5650 | 2024.12.20 22:29:25.170293 [ 260 ] {1e802ae9-1922-49f1-a7f9-2ca74a45837f} <Debug> TCPHandler: Processed in 0.002242011 sec. | ||
| 5651 | 2024.12.20 22:29:25.170557 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5652 | 2024.12.20 22:29:25.170772 [ 262 ] {658a4c96-ab9c-400f-9eff-529ef41e2b2b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 5653 | 2024.12.20 22:29:25.170857 [ 262 ] {658a4c96-ab9c-400f-9eff-529ef41e2b2b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 5654 | 2024.12.20 22:29:25.171594 [ 262 ] {658a4c96-ab9c-400f-9eff-529ef41e2b2b} <Trace> oximeter.fields_ipaddr (6efd1947-dbb6-4524-99d7-af0451dd6934): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5655 | 2024.12.20 22:29:25.171648 [ 262 ] {658a4c96-ab9c-400f-9eff-529ef41e2b2b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 5656 | 2024.12.20 22:29:25.172071 [ 262 ] {658a4c96-ab9c-400f-9eff-529ef41e2b2b} <Trace> MergedBlockOutputStream: filled checksums all_9_9_0 (state Temporary) | ||
| 5657 | 2024.12.20 22:29:25.172323 [ 262 ] {658a4c96-ab9c-400f-9eff-529ef41e2b2b} <Trace> oximeter.fields_ipaddr (6efd1947-dbb6-4524-99d7-af0451dd6934): Renaming temporary part tmp_insert_all_9_9_0 to all_9_9_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5658 | 2024.12.20 22:29:25.172540 [ 262 ] {658a4c96-ab9c-400f-9eff-529ef41e2b2b} <Debug> executeQuery: Read 6 rows, 501.00 B in 0.001826 sec., 3285.870755750274 rows/sec., 267.94 KiB/sec. | ||
| 5659 | 2024.12.20 22:29:25.172725 [ 262 ] {658a4c96-ab9c-400f-9eff-529ef41e2b2b} <Debug> TCPHandler: Processed in 0.002307453 sec. | ||
| 5660 | 2024.12.20 22:29:25.172899 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5661 | 2024.12.20 22:29:25.173048 [ 260 ] {e97eef7f-60d4-48ec-87c3-d6ca556994d2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5662 | 2024.12.20 22:29:25.173110 [ 260 ] {e97eef7f-60d4-48ec-87c3-d6ca556994d2} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5663 | 2024.12.20 22:29:25.174148 [ 260 ] {e97eef7f-60d4-48ec-87c3-d6ca556994d2} <Trace> oximeter.fields_string (be340cd8-3bde-4f05-8e45-9e8a1492ad3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5664 | 2024.12.20 22:29:25.174191 [ 260 ] {e97eef7f-60d4-48ec-87c3-d6ca556994d2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 5665 | 2024.12.20 22:29:25.174588 [ 260 ] {e97eef7f-60d4-48ec-87c3-d6ca556994d2} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5666 | 2024.12.20 22:29:25.174834 [ 260 ] {e97eef7f-60d4-48ec-87c3-d6ca556994d2} <Trace> oximeter.fields_string (be340cd8-3bde-4f05-8e45-9e8a1492ad3b): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5667 | 2024.12.20 22:29:25.175043 [ 260 ] {e97eef7f-60d4-48ec-87c3-d6ca556994d2} <Debug> executeQuery: Read 258 rows, 23.17 KiB in 0.00203 sec., 127093.59605911329 rows/sec., 11.15 MiB/sec. | ||
| 5668 | 2024.12.20 22:29:25.175100 [ 260 ] {e97eef7f-60d4-48ec-87c3-d6ca556994d2} <Debug> TCPHandler: Processed in 0.002269492 sec. | ||
| 5669 | 2024.12.20 22:29:25.175254 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5670 | 2024.12.20 22:29:25.175401 [ 262 ] {3b0ce60f-7323-416c-ba04-d338b55012b3} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5671 | 2024.12.20 22:29:25.175462 [ 262 ] {3b0ce60f-7323-416c-ba04-d338b55012b3} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5672 | 2024.12.20 22:29:25.176111 [ 262 ] {3b0ce60f-7323-416c-ba04-d338b55012b3} <Trace> oximeter.fields_u16 (66d17a24-a3a1-42a5-bd94-b86efb1056dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5673 | 2024.12.20 22:29:25.176149 [ 262 ] {3b0ce60f-7323-416c-ba04-d338b55012b3} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 5674 | 2024.12.20 22:29:25.176517 [ 262 ] {3b0ce60f-7323-416c-ba04-d338b55012b3} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 5675 | 2024.12.20 22:29:25.176753 [ 262 ] {3b0ce60f-7323-416c-ba04-d338b55012b3} <Trace> oximeter.fields_u16 (66d17a24-a3a1-42a5-bd94-b86efb1056dd): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5676 | 2024.12.20 22:29:25.176876 [ 149 ] {} <Debug> oximeter.fields_u16 (66d17a24-a3a1-42a5-bd94-b86efb1056dd) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 5677 | 2024.12.20 22:29:25.176920 [ 149 ] {} <Trace> oximeter.fields_u16 (66d17a24-a3a1-42a5-bd94-b86efb1056dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5678 | 2024.12.20 22:29:25.176946 [ 262 ] {3b0ce60f-7323-416c-ba04-d338b55012b3} <Debug> executeQuery: Read 39 rows, 2.83 KiB in 0.001579 sec., 24699.176694110196 rows/sec., 1.75 MiB/sec. | ||
| 5679 | 2024.12.20 22:29:25.176950 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 5680 | 2024.12.20 22:29:25.177031 [ 262 ] {3b0ce60f-7323-416c-ba04-d338b55012b3} <Debug> TCPHandler: Processed in 0.001844791 sec. | ||
| 5681 | 2024.12.20 22:29:25.177114 [ 189 ] {66d17a24-a3a1-42a5-bd94-b86efb1056dd::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 | ||
| 5682 | 2024.12.20 22:29:25.177178 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5683 | 2024.12.20 22:29:25.177258 [ 189 ] {66d17a24-a3a1-42a5-bd94-b86efb1056dd::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5684 | 2024.12.20 22:29:25.177334 [ 189 ] {66d17a24-a3a1-42a5-bd94-b86efb1056dd::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 67 rows starting from the beginning of the part | ||
| 5685 | 2024.12.20 22:29:25.177367 [ 260 ] {9e01232b-b037-4f3f-9753-56c3291786e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5686 | 2024.12.20 22:29:25.177486 [ 260 ] {9e01232b-b037-4f3f-9753-56c3291786e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5687 | 2024.12.20 22:29:25.177555 [ 189 ] {66d17a24-a3a1-42a5-bd94-b86efb1056dd::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 33 rows starting from the beginning of the part | ||
| 5688 | 2024.12.20 22:29:25.178053 [ 189 ] {66d17a24-a3a1-42a5-bd94-b86efb1056dd::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 20 rows starting from the beginning of the part | ||
| 5689 | 2024.12.20 22:29:25.178327 [ 189 ] {66d17a24-a3a1-42a5-bd94-b86efb1056dd::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 33 rows starting from the beginning of the part | ||
| 5690 | 2024.12.20 22:29:25.178711 [ 189 ] {66d17a24-a3a1-42a5-bd94-b86efb1056dd::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 16 rows starting from the beginning of the part | ||
| 5691 | 2024.12.20 22:29:25.179129 [ 189 ] {66d17a24-a3a1-42a5-bd94-b86efb1056dd::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 39 rows starting from the beginning of the part | ||
| 5692 | 2024.12.20 22:29:25.180498 [ 260 ] {9e01232b-b037-4f3f-9753-56c3291786e1} <Trace> oximeter.fields_u32 (50de29d4-f6c5-4f7c-8dac-40e276b5b3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5693 | 2024.12.20 22:29:25.180576 [ 260 ] {9e01232b-b037-4f3f-9753-56c3291786e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 5694 | 2024.12.20 22:29:25.181607 [ 260 ] {9e01232b-b037-4f3f-9753-56c3291786e1} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 5695 | 2024.12.20 22:29:25.182128 [ 260 ] {9e01232b-b037-4f3f-9753-56c3291786e1} <Trace> oximeter.fields_u32 (50de29d4-f6c5-4f7c-8dac-40e276b5b3f8): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5696 | 2024.12.20 22:29:25.182131 [ 196 ] {66d17a24-a3a1-42a5-bd94-b86efb1056dd::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 208 rows, containing 5 columns (5 merged, 0 gathered) in 0.00508243 sec., 40925.30541492948 rows/sec., 3.08 MiB/sec. | ||
| 5697 | 2024.12.20 22:29:25.182613 [ 260 ] {9e01232b-b037-4f3f-9753-56c3291786e1} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.005303 sec., 2640.01508580049 rows/sec., 184.89 KiB/sec. | ||
| 5698 | 2024.12.20 22:29:25.182775 [ 196 ] {66d17a24-a3a1-42a5-bd94-b86efb1056dd::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 5699 | 2024.12.20 22:29:25.183021 [ 260 ] {9e01232b-b037-4f3f-9753-56c3291786e1} <Debug> TCPHandler: Processed in 0.005901763 sec. | ||
| 5700 | 2024.12.20 22:29:25.183301 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5701 | 2024.12.20 22:29:25.183518 [ 262 ] {30b2aeac-9e6a-4af7-adea-9cf1d9016f1a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5702 | 2024.12.20 22:29:25.183534 [ 196 ] {66d17a24-a3a1-42a5-bd94-b86efb1056dd::all_1_31_6} <Trace> oximeter.fields_u16 (66d17a24-a3a1-42a5-bd94-b86efb1056dd): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5703 | 2024.12.20 22:29:25.183636 [ 262 ] {30b2aeac-9e6a-4af7-adea-9cf1d9016f1a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5704 | 2024.12.20 22:29:25.183753 [ 196 ] {66d17a24-a3a1-42a5-bd94-b86efb1056dd::all_1_31_6} <Trace> oximeter.fields_u16 (66d17a24-a3a1-42a5-bd94-b86efb1056dd) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 5705 | 2024.12.20 22:29:25.183936 [ 196 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 5706 | 2024.12.20 22:29:25.184420 [ 262 ] {30b2aeac-9e6a-4af7-adea-9cf1d9016f1a} <Trace> oximeter.fields_u8 (bc6d9fff-42ef-4dc9-9b7c-2f27297e3062): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5707 | 2024.12.20 22:29:25.184464 [ 262 ] {30b2aeac-9e6a-4af7-adea-9cf1d9016f1a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 5708 | 2024.12.20 22:29:25.184821 [ 262 ] {30b2aeac-9e6a-4af7-adea-9cf1d9016f1a} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 5709 | 2024.12.20 22:29:25.185055 [ 262 ] {30b2aeac-9e6a-4af7-adea-9cf1d9016f1a} <Trace> oximeter.fields_u8 (bc6d9fff-42ef-4dc9-9b7c-2f27297e3062): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5710 | 2024.12.20 22:29:25.185232 [ 262 ] {30b2aeac-9e6a-4af7-adea-9cf1d9016f1a} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.00178 sec., 7303.370786516854 rows/sec., 455.36 KiB/sec. | ||
| 5711 | 2024.12.20 22:29:25.185288 [ 262 ] {30b2aeac-9e6a-4af7-adea-9cf1d9016f1a} <Debug> TCPHandler: Processed in 0.002126198 sec. | ||
| 5712 | 2024.12.20 22:29:25.185419 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5713 | 2024.12.20 22:29:25.185564 [ 260 ] {08881d3d-c29c-4499-96b7-9fbe97f283da} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5714 | 2024.12.20 22:29:25.185614 [ 260 ] {08881d3d-c29c-4499-96b7-9fbe97f283da} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5715 | 2024.12.20 22:29:25.186372 [ 260 ] {08881d3d-c29c-4499-96b7-9fbe97f283da} <Trace> oximeter.fields_uuid (fb7f0ac5-74a7-4737-ae05-0271c6750327): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5716 | 2024.12.20 22:29:25.186412 [ 260 ] {08881d3d-c29c-4499-96b7-9fbe97f283da} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 5717 | 2024.12.20 22:29:25.186790 [ 260 ] {08881d3d-c29c-4499-96b7-9fbe97f283da} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5718 | 2024.12.20 22:29:25.187030 [ 260 ] {08881d3d-c29c-4499-96b7-9fbe97f283da} <Trace> oximeter.fields_uuid (fb7f0ac5-74a7-4737-ae05-0271c6750327): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5719 | 2024.12.20 22:29:25.187238 [ 260 ] {08881d3d-c29c-4499-96b7-9fbe97f283da} <Debug> executeQuery: Read 414 rows, 30.25 KiB in 0.001698 sec., 243816.2544169611 rows/sec., 17.40 MiB/sec. | ||
| 5720 | 2024.12.20 22:29:25.187322 [ 260 ] {08881d3d-c29c-4499-96b7-9fbe97f283da} <Debug> TCPHandler: Processed in 0.001960164 sec. | ||
| 5721 | 2024.12.20 22:29:25.187486 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5722 | 2024.12.20 22:29:25.187627 [ 262 ] {41b5d966-670d-40e7-816a-70175c129e50} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5723 | 2024.12.20 22:29:25.187686 [ 262 ] {41b5d966-670d-40e7-816a-70175c129e50} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5724 | 2024.12.20 22:29:25.188178 [ 262 ] {41b5d966-670d-40e7-816a-70175c129e50} <Trace> oximeter.measurements_bool (902c9248-495c-4a1f-8676-b52592dc679b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5725 | 2024.12.20 22:29:25.188216 [ 262 ] {41b5d966-670d-40e7-816a-70175c129e50} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 5726 | 2024.12.20 22:29:25.188580 [ 262 ] {41b5d966-670d-40e7-816a-70175c129e50} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 5727 | 2024.12.20 22:29:25.188807 [ 262 ] {41b5d966-670d-40e7-816a-70175c129e50} <Trace> oximeter.measurements_bool (902c9248-495c-4a1f-8676-b52592dc679b): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5728 | 2024.12.20 22:29:25.188984 [ 262 ] {41b5d966-670d-40e7-816a-70175c129e50} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001389 sec., 4319.654427645788 rows/sec., 225.69 KiB/sec. | ||
| 5729 | 2024.12.20 22:29:25.189037 [ 262 ] {41b5d966-670d-40e7-816a-70175c129e50} <Debug> TCPHandler: Processed in 0.001617375 sec. | ||
| 5730 | 2024.12.20 22:29:25.189167 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5731 | 2024.12.20 22:29:25.189285 [ 260 ] {a06e8ba3-0517-41e9-be05-1bbfa2502e61} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5732 | 2024.12.20 22:29:25.189338 [ 260 ] {a06e8ba3-0517-41e9-be05-1bbfa2502e61} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5733 | 2024.12.20 22:29:25.189942 [ 260 ] {a06e8ba3-0517-41e9-be05-1bbfa2502e61} <Trace> oximeter.measurements_cumulativeu64 (2e833ed7-efb3-49ee-873b-fe7dc1d5762e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5734 | 2024.12.20 22:29:25.189982 [ 260 ] {a06e8ba3-0517-41e9-be05-1bbfa2502e61} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 5735 | 2024.12.20 22:29:25.190383 [ 260 ] {a06e8ba3-0517-41e9-be05-1bbfa2502e61} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5736 | 2024.12.20 22:29:25.190627 [ 260 ] {a06e8ba3-0517-41e9-be05-1bbfa2502e61} <Trace> oximeter.measurements_cumulativeu64 (2e833ed7-efb3-49ee-873b-fe7dc1d5762e): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5737 | 2024.12.20 22:29:25.190837 [ 260 ] {a06e8ba3-0517-41e9-be05-1bbfa2502e61} <Debug> executeQuery: Read 240 rows, 16.48 KiB in 0.001577 sec., 152187.69816106532 rows/sec., 10.20 MiB/sec. | ||
| 5738 | 2024.12.20 22:29:25.190892 [ 260 ] {a06e8ba3-0517-41e9-be05-1bbfa2502e61} <Debug> TCPHandler: Processed in 0.001780469 sec. | ||
| 5739 | 2024.12.20 22:29:25.191048 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5740 | 2024.12.20 22:29:25.191186 [ 262 ] {e908a2c9-566b-4184-b699-911fe82e5558} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5741 | 2024.12.20 22:29:25.191245 [ 262 ] {e908a2c9-566b-4184-b699-911fe82e5558} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5742 | 2024.12.20 22:29:25.191789 [ 262 ] {e908a2c9-566b-4184-b699-911fe82e5558} <Trace> oximeter.measurements_f64 (24a8fd20-3063-40e7-bd7e-0a899ffef70a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5743 | 2024.12.20 22:29:25.191831 [ 262 ] {e908a2c9-566b-4184-b699-911fe82e5558} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 5744 | 2024.12.20 22:29:25.192178 [ 262 ] {e908a2c9-566b-4184-b699-911fe82e5558} <Trace> MergedBlockOutputStream: filled checksums all_15_15_0 (state Temporary) | ||
| 5745 | 2024.12.20 22:29:25.192407 [ 262 ] {e908a2c9-566b-4184-b699-911fe82e5558} <Trace> oximeter.measurements_f64 (24a8fd20-3063-40e7-bd7e-0a899ffef70a): Renaming temporary part tmp_insert_all_15_15_0 to all_15_15_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5746 | 2024.12.20 22:29:25.192653 [ 262 ] {e908a2c9-566b-4184-b699-911fe82e5558} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001479 sec., 676.1325219743069 rows/sec., 45.56 KiB/sec. | ||
| 5747 | 2024.12.20 22:29:25.192827 [ 262 ] {e908a2c9-566b-4184-b699-911fe82e5558} <Debug> TCPHandler: Processed in 0.00184422 sec. | ||
| 5748 | 2024.12.20 22:29:25.192973 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5749 | 2024.12.20 22:29:25.193091 [ 260 ] {e1124939-8a2a-4ac1-a82b-667d4508226b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5750 | 2024.12.20 22:29:25.193172 [ 260 ] {e1124939-8a2a-4ac1-a82b-667d4508226b} <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 | ||
| 5751 | 2024.12.20 22:29:25.194355 [ 260 ] {e1124939-8a2a-4ac1-a82b-667d4508226b} <Trace> oximeter.measurements_histogramu64 (cfe0444f-6b19-4855-b696-cc295685d98f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5752 | 2024.12.20 22:29:25.194395 [ 260 ] {e1124939-8a2a-4ac1-a82b-667d4508226b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 5753 | 2024.12.20 22:29:25.195050 [ 260 ] {e1124939-8a2a-4ac1-a82b-667d4508226b} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 5754 | 2024.12.20 22:29:25.195310 [ 260 ] {e1124939-8a2a-4ac1-a82b-667d4508226b} <Trace> oximeter.measurements_histogramu64 (cfe0444f-6b19-4855-b696-cc295685d98f): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5755 | 2024.12.20 22:29:25.195497 [ 149 ] {} <Debug> oximeter.measurements_histogramu64 (cfe0444f-6b19-4855-b696-cc295685d98f) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 5756 | 2024.12.20 22:29:25.195560 [ 149 ] {} <Trace> oximeter.measurements_histogramu64 (cfe0444f-6b19-4855-b696-cc295685d98f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5757 | 2024.12.20 22:29:25.195591 [ 149 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 5758 | 2024.12.20 22:29:25.195612 [ 260 ] {e1124939-8a2a-4ac1-a82b-667d4508226b} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002534 sec., 10260.45777426993 rows/sec., 18.39 MiB/sec. | ||
| 5759 | 2024.12.20 22:29:25.195911 [ 189 ] {cfe0444f-6b19-4855-b696-cc295685d98f::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 | ||
| 5760 | 2024.12.20 22:29:25.195983 [ 260 ] {e1124939-8a2a-4ac1-a82b-667d4508226b} <Debug> TCPHandler: Processed in 0.003063384 sec. | ||
| 5761 | 2024.12.20 22:29:25.196281 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5762 | 2024.12.20 22:29:25.196380 [ 189 ] {cfe0444f-6b19-4855-b696-cc295685d98f::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5763 | 2024.12.20 22:29:25.196452 [ 262 ] {bb5c2da1-39e5-4aa8-987f-01ba7b005229} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5764 | 2024.12.20 22:29:25.196490 [ 189 ] {cfe0444f-6b19-4855-b696-cc295685d98f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 510 rows starting from the beginning of the part | ||
| 5765 | 2024.12.20 22:29:25.196529 [ 262 ] {bb5c2da1-39e5-4aa8-987f-01ba7b005229} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5766 | 2024.12.20 22:29:25.197186 [ 189 ] {cfe0444f-6b19-4855-b696-cc295685d98f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 26 rows starting from the beginning of the part | ||
| 5767 | 2024.12.20 22:29:25.197719 [ 189 ] {cfe0444f-6b19-4855-b696-cc295685d98f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 16 rows starting from the beginning of the part | ||
| 5768 | 2024.12.20 22:29:25.198283 [ 189 ] {cfe0444f-6b19-4855-b696-cc295685d98f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 26 rows starting from the beginning of the part | ||
| 5769 | 2024.12.20 22:29:25.198338 [ 262 ] {bb5c2da1-39e5-4aa8-987f-01ba7b005229} <Trace> oximeter.measurements_u64 (b5f8915a-997f-4944-a48b-a878169c21e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5770 | 2024.12.20 22:29:25.198398 [ 262 ] {bb5c2da1-39e5-4aa8-987f-01ba7b005229} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 5771 | 2024.12.20 22:29:25.198672 [ 189 ] {cfe0444f-6b19-4855-b696-cc295685d98f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 16 rows starting from the beginning of the part | ||
| 5772 | 2024.12.20 22:29:25.199064 [ 189 ] {cfe0444f-6b19-4855-b696-cc295685d98f::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 26 rows starting from the beginning of the part | ||
| 5773 | 2024.12.20 22:29:25.199375 [ 262 ] {bb5c2da1-39e5-4aa8-987f-01ba7b005229} <Trace> MergedBlockOutputStream: filled checksums all_42_42_0 (state Temporary) | ||
| 5774 | 2024.12.20 22:29:25.199710 [ 262 ] {bb5c2da1-39e5-4aa8-987f-01ba7b005229} <Trace> oximeter.measurements_u64 (b5f8915a-997f-4944-a48b-a878169c21e0): Renaming temporary part tmp_insert_all_42_42_0 to all_42_42_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5775 | 2024.12.20 22:29:25.199996 [ 262 ] {bb5c2da1-39e5-4aa8-987f-01ba7b005229} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.003584 sec., 22879.464285714286 rows/sec., 1.45 MiB/sec. | ||
| 5776 | 2024.12.20 22:29:25.200116 [ 262 ] {bb5c2da1-39e5-4aa8-987f-01ba7b005229} <Debug> TCPHandler: Processed in 0.003915088 sec. | ||
| 5777 | 2024.12.20 22:29:25.203534 [ 194 ] {cfe0444f-6b19-4855-b696-cc295685d98f::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 620 rows, containing 19 columns (19 merged, 0 gathered) in 0.007853847 sec., 78942.20501112383 rows/sec., 141.46 MiB/sec. | ||
| 5778 | 2024.12.20 22:29:25.204452 [ 194 ] {cfe0444f-6b19-4855-b696-cc295685d98f::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 5779 | 2024.12.20 22:29:25.204938 [ 194 ] {cfe0444f-6b19-4855-b696-cc295685d98f::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (cfe0444f-6b19-4855-b696-cc295685d98f): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5780 | 2024.12.20 22:29:25.205042 [ 194 ] {cfe0444f-6b19-4855-b696-cc295685d98f::all_1_31_6} <Trace> oximeter.measurements_histogramu64 (cfe0444f-6b19-4855-b696-cc295685d98f) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 5781 | 2024.12.20 22:29:25.205225 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.50 MiB. | ||
| 5782 | 2024.12.20 22:29:26.917702 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 12383 | ||
| 5783 | 2024.12.20 22:29:26.918704 [ 242 ] {} <Trace> system.asynchronous_metric_log (872a84c2-09da-4c20-9ea0-5cf32b1a4df4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5784 | 2024.12.20 22:29:26.918752 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 5785 | 2024.12.20 22:29:26.919324 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5786 | 2024.12.20 22:29:26.919591 [ 242 ] {} <Trace> system.asynchronous_metric_log (872a84c2-09da-4c20-9ea0-5cf32b1a4df4): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5787 | 2024.12.20 22:29:26.919843 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12383 | ||
| 5788 | 2024.12.20 22:29:27.863477 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 204 | ||
| 5789 | 2024.12.20 22:29:27.883549 [ 244 ] {} <Trace> system.metric_log (fe7f8d4b-b36f-4a64-a142-f4747bcb5bba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5790 | 2024.12.20 22:29:27.883616 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 5791 | 2024.12.20 22:29:27.890554 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_27_27_0 (state Temporary) | ||
| 5792 | 2024.12.20 22:29:27.891318 [ 244 ] {} <Trace> system.metric_log (fe7f8d4b-b36f-4a64-a142-f4747bcb5bba): Renaming temporary part tmp_insert_all_27_27_0 to all_27_27_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5793 | 2024.12.20 22:29:27.894121 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 204 | ||
| 5794 | 2024.12.20 22:29:30.163329 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5795 | 2024.12.20 22:29:30.163540 [ 260 ] {5b8cd152-1a3a-418a-ae60-0a7fac58944b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5796 | 2024.12.20 22:29:30.163622 [ 260 ] {5b8cd152-1a3a-418a-ae60-0a7fac58944b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5797 | 2024.12.20 22:29:30.164453 [ 260 ] {5b8cd152-1a3a-418a-ae60-0a7fac58944b} <Trace> oximeter.fields_string (be340cd8-3bde-4f05-8e45-9e8a1492ad3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5798 | 2024.12.20 22:29:30.164506 [ 260 ] {5b8cd152-1a3a-418a-ae60-0a7fac58944b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 5799 | 2024.12.20 22:29:30.164935 [ 260 ] {5b8cd152-1a3a-418a-ae60-0a7fac58944b} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5800 | 2024.12.20 22:29:30.165193 [ 260 ] {5b8cd152-1a3a-418a-ae60-0a7fac58944b} <Trace> oximeter.fields_string (be340cd8-3bde-4f05-8e45-9e8a1492ad3b): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5801 | 2024.12.20 22:29:30.165462 [ 260 ] {5b8cd152-1a3a-418a-ae60-0a7fac58944b} <Debug> executeQuery: Read 88 rows, 7.43 KiB in 0.001972 sec., 44624.746450304265 rows/sec., 3.68 MiB/sec. | ||
| 5802 | 2024.12.20 22:29:30.165566 [ 260 ] {5b8cd152-1a3a-418a-ae60-0a7fac58944b} <Debug> TCPHandler: Processed in 0.002377736 sec. | ||
| 5803 | 2024.12.20 22:29:30.165887 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5804 | 2024.12.20 22:29:30.166075 [ 262 ] {1b170aea-67b8-4b73-9906-b2f8918d51c0} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5805 | 2024.12.20 22:29:30.166150 [ 262 ] {1b170aea-67b8-4b73-9906-b2f8918d51c0} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5806 | 2024.12.20 22:29:30.166900 [ 262 ] {1b170aea-67b8-4b73-9906-b2f8918d51c0} <Trace> oximeter.fields_u16 (66d17a24-a3a1-42a5-bd94-b86efb1056dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5807 | 2024.12.20 22:29:30.166945 [ 262 ] {1b170aea-67b8-4b73-9906-b2f8918d51c0} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 5808 | 2024.12.20 22:29:30.167380 [ 262 ] {1b170aea-67b8-4b73-9906-b2f8918d51c0} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 5809 | 2024.12.20 22:29:30.167646 [ 262 ] {1b170aea-67b8-4b73-9906-b2f8918d51c0} <Trace> oximeter.fields_u16 (66d17a24-a3a1-42a5-bd94-b86efb1056dd): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5810 | 2024.12.20 22:29:30.167851 [ 262 ] {1b170aea-67b8-4b73-9906-b2f8918d51c0} <Debug> executeQuery: Read 16 rows, 1.20 KiB in 0.001825 sec., 8767.123287671233 rows/sec., 659.25 KiB/sec. | ||
| 5811 | 2024.12.20 22:29:30.167919 [ 262 ] {1b170aea-67b8-4b73-9906-b2f8918d51c0} <Debug> TCPHandler: Processed in 0.002208561 sec. | ||
| 5812 | 2024.12.20 22:29:30.168069 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5813 | 2024.12.20 22:29:30.168193 [ 260 ] {1add44d4-ed94-438d-9665-c6d7593d0b6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5814 | 2024.12.20 22:29:30.168247 [ 260 ] {1add44d4-ed94-438d-9665-c6d7593d0b6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5815 | 2024.12.20 22:29:30.168877 [ 260 ] {1add44d4-ed94-438d-9665-c6d7593d0b6c} <Trace> oximeter.fields_uuid (fb7f0ac5-74a7-4737-ae05-0271c6750327): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5816 | 2024.12.20 22:29:30.168920 [ 260 ] {1add44d4-ed94-438d-9665-c6d7593d0b6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 5817 | 2024.12.20 22:29:30.169298 [ 260 ] {1add44d4-ed94-438d-9665-c6d7593d0b6c} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5818 | 2024.12.20 22:29:30.169551 [ 260 ] {1add44d4-ed94-438d-9665-c6d7593d0b6c} <Trace> oximeter.fields_uuid (fb7f0ac5-74a7-4737-ae05-0271c6750327): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5819 | 2024.12.20 22:29:30.169769 [ 260 ] {1add44d4-ed94-438d-9665-c6d7593d0b6c} <Debug> executeQuery: Read 80 rows, 6.40 KiB in 0.001603 sec., 49906.42545227698 rows/sec., 3.90 MiB/sec. | ||
| 5820 | 2024.12.20 22:29:30.169823 [ 260 ] {1add44d4-ed94-438d-9665-c6d7593d0b6c} <Debug> TCPHandler: Processed in 0.001812981 sec. | ||
| 5821 | 2024.12.20 22:29:30.169977 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5822 | 2024.12.20 22:29:30.170122 [ 262 ] {4649015c-bc0a-496f-b04f-1c9db8cba045} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5823 | 2024.12.20 22:29:30.170189 [ 262 ] {4649015c-bc0a-496f-b04f-1c9db8cba045} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5824 | 2024.12.20 22:29:30.170891 [ 262 ] {4649015c-bc0a-496f-b04f-1c9db8cba045} <Trace> oximeter.measurements_cumulativeu64 (2e833ed7-efb3-49ee-873b-fe7dc1d5762e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5825 | 2024.12.20 22:29:30.170938 [ 262 ] {4649015c-bc0a-496f-b04f-1c9db8cba045} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 5826 | 2024.12.20 22:29:30.171357 [ 262 ] {4649015c-bc0a-496f-b04f-1c9db8cba045} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5827 | 2024.12.20 22:29:30.171600 [ 262 ] {4649015c-bc0a-496f-b04f-1c9db8cba045} <Trace> oximeter.measurements_cumulativeu64 (2e833ed7-efb3-49ee-873b-fe7dc1d5762e): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5828 | 2024.12.20 22:29:30.171797 [ 262 ] {4649015c-bc0a-496f-b04f-1c9db8cba045} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001705 sec., 93841.642228739 rows/sec., 6.54 MiB/sec. | ||
| 5829 | 2024.12.20 22:29:30.171879 [ 262 ] {4649015c-bc0a-496f-b04f-1c9db8cba045} <Debug> TCPHandler: Processed in 0.001961284 sec. | ||
| 5830 | 2024.12.20 22:29:30.172098 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5831 | 2024.12.20 22:29:30.172276 [ 260 ] {c4e857a6-ebd8-429c-b159-6c2b3aeef7dc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5832 | 2024.12.20 22:29:30.172356 [ 260 ] {c4e857a6-ebd8-429c-b159-6c2b3aeef7dc} <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 | ||
| 5833 | 2024.12.20 22:29:30.173521 [ 260 ] {c4e857a6-ebd8-429c-b159-6c2b3aeef7dc} <Trace> oximeter.measurements_histogramu64 (cfe0444f-6b19-4855-b696-cc295685d98f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5834 | 2024.12.20 22:29:30.173562 [ 260 ] {c4e857a6-ebd8-429c-b159-6c2b3aeef7dc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 5835 | 2024.12.20 22:29:30.174204 [ 260 ] {c4e857a6-ebd8-429c-b159-6c2b3aeef7dc} <Trace> MergedBlockOutputStream: filled checksums all_32_32_0 (state Temporary) | ||
| 5836 | 2024.12.20 22:29:30.174468 [ 260 ] {c4e857a6-ebd8-429c-b159-6c2b3aeef7dc} <Trace> oximeter.measurements_histogramu64 (cfe0444f-6b19-4855-b696-cc295685d98f): Renaming temporary part tmp_insert_all_32_32_0 to all_32_32_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5837 | 2024.12.20 22:29:30.174747 [ 260 ] {c4e857a6-ebd8-429c-b159-6c2b3aeef7dc} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002496 sec., 6410.25641025641 rows/sec., 11.49 MiB/sec. | ||
| 5838 | 2024.12.20 22:29:30.175249 [ 260 ] {c4e857a6-ebd8-429c-b159-6c2b3aeef7dc} <Debug> TCPHandler: Processed in 0.00327603 sec. | ||
| 5839 | 2024.12.20 22:29:30.175431 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5840 | 2024.12.20 22:29:30.175572 [ 262 ] {303c601e-da40-4831-9d90-5fe41008b2fc} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 5841 | 2024.12.20 22:29:30.175633 [ 262 ] {303c601e-da40-4831-9d90-5fe41008b2fc} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 5842 | 2024.12.20 22:29:30.176182 [ 262 ] {303c601e-da40-4831-9d90-5fe41008b2fc} <Trace> oximeter.measurements_u64 (b5f8915a-997f-4944-a48b-a878169c21e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5843 | 2024.12.20 22:29:30.176222 [ 262 ] {303c601e-da40-4831-9d90-5fe41008b2fc} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 5844 | 2024.12.20 22:29:30.176625 [ 262 ] {303c601e-da40-4831-9d90-5fe41008b2fc} <Trace> MergedBlockOutputStream: filled checksums all_43_43_0 (state Temporary) | ||
| 5845 | 2024.12.20 22:29:30.176864 [ 262 ] {303c601e-da40-4831-9d90-5fe41008b2fc} <Trace> oximeter.measurements_u64 (b5f8915a-997f-4944-a48b-a878169c21e0): Renaming temporary part tmp_insert_all_43_43_0 to all_43_43_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5846 | 2024.12.20 22:29:30.177050 [ 262 ] {303c601e-da40-4831-9d90-5fe41008b2fc} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.00151 sec., 39735.09933774835 rows/sec., 2.68 MiB/sec. | ||
| 5847 | 2024.12.20 22:29:30.177104 [ 262 ] {303c601e-da40-4831-9d90-5fe41008b2fc} <Debug> TCPHandler: Processed in 0.001744428 sec. | ||
| 5848 | 2024.12.20 22:29:34.312798 [ 38 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 5849 | 2024.12.20 22:29:34.312894 [ 38 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 5850 | 2024.12.20 22:29:34.419957 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 12871 | ||
| 5851 | 2024.12.20 22:29:34.420694 [ 242 ] {} <Trace> system.asynchronous_metric_log (872a84c2-09da-4c20-9ea0-5cf32b1a4df4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5852 | 2024.12.20 22:29:34.420748 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 5853 | 2024.12.20 22:29:34.421426 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 5854 | 2024.12.20 22:29:34.421697 [ 242 ] {} <Trace> system.asynchronous_metric_log (872a84c2-09da-4c20-9ea0-5cf32b1a4df4): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5855 | 2024.12.20 22:29:34.421905 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 12871 | ||
| 5856 | 2024.12.20 22:29:34.476190 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 36 entries to flush up to offset 838 | ||
| 5857 | 2024.12.20 22:29:34.479463 [ 243 ] {} <Trace> system.query_log (cb6910fd-3f74-40bb-afeb-929e53918d3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5858 | 2024.12.20 22:29:34.479518 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 5859 | 2024.12.20 22:29:34.481004 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_20_20_0 (state Temporary) | ||
| 5860 | 2024.12.20 22:29:34.481339 [ 243 ] {} <Trace> system.query_log (cb6910fd-3f74-40bb-afeb-929e53918d3c): Renaming temporary part tmp_insert_all_20_20_0 to all_20_20_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5861 | 2024.12.20 22:29:34.482533 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 838 | ||
| 5862 | 2024.12.20 22:29:35.168746 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5863 | 2024.12.20 22:29:35.168955 [ 260 ] {133ada79-9e13-4632-a9eb-cccc512a1e89} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 5864 | 2024.12.20 22:29:35.169037 [ 260 ] {133ada79-9e13-4632-a9eb-cccc512a1e89} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 5865 | 2024.12.20 22:29:35.169794 [ 260 ] {133ada79-9e13-4632-a9eb-cccc512a1e89} <Trace> oximeter.fields_i16 (5ba0350d-977f-4416-8d1f-0415e035e880): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5866 | 2024.12.20 22:29:35.169848 [ 260 ] {133ada79-9e13-4632-a9eb-cccc512a1e89} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 5867 | 2024.12.20 22:29:35.170276 [ 260 ] {133ada79-9e13-4632-a9eb-cccc512a1e89} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5868 | 2024.12.20 22:29:35.170537 [ 260 ] {133ada79-9e13-4632-a9eb-cccc512a1e89} <Trace> oximeter.fields_i16 (5ba0350d-977f-4416-8d1f-0415e035e880): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5869 | 2024.12.20 22:29:35.170742 [ 260 ] {133ada79-9e13-4632-a9eb-cccc512a1e89} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001846 sec., 7583.965330444204 rows/sec., 545.94 KiB/sec. | ||
| 5870 | 2024.12.20 22:29:35.170808 [ 260 ] {133ada79-9e13-4632-a9eb-cccc512a1e89} <Debug> TCPHandler: Processed in 0.002201771 sec. | ||
| 5871 | 2024.12.20 22:29:35.171071 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5872 | 2024.12.20 22:29:35.171289 [ 262 ] {09fb002d-c039-46e5-8474-6a898d44e09a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 5873 | 2024.12.20 22:29:35.171371 [ 262 ] {09fb002d-c039-46e5-8474-6a898d44e09a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 5874 | 2024.12.20 22:29:35.172307 [ 262 ] {09fb002d-c039-46e5-8474-6a898d44e09a} <Trace> oximeter.fields_string (be340cd8-3bde-4f05-8e45-9e8a1492ad3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5875 | 2024.12.20 22:29:35.172360 [ 262 ] {09fb002d-c039-46e5-8474-6a898d44e09a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 5876 | 2024.12.20 22:29:35.172824 [ 262 ] {09fb002d-c039-46e5-8474-6a898d44e09a} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 5877 | 2024.12.20 22:29:35.173078 [ 262 ] {09fb002d-c039-46e5-8474-6a898d44e09a} <Trace> oximeter.fields_string (be340cd8-3bde-4f05-8e45-9e8a1492ad3b): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5878 | 2024.12.20 22:29:35.173349 [ 262 ] {09fb002d-c039-46e5-8474-6a898d44e09a} <Debug> executeQuery: Read 255 rows, 22.96 KiB in 0.002112 sec., 120738.63636363635 rows/sec., 10.61 MiB/sec. | ||
| 5879 | 2024.12.20 22:29:35.173542 [ 262 ] {09fb002d-c039-46e5-8474-6a898d44e09a} <Debug> TCPHandler: Processed in 0.002606092 sec. | ||
| 5880 | 2024.12.20 22:29:35.173736 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5881 | 2024.12.20 22:29:35.173858 [ 260 ] {22d7fa3a-e29c-480d-9c70-6d95fb0a007d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 5882 | 2024.12.20 22:29:35.173909 [ 260 ] {22d7fa3a-e29c-480d-9c70-6d95fb0a007d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 5883 | 2024.12.20 22:29:35.174472 [ 260 ] {22d7fa3a-e29c-480d-9c70-6d95fb0a007d} <Trace> oximeter.fields_u16 (66d17a24-a3a1-42a5-bd94-b86efb1056dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5884 | 2024.12.20 22:29:35.174510 [ 260 ] {22d7fa3a-e29c-480d-9c70-6d95fb0a007d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 5885 | 2024.12.20 22:29:35.174874 [ 260 ] {22d7fa3a-e29c-480d-9c70-6d95fb0a007d} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 5886 | 2024.12.20 22:29:35.175112 [ 260 ] {22d7fa3a-e29c-480d-9c70-6d95fb0a007d} <Trace> oximeter.fields_u16 (66d17a24-a3a1-42a5-bd94-b86efb1056dd): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5887 | 2024.12.20 22:29:35.175287 [ 260 ] {22d7fa3a-e29c-480d-9c70-6d95fb0a007d} <Debug> executeQuery: Read 33 rows, 2.41 KiB in 0.001458 sec., 22633.744855967077 rows/sec., 1.61 MiB/sec. | ||
| 5888 | 2024.12.20 22:29:35.175338 [ 260 ] {22d7fa3a-e29c-480d-9c70-6d95fb0a007d} <Debug> TCPHandler: Processed in 0.001690947 sec. | ||
| 5889 | 2024.12.20 22:29:35.175501 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5890 | 2024.12.20 22:29:35.175648 [ 262 ] {f9afbe3a-a568-4c9e-9979-7aaf2491345d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 5891 | 2024.12.20 22:29:35.175708 [ 262 ] {f9afbe3a-a568-4c9e-9979-7aaf2491345d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 5892 | 2024.12.20 22:29:35.176379 [ 262 ] {f9afbe3a-a568-4c9e-9979-7aaf2491345d} <Trace> oximeter.fields_u32 (50de29d4-f6c5-4f7c-8dac-40e276b5b3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5893 | 2024.12.20 22:29:35.176422 [ 262 ] {f9afbe3a-a568-4c9e-9979-7aaf2491345d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 5894 | 2024.12.20 22:29:35.176784 [ 262 ] {f9afbe3a-a568-4c9e-9979-7aaf2491345d} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 5895 | 2024.12.20 22:29:35.177022 [ 262 ] {f9afbe3a-a568-4c9e-9979-7aaf2491345d} <Trace> oximeter.fields_u32 (50de29d4-f6c5-4f7c-8dac-40e276b5b3f8): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5896 | 2024.12.20 22:29:35.177198 [ 151 ] {} <Debug> oximeter.fields_u32 (50de29d4-f6c5-4f7c-8dac-40e276b5b3f8) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 5897 | 2024.12.20 22:29:35.177258 [ 262 ] {f9afbe3a-a568-4c9e-9979-7aaf2491345d} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001642 sec., 8526.187576126675 rows/sec., 597.12 KiB/sec. | ||
| 5898 | 2024.12.20 22:29:35.177266 [ 151 ] {} <Trace> oximeter.fields_u32 (50de29d4-f6c5-4f7c-8dac-40e276b5b3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5899 | 2024.12.20 22:29:35.177344 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 5900 | 2024.12.20 22:29:35.177375 [ 262 ] {f9afbe3a-a568-4c9e-9979-7aaf2491345d} <Debug> TCPHandler: Processed in 0.001938574 sec. | ||
| 5901 | 2024.12.20 22:29:35.177600 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5902 | 2024.12.20 22:29:35.177992 [ 260 ] {b65434d2-dbe6-4b60-b33a-d40f685905f4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 5903 | 2024.12.20 22:29:35.178171 [ 260 ] {b65434d2-dbe6-4b60-b33a-d40f685905f4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 5904 | 2024.12.20 22:29:35.178315 [ 194 ] {50de29d4-f6c5-4f7c-8dac-40e276b5b3f8::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 | ||
| 5905 | 2024.12.20 22:29:35.178679 [ 194 ] {50de29d4-f6c5-4f7c-8dac-40e276b5b3f8::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5906 | 2024.12.20 22:29:35.178781 [ 194 ] {50de29d4-f6c5-4f7c-8dac-40e276b5b3f8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 243 rows starting from the beginning of the part | ||
| 5907 | 2024.12.20 22:29:35.179179 [ 194 ] {50de29d4-f6c5-4f7c-8dac-40e276b5b3f8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 14 rows starting from the beginning of the part | ||
| 5908 | 2024.12.20 22:29:35.179414 [ 194 ] {50de29d4-f6c5-4f7c-8dac-40e276b5b3f8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 228 rows starting from the beginning of the part | ||
| 5909 | 2024.12.20 22:29:35.179792 [ 194 ] {50de29d4-f6c5-4f7c-8dac-40e276b5b3f8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 14 rows starting from the beginning of the part | ||
| 5910 | 2024.12.20 22:29:35.180084 [ 194 ] {50de29d4-f6c5-4f7c-8dac-40e276b5b3f8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 14 rows starting from the beginning of the part | ||
| 5911 | 2024.12.20 22:29:35.180503 [ 194 ] {50de29d4-f6c5-4f7c-8dac-40e276b5b3f8::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 14 rows starting from the beginning of the part | ||
| 5912 | 2024.12.20 22:29:35.181041 [ 260 ] {b65434d2-dbe6-4b60-b33a-d40f685905f4} <Trace> oximeter.fields_u8 (bc6d9fff-42ef-4dc9-9b7c-2f27297e3062): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5913 | 2024.12.20 22:29:35.181113 [ 260 ] {b65434d2-dbe6-4b60-b33a-d40f685905f4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 5914 | 2024.12.20 22:29:35.181983 [ 260 ] {b65434d2-dbe6-4b60-b33a-d40f685905f4} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5915 | 2024.12.20 22:29:35.182608 [ 260 ] {b65434d2-dbe6-4b60-b33a-d40f685905f4} <Trace> oximeter.fields_u8 (bc6d9fff-42ef-4dc9-9b7c-2f27297e3062): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5916 | 2024.12.20 22:29:35.183215 [ 260 ] {b65434d2-dbe6-4b60-b33a-d40f685905f4} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.005356 sec., 2427.1844660194174 rows/sec., 151.33 KiB/sec. | ||
| 5917 | 2024.12.20 22:29:35.183557 [ 260 ] {b65434d2-dbe6-4b60-b33a-d40f685905f4} <Debug> TCPHandler: Processed in 0.006091848 sec. | ||
| 5918 | 2024.12.20 22:29:35.183793 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5919 | 2024.12.20 22:29:35.183872 [ 187 ] {50de29d4-f6c5-4f7c-8dac-40e276b5b3f8::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 527 rows, containing 5 columns (5 merged, 0 gathered) in 0.006318534 sec., 83405.42284017148 rows/sec., 5.97 MiB/sec. | ||
| 5920 | 2024.12.20 22:29:35.183981 [ 262 ] {6885f8a9-78a0-4135-858f-c64edbe4fed5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 5921 | 2024.12.20 22:29:35.184070 [ 262 ] {6885f8a9-78a0-4135-858f-c64edbe4fed5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 5922 | 2024.12.20 22:29:35.184097 [ 187 ] {50de29d4-f6c5-4f7c-8dac-40e276b5b3f8::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 5923 | 2024.12.20 22:29:35.184799 [ 187 ] {50de29d4-f6c5-4f7c-8dac-40e276b5b3f8::all_1_21_4} <Trace> oximeter.fields_u32 (50de29d4-f6c5-4f7c-8dac-40e276b5b3f8): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5924 | 2024.12.20 22:29:35.184914 [ 187 ] {50de29d4-f6c5-4f7c-8dac-40e276b5b3f8::all_1_21_4} <Trace> oximeter.fields_u32 (50de29d4-f6c5-4f7c-8dac-40e276b5b3f8) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 5925 | 2024.12.20 22:29:35.185057 [ 187 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.31 MiB. | ||
| 5926 | 2024.12.20 22:29:35.185373 [ 262 ] {6885f8a9-78a0-4135-858f-c64edbe4fed5} <Trace> oximeter.fields_uuid (fb7f0ac5-74a7-4737-ae05-0271c6750327): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5927 | 2024.12.20 22:29:35.185418 [ 262 ] {6885f8a9-78a0-4135-858f-c64edbe4fed5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 5928 | 2024.12.20 22:29:35.185820 [ 262 ] {6885f8a9-78a0-4135-858f-c64edbe4fed5} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 5929 | 2024.12.20 22:29:35.186066 [ 262 ] {6885f8a9-78a0-4135-858f-c64edbe4fed5} <Trace> oximeter.fields_uuid (fb7f0ac5-74a7-4737-ae05-0271c6750327): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5930 | 2024.12.20 22:29:35.186287 [ 262 ] {6885f8a9-78a0-4135-858f-c64edbe4fed5} <Debug> executeQuery: Read 408 rows, 29.76 KiB in 0.002358 sec., 173027.98982188298 rows/sec., 12.33 MiB/sec. | ||
| 5931 | 2024.12.20 22:29:35.186348 [ 262 ] {6885f8a9-78a0-4135-858f-c64edbe4fed5} <Debug> TCPHandler: Processed in 0.002666323 sec. | ||
| 5932 | 2024.12.20 22:29:35.186490 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5933 | 2024.12.20 22:29:35.186605 [ 260 ] {b3d772a8-c5f6-4991-865a-16f52b6fb4a9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 5934 | 2024.12.20 22:29:35.186655 [ 260 ] {b3d772a8-c5f6-4991-865a-16f52b6fb4a9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 5935 | 2024.12.20 22:29:35.187129 [ 260 ] {b3d772a8-c5f6-4991-865a-16f52b6fb4a9} <Trace> oximeter.measurements_bool (902c9248-495c-4a1f-8676-b52592dc679b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5936 | 2024.12.20 22:29:35.187165 [ 260 ] {b3d772a8-c5f6-4991-865a-16f52b6fb4a9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 5937 | 2024.12.20 22:29:35.187522 [ 260 ] {b3d772a8-c5f6-4991-865a-16f52b6fb4a9} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5938 | 2024.12.20 22:29:35.187762 [ 260 ] {b3d772a8-c5f6-4991-865a-16f52b6fb4a9} <Trace> oximeter.measurements_bool (902c9248-495c-4a1f-8676-b52592dc679b): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5939 | 2024.12.20 22:29:35.187884 [ 151 ] {} <Debug> oximeter.measurements_bool (902c9248-495c-4a1f-8676-b52592dc679b) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 5940 | 2024.12.20 22:29:35.187923 [ 151 ] {} <Trace> oximeter.measurements_bool (902c9248-495c-4a1f-8676-b52592dc679b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5941 | 2024.12.20 22:29:35.187940 [ 260 ] {b3d772a8-c5f6-4991-865a-16f52b6fb4a9} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001357 sec., 4421.518054532056 rows/sec., 231.01 KiB/sec. | ||
| 5942 | 2024.12.20 22:29:35.187947 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 5943 | 2024.12.20 22:29:35.188044 [ 260 ] {b3d772a8-c5f6-4991-865a-16f52b6fb4a9} <Debug> TCPHandler: Processed in 0.001607394 sec. | ||
| 5944 | 2024.12.20 22:29:35.188389 [ 187 ] {902c9248-495c-4a1f-8676-b52592dc679b::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 | ||
| 5945 | 2024.12.20 22:29:35.188433 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5946 | 2024.12.20 22:29:35.188788 [ 187 ] {902c9248-495c-4a1f-8676-b52592dc679b::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5947 | 2024.12.20 22:29:35.188800 [ 262 ] {f3359c19-7db1-40c5-b1a3-75084920f074} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 5948 | 2024.12.20 22:29:35.188846 [ 187 ] {902c9248-495c-4a1f-8676-b52592dc679b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 66 rows starting from the beginning of the part | ||
| 5949 | 2024.12.20 22:29:35.188915 [ 262 ] {f3359c19-7db1-40c5-b1a3-75084920f074} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 5950 | 2024.12.20 22:29:35.189096 [ 187 ] {902c9248-495c-4a1f-8676-b52592dc679b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 6 rows starting from the beginning of the part | ||
| 5951 | 2024.12.20 22:29:35.189454 [ 187 ] {902c9248-495c-4a1f-8676-b52592dc679b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 6 rows starting from the beginning of the part | ||
| 5952 | 2024.12.20 22:29:35.189815 [ 187 ] {902c9248-495c-4a1f-8676-b52592dc679b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 6 rows starting from the beginning of the part | ||
| 5953 | 2024.12.20 22:29:35.190127 [ 187 ] {902c9248-495c-4a1f-8676-b52592dc679b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 6 rows starting from the beginning of the part | ||
| 5954 | 2024.12.20 22:29:35.190394 [ 187 ] {902c9248-495c-4a1f-8676-b52592dc679b::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 6 rows starting from the beginning of the part | ||
| 5955 | 2024.12.20 22:29:35.191424 [ 262 ] {f3359c19-7db1-40c5-b1a3-75084920f074} <Trace> oximeter.measurements_cumulativeu64 (2e833ed7-efb3-49ee-873b-fe7dc1d5762e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5956 | 2024.12.20 22:29:35.191480 [ 262 ] {f3359c19-7db1-40c5-b1a3-75084920f074} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 5957 | 2024.12.20 22:29:35.192564 [ 262 ] {f3359c19-7db1-40c5-b1a3-75084920f074} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 5958 | 2024.12.20 22:29:35.192802 [ 187 ] {902c9248-495c-4a1f-8676-b52592dc679b::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 96 rows, containing 4 columns (4 merged, 0 gathered) in 0.004734111 sec., 20278.358492228002 rows/sec., 1.03 MiB/sec. | ||
| 5959 | 2024.12.20 22:29:35.193005 [ 262 ] {f3359c19-7db1-40c5-b1a3-75084920f074} <Trace> oximeter.measurements_cumulativeu64 (2e833ed7-efb3-49ee-873b-fe7dc1d5762e): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5960 | 2024.12.20 22:29:35.193111 [ 194 ] {902c9248-495c-4a1f-8676-b52592dc679b::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 5961 | 2024.12.20 22:29:35.193452 [ 262 ] {f3359c19-7db1-40c5-b1a3-75084920f074} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.004751 sec., 49884.23489791623 rows/sec., 3.34 MiB/sec. | ||
| 5962 | 2024.12.20 22:29:35.193605 [ 262 ] {f3359c19-7db1-40c5-b1a3-75084920f074} <Debug> TCPHandler: Processed in 0.005447641 sec. | ||
| 5963 | 2024.12.20 22:29:35.193814 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5964 | 2024.12.20 22:29:35.193829 [ 194 ] {902c9248-495c-4a1f-8676-b52592dc679b::all_1_16_3} <Trace> oximeter.measurements_bool (902c9248-495c-4a1f-8676-b52592dc679b): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5965 | 2024.12.20 22:29:35.194004 [ 194 ] {902c9248-495c-4a1f-8676-b52592dc679b::all_1_16_3} <Trace> oximeter.measurements_bool (902c9248-495c-4a1f-8676-b52592dc679b) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 5966 | 2024.12.20 22:29:35.194049 [ 260 ] {790f4018-57db-4f0c-8fe2-1af99416e1f7} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 5967 | 2024.12.20 22:29:35.194176 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.22 MiB. | ||
| 5968 | 2024.12.20 22:29:35.194191 [ 260 ] {790f4018-57db-4f0c-8fe2-1af99416e1f7} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 5969 | 2024.12.20 22:29:35.194686 [ 260 ] {790f4018-57db-4f0c-8fe2-1af99416e1f7} <Trace> oximeter.measurements_f64 (24a8fd20-3063-40e7-bd7e-0a899ffef70a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5970 | 2024.12.20 22:29:35.194727 [ 260 ] {790f4018-57db-4f0c-8fe2-1af99416e1f7} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 5971 | 2024.12.20 22:29:35.195102 [ 260 ] {790f4018-57db-4f0c-8fe2-1af99416e1f7} <Trace> MergedBlockOutputStream: filled checksums all_16_16_0 (state Temporary) | ||
| 5972 | 2024.12.20 22:29:35.195354 [ 260 ] {790f4018-57db-4f0c-8fe2-1af99416e1f7} <Trace> oximeter.measurements_f64 (24a8fd20-3063-40e7-bd7e-0a899ffef70a): Renaming temporary part tmp_insert_all_16_16_0 to all_16_16_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5973 | 2024.12.20 22:29:35.195485 [ 151 ] {} <Debug> oximeter.measurements_f64 (24a8fd20-3063-40e7-bd7e-0a899ffef70a) (MergerMutator): Selected 6 parts from all_1_11_2 to all_16_16_0 | ||
| 5974 | 2024.12.20 22:29:35.195525 [ 151 ] {} <Trace> oximeter.measurements_f64 (24a8fd20-3063-40e7-bd7e-0a899ffef70a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5975 | 2024.12.20 22:29:35.195546 [ 260 ] {790f4018-57db-4f0c-8fe2-1af99416e1f7} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001556 sec., 642.6735218508998 rows/sec., 43.31 KiB/sec. | ||
| 5976 | 2024.12.20 22:29:35.195551 [ 151 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 5977 | 2024.12.20 22:29:35.195660 [ 260 ] {790f4018-57db-4f0c-8fe2-1af99416e1f7} <Debug> TCPHandler: Processed in 0.001940833 sec. | ||
| 5978 | 2024.12.20 22:29:35.195805 [ 188 ] {24a8fd20-3063-40e7-bd7e-0a899ffef70a::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 | ||
| 5979 | 2024.12.20 22:29:35.195875 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 5980 | 2024.12.20 22:29:35.196060 [ 188 ] {24a8fd20-3063-40e7-bd7e-0a899ffef70a::all_1_16_3} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 5981 | 2024.12.20 22:29:35.196125 [ 262 ] {ded73784-c657-4acc-a7c0-fe5717ad4233} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 5982 | 2024.12.20 22:29:35.196141 [ 188 ] {24a8fd20-3063-40e7-bd7e-0a899ffef70a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_11_2, total 12 rows starting from the beginning of the part | ||
| 5983 | 2024.12.20 22:29:35.196417 [ 262 ] {ded73784-c657-4acc-a7c0-fe5717ad4233} <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 | ||
| 5984 | 2024.12.20 22:29:35.196441 [ 188 ] {24a8fd20-3063-40e7-bd7e-0a899ffef70a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_12_12_0, total 1 rows starting from the beginning of the part | ||
| 5985 | 2024.12.20 22:29:35.196831 [ 188 ] {24a8fd20-3063-40e7-bd7e-0a899ffef70a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_13_13_0, total 1 rows starting from the beginning of the part | ||
| 5986 | 2024.12.20 22:29:35.197070 [ 188 ] {24a8fd20-3063-40e7-bd7e-0a899ffef70a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 1 rows starting from the beginning of the part | ||
| 5987 | 2024.12.20 22:29:35.197672 [ 188 ] {24a8fd20-3063-40e7-bd7e-0a899ffef70a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 1 rows starting from the beginning of the part | ||
| 5988 | 2024.12.20 22:29:35.198035 [ 188 ] {24a8fd20-3063-40e7-bd7e-0a899ffef70a::all_1_16_3} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 1 rows starting from the beginning of the part | ||
| 5989 | 2024.12.20 22:29:35.201842 [ 188 ] {24a8fd20-3063-40e7-bd7e-0a899ffef70a::all_1_16_3} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 17 rows, containing 4 columns (4 merged, 0 gathered) in 0.006175381 sec., 2752.8665842641935 rows/sec., 184.86 KiB/sec. | ||
| 5990 | 2024.12.20 22:29:35.202104 [ 203 ] {24a8fd20-3063-40e7-bd7e-0a899ffef70a::all_1_16_3} <Trace> MergedBlockOutputStream: filled checksums all_1_16_3 (state Temporary) | ||
| 5991 | 2024.12.20 22:29:35.202119 [ 262 ] {ded73784-c657-4acc-a7c0-fe5717ad4233} <Trace> oximeter.measurements_histogramu64 (cfe0444f-6b19-4855-b696-cc295685d98f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 5992 | 2024.12.20 22:29:35.202195 [ 262 ] {ded73784-c657-4acc-a7c0-fe5717ad4233} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 5993 | 2024.12.20 22:29:35.202691 [ 203 ] {24a8fd20-3063-40e7-bd7e-0a899ffef70a::all_1_16_3} <Trace> oximeter.measurements_f64 (24a8fd20-3063-40e7-bd7e-0a899ffef70a): Renaming temporary part tmp_merge_all_1_16_3 to all_1_16_3 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5994 | 2024.12.20 22:29:35.202858 [ 203 ] {24a8fd20-3063-40e7-bd7e-0a899ffef70a::all_1_16_3} <Trace> oximeter.measurements_f64 (24a8fd20-3063-40e7-bd7e-0a899ffef70a) (MergerMutator): Merged 6 parts: [all_1_11_2, all_16_16_0] -> all_1_16_3 | ||
| 5995 | 2024.12.20 22:29:35.203019 [ 203 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 5996 | 2024.12.20 22:29:35.203355 [ 262 ] {ded73784-c657-4acc-a7c0-fe5717ad4233} <Trace> MergedBlockOutputStream: filled checksums all_33_33_0 (state Temporary) | ||
| 5997 | 2024.12.20 22:29:35.203627 [ 262 ] {ded73784-c657-4acc-a7c0-fe5717ad4233} <Trace> oximeter.measurements_histogramu64 (cfe0444f-6b19-4855-b696-cc295685d98f): Renaming temporary part tmp_insert_all_33_33_0 to all_33_33_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 5998 | 2024.12.20 22:29:35.203964 [ 262 ] {ded73784-c657-4acc-a7c0-fe5717ad4233} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.007885 sec., 3297.400126823082 rows/sec., 5.91 MiB/sec. | ||
| 5999 | 2024.12.20 22:29:35.204375 [ 262 ] {ded73784-c657-4acc-a7c0-fe5717ad4233} <Debug> TCPHandler: Processed in 0.008612928 sec. | ||
| 6000 | 2024.12.20 22:29:35.204574 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6001 | 2024.12.20 22:29:35.204695 [ 260 ] {30754820-3e57-4246-9b1c-5e4ea5ef0912} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6002 | 2024.12.20 22:29:35.204746 [ 260 ] {30754820-3e57-4246-9b1c-5e4ea5ef0912} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6003 | 2024.12.20 22:29:35.205231 [ 260 ] {30754820-3e57-4246-9b1c-5e4ea5ef0912} <Trace> oximeter.measurements_u64 (b5f8915a-997f-4944-a48b-a878169c21e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6004 | 2024.12.20 22:29:35.205269 [ 260 ] {30754820-3e57-4246-9b1c-5e4ea5ef0912} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 6005 | 2024.12.20 22:29:35.205656 [ 260 ] {30754820-3e57-4246-9b1c-5e4ea5ef0912} <Trace> MergedBlockOutputStream: filled checksums all_44_44_0 (state Temporary) | ||
| 6006 | 2024.12.20 22:29:35.205893 [ 260 ] {30754820-3e57-4246-9b1c-5e4ea5ef0912} <Trace> oximeter.measurements_u64 (b5f8915a-997f-4944-a48b-a878169c21e0): Renaming temporary part tmp_insert_all_44_44_0 to all_44_44_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6007 | 2024.12.20 22:29:35.206093 [ 260 ] {30754820-3e57-4246-9b1c-5e4ea5ef0912} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001422 sec., 57665.260196905765 rows/sec., 3.66 MiB/sec. | ||
| 6008 | 2024.12.20 22:29:35.206153 [ 260 ] {30754820-3e57-4246-9b1c-5e4ea5ef0912} <Debug> TCPHandler: Processed in 0.001635365 sec. | ||
| 6009 | 2024.12.20 22:29:35.394182 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 212 | ||
| 6010 | 2024.12.20 22:29:35.414776 [ 244 ] {} <Trace> system.metric_log (fe7f8d4b-b36f-4a64-a142-f4747bcb5bba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6011 | 2024.12.20 22:29:35.414846 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 6012 | 2024.12.20 22:29:35.422193 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_28_28_0 (state Temporary) | ||
| 6013 | 2024.12.20 22:29:35.422938 [ 244 ] {} <Trace> system.metric_log (fe7f8d4b-b36f-4a64-a142-f4747bcb5bba): Renaming temporary part tmp_insert_all_28_28_0 to all_28_28_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6014 | 2024.12.20 22:29:35.426460 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 212 | ||
| 6015 | 2024.12.20 22:29:36.000179 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 199.24 MiB, peak 205.72 MiB, free memory in arenas 0.00 B, will set to 197.98 MiB (RSS), difference: -1.26 MiB | ||
| 6016 | 2024.12.20 22:29:38.127381 [ 130 ] {} <Debug> oximeter.fields_ipaddr (6efd1947-dbb6-4524-99d7-af0451dd6934) (MergerMutator): Selected 5 parts from all_1_5_1 to all_9_9_0 | ||
| 6017 | 2024.12.20 22:29:38.127462 [ 130 ] {} <Trace> oximeter.fields_ipaddr (6efd1947-dbb6-4524-99d7-af0451dd6934): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6018 | 2024.12.20 22:29:38.127488 [ 130 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 6019 | 2024.12.20 22:29:38.127708 [ 195 ] {6efd1947-dbb6-4524-99d7-af0451dd6934::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 | ||
| 6020 | 2024.12.20 22:29:38.127908 [ 195 ] {6efd1947-dbb6-4524-99d7-af0451dd6934::all_1_9_2} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6021 | 2024.12.20 22:29:38.127951 [ 195 ] {6efd1947-dbb6-4524-99d7-af0451dd6934::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_5_1, total 18 rows starting from the beginning of the part | ||
| 6022 | 2024.12.20 22:29:38.128046 [ 195 ] {6efd1947-dbb6-4524-99d7-af0451dd6934::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_6_6_0, total 4 rows starting from the beginning of the part | ||
| 6023 | 2024.12.20 22:29:38.128330 [ 195 ] {6efd1947-dbb6-4524-99d7-af0451dd6934::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_7_7_0, total 4 rows starting from the beginning of the part | ||
| 6024 | 2024.12.20 22:29:38.128483 [ 195 ] {6efd1947-dbb6-4524-99d7-af0451dd6934::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_8_8_0, total 4 rows starting from the beginning of the part | ||
| 6025 | 2024.12.20 22:29:38.128659 [ 195 ] {6efd1947-dbb6-4524-99d7-af0451dd6934::all_1_9_2} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_9_9_0, total 6 rows starting from the beginning of the part | ||
| 6026 | 2024.12.20 22:29:38.129769 [ 188 ] {6efd1947-dbb6-4524-99d7-af0451dd6934::all_1_9_2} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 36 rows, containing 5 columns (5 merged, 0 gathered) in 0.002187331 sec., 16458.414387214372 rows/sec., 1.37 MiB/sec. | ||
| 6027 | 2024.12.20 22:29:38.129952 [ 203 ] {6efd1947-dbb6-4524-99d7-af0451dd6934::all_1_9_2} <Trace> MergedBlockOutputStream: filled checksums all_1_9_2 (state Temporary) | ||
| 6028 | 2024.12.20 22:29:38.130300 [ 203 ] {6efd1947-dbb6-4524-99d7-af0451dd6934::all_1_9_2} <Trace> oximeter.fields_ipaddr (6efd1947-dbb6-4524-99d7-af0451dd6934): Renaming temporary part tmp_merge_all_1_9_2 to all_1_9_2 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6029 | 2024.12.20 22:29:38.130380 [ 203 ] {6efd1947-dbb6-4524-99d7-af0451dd6934::all_1_9_2} <Trace> oximeter.fields_ipaddr (6efd1947-dbb6-4524-99d7-af0451dd6934) (MergerMutator): Merged 5 parts: [all_1_5_1, all_9_9_0] -> all_1_9_2 | ||
| 6030 | 2024.12.20 22:29:38.130457 [ 203 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 6031 | 2024.12.20 22:29:38.371452 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6032 | 2024.12.20 22:29:38.371638 [ 260 ] {8617ce4a-8f8d-49a6-acba-bef287dd71d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 6033 | 2024.12.20 22:29:38.371711 [ 260 ] {8617ce4a-8f8d-49a6-acba-bef287dd71d4} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 6034 | 2024.12.20 22:29:38.372490 [ 260 ] {8617ce4a-8f8d-49a6-acba-bef287dd71d4} <Trace> oximeter.fields_ipaddr (6efd1947-dbb6-4524-99d7-af0451dd6934): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6035 | 2024.12.20 22:29:38.372539 [ 260 ] {8617ce4a-8f8d-49a6-acba-bef287dd71d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 6036 | 2024.12.20 22:29:38.372909 [ 260 ] {8617ce4a-8f8d-49a6-acba-bef287dd71d4} <Trace> MergedBlockOutputStream: filled checksums all_10_10_0 (state Temporary) | ||
| 6037 | 2024.12.20 22:29:38.373158 [ 260 ] {8617ce4a-8f8d-49a6-acba-bef287dd71d4} <Trace> oximeter.fields_ipaddr (6efd1947-dbb6-4524-99d7-af0451dd6934): Renaming temporary part tmp_insert_all_10_10_0 to all_10_10_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6038 | 2024.12.20 22:29:38.373404 [ 260 ] {8617ce4a-8f8d-49a6-acba-bef287dd71d4} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001819 sec., 2199.010445299615 rows/sec., 179.31 KiB/sec. | ||
| 6039 | 2024.12.20 22:29:38.373464 [ 260 ] {8617ce4a-8f8d-49a6-acba-bef287dd71d4} <Debug> TCPHandler: Processed in 0.002135659 sec. | ||
| 6040 | 2024.12.20 22:29:38.373732 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6041 | 2024.12.20 22:29:38.373947 [ 262 ] {1147d673-dc57-49d2-a591-fdbcaae3900d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6042 | 2024.12.20 22:29:38.374028 [ 262 ] {1147d673-dc57-49d2-a591-fdbcaae3900d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6043 | 2024.12.20 22:29:38.375442 [ 262 ] {1147d673-dc57-49d2-a591-fdbcaae3900d} <Trace> oximeter.fields_string (be340cd8-3bde-4f05-8e45-9e8a1492ad3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6044 | 2024.12.20 22:29:38.375497 [ 262 ] {1147d673-dc57-49d2-a591-fdbcaae3900d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 6045 | 2024.12.20 22:29:38.376010 [ 262 ] {1147d673-dc57-49d2-a591-fdbcaae3900d} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 6046 | 2024.12.20 22:29:38.376276 [ 262 ] {1147d673-dc57-49d2-a591-fdbcaae3900d} <Trace> oximeter.fields_string (be340cd8-3bde-4f05-8e45-9e8a1492ad3b): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6047 | 2024.12.20 22:29:38.376536 [ 262 ] {1147d673-dc57-49d2-a591-fdbcaae3900d} <Debug> executeQuery: Read 1230 rows, 104.14 KiB in 0.002647 sec., 464676.9928220627 rows/sec., 38.42 MiB/sec. | ||
| 6048 | 2024.12.20 22:29:38.376611 [ 262 ] {1147d673-dc57-49d2-a591-fdbcaae3900d} <Debug> TCPHandler: Processed in 0.003019203 sec. | ||
| 6049 | 2024.12.20 22:29:38.376781 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6050 | 2024.12.20 22:29:38.376924 [ 260 ] {ea2487d5-c889-4e5e-8d48-3373d490bc2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6051 | 2024.12.20 22:29:38.376984 [ 260 ] {ea2487d5-c889-4e5e-8d48-3373d490bc2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6052 | 2024.12.20 22:29:38.377632 [ 260 ] {ea2487d5-c889-4e5e-8d48-3373d490bc2d} <Trace> oximeter.fields_u16 (66d17a24-a3a1-42a5-bd94-b86efb1056dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6053 | 2024.12.20 22:29:38.377676 [ 260 ] {ea2487d5-c889-4e5e-8d48-3373d490bc2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 6054 | 2024.12.20 22:29:38.378049 [ 260 ] {ea2487d5-c889-4e5e-8d48-3373d490bc2d} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 6055 | 2024.12.20 22:29:38.378297 [ 260 ] {ea2487d5-c889-4e5e-8d48-3373d490bc2d} <Trace> oximeter.fields_u16 (66d17a24-a3a1-42a5-bd94-b86efb1056dd): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6056 | 2024.12.20 22:29:38.378508 [ 260 ] {ea2487d5-c889-4e5e-8d48-3373d490bc2d} <Debug> executeQuery: Read 20 rows, 1.48 KiB in 0.001616 sec., 12376.237623762376 rows/sec., 917.34 KiB/sec. | ||
| 6057 | 2024.12.20 22:29:38.378564 [ 260 ] {ea2487d5-c889-4e5e-8d48-3373d490bc2d} <Debug> TCPHandler: Processed in 0.001850561 sec. | ||
| 6058 | 2024.12.20 22:29:38.378719 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6059 | 2024.12.20 22:29:38.378875 [ 262 ] {dbcee1aa-83c4-40ea-9fd8-cc8744a23483} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6060 | 2024.12.20 22:29:38.378936 [ 262 ] {dbcee1aa-83c4-40ea-9fd8-cc8744a23483} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6061 | 2024.12.20 22:29:38.379715 [ 262 ] {dbcee1aa-83c4-40ea-9fd8-cc8744a23483} <Trace> oximeter.fields_u32 (50de29d4-f6c5-4f7c-8dac-40e276b5b3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6062 | 2024.12.20 22:29:38.379759 [ 262 ] {dbcee1aa-83c4-40ea-9fd8-cc8744a23483} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 6063 | 2024.12.20 22:29:38.380128 [ 262 ] {dbcee1aa-83c4-40ea-9fd8-cc8744a23483} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6064 | 2024.12.20 22:29:38.380365 [ 262 ] {dbcee1aa-83c4-40ea-9fd8-cc8744a23483} <Trace> oximeter.fields_u32 (50de29d4-f6c5-4f7c-8dac-40e276b5b3f8): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6065 | 2024.12.20 22:29:38.380598 [ 262 ] {dbcee1aa-83c4-40ea-9fd8-cc8744a23483} <Debug> executeQuery: Read 228 rows, 15.81 KiB in 0.001764 sec., 129251.70068027212 rows/sec., 8.75 MiB/sec. | ||
| 6066 | 2024.12.20 22:29:38.380658 [ 262 ] {dbcee1aa-83c4-40ea-9fd8-cc8744a23483} <Debug> TCPHandler: Processed in 0.002009615 sec. | ||
| 6067 | 2024.12.20 22:29:38.380806 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6068 | 2024.12.20 22:29:38.380944 [ 260 ] {c1b765b6-5ba2-46a3-9c65-488efdf1c05d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6069 | 2024.12.20 22:29:38.381004 [ 260 ] {c1b765b6-5ba2-46a3-9c65-488efdf1c05d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6070 | 2024.12.20 22:29:38.381845 [ 260 ] {c1b765b6-5ba2-46a3-9c65-488efdf1c05d} <Trace> oximeter.fields_uuid (fb7f0ac5-74a7-4737-ae05-0271c6750327): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6071 | 2024.12.20 22:29:38.381886 [ 260 ] {c1b765b6-5ba2-46a3-9c65-488efdf1c05d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 6072 | 2024.12.20 22:29:38.382281 [ 260 ] {c1b765b6-5ba2-46a3-9c65-488efdf1c05d} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 6073 | 2024.12.20 22:29:38.382523 [ 260 ] {c1b765b6-5ba2-46a3-9c65-488efdf1c05d} <Trace> oximeter.fields_uuid (fb7f0ac5-74a7-4737-ae05-0271c6750327): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6074 | 2024.12.20 22:29:38.382751 [ 260 ] {c1b765b6-5ba2-46a3-9c65-488efdf1c05d} <Debug> executeQuery: Read 540 rows, 41.01 KiB in 0.001837 sec., 293957.53946652147 rows/sec., 21.80 MiB/sec. | ||
| 6075 | 2024.12.20 22:29:38.382807 [ 260 ] {c1b765b6-5ba2-46a3-9c65-488efdf1c05d} <Debug> TCPHandler: Processed in 0.002066067 sec. | ||
| 6076 | 2024.12.20 22:29:38.382954 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6077 | 2024.12.20 22:29:38.383096 [ 262 ] {74d7f1ce-34a1-4c1b-aa08-cb10ef45507a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6078 | 2024.12.20 22:29:38.383158 [ 262 ] {74d7f1ce-34a1-4c1b-aa08-cb10ef45507a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6079 | 2024.12.20 22:29:38.383963 [ 262 ] {74d7f1ce-34a1-4c1b-aa08-cb10ef45507a} <Trace> oximeter.measurements_cumulativeu64 (2e833ed7-efb3-49ee-873b-fe7dc1d5762e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6080 | 2024.12.20 22:29:38.384003 [ 262 ] {74d7f1ce-34a1-4c1b-aa08-cb10ef45507a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 6081 | 2024.12.20 22:29:38.384448 [ 262 ] {74d7f1ce-34a1-4c1b-aa08-cb10ef45507a} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 6082 | 2024.12.20 22:29:38.384683 [ 262 ] {74d7f1ce-34a1-4c1b-aa08-cb10ef45507a} <Trace> oximeter.measurements_cumulativeu64 (2e833ed7-efb3-49ee-873b-fe7dc1d5762e): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6083 | 2024.12.20 22:29:38.384909 [ 262 ] {74d7f1ce-34a1-4c1b-aa08-cb10ef45507a} <Debug> executeQuery: Read 964 rows, 66.24 KiB in 0.001847 sec., 521927.4499187872 rows/sec., 35.02 MiB/sec. | ||
| 6084 | 2024.12.20 22:29:38.384967 [ 262 ] {74d7f1ce-34a1-4c1b-aa08-cb10ef45507a} <Debug> TCPHandler: Processed in 0.002077897 sec. | ||
| 6085 | 2024.12.20 22:29:38.385108 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6086 | 2024.12.20 22:29:38.385247 [ 260 ] {f2f82ac6-3bb2-4f94-8e9b-402c2f31a7c2} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6087 | 2024.12.20 22:29:38.385340 [ 260 ] {f2f82ac6-3bb2-4f94-8e9b-402c2f31a7c2} <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 | ||
| 6088 | 2024.12.20 22:29:38.386636 [ 260 ] {f2f82ac6-3bb2-4f94-8e9b-402c2f31a7c2} <Trace> oximeter.measurements_histogramu64 (cfe0444f-6b19-4855-b696-cc295685d98f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6089 | 2024.12.20 22:29:38.386677 [ 260 ] {f2f82ac6-3bb2-4f94-8e9b-402c2f31a7c2} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 6090 | 2024.12.20 22:29:38.387308 [ 260 ] {f2f82ac6-3bb2-4f94-8e9b-402c2f31a7c2} <Trace> MergedBlockOutputStream: filled checksums all_34_34_0 (state Temporary) | ||
| 6091 | 2024.12.20 22:29:38.387599 [ 260 ] {f2f82ac6-3bb2-4f94-8e9b-402c2f31a7c2} <Trace> oximeter.measurements_histogramu64 (cfe0444f-6b19-4855-b696-cc295685d98f): Renaming temporary part tmp_insert_all_34_34_0 to all_34_34_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6092 | 2024.12.20 22:29:38.387925 [ 260 ] {f2f82ac6-3bb2-4f94-8e9b-402c2f31a7c2} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002696 sec., 5934.718100890208 rows/sec., 10.63 MiB/sec. | ||
| 6093 | 2024.12.20 22:29:38.388507 [ 260 ] {f2f82ac6-3bb2-4f94-8e9b-402c2f31a7c2} <Debug> TCPHandler: Processed in 0.003458685 sec. | ||
| 6094 | 2024.12.20 22:29:38.388706 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6095 | 2024.12.20 22:29:38.388825 [ 262 ] {d2282198-f873-428f-97f2-2eda1dfb20cd} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6096 | 2024.12.20 22:29:38.388875 [ 262 ] {d2282198-f873-428f-97f2-2eda1dfb20cd} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6097 | 2024.12.20 22:29:38.389370 [ 262 ] {d2282198-f873-428f-97f2-2eda1dfb20cd} <Trace> oximeter.measurements_u64 (b5f8915a-997f-4944-a48b-a878169c21e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6098 | 2024.12.20 22:29:38.389409 [ 262 ] {d2282198-f873-428f-97f2-2eda1dfb20cd} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 6099 | 2024.12.20 22:29:38.389782 [ 262 ] {d2282198-f873-428f-97f2-2eda1dfb20cd} <Trace> MergedBlockOutputStream: filled checksums all_45_45_0 (state Temporary) | ||
| 6100 | 2024.12.20 22:29:38.390025 [ 262 ] {d2282198-f873-428f-97f2-2eda1dfb20cd} <Trace> oximeter.measurements_u64 (b5f8915a-997f-4944-a48b-a878169c21e0): Renaming temporary part tmp_insert_all_45_45_0 to all_45_45_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6101 | 2024.12.20 22:29:38.390237 [ 262 ] {d2282198-f873-428f-97f2-2eda1dfb20cd} <Debug> executeQuery: Read 42 rows, 2.91 KiB in 0.001436 sec., 29247.91086350975 rows/sec., 1.98 MiB/sec. | ||
| 6102 | 2024.12.20 22:29:38.390290 [ 262 ] {d2282198-f873-428f-97f2-2eda1dfb20cd} <Debug> TCPHandler: Processed in 0.001679877 sec. | ||
| 6103 | 2024.12.20 22:29:40.157039 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6104 | 2024.12.20 22:29:40.157253 [ 260 ] {0bcbd285-8e6b-4cc4-bad1-1281e96c7324} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6105 | 2024.12.20 22:29:40.157336 [ 260 ] {0bcbd285-8e6b-4cc4-bad1-1281e96c7324} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6106 | 2024.12.20 22:29:40.158161 [ 260 ] {0bcbd285-8e6b-4cc4-bad1-1281e96c7324} <Trace> oximeter.fields_string (be340cd8-3bde-4f05-8e45-9e8a1492ad3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6107 | 2024.12.20 22:29:40.158212 [ 260 ] {0bcbd285-8e6b-4cc4-bad1-1281e96c7324} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 6108 | 2024.12.20 22:29:40.158660 [ 260 ] {0bcbd285-8e6b-4cc4-bad1-1281e96c7324} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 6109 | 2024.12.20 22:29:40.158915 [ 260 ] {0bcbd285-8e6b-4cc4-bad1-1281e96c7324} <Trace> oximeter.fields_string (be340cd8-3bde-4f05-8e45-9e8a1492ad3b): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6110 | 2024.12.20 22:29:40.159066 [ 147 ] {} <Debug> oximeter.fields_string (be340cd8-3bde-4f05-8e45-9e8a1492ad3b) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 6111 | 2024.12.20 22:29:40.159105 [ 147 ] {} <Trace> oximeter.fields_string (be340cd8-3bde-4f05-8e45-9e8a1492ad3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6112 | 2024.12.20 22:29:40.159117 [ 260 ] {0bcbd285-8e6b-4cc4-bad1-1281e96c7324} <Debug> executeQuery: Read 56 rows, 4.41 KiB in 0.001922 sec., 29136.3163371488 rows/sec., 2.24 MiB/sec. | ||
| 6113 | 2024.12.20 22:29:40.159129 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 6114 | 2024.12.20 22:29:40.159243 [ 260 ] {0bcbd285-8e6b-4cc4-bad1-1281e96c7324} <Debug> TCPHandler: Processed in 0.002335344 sec. | ||
| 6115 | 2024.12.20 22:29:40.159577 [ 198 ] {be340cd8-3bde-4f05-8e45-9e8a1492ad3b::all_1_46_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full | ||
| 6116 | 2024.12.20 22:29:40.159607 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6117 | 2024.12.20 22:29:40.159960 [ 198 ] {be340cd8-3bde-4f05-8e45-9e8a1492ad3b::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6118 | 2024.12.20 22:29:40.159997 [ 262 ] {26993821-6696-427e-ae99-281e083d8e3c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6119 | 2024.12.20 22:29:40.160033 [ 198 ] {be340cd8-3bde-4f05-8e45-9e8a1492ad3b::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 1437 rows starting from the beginning of the part | ||
| 6120 | 2024.12.20 22:29:40.160130 [ 262 ] {26993821-6696-427e-ae99-281e083d8e3c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6121 | 2024.12.20 22:29:40.160273 [ 198 ] {be340cd8-3bde-4f05-8e45-9e8a1492ad3b::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 258 rows starting from the beginning of the part | ||
| 6122 | 2024.12.20 22:29:40.160667 [ 198 ] {be340cd8-3bde-4f05-8e45-9e8a1492ad3b::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 88 rows starting from the beginning of the part | ||
| 6123 | 2024.12.20 22:29:40.160910 [ 198 ] {be340cd8-3bde-4f05-8e45-9e8a1492ad3b::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 255 rows starting from the beginning of the part | ||
| 6124 | 2024.12.20 22:29:40.161232 [ 198 ] {be340cd8-3bde-4f05-8e45-9e8a1492ad3b::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 1230 rows starting from the beginning of the part | ||
| 6125 | 2024.12.20 22:29:40.161583 [ 198 ] {be340cd8-3bde-4f05-8e45-9e8a1492ad3b::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 56 rows starting from the beginning of the part | ||
| 6126 | 2024.12.20 22:29:40.163200 [ 262 ] {26993821-6696-427e-ae99-281e083d8e3c} <Trace> oximeter.fields_uuid (fb7f0ac5-74a7-4737-ae05-0271c6750327): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6127 | 2024.12.20 22:29:40.163290 [ 262 ] {26993821-6696-427e-ae99-281e083d8e3c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 6128 | 2024.12.20 22:29:40.164457 [ 262 ] {26993821-6696-427e-ae99-281e083d8e3c} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 6129 | 2024.12.20 22:29:40.164769 [ 262 ] {26993821-6696-427e-ae99-281e083d8e3c} <Trace> oximeter.fields_uuid (fb7f0ac5-74a7-4737-ae05-0271c6750327): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6130 | 2024.12.20 22:29:40.165015 [ 147 ] {} <Debug> oximeter.fields_uuid (fb7f0ac5-74a7-4737-ae05-0271c6750327) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 6131 | 2024.12.20 22:29:40.165106 [ 147 ] {} <Trace> oximeter.fields_uuid (fb7f0ac5-74a7-4737-ae05-0271c6750327): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6132 | 2024.12.20 22:29:40.165187 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 6133 | 2024.12.20 22:29:40.165480 [ 262 ] {26993821-6696-427e-ae99-281e083d8e3c} <Debug> executeQuery: Read 64 rows, 5.12 KiB in 0.005539 sec., 11554.43220797978 rows/sec., 923.49 KiB/sec. | ||
| 6134 | 2024.12.20 22:29:40.165933 [ 262 ] {26993821-6696-427e-ae99-281e083d8e3c} <Debug> TCPHandler: Processed in 0.00653023 sec. | ||
| 6135 | 2024.12.20 22:29:40.166072 [ 200 ] {be340cd8-3bde-4f05-8e45-9e8a1492ad3b::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 3324 rows, containing 5 columns (5 merged, 0 gathered) in 0.006795178 sec., 489170.40878105036 rows/sec., 42.88 MiB/sec. | ||
| 6136 | 2024.12.20 22:29:40.166330 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6137 | 2024.12.20 22:29:40.166729 [ 203 ] {be340cd8-3bde-4f05-8e45-9e8a1492ad3b::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 6138 | 2024.12.20 22:29:40.166586 [ 200 ] {fb7f0ac5-74a7-4737-ae05-0271c6750327::all_1_46_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full | ||
| 6139 | 2024.12.20 22:29:40.166776 [ 260 ] {b2d8bc88-d297-42a3-9c19-0fa326bc7355} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6140 | 2024.12.20 22:29:40.167020 [ 260 ] {b2d8bc88-d297-42a3-9c19-0fa326bc7355} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6141 | 2024.12.20 22:29:40.167542 [ 200 ] {fb7f0ac5-74a7-4737-ae05-0271c6750327::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6142 | 2024.12.20 22:29:40.167731 [ 200 ] {fb7f0ac5-74a7-4737-ae05-0271c6750327::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 916 rows starting from the beginning of the part | ||
| 6143 | 2024.12.20 22:29:40.167774 [ 203 ] {be340cd8-3bde-4f05-8e45-9e8a1492ad3b::all_1_46_9} <Trace> oximeter.fields_string (be340cd8-3bde-4f05-8e45-9e8a1492ad3b): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6144 | 2024.12.20 22:29:40.168176 [ 203 ] {be340cd8-3bde-4f05-8e45-9e8a1492ad3b::all_1_46_9} <Trace> oximeter.fields_string (be340cd8-3bde-4f05-8e45-9e8a1492ad3b) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 6145 | 2024.12.20 22:29:40.168282 [ 200 ] {fb7f0ac5-74a7-4737-ae05-0271c6750327::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 414 rows starting from the beginning of the part | ||
| 6146 | 2024.12.20 22:29:40.168534 [ 203 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.81 MiB. | ||
| 6147 | 2024.12.20 22:29:40.168774 [ 200 ] {fb7f0ac5-74a7-4737-ae05-0271c6750327::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 80 rows starting from the beginning of the part | ||
| 6148 | 2024.12.20 22:29:40.169218 [ 200 ] {fb7f0ac5-74a7-4737-ae05-0271c6750327::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 408 rows starting from the beginning of the part | ||
| 6149 | 2024.12.20 22:29:40.169599 [ 200 ] {fb7f0ac5-74a7-4737-ae05-0271c6750327::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 540 rows starting from the beginning of the part | ||
| 6150 | 2024.12.20 22:29:40.169950 [ 200 ] {fb7f0ac5-74a7-4737-ae05-0271c6750327::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 64 rows starting from the beginning of the part | ||
| 6151 | 2024.12.20 22:29:40.170653 [ 260 ] {b2d8bc88-d297-42a3-9c19-0fa326bc7355} <Trace> oximeter.measurements_cumulativeu64 (2e833ed7-efb3-49ee-873b-fe7dc1d5762e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6152 | 2024.12.20 22:29:40.170710 [ 260 ] {b2d8bc88-d297-42a3-9c19-0fa326bc7355} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 6153 | 2024.12.20 22:29:40.171560 [ 260 ] {b2d8bc88-d297-42a3-9c19-0fa326bc7355} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 6154 | 2024.12.20 22:29:40.172126 [ 260 ] {b2d8bc88-d297-42a3-9c19-0fa326bc7355} <Trace> oximeter.measurements_cumulativeu64 (2e833ed7-efb3-49ee-873b-fe7dc1d5762e): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6155 | 2024.12.20 22:29:40.172446 [ 147 ] {} <Debug> oximeter.measurements_cumulativeu64 (2e833ed7-efb3-49ee-873b-fe7dc1d5762e) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 6156 | 2024.12.20 22:29:40.172567 [ 147 ] {} <Trace> oximeter.measurements_cumulativeu64 (2e833ed7-efb3-49ee-873b-fe7dc1d5762e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6157 | 2024.12.20 22:29:40.172674 [ 147 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 6158 | 2024.12.20 22:29:40.172771 [ 260 ] {b2d8bc88-d297-42a3-9c19-0fa326bc7355} <Debug> executeQuery: Read 44 rows, 3.14 KiB in 0.006115 sec., 7195.421095666395 rows/sec., 514.23 KiB/sec. | ||
| 6159 | 2024.12.20 22:29:40.173023 [ 260 ] {b2d8bc88-d297-42a3-9c19-0fa326bc7355} <Debug> TCPHandler: Processed in 0.006929662 sec. | ||
| 6160 | 2024.12.20 22:29:40.173037 [ 197 ] {2e833ed7-efb3-49ee-873b-fe7dc1d5762e::all_1_46_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full | ||
| 6161 | 2024.12.20 22:29:40.173269 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6162 | 2024.12.20 22:29:40.173286 [ 197 ] {2e833ed7-efb3-49ee-873b-fe7dc1d5762e::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6163 | 2024.12.20 22:29:40.173397 [ 197 ] {2e833ed7-efb3-49ee-873b-fe7dc1d5762e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_41_8, total 13010 rows starting from the beginning of the part | ||
| 6164 | 2024.12.20 22:29:40.173732 [ 262 ] {62e4f8da-fe28-4dff-a8d1-55eb28e3da8b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6165 | 2024.12.20 22:29:40.173856 [ 197 ] {2e833ed7-efb3-49ee-873b-fe7dc1d5762e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 240 rows starting from the beginning of the part | ||
| 6166 | 2024.12.20 22:29:40.174009 [ 262 ] {62e4f8da-fe28-4dff-a8d1-55eb28e3da8b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6167 | 2024.12.20 22:29:40.174396 [ 197 ] {2e833ed7-efb3-49ee-873b-fe7dc1d5762e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 160 rows starting from the beginning of the part | ||
| 6168 | 2024.12.20 22:29:40.174815 [ 197 ] {2e833ed7-efb3-49ee-873b-fe7dc1d5762e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 237 rows starting from the beginning of the part | ||
| 6169 | 2024.12.20 22:29:40.174851 [ 203 ] {fb7f0ac5-74a7-4737-ae05-0271c6750327::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2422 rows, containing 5 columns (5 merged, 0 gathered) in 0.009350718 sec., 259017.54282398423 rows/sec., 19.87 MiB/sec. | ||
| 6170 | 2024.12.20 22:29:40.175362 [ 197 ] {2e833ed7-efb3-49ee-873b-fe7dc1d5762e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 964 rows starting from the beginning of the part | ||
| 6171 | 2024.12.20 22:29:40.175436 [ 203 ] {fb7f0ac5-74a7-4737-ae05-0271c6750327::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 6172 | 2024.12.20 22:29:40.175909 [ 197 ] {2e833ed7-efb3-49ee-873b-fe7dc1d5762e::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 44 rows starting from the beginning of the part | ||
| 6173 | 2024.12.20 22:29:40.177140 [ 203 ] {fb7f0ac5-74a7-4737-ae05-0271c6750327::all_1_46_9} <Trace> oximeter.fields_uuid (fb7f0ac5-74a7-4737-ae05-0271c6750327): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6174 | 2024.12.20 22:29:40.177596 [ 203 ] {fb7f0ac5-74a7-4737-ae05-0271c6750327::all_1_46_9} <Trace> oximeter.fields_uuid (fb7f0ac5-74a7-4737-ae05-0271c6750327) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 6175 | 2024.12.20 22:29:40.177886 [ 203 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.55 MiB. | ||
| 6176 | 2024.12.20 22:29:40.177963 [ 262 ] {62e4f8da-fe28-4dff-a8d1-55eb28e3da8b} <Trace> oximeter.measurements_u64 (b5f8915a-997f-4944-a48b-a878169c21e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6177 | 2024.12.20 22:29:40.178021 [ 262 ] {62e4f8da-fe28-4dff-a8d1-55eb28e3da8b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 6178 | 2024.12.20 22:29:40.178562 [ 262 ] {62e4f8da-fe28-4dff-a8d1-55eb28e3da8b} <Trace> MergedBlockOutputStream: filled checksums all_46_46_0 (state Temporary) | ||
| 6179 | 2024.12.20 22:29:40.178941 [ 262 ] {62e4f8da-fe28-4dff-a8d1-55eb28e3da8b} <Trace> oximeter.measurements_u64 (b5f8915a-997f-4944-a48b-a878169c21e0): Renaming temporary part tmp_insert_all_46_46_0 to all_46_46_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6180 | 2024.12.20 22:29:40.179198 [ 146 ] {} <Debug> oximeter.measurements_u64 (b5f8915a-997f-4944-a48b-a878169c21e0) (MergerMutator): Selected 6 parts from all_1_41_8 to all_46_46_0 | ||
| 6181 | 2024.12.20 22:29:40.179306 [ 146 ] {} <Trace> oximeter.measurements_u64 (b5f8915a-997f-4944-a48b-a878169c21e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6182 | 2024.12.20 22:29:40.179345 [ 262 ] {62e4f8da-fe28-4dff-a8d1-55eb28e3da8b} <Debug> executeQuery: Read 18 rows, 1.24 KiB in 0.005809 sec., 3098.6400413152005 rows/sec., 212.66 KiB/sec. | ||
| 6183 | 2024.12.20 22:29:40.179380 [ 146 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 6184 | 2024.12.20 22:29:40.179875 [ 262 ] {62e4f8da-fe28-4dff-a8d1-55eb28e3da8b} <Debug> TCPHandler: Processed in 0.006704265 sec. | ||
| 6185 | 2024.12.20 22:29:40.180034 [ 190 ] {b5f8915a-997f-4944-a48b-a878169c21e0::all_1_46_9} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_41_8 to all_46_46_0 into Compact with storage Full | ||
| 6186 | 2024.12.20 22:29:40.180807 [ 190 ] {b5f8915a-997f-4944-a48b-a878169c21e0::all_1_46_9} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6187 | 2024.12.20 22:29:40.180917 [ 190 ] {b5f8915a-997f-4944-a48b-a878169c21e0::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_41_8, total 2366 rows starting from the beginning of the part | ||
| 6188 | 2024.12.20 22:29:40.181069 [ 190 ] {b5f8915a-997f-4944-a48b-a878169c21e0::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_42_42_0, total 82 rows starting from the beginning of the part | ||
| 6189 | 2024.12.20 22:29:40.181148 [ 190 ] {b5f8915a-997f-4944-a48b-a878169c21e0::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_43_43_0, total 60 rows starting from the beginning of the part | ||
| 6190 | 2024.12.20 22:29:40.181269 [ 190 ] {b5f8915a-997f-4944-a48b-a878169c21e0::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_44_44_0, total 82 rows starting from the beginning of the part | ||
| 6191 | 2024.12.20 22:29:40.181347 [ 190 ] {b5f8915a-997f-4944-a48b-a878169c21e0::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_45_45_0, total 42 rows starting from the beginning of the part | ||
| 6192 | 2024.12.20 22:29:40.181433 [ 190 ] {b5f8915a-997f-4944-a48b-a878169c21e0::all_1_46_9} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_46_46_0, total 18 rows starting from the beginning of the part | ||
| 6193 | 2024.12.20 22:29:40.183423 [ 191 ] {b5f8915a-997f-4944-a48b-a878169c21e0::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 2650 rows, containing 4 columns (4 merged, 0 gathered) in 0.003899698 sec., 679539.8002614562 rows/sec., 44.46 MiB/sec. | ||
| 6194 | 2024.12.20 22:29:40.183666 [ 186 ] {2e833ed7-efb3-49ee-873b-fe7dc1d5762e::all_1_46_9} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14655 rows, containing 5 columns (5 merged, 0 gathered) in 0.010833609 sec., 1352734.8088711712 rows/sec., 91.35 MiB/sec. | ||
| 6195 | 2024.12.20 22:29:40.183795 [ 190 ] {b5f8915a-997f-4944-a48b-a878169c21e0::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 6196 | 2024.12.20 22:29:40.184139 [ 190 ] {b5f8915a-997f-4944-a48b-a878169c21e0::all_1_46_9} <Trace> oximeter.measurements_u64 (b5f8915a-997f-4944-a48b-a878169c21e0): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6197 | 2024.12.20 22:29:40.184187 [ 186 ] {2e833ed7-efb3-49ee-873b-fe7dc1d5762e::all_1_46_9} <Trace> MergedBlockOutputStream: filled checksums all_1_46_9 (state Temporary) | ||
| 6198 | 2024.12.20 22:29:40.184251 [ 190 ] {b5f8915a-997f-4944-a48b-a878169c21e0::all_1_46_9} <Trace> oximeter.measurements_u64 (b5f8915a-997f-4944-a48b-a878169c21e0) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 6199 | 2024.12.20 22:29:40.184364 [ 190 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.70 MiB. | ||
| 6200 | 2024.12.20 22:29:40.184555 [ 186 ] {2e833ed7-efb3-49ee-873b-fe7dc1d5762e::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (2e833ed7-efb3-49ee-873b-fe7dc1d5762e): Renaming temporary part tmp_merge_all_1_46_9 to all_1_46_9 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6201 | 2024.12.20 22:29:40.184641 [ 186 ] {2e833ed7-efb3-49ee-873b-fe7dc1d5762e::all_1_46_9} <Trace> oximeter.measurements_cumulativeu64 (2e833ed7-efb3-49ee-873b-fe7dc1d5762e) (MergerMutator): Merged 6 parts: [all_1_41_8, all_46_46_0] -> all_1_46_9 | ||
| 6202 | 2024.12.20 22:29:40.184737 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.78 MiB. | ||
| 6203 | 2024.12.20 22:29:41.922049 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 13298 | ||
| 6204 | 2024.12.20 22:29:41.923042 [ 242 ] {} <Trace> system.asynchronous_metric_log (872a84c2-09da-4c20-9ea0-5cf32b1a4df4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6205 | 2024.12.20 22:29:41.923086 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.09 GiB. | ||
| 6206 | 2024.12.20 22:29:41.923639 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 6207 | 2024.12.20 22:29:41.923895 [ 242 ] {} <Trace> system.asynchronous_metric_log (872a84c2-09da-4c20-9ea0-5cf32b1a4df4): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6208 | 2024.12.20 22:29:41.924147 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13298 | ||
| 6209 | 2024.12.20 22:29:42.926525 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 219 | ||
| 6210 | 2024.12.20 22:29:42.947228 [ 244 ] {} <Trace> system.metric_log (fe7f8d4b-b36f-4a64-a142-f4747bcb5bba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6211 | 2024.12.20 22:29:42.947295 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 6212 | 2024.12.20 22:29:42.954608 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_29_29_0 (state Temporary) | ||
| 6213 | 2024.12.20 22:29:42.955378 [ 244 ] {} <Trace> system.metric_log (fe7f8d4b-b36f-4a64-a142-f4747bcb5bba): Renaming temporary part tmp_insert_all_29_29_0 to all_29_29_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6214 | 2024.12.20 22:29:42.958703 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 219 | ||
| 6215 | 2024.12.20 22:29:44.482737 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 46 entries to flush up to offset 884 | ||
| 6216 | 2024.12.20 22:29:44.487000 [ 243 ] {} <Trace> system.query_log (cb6910fd-3f74-40bb-afeb-929e53918d3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6217 | 2024.12.20 22:29:44.487056 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 6218 | 2024.12.20 22:29:44.488581 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_21_21_0 (state Temporary) | ||
| 6219 | 2024.12.20 22:29:44.488897 [ 243 ] {} <Trace> system.query_log (cb6910fd-3f74-40bb-afeb-929e53918d3c): Renaming temporary part tmp_insert_all_21_21_0 to all_21_21_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6220 | 2024.12.20 22:29:44.489119 [ 142 ] {} <Debug> system.query_log (cb6910fd-3f74-40bb-afeb-929e53918d3c) (MergerMutator): Selected 6 parts from all_1_16_3 to all_21_21_0 | ||
| 6221 | 2024.12.20 22:29:44.489243 [ 142 ] {} <Trace> system.query_log (cb6910fd-3f74-40bb-afeb-929e53918d3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6222 | 2024.12.20 22:29:44.489310 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 6223 | 2024.12.20 22:29:44.489716 [ 196 ] {cb6910fd-3f74-40bb-afeb-929e53918d3c::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 | ||
| 6224 | 2024.12.20 22:29:44.490500 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 884 | ||
| 6225 | 2024.12.20 22:29:44.490962 [ 196 ] {cb6910fd-3f74-40bb-afeb-929e53918d3c::all_1_21_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6226 | 2024.12.20 22:29:44.491160 [ 196 ] {cb6910fd-3f74-40bb-afeb-929e53918d3c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_16_3, total 686 rows starting from the beginning of the part | ||
| 6227 | 2024.12.20 22:29:44.491880 [ 196 ] {cb6910fd-3f74-40bb-afeb-929e53918d3c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 36 rows starting from the beginning of the part | ||
| 6228 | 2024.12.20 22:29:44.492632 [ 196 ] {cb6910fd-3f74-40bb-afeb-929e53918d3c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_18_18_0, total 46 rows starting from the beginning of the part | ||
| 6229 | 2024.12.20 22:29:44.493320 [ 196 ] {cb6910fd-3f74-40bb-afeb-929e53918d3c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_19_19_0, total 34 rows starting from the beginning of the part | ||
| 6230 | 2024.12.20 22:29:44.493955 [ 196 ] {cb6910fd-3f74-40bb-afeb-929e53918d3c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_20_20_0, total 36 rows starting from the beginning of the part | ||
| 6231 | 2024.12.20 22:29:44.494648 [ 196 ] {cb6910fd-3f74-40bb-afeb-929e53918d3c::all_1_21_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_21_21_0, total 46 rows starting from the beginning of the part | ||
| 6232 | 2024.12.20 22:29:44.503260 [ 186 ] {cb6910fd-3f74-40bb-afeb-929e53918d3c::all_1_21_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 884 rows, containing 72 columns (72 merged, 0 gathered) in 0.013821582 sec., 63957.94634796509 rows/sec., 52.80 MiB/sec. | ||
| 6233 | 2024.12.20 22:29:44.504502 [ 192 ] {cb6910fd-3f74-40bb-afeb-929e53918d3c::all_1_21_4} <Trace> MergedBlockOutputStream: filled checksums all_1_21_4 (state Temporary) | ||
| 6234 | 2024.12.20 22:29:44.505223 [ 192 ] {cb6910fd-3f74-40bb-afeb-929e53918d3c::all_1_21_4} <Trace> system.query_log (cb6910fd-3f74-40bb-afeb-929e53918d3c): Renaming temporary part tmp_merge_all_1_21_4 to all_1_21_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6235 | 2024.12.20 22:29:44.505312 [ 192 ] {cb6910fd-3f74-40bb-afeb-929e53918d3c::all_1_21_4} <Trace> system.query_log (cb6910fd-3f74-40bb-afeb-929e53918d3c) (MergerMutator): Merged 6 parts: [all_1_16_3, all_21_21_0] -> all_1_21_4 | ||
| 6236 | 2024.12.20 22:29:44.505531 [ 192 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 5.25 MiB. | ||
| 6237 | 2024.12.20 22:29:45.168759 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6238 | 2024.12.20 22:29:45.168947 [ 260 ] {eeafbbd4-05a1-480f-b1f2-b518e67d8a7b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6239 | 2024.12.20 22:29:45.169020 [ 260 ] {eeafbbd4-05a1-480f-b1f2-b518e67d8a7b} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6240 | 2024.12.20 22:29:45.169768 [ 260 ] {eeafbbd4-05a1-480f-b1f2-b518e67d8a7b} <Trace> oximeter.fields_i16 (5ba0350d-977f-4416-8d1f-0415e035e880): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6241 | 2024.12.20 22:29:45.169823 [ 260 ] {eeafbbd4-05a1-480f-b1f2-b518e67d8a7b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 6242 | 2024.12.20 22:29:45.170256 [ 260 ] {eeafbbd4-05a1-480f-b1f2-b518e67d8a7b} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 6243 | 2024.12.20 22:29:45.170519 [ 260 ] {eeafbbd4-05a1-480f-b1f2-b518e67d8a7b} <Trace> oximeter.fields_i16 (5ba0350d-977f-4416-8d1f-0415e035e880): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6244 | 2024.12.20 22:29:45.170716 [ 142 ] {} <Debug> oximeter.fields_i16 (5ba0350d-977f-4416-8d1f-0415e035e880) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 6245 | 2024.12.20 22:29:45.170781 [ 260 ] {eeafbbd4-05a1-480f-b1f2-b518e67d8a7b} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001878 sec., 7454.739084132056 rows/sec., 536.64 KiB/sec. | ||
| 6246 | 2024.12.20 22:29:45.170808 [ 142 ] {} <Trace> oximeter.fields_i16 (5ba0350d-977f-4416-8d1f-0415e035e880): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6247 | 2024.12.20 22:29:45.170881 [ 142 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 6248 | 2024.12.20 22:29:45.170929 [ 260 ] {eeafbbd4-05a1-480f-b1f2-b518e67d8a7b} <Debug> TCPHandler: Processed in 0.002298594 sec. | ||
| 6249 | 2024.12.20 22:29:45.171143 [ 194 ] {5ba0350d-977f-4416-8d1f-0415e035e880::all_1_17_4} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_13_3 to all_17_17_0 into Compact with storage Full | ||
| 6250 | 2024.12.20 22:29:45.171231 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6251 | 2024.12.20 22:29:45.171338 [ 194 ] {5ba0350d-977f-4416-8d1f-0415e035e880::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6252 | 2024.12.20 22:29:45.171417 [ 194 ] {5ba0350d-977f-4416-8d1f-0415e035e880::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 14 rows starting from the beginning of the part | ||
| 6253 | 2024.12.20 22:29:45.171519 [ 262 ] {0be8444f-efb0-4dc4-a309-31457936e186} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6254 | 2024.12.20 22:29:45.171630 [ 194 ] {5ba0350d-977f-4416-8d1f-0415e035e880::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 14 rows starting from the beginning of the part | ||
| 6255 | 2024.12.20 22:29:45.171723 [ 262 ] {0be8444f-efb0-4dc4-a309-31457936e186} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6256 | 2024.12.20 22:29:45.171871 [ 194 ] {5ba0350d-977f-4416-8d1f-0415e035e880::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 14 rows starting from the beginning of the part | ||
| 6257 | 2024.12.20 22:29:45.172243 [ 194 ] {5ba0350d-977f-4416-8d1f-0415e035e880::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 14 rows starting from the beginning of the part | ||
| 6258 | 2024.12.20 22:29:45.172471 [ 194 ] {5ba0350d-977f-4416-8d1f-0415e035e880::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 14 rows starting from the beginning of the part | ||
| 6259 | 2024.12.20 22:29:45.174595 [ 262 ] {0be8444f-efb0-4dc4-a309-31457936e186} <Trace> oximeter.fields_string (be340cd8-3bde-4f05-8e45-9e8a1492ad3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6260 | 2024.12.20 22:29:45.174699 [ 262 ] {0be8444f-efb0-4dc4-a309-31457936e186} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 6261 | 2024.12.20 22:29:45.175044 [ 194 ] {5ba0350d-977f-4416-8d1f-0415e035e880::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 70 rows, containing 5 columns (5 merged, 0 gathered) in 0.004054732 sec., 17263.779702332977 rows/sec., 1.28 MiB/sec. | ||
| 6262 | 2024.12.20 22:29:45.175242 [ 194 ] {5ba0350d-977f-4416-8d1f-0415e035e880::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 6263 | 2024.12.20 22:29:45.175689 [ 262 ] {0be8444f-efb0-4dc4-a309-31457936e186} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6264 | 2024.12.20 22:29:45.175757 [ 194 ] {5ba0350d-977f-4416-8d1f-0415e035e880::all_1_17_4} <Trace> oximeter.fields_i16 (5ba0350d-977f-4416-8d1f-0415e035e880): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6265 | 2024.12.20 22:29:45.175923 [ 194 ] {5ba0350d-977f-4416-8d1f-0415e035e880::all_1_17_4} <Trace> oximeter.fields_i16 (5ba0350d-977f-4416-8d1f-0415e035e880) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 6266 | 2024.12.20 22:29:45.176055 [ 194 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.24 MiB. | ||
| 6267 | 2024.12.20 22:29:45.176136 [ 262 ] {0be8444f-efb0-4dc4-a309-31457936e186} <Trace> oximeter.fields_string (be340cd8-3bde-4f05-8e45-9e8a1492ad3b): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6268 | 2024.12.20 22:29:45.176419 [ 262 ] {0be8444f-efb0-4dc4-a309-31457936e186} <Debug> executeQuery: Read 255 rows, 22.96 KiB in 0.005 sec., 51000 rows/sec., 4.48 MiB/sec. | ||
| 6269 | 2024.12.20 22:29:45.176586 [ 262 ] {0be8444f-efb0-4dc4-a309-31457936e186} <Debug> TCPHandler: Processed in 0.005515442 sec. | ||
| 6270 | 2024.12.20 22:29:45.176794 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6271 | 2024.12.20 22:29:45.176926 [ 260 ] {bf25a057-41d9-41a3-a4ab-efb8d22615f1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6272 | 2024.12.20 22:29:45.176977 [ 260 ] {bf25a057-41d9-41a3-a4ab-efb8d22615f1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6273 | 2024.12.20 22:29:45.177592 [ 260 ] {bf25a057-41d9-41a3-a4ab-efb8d22615f1} <Trace> oximeter.fields_u16 (66d17a24-a3a1-42a5-bd94-b86efb1056dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6274 | 2024.12.20 22:29:45.177633 [ 260 ] {bf25a057-41d9-41a3-a4ab-efb8d22615f1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 6275 | 2024.12.20 22:29:45.178008 [ 260 ] {bf25a057-41d9-41a3-a4ab-efb8d22615f1} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 6276 | 2024.12.20 22:29:45.178268 [ 260 ] {bf25a057-41d9-41a3-a4ab-efb8d22615f1} <Trace> oximeter.fields_u16 (66d17a24-a3a1-42a5-bd94-b86efb1056dd): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6277 | 2024.12.20 22:29:45.178491 [ 260 ] {bf25a057-41d9-41a3-a4ab-efb8d22615f1} <Debug> executeQuery: Read 33 rows, 2.41 KiB in 0.001592 sec., 20728.6432160804 rows/sec., 1.48 MiB/sec. | ||
| 6278 | 2024.12.20 22:29:45.178548 [ 260 ] {bf25a057-41d9-41a3-a4ab-efb8d22615f1} <Debug> TCPHandler: Processed in 0.001845691 sec. | ||
| 6279 | 2024.12.20 22:29:45.178710 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6280 | 2024.12.20 22:29:45.178837 [ 262 ] {ef857eb3-d462-46e1-9807-2ad2314eb676} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6281 | 2024.12.20 22:29:45.178889 [ 262 ] {ef857eb3-d462-46e1-9807-2ad2314eb676} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6282 | 2024.12.20 22:29:45.179496 [ 262 ] {ef857eb3-d462-46e1-9807-2ad2314eb676} <Trace> oximeter.fields_u32 (50de29d4-f6c5-4f7c-8dac-40e276b5b3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6283 | 2024.12.20 22:29:45.179537 [ 262 ] {ef857eb3-d462-46e1-9807-2ad2314eb676} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 6284 | 2024.12.20 22:29:45.179894 [ 262 ] {ef857eb3-d462-46e1-9807-2ad2314eb676} <Trace> MergedBlockOutputStream: filled checksums all_23_23_0 (state Temporary) | ||
| 6285 | 2024.12.20 22:29:45.180142 [ 262 ] {ef857eb3-d462-46e1-9807-2ad2314eb676} <Trace> oximeter.fields_u32 (50de29d4-f6c5-4f7c-8dac-40e276b5b3f8): Renaming temporary part tmp_insert_all_23_23_0 to all_23_23_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6286 | 2024.12.20 22:29:45.180321 [ 262 ] {ef857eb3-d462-46e1-9807-2ad2314eb676} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001514 sec., 9247.027741083224 rows/sec., 647.60 KiB/sec. | ||
| 6287 | 2024.12.20 22:29:45.180375 [ 262 ] {ef857eb3-d462-46e1-9807-2ad2314eb676} <Debug> TCPHandler: Processed in 0.001725318 sec. | ||
| 6288 | 2024.12.20 22:29:45.180546 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6289 | 2024.12.20 22:29:45.180682 [ 260 ] {8f64e2ba-f724-4107-997f-dd1887aaecd5} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6290 | 2024.12.20 22:29:45.180741 [ 260 ] {8f64e2ba-f724-4107-997f-dd1887aaecd5} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6291 | 2024.12.20 22:29:45.181413 [ 260 ] {8f64e2ba-f724-4107-997f-dd1887aaecd5} <Trace> oximeter.fields_u8 (bc6d9fff-42ef-4dc9-9b7c-2f27297e3062): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6292 | 2024.12.20 22:29:45.181461 [ 260 ] {8f64e2ba-f724-4107-997f-dd1887aaecd5} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 6293 | 2024.12.20 22:29:45.181839 [ 260 ] {8f64e2ba-f724-4107-997f-dd1887aaecd5} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 6294 | 2024.12.20 22:29:45.182081 [ 260 ] {8f64e2ba-f724-4107-997f-dd1887aaecd5} <Trace> oximeter.fields_u8 (bc6d9fff-42ef-4dc9-9b7c-2f27297e3062): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6295 | 2024.12.20 22:29:45.182242 [ 141 ] {} <Debug> oximeter.fields_u8 (bc6d9fff-42ef-4dc9-9b7c-2f27297e3062) (MergerMutator): Selected 5 parts from all_1_13_3 to all_17_17_0 | ||
| 6296 | 2024.12.20 22:29:45.182300 [ 141 ] {} <Trace> oximeter.fields_u8 (bc6d9fff-42ef-4dc9-9b7c-2f27297e3062): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6297 | 2024.12.20 22:29:45.182315 [ 260 ] {8f64e2ba-f724-4107-997f-dd1887aaecd5} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001654 sec., 7859.7339782345825 rows/sec., 490.05 KiB/sec. | ||
| 6298 | 2024.12.20 22:29:45.182332 [ 141 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 6299 | 2024.12.20 22:29:45.182476 [ 260 ] {8f64e2ba-f724-4107-997f-dd1887aaecd5} <Debug> TCPHandler: Processed in 0.001985425 sec. | ||
| 6300 | 2024.12.20 22:29:45.182740 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6301 | 2024.12.20 22:29:45.182907 [ 186 ] {bc6d9fff-42ef-4dc9-9b7c-2f27297e3062::all_1_17_4} <Debug> MergeTask::PrepareStage: Merging 5 parts: from all_1_13_3 to all_17_17_0 into Compact with storage Full | ||
| 6302 | 2024.12.20 22:29:45.183104 [ 262 ] {7688a8be-5fe5-408e-a991-d7d70750e639} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6303 | 2024.12.20 22:29:45.183244 [ 262 ] {7688a8be-5fe5-408e-a991-d7d70750e639} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6304 | 2024.12.20 22:29:45.183376 [ 186 ] {bc6d9fff-42ef-4dc9-9b7c-2f27297e3062::all_1_17_4} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6305 | 2024.12.20 22:29:45.183471 [ 186 ] {bc6d9fff-42ef-4dc9-9b7c-2f27297e3062::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_13_3, total 13 rows starting from the beginning of the part | ||
| 6306 | 2024.12.20 22:29:45.183761 [ 186 ] {bc6d9fff-42ef-4dc9-9b7c-2f27297e3062::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_14_14_0, total 13 rows starting from the beginning of the part | ||
| 6307 | 2024.12.20 22:29:45.184146 [ 186 ] {bc6d9fff-42ef-4dc9-9b7c-2f27297e3062::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_15_15_0, total 13 rows starting from the beginning of the part | ||
| 6308 | 2024.12.20 22:29:45.184503 [ 186 ] {bc6d9fff-42ef-4dc9-9b7c-2f27297e3062::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_16_16_0, total 13 rows starting from the beginning of the part | ||
| 6309 | 2024.12.20 22:29:45.184855 [ 186 ] {bc6d9fff-42ef-4dc9-9b7c-2f27297e3062::all_1_17_4} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_17_17_0, total 13 rows starting from the beginning of the part | ||
| 6310 | 2024.12.20 22:29:45.186404 [ 262 ] {7688a8be-5fe5-408e-a991-d7d70750e639} <Trace> oximeter.fields_uuid (fb7f0ac5-74a7-4737-ae05-0271c6750327): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6311 | 2024.12.20 22:29:45.186495 [ 262 ] {7688a8be-5fe5-408e-a991-d7d70750e639} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 6312 | 2024.12.20 22:29:45.187243 [ 186 ] {bc6d9fff-42ef-4dc9-9b7c-2f27297e3062::all_1_17_4} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 65 rows, containing 5 columns (5 merged, 0 gathered) in 0.004763961 sec., 13644.108337578751 rows/sec., 904.00 KiB/sec. | ||
| 6313 | 2024.12.20 22:29:45.187437 [ 186 ] {bc6d9fff-42ef-4dc9-9b7c-2f27297e3062::all_1_17_4} <Trace> MergedBlockOutputStream: filled checksums all_1_17_4 (state Temporary) | ||
| 6314 | 2024.12.20 22:29:45.187536 [ 262 ] {7688a8be-5fe5-408e-a991-d7d70750e639} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6315 | 2024.12.20 22:29:45.187959 [ 186 ] {bc6d9fff-42ef-4dc9-9b7c-2f27297e3062::all_1_17_4} <Trace> oximeter.fields_u8 (bc6d9fff-42ef-4dc9-9b7c-2f27297e3062): Renaming temporary part tmp_merge_all_1_17_4 to all_1_17_4 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6316 | 2024.12.20 22:29:45.188036 [ 262 ] {7688a8be-5fe5-408e-a991-d7d70750e639} <Trace> oximeter.fields_uuid (fb7f0ac5-74a7-4737-ae05-0271c6750327): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6317 | 2024.12.20 22:29:45.188154 [ 186 ] {bc6d9fff-42ef-4dc9-9b7c-2f27297e3062::all_1_17_4} <Trace> oximeter.fields_u8 (bc6d9fff-42ef-4dc9-9b7c-2f27297e3062) (MergerMutator): Merged 5 parts: [all_1_13_3, all_17_17_0] -> all_1_17_4 | ||
| 6318 | 2024.12.20 22:29:45.188420 [ 186 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.25 MiB. | ||
| 6319 | 2024.12.20 22:29:45.188616 [ 262 ] {7688a8be-5fe5-408e-a991-d7d70750e639} <Debug> executeQuery: Read 408 rows, 29.76 KiB in 0.005625 sec., 72533.33333333334 rows/sec., 5.17 MiB/sec. | ||
| 6320 | 2024.12.20 22:29:45.188856 [ 262 ] {7688a8be-5fe5-408e-a991-d7d70750e639} <Debug> TCPHandler: Processed in 0.006252453 sec. | ||
| 6321 | 2024.12.20 22:29:45.189047 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6322 | 2024.12.20 22:29:45.189168 [ 260 ] {080d963b-c320-4c22-ad35-79a42811a147} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6323 | 2024.12.20 22:29:45.189220 [ 260 ] {080d963b-c320-4c22-ad35-79a42811a147} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6324 | 2024.12.20 22:29:45.189692 [ 260 ] {080d963b-c320-4c22-ad35-79a42811a147} <Trace> oximeter.measurements_bool (902c9248-495c-4a1f-8676-b52592dc679b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6325 | 2024.12.20 22:29:45.189731 [ 260 ] {080d963b-c320-4c22-ad35-79a42811a147} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 6326 | 2024.12.20 22:29:45.190118 [ 260 ] {080d963b-c320-4c22-ad35-79a42811a147} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 6327 | 2024.12.20 22:29:45.190405 [ 260 ] {080d963b-c320-4c22-ad35-79a42811a147} <Trace> oximeter.measurements_bool (902c9248-495c-4a1f-8676-b52592dc679b): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6328 | 2024.12.20 22:29:45.190612 [ 260 ] {080d963b-c320-4c22-ad35-79a42811a147} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.00147 sec., 4081.6326530612246 rows/sec., 213.25 KiB/sec. | ||
| 6329 | 2024.12.20 22:29:45.190666 [ 260 ] {080d963b-c320-4c22-ad35-79a42811a147} <Debug> TCPHandler: Processed in 0.001678377 sec. | ||
| 6330 | 2024.12.20 22:29:45.190823 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6331 | 2024.12.20 22:29:45.190946 [ 262 ] {d7fb1069-3188-4484-85a9-71c8440dc3c1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6332 | 2024.12.20 22:29:45.191002 [ 262 ] {d7fb1069-3188-4484-85a9-71c8440dc3c1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6333 | 2024.12.20 22:29:45.191593 [ 262 ] {d7fb1069-3188-4484-85a9-71c8440dc3c1} <Trace> oximeter.measurements_cumulativeu64 (2e833ed7-efb3-49ee-873b-fe7dc1d5762e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6334 | 2024.12.20 22:29:45.191630 [ 262 ] {d7fb1069-3188-4484-85a9-71c8440dc3c1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 6335 | 2024.12.20 22:29:45.192032 [ 262 ] {d7fb1069-3188-4484-85a9-71c8440dc3c1} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6336 | 2024.12.20 22:29:45.192267 [ 262 ] {d7fb1069-3188-4484-85a9-71c8440dc3c1} <Trace> oximeter.measurements_cumulativeu64 (2e833ed7-efb3-49ee-873b-fe7dc1d5762e): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6337 | 2024.12.20 22:29:45.192445 [ 262 ] {d7fb1069-3188-4484-85a9-71c8440dc3c1} <Debug> executeQuery: Read 237 rows, 16.27 KiB in 0.001525 sec., 155409.83606557376 rows/sec., 10.42 MiB/sec. | ||
| 6338 | 2024.12.20 22:29:45.192510 [ 262 ] {d7fb1069-3188-4484-85a9-71c8440dc3c1} <Debug> TCPHandler: Processed in 0.001745518 sec. | ||
| 6339 | 2024.12.20 22:29:45.192663 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6340 | 2024.12.20 22:29:45.192781 [ 260 ] {58b0ff30-2c74-41ae-9905-018f169a367a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6341 | 2024.12.20 22:29:45.192831 [ 260 ] {58b0ff30-2c74-41ae-9905-018f169a367a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6342 | 2024.12.20 22:29:45.193309 [ 260 ] {58b0ff30-2c74-41ae-9905-018f169a367a} <Trace> oximeter.measurements_f64 (24a8fd20-3063-40e7-bd7e-0a899ffef70a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6343 | 2024.12.20 22:29:45.193348 [ 260 ] {58b0ff30-2c74-41ae-9905-018f169a367a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 6344 | 2024.12.20 22:29:45.193718 [ 260 ] {58b0ff30-2c74-41ae-9905-018f169a367a} <Trace> MergedBlockOutputStream: filled checksums all_17_17_0 (state Temporary) | ||
| 6345 | 2024.12.20 22:29:45.193968 [ 260 ] {58b0ff30-2c74-41ae-9905-018f169a367a} <Trace> oximeter.measurements_f64 (24a8fd20-3063-40e7-bd7e-0a899ffef70a): Renaming temporary part tmp_insert_all_17_17_0 to all_17_17_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6346 | 2024.12.20 22:29:45.194234 [ 260 ] {58b0ff30-2c74-41ae-9905-018f169a367a} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001472 sec., 679.3478260869565 rows/sec., 45.78 KiB/sec. | ||
| 6347 | 2024.12.20 22:29:45.194448 [ 260 ] {58b0ff30-2c74-41ae-9905-018f169a367a} <Debug> TCPHandler: Processed in 0.001837931 sec. | ||
| 6348 | 2024.12.20 22:29:45.194623 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6349 | 2024.12.20 22:29:45.194742 [ 262 ] {95077272-ccbb-497d-903e-7ffd572ea128} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6350 | 2024.12.20 22:29:45.194825 [ 262 ] {95077272-ccbb-497d-903e-7ffd572ea128} <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 | ||
| 6351 | 2024.12.20 22:29:45.195988 [ 262 ] {95077272-ccbb-497d-903e-7ffd572ea128} <Trace> oximeter.measurements_histogramu64 (cfe0444f-6b19-4855-b696-cc295685d98f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6352 | 2024.12.20 22:29:45.196026 [ 262 ] {95077272-ccbb-497d-903e-7ffd572ea128} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 6353 | 2024.12.20 22:29:45.196668 [ 262 ] {95077272-ccbb-497d-903e-7ffd572ea128} <Trace> MergedBlockOutputStream: filled checksums all_35_35_0 (state Temporary) | ||
| 6354 | 2024.12.20 22:29:45.196930 [ 262 ] {95077272-ccbb-497d-903e-7ffd572ea128} <Trace> oximeter.measurements_histogramu64 (cfe0444f-6b19-4855-b696-cc295685d98f): Renaming temporary part tmp_insert_all_35_35_0 to all_35_35_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6355 | 2024.12.20 22:29:45.197134 [ 262 ] {95077272-ccbb-497d-903e-7ffd572ea128} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002417 sec., 10757.136946628052 rows/sec., 19.28 MiB/sec. | ||
| 6356 | 2024.12.20 22:29:45.197247 [ 262 ] {95077272-ccbb-497d-903e-7ffd572ea128} <Debug> TCPHandler: Processed in 0.002679044 sec. | ||
| 6357 | 2024.12.20 22:29:45.197394 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6358 | 2024.12.20 22:29:45.197513 [ 260 ] {5208efa1-7a58-4b22-b82a-d7fb49118e32} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6359 | 2024.12.20 22:29:45.197563 [ 260 ] {5208efa1-7a58-4b22-b82a-d7fb49118e32} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6360 | 2024.12.20 22:29:45.198060 [ 260 ] {5208efa1-7a58-4b22-b82a-d7fb49118e32} <Trace> oximeter.measurements_u64 (b5f8915a-997f-4944-a48b-a878169c21e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6361 | 2024.12.20 22:29:45.198100 [ 260 ] {5208efa1-7a58-4b22-b82a-d7fb49118e32} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 6362 | 2024.12.20 22:29:45.198481 [ 260 ] {5208efa1-7a58-4b22-b82a-d7fb49118e32} <Trace> MergedBlockOutputStream: filled checksums all_47_47_0 (state Temporary) | ||
| 6363 | 2024.12.20 22:29:45.198730 [ 260 ] {5208efa1-7a58-4b22-b82a-d7fb49118e32} <Trace> oximeter.measurements_u64 (b5f8915a-997f-4944-a48b-a878169c21e0): Renaming temporary part tmp_insert_all_47_47_0 to all_47_47_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6364 | 2024.12.20 22:29:45.198934 [ 260 ] {5208efa1-7a58-4b22-b82a-d7fb49118e32} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001445 sec., 56747.40484429066 rows/sec., 3.60 MiB/sec. | ||
| 6365 | 2024.12.20 22:29:45.198989 [ 260 ] {5208efa1-7a58-4b22-b82a-d7fb49118e32} <Debug> TCPHandler: Processed in 0.001650155 sec. | ||
| 6366 | 2024.12.20 22:29:49.312944 [ 135 ] {} <Debug> DNSResolver: Updating DNS cache | ||
| 6367 | 2024.12.20 22:29:49.313011 [ 135 ] {} <Debug> DNSResolver: Updated DNS cache | ||
| 6368 | 2024.12.20 22:29:49.424280 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 488 entries to flush up to offset 13786 | ||
| 6369 | 2024.12.20 22:29:49.425172 [ 242 ] {} <Trace> system.asynchronous_metric_log (872a84c2-09da-4c20-9ea0-5cf32b1a4df4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6370 | 2024.12.20 22:29:49.425219 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 6371 | 2024.12.20 22:29:49.425750 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 6372 | 2024.12.20 22:29:49.426015 [ 242 ] {} <Trace> system.asynchronous_metric_log (872a84c2-09da-4c20-9ea0-5cf32b1a4df4): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6373 | 2024.12.20 22:29:49.426280 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 13786 | ||
| 6374 | 2024.12.20 22:29:50.163481 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6375 | 2024.12.20 22:29:50.163667 [ 260 ] {960d03ab-b71c-45d1-8b80-6595aea9b01c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6376 | 2024.12.20 22:29:50.163738 [ 260 ] {960d03ab-b71c-45d1-8b80-6595aea9b01c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6377 | 2024.12.20 22:29:50.164539 [ 260 ] {960d03ab-b71c-45d1-8b80-6595aea9b01c} <Trace> oximeter.fields_string (be340cd8-3bde-4f05-8e45-9e8a1492ad3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6378 | 2024.12.20 22:29:50.164592 [ 260 ] {960d03ab-b71c-45d1-8b80-6595aea9b01c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 6379 | 2024.12.20 22:29:50.165021 [ 260 ] {960d03ab-b71c-45d1-8b80-6595aea9b01c} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6380 | 2024.12.20 22:29:50.165275 [ 260 ] {960d03ab-b71c-45d1-8b80-6595aea9b01c} <Trace> oximeter.fields_string (be340cd8-3bde-4f05-8e45-9e8a1492ad3b): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6381 | 2024.12.20 22:29:50.165531 [ 260 ] {960d03ab-b71c-45d1-8b80-6595aea9b01c} <Debug> executeQuery: Read 88 rows, 7.43 KiB in 0.001903 sec., 46242.77456647399 rows/sec., 3.81 MiB/sec. | ||
| 6382 | 2024.12.20 22:29:50.165621 [ 260 ] {960d03ab-b71c-45d1-8b80-6595aea9b01c} <Debug> TCPHandler: Processed in 0.002270872 sec. | ||
| 6383 | 2024.12.20 22:29:50.165932 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6384 | 2024.12.20 22:29:50.166116 [ 262 ] {223e0c78-621d-4ed2-978c-3ea185612cbb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6385 | 2024.12.20 22:29:50.166188 [ 262 ] {223e0c78-621d-4ed2-978c-3ea185612cbb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6386 | 2024.12.20 22:29:50.166932 [ 262 ] {223e0c78-621d-4ed2-978c-3ea185612cbb} <Trace> oximeter.fields_u16 (66d17a24-a3a1-42a5-bd94-b86efb1056dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6387 | 2024.12.20 22:29:50.166983 [ 262 ] {223e0c78-621d-4ed2-978c-3ea185612cbb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 6388 | 2024.12.20 22:29:50.167404 [ 262 ] {223e0c78-621d-4ed2-978c-3ea185612cbb} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 6389 | 2024.12.20 22:29:50.167673 [ 262 ] {223e0c78-621d-4ed2-978c-3ea185612cbb} <Trace> oximeter.fields_u16 (66d17a24-a3a1-42a5-bd94-b86efb1056dd): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6390 | 2024.12.20 22:29:50.167908 [ 134 ] {} <Debug> oximeter.fields_u16 (66d17a24-a3a1-42a5-bd94-b86efb1056dd) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 6391 | 2024.12.20 22:29:50.167935 [ 262 ] {223e0c78-621d-4ed2-978c-3ea185612cbb} <Debug> executeQuery: Read 16 rows, 1.20 KiB in 0.00187 sec., 8556.14973262032 rows/sec., 643.38 KiB/sec. | ||
| 6392 | 2024.12.20 22:29:50.167989 [ 134 ] {} <Trace> oximeter.fields_u16 (66d17a24-a3a1-42a5-bd94-b86efb1056dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6393 | 2024.12.20 22:29:50.168057 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 6394 | 2024.12.20 22:29:50.168072 [ 262 ] {223e0c78-621d-4ed2-978c-3ea185612cbb} <Debug> TCPHandler: Processed in 0.002314704 sec. | ||
| 6395 | 2024.12.20 22:29:50.168285 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6396 | 2024.12.20 22:29:50.168310 [ 194 ] {66d17a24-a3a1-42a5-bd94-b86efb1056dd::all_1_36_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full | ||
| 6397 | 2024.12.20 22:29:50.168488 [ 260 ] {8bf23353-3a1c-4e77-8e6b-4ac9b5b75306} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6398 | 2024.12.20 22:29:50.168590 [ 194 ] {66d17a24-a3a1-42a5-bd94-b86efb1056dd::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6399 | 2024.12.20 22:29:50.168599 [ 260 ] {8bf23353-3a1c-4e77-8e6b-4ac9b5b75306} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6400 | 2024.12.20 22:29:50.168696 [ 194 ] {66d17a24-a3a1-42a5-bd94-b86efb1056dd::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 67 rows starting from the beginning of the part | ||
| 6401 | 2024.12.20 22:29:50.168991 [ 194 ] {66d17a24-a3a1-42a5-bd94-b86efb1056dd::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 16 rows starting from the beginning of the part | ||
| 6402 | 2024.12.20 22:29:50.169284 [ 194 ] {66d17a24-a3a1-42a5-bd94-b86efb1056dd::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 33 rows starting from the beginning of the part | ||
| 6403 | 2024.12.20 22:29:50.169612 [ 194 ] {66d17a24-a3a1-42a5-bd94-b86efb1056dd::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 20 rows starting from the beginning of the part | ||
| 6404 | 2024.12.20 22:29:50.169965 [ 194 ] {66d17a24-a3a1-42a5-bd94-b86efb1056dd::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 33 rows starting from the beginning of the part | ||
| 6405 | 2024.12.20 22:29:50.170265 [ 194 ] {66d17a24-a3a1-42a5-bd94-b86efb1056dd::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 16 rows starting from the beginning of the part | ||
| 6406 | 2024.12.20 22:29:50.171699 [ 260 ] {8bf23353-3a1c-4e77-8e6b-4ac9b5b75306} <Trace> oximeter.fields_uuid (fb7f0ac5-74a7-4737-ae05-0271c6750327): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6407 | 2024.12.20 22:29:50.171775 [ 260 ] {8bf23353-3a1c-4e77-8e6b-4ac9b5b75306} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 6408 | 2024.12.20 22:29:50.172852 [ 260 ] {8bf23353-3a1c-4e77-8e6b-4ac9b5b75306} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6409 | 2024.12.20 22:29:50.173063 [ 187 ] {66d17a24-a3a1-42a5-bd94-b86efb1056dd::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 185 rows, containing 5 columns (5 merged, 0 gathered) in 0.004908876 sec., 37686.83503107432 rows/sec., 2.85 MiB/sec. | ||
| 6410 | 2024.12.20 22:29:50.173300 [ 189 ] {66d17a24-a3a1-42a5-bd94-b86efb1056dd::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 6411 | 2024.12.20 22:29:50.173303 [ 260 ] {8bf23353-3a1c-4e77-8e6b-4ac9b5b75306} <Trace> oximeter.fields_uuid (fb7f0ac5-74a7-4737-ae05-0271c6750327): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6412 | 2024.12.20 22:29:50.173789 [ 260 ] {8bf23353-3a1c-4e77-8e6b-4ac9b5b75306} <Debug> executeQuery: Read 80 rows, 6.40 KiB in 0.005359 sec., 14928.158238477328 rows/sec., 1.17 MiB/sec. | ||
| 6413 | 2024.12.20 22:29:50.173945 [ 260 ] {8bf23353-3a1c-4e77-8e6b-4ac9b5b75306} <Debug> TCPHandler: Processed in 0.005763599 sec. | ||
| 6414 | 2024.12.20 22:29:50.173976 [ 189 ] {66d17a24-a3a1-42a5-bd94-b86efb1056dd::all_1_36_7} <Trace> oximeter.fields_u16 (66d17a24-a3a1-42a5-bd94-b86efb1056dd): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6415 | 2024.12.20 22:29:50.174125 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6416 | 2024.12.20 22:29:50.174129 [ 189 ] {66d17a24-a3a1-42a5-bd94-b86efb1056dd::all_1_36_7} <Trace> oximeter.fields_u16 (66d17a24-a3a1-42a5-bd94-b86efb1056dd) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 6417 | 2024.12.20 22:29:50.174260 [ 189 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 3.27 MiB. | ||
| 6418 | 2024.12.20 22:29:50.174287 [ 262 ] {3da1f8e0-d1e9-46d5-9b3c-7da4ab2aea23} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6419 | 2024.12.20 22:29:50.174347 [ 262 ] {3da1f8e0-d1e9-46d5-9b3c-7da4ab2aea23} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6420 | 2024.12.20 22:29:50.174928 [ 262 ] {3da1f8e0-d1e9-46d5-9b3c-7da4ab2aea23} <Trace> oximeter.measurements_cumulativeu64 (2e833ed7-efb3-49ee-873b-fe7dc1d5762e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6421 | 2024.12.20 22:29:50.174967 [ 262 ] {3da1f8e0-d1e9-46d5-9b3c-7da4ab2aea23} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 6422 | 2024.12.20 22:29:50.175357 [ 262 ] {3da1f8e0-d1e9-46d5-9b3c-7da4ab2aea23} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6423 | 2024.12.20 22:29:50.175597 [ 262 ] {3da1f8e0-d1e9-46d5-9b3c-7da4ab2aea23} <Trace> oximeter.measurements_cumulativeu64 (2e833ed7-efb3-49ee-873b-fe7dc1d5762e): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6424 | 2024.12.20 22:29:50.175817 [ 262 ] {3da1f8e0-d1e9-46d5-9b3c-7da4ab2aea23} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.00157 sec., 101910.8280254777 rows/sec., 7.10 MiB/sec. | ||
| 6425 | 2024.12.20 22:29:50.175893 [ 262 ] {3da1f8e0-d1e9-46d5-9b3c-7da4ab2aea23} <Debug> TCPHandler: Processed in 0.001849241 sec. | ||
| 6426 | 2024.12.20 22:29:50.176091 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6427 | 2024.12.20 22:29:50.176248 [ 260 ] {fee46a45-fcff-4511-8142-bcf69629d12b} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6428 | 2024.12.20 22:29:50.176346 [ 260 ] {fee46a45-fcff-4511-8142-bcf69629d12b} <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 | ||
| 6429 | 2024.12.20 22:29:50.177617 [ 260 ] {fee46a45-fcff-4511-8142-bcf69629d12b} <Trace> oximeter.measurements_histogramu64 (cfe0444f-6b19-4855-b696-cc295685d98f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6430 | 2024.12.20 22:29:50.177659 [ 260 ] {fee46a45-fcff-4511-8142-bcf69629d12b} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 6431 | 2024.12.20 22:29:50.178337 [ 260 ] {fee46a45-fcff-4511-8142-bcf69629d12b} <Trace> MergedBlockOutputStream: filled checksums all_36_36_0 (state Temporary) | ||
| 6432 | 2024.12.20 22:29:50.178608 [ 260 ] {fee46a45-fcff-4511-8142-bcf69629d12b} <Trace> oximeter.measurements_histogramu64 (cfe0444f-6b19-4855-b696-cc295685d98f): Renaming temporary part tmp_insert_all_36_36_0 to all_36_36_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6433 | 2024.12.20 22:29:50.178811 [ 134 ] {} <Debug> oximeter.measurements_histogramu64 (cfe0444f-6b19-4855-b696-cc295685d98f) (MergerMutator): Selected 6 parts from all_1_31_6 to all_36_36_0 | ||
| 6434 | 2024.12.20 22:29:50.178884 [ 134 ] {} <Trace> oximeter.measurements_histogramu64 (cfe0444f-6b19-4855-b696-cc295685d98f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6435 | 2024.12.20 22:29:50.178902 [ 260 ] {fee46a45-fcff-4511-8142-bcf69629d12b} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.002676 sec., 5979.073243647234 rows/sec., 10.71 MiB/sec. | ||
| 6436 | 2024.12.20 22:29:50.178920 [ 134 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 6437 | 2024.12.20 22:29:50.179288 [ 193 ] {cfe0444f-6b19-4855-b696-cc295685d98f::all_1_36_7} <Debug> MergeTask::PrepareStage: Merging 6 parts: from all_1_31_6 to all_36_36_0 into Compact with storage Full | ||
| 6438 | 2024.12.20 22:29:50.179313 [ 260 ] {fee46a45-fcff-4511-8142-bcf69629d12b} <Debug> TCPHandler: Processed in 0.003340532 sec. | ||
| 6439 | 2024.12.20 22:29:50.179521 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6440 | 2024.12.20 22:29:50.179682 [ 262 ] {9ad6ce1f-16c9-481b-aeae-72a52fd2a660} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6441 | 2024.12.20 22:29:50.179730 [ 193 ] {cfe0444f-6b19-4855-b696-cc295685d98f::all_1_36_7} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6442 | 2024.12.20 22:29:50.179747 [ 262 ] {9ad6ce1f-16c9-481b-aeae-72a52fd2a660} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6443 | 2024.12.20 22:29:50.179853 [ 193 ] {cfe0444f-6b19-4855-b696-cc295685d98f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_31_6, total 620 rows starting from the beginning of the part | ||
| 6444 | 2024.12.20 22:29:50.180527 [ 193 ] {cfe0444f-6b19-4855-b696-cc295685d98f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_32_32_0, total 16 rows starting from the beginning of the part | ||
| 6445 | 2024.12.20 22:29:50.181069 [ 193 ] {cfe0444f-6b19-4855-b696-cc295685d98f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_33_33_0, total 26 rows starting from the beginning of the part | ||
| 6446 | 2024.12.20 22:29:50.181635 [ 262 ] {9ad6ce1f-16c9-481b-aeae-72a52fd2a660} <Trace> oximeter.measurements_u64 (b5f8915a-997f-4944-a48b-a878169c21e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6447 | 2024.12.20 22:29:50.181662 [ 193 ] {cfe0444f-6b19-4855-b696-cc295685d98f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_34_34_0, total 16 rows starting from the beginning of the part | ||
| 6448 | 2024.12.20 22:29:50.181681 [ 262 ] {9ad6ce1f-16c9-481b-aeae-72a52fd2a660} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 6449 | 2024.12.20 22:29:50.182175 [ 193 ] {cfe0444f-6b19-4855-b696-cc295685d98f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_35_35_0, total 26 rows starting from the beginning of the part | ||
| 6450 | 2024.12.20 22:29:50.182753 [ 193 ] {cfe0444f-6b19-4855-b696-cc295685d98f::all_1_36_7} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_36_36_0, total 16 rows starting from the beginning of the part | ||
| 6451 | 2024.12.20 22:29:50.182800 [ 262 ] {9ad6ce1f-16c9-481b-aeae-72a52fd2a660} <Trace> MergedBlockOutputStream: filled checksums all_48_48_0 (state Temporary) | ||
| 6452 | 2024.12.20 22:29:50.183354 [ 262 ] {9ad6ce1f-16c9-481b-aeae-72a52fd2a660} <Trace> oximeter.measurements_u64 (b5f8915a-997f-4944-a48b-a878169c21e0): Renaming temporary part tmp_insert_all_48_48_0 to all_48_48_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6453 | 2024.12.20 22:29:50.183699 [ 262 ] {9ad6ce1f-16c9-481b-aeae-72a52fd2a660} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.004058 sec., 14785.608674223755 rows/sec., 1020.36 KiB/sec. | ||
| 6454 | 2024.12.20 22:29:50.183786 [ 262 ] {9ad6ce1f-16c9-481b-aeae-72a52fd2a660} <Debug> TCPHandler: Processed in 0.004369581 sec. | ||
| 6455 | 2024.12.20 22:29:50.188188 [ 187 ] {cfe0444f-6b19-4855-b696-cc295685d98f::all_1_36_7} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 720 rows, containing 19 columns (19 merged, 0 gathered) in 0.009150852 sec., 78681.19820974048 rows/sec., 140.99 MiB/sec. | ||
| 6456 | 2024.12.20 22:29:50.189293 [ 195 ] {cfe0444f-6b19-4855-b696-cc295685d98f::all_1_36_7} <Trace> MergedBlockOutputStream: filled checksums all_1_36_7 (state Temporary) | ||
| 6457 | 2024.12.20 22:29:50.189725 [ 195 ] {cfe0444f-6b19-4855-b696-cc295685d98f::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (cfe0444f-6b19-4855-b696-cc295685d98f): Renaming temporary part tmp_merge_all_1_36_7 to all_1_36_7 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6458 | 2024.12.20 22:29:50.189805 [ 195 ] {cfe0444f-6b19-4855-b696-cc295685d98f::all_1_36_7} <Trace> oximeter.measurements_histogramu64 (cfe0444f-6b19-4855-b696-cc295685d98f) (MergerMutator): Merged 6 parts: [all_1_31_6, all_36_36_0] -> all_1_36_7 | ||
| 6459 | 2024.12.20 22:29:50.189949 [ 195 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 7.58 MiB. | ||
| 6460 | 2024.12.20 22:29:50.458774 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 8 entries to flush up to offset 227 | ||
| 6461 | 2024.12.20 22:29:50.480588 [ 244 ] {} <Trace> system.metric_log (fe7f8d4b-b36f-4a64-a142-f4747bcb5bba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6462 | 2024.12.20 22:29:50.480661 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 6463 | 2024.12.20 22:29:50.488144 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_30_30_0 (state Temporary) | ||
| 6464 | 2024.12.20 22:29:50.488936 [ 244 ] {} <Trace> system.metric_log (fe7f8d4b-b36f-4a64-a142-f4747bcb5bba): Renaming temporary part tmp_insert_all_30_30_0 to all_30_30_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6465 | 2024.12.20 22:29:50.491739 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 227 | ||
| 6466 | 2024.12.20 22:29:51.000255 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 199.78 MiB, peak 207.42 MiB, free memory in arenas 0.00 B, will set to 200.95 MiB (RSS), difference: 1.16 MiB | ||
| 6467 | 2024.12.20 22:29:54.490778 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushing system log, 34 entries to flush up to offset 918 | ||
| 6468 | 2024.12.20 22:29:54.494488 [ 243 ] {} <Trace> system.query_log (cb6910fd-3f74-40bb-afeb-929e53918d3c): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6469 | 2024.12.20 22:29:54.494560 [ 243 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 6470 | 2024.12.20 22:29:54.496337 [ 243 ] {} <Trace> MergedBlockOutputStream: filled checksums all_22_22_0 (state Temporary) | ||
| 6471 | 2024.12.20 22:29:54.496701 [ 243 ] {} <Trace> system.query_log (cb6910fd-3f74-40bb-afeb-929e53918d3c): Renaming temporary part tmp_insert_all_22_22_0 to all_22_22_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6472 | 2024.12.20 22:29:54.497495 [ 243 ] {} <Trace> SystemLog (system.query_log): Flushed system log up to offset 918 | ||
| 6473 | 2024.12.20 22:29:55.168901 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6474 | 2024.12.20 22:29:55.169092 [ 260 ] {3b199331-cd31-463c-99e6-db72fa4f13e1} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.fields_i16 FORMAT Native (stage: Complete) | ||
| 6475 | 2024.12.20 22:29:55.169166 [ 260 ] {3b199331-cd31-463c-99e6-db72fa4f13e1} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_i16 | ||
| 6476 | 2024.12.20 22:29:55.169957 [ 260 ] {3b199331-cd31-463c-99e6-db72fa4f13e1} <Trace> oximeter.fields_i16 (5ba0350d-977f-4416-8d1f-0415e035e880): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6477 | 2024.12.20 22:29:55.170015 [ 260 ] {3b199331-cd31-463c-99e6-db72fa4f13e1} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 6478 | 2024.12.20 22:29:55.170456 [ 260 ] {3b199331-cd31-463c-99e6-db72fa4f13e1} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 6479 | 2024.12.20 22:29:55.170752 [ 260 ] {3b199331-cd31-463c-99e6-db72fa4f13e1} <Trace> oximeter.fields_i16 (5ba0350d-977f-4416-8d1f-0415e035e880): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6480 | 2024.12.20 22:29:55.171044 [ 260 ] {3b199331-cd31-463c-99e6-db72fa4f13e1} <Debug> executeQuery: Read 14 rows, 1.01 KiB in 0.001996 sec., 7014.0280561122245 rows/sec., 504.92 KiB/sec. | ||
| 6481 | 2024.12.20 22:29:55.171260 [ 260 ] {3b199331-cd31-463c-99e6-db72fa4f13e1} <Debug> TCPHandler: Processed in 0.002487059 sec. | ||
| 6482 | 2024.12.20 22:29:55.171579 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6483 | 2024.12.20 22:29:55.171766 [ 262 ] {d268993d-5c25-4159-a5a3-1b58642670ff} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.fields_ipaddr FORMAT Native (stage: Complete) | ||
| 6484 | 2024.12.20 22:29:55.171841 [ 262 ] {d268993d-5c25-4159-a5a3-1b58642670ff} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_ipaddr | ||
| 6485 | 2024.12.20 22:29:55.172576 [ 262 ] {d268993d-5c25-4159-a5a3-1b58642670ff} <Trace> oximeter.fields_ipaddr (6efd1947-dbb6-4524-99d7-af0451dd6934): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6486 | 2024.12.20 22:29:55.172630 [ 262 ] {d268993d-5c25-4159-a5a3-1b58642670ff} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 6487 | 2024.12.20 22:29:55.173072 [ 262 ] {d268993d-5c25-4159-a5a3-1b58642670ff} <Trace> MergedBlockOutputStream: filled checksums all_11_11_0 (state Temporary) | ||
| 6488 | 2024.12.20 22:29:55.173321 [ 262 ] {d268993d-5c25-4159-a5a3-1b58642670ff} <Trace> oximeter.fields_ipaddr (6efd1947-dbb6-4524-99d7-af0451dd6934): Renaming temporary part tmp_insert_all_11_11_0 to all_11_11_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6489 | 2024.12.20 22:29:55.173595 [ 262 ] {d268993d-5c25-4159-a5a3-1b58642670ff} <Debug> executeQuery: Read 4 rows, 334.00 B in 0.001879 sec., 2128.79191059074 rows/sec., 173.59 KiB/sec. | ||
| 6490 | 2024.12.20 22:29:55.173666 [ 262 ] {d268993d-5c25-4159-a5a3-1b58642670ff} <Debug> TCPHandler: Processed in 0.002260352 sec. | ||
| 6491 | 2024.12.20 22:29:55.173834 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6492 | 2024.12.20 22:29:55.173983 [ 260 ] {b6d338a8-33f3-4561-a008-b8015a7cf23a} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6493 | 2024.12.20 22:29:55.174045 [ 260 ] {b6d338a8-33f3-4561-a008-b8015a7cf23a} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6494 | 2024.12.20 22:29:55.174921 [ 260 ] {b6d338a8-33f3-4561-a008-b8015a7cf23a} <Trace> oximeter.fields_string (be340cd8-3bde-4f05-8e45-9e8a1492ad3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6495 | 2024.12.20 22:29:55.174973 [ 260 ] {b6d338a8-33f3-4561-a008-b8015a7cf23a} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 6496 | 2024.12.20 22:29:55.175383 [ 260 ] {b6d338a8-33f3-4561-a008-b8015a7cf23a} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6497 | 2024.12.20 22:29:55.175636 [ 260 ] {b6d338a8-33f3-4561-a008-b8015a7cf23a} <Trace> oximeter.fields_string (be340cd8-3bde-4f05-8e45-9e8a1492ad3b): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6498 | 2024.12.20 22:29:55.175852 [ 260 ] {b6d338a8-33f3-4561-a008-b8015a7cf23a} <Debug> executeQuery: Read 257 rows, 23.10 KiB in 0.001903 sec., 135049.9211770888 rows/sec., 11.86 MiB/sec. | ||
| 6499 | 2024.12.20 22:29:55.175909 [ 260 ] {b6d338a8-33f3-4561-a008-b8015a7cf23a} <Debug> TCPHandler: Processed in 0.002146919 sec. | ||
| 6500 | 2024.12.20 22:29:55.176086 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6501 | 2024.12.20 22:29:55.176211 [ 262 ] {da762929-54de-49bf-b5d0-0c2a5f9aa0b8} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6502 | 2024.12.20 22:29:55.176263 [ 262 ] {da762929-54de-49bf-b5d0-0c2a5f9aa0b8} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6503 | 2024.12.20 22:29:55.176867 [ 262 ] {da762929-54de-49bf-b5d0-0c2a5f9aa0b8} <Trace> oximeter.fields_u16 (66d17a24-a3a1-42a5-bd94-b86efb1056dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6504 | 2024.12.20 22:29:55.176908 [ 262 ] {da762929-54de-49bf-b5d0-0c2a5f9aa0b8} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 6505 | 2024.12.20 22:29:55.177273 [ 262 ] {da762929-54de-49bf-b5d0-0c2a5f9aa0b8} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 6506 | 2024.12.20 22:29:55.177516 [ 262 ] {da762929-54de-49bf-b5d0-0c2a5f9aa0b8} <Trace> oximeter.fields_u16 (66d17a24-a3a1-42a5-bd94-b86efb1056dd): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6507 | 2024.12.20 22:29:55.177722 [ 262 ] {da762929-54de-49bf-b5d0-0c2a5f9aa0b8} <Debug> executeQuery: Read 37 rows, 2.69 KiB in 0.00154 sec., 24025.97402597403 rows/sec., 1.71 MiB/sec. | ||
| 6508 | 2024.12.20 22:29:55.177780 [ 262 ] {da762929-54de-49bf-b5d0-0c2a5f9aa0b8} <Debug> TCPHandler: Processed in 0.001753239 sec. | ||
| 6509 | 2024.12.20 22:29:55.177930 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6510 | 2024.12.20 22:29:55.178049 [ 260 ] {e79bd278-3636-474a-bff3-1c1dd3b6265c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.fields_u32 FORMAT Native (stage: Complete) | ||
| 6511 | 2024.12.20 22:29:55.178097 [ 260 ] {e79bd278-3636-474a-bff3-1c1dd3b6265c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u32 | ||
| 6512 | 2024.12.20 22:29:55.178685 [ 260 ] {e79bd278-3636-474a-bff3-1c1dd3b6265c} <Trace> oximeter.fields_u32 (50de29d4-f6c5-4f7c-8dac-40e276b5b3f8): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6513 | 2024.12.20 22:29:55.178725 [ 260 ] {e79bd278-3636-474a-bff3-1c1dd3b6265c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 6514 | 2024.12.20 22:29:55.179083 [ 260 ] {e79bd278-3636-474a-bff3-1c1dd3b6265c} <Trace> MergedBlockOutputStream: filled checksums all_24_24_0 (state Temporary) | ||
| 6515 | 2024.12.20 22:29:55.179331 [ 260 ] {e79bd278-3636-474a-bff3-1c1dd3b6265c} <Trace> oximeter.fields_u32 (50de29d4-f6c5-4f7c-8dac-40e276b5b3f8): Renaming temporary part tmp_insert_all_24_24_0 to all_24_24_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6516 | 2024.12.20 22:29:55.179549 [ 260 ] {e79bd278-3636-474a-bff3-1c1dd3b6265c} <Debug> executeQuery: Read 14 rows, 1004.00 B in 0.001523 sec., 9192.383453709783 rows/sec., 643.77 KiB/sec. | ||
| 6517 | 2024.12.20 22:29:55.179776 [ 260 ] {e79bd278-3636-474a-bff3-1c1dd3b6265c} <Debug> TCPHandler: Processed in 0.001897743 sec. | ||
| 6518 | 2024.12.20 22:29:55.179945 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6519 | 2024.12.20 22:29:55.180066 [ 262 ] {6c83ace9-fdff-4264-b331-8252ae3a4502} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.fields_u8 FORMAT Native (stage: Complete) | ||
| 6520 | 2024.12.20 22:29:55.180116 [ 262 ] {6c83ace9-fdff-4264-b331-8252ae3a4502} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u8 | ||
| 6521 | 2024.12.20 22:29:55.180701 [ 262 ] {6c83ace9-fdff-4264-b331-8252ae3a4502} <Trace> oximeter.fields_u8 (bc6d9fff-42ef-4dc9-9b7c-2f27297e3062): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6522 | 2024.12.20 22:29:55.180741 [ 262 ] {6c83ace9-fdff-4264-b331-8252ae3a4502} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 6523 | 2024.12.20 22:29:55.181095 [ 262 ] {6c83ace9-fdff-4264-b331-8252ae3a4502} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 6524 | 2024.12.20 22:29:55.181336 [ 262 ] {6c83ace9-fdff-4264-b331-8252ae3a4502} <Trace> oximeter.fields_u8 (bc6d9fff-42ef-4dc9-9b7c-2f27297e3062): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6525 | 2024.12.20 22:29:55.181557 [ 262 ] {6c83ace9-fdff-4264-b331-8252ae3a4502} <Debug> executeQuery: Read 13 rows, 830.00 B in 0.001516 sec., 8575.197889182058 rows/sec., 534.66 KiB/sec. | ||
| 6526 | 2024.12.20 22:29:55.181612 [ 262 ] {6c83ace9-fdff-4264-b331-8252ae3a4502} <Debug> TCPHandler: Processed in 0.001735438 sec. | ||
| 6527 | 2024.12.20 22:29:55.181756 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6528 | 2024.12.20 22:29:55.181874 [ 260 ] {d82622e1-d1e5-4af3-a018-11345db901bb} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6529 | 2024.12.20 22:29:55.181924 [ 260 ] {d82622e1-d1e5-4af3-a018-11345db901bb} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6530 | 2024.12.20 22:29:55.182789 [ 260 ] {d82622e1-d1e5-4af3-a018-11345db901bb} <Trace> oximeter.fields_uuid (fb7f0ac5-74a7-4737-ae05-0271c6750327): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6531 | 2024.12.20 22:29:55.182835 [ 260 ] {d82622e1-d1e5-4af3-a018-11345db901bb} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 6532 | 2024.12.20 22:29:55.183259 [ 260 ] {d82622e1-d1e5-4af3-a018-11345db901bb} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6533 | 2024.12.20 22:29:55.183527 [ 260 ] {d82622e1-d1e5-4af3-a018-11345db901bb} <Trace> oximeter.fields_uuid (fb7f0ac5-74a7-4737-ae05-0271c6750327): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6534 | 2024.12.20 22:29:55.183746 [ 260 ] {d82622e1-d1e5-4af3-a018-11345db901bb} <Debug> executeQuery: Read 412 rows, 30.09 KiB in 0.001885 sec., 218567.63925729445 rows/sec., 15.59 MiB/sec. | ||
| 6535 | 2024.12.20 22:29:55.183858 [ 260 ] {d82622e1-d1e5-4af3-a018-11345db901bb} <Debug> TCPHandler: Processed in 0.00215703 sec. | ||
| 6536 | 2024.12.20 22:29:55.184054 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6537 | 2024.12.20 22:29:55.184175 [ 262 ] {4d63be05-5852-414d-a047-c4b9d63ba234} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.measurements_bool FORMAT Native (stage: Complete) | ||
| 6538 | 2024.12.20 22:29:55.184224 [ 262 ] {4d63be05-5852-414d-a047-c4b9d63ba234} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_bool | ||
| 6539 | 2024.12.20 22:29:55.184703 [ 262 ] {4d63be05-5852-414d-a047-c4b9d63ba234} <Trace> oximeter.measurements_bool (902c9248-495c-4a1f-8676-b52592dc679b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6540 | 2024.12.20 22:29:55.184745 [ 262 ] {4d63be05-5852-414d-a047-c4b9d63ba234} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 6541 | 2024.12.20 22:29:55.185106 [ 262 ] {4d63be05-5852-414d-a047-c4b9d63ba234} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 6542 | 2024.12.20 22:29:55.185367 [ 262 ] {4d63be05-5852-414d-a047-c4b9d63ba234} <Trace> oximeter.measurements_bool (902c9248-495c-4a1f-8676-b52592dc679b): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6543 | 2024.12.20 22:29:55.185588 [ 262 ] {4d63be05-5852-414d-a047-c4b9d63ba234} <Debug> executeQuery: Read 6 rows, 321.00 B in 0.001437 sec., 4175.365344467641 rows/sec., 218.15 KiB/sec. | ||
| 6544 | 2024.12.20 22:29:55.185642 [ 262 ] {4d63be05-5852-414d-a047-c4b9d63ba234} <Debug> TCPHandler: Processed in 0.001679716 sec. | ||
| 6545 | 2024.12.20 22:29:55.185786 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6546 | 2024.12.20 22:29:55.185903 [ 260 ] {1e0d4675-370f-432c-8c32-a85f37680db9} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6547 | 2024.12.20 22:29:55.185960 [ 260 ] {1e0d4675-370f-432c-8c32-a85f37680db9} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6548 | 2024.12.20 22:29:55.186639 [ 260 ] {1e0d4675-370f-432c-8c32-a85f37680db9} <Trace> oximeter.measurements_cumulativeu64 (2e833ed7-efb3-49ee-873b-fe7dc1d5762e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6549 | 2024.12.20 22:29:55.186685 [ 260 ] {1e0d4675-370f-432c-8c32-a85f37680db9} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 6550 | 2024.12.20 22:29:55.187140 [ 260 ] {1e0d4675-370f-432c-8c32-a85f37680db9} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6551 | 2024.12.20 22:29:55.187387 [ 260 ] {1e0d4675-370f-432c-8c32-a85f37680db9} <Trace> oximeter.measurements_cumulativeu64 (2e833ed7-efb3-49ee-873b-fe7dc1d5762e): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6552 | 2024.12.20 22:29:55.187564 [ 260 ] {1e0d4675-370f-432c-8c32-a85f37680db9} <Debug> executeQuery: Read 239 rows, 16.41 KiB in 0.001686 sec., 141755.6346381969 rows/sec., 9.50 MiB/sec. | ||
| 6553 | 2024.12.20 22:29:55.187618 [ 260 ] {1e0d4675-370f-432c-8c32-a85f37680db9} <Debug> TCPHandler: Processed in 0.001888812 sec. | ||
| 6554 | 2024.12.20 22:29:55.187762 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6555 | 2024.12.20 22:29:55.187880 [ 262 ] {bed5c09d-0232-4116-9c22-b920e2ef6296} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.measurements_f64 FORMAT Native (stage: Complete) | ||
| 6556 | 2024.12.20 22:29:55.187931 [ 262 ] {bed5c09d-0232-4116-9c22-b920e2ef6296} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_f64 | ||
| 6557 | 2024.12.20 22:29:55.188391 [ 262 ] {bed5c09d-0232-4116-9c22-b920e2ef6296} <Trace> oximeter.measurements_f64 (24a8fd20-3063-40e7-bd7e-0a899ffef70a): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6558 | 2024.12.20 22:29:55.188428 [ 262 ] {bed5c09d-0232-4116-9c22-b920e2ef6296} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 6559 | 2024.12.20 22:29:55.188798 [ 262 ] {bed5c09d-0232-4116-9c22-b920e2ef6296} <Trace> MergedBlockOutputStream: filled checksums all_18_18_0 (state Temporary) | ||
| 6560 | 2024.12.20 22:29:55.189035 [ 262 ] {bed5c09d-0232-4116-9c22-b920e2ef6296} <Trace> oximeter.measurements_f64 (24a8fd20-3063-40e7-bd7e-0a899ffef70a): Renaming temporary part tmp_insert_all_18_18_0 to all_18_18_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6561 | 2024.12.20 22:29:55.189246 [ 262 ] {bed5c09d-0232-4116-9c22-b920e2ef6296} <Debug> executeQuery: Read 1 rows, 69.00 B in 0.001391 sec., 718.9072609633357 rows/sec., 48.44 KiB/sec. | ||
| 6562 | 2024.12.20 22:29:55.189296 [ 262 ] {bed5c09d-0232-4116-9c22-b920e2ef6296} <Debug> TCPHandler: Processed in 0.001590264 sec. | ||
| 6563 | 2024.12.20 22:29:55.189440 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6564 | 2024.12.20 22:29:55.189559 [ 260 ] {8dd46e42-7aad-4a99-b26b-b75594c8c240} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6565 | 2024.12.20 22:29:55.189640 [ 260 ] {8dd46e42-7aad-4a99-b26b-b75594c8c240} <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 | ||
| 6566 | 2024.12.20 22:29:55.190750 [ 260 ] {8dd46e42-7aad-4a99-b26b-b75594c8c240} <Trace> oximeter.measurements_histogramu64 (cfe0444f-6b19-4855-b696-cc295685d98f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6567 | 2024.12.20 22:29:55.190789 [ 260 ] {8dd46e42-7aad-4a99-b26b-b75594c8c240} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 6568 | 2024.12.20 22:29:55.191449 [ 260 ] {8dd46e42-7aad-4a99-b26b-b75594c8c240} <Trace> MergedBlockOutputStream: filled checksums all_37_37_0 (state Temporary) | ||
| 6569 | 2024.12.20 22:29:55.191719 [ 260 ] {8dd46e42-7aad-4a99-b26b-b75594c8c240} <Trace> oximeter.measurements_histogramu64 (cfe0444f-6b19-4855-b696-cc295685d98f): Renaming temporary part tmp_insert_all_37_37_0 to all_37_37_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6570 | 2024.12.20 22:29:55.191930 [ 260 ] {8dd46e42-7aad-4a99-b26b-b75594c8c240} <Debug> executeQuery: Read 26 rows, 47.71 KiB in 0.002395 sec., 10855.949895615866 rows/sec., 19.45 MiB/sec. | ||
| 6571 | 2024.12.20 22:29:55.192039 [ 260 ] {8dd46e42-7aad-4a99-b26b-b75594c8c240} <Debug> TCPHandler: Processed in 0.002654573 sec. | ||
| 6572 | 2024.12.20 22:29:55.192189 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6573 | 2024.12.20 22:29:55.192307 [ 262 ] {920a275e-59de-4ca3-a3de-dadbe07732ab} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6574 | 2024.12.20 22:29:55.192356 [ 262 ] {920a275e-59de-4ca3-a3de-dadbe07732ab} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6575 | 2024.12.20 22:29:55.192845 [ 262 ] {920a275e-59de-4ca3-a3de-dadbe07732ab} <Trace> oximeter.measurements_u64 (b5f8915a-997f-4944-a48b-a878169c21e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6576 | 2024.12.20 22:29:55.192884 [ 262 ] {920a275e-59de-4ca3-a3de-dadbe07732ab} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 6577 | 2024.12.20 22:29:55.193253 [ 262 ] {920a275e-59de-4ca3-a3de-dadbe07732ab} <Trace> MergedBlockOutputStream: filled checksums all_49_49_0 (state Temporary) | ||
| 6578 | 2024.12.20 22:29:55.193497 [ 262 ] {920a275e-59de-4ca3-a3de-dadbe07732ab} <Trace> oximeter.measurements_u64 (b5f8915a-997f-4944-a48b-a878169c21e0): Renaming temporary part tmp_insert_all_49_49_0 to all_49_49_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6579 | 2024.12.20 22:29:55.193695 [ 262 ] {920a275e-59de-4ca3-a3de-dadbe07732ab} <Debug> executeQuery: Read 82 rows, 5.33 KiB in 0.001413 sec., 58032.55484784147 rows/sec., 3.69 MiB/sec. | ||
| 6580 | 2024.12.20 22:29:55.193745 [ 262 ] {920a275e-59de-4ca3-a3de-dadbe07732ab} <Debug> TCPHandler: Processed in 0.001611434 sec. | ||
| 6581 | 2024.12.20 22:29:56.926607 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushing system log, 427 entries to flush up to offset 14213 | ||
| 6582 | 2024.12.20 22:29:56.927360 [ 242 ] {} <Trace> system.asynchronous_metric_log (872a84c2-09da-4c20-9ea0-5cf32b1a4df4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6583 | 2024.12.20 22:29:56.927401 [ 242 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 6584 | 2024.12.20 22:29:56.928007 [ 242 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 6585 | 2024.12.20 22:29:56.928268 [ 242 ] {} <Trace> system.asynchronous_metric_log (872a84c2-09da-4c20-9ea0-5cf32b1a4df4): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6586 | 2024.12.20 22:29:56.928430 [ 126 ] {} <Debug> system.asynchronous_metric_log (872a84c2-09da-4c20-9ea0-5cf32b1a4df4) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 6587 | 2024.12.20 22:29:56.928472 [ 242 ] {} <Trace> SystemLog (system.asynchronous_metric_log): Flushed system log up to offset 14213 | ||
| 6588 | 2024.12.20 22:29:56.928486 [ 126 ] {} <Trace> system.asynchronous_metric_log (872a84c2-09da-4c20-9ea0-5cf32b1a4df4): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6589 | 2024.12.20 22:29:56.928517 [ 126 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 6590 | 2024.12.20 22:29:56.928667 [ 188 ] {872a84c2-09da-4c20-9ea0-5cf32b1a4df4::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 | ||
| 6591 | 2024.12.20 22:29:56.928845 [ 188 ] {872a84c2-09da-4c20-9ea0-5cf32b1a4df4::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6592 | 2024.12.20 22:29:56.928895 [ 188 ] {872a84c2-09da-4c20-9ea0-5cf32b1a4df4::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 3 marks from part all_1_26_5, total 11956 rows starting from the beginning of the part | ||
| 6593 | 2024.12.20 22:29:56.928987 [ 188 ] {872a84c2-09da-4c20-9ea0-5cf32b1a4df4::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 427 rows starting from the beginning of the part | ||
| 6594 | 2024.12.20 22:29:56.929211 [ 188 ] {872a84c2-09da-4c20-9ea0-5cf32b1a4df4::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 488 rows starting from the beginning of the part | ||
| 6595 | 2024.12.20 22:29:56.929406 [ 188 ] {872a84c2-09da-4c20-9ea0-5cf32b1a4df4::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 427 rows starting from the beginning of the part | ||
| 6596 | 2024.12.20 22:29:56.929499 [ 188 ] {872a84c2-09da-4c20-9ea0-5cf32b1a4df4::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 488 rows starting from the beginning of the part | ||
| 6597 | 2024.12.20 22:29:56.929720 [ 188 ] {872a84c2-09da-4c20-9ea0-5cf32b1a4df4::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 427 rows starting from the beginning of the part | ||
| 6598 | 2024.12.20 22:29:56.932499 [ 199 ] {872a84c2-09da-4c20-9ea0-5cf32b1a4df4::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 14213 rows, containing 4 columns (4 merged, 0 gathered) in 0.003902998 sec., 3641559.6421007644 rows/sec., 52.09 MiB/sec. | ||
| 6599 | 2024.12.20 22:29:56.932970 [ 199 ] {872a84c2-09da-4c20-9ea0-5cf32b1a4df4::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 6600 | 2024.12.20 22:29:56.933325 [ 199 ] {872a84c2-09da-4c20-9ea0-5cf32b1a4df4::all_1_31_6} <Trace> system.asynchronous_metric_log (872a84c2-09da-4c20-9ea0-5cf32b1a4df4): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6601 | 2024.12.20 22:29:56.933428 [ 199 ] {872a84c2-09da-4c20-9ea0-5cf32b1a4df4::all_1_31_6} <Trace> system.asynchronous_metric_log (872a84c2-09da-4c20-9ea0-5cf32b1a4df4) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 6602 | 2024.12.20 22:29:56.933551 [ 199 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 6.49 MiB. | ||
| 6603 | 2024.12.20 22:29:57.991815 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushing system log, 7 entries to flush up to offset 234 | ||
| 6604 | 2024.12.20 22:29:58.016654 [ 244 ] {} <Trace> system.metric_log (fe7f8d4b-b36f-4a64-a142-f4747bcb5bba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6605 | 2024.12.20 22:29:58.016716 [ 244 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 6606 | 2024.12.20 22:29:58.024219 [ 244 ] {} <Trace> MergedBlockOutputStream: filled checksums all_31_31_0 (state Temporary) | ||
| 6607 | 2024.12.20 22:29:58.025041 [ 244 ] {} <Trace> system.metric_log (fe7f8d4b-b36f-4a64-a142-f4747bcb5bba): Renaming temporary part tmp_insert_all_31_31_0 to all_31_31_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6608 | 2024.12.20 22:29:58.025429 [ 123 ] {} <Debug> system.metric_log (fe7f8d4b-b36f-4a64-a142-f4747bcb5bba) (MergerMutator): Selected 6 parts from all_1_26_5 to all_31_31_0 | ||
| 6609 | 2024.12.20 22:29:58.025571 [ 123 ] {} <Trace> system.metric_log (fe7f8d4b-b36f-4a64-a142-f4747bcb5bba): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6610 | 2024.12.20 22:29:58.025644 [ 123 ] {} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 6611 | 2024.12.20 22:29:58.026118 [ 187 ] {fe7f8d4b-b36f-4a64-a142-f4747bcb5bba::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 | ||
| 6612 | 2024.12.20 22:29:58.040353 [ 244 ] {} <Trace> SystemLog (system.metric_log): Flushed system log up to offset 234 | ||
| 6613 | 2024.12.20 22:29:58.042430 [ 187 ] {fe7f8d4b-b36f-4a64-a142-f4747bcb5bba::all_1_31_6} <Debug> MergeTask::PrepareStage: Selected MergeAlgorithm: Horizontal | ||
| 6614 | 2024.12.20 22:29:58.044246 [ 187 ] {fe7f8d4b-b36f-4a64-a142-f4747bcb5bba::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_1_26_5, total 196 rows starting from the beginning of the part | ||
| 6615 | 2024.12.20 22:29:58.050198 [ 187 ] {fe7f8d4b-b36f-4a64-a142-f4747bcb5bba::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_27_27_0, total 8 rows starting from the beginning of the part | ||
| 6616 | 2024.12.20 22:29:58.056349 [ 187 ] {fe7f8d4b-b36f-4a64-a142-f4747bcb5bba::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_28_28_0, total 8 rows starting from the beginning of the part | ||
| 6617 | 2024.12.20 22:29:58.062447 [ 187 ] {fe7f8d4b-b36f-4a64-a142-f4747bcb5bba::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_29_29_0, total 7 rows starting from the beginning of the part | ||
| 6618 | 2024.12.20 22:29:58.068569 [ 187 ] {fe7f8d4b-b36f-4a64-a142-f4747bcb5bba::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_30_30_0, total 8 rows starting from the beginning of the part | ||
| 6619 | 2024.12.20 22:29:58.073472 [ 187 ] {fe7f8d4b-b36f-4a64-a142-f4747bcb5bba::all_1_31_6} <Debug> MergeTreeSequentialSource: Reading 2 marks from part all_31_31_0, total 7 rows starting from the beginning of the part | ||
| 6620 | 2024.12.20 22:29:58.137181 [ 188 ] {fe7f8d4b-b36f-4a64-a142-f4747bcb5bba::all_1_31_6} <Debug> MergeTask::MergeProjectionsStage: Merge sorted 234 rows, containing 679 columns (679 merged, 0 gathered) in 0.111393174 sec., 2100.6673173708114 rows/sec., 10.86 MiB/sec. | ||
| 6621 | 2024.12.20 22:29:58.140135 [ 188 ] {fe7f8d4b-b36f-4a64-a142-f4747bcb5bba::all_1_31_6} <Trace> MergedBlockOutputStream: filled checksums all_1_31_6 (state Temporary) | ||
| 6622 | 2024.12.20 22:29:58.143106 [ 188 ] {fe7f8d4b-b36f-4a64-a142-f4747bcb5bba::all_1_31_6} <Trace> system.metric_log (fe7f8d4b-b36f-4a64-a142-f4747bcb5bba): Renaming temporary part tmp_merge_all_1_31_6 to all_1_31_6 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6623 | 2024.12.20 22:29:58.143235 [ 188 ] {fe7f8d4b-b36f-4a64-a142-f4747bcb5bba::all_1_31_6} <Trace> system.metric_log (fe7f8d4b-b36f-4a64-a142-f4747bcb5bba) (MergerMutator): Merged 6 parts: [all_1_26_5, all_31_31_0] -> all_1_31_6 | ||
| 6624 | 2024.12.20 22:29:58.145474 [ 188 ] {} <Debug> MemoryTracker: Peak memory usage background process to apply mutate/merge in table: 11.11 MiB. | ||
| 6625 | 2024.12.20 22:29:59.000166 [ 248 ] {} <Trace> AsynchronousMetrics: MemoryTracking: was 202.58 MiB, peak 213.12 MiB, free memory in arenas 0.00 B, will set to 204.47 MiB (RSS), difference: 1.89 MiB | ||
| 6626 | 2024.12.20 22:30:00.164686 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6627 | 2024.12.20 22:30:00.164882 [ 260 ] {eb4a2ed1-f961-4200-93ae-7187d45bfc75} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.fields_string FORMAT Native (stage: Complete) | ||
| 6628 | 2024.12.20 22:30:00.164963 [ 260 ] {eb4a2ed1-f961-4200-93ae-7187d45bfc75} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_string | ||
| 6629 | 2024.12.20 22:30:00.165854 [ 260 ] {eb4a2ed1-f961-4200-93ae-7187d45bfc75} <Trace> oximeter.fields_string (be340cd8-3bde-4f05-8e45-9e8a1492ad3b): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6630 | 2024.12.20 22:30:00.165912 [ 260 ] {eb4a2ed1-f961-4200-93ae-7187d45bfc75} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 6631 | 2024.12.20 22:30:00.166403 [ 260 ] {eb4a2ed1-f961-4200-93ae-7187d45bfc75} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6632 | 2024.12.20 22:30:00.166724 [ 260 ] {eb4a2ed1-f961-4200-93ae-7187d45bfc75} <Trace> oximeter.fields_string (be340cd8-3bde-4f05-8e45-9e8a1492ad3b): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6633 | 2024.12.20 22:30:00.166982 [ 260 ] {eb4a2ed1-f961-4200-93ae-7187d45bfc75} <Debug> executeQuery: Read 88 rows, 7.43 KiB in 0.002153 sec., 40873.200185787275 rows/sec., 3.37 MiB/sec. | ||
| 6634 | 2024.12.20 22:30:00.167061 [ 260 ] {eb4a2ed1-f961-4200-93ae-7187d45bfc75} <Debug> TCPHandler: Processed in 0.002513769 sec. | ||
| 6635 | 2024.12.20 22:30:00.167340 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6636 | 2024.12.20 22:30:00.167526 [ 262 ] {dfd45cec-da66-4d06-97d8-9f0850a56b2d} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.fields_u16 FORMAT Native (stage: Complete) | ||
| 6637 | 2024.12.20 22:30:00.167607 [ 262 ] {dfd45cec-da66-4d06-97d8-9f0850a56b2d} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_u16 | ||
| 6638 | 2024.12.20 22:30:00.168376 [ 262 ] {dfd45cec-da66-4d06-97d8-9f0850a56b2d} <Trace> oximeter.fields_u16 (66d17a24-a3a1-42a5-bd94-b86efb1056dd): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6639 | 2024.12.20 22:30:00.168418 [ 262 ] {dfd45cec-da66-4d06-97d8-9f0850a56b2d} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 6640 | 2024.12.20 22:30:00.168888 [ 262 ] {dfd45cec-da66-4d06-97d8-9f0850a56b2d} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 6641 | 2024.12.20 22:30:00.169150 [ 262 ] {dfd45cec-da66-4d06-97d8-9f0850a56b2d} <Trace> oximeter.fields_u16 (66d17a24-a3a1-42a5-bd94-b86efb1056dd): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6642 | 2024.12.20 22:30:00.169366 [ 262 ] {dfd45cec-da66-4d06-97d8-9f0850a56b2d} <Debug> executeQuery: Read 16 rows, 1.20 KiB in 0.001893 sec., 8452.192287374539 rows/sec., 635.57 KiB/sec. | ||
| 6643 | 2024.12.20 22:30:00.169424 [ 262 ] {dfd45cec-da66-4d06-97d8-9f0850a56b2d} <Debug> TCPHandler: Processed in 0.002218501 sec. | ||
| 6644 | 2024.12.20 22:30:00.169590 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6645 | 2024.12.20 22:30:00.169764 [ 260 ] {4c6dfa93-7116-4757-9178-fa3c8beabb6c} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.fields_uuid FORMAT Native (stage: Complete) | ||
| 6646 | 2024.12.20 22:30:00.169819 [ 260 ] {4c6dfa93-7116-4757-9178-fa3c8beabb6c} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, field_name, field_value) ON oximeter.fields_uuid | ||
| 6647 | 2024.12.20 22:30:00.170520 [ 260 ] {4c6dfa93-7116-4757-9178-fa3c8beabb6c} <Trace> oximeter.fields_uuid (fb7f0ac5-74a7-4737-ae05-0271c6750327): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6648 | 2024.12.20 22:30:00.170566 [ 260 ] {4c6dfa93-7116-4757-9178-fa3c8beabb6c} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 6649 | 2024.12.20 22:30:00.170960 [ 260 ] {4c6dfa93-7116-4757-9178-fa3c8beabb6c} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6650 | 2024.12.20 22:30:00.171215 [ 260 ] {4c6dfa93-7116-4757-9178-fa3c8beabb6c} <Trace> oximeter.fields_uuid (fb7f0ac5-74a7-4737-ae05-0271c6750327): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6651 | 2024.12.20 22:30:00.171456 [ 260 ] {4c6dfa93-7116-4757-9178-fa3c8beabb6c} <Debug> executeQuery: Read 80 rows, 6.40 KiB in 0.001738 sec., 46029.91944764097 rows/sec., 3.59 MiB/sec. | ||
| 6652 | 2024.12.20 22:30:00.171539 [ 260 ] {4c6dfa93-7116-4757-9178-fa3c8beabb6c} <Debug> TCPHandler: Processed in 0.002010926 sec. | ||
| 6653 | 2024.12.20 22:30:00.171734 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6654 | 2024.12.20 22:30:00.171878 [ 262 ] {7cd6f281-62b0-4bd3-ac21-b7774901fa8f} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.measurements_cumulativeu64 FORMAT Native (stage: Complete) | ||
| 6655 | 2024.12.20 22:30:00.171932 [ 262 ] {7cd6f281-62b0-4bd3-ac21-b7774901fa8f} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, start_time, timestamp, datum) ON oximeter.measurements_cumulativeu64 | ||
| 6656 | 2024.12.20 22:30:00.172520 [ 262 ] {7cd6f281-62b0-4bd3-ac21-b7774901fa8f} <Trace> oximeter.measurements_cumulativeu64 (2e833ed7-efb3-49ee-873b-fe7dc1d5762e): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6657 | 2024.12.20 22:30:00.172560 [ 262 ] {7cd6f281-62b0-4bd3-ac21-b7774901fa8f} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 6658 | 2024.12.20 22:30:00.172989 [ 262 ] {7cd6f281-62b0-4bd3-ac21-b7774901fa8f} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6659 | 2024.12.20 22:30:00.173335 [ 262 ] {7cd6f281-62b0-4bd3-ac21-b7774901fa8f} <Trace> oximeter.measurements_cumulativeu64 (2e833ed7-efb3-49ee-873b-fe7dc1d5762e): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6660 | 2024.12.20 22:30:00.173527 [ 262 ] {7cd6f281-62b0-4bd3-ac21-b7774901fa8f} <Debug> executeQuery: Read 160 rows, 11.41 KiB in 0.001679 sec., 95294.81834425253 rows/sec., 6.64 MiB/sec. | ||
| 6661 | 2024.12.20 22:30:00.173589 [ 262 ] {7cd6f281-62b0-4bd3-ac21-b7774901fa8f} <Debug> TCPHandler: Processed in 0.001931973 sec. | ||
| 6662 | 2024.12.20 22:30:00.173752 [ 260 ] {} <Trace> TCP-Session: 7a971ab2-6ff8-4d89-851d-811c8b073ef1 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6663 | 2024.12.20 22:30:00.173899 [ 260 ] {3a848e97-c97f-4d1e-b858-4e223ec5b5d4} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:57729) INSERT INTO oximeter.measurements_histogramu64 FORMAT Native (stage: Complete) | ||
| 6664 | 2024.12.20 22:30:00.173995 [ 260 ] {3a848e97-c97f-4d1e-b858-4e223ec5b5d4} <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 | ||
| 6665 | 2024.12.20 22:30:00.175189 [ 260 ] {3a848e97-c97f-4d1e-b858-4e223ec5b5d4} <Trace> oximeter.measurements_histogramu64 (cfe0444f-6b19-4855-b696-cc295685d98f): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6666 | 2024.12.20 22:30:00.175233 [ 260 ] {3a848e97-c97f-4d1e-b858-4e223ec5b5d4} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 6667 | 2024.12.20 22:30:00.175899 [ 260 ] {3a848e97-c97f-4d1e-b858-4e223ec5b5d4} <Trace> MergedBlockOutputStream: filled checksums all_38_38_0 (state Temporary) | ||
| 6668 | 2024.12.20 22:30:00.176166 [ 260 ] {3a848e97-c97f-4d1e-b858-4e223ec5b5d4} <Trace> oximeter.measurements_histogramu64 (cfe0444f-6b19-4855-b696-cc295685d98f): Renaming temporary part tmp_insert_all_38_38_0 to all_38_38_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6669 | 2024.12.20 22:30:00.176424 [ 260 ] {3a848e97-c97f-4d1e-b858-4e223ec5b5d4} <Debug> executeQuery: Read 16 rows, 29.36 KiB in 0.00256 sec., 6249.999999999999 rows/sec., 11.20 MiB/sec. | ||
| 6670 | 2024.12.20 22:30:00.176543 [ 260 ] {3a848e97-c97f-4d1e-b858-4e223ec5b5d4} <Debug> TCPHandler: Processed in 0.002858649 sec. | ||
| 6671 | 2024.12.20 22:30:00.176742 [ 262 ] {} <Trace> TCP-Session: 68d83dd1-3005-4d64-b699-88b39b11a676 Creating query context from session context, user_id: 94309d50-4f52-5250-31bd-74fecac179db, parent context user: default | ||
| 6672 | 2024.12.20 22:30:00.176867 [ 262 ] {c6c924b6-c8ca-480e-b107-1f3a26d00391} <Debug> executeQuery: (from [fd00:1122:3344:101::d]:63458) INSERT INTO oximeter.measurements_u64 FORMAT Native (stage: Complete) | ||
| 6673 | 2024.12.20 22:30:00.176920 [ 262 ] {c6c924b6-c8ca-480e-b107-1f3a26d00391} <Trace> ContextAccess (default): Access granted: INSERT(timeseries_name, timeseries_key, timestamp, datum) ON oximeter.measurements_u64 | ||
| 6674 | 2024.12.20 22:30:00.177439 [ 262 ] {c6c924b6-c8ca-480e-b107-1f3a26d00391} <Trace> oximeter.measurements_u64 (b5f8915a-997f-4944-a48b-a878169c21e0): Trying to reserve 1.00 MiB using storage policy from min volume index 0 | ||
| 6675 | 2024.12.20 22:30:00.177478 [ 262 ] {c6c924b6-c8ca-480e-b107-1f3a26d00391} <Trace> DiskLocal: Reserved 1.00 MiB on local disk `default`, having unreserved 15.08 GiB. | ||
| 6676 | 2024.12.20 22:30:00.177891 [ 262 ] {c6c924b6-c8ca-480e-b107-1f3a26d00391} <Trace> MergedBlockOutputStream: filled checksums all_50_50_0 (state Temporary) | ||
| 6677 | 2024.12.20 22:30:00.178176 [ 262 ] {c6c924b6-c8ca-480e-b107-1f3a26d00391} <Trace> oximeter.measurements_u64 (b5f8915a-997f-4944-a48b-a878169c21e0): Renaming temporary part tmp_insert_all_50_50_0 to all_50_50_0 with tid (1, 1, 00000000-0000-0000-0000-000000000000). | ||
| 6678 | 2024.12.20 22:30:00.178398 [ 262 ] {c6c924b6-c8ca-480e-b107-1f3a26d00391} <Debug> executeQuery: Read 60 rows, 4.14 KiB in 0.001557 sec., 38535.64547206166 rows/sec., 2.60 MiB/sec. | ||
| 6679 | 2024.12.20 22:30:00.178465 [ 262 ] {c6c924b6-c8ca-480e-b107-1f3a26d00391} <Debug> TCPHandler: Processed in 0.00179496 sec. | ||